diff --git a/dependency/postgresql/8.0.101/CHANGELOG.md b/dependency/postgresql/8.0.101/CHANGELOG.md deleted file mode 100644 index bc3998527bb..00000000000 --- a/dependency/postgresql/8.0.101/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [postgresql-8.0.101](https://github.com/truecharts/charts/compare/postgresql-8.0.100...postgresql-8.0.101) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [postgresql-8.0.100](https://github.com/truecharts/charts/compare/postgresql-8.0.99...postgresql-8.0.100) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [postgresql-8.0.99](https://github.com/truecharts/charts/compare/postgresql-8.0.98...postgresql-8.0.99) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update helm chart common to v10.7.1 - - - - -## [postgresql-8.0.98](https://github.com/truecharts/charts/compare/postgresql-8.0.97...postgresql-8.0.98) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [postgresql-8.0.97](https://github.com/truecharts/charts/compare/postgresql-8.0.96...postgresql-8.0.97) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [postgresql-8.0.96](https://github.com/truecharts/charts/compare/postgresql-8.0.95...postgresql-8.0.96) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063)) - - - - -## [postgresql-8.0.95](https://github.com/truecharts/charts/compare/postgresql-8.0.94...postgresql-8.0.95) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [postgresql-8.0.94](https://github.com/truecharts/charts/compare/postgresql-8.0.93...postgresql-8.0.94) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021)) - - - - -## [postgresql-8.0.93](https://github.com/truecharts/charts/compare/postgresql-8.0.92...postgresql-8.0.93) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [postgresql-8.0.92](https://github.com/truecharts/charts/compare/postgresql-8.0.91...postgresql-8.0.92) (2022-10-01) - -### Chore - diff --git a/dependency/postgresql/8.0.101/Chart.lock b/dependency/postgresql/8.0.101/Chart.lock deleted file mode 100644 index 4a69151babd..00000000000 --- a/dependency/postgresql/8.0.101/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.1 -digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 -generated: "2022-10-18T05:48:01.801944185Z" diff --git a/dependency/postgresql/8.0.101/Chart.yaml b/dependency/postgresql/8.0.101/Chart.yaml deleted file mode 100644 index 7e058169759..00000000000 --- a/dependency/postgresql/8.0.101/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "14.5.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.1 -deprecated: false -description: PostgresSQL -home: https://truecharts.org/docs/charts/dependency/postgresql -icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png -keywords: - - postgres - - postgressql - - dtabase - - sql -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: postgresql -sources: - - https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql - - https://www.postgresql.org/ -type: application -version: 8.0.101 -annotations: - truecharts.org/catagories: | - - database - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/dependency/postgresql/8.0.101/ix_values.yaml b/dependency/postgresql/8.0.101/ix_values.yaml deleted file mode 100644 index dc93e188f02..00000000000 --- a/dependency/postgresql/8.0.101/ix_values.yaml +++ /dev/null @@ -1,129 +0,0 @@ -image: - repository: tccr.io/truecharts/postgresql - pullPolicy: IfNotPresent - tag: 14.5.0@sha256:3850203d2aa430f1408e1c63ab02a1bdd2f89e2c10ceea1f110c621c166661b1 - -controller: - # -- Set the controller type. - # Valid options are deployment, daemonset or statefulset - type: statefulset - # -- Number of desired pods - replicas: 1 - # -- Set the controller upgrade strategy - # For Deployments, valid values are Recreate (default) and RollingUpdate. - # For StatefulSets, valid values are OnDelete and RollingUpdate (default). - # DaemonSets ignore this. - strategy: RollingUpdate - rollingUpdate: - # -- Set deployment RollingUpdate max unavailable - unavailable: 1 - # -- Set deployment RollingUpdate max surge - surge: - # -- Set statefulset RollingUpdate partition - partition: - # -- ReplicaSet revision history limit - revisionHistoryLimit: 3 - -securityContext: - readOnlyRootFilesystem: false - -service: - main: - ports: - main: - port: 5432 - targetPort: 5432 - -## TODO: Fix the backup-on-upgrade system -enableUpgradeBackup: false - -podSecurityContext: - runAsGroup: 0 - -volumeClaimTemplates: - db: - enabled: true - mountPath: "/bitnami/postgresql" - -# -- 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: - # -- Enable the liveness probe - enabled: true - # -- Set this to `true` if you wish to specify your own livenessProbe - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - sh - - -c - - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" - - # -- Redainess probe configuration - # @default -- See below - readiness: - # -- Enable the readiness probe - enabled: true - # -- Set this to `true` if you wish to specify your own readinessProbe - custom: true - # -- The spec field contains the values for the default readinessProbe. - # If you selected `custom: true`, this field holds the definition of the readinessProbe. - # @default -- See below - spec: - exec: - command: - - sh - - -c - - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" - # -- Startup probe configuration - # @default -- See below - startup: - # -- Enable the startup probe - enabled: true - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - sh - - -c - - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" - -postgresqlPassword: "testpass" -postgresqlUsername: "test" -postgresqlDatabase: "test" -postgrespassword: "testroot" -existingSecret: "" - -secret: - credentials: - enabled: true - data: - postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}' - postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}' - -env: - POSTGRES_PASSWORD: - secretKeyRef: - name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' - key: "postgresql-password" - POSTGRESQL_POSTGRES_PASSWORD: - secretKeyRef: - name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' - key: "postgresql-postgres-password" - POSTGRES_USER: "{{ .Values.postgresqlUsername }}" - POSTGRES_DB: "{{ .Values.postgresqlDatabase }}" -# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}" -# POSTGRESQL_PASSWORD: "{{ .Values.password }}" - -portal: - enabled: false diff --git a/dependency/postgresql/8.0.102/CHANGELOG.md b/dependency/postgresql/8.0.102/CHANGELOG.md new file mode 100644 index 00000000000..8dcf47f510d --- /dev/null +++ b/dependency/postgresql/8.0.102/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [postgresql-8.0.102](https://github.com/truecharts/charts/compare/postgresql-8.0.101...postgresql-8.0.102) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [postgresql-8.0.101](https://github.com/truecharts/charts/compare/postgresql-8.0.100...postgresql-8.0.101) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [postgresql-8.0.100](https://github.com/truecharts/charts/compare/postgresql-8.0.99...postgresql-8.0.100) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [postgresql-8.0.99](https://github.com/truecharts/charts/compare/postgresql-8.0.98...postgresql-8.0.99) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update helm chart common to v10.7.1 + + + + +## [postgresql-8.0.98](https://github.com/truecharts/charts/compare/postgresql-8.0.97...postgresql-8.0.98) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [postgresql-8.0.97](https://github.com/truecharts/charts/compare/postgresql-8.0.96...postgresql-8.0.97) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [postgresql-8.0.96](https://github.com/truecharts/charts/compare/postgresql-8.0.95...postgresql-8.0.96) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063)) + + + + +## [postgresql-8.0.95](https://github.com/truecharts/charts/compare/postgresql-8.0.94...postgresql-8.0.95) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [postgresql-8.0.94](https://github.com/truecharts/charts/compare/postgresql-8.0.93...postgresql-8.0.94) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021)) + + + + +## [postgresql-8.0.93](https://github.com/truecharts/charts/compare/postgresql-8.0.92...postgresql-8.0.93) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] diff --git a/dependency/postgresql/8.0.102/Chart.lock b/dependency/postgresql/8.0.102/Chart.lock new file mode 100644 index 00000000000..b50a940afb0 --- /dev/null +++ b/dependency/postgresql/8.0.102/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:02:07.982534059Z" diff --git a/dependency/postgresql/8.0.102/Chart.yaml b/dependency/postgresql/8.0.102/Chart.yaml new file mode 100644 index 00000000000..8b679b7badd --- /dev/null +++ b/dependency/postgresql/8.0.102/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "14.5.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: PostgresSQL +home: https://truecharts.org/docs/charts/dependency/postgresql +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postgresql.png +keywords: + - postgres + - postgressql + - dtabase + - sql +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: postgresql +sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql + - https://www.postgresql.org/ +type: application +version: 8.0.102 +annotations: + truecharts.org/catagories: | + - database + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/dependency/postgresql/8.0.101/README.md b/dependency/postgresql/8.0.102/README.md similarity index 100% rename from dependency/postgresql/8.0.101/README.md rename to dependency/postgresql/8.0.102/README.md diff --git a/dependency/postgresql/8.0.101/app-readme.md b/dependency/postgresql/8.0.102/app-readme.md similarity index 100% rename from dependency/postgresql/8.0.101/app-readme.md rename to dependency/postgresql/8.0.102/app-readme.md diff --git a/dependency/postgresql/8.0.101/charts/common-10.7.1.tgz b/dependency/postgresql/8.0.102/charts/common-10.7.1.tgz similarity index 100% rename from dependency/postgresql/8.0.101/charts/common-10.7.1.tgz rename to dependency/postgresql/8.0.102/charts/common-10.7.1.tgz diff --git a/dependency/postgresql/8.0.102/ix_values.yaml b/dependency/postgresql/8.0.102/ix_values.yaml new file mode 100644 index 00000000000..3131eb7e3d9 --- /dev/null +++ b/dependency/postgresql/8.0.102/ix_values.yaml @@ -0,0 +1,129 @@ +image: + repository: tccr.io/truecharts/postgresql + pullPolicy: IfNotPresent + tag: 14.5.0@sha256:38234799044817cc365fa3ba5e96f2eb517ebedbc3594d87dc3be58c9c9a1535 + +controller: + # -- Set the controller type. + # Valid options are deployment, daemonset or statefulset + type: statefulset + # -- Number of desired pods + replicas: 1 + # -- Set the controller upgrade strategy + # For Deployments, valid values are Recreate (default) and RollingUpdate. + # For StatefulSets, valid values are OnDelete and RollingUpdate (default). + # DaemonSets ignore this. + strategy: RollingUpdate + rollingUpdate: + # -- Set deployment RollingUpdate max unavailable + unavailable: 1 + # -- Set deployment RollingUpdate max surge + surge: + # -- Set statefulset RollingUpdate partition + partition: + # -- ReplicaSet revision history limit + revisionHistoryLimit: 3 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 5432 + targetPort: 5432 + +## TODO: Fix the backup-on-upgrade system +enableUpgradeBackup: false + +podSecurityContext: + runAsGroup: 0 + +volumeClaimTemplates: + db: + enabled: true + mountPath: "/bitnami/postgresql" + +# -- 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: + # -- Enable the liveness probe + enabled: true + # -- Set this to `true` if you wish to specify your own livenessProbe + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- Enable the readiness probe + enabled: true + # -- Set this to `true` if you wish to specify your own readinessProbe + custom: true + # -- The spec field contains the values for the default readinessProbe. + # If you selected `custom: true`, this field holds the definition of the readinessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + # -- Startup probe configuration + # @default -- See below + startup: + # -- Enable the startup probe + enabled: true + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - sh + - -c + - "until pg_isready -U ${POSTGRES_USER} -h localhost; do sleep 2 ; done" + +postgresqlPassword: "testpass" +postgresqlUsername: "test" +postgresqlDatabase: "test" +postgrespassword: "testroot" +existingSecret: "" + +secret: + credentials: + enabled: true + data: + postgresql-password: '{{ ( .Values.postgresqlPassword | default "empty" ) }}' + postgresql-postgres-password: '{{ ( .Values.postgrespassword | default "empty" ) }}' + +env: + POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' + key: "postgresql-password" + POSTGRESQL_POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ .Values.existingSecret | default ( printf "%s-credentials" ( include "tc.common.names.fullname" . ) ) }}' + key: "postgresql-postgres-password" + POSTGRES_USER: "{{ .Values.postgresqlUsername }}" + POSTGRES_DB: "{{ .Values.postgresqlDatabase }}" +# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}" +# POSTGRESQL_PASSWORD: "{{ .Values.password }}" + +portal: + enabled: false diff --git a/dependency/postgresql/8.0.101/questions.yaml b/dependency/postgresql/8.0.102/questions.yaml similarity index 100% rename from dependency/postgresql/8.0.101/questions.yaml rename to dependency/postgresql/8.0.102/questions.yaml diff --git a/dependency/postgresql/8.0.101/templates/common.yaml b/dependency/postgresql/8.0.102/templates/common.yaml similarity index 100% rename from dependency/postgresql/8.0.101/templates/common.yaml rename to dependency/postgresql/8.0.102/templates/common.yaml diff --git a/dependency/postgresql/8.0.101/values.yaml b/dependency/postgresql/8.0.102/values.yaml similarity index 100% rename from dependency/postgresql/8.0.101/values.yaml rename to dependency/postgresql/8.0.102/values.yaml diff --git a/enterprise/blocky/1.1.4/CHANGELOG.md b/enterprise/blocky/1.1.4/CHANGELOG.md deleted file mode 100644 index df69d547980..00000000000 --- a/enterprise/blocky/1.1.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [blocky-1.1.4](https://github.com/truecharts/charts/compare/blocky-1.1.3...blocky-1.1.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- add blocky documentation links to descriptions ([#3964](https://github.com/truecharts/charts/issues/3964)) - - - - -## [blocky-1.1.0](https://github.com/truecharts/charts/compare/blocky-1.0.11...blocky-1.1.0) (2022-09-29) - -### Feat - -- add DoH support on main ingress ([#3959](https://github.com/truecharts/charts/issues/3959)) - - - - -## [blocky-1.0.10](https://github.com/truecharts/charts/compare/blocky-1.0.9...blocky-1.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Fix - -- fix GUI apiurl and prometheus metrics ([#3908](https://github.com/truecharts/charts/issues/3908)) - - diff --git a/enterprise/blocky/1.1.4/Chart.lock b/enterprise/blocky/1.1.4/Chart.lock deleted file mode 100644 index 10b7f93413e..00000000000 --- a/enterprise/blocky/1.1.4/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:162f5b43a9ee07a562656ce4d9fae46071d0bbc4a34f237fb2a17e0f3bb6556e -generated: "2022-10-12T15:22:17.198230348Z" diff --git a/enterprise/blocky/1.1.4/Chart.yaml b/enterprise/blocky/1.1.4/Chart.yaml deleted file mode 100644 index ad857e54363..00000000000 --- a/enterprise/blocky/1.1.4/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "0.19" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go -home: https://truecharts.org/docs/charts/enterprise/blocky -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png -keywords: - - dns - - blocky -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: blocky -sources: - - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky - - https://0xerr0r.github.io/blocky/ - - https://github.com/0xERR0R/blocky - - https://github.com/Mozart409/blocky-frontend - - https://hub.docker.com/r/spx01/blocky -version: 1.1.4 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/enterprise/blocky/1.1.4/README.md b/enterprise/blocky/1.1.4/README.md deleted file mode 100644 index 65fd14b86ea..00000000000 --- a/enterprise/blocky/1.1.4/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# blocky - -Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [blocky](https://truecharts.org/docs/charts/enterprise/blocky) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `blocky` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install blocky TrueCharts/blocky -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `blocky` deployment - -```console -helm uninstall blocky -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install blocky \ - --set env.TZ="America/New York" \ - TrueCharts/blocky -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install blocky TrueCharts/blocky -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/enterprise/blocky/1.1.4/charts/common-10.7.0.tgz b/enterprise/blocky/1.1.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/enterprise/blocky/1.1.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/enterprise/blocky/1.1.4/charts/redis-3.0.94.tgz b/enterprise/blocky/1.1.4/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/enterprise/blocky/1.1.4/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/enterprise/blocky/1.1.5/CHANGELOG.md b/enterprise/blocky/1.1.5/CHANGELOG.md new file mode 100644 index 00000000000..69f442afcb4 --- /dev/null +++ b/enterprise/blocky/1.1.5/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [blocky-1.1.5](https://github.com/truecharts/charts/compare/blocky-1.1.4...blocky-1.1.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [blocky-1.1.4](https://github.com/truecharts/charts/compare/blocky-1.1.3...blocky-1.1.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- add blocky documentation links to descriptions ([#3964](https://github.com/truecharts/charts/issues/3964)) + + + + +## [blocky-1.1.0](https://github.com/truecharts/charts/compare/blocky-1.0.11...blocky-1.1.0) (2022-09-29) + +### Feat + +- add DoH support on main ingress ([#3959](https://github.com/truecharts/charts/issues/3959)) + + + + +## [blocky-1.0.10](https://github.com/truecharts/charts/compare/blocky-1.0.9...blocky-1.0.10) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26) + diff --git a/enterprise/blocky/1.1.5/Chart.lock b/enterprise/blocky/1.1.5/Chart.lock new file mode 100644 index 00000000000..939242bee27 --- /dev/null +++ b/enterprise/blocky/1.1.5/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:b7e52395f71bdf9a723733a6211b037dffd28cfd953490668674811253c4a0a4 +generated: "2022-10-19T12:02:20.107387746Z" diff --git a/enterprise/blocky/1.1.5/Chart.yaml b/enterprise/blocky/1.1.5/Chart.yaml new file mode 100644 index 00000000000..914eb8cd637 --- /dev/null +++ b/enterprise/blocky/1.1.5/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "0.19" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go +home: https://truecharts.org/docs/charts/enterprise/blocky +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png +keywords: + - dns + - blocky +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blocky +sources: + - https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky + - https://0xerr0r.github.io/blocky/ + - https://github.com/0xERR0R/blocky + - https://github.com/Mozart409/blocky-frontend + - https://hub.docker.com/r/spx01/blocky +version: 1.1.5 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/enterprise/blocky/1.1.5/README.md b/enterprise/blocky/1.1.5/README.md new file mode 100644 index 00000000000..5848826e1bb --- /dev/null +++ b/enterprise/blocky/1.1.5/README.md @@ -0,0 +1,110 @@ +# blocky + +Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [blocky](https://truecharts.org/docs/charts/enterprise/blocky) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `blocky` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install blocky TrueCharts/blocky +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `blocky` deployment + +```console +helm uninstall blocky +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install blocky \ + --set env.TZ="America/New York" \ + TrueCharts/blocky +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install blocky TrueCharts/blocky -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/enterprise/blocky/1.1.4/app-readme.md b/enterprise/blocky/1.1.5/app-readme.md similarity index 100% rename from enterprise/blocky/1.1.4/app-readme.md rename to enterprise/blocky/1.1.5/app-readme.md diff --git a/enterprise/blocky/1.1.5/charts/common-10.7.1.tgz b/enterprise/blocky/1.1.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/enterprise/blocky/1.1.5/charts/common-10.7.1.tgz differ diff --git a/enterprise/blocky/1.1.5/charts/redis-3.0.97.tgz b/enterprise/blocky/1.1.5/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/enterprise/blocky/1.1.5/charts/redis-3.0.97.tgz differ diff --git a/enterprise/blocky/1.1.4/ci/k8sgateway-values.yaml b/enterprise/blocky/1.1.5/ci/k8sgateway-values.yaml similarity index 100% rename from enterprise/blocky/1.1.4/ci/k8sgateway-values.yaml rename to enterprise/blocky/1.1.5/ci/k8sgateway-values.yaml diff --git a/enterprise/blocky/1.1.4/ci/standalone-values.yaml b/enterprise/blocky/1.1.5/ci/standalone-values.yaml similarity index 100% rename from enterprise/blocky/1.1.4/ci/standalone-values.yaml rename to enterprise/blocky/1.1.5/ci/standalone-values.yaml diff --git a/enterprise/blocky/1.1.4/ix_values.yaml b/enterprise/blocky/1.1.5/ix_values.yaml similarity index 100% rename from enterprise/blocky/1.1.4/ix_values.yaml rename to enterprise/blocky/1.1.5/ix_values.yaml diff --git a/enterprise/blocky/1.1.4/questions.yaml b/enterprise/blocky/1.1.5/questions.yaml similarity index 100% rename from enterprise/blocky/1.1.4/questions.yaml rename to enterprise/blocky/1.1.5/questions.yaml diff --git a/enterprise/blocky/1.1.4/templates/_blockyConfig.tpl b/enterprise/blocky/1.1.5/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/1.1.4/templates/_blockyConfig.tpl rename to enterprise/blocky/1.1.5/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/1.1.4/templates/_k8sgateway.tpl b/enterprise/blocky/1.1.5/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/1.1.4/templates/_k8sgateway.tpl rename to enterprise/blocky/1.1.5/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/1.1.4/templates/_webui.tpl b/enterprise/blocky/1.1.5/templates/_webui.tpl similarity index 100% rename from enterprise/blocky/1.1.4/templates/_webui.tpl rename to enterprise/blocky/1.1.5/templates/_webui.tpl diff --git a/enterprise/blocky/1.1.4/templates/common.yaml b/enterprise/blocky/1.1.5/templates/common.yaml similarity index 100% rename from enterprise/blocky/1.1.4/templates/common.yaml rename to enterprise/blocky/1.1.5/templates/common.yaml diff --git a/enterprise/blocky/1.1.4/templates/prometheusrules.yaml b/enterprise/blocky/1.1.5/templates/prometheusrules.yaml similarity index 100% rename from enterprise/blocky/1.1.4/templates/prometheusrules.yaml rename to enterprise/blocky/1.1.5/templates/prometheusrules.yaml diff --git a/enterprise/blocky/1.1.4/templates/servicemonitor.yaml b/enterprise/blocky/1.1.5/templates/servicemonitor.yaml similarity index 100% rename from enterprise/blocky/1.1.4/templates/servicemonitor.yaml rename to enterprise/blocky/1.1.5/templates/servicemonitor.yaml diff --git a/enterprise/blocky/1.1.4/values.yaml b/enterprise/blocky/1.1.5/values.yaml similarity index 100% rename from enterprise/blocky/1.1.4/values.yaml rename to enterprise/blocky/1.1.5/values.yaml diff --git a/enterprise/metallb/4.0.16/CHANGELOG.md b/enterprise/metallb/4.0.16/CHANGELOG.md deleted file mode 100644 index d43507678b1..00000000000 --- a/enterprise/metallb/4.0.16/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [metallb-4.0.16](https://github.com/truecharts/charts/compare/metallb-4.0.15...metallb-4.0.16) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metallb-4.0.14](https://github.com/truecharts/charts/compare/metallb-4.0.13...metallb-4.0.14) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metallb-4.0.13](https://github.com/truecharts/charts/compare/metallb-4.0.12...metallb-4.0.13) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [metallb-4.0.12](https://github.com/truecharts/charts/compare/metallb-4.0.11...metallb-4.0.12) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [metallb-4.0.11](https://github.com/truecharts/charts/compare/metallb-4.0.9...metallb-4.0.11) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - ### Feat - -- metallb basic setup guide ([#3814](https://github.com/truecharts/charts/issues/3814)) - - - - -## [metallb-4.0.11](https://github.com/truecharts/charts/compare/metallb-4.0.9...metallb-4.0.11) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/enterprise/metallb/4.0.16/Chart.lock b/enterprise/metallb/4.0.16/Chart.lock deleted file mode 100644 index ecb7fc354a4..00000000000 --- a/enterprise/metallb/4.0.16/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: metallb - repository: https://metallb.github.io/metallb - version: 0.13.6 -digest: sha256:80582a45b322b4e241b9b9079b7c67f260f3962ae5ab40ec05b229e8d01ac37e -generated: "2022-10-12T15:22:46.703184279Z" diff --git a/enterprise/metallb/4.0.16/Chart.yaml b/enterprise/metallb/4.0.16/Chart.yaml deleted file mode 100644 index 5537eddc3b1..00000000000 --- a/enterprise/metallb/4.0.16/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "upstream" -deprecated: false -description: A network load-balancer implementation for Kubernetes using standard routing protocols -home: https://truecharts.org/docs/charts/enterprise/metallb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png -keywords: - - metallb - - loadbalancer -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - name: metallb - repository: https://metallb.github.io/metallb - version: 0.13.6 -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: metallb -sources: - - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb - - https://github.com/metallb/metallb - - https://metallb.universe.tf -type: application -version: 4.0.16 -annotations: - truecharts.org/catagories: | - - core - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/enterprise/metallb/4.0.16/README.md b/enterprise/metallb/4.0.16/README.md deleted file mode 100644 index c65dd87a27b..00000000000 --- a/enterprise/metallb/4.0.16/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# metallb - -A network load-balancer implementation for Kubernetes using standard routing protocols - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [metallb](https://truecharts.org/docs/charts/enterprise/metallb) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | -| https://metallb.github.io/metallb | metallb | 0.13.6 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `metallb` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install metallb TrueCharts/metallb -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `metallb` deployment - -```console -helm uninstall metallb -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install metallb \ - --set env.TZ="America/New York" \ - TrueCharts/metallb -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install metallb TrueCharts/metallb -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/enterprise/metallb/4.0.16/charts/common-10.7.0.tgz b/enterprise/metallb/4.0.16/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/enterprise/metallb/4.0.16/charts/common-10.7.0.tgz and /dev/null differ diff --git a/enterprise/metallb/4.0.16/charts/metallb-0.13.6.tgz b/enterprise/metallb/4.0.16/charts/metallb-0.13.6.tgz deleted file mode 100644 index f1838c644e8..00000000000 Binary files a/enterprise/metallb/4.0.16/charts/metallb-0.13.6.tgz and /dev/null differ diff --git a/enterprise/metallb/4.0.16/ix_values.yaml b/enterprise/metallb/4.0.16/ix_values.yaml deleted file mode 100644 index 3a8f7634102..00000000000 --- a/enterprise/metallb/4.0.16/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: placeholder - tag: upstream - pullPolicy: IfNotPresent - -metallb: {} - -ipAddressPools: [] -L2Advertisements: [] -# - name: l2adv -# addressPools: -# - pool1 -# nodeSelectors: -# - nodeA -BGPAdvertisements: [] -# - name: bgpadv -# addressPools: -# - pool1 -# aggregationLength: 24 -# localpref: 100 -# communities: -# - 1234:1 -# peers: -# - peer1 -Communities: [] -# - name: community1 -# value: 1234:1 -Peers: [] -# - name: peer1 -# myASN: 1234 -# password: pass -# routerID: 1234 -# bfdProfile: profile -# ebgpMultiHop: false -# holdTime: 10 -# keepaliveTime: 10 -# peerAddress: 172.30.0.2 -# peerPort: 179 -# sourceAddress: 172.30.0.3 -# nodeSelectors: -# - nodeA diff --git a/enterprise/metallb/4.0.17/CHANGELOG.md b/enterprise/metallb/4.0.17/CHANGELOG.md new file mode 100644 index 00000000000..cc9cc78a1e5 --- /dev/null +++ b/enterprise/metallb/4.0.17/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [metallb-4.0.17](https://github.com/truecharts/charts/compare/metallb-4.0.16...metallb-4.0.17) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + ### Fix + +- enable crd updating ([#4068](https://github.com/truecharts/charts/issues/4068)) + + + + +## [metallb-4.0.16](https://github.com/truecharts/charts/compare/metallb-4.0.15...metallb-4.0.16) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metallb-4.0.14](https://github.com/truecharts/charts/compare/metallb-4.0.13...metallb-4.0.14) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metallb-4.0.13](https://github.com/truecharts/charts/compare/metallb-4.0.12...metallb-4.0.13) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [metallb-4.0.12](https://github.com/truecharts/charts/compare/metallb-4.0.11...metallb-4.0.12) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [metallb-4.0.11](https://github.com/truecharts/charts/compare/metallb-4.0.9...metallb-4.0.11) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + ### Feat diff --git a/enterprise/metallb/4.0.17/Chart.lock b/enterprise/metallb/4.0.17/Chart.lock new file mode 100644 index 00000000000..21e47ff44a3 --- /dev/null +++ b/enterprise/metallb/4.0.17/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: metallb + repository: https://metallb.github.io/metallb + version: 0.13.7 +digest: sha256:2b1906746298050f36020818ac505e7afbcd79bdfdcaa21bd2089062a485075e +generated: "2022-10-19T12:02:08.067202137Z" diff --git a/enterprise/metallb/4.0.17/Chart.yaml b/enterprise/metallb/4.0.17/Chart.yaml new file mode 100644 index 00000000000..0332f0bab9c --- /dev/null +++ b/enterprise/metallb/4.0.17/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "upstream" +deprecated: false +description: A network load-balancer implementation for Kubernetes using standard routing protocols +home: https://truecharts.org/docs/charts/enterprise/metallb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png +keywords: + - metallb + - loadbalancer +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - name: metallb + repository: https://metallb.github.io/metallb + version: 0.13.7 +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: metallb +sources: + - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb + - https://github.com/metallb/metallb + - https://metallb.universe.tf +type: application +version: 4.0.17 +annotations: + truecharts.org/catagories: | + - core + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/enterprise/metallb/4.0.17/README.md b/enterprise/metallb/4.0.17/README.md new file mode 100644 index 00000000000..4c139afeebe --- /dev/null +++ b/enterprise/metallb/4.0.17/README.md @@ -0,0 +1,108 @@ +# metallb + +A network load-balancer implementation for Kubernetes using standard routing protocols + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [metallb](https://truecharts.org/docs/charts/enterprise/metallb) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | +| https://metallb.github.io/metallb | metallb | 0.13.7 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `metallb` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install metallb TrueCharts/metallb +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `metallb` deployment + +```console +helm uninstall metallb +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install metallb \ + --set env.TZ="America/New York" \ + TrueCharts/metallb +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install metallb TrueCharts/metallb -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/enterprise/metallb/4.0.16/app-readme.md b/enterprise/metallb/4.0.17/app-readme.md similarity index 100% rename from enterprise/metallb/4.0.16/app-readme.md rename to enterprise/metallb/4.0.17/app-readme.md diff --git a/enterprise/metallb/4.0.17/charts/common-10.7.1.tgz b/enterprise/metallb/4.0.17/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/enterprise/metallb/4.0.17/charts/common-10.7.1.tgz differ diff --git a/enterprise/metallb/4.0.17/charts/metallb-0.13.7.tgz b/enterprise/metallb/4.0.17/charts/metallb-0.13.7.tgz new file mode 100644 index 00000000000..97b3323b288 Binary files /dev/null and b/enterprise/metallb/4.0.17/charts/metallb-0.13.7.tgz differ diff --git a/enterprise/metallb/4.0.17/ix_values.yaml b/enterprise/metallb/4.0.17/ix_values.yaml new file mode 100644 index 00000000000..d61e9dd7e3e --- /dev/null +++ b/enterprise/metallb/4.0.17/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: placeholder + tag: upstream + pullPolicy: IfNotPresent + +metallb: + crds: + validationFailurePolicy: Ignore + +ipAddressPools: [] +L2Advertisements: [] +# - name: l2adv +# addressPools: +# - pool1 +# nodeSelectors: +# - nodeA +BGPAdvertisements: [] +# - name: bgpadv +# addressPools: +# - pool1 +# aggregationLength: 24 +# localpref: 100 +# communities: +# - 1234:1 +# peers: +# - peer1 +Communities: [] +# - name: community1 +# value: 1234:1 +Peers: [] +# - name: peer1 +# myASN: 1234 +# password: pass +# routerID: 1234 +# bfdProfile: profile +# ebgpMultiHop: false +# holdTime: 10 +# keepaliveTime: 10 +# peerAddress: 172.30.0.2 +# peerPort: 179 +# sourceAddress: 172.30.0.3 +# nodeSelectors: +# - nodeA diff --git a/enterprise/metallb/4.0.16/questions.yaml b/enterprise/metallb/4.0.17/questions.yaml similarity index 100% rename from enterprise/metallb/4.0.16/questions.yaml rename to enterprise/metallb/4.0.17/questions.yaml diff --git a/enterprise/metallb/4.0.16/templates/bgpadvertisement.yaml b/enterprise/metallb/4.0.17/templates/bgpadvertisement.yaml similarity index 100% rename from enterprise/metallb/4.0.16/templates/bgpadvertisement.yaml rename to enterprise/metallb/4.0.17/templates/bgpadvertisement.yaml diff --git a/enterprise/metallb/4.0.16/templates/community.yaml b/enterprise/metallb/4.0.17/templates/community.yaml similarity index 100% rename from enterprise/metallb/4.0.16/templates/community.yaml rename to enterprise/metallb/4.0.17/templates/community.yaml diff --git a/enterprise/metallb/4.0.16/templates/ipaddresspool.yaml b/enterprise/metallb/4.0.17/templates/ipaddresspool.yaml similarity index 100% rename from enterprise/metallb/4.0.16/templates/ipaddresspool.yaml rename to enterprise/metallb/4.0.17/templates/ipaddresspool.yaml diff --git a/enterprise/metallb/4.0.16/templates/l2advertisement.yaml b/enterprise/metallb/4.0.17/templates/l2advertisement.yaml similarity index 100% rename from enterprise/metallb/4.0.16/templates/l2advertisement.yaml rename to enterprise/metallb/4.0.17/templates/l2advertisement.yaml diff --git a/enterprise/metallb/4.0.16/templates/peers.yaml b/enterprise/metallb/4.0.17/templates/peers.yaml similarity index 100% rename from enterprise/metallb/4.0.16/templates/peers.yaml rename to enterprise/metallb/4.0.17/templates/peers.yaml diff --git a/enterprise/metallb/4.0.16/values.yaml b/enterprise/metallb/4.0.17/values.yaml similarity index 100% rename from enterprise/metallb/4.0.16/values.yaml rename to enterprise/metallb/4.0.17/values.yaml diff --git a/incubator/acestream/0.0.30/CHANGELOG.md b/incubator/acestream/0.0.30/CHANGELOG.md deleted file mode 100644 index d087b6cae7e..00000000000 --- a/incubator/acestream/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [acestream-0.0.30](https://github.com/truecharts/charts/compare/acestream-0.0.29...acestream-0.0.30) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [acestream-0.0.29](https://github.com/truecharts/charts/compare/acestream-0.0.28...acestream-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [acestream-0.0.27](https://github.com/truecharts/charts/compare/acestream-0.0.26...acestream-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [acestream-0.0.26](https://github.com/truecharts/charts/compare/acestream-0.0.25...acestream-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [acestream-0.0.25](https://github.com/truecharts/charts/compare/acestream-0.0.24...acestream-0.0.25) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [actualserver-0.0.28](https://github.com/truecharts/charts/compare/actualserver-0.0.27...actualserver-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/acestream/0.0.30/Chart.lock b/incubator/acestream/0.0.30/Chart.lock deleted file mode 100644 index 8d083c8ee1a..00000000000 --- a/incubator/acestream/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T10:37:53.839234336Z" diff --git a/incubator/acestream/0.0.30/Chart.yaml b/incubator/acestream/0.0.30/Chart.yaml deleted file mode 100644 index 83cfdaaa9de..00000000000 --- a/incubator/acestream/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Acestream-engine" -home: https://truecharts.org/docs/charts/incubator/acestream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png -keywords: - - acestream - - MediaServer-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: acestream -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/acestream - - https://github.com/vstavrinov/acestream-service - - https://hub.docker.com/r/vstavrinov/acestream-service -type: application -version: 0.0.30 diff --git a/incubator/acestream/0.0.30/README.md b/incubator/acestream/0.0.30/README.md deleted file mode 100644 index a8b90908ac8..00000000000 --- a/incubator/acestream/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# acestream - -Acestream-engine - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [acestream](https://truecharts.org/docs/charts/incubator/acestream) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `acestream` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install acestream TrueCharts/acestream -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `acestream` deployment - -```console -helm uninstall acestream -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install acestream \ - --set env.TZ="America/New York" \ - TrueCharts/acestream -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install acestream TrueCharts/acestream -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/acestream/0.0.30/charts/common-10.7.0.tgz b/incubator/acestream/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/acestream/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/acestream/0.0.31/CHANGELOG.md b/incubator/acestream/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..de59b234418 --- /dev/null +++ b/incubator/acestream/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [acestream-0.0.31](https://github.com/truecharts/charts/compare/acestream-0.0.30...acestream-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [acestream-0.0.30](https://github.com/truecharts/charts/compare/acestream-0.0.29...acestream-0.0.30) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [acestream-0.0.29](https://github.com/truecharts/charts/compare/acestream-0.0.28...acestream-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [acestream-0.0.27](https://github.com/truecharts/charts/compare/acestream-0.0.26...acestream-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [acestream-0.0.26](https://github.com/truecharts/charts/compare/acestream-0.0.25...acestream-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [acestream-0.0.25](https://github.com/truecharts/charts/compare/acestream-0.0.24...acestream-0.0.25) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [actualserver-0.0.28](https://github.com/truecharts/charts/compare/actualserver-0.0.27...actualserver-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-22) + diff --git a/incubator/acestream/0.0.31/Chart.lock b/incubator/acestream/0.0.31/Chart.lock new file mode 100644 index 00000000000..20e9db94f55 --- /dev/null +++ b/incubator/acestream/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:02:08.045142456Z" diff --git a/incubator/acestream/0.0.31/Chart.yaml b/incubator/acestream/0.0.31/Chart.yaml new file mode 100644 index 00000000000..99b23fc4845 --- /dev/null +++ b/incubator/acestream/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Acestream-engine" +home: https://truecharts.org/docs/charts/incubator/acestream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.png +keywords: + - acestream + - MediaServer-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: acestream +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/acestream + - https://github.com/vstavrinov/acestream-service + - https://hub.docker.com/r/vstavrinov/acestream-service +type: application +version: 0.0.31 diff --git a/incubator/acestream/0.0.31/README.md b/incubator/acestream/0.0.31/README.md new file mode 100644 index 00000000000..274b6bd2759 --- /dev/null +++ b/incubator/acestream/0.0.31/README.md @@ -0,0 +1,107 @@ +# acestream + +Acestream-engine + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [acestream](https://truecharts.org/docs/charts/incubator/acestream) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `acestream` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install acestream TrueCharts/acestream +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `acestream` deployment + +```console +helm uninstall acestream +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install acestream \ + --set env.TZ="America/New York" \ + TrueCharts/acestream +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install acestream TrueCharts/acestream -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/acestream/0.0.30/app-readme.md b/incubator/acestream/0.0.31/app-readme.md similarity index 100% rename from incubator/acestream/0.0.30/app-readme.md rename to incubator/acestream/0.0.31/app-readme.md diff --git a/incubator/acestream/0.0.31/charts/common-10.7.1.tgz b/incubator/acestream/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/acestream/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/acestream/0.0.30/ix_values.yaml b/incubator/acestream/0.0.31/ix_values.yaml similarity index 100% rename from incubator/acestream/0.0.30/ix_values.yaml rename to incubator/acestream/0.0.31/ix_values.yaml diff --git a/incubator/acestream/0.0.30/questions.yaml b/incubator/acestream/0.0.31/questions.yaml similarity index 100% rename from incubator/acestream/0.0.30/questions.yaml rename to incubator/acestream/0.0.31/questions.yaml diff --git a/incubator/acestream/0.0.30/templates/common.yaml b/incubator/acestream/0.0.31/templates/common.yaml similarity index 100% rename from incubator/acestream/0.0.30/templates/common.yaml rename to incubator/acestream/0.0.31/templates/common.yaml diff --git a/incubator/acestream/0.0.30/values.yaml b/incubator/acestream/0.0.31/values.yaml similarity index 100% rename from incubator/acestream/0.0.30/values.yaml rename to incubator/acestream/0.0.31/values.yaml diff --git a/incubator/actualserver/0.0.32/CHANGELOG.md b/incubator/actualserver/0.0.32/CHANGELOG.md deleted file mode 100644 index bcd38cfcba6..00000000000 --- a/incubator/actualserver/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [actualserver-0.0.32](https://github.com/truecharts/charts/compare/actualserver-0.0.31...actualserver-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [actualserver-0.0.30](https://github.com/truecharts/charts/compare/actualserver-0.0.29...actualserver-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [actualserver-0.0.29](https://github.com/truecharts/charts/compare/actualserver-0.0.28...actualserver-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - - -## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) diff --git a/incubator/actualserver/0.0.32/Chart.lock b/incubator/actualserver/0.0.32/Chart.lock deleted file mode 100644 index 20dc59be08d..00000000000 --- a/incubator/actualserver/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:22:51.779058693Z" diff --git a/incubator/actualserver/0.0.32/Chart.yaml b/incubator/actualserver/0.0.32/Chart.yaml deleted file mode 100644 index fdf9cd2943d..00000000000 --- a/incubator/actualserver/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Actual is a super fast privacy-focused app for managing your finances." -home: https://truecharts.org/docs/charts/incubator/actualserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png -keywords: - - actualserver - - finance -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: actualserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver - - https://github.com/Kippenhof/docker-templates - - https://hub.docker.com/r/kippenhof/actual-server -type: application -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - finance -version: 0.0.32 diff --git a/incubator/actualserver/0.0.32/README.md b/incubator/actualserver/0.0.32/README.md deleted file mode 100644 index dd81918ed1f..00000000000 --- a/incubator/actualserver/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# actualserver - -Actual is a super fast privacy-focused app for managing your finances. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [actualserver](https://truecharts.org/docs/charts/incubator/actualserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `actualserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install actualserver TrueCharts/actualserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `actualserver` deployment - -```console -helm uninstall actualserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install actualserver \ - --set env.TZ="America/New York" \ - TrueCharts/actualserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install actualserver TrueCharts/actualserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/actualserver/0.0.32/charts/common-10.7.0.tgz b/incubator/actualserver/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/actualserver/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/actualserver/0.0.33/CHANGELOG.md b/incubator/actualserver/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..0ca987223e2 --- /dev/null +++ b/incubator/actualserver/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [actualserver-0.0.33](https://github.com/truecharts/charts/compare/actualserver-0.0.32...actualserver-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [actualserver-0.0.32](https://github.com/truecharts/charts/compare/actualserver-0.0.31...actualserver-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [actualserver-0.0.30](https://github.com/truecharts/charts/compare/actualserver-0.0.29...actualserver-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [actualserver-0.0.29](https://github.com/truecharts/charts/compare/actualserver-0.0.28...actualserver-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + + +## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [actualserver-0.0.27](https://github.com/truecharts/charts/compare/actualserver-0.0.26...actualserver-0.0.27) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/actualserver/0.0.33/Chart.lock b/incubator/actualserver/0.0.33/Chart.lock new file mode 100644 index 00000000000..ed27b8fbbd8 --- /dev/null +++ b/incubator/actualserver/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:02:40.634750773Z" diff --git a/incubator/actualserver/0.0.33/Chart.yaml b/incubator/actualserver/0.0.33/Chart.yaml new file mode 100644 index 00000000000..0d83ad0a513 --- /dev/null +++ b/incubator/actualserver/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.0.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Actual is a super fast privacy-focused app for managing your finances." +home: https://truecharts.org/docs/charts/incubator/actualserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png +keywords: + - actualserver + - finance +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: actualserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver + - https://github.com/Kippenhof/docker-templates + - https://hub.docker.com/r/kippenhof/actual-server +type: application +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - finance +version: 0.0.33 diff --git a/incubator/actualserver/0.0.33/README.md b/incubator/actualserver/0.0.33/README.md new file mode 100644 index 00000000000..91452009e9e --- /dev/null +++ b/incubator/actualserver/0.0.33/README.md @@ -0,0 +1,107 @@ +# actualserver + +Actual is a super fast privacy-focused app for managing your finances. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [actualserver](https://truecharts.org/docs/charts/incubator/actualserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `actualserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install actualserver TrueCharts/actualserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `actualserver` deployment + +```console +helm uninstall actualserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install actualserver \ + --set env.TZ="America/New York" \ + TrueCharts/actualserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install actualserver TrueCharts/actualserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/actualserver/0.0.32/app-readme.md b/incubator/actualserver/0.0.33/app-readme.md similarity index 100% rename from incubator/actualserver/0.0.32/app-readme.md rename to incubator/actualserver/0.0.33/app-readme.md diff --git a/incubator/actualserver/0.0.33/charts/common-10.7.1.tgz b/incubator/actualserver/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/actualserver/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/actualserver/0.0.32/ix_values.yaml b/incubator/actualserver/0.0.33/ix_values.yaml similarity index 100% rename from incubator/actualserver/0.0.32/ix_values.yaml rename to incubator/actualserver/0.0.33/ix_values.yaml diff --git a/incubator/actualserver/0.0.32/questions.yaml b/incubator/actualserver/0.0.33/questions.yaml similarity index 100% rename from incubator/actualserver/0.0.32/questions.yaml rename to incubator/actualserver/0.0.33/questions.yaml diff --git a/incubator/actualserver/0.0.32/templates/common.yaml b/incubator/actualserver/0.0.33/templates/common.yaml similarity index 100% rename from incubator/actualserver/0.0.32/templates/common.yaml rename to incubator/actualserver/0.0.33/templates/common.yaml diff --git a/incubator/actualserver/0.0.32/values.yaml b/incubator/actualserver/0.0.33/values.yaml similarity index 100% rename from incubator/actualserver/0.0.32/values.yaml rename to incubator/actualserver/0.0.33/values.yaml diff --git a/incubator/adguardhome-sync/0.0.36/CHANGELOG.md b/incubator/adguardhome-sync/0.0.36/CHANGELOG.md deleted file mode 100644 index 6b4f7082551..00000000000 --- a/incubator/adguardhome-sync/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [adguardhome-sync-0.0.36](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.35...adguardhome-sync-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguardhome-sync-0.0.34](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.33...adguardhome-sync-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [adguardhome-sync-0.0.33](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.32...adguardhome-sync-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguardhome-sync-0.0.32](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.31...adguardhome-sync-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) - - - - -## [adguardhome-sync-0.0.31](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.30...adguardhome-sync-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [adguardhome-sync-0.0.30](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.29...adguardhome-sync-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [adguardhome-sync-0.0.29](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.28...adguardhome-sync-0.0.29) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [adguardhome-sync-0.0.28](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.27...adguardhome-sync-0.0.28) (2022-09-22) - -### Chore diff --git a/incubator/adguardhome-sync/0.0.36/Chart.lock b/incubator/adguardhome-sync/0.0.36/Chart.lock deleted file mode 100644 index fa9be54f7cc..00000000000 --- a/incubator/adguardhome-sync/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:22:55.67806816Z" diff --git a/incubator/adguardhome-sync/0.0.36/Chart.yaml b/incubator/adguardhome-sync/0.0.36/Chart.yaml deleted file mode 100644 index 166a025a827..00000000000 --- a/incubator/adguardhome-sync/0.0.36/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. -home: https://truecharts.org/docs/charts/incubator/adguardhome-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png -keywords: - - adguardhome-sync - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: adguardhome-sync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync - - https://github.com/bakito/adguardhome-sync/ - - https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync - - https://github.com/linuxserver/docker-adguardhome-sync#readme -type: application -version: 0.0.36 diff --git a/incubator/adguardhome-sync/0.0.36/README.md b/incubator/adguardhome-sync/0.0.36/README.md deleted file mode 100644 index dba867a4b57..00000000000 --- a/incubator/adguardhome-sync/0.0.36/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# adguardhome-sync - -Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [adguardhome-sync](https://truecharts.org/docs/charts/incubator/adguardhome-sync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `adguardhome-sync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install adguardhome-sync TrueCharts/adguardhome-sync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `adguardhome-sync` deployment - -```console -helm uninstall adguardhome-sync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install adguardhome-sync \ - --set env.TZ="America/New York" \ - TrueCharts/adguardhome-sync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install adguardhome-sync TrueCharts/adguardhome-sync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/adguardhome-sync/0.0.36/charts/common-10.7.0.tgz b/incubator/adguardhome-sync/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/adguardhome-sync/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/adguardhome-sync/0.0.37/CHANGELOG.md b/incubator/adguardhome-sync/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..e3cdd6468ab --- /dev/null +++ b/incubator/adguardhome-sync/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [adguardhome-sync-0.0.37](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.36...adguardhome-sync-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [adguardhome-sync-0.0.36](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.35...adguardhome-sync-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguardhome-sync-0.0.34](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.33...adguardhome-sync-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [adguardhome-sync-0.0.33](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.32...adguardhome-sync-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguardhome-sync-0.0.32](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.31...adguardhome-sync-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [adguardhome-sync-0.0.31](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.30...adguardhome-sync-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [adguardhome-sync-0.0.30](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.29...adguardhome-sync-0.0.30) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [adguardhome-sync-0.0.29](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.28...adguardhome-sync-0.0.29) (2022-09-23) + +### Chore diff --git a/incubator/adguardhome-sync/0.0.37/Chart.lock b/incubator/adguardhome-sync/0.0.37/Chart.lock new file mode 100644 index 00000000000..2bd15a2ac5b --- /dev/null +++ b/incubator/adguardhome-sync/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:02:40.615139134Z" diff --git a/incubator/adguardhome-sync/0.0.37/Chart.yaml b/incubator/adguardhome-sync/0.0.37/Chart.yaml new file mode 100644 index 00000000000..4b23853b1a5 --- /dev/null +++ b/incubator/adguardhome-sync/0.0.37/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. +home: https://truecharts.org/docs/charts/incubator/adguardhome-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png +keywords: + - adguardhome-sync + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adguardhome-sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync + - https://github.com/bakito/adguardhome-sync/ + - https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync + - https://github.com/linuxserver/docker-adguardhome-sync#readme +type: application +version: 0.0.37 diff --git a/incubator/adguardhome-sync/0.0.37/README.md b/incubator/adguardhome-sync/0.0.37/README.md new file mode 100644 index 00000000000..903260526d4 --- /dev/null +++ b/incubator/adguardhome-sync/0.0.37/README.md @@ -0,0 +1,108 @@ +# adguardhome-sync + +Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [adguardhome-sync](https://truecharts.org/docs/charts/incubator/adguardhome-sync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `adguardhome-sync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install adguardhome-sync TrueCharts/adguardhome-sync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `adguardhome-sync` deployment + +```console +helm uninstall adguardhome-sync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install adguardhome-sync \ + --set env.TZ="America/New York" \ + TrueCharts/adguardhome-sync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install adguardhome-sync TrueCharts/adguardhome-sync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/adguardhome-sync/0.0.36/app-readme.md b/incubator/adguardhome-sync/0.0.37/app-readme.md similarity index 100% rename from incubator/adguardhome-sync/0.0.36/app-readme.md rename to incubator/adguardhome-sync/0.0.37/app-readme.md diff --git a/incubator/adguardhome-sync/0.0.37/charts/common-10.7.1.tgz b/incubator/adguardhome-sync/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/adguardhome-sync/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/adguardhome-sync/0.0.36/ix_values.yaml b/incubator/adguardhome-sync/0.0.37/ix_values.yaml similarity index 100% rename from incubator/adguardhome-sync/0.0.36/ix_values.yaml rename to incubator/adguardhome-sync/0.0.37/ix_values.yaml diff --git a/incubator/adguardhome-sync/0.0.36/questions.yaml b/incubator/adguardhome-sync/0.0.37/questions.yaml similarity index 100% rename from incubator/adguardhome-sync/0.0.36/questions.yaml rename to incubator/adguardhome-sync/0.0.37/questions.yaml diff --git a/incubator/adguardhome-sync/0.0.36/templates/common.yaml b/incubator/adguardhome-sync/0.0.37/templates/common.yaml similarity index 100% rename from incubator/adguardhome-sync/0.0.36/templates/common.yaml rename to incubator/adguardhome-sync/0.0.37/templates/common.yaml diff --git a/incubator/adguardhome-sync/0.0.36/values.yaml b/incubator/adguardhome-sync/0.0.37/values.yaml similarity index 100% rename from incubator/adguardhome-sync/0.0.36/values.yaml rename to incubator/adguardhome-sync/0.0.37/values.yaml diff --git a/incubator/adminer/0.0.34/CHANGELOG.md b/incubator/adminer/0.0.34/CHANGELOG.md deleted file mode 100644 index 9c5eff98782..00000000000 --- a/incubator/adminer/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [adminer-0.0.34](https://github.com/truecharts/charts/compare/adminer-0.0.33...adminer-0.0.34) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [adminer-0.0.33](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.33) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [adminer-0.0.32](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adminer-0.0.31](https://github.com/truecharts/charts/compare/adminer-0.0.30...adminer-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [adminer-0.0.30](https://github.com/truecharts/charts/compare/adminer-0.0.29...adminer-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [adminer-0.0.29](https://github.com/truecharts/charts/compare/adminer-0.0.28...adminer-0.0.29) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [adminer-0.0.28](https://github.com/truecharts/charts/compare/adminer-0.0.27...adminer-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [adminer-0.0.27](https://github.com/truecharts/charts/compare/adminer-0.0.26...adminer-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [adminer-0.0.26](https://github.com/truecharts/charts/compare/adminer-0.0.25...adminer-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/adminer/0.0.34/Chart.lock b/incubator/adminer/0.0.34/Chart.lock deleted file mode 100644 index 1ca036bd083..00000000000 --- a/incubator/adminer/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:19.672020655Z" diff --git a/incubator/adminer/0.0.34/Chart.yaml b/incubator/adminer/0.0.34/Chart.yaml deleted file mode 100644 index 0924d2b5d4c..00000000000 --- a/incubator/adminer/0.0.34/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB." -home: https://truecharts.org/docs/charts/incubator/adminer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png -keywords: - - adminer - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: adminer -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/adminer - - https://github.com/vrana/adminer - - http://hub.docker.com/_/adminer/ -type: application -version: 0.0.34 diff --git a/incubator/adminer/0.0.34/README.md b/incubator/adminer/0.0.34/README.md deleted file mode 100644 index 2ade9b990d9..00000000000 --- a/incubator/adminer/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# adminer - -Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [adminer](https://truecharts.org/docs/charts/incubator/adminer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `adminer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install adminer TrueCharts/adminer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `adminer` deployment - -```console -helm uninstall adminer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install adminer \ - --set env.TZ="America/New York" \ - TrueCharts/adminer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install adminer TrueCharts/adminer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/adminer/0.0.34/charts/common-10.7.0.tgz b/incubator/adminer/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/adminer/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/adminer/0.0.35/CHANGELOG.md b/incubator/adminer/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..1bf60eac4fb --- /dev/null +++ b/incubator/adminer/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [adminer-0.0.35](https://github.com/truecharts/charts/compare/adminer-0.0.34...adminer-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [adminer-0.0.34](https://github.com/truecharts/charts/compare/adminer-0.0.33...adminer-0.0.34) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [adminer-0.0.33](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.33) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [adminer-0.0.32](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adminer-0.0.31](https://github.com/truecharts/charts/compare/adminer-0.0.30...adminer-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [adminer-0.0.30](https://github.com/truecharts/charts/compare/adminer-0.0.29...adminer-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [adminer-0.0.29](https://github.com/truecharts/charts/compare/adminer-0.0.28...adminer-0.0.29) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [adminer-0.0.28](https://github.com/truecharts/charts/compare/adminer-0.0.27...adminer-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [adminer-0.0.27](https://github.com/truecharts/charts/compare/adminer-0.0.26...adminer-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [adminer-0.0.26](https://github.com/truecharts/charts/compare/adminer-0.0.25...adminer-0.0.26) (2022-09-22) diff --git a/incubator/adminer/0.0.35/Chart.lock b/incubator/adminer/0.0.35/Chart.lock new file mode 100644 index 00000000000..c7678ff4298 --- /dev/null +++ b/incubator/adminer/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:02:54.469618146Z" diff --git a/incubator/adminer/0.0.35/Chart.yaml b/incubator/adminer/0.0.35/Chart.yaml new file mode 100644 index 00000000000..98620d06bd9 --- /dev/null +++ b/incubator/adminer/0.0.35/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB." +home: https://truecharts.org/docs/charts/incubator/adminer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png +keywords: + - adminer + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adminer +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/adminer + - https://github.com/vrana/adminer + - http://hub.docker.com/_/adminer/ +type: application +version: 0.0.35 diff --git a/incubator/adminer/0.0.35/README.md b/incubator/adminer/0.0.35/README.md new file mode 100644 index 00000000000..85e0fdf9cc3 --- /dev/null +++ b/incubator/adminer/0.0.35/README.md @@ -0,0 +1,107 @@ +# adminer + +Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [adminer](https://truecharts.org/docs/charts/incubator/adminer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `adminer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install adminer TrueCharts/adminer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `adminer` deployment + +```console +helm uninstall adminer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install adminer \ + --set env.TZ="America/New York" \ + TrueCharts/adminer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install adminer TrueCharts/adminer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/adminer/0.0.34/app-readme.md b/incubator/adminer/0.0.35/app-readme.md similarity index 100% rename from incubator/adminer/0.0.34/app-readme.md rename to incubator/adminer/0.0.35/app-readme.md diff --git a/incubator/adminer/0.0.35/charts/common-10.7.1.tgz b/incubator/adminer/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/adminer/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/adminer/0.0.34/ix_values.yaml b/incubator/adminer/0.0.35/ix_values.yaml similarity index 100% rename from incubator/adminer/0.0.34/ix_values.yaml rename to incubator/adminer/0.0.35/ix_values.yaml diff --git a/incubator/adminer/0.0.34/questions.yaml b/incubator/adminer/0.0.35/questions.yaml similarity index 100% rename from incubator/adminer/0.0.34/questions.yaml rename to incubator/adminer/0.0.35/questions.yaml diff --git a/incubator/adminer/0.0.34/templates/common.yaml b/incubator/adminer/0.0.35/templates/common.yaml similarity index 100% rename from incubator/adminer/0.0.34/templates/common.yaml rename to incubator/adminer/0.0.35/templates/common.yaml diff --git a/incubator/adminer/0.0.34/values.yaml b/incubator/adminer/0.0.35/values.yaml similarity index 100% rename from incubator/adminer/0.0.34/values.yaml rename to incubator/adminer/0.0.35/values.yaml diff --git a/incubator/alienswarm-reactivedrop/0.0.29/CHANGELOG.md b/incubator/alienswarm-reactivedrop/0.0.29/CHANGELOG.md deleted file mode 100644 index 0e08d95985c..00000000000 --- a/incubator/alienswarm-reactivedrop/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [alienswarm-reactivedrop-0.0.29](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.28...alienswarm-reactivedrop-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [alienswarm-reactivedrop-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-reactivedrop-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [alienswarm-reactivedrop-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-reactivedrop-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [alienswarm-reactivedrop-0.0.25](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.24...alienswarm-reactivedrop-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [alienswarm-reactivedrop-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.23...alienswarm-reactivedrop-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [alienswarm-reactivedrop-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.23...alienswarm-reactivedrop-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/alienswarm-reactivedrop/0.0.29/Chart.lock b/incubator/alienswarm-reactivedrop/0.0.29/Chart.lock deleted file mode 100644 index 24b39a3e002..00000000000 --- a/incubator/alienswarm-reactivedrop/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:25.061777567Z" diff --git a/incubator/alienswarm-reactivedrop/0.0.29/Chart.yaml b/incubator/alienswarm-reactivedrop/0.0.29/Chart.yaml deleted file mode 100644 index 5c14650b046..00000000000 --- a/incubator/alienswarm-reactivedrop/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." -home: https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png -keywords: - - alienswarm-reactivedrop - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: alienswarm-reactivedrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/alienswarm-reactivedrop/0.0.29/README.md b/incubator/alienswarm-reactivedrop/0.0.29/README.md deleted file mode 100644 index 6b8448fd83c..00000000000 --- a/incubator/alienswarm-reactivedrop/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# alienswarm-reactivedrop - -This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [alienswarm-reactivedrop](https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `alienswarm-reactivedrop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `alienswarm-reactivedrop` deployment - -```console -helm uninstall alienswarm-reactivedrop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install alienswarm-reactivedrop \ - --set env.TZ="America/New York" \ - TrueCharts/alienswarm-reactivedrop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/alienswarm-reactivedrop/0.0.29/charts/common-10.7.0.tgz b/incubator/alienswarm-reactivedrop/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/alienswarm-reactivedrop/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/alienswarm-reactivedrop/0.0.30/CHANGELOG.md b/incubator/alienswarm-reactivedrop/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5cc920fc311 --- /dev/null +++ b/incubator/alienswarm-reactivedrop/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [alienswarm-reactivedrop-0.0.30](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.29...alienswarm-reactivedrop-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [alienswarm-reactivedrop-0.0.29](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.28...alienswarm-reactivedrop-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [alienswarm-reactivedrop-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-reactivedrop-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [alienswarm-reactivedrop-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-reactivedrop-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [alienswarm-reactivedrop-0.0.25](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.24...alienswarm-reactivedrop-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [alienswarm-reactivedrop-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.23...alienswarm-reactivedrop-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/alienswarm-reactivedrop/0.0.30/Chart.lock b/incubator/alienswarm-reactivedrop/0.0.30/Chart.lock new file mode 100644 index 00000000000..5162cfa5f74 --- /dev/null +++ b/incubator/alienswarm-reactivedrop/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:11.690635412Z" diff --git a/incubator/alienswarm-reactivedrop/0.0.30/Chart.yaml b/incubator/alienswarm-reactivedrop/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3e5d2da2702 --- /dev/null +++ b/incubator/alienswarm-reactivedrop/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it." +home: https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.png +keywords: + - alienswarm-reactivedrop + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: alienswarm-reactivedrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/alienswarm-reactivedrop/0.0.30/README.md b/incubator/alienswarm-reactivedrop/0.0.30/README.md new file mode 100644 index 00000000000..9b6910eafd0 --- /dev/null +++ b/incubator/alienswarm-reactivedrop/0.0.30/README.md @@ -0,0 +1,107 @@ +# alienswarm-reactivedrop + +This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [alienswarm-reactivedrop](https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `alienswarm-reactivedrop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `alienswarm-reactivedrop` deployment + +```console +helm uninstall alienswarm-reactivedrop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install alienswarm-reactivedrop \ + --set env.TZ="America/New York" \ + TrueCharts/alienswarm-reactivedrop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install alienswarm-reactivedrop TrueCharts/alienswarm-reactivedrop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/alienswarm-reactivedrop/0.0.29/app-readme.md b/incubator/alienswarm-reactivedrop/0.0.30/app-readme.md similarity index 100% rename from incubator/alienswarm-reactivedrop/0.0.29/app-readme.md rename to incubator/alienswarm-reactivedrop/0.0.30/app-readme.md diff --git a/incubator/alienswarm-reactivedrop/0.0.30/charts/common-10.7.1.tgz b/incubator/alienswarm-reactivedrop/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/alienswarm-reactivedrop/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/alienswarm-reactivedrop/0.0.29/ix_values.yaml b/incubator/alienswarm-reactivedrop/0.0.30/ix_values.yaml similarity index 100% rename from incubator/alienswarm-reactivedrop/0.0.29/ix_values.yaml rename to incubator/alienswarm-reactivedrop/0.0.30/ix_values.yaml diff --git a/incubator/alienswarm-reactivedrop/0.0.29/questions.yaml b/incubator/alienswarm-reactivedrop/0.0.30/questions.yaml similarity index 100% rename from incubator/alienswarm-reactivedrop/0.0.29/questions.yaml rename to incubator/alienswarm-reactivedrop/0.0.30/questions.yaml diff --git a/incubator/alienswarm-reactivedrop/0.0.29/templates/common.yaml b/incubator/alienswarm-reactivedrop/0.0.30/templates/common.yaml similarity index 100% rename from incubator/alienswarm-reactivedrop/0.0.29/templates/common.yaml rename to incubator/alienswarm-reactivedrop/0.0.30/templates/common.yaml diff --git a/incubator/alienswarm-reactivedrop/0.0.29/values.yaml b/incubator/alienswarm-reactivedrop/0.0.30/values.yaml similarity index 100% rename from incubator/alienswarm-reactivedrop/0.0.29/values.yaml rename to incubator/alienswarm-reactivedrop/0.0.30/values.yaml diff --git a/incubator/alienswarm/0.0.29/CHANGELOG.md b/incubator/alienswarm/0.0.29/CHANGELOG.md deleted file mode 100644 index 3e0f4cee07e..00000000000 --- a/incubator/alienswarm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [alienswarm-0.0.29](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.28...alienswarm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [alienswarm-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [alienswarm-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [alienswarm-0.0.25](https://github.com/truecharts/charts/compare/alienswarm-0.0.24...alienswarm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [alienswarm-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-0.0.23...alienswarm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [alienswarm-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-0.0.23...alienswarm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/alienswarm/0.0.29/Chart.lock b/incubator/alienswarm/0.0.29/Chart.lock deleted file mode 100644 index 8e2f5c8e8b2..00000000000 --- a/incubator/alienswarm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:22.718358596Z" diff --git a/incubator/alienswarm/0.0.29/Chart.yaml b/incubator/alienswarm/0.0.29/Chart.yaml deleted file mode 100644 index 36c40a4bfb3..00000000000 --- a/incubator/alienswarm/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Alien Swarm and run it." -home: https://truecharts.org/docs/charts/incubator/alienswarm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png -keywords: - - alienswarm - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: alienswarm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/alienswarm/0.0.29/README.md b/incubator/alienswarm/0.0.29/README.md deleted file mode 100644 index 269aadd617a..00000000000 --- a/incubator/alienswarm/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# alienswarm - -This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [alienswarm](https://truecharts.org/docs/charts/incubator/alienswarm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `alienswarm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install alienswarm TrueCharts/alienswarm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `alienswarm` deployment - -```console -helm uninstall alienswarm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install alienswarm \ - --set env.TZ="America/New York" \ - TrueCharts/alienswarm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install alienswarm TrueCharts/alienswarm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/alienswarm/0.0.29/charts/common-10.7.0.tgz b/incubator/alienswarm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/alienswarm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/alienswarm/0.0.30/CHANGELOG.md b/incubator/alienswarm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..fafd04a0bc3 --- /dev/null +++ b/incubator/alienswarm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [alienswarm-0.0.30](https://github.com/truecharts/charts/compare/alienswarm-0.0.29...alienswarm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [alienswarm-0.0.29](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.28...alienswarm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [alienswarm-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [alienswarm-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [alienswarm-0.0.25](https://github.com/truecharts/charts/compare/alienswarm-0.0.24...alienswarm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [alienswarm-0.0.24](https://github.com/truecharts/charts/compare/alienswarm-0.0.23...alienswarm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/alienswarm/0.0.30/Chart.lock b/incubator/alienswarm/0.0.30/Chart.lock new file mode 100644 index 00000000000..4b41f47ab1e --- /dev/null +++ b/incubator/alienswarm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:02.29307994Z" diff --git a/incubator/alienswarm/0.0.30/Chart.yaml b/incubator/alienswarm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..31eb3056d6f --- /dev/null +++ b/incubator/alienswarm/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Alien Swarm and run it." +home: https://truecharts.org/docs/charts/incubator/alienswarm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png +keywords: + - alienswarm + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: alienswarm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/alienswarm/0.0.30/README.md b/incubator/alienswarm/0.0.30/README.md new file mode 100644 index 00000000000..3542c396f7b --- /dev/null +++ b/incubator/alienswarm/0.0.30/README.md @@ -0,0 +1,107 @@ +# alienswarm + +This Chart will download and install SteamCMD. It will also install Alien Swarm and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [alienswarm](https://truecharts.org/docs/charts/incubator/alienswarm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `alienswarm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install alienswarm TrueCharts/alienswarm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `alienswarm` deployment + +```console +helm uninstall alienswarm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install alienswarm \ + --set env.TZ="America/New York" \ + TrueCharts/alienswarm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install alienswarm TrueCharts/alienswarm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/alienswarm/0.0.29/app-readme.md b/incubator/alienswarm/0.0.30/app-readme.md similarity index 100% rename from incubator/alienswarm/0.0.29/app-readme.md rename to incubator/alienswarm/0.0.30/app-readme.md diff --git a/incubator/alienswarm/0.0.30/charts/common-10.7.1.tgz b/incubator/alienswarm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/alienswarm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/alienswarm/0.0.29/ix_values.yaml b/incubator/alienswarm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/alienswarm/0.0.29/ix_values.yaml rename to incubator/alienswarm/0.0.30/ix_values.yaml diff --git a/incubator/alienswarm/0.0.29/questions.yaml b/incubator/alienswarm/0.0.30/questions.yaml similarity index 100% rename from incubator/alienswarm/0.0.29/questions.yaml rename to incubator/alienswarm/0.0.30/questions.yaml diff --git a/incubator/alienswarm/0.0.29/templates/common.yaml b/incubator/alienswarm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/alienswarm/0.0.29/templates/common.yaml rename to incubator/alienswarm/0.0.30/templates/common.yaml diff --git a/incubator/alienswarm/0.0.29/values.yaml b/incubator/alienswarm/0.0.30/values.yaml similarity index 100% rename from incubator/alienswarm/0.0.29/values.yaml rename to incubator/alienswarm/0.0.30/values.yaml diff --git a/incubator/altitude/0.0.29/CHANGELOG.md b/incubator/altitude/0.0.29/CHANGELOG.md deleted file mode 100644 index 1fc1c6650f3..00000000000 --- a/incubator/altitude/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [altitude-0.0.29](https://github.com/truecharts/charts/compare/altitude-0.0.28...altitude-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [altitude-0.0.27](https://github.com/truecharts/charts/compare/altitude-0.0.26...altitude-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [altitude-0.0.26](https://github.com/truecharts/charts/compare/altitude-0.0.25...altitude-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [altitude-0.0.25](https://github.com/truecharts/charts/compare/altitude-0.0.24...altitude-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [altitude-0.0.24](https://github.com/truecharts/charts/compare/altitude-0.0.23...altitude-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [altitude-0.0.24](https://github.com/truecharts/charts/compare/altitude-0.0.23...altitude-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/altitude/0.0.29/Chart.lock b/incubator/altitude/0.0.29/Chart.lock deleted file mode 100644 index 9909d2c5ac5..00000000000 --- a/incubator/altitude/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:25.31572273Z" diff --git a/incubator/altitude/0.0.29/Chart.yaml b/incubator/altitude/0.0.29/Chart.yaml deleted file mode 100644 index 994816f7573..00000000000 --- a/incubator/altitude/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Altitude and run it." -home: https://truecharts.org/docs/charts/incubator/altitude -icon: https://truecharts.org/img/hotlink-ok/chart-icons/altitude.png -keywords: - - altitude - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: altitude -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/altitude - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/altitude/ -type: application -version: 0.0.29 diff --git a/incubator/altitude/0.0.29/README.md b/incubator/altitude/0.0.29/README.md deleted file mode 100644 index 97c5d8ffe4e..00000000000 --- a/incubator/altitude/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# altitude - -This Chart will download and install Altitude and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [altitude](https://truecharts.org/docs/charts/incubator/altitude) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `altitude` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install altitude TrueCharts/altitude -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `altitude` deployment - -```console -helm uninstall altitude -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install altitude \ - --set env.TZ="America/New York" \ - TrueCharts/altitude -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install altitude TrueCharts/altitude -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/altitude/0.0.29/charts/common-10.7.0.tgz b/incubator/altitude/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/altitude/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/altitude/0.0.30/CHANGELOG.md b/incubator/altitude/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b05edef8021 --- /dev/null +++ b/incubator/altitude/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [altitude-0.0.30](https://github.com/truecharts/charts/compare/altitude-0.0.29...altitude-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [altitude-0.0.29](https://github.com/truecharts/charts/compare/altitude-0.0.28...altitude-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [altitude-0.0.27](https://github.com/truecharts/charts/compare/altitude-0.0.26...altitude-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [altitude-0.0.26](https://github.com/truecharts/charts/compare/altitude-0.0.25...altitude-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [altitude-0.0.25](https://github.com/truecharts/charts/compare/altitude-0.0.24...altitude-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [altitude-0.0.24](https://github.com/truecharts/charts/compare/altitude-0.0.23...altitude-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/altitude/0.0.30/Chart.lock b/incubator/altitude/0.0.30/Chart.lock new file mode 100644 index 00000000000..83c29701131 --- /dev/null +++ b/incubator/altitude/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:11.906001091Z" diff --git a/incubator/altitude/0.0.30/Chart.yaml b/incubator/altitude/0.0.30/Chart.yaml new file mode 100644 index 00000000000..cdeefd06b5f --- /dev/null +++ b/incubator/altitude/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Altitude and run it." +home: https://truecharts.org/docs/charts/incubator/altitude +icon: https://truecharts.org/img/hotlink-ok/chart-icons/altitude.png +keywords: + - altitude + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: altitude +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/altitude + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/altitude/ +type: application +version: 0.0.30 diff --git a/incubator/altitude/0.0.30/README.md b/incubator/altitude/0.0.30/README.md new file mode 100644 index 00000000000..6269df1f552 --- /dev/null +++ b/incubator/altitude/0.0.30/README.md @@ -0,0 +1,107 @@ +# altitude + +This Chart will download and install Altitude and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [altitude](https://truecharts.org/docs/charts/incubator/altitude) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `altitude` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install altitude TrueCharts/altitude +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `altitude` deployment + +```console +helm uninstall altitude +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install altitude \ + --set env.TZ="America/New York" \ + TrueCharts/altitude +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install altitude TrueCharts/altitude -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/altitude/0.0.29/app-readme.md b/incubator/altitude/0.0.30/app-readme.md similarity index 100% rename from incubator/altitude/0.0.29/app-readme.md rename to incubator/altitude/0.0.30/app-readme.md diff --git a/incubator/altitude/0.0.30/charts/common-10.7.1.tgz b/incubator/altitude/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/altitude/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/altitude/0.0.29/ix_values.yaml b/incubator/altitude/0.0.30/ix_values.yaml similarity index 100% rename from incubator/altitude/0.0.29/ix_values.yaml rename to incubator/altitude/0.0.30/ix_values.yaml diff --git a/incubator/altitude/0.0.29/questions.yaml b/incubator/altitude/0.0.30/questions.yaml similarity index 100% rename from incubator/altitude/0.0.29/questions.yaml rename to incubator/altitude/0.0.30/questions.yaml diff --git a/incubator/altitude/0.0.29/templates/common.yaml b/incubator/altitude/0.0.30/templates/common.yaml similarity index 100% rename from incubator/altitude/0.0.29/templates/common.yaml rename to incubator/altitude/0.0.30/templates/common.yaml diff --git a/incubator/altitude/0.0.29/values.yaml b/incubator/altitude/0.0.30/values.yaml similarity index 100% rename from incubator/altitude/0.0.29/values.yaml rename to incubator/altitude/0.0.30/values.yaml diff --git a/incubator/americasarmy-pg/0.0.29/CHANGELOG.md b/incubator/americasarmy-pg/0.0.29/CHANGELOG.md deleted file mode 100644 index 88493e494dd..00000000000 --- a/incubator/americasarmy-pg/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [americasarmy-pg-0.0.29](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.28...americasarmy-pg-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [americasarmy-pg-0.0.27](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.26...americasarmy-pg-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [americasarmy-pg-0.0.26](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.25...americasarmy-pg-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [americasarmy-pg-0.0.25](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.24...americasarmy-pg-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [americasarmy-pg-0.0.24](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.23...americasarmy-pg-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [americasarmy-pg-0.0.24](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.23...americasarmy-pg-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/americasarmy-pg/0.0.29/Chart.lock b/incubator/americasarmy-pg/0.0.29/Chart.lock deleted file mode 100644 index 910324bc5be..00000000000 --- a/incubator/americasarmy-pg/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:48.801145628Z" diff --git a/incubator/americasarmy-pg/0.0.29/Chart.yaml b/incubator/americasarmy-pg/0.0.29/Chart.yaml deleted file mode 100644 index a01188ad2dc..00000000000 --- a/incubator/americasarmy-pg/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." -home: https://truecharts.org/docs/charts/incubator/americasarmy-pg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png -keywords: - - americasarmy-pg - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: americasarmy-pg -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg - - https://www.americasarmy.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/americasarmy-pg/0.0.29/README.md b/incubator/americasarmy-pg/0.0.29/README.md deleted file mode 100644 index c551e9eaf6f..00000000000 --- a/incubator/americasarmy-pg/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# americasarmy-pg - -This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [americasarmy-pg](https://truecharts.org/docs/charts/incubator/americasarmy-pg) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `americasarmy-pg` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install americasarmy-pg TrueCharts/americasarmy-pg -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `americasarmy-pg` deployment - -```console -helm uninstall americasarmy-pg -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install americasarmy-pg \ - --set env.TZ="America/New York" \ - TrueCharts/americasarmy-pg -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install americasarmy-pg TrueCharts/americasarmy-pg -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/americasarmy-pg/0.0.29/charts/common-10.7.0.tgz b/incubator/americasarmy-pg/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/americasarmy-pg/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/americasarmy-pg/0.0.30/CHANGELOG.md b/incubator/americasarmy-pg/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..82b2d4a525e --- /dev/null +++ b/incubator/americasarmy-pg/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [americasarmy-pg-0.0.30](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.29...americasarmy-pg-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [americasarmy-pg-0.0.29](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.28...americasarmy-pg-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [americasarmy-pg-0.0.27](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.26...americasarmy-pg-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [americasarmy-pg-0.0.26](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.25...americasarmy-pg-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [americasarmy-pg-0.0.25](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.24...americasarmy-pg-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [americasarmy-pg-0.0.24](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.23...americasarmy-pg-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/americasarmy-pg/0.0.30/Chart.lock b/incubator/americasarmy-pg/0.0.30/Chart.lock new file mode 100644 index 00000000000..aee910b01c6 --- /dev/null +++ b/incubator/americasarmy-pg/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:25.07936718Z" diff --git a/incubator/americasarmy-pg/0.0.30/Chart.yaml b/incubator/americasarmy-pg/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9e6ec5e1259 --- /dev/null +++ b/incubator/americasarmy-pg/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it." +home: https://truecharts.org/docs/charts/incubator/americasarmy-pg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png +keywords: + - americasarmy-pg + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: americasarmy-pg +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg + - https://www.americasarmy.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/americasarmy-pg/0.0.30/README.md b/incubator/americasarmy-pg/0.0.30/README.md new file mode 100644 index 00000000000..5e826274b8d --- /dev/null +++ b/incubator/americasarmy-pg/0.0.30/README.md @@ -0,0 +1,107 @@ +# americasarmy-pg + +This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [americasarmy-pg](https://truecharts.org/docs/charts/incubator/americasarmy-pg) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `americasarmy-pg` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install americasarmy-pg TrueCharts/americasarmy-pg +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `americasarmy-pg` deployment + +```console +helm uninstall americasarmy-pg +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install americasarmy-pg \ + --set env.TZ="America/New York" \ + TrueCharts/americasarmy-pg +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install americasarmy-pg TrueCharts/americasarmy-pg -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/americasarmy-pg/0.0.29/app-readme.md b/incubator/americasarmy-pg/0.0.30/app-readme.md similarity index 100% rename from incubator/americasarmy-pg/0.0.29/app-readme.md rename to incubator/americasarmy-pg/0.0.30/app-readme.md diff --git a/incubator/americasarmy-pg/0.0.30/charts/common-10.7.1.tgz b/incubator/americasarmy-pg/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/americasarmy-pg/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/americasarmy-pg/0.0.29/ix_values.yaml b/incubator/americasarmy-pg/0.0.30/ix_values.yaml similarity index 100% rename from incubator/americasarmy-pg/0.0.29/ix_values.yaml rename to incubator/americasarmy-pg/0.0.30/ix_values.yaml diff --git a/incubator/americasarmy-pg/0.0.29/questions.yaml b/incubator/americasarmy-pg/0.0.30/questions.yaml similarity index 100% rename from incubator/americasarmy-pg/0.0.29/questions.yaml rename to incubator/americasarmy-pg/0.0.30/questions.yaml diff --git a/incubator/americasarmy-pg/0.0.29/templates/common.yaml b/incubator/americasarmy-pg/0.0.30/templates/common.yaml similarity index 100% rename from incubator/americasarmy-pg/0.0.29/templates/common.yaml rename to incubator/americasarmy-pg/0.0.30/templates/common.yaml diff --git a/incubator/americasarmy-pg/0.0.29/values.yaml b/incubator/americasarmy-pg/0.0.30/values.yaml similarity index 100% rename from incubator/americasarmy-pg/0.0.29/values.yaml rename to incubator/americasarmy-pg/0.0.30/values.yaml diff --git a/incubator/amtd/0.0.34/CHANGELOG.md b/incubator/amtd/0.0.34/CHANGELOG.md deleted file mode 100644 index 21c8bcc5856..00000000000 --- a/incubator/amtd/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [amtd-0.0.34](https://github.com/truecharts/charts/compare/amtd-0.0.33...amtd-0.0.34) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amtd-0.0.32](https://github.com/truecharts/charts/compare/amtd-0.0.31...amtd-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [amtd-0.0.31](https://github.com/truecharts/charts/compare/amtd-0.0.30...amtd-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [amtd-0.0.30](https://github.com/truecharts/charts/compare/amtd-0.0.29...amtd-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [amtd-0.0.29](https://github.com/truecharts/charts/compare/amtd-0.0.28...amtd-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [amtd-0.0.29](https://github.com/truecharts/charts/compare/amtd-0.0.28...amtd-0.0.29) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/amtd/0.0.34/Chart.lock b/incubator/amtd/0.0.34/Chart.lock deleted file mode 100644 index feb219cd84c..00000000000 --- a/incubator/amtd/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:52.348342417Z" diff --git a/incubator/amtd/0.0.34/Chart.yaml b/incubator/amtd/0.0.34/Chart.yaml deleted file mode 100644 index 9c677ccf595..00000000000 --- a/incubator/amtd/0.0.34/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications\n" -home: https://truecharts.org/docs/charts/incubator/amtd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amtd.png -keywords: - - amtd - - Downloaders - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: amtd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/amtd - - https://github.com/RandomNinjaAtk/docker-amtd - - https://hub.docker.com/r/randomninjaatk/amtd -type: application -version: 0.0.34 diff --git a/incubator/amtd/0.0.34/README.md b/incubator/amtd/0.0.34/README.md deleted file mode 100644 index 0f1a65df414..00000000000 --- a/incubator/amtd/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# amtd - -Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [amtd](https://truecharts.org/docs/charts/incubator/amtd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `amtd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install amtd TrueCharts/amtd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `amtd` deployment - -```console -helm uninstall amtd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install amtd \ - --set env.TZ="America/New York" \ - TrueCharts/amtd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install amtd TrueCharts/amtd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/amtd/0.0.34/charts/common-10.7.0.tgz b/incubator/amtd/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/amtd/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/amtd/0.0.35/CHANGELOG.md b/incubator/amtd/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..3a524230c4f --- /dev/null +++ b/incubator/amtd/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [amtd-0.0.35](https://github.com/truecharts/charts/compare/amtd-0.0.34...amtd-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [amtd-0.0.34](https://github.com/truecharts/charts/compare/amtd-0.0.33...amtd-0.0.34) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amtd-0.0.32](https://github.com/truecharts/charts/compare/amtd-0.0.31...amtd-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [amtd-0.0.31](https://github.com/truecharts/charts/compare/amtd-0.0.30...amtd-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [amtd-0.0.30](https://github.com/truecharts/charts/compare/amtd-0.0.29...amtd-0.0.30) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [amtd-0.0.29](https://github.com/truecharts/charts/compare/amtd-0.0.28...amtd-0.0.29) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [amtd-0.0.29](https://github.com/truecharts/charts/compare/amtd-0.0.28...amtd-0.0.29) (2022-09-21) diff --git a/incubator/amtd/0.0.35/Chart.lock b/incubator/amtd/0.0.35/Chart.lock new file mode 100644 index 00000000000..ddbac96c4ef --- /dev/null +++ b/incubator/amtd/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:33.481663514Z" diff --git a/incubator/amtd/0.0.35/Chart.yaml b/incubator/amtd/0.0.35/Chart.yaml new file mode 100644 index 00000000000..6783d11140e --- /dev/null +++ b/incubator/amtd/0.0.35/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications\n" +home: https://truecharts.org/docs/charts/incubator/amtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amtd.png +keywords: + - amtd + - Downloaders + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amtd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amtd + - https://github.com/RandomNinjaAtk/docker-amtd + - https://hub.docker.com/r/randomninjaatk/amtd +type: application +version: 0.0.35 diff --git a/incubator/amtd/0.0.35/README.md b/incubator/amtd/0.0.35/README.md new file mode 100644 index 00000000000..9f5c0950f05 --- /dev/null +++ b/incubator/amtd/0.0.35/README.md @@ -0,0 +1,107 @@ +# amtd + +Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [amtd](https://truecharts.org/docs/charts/incubator/amtd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `amtd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install amtd TrueCharts/amtd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `amtd` deployment + +```console +helm uninstall amtd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install amtd \ + --set env.TZ="America/New York" \ + TrueCharts/amtd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install amtd TrueCharts/amtd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/amtd/0.0.34/app-readme.md b/incubator/amtd/0.0.35/app-readme.md similarity index 100% rename from incubator/amtd/0.0.34/app-readme.md rename to incubator/amtd/0.0.35/app-readme.md diff --git a/incubator/amtd/0.0.35/charts/common-10.7.1.tgz b/incubator/amtd/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/amtd/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/amtd/0.0.34/ix_values.yaml b/incubator/amtd/0.0.35/ix_values.yaml similarity index 100% rename from incubator/amtd/0.0.34/ix_values.yaml rename to incubator/amtd/0.0.35/ix_values.yaml diff --git a/incubator/amtd/0.0.34/questions.yaml b/incubator/amtd/0.0.35/questions.yaml similarity index 100% rename from incubator/amtd/0.0.34/questions.yaml rename to incubator/amtd/0.0.35/questions.yaml diff --git a/incubator/amtd/0.0.34/templates/common.yaml b/incubator/amtd/0.0.35/templates/common.yaml similarity index 100% rename from incubator/amtd/0.0.34/templates/common.yaml rename to incubator/amtd/0.0.35/templates/common.yaml diff --git a/incubator/amtd/0.0.34/values.yaml b/incubator/amtd/0.0.35/values.yaml similarity index 100% rename from incubator/amtd/0.0.34/values.yaml rename to incubator/amtd/0.0.35/values.yaml diff --git a/incubator/amule/0.0.29/CHANGELOG.md b/incubator/amule/0.0.29/CHANGELOG.md deleted file mode 100644 index ba3c5c0c017..00000000000 --- a/incubator/amule/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [amule-0.0.29](https://github.com/truecharts/charts/compare/amule-0.0.28...amule-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amule-0.0.27](https://github.com/truecharts/charts/compare/amule-0.0.26...amule-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [amule-0.0.26](https://github.com/truecharts/charts/compare/amule-0.0.25...amule-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [amule-0.0.25](https://github.com/truecharts/charts/compare/amule-0.0.24...amule-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [amule-0.0.24](https://github.com/truecharts/charts/compare/amule-0.0.23...amule-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [amule-0.0.24](https://github.com/truecharts/charts/compare/amule-0.0.23...amule-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/amule/0.0.29/Chart.lock b/incubator/amule/0.0.29/Chart.lock deleted file mode 100644 index e8fb425aaa3..00000000000 --- a/incubator/amule/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:53.952689975Z" diff --git a/incubator/amule/0.0.29/Chart.yaml b/incubator/amule/0.0.29/Chart.yaml deleted file mode 100644 index dda3e2128f9..00000000000 --- a/incubator/amule/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "aMule is an eMule-like client for the eDonkey and Kademlia networks." -home: https://truecharts.org/docs/charts/incubator/amule -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png -keywords: - - amule - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: amule -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/amule - - https://github.com/t-chab/dockerfiles - - https://hub.docker.com/r/tchabaud/amule -type: application -version: 0.0.29 diff --git a/incubator/amule/0.0.29/README.md b/incubator/amule/0.0.29/README.md deleted file mode 100644 index 8206e05e609..00000000000 --- a/incubator/amule/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# amule - -aMule is an eMule-like client for the eDonkey and Kademlia networks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [amule](https://truecharts.org/docs/charts/incubator/amule) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `amule` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install amule TrueCharts/amule -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `amule` deployment - -```console -helm uninstall amule -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install amule \ - --set env.TZ="America/New York" \ - TrueCharts/amule -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install amule TrueCharts/amule -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/amule/0.0.29/charts/common-10.7.0.tgz b/incubator/amule/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/amule/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/amule/0.0.30/CHANGELOG.md b/incubator/amule/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..beb05bfd940 --- /dev/null +++ b/incubator/amule/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [amule-0.0.30](https://github.com/truecharts/charts/compare/amule-0.0.29...amule-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [amule-0.0.29](https://github.com/truecharts/charts/compare/amule-0.0.28...amule-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amule-0.0.27](https://github.com/truecharts/charts/compare/amule-0.0.26...amule-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [amule-0.0.26](https://github.com/truecharts/charts/compare/amule-0.0.25...amule-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [amule-0.0.25](https://github.com/truecharts/charts/compare/amule-0.0.24...amule-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [amule-0.0.24](https://github.com/truecharts/charts/compare/amule-0.0.23...amule-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/amule/0.0.30/Chart.lock b/incubator/amule/0.0.30/Chart.lock new file mode 100644 index 00000000000..7a978c9c7bb --- /dev/null +++ b/incubator/amule/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:42.98808745Z" diff --git a/incubator/amule/0.0.30/Chart.yaml b/incubator/amule/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8a2035e6107 --- /dev/null +++ b/incubator/amule/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "aMule is an eMule-like client for the eDonkey and Kademlia networks." +home: https://truecharts.org/docs/charts/incubator/amule +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.png +keywords: + - amule + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amule +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amule + - https://github.com/t-chab/dockerfiles + - https://hub.docker.com/r/tchabaud/amule +type: application +version: 0.0.30 diff --git a/incubator/amule/0.0.30/README.md b/incubator/amule/0.0.30/README.md new file mode 100644 index 00000000000..d562f978aed --- /dev/null +++ b/incubator/amule/0.0.30/README.md @@ -0,0 +1,107 @@ +# amule + +aMule is an eMule-like client for the eDonkey and Kademlia networks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [amule](https://truecharts.org/docs/charts/incubator/amule) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `amule` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install amule TrueCharts/amule +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `amule` deployment + +```console +helm uninstall amule +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install amule \ + --set env.TZ="America/New York" \ + TrueCharts/amule +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install amule TrueCharts/amule -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/amule/0.0.29/app-readme.md b/incubator/amule/0.0.30/app-readme.md similarity index 100% rename from incubator/amule/0.0.29/app-readme.md rename to incubator/amule/0.0.30/app-readme.md diff --git a/incubator/amule/0.0.30/charts/common-10.7.1.tgz b/incubator/amule/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/amule/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/amule/0.0.29/ix_values.yaml b/incubator/amule/0.0.30/ix_values.yaml similarity index 100% rename from incubator/amule/0.0.29/ix_values.yaml rename to incubator/amule/0.0.30/ix_values.yaml diff --git a/incubator/amule/0.0.29/questions.yaml b/incubator/amule/0.0.30/questions.yaml similarity index 100% rename from incubator/amule/0.0.29/questions.yaml rename to incubator/amule/0.0.30/questions.yaml diff --git a/incubator/amule/0.0.29/templates/common.yaml b/incubator/amule/0.0.30/templates/common.yaml similarity index 100% rename from incubator/amule/0.0.29/templates/common.yaml rename to incubator/amule/0.0.30/templates/common.yaml diff --git a/incubator/amule/0.0.29/values.yaml b/incubator/amule/0.0.30/values.yaml similarity index 100% rename from incubator/amule/0.0.29/values.yaml rename to incubator/amule/0.0.30/values.yaml diff --git a/incubator/amvd/0.0.29/CHANGELOG.md b/incubator/amvd/0.0.29/CHANGELOG.md deleted file mode 100644 index 5d712ccf41b..00000000000 --- a/incubator/amvd/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [amvd-0.0.29](https://github.com/truecharts/charts/compare/amvd-0.0.28...amvd-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amvd-0.0.27](https://github.com/truecharts/charts/compare/amvd-0.0.26...amvd-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [amvd-0.0.26](https://github.com/truecharts/charts/compare/amvd-0.0.25...amvd-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [amvd-0.0.25](https://github.com/truecharts/charts/compare/amvd-0.0.24...amvd-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [amvd-0.0.24](https://github.com/truecharts/charts/compare/amvd-0.0.23...amvd-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [amvd-0.0.24](https://github.com/truecharts/charts/compare/amvd-0.0.23...amvd-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/amvd/0.0.29/Chart.lock b/incubator/amvd/0.0.29/Chart.lock deleted file mode 100644 index 0685ad329d5..00000000000 --- a/incubator/amvd/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:23:55.305709666Z" diff --git a/incubator/amvd/0.0.29/Chart.yaml b/incubator/amvd/0.0.29/Chart.yaml deleted file mode 100644 index fc015a88e37..00000000000 --- a/incubator/amvd/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications" -home: https://truecharts.org/docs/charts/incubator/amvd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amvd.png -keywords: - - amvd - - Downloaders - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: amvd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/amvd - - https://github.com/RandomNinjaAtk/docker-amvd - - https://hub.docker.com/r/randomninjaatk/amvd -type: application -version: 0.0.29 diff --git a/incubator/amvd/0.0.29/README.md b/incubator/amvd/0.0.29/README.md deleted file mode 100644 index ae2726f296c..00000000000 --- a/incubator/amvd/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# amvd - -Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [amvd](https://truecharts.org/docs/charts/incubator/amvd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `amvd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install amvd TrueCharts/amvd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `amvd` deployment - -```console -helm uninstall amvd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install amvd \ - --set env.TZ="America/New York" \ - TrueCharts/amvd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install amvd TrueCharts/amvd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/amvd/0.0.29/charts/common-10.7.0.tgz b/incubator/amvd/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/amvd/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/amvd/0.0.30/CHANGELOG.md b/incubator/amvd/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..05e66f09969 --- /dev/null +++ b/incubator/amvd/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [amvd-0.0.30](https://github.com/truecharts/charts/compare/amvd-0.0.29...amvd-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [amvd-0.0.29](https://github.com/truecharts/charts/compare/amvd-0.0.28...amvd-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amvd-0.0.27](https://github.com/truecharts/charts/compare/amvd-0.0.26...amvd-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [amvd-0.0.26](https://github.com/truecharts/charts/compare/amvd-0.0.25...amvd-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [amvd-0.0.25](https://github.com/truecharts/charts/compare/amvd-0.0.24...amvd-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [amvd-0.0.24](https://github.com/truecharts/charts/compare/amvd-0.0.23...amvd-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [amvd-0.0.24](https://github.com/truecharts/charts/compare/amvd-0.0.23...amvd-0.0.24) (2022-09-21) diff --git a/incubator/amvd/0.0.30/Chart.lock b/incubator/amvd/0.0.30/Chart.lock new file mode 100644 index 00000000000..a69987ec7bb --- /dev/null +++ b/incubator/amvd/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:43.644821999Z" diff --git a/incubator/amvd/0.0.30/Chart.yaml b/incubator/amvd/0.0.30/Chart.yaml new file mode 100644 index 00000000000..71cdb1696ec --- /dev/null +++ b/incubator/amvd/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications" +home: https://truecharts.org/docs/charts/incubator/amvd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amvd.png +keywords: + - amvd + - Downloaders + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amvd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/amvd + - https://github.com/RandomNinjaAtk/docker-amvd + - https://hub.docker.com/r/randomninjaatk/amvd +type: application +version: 0.0.30 diff --git a/incubator/amvd/0.0.30/README.md b/incubator/amvd/0.0.30/README.md new file mode 100644 index 00000000000..15e20a67546 --- /dev/null +++ b/incubator/amvd/0.0.30/README.md @@ -0,0 +1,107 @@ +# amvd + +Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [amvd](https://truecharts.org/docs/charts/incubator/amvd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `amvd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install amvd TrueCharts/amvd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `amvd` deployment + +```console +helm uninstall amvd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install amvd \ + --set env.TZ="America/New York" \ + TrueCharts/amvd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install amvd TrueCharts/amvd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/amvd/0.0.29/app-readme.md b/incubator/amvd/0.0.30/app-readme.md similarity index 100% rename from incubator/amvd/0.0.29/app-readme.md rename to incubator/amvd/0.0.30/app-readme.md diff --git a/incubator/amvd/0.0.30/charts/common-10.7.1.tgz b/incubator/amvd/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/amvd/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/amvd/0.0.29/ix_values.yaml b/incubator/amvd/0.0.30/ix_values.yaml similarity index 100% rename from incubator/amvd/0.0.29/ix_values.yaml rename to incubator/amvd/0.0.30/ix_values.yaml diff --git a/incubator/amvd/0.0.29/questions.yaml b/incubator/amvd/0.0.30/questions.yaml similarity index 100% rename from incubator/amvd/0.0.29/questions.yaml rename to incubator/amvd/0.0.30/questions.yaml diff --git a/incubator/amvd/0.0.29/templates/common.yaml b/incubator/amvd/0.0.30/templates/common.yaml similarity index 100% rename from incubator/amvd/0.0.29/templates/common.yaml rename to incubator/amvd/0.0.30/templates/common.yaml diff --git a/incubator/amvd/0.0.29/values.yaml b/incubator/amvd/0.0.30/values.yaml similarity index 100% rename from incubator/amvd/0.0.29/values.yaml rename to incubator/amvd/0.0.30/values.yaml diff --git a/incubator/android-8-0/0.0.29/CHANGELOG.md b/incubator/android-8-0/0.0.29/CHANGELOG.md deleted file mode 100644 index 176f5892d5e..00000000000 --- a/incubator/android-8-0/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [android-8-0-0.0.29](https://github.com/truecharts/charts/compare/android-8-0-0.0.28...android-8-0-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [android-8-0-0.0.27](https://github.com/truecharts/charts/compare/android-8-0-0.0.26...android-8-0-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [android-8-0-0.0.26](https://github.com/truecharts/charts/compare/android-8-0-0.0.25...android-8-0-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [android-8-0-0.0.25](https://github.com/truecharts/charts/compare/android-8-0-0.0.24...android-8-0-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [android-8-0-0.0.24](https://github.com/truecharts/charts/compare/android-8-0-0.0.23...android-8-0-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [android-8-0-0.0.24](https://github.com/truecharts/charts/compare/android-8-0-0.0.23...android-8-0-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/android-8-0/0.0.29/Chart.lock b/incubator/android-8-0/0.0.29/Chart.lock deleted file mode 100644 index 1f6f3b3f7c6..00000000000 --- a/incubator/android-8-0/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:18.489516038Z" diff --git a/incubator/android-8-0/0.0.29/Chart.yaml b/incubator/android-8-0/0.0.29/Chart.yaml deleted file mode 100644 index 1a93ce2a7bd..00000000000 --- a/incubator/android-8-0/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. -home: https://truecharts.org/docs/charts/incubator/android-8-0 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png -keywords: - - android-8-0 - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: android-8-0 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0 - - https://registry.hub.docker.com/r/ulisses1478/docker-android -type: application -version: 0.0.29 diff --git a/incubator/android-8-0/0.0.29/README.md b/incubator/android-8-0/0.0.29/README.md deleted file mode 100644 index 159658d0f86..00000000000 --- a/incubator/android-8-0/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# android-8-0 - -Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [android-8-0](https://truecharts.org/docs/charts/incubator/android-8-0) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `android-8-0` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install android-8-0 TrueCharts/android-8-0 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `android-8-0` deployment - -```console -helm uninstall android-8-0 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install android-8-0 \ - --set env.TZ="America/New York" \ - TrueCharts/android-8-0 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install android-8-0 TrueCharts/android-8-0 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/android-8-0/0.0.29/charts/common-10.7.0.tgz b/incubator/android-8-0/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/android-8-0/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/android-8-0/0.0.30/CHANGELOG.md b/incubator/android-8-0/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..cd5a6de3065 --- /dev/null +++ b/incubator/android-8-0/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [android-8-0-0.0.30](https://github.com/truecharts/charts/compare/android-8-0-0.0.29...android-8-0-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [android-8-0-0.0.29](https://github.com/truecharts/charts/compare/android-8-0-0.0.28...android-8-0-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [android-8-0-0.0.27](https://github.com/truecharts/charts/compare/android-8-0-0.0.26...android-8-0-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [android-8-0-0.0.26](https://github.com/truecharts/charts/compare/android-8-0-0.0.25...android-8-0-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [android-8-0-0.0.25](https://github.com/truecharts/charts/compare/android-8-0-0.0.24...android-8-0-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [android-8-0-0.0.24](https://github.com/truecharts/charts/compare/android-8-0-0.0.23...android-8-0-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [android-8-0-0.0.24](https://github.com/truecharts/charts/compare/android-8-0-0.0.23...android-8-0-0.0.24) (2022-09-21) diff --git a/incubator/android-8-0/0.0.30/Chart.lock b/incubator/android-8-0/0.0.30/Chart.lock new file mode 100644 index 00000000000..f02d13d7df6 --- /dev/null +++ b/incubator/android-8-0/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:03:56.04376765Z" diff --git a/incubator/android-8-0/0.0.30/Chart.yaml b/incubator/android-8-0/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7d3b878fd41 --- /dev/null +++ b/incubator/android-8-0/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. +home: https://truecharts.org/docs/charts/incubator/android-8-0 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.png +keywords: + - android-8-0 + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: android-8-0 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0 + - https://registry.hub.docker.com/r/ulisses1478/docker-android +type: application +version: 0.0.30 diff --git a/incubator/android-8-0/0.0.30/README.md b/incubator/android-8-0/0.0.30/README.md new file mode 100644 index 00000000000..eb521f0a467 --- /dev/null +++ b/incubator/android-8-0/0.0.30/README.md @@ -0,0 +1,106 @@ +# android-8-0 + +Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [android-8-0](https://truecharts.org/docs/charts/incubator/android-8-0) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `android-8-0` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install android-8-0 TrueCharts/android-8-0 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `android-8-0` deployment + +```console +helm uninstall android-8-0 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install android-8-0 \ + --set env.TZ="America/New York" \ + TrueCharts/android-8-0 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install android-8-0 TrueCharts/android-8-0 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/android-8-0/0.0.29/app-readme.md b/incubator/android-8-0/0.0.30/app-readme.md similarity index 100% rename from incubator/android-8-0/0.0.29/app-readme.md rename to incubator/android-8-0/0.0.30/app-readme.md diff --git a/incubator/android-8-0/0.0.30/charts/common-10.7.1.tgz b/incubator/android-8-0/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/android-8-0/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/android-8-0/0.0.29/ix_values.yaml b/incubator/android-8-0/0.0.30/ix_values.yaml similarity index 100% rename from incubator/android-8-0/0.0.29/ix_values.yaml rename to incubator/android-8-0/0.0.30/ix_values.yaml diff --git a/incubator/android-8-0/0.0.29/questions.yaml b/incubator/android-8-0/0.0.30/questions.yaml similarity index 100% rename from incubator/android-8-0/0.0.29/questions.yaml rename to incubator/android-8-0/0.0.30/questions.yaml diff --git a/incubator/android-8-0/0.0.29/templates/common.yaml b/incubator/android-8-0/0.0.30/templates/common.yaml similarity index 100% rename from incubator/android-8-0/0.0.29/templates/common.yaml rename to incubator/android-8-0/0.0.30/templates/common.yaml diff --git a/incubator/android-8-0/0.0.29/values.yaml b/incubator/android-8-0/0.0.30/values.yaml similarity index 100% rename from incubator/android-8-0/0.0.29/values.yaml rename to incubator/android-8-0/0.0.30/values.yaml diff --git a/incubator/androiddebugbridge/0.0.29/CHANGELOG.md b/incubator/androiddebugbridge/0.0.29/CHANGELOG.md deleted file mode 100644 index 38559bcccca..00000000000 --- a/incubator/androiddebugbridge/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [androiddebugbridge-0.0.29](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.28...androiddebugbridge-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [androiddebugbridge-0.0.27](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.26...androiddebugbridge-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [androiddebugbridge-0.0.26](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.25...androiddebugbridge-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [androiddebugbridge-0.0.25](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.24...androiddebugbridge-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [androiddebugbridge-0.0.24](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.23...androiddebugbridge-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [androiddebugbridge-0.0.24](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.23...androiddebugbridge-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/androiddebugbridge/0.0.29/Chart.lock b/incubator/androiddebugbridge/0.0.29/Chart.lock deleted file mode 100644 index e8c4075d9c6..00000000000 --- a/incubator/androiddebugbridge/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:22.328042471Z" diff --git a/incubator/androiddebugbridge/0.0.29/Chart.yaml b/incubator/androiddebugbridge/0.0.29/Chart.yaml deleted file mode 100644 index 3aadcd89ab7..00000000000 --- a/incubator/androiddebugbridge/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart." -home: https://truecharts.org/docs/charts/incubator/androiddebugbridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png -keywords: - - androiddebugbridge - - HomeAutomation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: androiddebugbridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge - - https://hub.docker.com/r/barnybbb/adb-hass-androidtv - - https://hub.docker.com/r/barnybbb/adb-hass-androidtv/ -type: application -version: 0.0.29 diff --git a/incubator/androiddebugbridge/0.0.29/README.md b/incubator/androiddebugbridge/0.0.29/README.md deleted file mode 100644 index 59f056f02d7..00000000000 --- a/incubator/androiddebugbridge/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# androiddebugbridge - -Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [androiddebugbridge](https://truecharts.org/docs/charts/incubator/androiddebugbridge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `androiddebugbridge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install androiddebugbridge TrueCharts/androiddebugbridge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `androiddebugbridge` deployment - -```console -helm uninstall androiddebugbridge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install androiddebugbridge \ - --set env.TZ="America/New York" \ - TrueCharts/androiddebugbridge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install androiddebugbridge TrueCharts/androiddebugbridge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/androiddebugbridge/0.0.29/charts/common-10.7.0.tgz b/incubator/androiddebugbridge/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/androiddebugbridge/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/androiddebugbridge/0.0.30/CHANGELOG.md b/incubator/androiddebugbridge/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..335e9b073e5 --- /dev/null +++ b/incubator/androiddebugbridge/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [androiddebugbridge-0.0.30](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.29...androiddebugbridge-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [androiddebugbridge-0.0.29](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.28...androiddebugbridge-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [androiddebugbridge-0.0.27](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.26...androiddebugbridge-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [androiddebugbridge-0.0.26](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.25...androiddebugbridge-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [androiddebugbridge-0.0.25](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.24...androiddebugbridge-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [androiddebugbridge-0.0.24](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.23...androiddebugbridge-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/androiddebugbridge/0.0.30/Chart.lock b/incubator/androiddebugbridge/0.0.30/Chart.lock new file mode 100644 index 00000000000..46c4e53203a --- /dev/null +++ b/incubator/androiddebugbridge/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:04.350800677Z" diff --git a/incubator/androiddebugbridge/0.0.30/Chart.yaml b/incubator/androiddebugbridge/0.0.30/Chart.yaml new file mode 100644 index 00000000000..95548925f88 --- /dev/null +++ b/incubator/androiddebugbridge/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart." +home: https://truecharts.org/docs/charts/incubator/androiddebugbridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.png +keywords: + - androiddebugbridge + - HomeAutomation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: androiddebugbridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge + - https://hub.docker.com/r/barnybbb/adb-hass-androidtv + - https://hub.docker.com/r/barnybbb/adb-hass-androidtv/ +type: application +version: 0.0.30 diff --git a/incubator/androiddebugbridge/0.0.30/README.md b/incubator/androiddebugbridge/0.0.30/README.md new file mode 100644 index 00000000000..a02c4a382f6 --- /dev/null +++ b/incubator/androiddebugbridge/0.0.30/README.md @@ -0,0 +1,107 @@ +# androiddebugbridge + +Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [androiddebugbridge](https://truecharts.org/docs/charts/incubator/androiddebugbridge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `androiddebugbridge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install androiddebugbridge TrueCharts/androiddebugbridge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `androiddebugbridge` deployment + +```console +helm uninstall androiddebugbridge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install androiddebugbridge \ + --set env.TZ="America/New York" \ + TrueCharts/androiddebugbridge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install androiddebugbridge TrueCharts/androiddebugbridge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/androiddebugbridge/0.0.29/app-readme.md b/incubator/androiddebugbridge/0.0.30/app-readme.md similarity index 100% rename from incubator/androiddebugbridge/0.0.29/app-readme.md rename to incubator/androiddebugbridge/0.0.30/app-readme.md diff --git a/incubator/androiddebugbridge/0.0.30/charts/common-10.7.1.tgz b/incubator/androiddebugbridge/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/androiddebugbridge/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/androiddebugbridge/0.0.29/ix_values.yaml b/incubator/androiddebugbridge/0.0.30/ix_values.yaml similarity index 100% rename from incubator/androiddebugbridge/0.0.29/ix_values.yaml rename to incubator/androiddebugbridge/0.0.30/ix_values.yaml diff --git a/incubator/androiddebugbridge/0.0.29/questions.yaml b/incubator/androiddebugbridge/0.0.30/questions.yaml similarity index 100% rename from incubator/androiddebugbridge/0.0.29/questions.yaml rename to incubator/androiddebugbridge/0.0.30/questions.yaml diff --git a/incubator/androiddebugbridge/0.0.29/templates/common.yaml b/incubator/androiddebugbridge/0.0.30/templates/common.yaml similarity index 100% rename from incubator/androiddebugbridge/0.0.29/templates/common.yaml rename to incubator/androiddebugbridge/0.0.30/templates/common.yaml diff --git a/incubator/androiddebugbridge/0.0.29/values.yaml b/incubator/androiddebugbridge/0.0.30/values.yaml similarity index 100% rename from incubator/androiddebugbridge/0.0.29/values.yaml rename to incubator/androiddebugbridge/0.0.30/values.yaml diff --git a/incubator/anki-sync-server/0.0.16/CHANGELOG.md b/incubator/anki-sync-server/0.0.16/CHANGELOG.md deleted file mode 100644 index c09ed354b3f..00000000000 --- a/incubator/anki-sync-server/0.0.16/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [anki-sync-server-0.0.16](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.15...anki-sync-server-0.0.16) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anki-sync-server-0.0.14](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.13...anki-sync-server-0.0.14) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [anki-sync-server-0.0.13](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.12...anki-sync-server-0.0.13) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [anki-sync-server-0.0.12](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.11...anki-sync-server-0.0.12) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [anki-sync-server-0.0.11](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.10...anki-sync-server-0.0.11) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [anki-sync-server-0.0.11](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.10...anki-sync-server-0.0.11) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/anki-sync-server/0.0.16/Chart.lock b/incubator/anki-sync-server/0.0.16/Chart.lock deleted file mode 100644 index 1e447a77240..00000000000 --- a/incubator/anki-sync-server/0.0.16/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:22.696215712Z" diff --git a/incubator/anki-sync-server/0.0.16/Chart.yaml b/incubator/anki-sync-server/0.0.16/Chart.yaml deleted file mode 100644 index 851e1306756..00000000000 --- a/incubator/anki-sync-server/0.0.16/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "20220516" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A cross-platform Anki sync server. -home: https://truecharts.org/docs/charts/incubator/anki-sync-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png -keywords: - - anki-sync-server -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: anki-sync-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server - - https://github.com/ankicommunity/anki-devops-services -version: 0.0.16 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/anki-sync-server/0.0.16/README.md b/incubator/anki-sync-server/0.0.16/README.md deleted file mode 100644 index 5312905a775..00000000000 --- a/incubator/anki-sync-server/0.0.16/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# anki-sync-server - -A cross-platform Anki sync server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [anki-sync-server](https://truecharts.org/docs/charts/incubator/anki-sync-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `anki-sync-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install anki-sync-server TrueCharts/anki-sync-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `anki-sync-server` deployment - -```console -helm uninstall anki-sync-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install anki-sync-server \ - --set env.TZ="America/New York" \ - TrueCharts/anki-sync-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install anki-sync-server TrueCharts/anki-sync-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/anki-sync-server/0.0.16/charts/common-10.7.0.tgz b/incubator/anki-sync-server/0.0.16/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/anki-sync-server/0.0.16/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/anki-sync-server/0.0.17/CHANGELOG.md b/incubator/anki-sync-server/0.0.17/CHANGELOG.md new file mode 100644 index 00000000000..59802e39c6a --- /dev/null +++ b/incubator/anki-sync-server/0.0.17/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [anki-sync-server-0.0.17](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.16...anki-sync-server-0.0.17) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [anki-sync-server-0.0.16](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.15...anki-sync-server-0.0.16) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anki-sync-server-0.0.14](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.13...anki-sync-server-0.0.14) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [anki-sync-server-0.0.13](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.12...anki-sync-server-0.0.13) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [anki-sync-server-0.0.12](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.11...anki-sync-server-0.0.12) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [anki-sync-server-0.0.11](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.10...anki-sync-server-0.0.11) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/anki-sync-server/0.0.17/Chart.lock b/incubator/anki-sync-server/0.0.17/Chart.lock new file mode 100644 index 00000000000..b3d48860c81 --- /dev/null +++ b/incubator/anki-sync-server/0.0.17/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:14.410395364Z" diff --git a/incubator/anki-sync-server/0.0.17/Chart.yaml b/incubator/anki-sync-server/0.0.17/Chart.yaml new file mode 100644 index 00000000000..bc3506835b9 --- /dev/null +++ b/incubator/anki-sync-server/0.0.17/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "20220516" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A cross-platform Anki sync server. +home: https://truecharts.org/docs/charts/incubator/anki-sync-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png +keywords: + - anki-sync-server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: anki-sync-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server + - https://github.com/ankicommunity/anki-devops-services +version: 0.0.17 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/anki-sync-server/0.0.17/README.md b/incubator/anki-sync-server/0.0.17/README.md new file mode 100644 index 00000000000..e8f784ebb06 --- /dev/null +++ b/incubator/anki-sync-server/0.0.17/README.md @@ -0,0 +1,106 @@ +# anki-sync-server + +A cross-platform Anki sync server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [anki-sync-server](https://truecharts.org/docs/charts/incubator/anki-sync-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `anki-sync-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install anki-sync-server TrueCharts/anki-sync-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `anki-sync-server` deployment + +```console +helm uninstall anki-sync-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install anki-sync-server \ + --set env.TZ="America/New York" \ + TrueCharts/anki-sync-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install anki-sync-server TrueCharts/anki-sync-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/anki-sync-server/0.0.16/app-readme.md b/incubator/anki-sync-server/0.0.17/app-readme.md similarity index 100% rename from incubator/anki-sync-server/0.0.16/app-readme.md rename to incubator/anki-sync-server/0.0.17/app-readme.md diff --git a/incubator/anki-sync-server/0.0.17/charts/common-10.7.1.tgz b/incubator/anki-sync-server/0.0.17/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/anki-sync-server/0.0.17/charts/common-10.7.1.tgz differ diff --git a/incubator/anki-sync-server/0.0.16/ix_values.yaml b/incubator/anki-sync-server/0.0.17/ix_values.yaml similarity index 100% rename from incubator/anki-sync-server/0.0.16/ix_values.yaml rename to incubator/anki-sync-server/0.0.17/ix_values.yaml diff --git a/incubator/anki-sync-server/0.0.16/questions.yaml b/incubator/anki-sync-server/0.0.17/questions.yaml similarity index 100% rename from incubator/anki-sync-server/0.0.16/questions.yaml rename to incubator/anki-sync-server/0.0.17/questions.yaml diff --git a/incubator/anki-sync-server/0.0.16/templates/common.yaml b/incubator/anki-sync-server/0.0.17/templates/common.yaml similarity index 100% rename from incubator/anki-sync-server/0.0.16/templates/common.yaml rename to incubator/anki-sync-server/0.0.17/templates/common.yaml diff --git a/incubator/anki-sync-server/0.0.16/values.yaml b/incubator/anki-sync-server/0.0.17/values.yaml similarity index 100% rename from incubator/anki-sync-server/0.0.16/values.yaml rename to incubator/anki-sync-server/0.0.17/values.yaml diff --git a/incubator/anope/0.0.29/CHANGELOG.md b/incubator/anope/0.0.29/CHANGELOG.md deleted file mode 100644 index b8e66c980b1..00000000000 --- a/incubator/anope/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [anope-0.0.29](https://github.com/truecharts/charts/compare/anope-0.0.28...anope-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anope-0.0.27](https://github.com/truecharts/charts/compare/anope-0.0.26...anope-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [anope-0.0.26](https://github.com/truecharts/charts/compare/anope-0.0.25...anope-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [anope-0.0.25](https://github.com/truecharts/charts/compare/anope-0.0.24...anope-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [anope-0.0.24](https://github.com/truecharts/charts/compare/anope-0.0.23...anope-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [anope-0.0.24](https://github.com/truecharts/charts/compare/anope-0.0.23...anope-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/anope/0.0.29/Chart.lock b/incubator/anope/0.0.29/Chart.lock deleted file mode 100644 index 08ed602bad5..00000000000 --- a/incubator/anope/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:24.872775617Z" diff --git a/incubator/anope/0.0.29/Chart.yaml b/incubator/anope/0.0.29/Chart.yaml deleted file mode 100644 index 7924873c1ef..00000000000 --- a/incubator/anope/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Anope is a set of IRC Services designed for flexibility and ease of use." -home: https://truecharts.org/docs/charts/incubator/anope -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png -keywords: - - anope - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: anope -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/anope - - https://thelounge.chat/ - - https://hub.docker.com/r/ich777/anope -type: application -version: 0.0.29 diff --git a/incubator/anope/0.0.29/README.md b/incubator/anope/0.0.29/README.md deleted file mode 100644 index 2e77a1fe63d..00000000000 --- a/incubator/anope/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# anope - -Anope is a set of IRC Services designed for flexibility and ease of use. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [anope](https://truecharts.org/docs/charts/incubator/anope) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `anope` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install anope TrueCharts/anope -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `anope` deployment - -```console -helm uninstall anope -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install anope \ - --set env.TZ="America/New York" \ - TrueCharts/anope -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install anope TrueCharts/anope -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/anope/0.0.29/charts/common-10.7.0.tgz b/incubator/anope/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/anope/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/anope/0.0.30/CHANGELOG.md b/incubator/anope/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a4fc8ea3080 --- /dev/null +++ b/incubator/anope/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [anope-0.0.30](https://github.com/truecharts/charts/compare/anope-0.0.29...anope-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [anope-0.0.29](https://github.com/truecharts/charts/compare/anope-0.0.28...anope-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anope-0.0.27](https://github.com/truecharts/charts/compare/anope-0.0.26...anope-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [anope-0.0.26](https://github.com/truecharts/charts/compare/anope-0.0.25...anope-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [anope-0.0.25](https://github.com/truecharts/charts/compare/anope-0.0.24...anope-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [anope-0.0.24](https://github.com/truecharts/charts/compare/anope-0.0.23...anope-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [anope-0.0.24](https://github.com/truecharts/charts/compare/anope-0.0.23...anope-0.0.24) (2022-09-21) diff --git a/incubator/anope/0.0.30/Chart.lock b/incubator/anope/0.0.30/Chart.lock new file mode 100644 index 00000000000..a971807897e --- /dev/null +++ b/incubator/anope/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:14.36185878Z" diff --git a/incubator/anope/0.0.30/Chart.yaml b/incubator/anope/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b8f72bc87a3 --- /dev/null +++ b/incubator/anope/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Anope is a set of IRC Services designed for flexibility and ease of use." +home: https://truecharts.org/docs/charts/incubator/anope +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.png +keywords: + - anope + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: anope +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/anope + - https://thelounge.chat/ + - https://hub.docker.com/r/ich777/anope +type: application +version: 0.0.30 diff --git a/incubator/anope/0.0.30/README.md b/incubator/anope/0.0.30/README.md new file mode 100644 index 00000000000..60392fcae1a --- /dev/null +++ b/incubator/anope/0.0.30/README.md @@ -0,0 +1,107 @@ +# anope + +Anope is a set of IRC Services designed for flexibility and ease of use. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [anope](https://truecharts.org/docs/charts/incubator/anope) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `anope` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install anope TrueCharts/anope +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `anope` deployment + +```console +helm uninstall anope +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install anope \ + --set env.TZ="America/New York" \ + TrueCharts/anope +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install anope TrueCharts/anope -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/anope/0.0.29/app-readme.md b/incubator/anope/0.0.30/app-readme.md similarity index 100% rename from incubator/anope/0.0.29/app-readme.md rename to incubator/anope/0.0.30/app-readme.md diff --git a/incubator/anope/0.0.30/charts/common-10.7.1.tgz b/incubator/anope/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/anope/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/anope/0.0.29/ix_values.yaml b/incubator/anope/0.0.30/ix_values.yaml similarity index 100% rename from incubator/anope/0.0.29/ix_values.yaml rename to incubator/anope/0.0.30/ix_values.yaml diff --git a/incubator/anope/0.0.29/questions.yaml b/incubator/anope/0.0.30/questions.yaml similarity index 100% rename from incubator/anope/0.0.29/questions.yaml rename to incubator/anope/0.0.30/questions.yaml diff --git a/incubator/anope/0.0.29/templates/common.yaml b/incubator/anope/0.0.30/templates/common.yaml similarity index 100% rename from incubator/anope/0.0.29/templates/common.yaml rename to incubator/anope/0.0.30/templates/common.yaml diff --git a/incubator/anope/0.0.29/values.yaml b/incubator/anope/0.0.30/values.yaml similarity index 100% rename from incubator/anope/0.0.29/values.yaml rename to incubator/anope/0.0.30/values.yaml diff --git a/incubator/apache-webdav/0.0.29/CHANGELOG.md b/incubator/apache-webdav/0.0.29/CHANGELOG.md deleted file mode 100644 index abf5a44357b..00000000000 --- a/incubator/apache-webdav/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [apache-webdav-0.0.29](https://github.com/truecharts/charts/compare/apache-webdav-0.0.28...apache-webdav-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apache-webdav-0.0.27](https://github.com/truecharts/charts/compare/apache-webdav-0.0.26...apache-webdav-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [apache-webdav-0.0.26](https://github.com/truecharts/charts/compare/apache-webdav-0.0.25...apache-webdav-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [apache-webdav-0.0.25](https://github.com/truecharts/charts/compare/apache-webdav-0.0.24...apache-webdav-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [apache-webdav-0.0.24](https://github.com/truecharts/charts/compare/apache-webdav-0.0.23...apache-webdav-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [apache-webdav-0.0.24](https://github.com/truecharts/charts/compare/apache-webdav-0.0.23...apache-webdav-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/apache-webdav/0.0.29/Chart.lock b/incubator/apache-webdav/0.0.29/Chart.lock deleted file mode 100644 index 59e473fc30c..00000000000 --- a/incubator/apache-webdav/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:48.179221143Z" diff --git a/incubator/apache-webdav/0.0.29/Chart.yaml b/incubator/apache-webdav/0.0.29/Chart.yaml deleted file mode 100644 index efb38dbc945..00000000000 --- a/incubator/apache-webdav/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser." -home: https://truecharts.org/docs/charts/incubator/apache-webdav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png -keywords: - - apache-webdav - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: apache-webdav -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav - - https://httpd.apache.org/docs/2.4/mod/mod_dav.html - - https://github.com/mgutt/docker-apachewebdav -type: application -version: 0.0.29 diff --git a/incubator/apache-webdav/0.0.29/README.md b/incubator/apache-webdav/0.0.29/README.md deleted file mode 100644 index a821d90b4cf..00000000000 --- a/incubator/apache-webdav/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# apache-webdav - -Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [apache-webdav](https://truecharts.org/docs/charts/incubator/apache-webdav) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `apache-webdav` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install apache-webdav TrueCharts/apache-webdav -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `apache-webdav` deployment - -```console -helm uninstall apache-webdav -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install apache-webdav \ - --set env.TZ="America/New York" \ - TrueCharts/apache-webdav -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install apache-webdav TrueCharts/apache-webdav -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/apache-webdav/0.0.29/charts/common-10.7.0.tgz b/incubator/apache-webdav/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/apache-webdav/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/apache-webdav/0.0.30/CHANGELOG.md b/incubator/apache-webdav/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c5fe1f74d8e --- /dev/null +++ b/incubator/apache-webdav/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [apache-webdav-0.0.30](https://github.com/truecharts/charts/compare/apache-webdav-0.0.29...apache-webdav-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [apache-webdav-0.0.29](https://github.com/truecharts/charts/compare/apache-webdav-0.0.28...apache-webdav-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apache-webdav-0.0.27](https://github.com/truecharts/charts/compare/apache-webdav-0.0.26...apache-webdav-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [apache-webdav-0.0.26](https://github.com/truecharts/charts/compare/apache-webdav-0.0.25...apache-webdav-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [apache-webdav-0.0.25](https://github.com/truecharts/charts/compare/apache-webdav-0.0.24...apache-webdav-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [apache-webdav-0.0.24](https://github.com/truecharts/charts/compare/apache-webdav-0.0.23...apache-webdav-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/apache-webdav/0.0.30/Chart.lock b/incubator/apache-webdav/0.0.30/Chart.lock new file mode 100644 index 00000000000..4f01a6ae4ac --- /dev/null +++ b/incubator/apache-webdav/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:26.94065748Z" diff --git a/incubator/apache-webdav/0.0.30/Chart.yaml b/incubator/apache-webdav/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ba214d8550b --- /dev/null +++ b/incubator/apache-webdav/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser." +home: https://truecharts.org/docs/charts/incubator/apache-webdav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.png +keywords: + - apache-webdav + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apache-webdav +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav + - https://httpd.apache.org/docs/2.4/mod/mod_dav.html + - https://github.com/mgutt/docker-apachewebdav +type: application +version: 0.0.30 diff --git a/incubator/apache-webdav/0.0.30/README.md b/incubator/apache-webdav/0.0.30/README.md new file mode 100644 index 00000000000..0bdccdd67dc --- /dev/null +++ b/incubator/apache-webdav/0.0.30/README.md @@ -0,0 +1,107 @@ +# apache-webdav + +Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [apache-webdav](https://truecharts.org/docs/charts/incubator/apache-webdav) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `apache-webdav` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install apache-webdav TrueCharts/apache-webdav +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `apache-webdav` deployment + +```console +helm uninstall apache-webdav +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install apache-webdav \ + --set env.TZ="America/New York" \ + TrueCharts/apache-webdav +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install apache-webdav TrueCharts/apache-webdav -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/apache-webdav/0.0.29/app-readme.md b/incubator/apache-webdav/0.0.30/app-readme.md similarity index 100% rename from incubator/apache-webdav/0.0.29/app-readme.md rename to incubator/apache-webdav/0.0.30/app-readme.md diff --git a/incubator/apache-webdav/0.0.30/charts/common-10.7.1.tgz b/incubator/apache-webdav/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/apache-webdav/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/apache-webdav/0.0.29/ix_values.yaml b/incubator/apache-webdav/0.0.30/ix_values.yaml similarity index 100% rename from incubator/apache-webdav/0.0.29/ix_values.yaml rename to incubator/apache-webdav/0.0.30/ix_values.yaml diff --git a/incubator/apache-webdav/0.0.29/questions.yaml b/incubator/apache-webdav/0.0.30/questions.yaml similarity index 100% rename from incubator/apache-webdav/0.0.29/questions.yaml rename to incubator/apache-webdav/0.0.30/questions.yaml diff --git a/incubator/apache-webdav/0.0.29/templates/common.yaml b/incubator/apache-webdav/0.0.30/templates/common.yaml similarity index 100% rename from incubator/apache-webdav/0.0.29/templates/common.yaml rename to incubator/apache-webdav/0.0.30/templates/common.yaml diff --git a/incubator/apache-webdav/0.0.29/values.yaml b/incubator/apache-webdav/0.0.30/values.yaml similarity index 100% rename from incubator/apache-webdav/0.0.29/values.yaml rename to incubator/apache-webdav/0.0.30/values.yaml diff --git a/incubator/apprise-api/0.0.37/CHANGELOG.md b/incubator/apprise-api/0.0.37/CHANGELOG.md deleted file mode 100644 index 78a22bad5fa..00000000000 --- a/incubator/apprise-api/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [apprise-api-0.0.37](https://github.com/truecharts/charts/compare/apprise-api-0.0.36...apprise-api-0.0.37) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [apprise-api-0.0.36](https://github.com/truecharts/charts/compare/apprise-api-0.0.35...apprise-api-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apprise-api-0.0.34](https://github.com/truecharts/charts/compare/apprise-api-0.0.33...apprise-api-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [apprise-api-0.0.33](https://github.com/truecharts/charts/compare/apprise-api-0.0.32...apprise-api-0.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [apprise-api-0.0.32](https://github.com/truecharts/charts/compare/apprise-api-0.0.31...apprise-api-0.0.32) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [apprise-api-0.0.31](https://github.com/truecharts/charts/compare/apprise-api-0.0.30...apprise-api-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/apprise-api/0.0.37/Chart.lock b/incubator/apprise-api/0.0.37/Chart.lock deleted file mode 100644 index 52d9b2cac2e..00000000000 --- a/incubator/apprise-api/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:01:06.161838216Z" diff --git a/incubator/apprise-api/0.0.37/Chart.yaml b/incubator/apprise-api/0.0.37/Chart.yaml deleted file mode 100644 index 02b57b90f99..00000000000 --- a/incubator/apprise-api/0.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API.\n" -home: https://truecharts.org/docs/charts/incubator/apprise-api -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png -keywords: - - apprise-api - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: apprise-api -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api - - https://github.com/caronc/apprise-api - - https://github.com/orgs/linuxserver/packages/container/package/apprise-api - - https://github.com/linuxserver/docker-apprise-api#readme -type: application -version: 0.0.37 diff --git a/incubator/apprise-api/0.0.37/README.md b/incubator/apprise-api/0.0.37/README.md deleted file mode 100644 index 3dac7a15e6b..00000000000 --- a/incubator/apprise-api/0.0.37/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# apprise-api - -Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [apprise-api](https://truecharts.org/docs/charts/incubator/apprise-api) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `apprise-api` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install apprise-api TrueCharts/apprise-api -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `apprise-api` deployment - -```console -helm uninstall apprise-api -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install apprise-api \ - --set env.TZ="America/New York" \ - TrueCharts/apprise-api -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install apprise-api TrueCharts/apprise-api -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/apprise-api/0.0.37/charts/common-10.7.0.tgz b/incubator/apprise-api/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/apprise-api/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/apprise-api/0.0.37/ix_values.yaml b/incubator/apprise-api/0.0.37/ix_values.yaml deleted file mode 100644 index 1b3a6b8c0d5..00000000000 --- a/incubator/apprise-api/0.0.37/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -env: - UMASK: "" -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/apprise-api - tag: latest@sha256:d0acba042db683c85a78d2d0704eedc2ad20f58b40045769f373fd378fcef9ef -persistence: - config: - enabled: true - mountPath: /config -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - ports: - main: - port: 8000 - protocol: TCP - targetPort: 8000 - -portal: - enabled: true diff --git a/incubator/apprise-api/0.0.38/CHANGELOG.md b/incubator/apprise-api/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..75d258a0385 --- /dev/null +++ b/incubator/apprise-api/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [apprise-api-0.0.38](https://github.com/truecharts/charts/compare/apprise-api-0.0.37...apprise-api-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [apprise-api-0.0.37](https://github.com/truecharts/charts/compare/apprise-api-0.0.36...apprise-api-0.0.37) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [apprise-api-0.0.36](https://github.com/truecharts/charts/compare/apprise-api-0.0.35...apprise-api-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apprise-api-0.0.34](https://github.com/truecharts/charts/compare/apprise-api-0.0.33...apprise-api-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [apprise-api-0.0.33](https://github.com/truecharts/charts/compare/apprise-api-0.0.32...apprise-api-0.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [apprise-api-0.0.32](https://github.com/truecharts/charts/compare/apprise-api-0.0.31...apprise-api-0.0.32) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [apprise-api-0.0.31](https://github.com/truecharts/charts/compare/apprise-api-0.0.30...apprise-api-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [apprise-api-0.0.30](https://github.com/truecharts/charts/compare/apprise-api-0.0.28...apprise-api-0.0.30) (2022-09-22) diff --git a/incubator/apprise-api/0.0.38/Chart.lock b/incubator/apprise-api/0.0.38/Chart.lock new file mode 100644 index 00000000000..f152e71c98e --- /dev/null +++ b/incubator/apprise-api/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:35.775966082Z" diff --git a/incubator/apprise-api/0.0.38/Chart.yaml b/incubator/apprise-api/0.0.38/Chart.yaml new file mode 100644 index 00000000000..f4e09a89984 --- /dev/null +++ b/incubator/apprise-api/0.0.38/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API.\n" +home: https://truecharts.org/docs/charts/incubator/apprise-api +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png +keywords: + - apprise-api + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apprise-api +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api + - https://github.com/caronc/apprise-api + - https://github.com/orgs/linuxserver/packages/container/package/apprise-api + - https://github.com/linuxserver/docker-apprise-api#readme +type: application +version: 0.0.38 diff --git a/incubator/apprise-api/0.0.38/README.md b/incubator/apprise-api/0.0.38/README.md new file mode 100644 index 00000000000..babbe031bac --- /dev/null +++ b/incubator/apprise-api/0.0.38/README.md @@ -0,0 +1,108 @@ +# apprise-api + +Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [apprise-api](https://truecharts.org/docs/charts/incubator/apprise-api) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `apprise-api` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install apprise-api TrueCharts/apprise-api +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `apprise-api` deployment + +```console +helm uninstall apprise-api +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install apprise-api \ + --set env.TZ="America/New York" \ + TrueCharts/apprise-api +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install apprise-api TrueCharts/apprise-api -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/apprise-api/0.0.37/app-readme.md b/incubator/apprise-api/0.0.38/app-readme.md similarity index 100% rename from incubator/apprise-api/0.0.37/app-readme.md rename to incubator/apprise-api/0.0.38/app-readme.md diff --git a/incubator/apprise-api/0.0.38/charts/common-10.7.1.tgz b/incubator/apprise-api/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/apprise-api/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/apprise-api/0.0.38/ix_values.yaml b/incubator/apprise-api/0.0.38/ix_values.yaml new file mode 100644 index 00000000000..356b66c87a4 --- /dev/null +++ b/incubator/apprise-api/0.0.38/ix_values.yaml @@ -0,0 +1,26 @@ +env: + UMASK: "" +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/apprise-api + tag: latest@sha256:9fa5138ea649bd6c4663114224f9b0de42b5e53f7b2401f7b6f78d2bb2c1dda8 +persistence: + config: + enabled: true + mountPath: /config +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + ports: + main: + port: 8000 + protocol: TCP + targetPort: 8000 + +portal: + enabled: true diff --git a/incubator/apprise-api/0.0.37/questions.yaml b/incubator/apprise-api/0.0.38/questions.yaml similarity index 100% rename from incubator/apprise-api/0.0.37/questions.yaml rename to incubator/apprise-api/0.0.38/questions.yaml diff --git a/incubator/apprise-api/0.0.37/templates/common.yaml b/incubator/apprise-api/0.0.38/templates/common.yaml similarity index 100% rename from incubator/apprise-api/0.0.37/templates/common.yaml rename to incubator/apprise-api/0.0.38/templates/common.yaml diff --git a/incubator/apprise-api/0.0.37/values.yaml b/incubator/apprise-api/0.0.38/values.yaml similarity index 100% rename from incubator/apprise-api/0.0.37/values.yaml rename to incubator/apprise-api/0.0.38/values.yaml diff --git a/incubator/appsmith/2.0.59/CHANGELOG.md b/incubator/appsmith/2.0.59/CHANGELOG.md deleted file mode 100644 index 6d05f2c620d..00000000000 --- a/incubator/appsmith/2.0.59/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [appsmith-2.0.59](https://github.com/truecharts/charts/compare/appsmith-2.0.58...appsmith-2.0.59) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [appsmith-2.0.57](https://github.com/truecharts/charts/compare/appsmith-2.0.56...appsmith-2.0.57) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [appsmith-2.0.55](https://github.com/truecharts/charts/compare/appsmith-2.0.54...appsmith-2.0.55) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [appsmith-2.0.54](https://github.com/truecharts/charts/compare/appsmith-2.0.53...appsmith-2.0.54) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [appsmith-2.0.53](https://github.com/truecharts/charts/compare/appsmith-2.0.52...appsmith-2.0.53) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [appsmith-2.0.52](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.52) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/appsmith/2.0.59/Chart.lock b/incubator/appsmith/2.0.59/Chart.lock deleted file mode 100644 index fad9dd4d6de..00000000000 --- a/incubator/appsmith/2.0.59/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:162f5b43a9ee07a562656ce4d9fae46071d0bbc4a34f237fb2a17e0f3bb6556e -generated: "2022-10-12T15:25:03.827386285Z" diff --git a/incubator/appsmith/2.0.59/Chart.yaml b/incubator/appsmith/2.0.59/Chart.yaml deleted file mode 100644 index 00fce1251b2..00000000000 --- a/incubator/appsmith/2.0.59/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -# - condition: mongodb.enabled -# name: mongodb -# repository: https://charts.truecharts.org -# version: 0.0.25 -description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. -home: https://truecharts.org/docs/charts/incubator/appsmith -icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png -keywords: - - appsmith -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: appsmith -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith - - https://github.com/appsmithorg/appsmith -version: 2.0.59 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/appsmith/2.0.59/README.md b/incubator/appsmith/2.0.59/README.md deleted file mode 100644 index c13f24bfd8a..00000000000 --- a/incubator/appsmith/2.0.59/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# appsmith - -Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [appsmith](https://truecharts.org/docs/charts/incubator/appsmith) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `appsmith` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install appsmith TrueCharts/appsmith -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `appsmith` deployment - -```console -helm uninstall appsmith -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install appsmith \ - --set env.TZ="America/New York" \ - TrueCharts/appsmith -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install appsmith TrueCharts/appsmith -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/appsmith/2.0.59/charts/common-10.7.0.tgz b/incubator/appsmith/2.0.59/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/appsmith/2.0.59/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/appsmith/2.0.59/charts/redis-3.0.94.tgz b/incubator/appsmith/2.0.59/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/incubator/appsmith/2.0.59/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/incubator/appsmith/2.0.59/ix_values.yaml b/incubator/appsmith/2.0.59/ix_values.yaml deleted file mode 100644 index 41196c187ee..00000000000 --- a/incubator/appsmith/2.0.59/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: tccr.io/truecharts/appsmith - tag: 1.8.4@sha256:47e357dcefa064eb5a321bbc5851e21089053b51ee5b34271f2cd14b52100b54 - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -env: - APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com" - APPSMITH_REDIS_URL: - secretKeyRef: - name: rediscreds - key: url - -service: - main: - ports: - main: - port: 10217 - targetPort: 80 - supervisor: - enabled: true - ports: - supervisor: - enabled: true - port: 10218 - targetPort: 9001 - -persistence: - appsmithstacks: - enabled: true - mountPath: "/appsmith-stacks" - -redis: - enabled: true - existingSecret: "rediscreds" - redisUsername: appsmith -# mongodb: -# enabled: true -# mongodbUsername: appsmith -# mongodbDatabase: appsmith -# existingSecret: "mongodbcreds" - -portal: - enabled: true diff --git a/incubator/appsmith/2.0.60/CHANGELOG.md b/incubator/appsmith/2.0.60/CHANGELOG.md new file mode 100644 index 00000000000..f8342363924 --- /dev/null +++ b/incubator/appsmith/2.0.60/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [appsmith-2.0.60](https://github.com/truecharts/charts/compare/appsmith-2.0.59...appsmith-2.0.60) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [appsmith-2.0.59](https://github.com/truecharts/charts/compare/appsmith-2.0.58...appsmith-2.0.59) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [appsmith-2.0.57](https://github.com/truecharts/charts/compare/appsmith-2.0.56...appsmith-2.0.57) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [appsmith-2.0.55](https://github.com/truecharts/charts/compare/appsmith-2.0.54...appsmith-2.0.55) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [appsmith-2.0.54](https://github.com/truecharts/charts/compare/appsmith-2.0.53...appsmith-2.0.54) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [appsmith-2.0.53](https://github.com/truecharts/charts/compare/appsmith-2.0.52...appsmith-2.0.53) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [appsmith-2.0.52](https://github.com/truecharts/charts/compare/appsmith-2.0.50...appsmith-2.0.52) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/appsmith/2.0.60/Chart.lock b/incubator/appsmith/2.0.60/Chart.lock new file mode 100644 index 00000000000..0dea6bb38d8 --- /dev/null +++ b/incubator/appsmith/2.0.60/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:b7e52395f71bdf9a723733a6211b037dffd28cfd953490668674811253c4a0a4 +generated: "2022-10-19T12:04:58.706786266Z" diff --git a/incubator/appsmith/2.0.60/Chart.yaml b/incubator/appsmith/2.0.60/Chart.yaml new file mode 100644 index 00000000000..326e0163f5b --- /dev/null +++ b/incubator/appsmith/2.0.60/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "1.8.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +# - condition: mongodb.enabled +# name: mongodb +# repository: https://charts.truecharts.org +# version: 0.0.25 +description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. +home: https://truecharts.org/docs/charts/incubator/appsmith +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png +keywords: + - appsmith +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: appsmith +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith + - https://github.com/appsmithorg/appsmith +version: 2.0.60 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/appsmith/2.0.60/README.md b/incubator/appsmith/2.0.60/README.md new file mode 100644 index 00000000000..8502c68cc35 --- /dev/null +++ b/incubator/appsmith/2.0.60/README.md @@ -0,0 +1,107 @@ +# appsmith + +Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [appsmith](https://truecharts.org/docs/charts/incubator/appsmith) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `appsmith` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install appsmith TrueCharts/appsmith +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `appsmith` deployment + +```console +helm uninstall appsmith +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install appsmith \ + --set env.TZ="America/New York" \ + TrueCharts/appsmith +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install appsmith TrueCharts/appsmith -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/appsmith/2.0.59/app-readme.md b/incubator/appsmith/2.0.60/app-readme.md similarity index 100% rename from incubator/appsmith/2.0.59/app-readme.md rename to incubator/appsmith/2.0.60/app-readme.md diff --git a/incubator/appsmith/2.0.60/charts/common-10.7.1.tgz b/incubator/appsmith/2.0.60/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/appsmith/2.0.60/charts/common-10.7.1.tgz differ diff --git a/incubator/appsmith/2.0.60/charts/redis-3.0.97.tgz b/incubator/appsmith/2.0.60/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/incubator/appsmith/2.0.60/charts/redis-3.0.97.tgz differ diff --git a/incubator/appsmith/2.0.60/ix_values.yaml b/incubator/appsmith/2.0.60/ix_values.yaml new file mode 100644 index 00000000000..de6bede0165 --- /dev/null +++ b/incubator/appsmith/2.0.60/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: tccr.io/truecharts/appsmith + tag: 1.8.5@sha256:91765f0fa7da158eadcbc38a7b93d7d8f110441ee70b82c5046623898d83eac4 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +env: + APPSMITH_ADMIN_EMAILS: "me@example.com,you@example.com" + APPSMITH_REDIS_URL: + secretKeyRef: + name: rediscreds + key: url + +service: + main: + ports: + main: + port: 10217 + targetPort: 80 + supervisor: + enabled: true + ports: + supervisor: + enabled: true + port: 10218 + targetPort: 9001 + +persistence: + appsmithstacks: + enabled: true + mountPath: "/appsmith-stacks" + +redis: + enabled: true + existingSecret: "rediscreds" + redisUsername: appsmith +# mongodb: +# enabled: true +# mongodbUsername: appsmith +# mongodbDatabase: appsmith +# existingSecret: "mongodbcreds" + +portal: + enabled: true diff --git a/incubator/appsmith/2.0.59/questions.yaml b/incubator/appsmith/2.0.60/questions.yaml similarity index 100% rename from incubator/appsmith/2.0.59/questions.yaml rename to incubator/appsmith/2.0.60/questions.yaml diff --git a/incubator/appsmith/2.0.59/templates/common.yaml b/incubator/appsmith/2.0.60/templates/common.yaml similarity index 100% rename from incubator/appsmith/2.0.59/templates/common.yaml rename to incubator/appsmith/2.0.60/templates/common.yaml diff --git a/incubator/appsmith/2.0.59/values.yaml b/incubator/appsmith/2.0.60/values.yaml similarity index 100% rename from incubator/appsmith/2.0.59/values.yaml rename to incubator/appsmith/2.0.60/values.yaml diff --git a/incubator/archiveteam-warrior/0.0.30/CHANGELOG.md b/incubator/archiveteam-warrior/0.0.30/CHANGELOG.md deleted file mode 100644 index fc676ac0514..00000000000 --- a/incubator/archiveteam-warrior/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [archiveteam-warrior-0.0.30](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.29...archiveteam-warrior-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [archiveteam-warrior-0.0.29](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.28...archiveteam-warrior-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [archiveteam-warrior-0.0.29](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.28...archiveteam-warrior-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [archiveteam-warrior-0.0.28](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.27...archiveteam-warrior-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [archiveteam-warrior-0.0.27](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.26...archiveteam-warrior-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [archiveteam-warrior-0.0.26](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.25...archiveteam-warrior-0.0.26) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) - - - - -## [archiveteam-warrior-0.0.25](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.24...archiveteam-warrior-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [archiveteam-warrior-0.0.24](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.23...archiveteam-warrior-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/archiveteam-warrior/0.0.30/Chart.lock b/incubator/archiveteam-warrior/0.0.30/Chart.lock deleted file mode 100644 index 0b82a66f006..00000000000 --- a/incubator/archiveteam-warrior/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:24:54.164046036Z" diff --git a/incubator/archiveteam-warrior/0.0.30/Chart.yaml b/incubator/archiveteam-warrior/0.0.30/Chart.yaml deleted file mode 100644 index 34e4996eb8f..00000000000 --- a/incubator/archiveteam-warrior/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!" -home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior -icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png -keywords: - - archiveteam-warrior - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: archiveteam-warrior -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior - - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior - - https://hub.docker.com/r/archiveteam/warrior-dockerfile/ -type: application -version: 0.0.30 diff --git a/incubator/archiveteam-warrior/0.0.30/README.md b/incubator/archiveteam-warrior/0.0.30/README.md deleted file mode 100644 index 8bb15f67bf4..00000000000 --- a/incubator/archiveteam-warrior/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# archiveteam-warrior - -The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [archiveteam-warrior](https://truecharts.org/docs/charts/incubator/archiveteam-warrior) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `archiveteam-warrior` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install archiveteam-warrior TrueCharts/archiveteam-warrior -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `archiveteam-warrior` deployment - -```console -helm uninstall archiveteam-warrior -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install archiveteam-warrior \ - --set env.TZ="America/New York" \ - TrueCharts/archiveteam-warrior -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install archiveteam-warrior TrueCharts/archiveteam-warrior -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/archiveteam-warrior/0.0.30/charts/common-10.7.0.tgz b/incubator/archiveteam-warrior/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/archiveteam-warrior/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/archiveteam-warrior/0.0.31/CHANGELOG.md b/incubator/archiveteam-warrior/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..80f4715b15b --- /dev/null +++ b/incubator/archiveteam-warrior/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [archiveteam-warrior-0.0.31](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.30...archiveteam-warrior-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [archiveteam-warrior-0.0.30](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.29...archiveteam-warrior-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [archiveteam-warrior-0.0.29](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.28...archiveteam-warrior-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [archiveteam-warrior-0.0.29](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.28...archiveteam-warrior-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [archiveteam-warrior-0.0.28](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.27...archiveteam-warrior-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [archiveteam-warrior-0.0.27](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.26...archiveteam-warrior-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [archiveteam-warrior-0.0.26](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.25...archiveteam-warrior-0.0.26) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) + + + + +## [archiveteam-warrior-0.0.25](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.24...archiveteam-warrior-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [archiveteam-warrior-0.0.24](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.23...archiveteam-warrior-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/archiveteam-warrior/0.0.31/Chart.lock b/incubator/archiveteam-warrior/0.0.31/Chart.lock new file mode 100644 index 00000000000..3dff65573a9 --- /dev/null +++ b/incubator/archiveteam-warrior/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:46.55316795Z" diff --git a/incubator/archiveteam-warrior/0.0.31/Chart.yaml b/incubator/archiveteam-warrior/0.0.31/Chart.yaml new file mode 100644 index 00000000000..a9eb1dea85f --- /dev/null +++ b/incubator/archiveteam-warrior/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!" +home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior +icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.png +keywords: + - archiveteam-warrior + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: archiveteam-warrior +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior + - https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior + - https://hub.docker.com/r/archiveteam/warrior-dockerfile/ +type: application +version: 0.0.31 diff --git a/incubator/archiveteam-warrior/0.0.31/README.md b/incubator/archiveteam-warrior/0.0.31/README.md new file mode 100644 index 00000000000..ab988e2ee26 --- /dev/null +++ b/incubator/archiveteam-warrior/0.0.31/README.md @@ -0,0 +1,107 @@ +# archiveteam-warrior + +The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [archiveteam-warrior](https://truecharts.org/docs/charts/incubator/archiveteam-warrior) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `archiveteam-warrior` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install archiveteam-warrior TrueCharts/archiveteam-warrior +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `archiveteam-warrior` deployment + +```console +helm uninstall archiveteam-warrior +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install archiveteam-warrior \ + --set env.TZ="America/New York" \ + TrueCharts/archiveteam-warrior +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install archiveteam-warrior TrueCharts/archiveteam-warrior -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/archiveteam-warrior/0.0.30/app-readme.md b/incubator/archiveteam-warrior/0.0.31/app-readme.md similarity index 100% rename from incubator/archiveteam-warrior/0.0.30/app-readme.md rename to incubator/archiveteam-warrior/0.0.31/app-readme.md diff --git a/incubator/archiveteam-warrior/0.0.31/charts/common-10.7.1.tgz b/incubator/archiveteam-warrior/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/archiveteam-warrior/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/archiveteam-warrior/0.0.30/ix_values.yaml b/incubator/archiveteam-warrior/0.0.31/ix_values.yaml similarity index 100% rename from incubator/archiveteam-warrior/0.0.30/ix_values.yaml rename to incubator/archiveteam-warrior/0.0.31/ix_values.yaml diff --git a/incubator/archiveteam-warrior/0.0.30/questions.yaml b/incubator/archiveteam-warrior/0.0.31/questions.yaml similarity index 100% rename from incubator/archiveteam-warrior/0.0.30/questions.yaml rename to incubator/archiveteam-warrior/0.0.31/questions.yaml diff --git a/incubator/archiveteam-warrior/0.0.30/templates/common.yaml b/incubator/archiveteam-warrior/0.0.31/templates/common.yaml similarity index 100% rename from incubator/archiveteam-warrior/0.0.30/templates/common.yaml rename to incubator/archiveteam-warrior/0.0.31/templates/common.yaml diff --git a/incubator/archiveteam-warrior/0.0.30/values.yaml b/incubator/archiveteam-warrior/0.0.31/values.yaml similarity index 100% rename from incubator/archiveteam-warrior/0.0.30/values.yaml rename to incubator/archiveteam-warrior/0.0.31/values.yaml diff --git a/incubator/ariang/0.0.32/CHANGELOG.md b/incubator/ariang/0.0.32/CHANGELOG.md deleted file mode 100644 index dd7f770978f..00000000000 --- a/incubator/ariang/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ariang-0.0.32](https://github.com/truecharts/charts/compare/ariang-0.0.31...ariang-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ariang-0.0.31](https://github.com/truecharts/charts/compare/ariang-0.0.30...ariang-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ariang-0.0.31](https://github.com/truecharts/charts/compare/ariang-0.0.30...ariang-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ariang-0.0.30](https://github.com/truecharts/charts/compare/ariang-0.0.29...ariang-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ariang-0.0.29](https://github.com/truecharts/charts/compare/ariang-0.0.28...ariang-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ariang-0.0.28](https://github.com/truecharts/charts/compare/ariang-0.0.27...ariang-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ariang-0.0.27](https://github.com/truecharts/charts/compare/ariang-0.0.26...ariang-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ariang-0.0.27](https://github.com/truecharts/charts/compare/ariang-0.0.26...ariang-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ariang/0.0.32/Chart.lock b/incubator/ariang/0.0.32/Chart.lock deleted file mode 100644 index 2437d97740d..00000000000 --- a/incubator/ariang/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:17.044471655Z" diff --git a/incubator/ariang/0.0.32/Chart.yaml b/incubator/ariang/0.0.32/Chart.yaml deleted file mode 100644 index 4b936798e01..00000000000 --- a/incubator/ariang/0.0.32/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ariang -version: 0.0.32 -appVersion: "1.2.4" -description: A modern web frontend making aria2 easier to use | Aria2 WebUI. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/ariang -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png -keywords: - - ariang -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ariang - - https://hub.docker.com/r/leonismoe/ariang - - https://github.com/leonismoe/docker-images -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/ariang/0.0.32/README.md b/incubator/ariang/0.0.32/README.md deleted file mode 100644 index 9d74fa20b7c..00000000000 --- a/incubator/ariang/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ariang - -A modern web frontend making aria2 easier to use | Aria2 WebUI. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ariang](https://truecharts.org/docs/charts/incubator/ariang) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ariang` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ariang TrueCharts/ariang -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ariang` deployment - -```console -helm uninstall ariang -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ariang \ - --set env.TZ="America/New York" \ - TrueCharts/ariang -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ariang TrueCharts/ariang -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ariang/0.0.32/charts/common-10.7.0.tgz b/incubator/ariang/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ariang/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ariang/0.0.33/CHANGELOG.md b/incubator/ariang/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..0114778f423 --- /dev/null +++ b/incubator/ariang/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ariang-0.0.33](https://github.com/truecharts/charts/compare/ariang-0.0.32...ariang-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ariang-0.0.32](https://github.com/truecharts/charts/compare/ariang-0.0.31...ariang-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ariang-0.0.31](https://github.com/truecharts/charts/compare/ariang-0.0.30...ariang-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ariang-0.0.31](https://github.com/truecharts/charts/compare/ariang-0.0.30...ariang-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ariang-0.0.30](https://github.com/truecharts/charts/compare/ariang-0.0.29...ariang-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ariang-0.0.29](https://github.com/truecharts/charts/compare/ariang-0.0.28...ariang-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ariang-0.0.28](https://github.com/truecharts/charts/compare/ariang-0.0.27...ariang-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ariang-0.0.27](https://github.com/truecharts/charts/compare/ariang-0.0.26...ariang-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ariang/0.0.33/Chart.lock b/incubator/ariang/0.0.33/Chart.lock new file mode 100644 index 00000000000..7c8727a8598 --- /dev/null +++ b/incubator/ariang/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:04:57.388148502Z" diff --git a/incubator/ariang/0.0.33/Chart.yaml b/incubator/ariang/0.0.33/Chart.yaml new file mode 100644 index 00000000000..5a1f39c5184 --- /dev/null +++ b/incubator/ariang/0.0.33/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ariang +version: 0.0.33 +appVersion: "1.2.4" +description: A modern web frontend making aria2 easier to use | Aria2 WebUI. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/ariang +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png +keywords: + - ariang +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ariang + - https://hub.docker.com/r/leonismoe/ariang + - https://github.com/leonismoe/docker-images +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/ariang/0.0.33/README.md b/incubator/ariang/0.0.33/README.md new file mode 100644 index 00000000000..0df73e65c00 --- /dev/null +++ b/incubator/ariang/0.0.33/README.md @@ -0,0 +1,107 @@ +# ariang + +A modern web frontend making aria2 easier to use | Aria2 WebUI. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ariang](https://truecharts.org/docs/charts/incubator/ariang) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ariang` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ariang TrueCharts/ariang +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ariang` deployment + +```console +helm uninstall ariang +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ariang \ + --set env.TZ="America/New York" \ + TrueCharts/ariang +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ariang TrueCharts/ariang -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ariang/0.0.32/app-readme.md b/incubator/ariang/0.0.33/app-readme.md similarity index 100% rename from incubator/ariang/0.0.32/app-readme.md rename to incubator/ariang/0.0.33/app-readme.md diff --git a/incubator/ariang/0.0.33/charts/common-10.7.1.tgz b/incubator/ariang/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ariang/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/ariang/0.0.32/ix_values.yaml b/incubator/ariang/0.0.33/ix_values.yaml similarity index 100% rename from incubator/ariang/0.0.32/ix_values.yaml rename to incubator/ariang/0.0.33/ix_values.yaml diff --git a/incubator/ariang/0.0.32/questions.yaml b/incubator/ariang/0.0.33/questions.yaml similarity index 100% rename from incubator/ariang/0.0.32/questions.yaml rename to incubator/ariang/0.0.33/questions.yaml diff --git a/incubator/ariang/0.0.32/templates/common.yaml b/incubator/ariang/0.0.33/templates/common.yaml similarity index 100% rename from incubator/ariang/0.0.32/templates/common.yaml rename to incubator/ariang/0.0.33/templates/common.yaml diff --git a/incubator/ariang/0.0.32/values.yaml b/incubator/ariang/0.0.33/values.yaml similarity index 100% rename from incubator/ariang/0.0.32/values.yaml rename to incubator/ariang/0.0.33/values.yaml diff --git a/incubator/arksurvivalevolved/0.0.31/CHANGELOG.md b/incubator/arksurvivalevolved/0.0.31/CHANGELOG.md deleted file mode 100644 index e6c993a5ee3..00000000000 --- a/incubator/arksurvivalevolved/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [arksurvivalevolved-0.0.31](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.30...arksurvivalevolved-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [arksurvivalevolved-0.0.30](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.29...arksurvivalevolved-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arksurvivalevolved-0.0.30](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.29...arksurvivalevolved-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arksurvivalevolved-0.0.29](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.28...arksurvivalevolved-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [arksurvivalevolved-0.0.28](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.27...arksurvivalevolved-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [arksurvivalevolved-0.0.27](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.26...arksurvivalevolved-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [arksurvivalevolved-0.0.26](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.25...arksurvivalevolved-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [arksurvivalevolved-0.0.26](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.25...arksurvivalevolved-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/arksurvivalevolved/0.0.31/Chart.lock b/incubator/arksurvivalevolved/0.0.31/Chart.lock deleted file mode 100644 index 57caec6905a..00000000000 --- a/incubator/arksurvivalevolved/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:21.830804463Z" diff --git a/incubator/arksurvivalevolved/0.0.31/Chart.yaml b/incubator/arksurvivalevolved/0.0.31/Chart.yaml deleted file mode 100644 index 480217167c5..00000000000 --- a/incubator/arksurvivalevolved/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!)." -home: https://truecharts.org/docs/charts/incubator/arksurvivalevolved -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png -keywords: - - arksurvivalevolved - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: arksurvivalevolved -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved - - https://survivetheark.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.31 diff --git a/incubator/arksurvivalevolved/0.0.31/README.md b/incubator/arksurvivalevolved/0.0.31/README.md deleted file mode 100644 index 1ab1b4dda1f..00000000000 --- a/incubator/arksurvivalevolved/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# arksurvivalevolved - -This Chart will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [arksurvivalevolved](https://truecharts.org/docs/charts/incubator/arksurvivalevolved) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `arksurvivalevolved` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install arksurvivalevolved TrueCharts/arksurvivalevolved -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `arksurvivalevolved` deployment - -```console -helm uninstall arksurvivalevolved -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install arksurvivalevolved \ - --set env.TZ="America/New York" \ - TrueCharts/arksurvivalevolved -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install arksurvivalevolved TrueCharts/arksurvivalevolved -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/arksurvivalevolved/0.0.31/charts/common-10.7.0.tgz b/incubator/arksurvivalevolved/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/arksurvivalevolved/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/arksurvivalevolved/0.0.32/CHANGELOG.md b/incubator/arksurvivalevolved/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..79011bc4b8b --- /dev/null +++ b/incubator/arksurvivalevolved/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [arksurvivalevolved-0.0.32](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.31...arksurvivalevolved-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [arksurvivalevolved-0.0.31](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.30...arksurvivalevolved-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [arksurvivalevolved-0.0.30](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.29...arksurvivalevolved-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arksurvivalevolved-0.0.30](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.29...arksurvivalevolved-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arksurvivalevolved-0.0.29](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.28...arksurvivalevolved-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [arksurvivalevolved-0.0.28](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.27...arksurvivalevolved-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [arksurvivalevolved-0.0.27](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.26...arksurvivalevolved-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [arksurvivalevolved-0.0.26](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.25...arksurvivalevolved-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/arksurvivalevolved/0.0.32/Chart.lock b/incubator/arksurvivalevolved/0.0.32/Chart.lock new file mode 100644 index 00000000000..bf027dd1432 --- /dev/null +++ b/incubator/arksurvivalevolved/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:06.22478765Z" diff --git a/incubator/arksurvivalevolved/0.0.32/Chart.yaml b/incubator/arksurvivalevolved/0.0.32/Chart.yaml new file mode 100644 index 00000000000..9e1d8019a3b --- /dev/null +++ b/incubator/arksurvivalevolved/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!)." +home: https://truecharts.org/docs/charts/incubator/arksurvivalevolved +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.png +keywords: + - arksurvivalevolved + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arksurvivalevolved +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved + - https://survivetheark.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.32 diff --git a/incubator/arksurvivalevolved/0.0.32/README.md b/incubator/arksurvivalevolved/0.0.32/README.md new file mode 100644 index 00000000000..526226c7758 --- /dev/null +++ b/incubator/arksurvivalevolved/0.0.32/README.md @@ -0,0 +1,107 @@ +# arksurvivalevolved + +This Chart will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [arksurvivalevolved](https://truecharts.org/docs/charts/incubator/arksurvivalevolved) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `arksurvivalevolved` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install arksurvivalevolved TrueCharts/arksurvivalevolved +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `arksurvivalevolved` deployment + +```console +helm uninstall arksurvivalevolved +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install arksurvivalevolved \ + --set env.TZ="America/New York" \ + TrueCharts/arksurvivalevolved +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install arksurvivalevolved TrueCharts/arksurvivalevolved -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/arksurvivalevolved/0.0.31/app-readme.md b/incubator/arksurvivalevolved/0.0.32/app-readme.md similarity index 100% rename from incubator/arksurvivalevolved/0.0.31/app-readme.md rename to incubator/arksurvivalevolved/0.0.32/app-readme.md diff --git a/incubator/arksurvivalevolved/0.0.32/charts/common-10.7.1.tgz b/incubator/arksurvivalevolved/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/arksurvivalevolved/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/arksurvivalevolved/0.0.31/ix_values.yaml b/incubator/arksurvivalevolved/0.0.32/ix_values.yaml similarity index 100% rename from incubator/arksurvivalevolved/0.0.31/ix_values.yaml rename to incubator/arksurvivalevolved/0.0.32/ix_values.yaml diff --git a/incubator/arksurvivalevolved/0.0.31/questions.yaml b/incubator/arksurvivalevolved/0.0.32/questions.yaml similarity index 100% rename from incubator/arksurvivalevolved/0.0.31/questions.yaml rename to incubator/arksurvivalevolved/0.0.32/questions.yaml diff --git a/incubator/arksurvivalevolved/0.0.31/templates/common.yaml b/incubator/arksurvivalevolved/0.0.32/templates/common.yaml similarity index 100% rename from incubator/arksurvivalevolved/0.0.31/templates/common.yaml rename to incubator/arksurvivalevolved/0.0.32/templates/common.yaml diff --git a/incubator/arksurvivalevolved/0.0.31/values.yaml b/incubator/arksurvivalevolved/0.0.32/values.yaml similarity index 100% rename from incubator/arksurvivalevolved/0.0.31/values.yaml rename to incubator/arksurvivalevolved/0.0.32/values.yaml diff --git a/incubator/arma3/0.0.29/CHANGELOG.md b/incubator/arma3/0.0.29/CHANGELOG.md deleted file mode 100644 index 81b6817390b..00000000000 --- a/incubator/arma3/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [arma3-0.0.29](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.28...arma3-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [arma3-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arma3-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arma3-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [arma3-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [arma3-0.0.25](https://github.com/truecharts/charts/compare/arma3-0.0.24...arma3-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [arma3-0.0.24](https://github.com/truecharts/charts/compare/arma3-0.0.23...arma3-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [arma3-0.0.24](https://github.com/truecharts/charts/compare/arma3-0.0.23...arma3-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/arma3/0.0.29/Chart.lock b/incubator/arma3/0.0.29/Chart.lock deleted file mode 100644 index f485bc6c8a8..00000000000 --- a/incubator/arma3/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:23.639813825Z" diff --git a/incubator/arma3/0.0.29/Chart.yaml b/incubator/arma3/0.0.29/Chart.yaml deleted file mode 100644 index 1698cb09245..00000000000 --- a/incubator/arma3/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install ArmA III and run it." -home: https://truecharts.org/docs/charts/incubator/arma3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png -keywords: - - arma3 - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: arma3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3 - - https://arma3.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/arma3/0.0.29/README.md b/incubator/arma3/0.0.29/README.md deleted file mode 100644 index 2256d9573da..00000000000 --- a/incubator/arma3/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# arma3 - -This Chart will download and install SteamCMD. It will also install ArmA III and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [arma3](https://truecharts.org/docs/charts/incubator/arma3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `arma3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install arma3 TrueCharts/arma3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `arma3` deployment - -```console -helm uninstall arma3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install arma3 \ - --set env.TZ="America/New York" \ - TrueCharts/arma3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install arma3 TrueCharts/arma3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/arma3/0.0.29/charts/common-10.7.0.tgz b/incubator/arma3/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/arma3/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/arma3/0.0.30/CHANGELOG.md b/incubator/arma3/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f9b3ab9170e --- /dev/null +++ b/incubator/arma3/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [arma3-0.0.30](https://github.com/truecharts/charts/compare/arma3-0.0.29...arma3-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [arma3-0.0.29](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.28...arma3-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [arma3-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arma3-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arma3-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [arma3-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [arma3-0.0.25](https://github.com/truecharts/charts/compare/arma3-0.0.24...arma3-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [arma3-0.0.24](https://github.com/truecharts/charts/compare/arma3-0.0.23...arma3-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/arma3/0.0.30/Chart.lock b/incubator/arma3/0.0.30/Chart.lock new file mode 100644 index 00000000000..ade46058f6e --- /dev/null +++ b/incubator/arma3/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:18.12468294Z" diff --git a/incubator/arma3/0.0.30/Chart.yaml b/incubator/arma3/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2ed3361b81e --- /dev/null +++ b/incubator/arma3/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install ArmA III and run it." +home: https://truecharts.org/docs/charts/incubator/arma3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.png +keywords: + - arma3 + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arma3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3 + - https://arma3.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/arma3/0.0.30/README.md b/incubator/arma3/0.0.30/README.md new file mode 100644 index 00000000000..d8499468cd8 --- /dev/null +++ b/incubator/arma3/0.0.30/README.md @@ -0,0 +1,107 @@ +# arma3 + +This Chart will download and install SteamCMD. It will also install ArmA III and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [arma3](https://truecharts.org/docs/charts/incubator/arma3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `arma3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install arma3 TrueCharts/arma3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `arma3` deployment + +```console +helm uninstall arma3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install arma3 \ + --set env.TZ="America/New York" \ + TrueCharts/arma3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install arma3 TrueCharts/arma3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/arma3/0.0.29/app-readme.md b/incubator/arma3/0.0.30/app-readme.md similarity index 100% rename from incubator/arma3/0.0.29/app-readme.md rename to incubator/arma3/0.0.30/app-readme.md diff --git a/incubator/arma3/0.0.30/charts/common-10.7.1.tgz b/incubator/arma3/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/arma3/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/arma3/0.0.29/ix_values.yaml b/incubator/arma3/0.0.30/ix_values.yaml similarity index 100% rename from incubator/arma3/0.0.29/ix_values.yaml rename to incubator/arma3/0.0.30/ix_values.yaml diff --git a/incubator/arma3/0.0.29/questions.yaml b/incubator/arma3/0.0.30/questions.yaml similarity index 100% rename from incubator/arma3/0.0.29/questions.yaml rename to incubator/arma3/0.0.30/questions.yaml diff --git a/incubator/arma3/0.0.29/templates/common.yaml b/incubator/arma3/0.0.30/templates/common.yaml similarity index 100% rename from incubator/arma3/0.0.29/templates/common.yaml rename to incubator/arma3/0.0.30/templates/common.yaml diff --git a/incubator/arma3/0.0.29/values.yaml b/incubator/arma3/0.0.30/values.yaml similarity index 100% rename from incubator/arma3/0.0.29/values.yaml rename to incubator/arma3/0.0.30/values.yaml diff --git a/incubator/arma3exilemod/0.0.29/CHANGELOG.md b/incubator/arma3exilemod/0.0.29/CHANGELOG.md deleted file mode 100644 index 4136bd134bf..00000000000 --- a/incubator/arma3exilemod/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [arma3exilemod-0.0.29](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.28...arma3exilemod-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [arma3exilemod-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3exilemod-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arma3exilemod-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3exilemod-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [arma3exilemod-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3exilemod-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [arma3exilemod-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3exilemod-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [arma3exilemod-0.0.25](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.24...arma3exilemod-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [arma3exilemod-0.0.24](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.23...arma3exilemod-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [arma3exilemod-0.0.24](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.23...arma3exilemod-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/arma3exilemod/0.0.29/Chart.lock b/incubator/arma3exilemod/0.0.29/Chart.lock deleted file mode 100644 index b01030fd13b..00000000000 --- a/incubator/arma3exilemod/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:43.261499406Z" diff --git a/incubator/arma3exilemod/0.0.29/Chart.yaml b/incubator/arma3exilemod/0.0.29/Chart.yaml deleted file mode 100644 index 5e328255d93..00000000000 --- a/incubator/arma3exilemod/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it." -home: https://truecharts.org/docs/charts/incubator/arma3exilemod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png -keywords: - - arma3exilemod - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: arma3exilemod -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod - - http://www.exilemod.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/arma3exilemod/0.0.29/README.md b/incubator/arma3exilemod/0.0.29/README.md deleted file mode 100644 index 29e05dd678e..00000000000 --- a/incubator/arma3exilemod/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# arma3exilemod - -This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [arma3exilemod](https://truecharts.org/docs/charts/incubator/arma3exilemod) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `arma3exilemod` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install arma3exilemod TrueCharts/arma3exilemod -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `arma3exilemod` deployment - -```console -helm uninstall arma3exilemod -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install arma3exilemod \ - --set env.TZ="America/New York" \ - TrueCharts/arma3exilemod -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install arma3exilemod TrueCharts/arma3exilemod -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/arma3exilemod/0.0.29/charts/common-10.7.0.tgz b/incubator/arma3exilemod/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/arma3exilemod/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/arma3exilemod/0.0.30/CHANGELOG.md b/incubator/arma3exilemod/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..db2128df4f0 --- /dev/null +++ b/incubator/arma3exilemod/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [arma3exilemod-0.0.30](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.29...arma3exilemod-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [arma3exilemod-0.0.29](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.28...arma3exilemod-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [arma3exilemod-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3exilemod-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arma3exilemod-0.0.28](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.27...arma3exilemod-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [arma3exilemod-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3exilemod-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [arma3exilemod-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3exilemod-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [arma3exilemod-0.0.25](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.24...arma3exilemod-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [arma3exilemod-0.0.24](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.23...arma3exilemod-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/arma3exilemod/0.0.30/Chart.lock b/incubator/arma3exilemod/0.0.30/Chart.lock new file mode 100644 index 00000000000..b18917bec77 --- /dev/null +++ b/incubator/arma3exilemod/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:27.769129402Z" diff --git a/incubator/arma3exilemod/0.0.30/Chart.yaml b/incubator/arma3exilemod/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e76c24d139d --- /dev/null +++ b/incubator/arma3exilemod/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it." +home: https://truecharts.org/docs/charts/incubator/arma3exilemod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.png +keywords: + - arma3exilemod + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: arma3exilemod +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod + - http://www.exilemod.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/arma3exilemod/0.0.30/README.md b/incubator/arma3exilemod/0.0.30/README.md new file mode 100644 index 00000000000..3d3c3667d5e --- /dev/null +++ b/incubator/arma3exilemod/0.0.30/README.md @@ -0,0 +1,107 @@ +# arma3exilemod + +This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [arma3exilemod](https://truecharts.org/docs/charts/incubator/arma3exilemod) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `arma3exilemod` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install arma3exilemod TrueCharts/arma3exilemod +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `arma3exilemod` deployment + +```console +helm uninstall arma3exilemod +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install arma3exilemod \ + --set env.TZ="America/New York" \ + TrueCharts/arma3exilemod +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install arma3exilemod TrueCharts/arma3exilemod -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/arma3exilemod/0.0.29/app-readme.md b/incubator/arma3exilemod/0.0.30/app-readme.md similarity index 100% rename from incubator/arma3exilemod/0.0.29/app-readme.md rename to incubator/arma3exilemod/0.0.30/app-readme.md diff --git a/incubator/arma3exilemod/0.0.30/charts/common-10.7.1.tgz b/incubator/arma3exilemod/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/arma3exilemod/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/arma3exilemod/0.0.29/ix_values.yaml b/incubator/arma3exilemod/0.0.30/ix_values.yaml similarity index 100% rename from incubator/arma3exilemod/0.0.29/ix_values.yaml rename to incubator/arma3exilemod/0.0.30/ix_values.yaml diff --git a/incubator/arma3exilemod/0.0.29/questions.yaml b/incubator/arma3exilemod/0.0.30/questions.yaml similarity index 100% rename from incubator/arma3exilemod/0.0.29/questions.yaml rename to incubator/arma3exilemod/0.0.30/questions.yaml diff --git a/incubator/arma3exilemod/0.0.29/templates/common.yaml b/incubator/arma3exilemod/0.0.30/templates/common.yaml similarity index 100% rename from incubator/arma3exilemod/0.0.29/templates/common.yaml rename to incubator/arma3exilemod/0.0.30/templates/common.yaml diff --git a/incubator/arma3exilemod/0.0.29/values.yaml b/incubator/arma3exilemod/0.0.30/values.yaml similarity index 100% rename from incubator/arma3exilemod/0.0.29/values.yaml rename to incubator/arma3exilemod/0.0.30/values.yaml diff --git a/incubator/artifactory-oss/0.0.33/CHANGELOG.md b/incubator/artifactory-oss/0.0.33/CHANGELOG.md deleted file mode 100644 index 14e6f7591f2..00000000000 --- a/incubator/artifactory-oss/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [artifactory-oss-0.0.33](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.32...artifactory-oss-0.0.33) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [artifactory-oss-0.0.32](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.31...artifactory-oss-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [artifactory-oss-0.0.31](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.30...artifactory-oss-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [artifactory-oss-0.0.31](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.30...artifactory-oss-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [artifactory-oss-0.0.30](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.29...artifactory-oss-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [artifactory-oss-0.0.29](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.28...artifactory-oss-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [artifactory-oss-0.0.28](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.27...artifactory-oss-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [artifactory-oss-0.0.27](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.25...artifactory-oss-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/artifactory-oss/0.0.33/Chart.lock b/incubator/artifactory-oss/0.0.33/Chart.lock deleted file mode 100644 index 430192f12ca..00000000000 --- a/incubator/artifactory-oss/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:00.53213382Z" diff --git a/incubator/artifactory-oss/0.0.33/Chart.yaml b/incubator/artifactory-oss/0.0.33/Chart.yaml deleted file mode 100644 index c7526d3d34b..00000000000 --- a/incubator/artifactory-oss/0.0.33/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "7.46.6" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently." -home: https://truecharts.org/docs/charts/incubator/artifactory-oss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/artifactory-oss.png -keywords: - - artifactory-oss - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: artifactory-oss -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss - - https://jfrog.com/ - - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss -type: application -version: 0.0.33 diff --git a/incubator/artifactory-oss/0.0.33/README.md b/incubator/artifactory-oss/0.0.33/README.md deleted file mode 100644 index 6769eed600f..00000000000 --- a/incubator/artifactory-oss/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# artifactory-oss - -JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [artifactory-oss](https://truecharts.org/docs/charts/incubator/artifactory-oss) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `artifactory-oss` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install artifactory-oss TrueCharts/artifactory-oss -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `artifactory-oss` deployment - -```console -helm uninstall artifactory-oss -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install artifactory-oss \ - --set env.TZ="America/New York" \ - TrueCharts/artifactory-oss -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install artifactory-oss TrueCharts/artifactory-oss -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/artifactory-oss/0.0.33/charts/common-10.7.0.tgz b/incubator/artifactory-oss/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/artifactory-oss/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/artifactory-oss/0.0.34/CHANGELOG.md b/incubator/artifactory-oss/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..6cfc2a0070f --- /dev/null +++ b/incubator/artifactory-oss/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [artifactory-oss-0.0.34](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.33...artifactory-oss-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [artifactory-oss-0.0.33](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.32...artifactory-oss-0.0.33) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [artifactory-oss-0.0.32](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.31...artifactory-oss-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [artifactory-oss-0.0.31](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.30...artifactory-oss-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [artifactory-oss-0.0.31](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.30...artifactory-oss-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [artifactory-oss-0.0.30](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.29...artifactory-oss-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [artifactory-oss-0.0.29](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.28...artifactory-oss-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [artifactory-oss-0.0.28](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.27...artifactory-oss-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [artifactory-oss-0.0.27](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.25...artifactory-oss-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/artifactory-oss/0.0.34/Chart.lock b/incubator/artifactory-oss/0.0.34/Chart.lock new file mode 100644 index 00000000000..b73b2a65e88 --- /dev/null +++ b/incubator/artifactory-oss/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:37.214011787Z" diff --git a/incubator/artifactory-oss/0.0.34/Chart.yaml b/incubator/artifactory-oss/0.0.34/Chart.yaml new file mode 100644 index 00000000000..c82f01295da --- /dev/null +++ b/incubator/artifactory-oss/0.0.34/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "7.46.6" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently." +home: https://truecharts.org/docs/charts/incubator/artifactory-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/artifactory-oss.png +keywords: + - artifactory-oss + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: artifactory-oss +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/artifactory-oss + - https://jfrog.com/ + - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss +type: application +version: 0.0.34 diff --git a/incubator/artifactory-oss/0.0.34/README.md b/incubator/artifactory-oss/0.0.34/README.md new file mode 100644 index 00000000000..a81c47651cb --- /dev/null +++ b/incubator/artifactory-oss/0.0.34/README.md @@ -0,0 +1,107 @@ +# artifactory-oss + +JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [artifactory-oss](https://truecharts.org/docs/charts/incubator/artifactory-oss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `artifactory-oss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install artifactory-oss TrueCharts/artifactory-oss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `artifactory-oss` deployment + +```console +helm uninstall artifactory-oss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install artifactory-oss \ + --set env.TZ="America/New York" \ + TrueCharts/artifactory-oss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install artifactory-oss TrueCharts/artifactory-oss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/artifactory-oss/0.0.33/app-readme.md b/incubator/artifactory-oss/0.0.34/app-readme.md similarity index 100% rename from incubator/artifactory-oss/0.0.33/app-readme.md rename to incubator/artifactory-oss/0.0.34/app-readme.md diff --git a/incubator/artifactory-oss/0.0.34/charts/common-10.7.1.tgz b/incubator/artifactory-oss/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/artifactory-oss/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/artifactory-oss/0.0.33/ix_values.yaml b/incubator/artifactory-oss/0.0.34/ix_values.yaml similarity index 100% rename from incubator/artifactory-oss/0.0.33/ix_values.yaml rename to incubator/artifactory-oss/0.0.34/ix_values.yaml diff --git a/incubator/artifactory-oss/0.0.33/questions.yaml b/incubator/artifactory-oss/0.0.34/questions.yaml similarity index 100% rename from incubator/artifactory-oss/0.0.33/questions.yaml rename to incubator/artifactory-oss/0.0.34/questions.yaml diff --git a/incubator/artifactory-oss/0.0.33/templates/common.yaml b/incubator/artifactory-oss/0.0.34/templates/common.yaml similarity index 100% rename from incubator/artifactory-oss/0.0.33/templates/common.yaml rename to incubator/artifactory-oss/0.0.34/templates/common.yaml diff --git a/incubator/artifactory-oss/0.0.33/values.yaml b/incubator/artifactory-oss/0.0.34/values.yaml similarity index 100% rename from incubator/artifactory-oss/0.0.33/values.yaml rename to incubator/artifactory-oss/0.0.34/values.yaml diff --git a/incubator/assettocorsa/0.0.29/CHANGELOG.md b/incubator/assettocorsa/0.0.29/CHANGELOG.md deleted file mode 100644 index 998887cc4aa..00000000000 --- a/incubator/assettocorsa/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [assettocorsa-0.0.29](https://github.com/truecharts/charts/compare/assettocorsa-0.0.28...assettocorsa-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [assettocorsa-0.0.28](https://github.com/truecharts/charts/compare/assettocorsa-0.0.27...assettocorsa-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [assettocorsa-0.0.28](https://github.com/truecharts/charts/compare/assettocorsa-0.0.27...assettocorsa-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [assettocorsa-0.0.27](https://github.com/truecharts/charts/compare/assettocorsa-0.0.26...assettocorsa-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [assettocorsa-0.0.26](https://github.com/truecharts/charts/compare/assettocorsa-0.0.25...assettocorsa-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [assettocorsa-0.0.25](https://github.com/truecharts/charts/compare/assettocorsa-0.0.24...assettocorsa-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [assettocorsa-0.0.24](https://github.com/truecharts/charts/compare/assettocorsa-0.0.23...assettocorsa-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [assettocorsa-0.0.24](https://github.com/truecharts/charts/compare/assettocorsa-0.0.23...assettocorsa-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/assettocorsa/0.0.29/Chart.lock b/incubator/assettocorsa/0.0.29/Chart.lock deleted file mode 100644 index 3cc5a0f26bc..00000000000 --- a/incubator/assettocorsa/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:50.736707603Z" diff --git a/incubator/assettocorsa/0.0.29/Chart.yaml b/incubator/assettocorsa/0.0.29/Chart.yaml deleted file mode 100644 index 3f7b35466df..00000000000 --- a/incubator/assettocorsa/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it." -home: https://truecharts.org/docs/charts/incubator/assettocorsa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png -keywords: - - assettocorsa - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: assettocorsa -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa - - https://www.assettocorsa.net/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/assettocorsa/0.0.29/README.md b/incubator/assettocorsa/0.0.29/README.md deleted file mode 100644 index 8f326f7b3ac..00000000000 --- a/incubator/assettocorsa/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# assettocorsa - -This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [assettocorsa](https://truecharts.org/docs/charts/incubator/assettocorsa) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `assettocorsa` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install assettocorsa TrueCharts/assettocorsa -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `assettocorsa` deployment - -```console -helm uninstall assettocorsa -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install assettocorsa \ - --set env.TZ="America/New York" \ - TrueCharts/assettocorsa -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install assettocorsa TrueCharts/assettocorsa -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/assettocorsa/0.0.29/charts/common-10.7.0.tgz b/incubator/assettocorsa/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/assettocorsa/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/assettocorsa/0.0.30/CHANGELOG.md b/incubator/assettocorsa/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..530fce4df4f --- /dev/null +++ b/incubator/assettocorsa/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [assettocorsa-0.0.30](https://github.com/truecharts/charts/compare/assettocorsa-0.0.29...assettocorsa-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [assettocorsa-0.0.29](https://github.com/truecharts/charts/compare/assettocorsa-0.0.28...assettocorsa-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [assettocorsa-0.0.28](https://github.com/truecharts/charts/compare/assettocorsa-0.0.27...assettocorsa-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [assettocorsa-0.0.28](https://github.com/truecharts/charts/compare/assettocorsa-0.0.27...assettocorsa-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [assettocorsa-0.0.27](https://github.com/truecharts/charts/compare/assettocorsa-0.0.26...assettocorsa-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [assettocorsa-0.0.26](https://github.com/truecharts/charts/compare/assettocorsa-0.0.25...assettocorsa-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [assettocorsa-0.0.25](https://github.com/truecharts/charts/compare/assettocorsa-0.0.24...assettocorsa-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [assettocorsa-0.0.24](https://github.com/truecharts/charts/compare/assettocorsa-0.0.23...assettocorsa-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/assettocorsa/0.0.30/Chart.lock b/incubator/assettocorsa/0.0.30/Chart.lock new file mode 100644 index 00000000000..5fcf52444c9 --- /dev/null +++ b/incubator/assettocorsa/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:41.536991841Z" diff --git a/incubator/assettocorsa/0.0.30/Chart.yaml b/incubator/assettocorsa/0.0.30/Chart.yaml new file mode 100644 index 00000000000..fbc5d0aaf22 --- /dev/null +++ b/incubator/assettocorsa/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it." +home: https://truecharts.org/docs/charts/incubator/assettocorsa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.png +keywords: + - assettocorsa + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: assettocorsa +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa + - https://www.assettocorsa.net/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/assettocorsa/0.0.30/README.md b/incubator/assettocorsa/0.0.30/README.md new file mode 100644 index 00000000000..e426c5f0199 --- /dev/null +++ b/incubator/assettocorsa/0.0.30/README.md @@ -0,0 +1,107 @@ +# assettocorsa + +This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [assettocorsa](https://truecharts.org/docs/charts/incubator/assettocorsa) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `assettocorsa` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install assettocorsa TrueCharts/assettocorsa +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `assettocorsa` deployment + +```console +helm uninstall assettocorsa +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install assettocorsa \ + --set env.TZ="America/New York" \ + TrueCharts/assettocorsa +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install assettocorsa TrueCharts/assettocorsa -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/assettocorsa/0.0.29/app-readme.md b/incubator/assettocorsa/0.0.30/app-readme.md similarity index 100% rename from incubator/assettocorsa/0.0.29/app-readme.md rename to incubator/assettocorsa/0.0.30/app-readme.md diff --git a/incubator/assettocorsa/0.0.30/charts/common-10.7.1.tgz b/incubator/assettocorsa/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/assettocorsa/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/assettocorsa/0.0.29/ix_values.yaml b/incubator/assettocorsa/0.0.30/ix_values.yaml similarity index 100% rename from incubator/assettocorsa/0.0.29/ix_values.yaml rename to incubator/assettocorsa/0.0.30/ix_values.yaml diff --git a/incubator/assettocorsa/0.0.29/questions.yaml b/incubator/assettocorsa/0.0.30/questions.yaml similarity index 100% rename from incubator/assettocorsa/0.0.29/questions.yaml rename to incubator/assettocorsa/0.0.30/questions.yaml diff --git a/incubator/assettocorsa/0.0.29/templates/common.yaml b/incubator/assettocorsa/0.0.30/templates/common.yaml similarity index 100% rename from incubator/assettocorsa/0.0.29/templates/common.yaml rename to incubator/assettocorsa/0.0.30/templates/common.yaml diff --git a/incubator/assettocorsa/0.0.29/values.yaml b/incubator/assettocorsa/0.0.30/values.yaml similarity index 100% rename from incubator/assettocorsa/0.0.29/values.yaml rename to incubator/assettocorsa/0.0.30/values.yaml diff --git a/incubator/aurora-files/0.0.30/CHANGELOG.md b/incubator/aurora-files/0.0.30/CHANGELOG.md deleted file mode 100644 index 37364ad8220..00000000000 --- a/incubator/aurora-files/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [aurora-files-0.0.30](https://github.com/truecharts/charts/compare/aurora-files-0.0.29...aurora-files-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [aurora-files-0.0.29](https://github.com/truecharts/charts/compare/aurora-files-0.0.28...aurora-files-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [aurora-files-0.0.29](https://github.com/truecharts/charts/compare/aurora-files-0.0.28...aurora-files-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [aurora-files-0.0.28](https://github.com/truecharts/charts/compare/aurora-files-0.0.27...aurora-files-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [aurora-files-0.0.27](https://github.com/truecharts/charts/compare/aurora-files-0.0.26...aurora-files-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [aurora-files-0.0.26](https://github.com/truecharts/charts/compare/aurora-files-0.0.25...aurora-files-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [aurora-files-0.0.25](https://github.com/truecharts/charts/compare/aurora-files-0.0.24...aurora-files-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [aurora-files-0.0.25](https://github.com/truecharts/charts/compare/aurora-files-0.0.24...aurora-files-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/aurora-files/0.0.30/Chart.lock b/incubator/aurora-files/0.0.30/Chart.lock deleted file mode 100644 index b2ab5520d4c..00000000000 --- a/incubator/aurora-files/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:25:52.543932717Z" diff --git a/incubator/aurora-files/0.0.30/Chart.yaml b/incubator/aurora-files/0.0.30/Chart.yaml deleted file mode 100644 index e32b40ad5d9..00000000000 --- a/incubator/aurora-files/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package." -home: https://truecharts.org/docs/charts/incubator/aurora-files -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png -keywords: - - aurora-files - - Cloud - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: aurora-files -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files - - https://github.com/afterlogic/docker-aurora-files - - https://hub.docker.com/r/afterlogic/docker-aurora-files -type: application -version: 0.0.30 diff --git a/incubator/aurora-files/0.0.30/README.md b/incubator/aurora-files/0.0.30/README.md deleted file mode 100644 index fa7e2a82c43..00000000000 --- a/incubator/aurora-files/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# aurora-files - -Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [aurora-files](https://truecharts.org/docs/charts/incubator/aurora-files) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `aurora-files` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install aurora-files TrueCharts/aurora-files -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `aurora-files` deployment - -```console -helm uninstall aurora-files -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install aurora-files \ - --set env.TZ="America/New York" \ - TrueCharts/aurora-files -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install aurora-files TrueCharts/aurora-files -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/aurora-files/0.0.30/charts/common-10.7.0.tgz b/incubator/aurora-files/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/aurora-files/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/aurora-files/0.0.31/CHANGELOG.md b/incubator/aurora-files/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..cf4636c7984 --- /dev/null +++ b/incubator/aurora-files/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [aurora-files-0.0.31](https://github.com/truecharts/charts/compare/aurora-files-0.0.30...aurora-files-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [aurora-files-0.0.30](https://github.com/truecharts/charts/compare/aurora-files-0.0.29...aurora-files-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [aurora-files-0.0.29](https://github.com/truecharts/charts/compare/aurora-files-0.0.28...aurora-files-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [aurora-files-0.0.29](https://github.com/truecharts/charts/compare/aurora-files-0.0.28...aurora-files-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [aurora-files-0.0.28](https://github.com/truecharts/charts/compare/aurora-files-0.0.27...aurora-files-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [aurora-files-0.0.27](https://github.com/truecharts/charts/compare/aurora-files-0.0.26...aurora-files-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [aurora-files-0.0.26](https://github.com/truecharts/charts/compare/aurora-files-0.0.25...aurora-files-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [aurora-files-0.0.25](https://github.com/truecharts/charts/compare/aurora-files-0.0.24...aurora-files-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [aurora-files-0.0.25](https://github.com/truecharts/charts/compare/aurora-files-0.0.24...aurora-files-0.0.25) (2022-09-21) diff --git a/incubator/aurora-files/0.0.31/Chart.lock b/incubator/aurora-files/0.0.31/Chart.lock new file mode 100644 index 00000000000..8d2f82b38ee --- /dev/null +++ b/incubator/aurora-files/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:49.83800512Z" diff --git a/incubator/aurora-files/0.0.31/Chart.yaml b/incubator/aurora-files/0.0.31/Chart.yaml new file mode 100644 index 00000000000..616c488534b --- /dev/null +++ b/incubator/aurora-files/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package." +home: https://truecharts.org/docs/charts/incubator/aurora-files +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.png +keywords: + - aurora-files + - Cloud + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: aurora-files +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files + - https://github.com/afterlogic/docker-aurora-files + - https://hub.docker.com/r/afterlogic/docker-aurora-files +type: application +version: 0.0.31 diff --git a/incubator/aurora-files/0.0.31/README.md b/incubator/aurora-files/0.0.31/README.md new file mode 100644 index 00000000000..29af4592724 --- /dev/null +++ b/incubator/aurora-files/0.0.31/README.md @@ -0,0 +1,107 @@ +# aurora-files + +Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [aurora-files](https://truecharts.org/docs/charts/incubator/aurora-files) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `aurora-files` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install aurora-files TrueCharts/aurora-files +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `aurora-files` deployment + +```console +helm uninstall aurora-files +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install aurora-files \ + --set env.TZ="America/New York" \ + TrueCharts/aurora-files +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install aurora-files TrueCharts/aurora-files -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/aurora-files/0.0.30/app-readme.md b/incubator/aurora-files/0.0.31/app-readme.md similarity index 100% rename from incubator/aurora-files/0.0.30/app-readme.md rename to incubator/aurora-files/0.0.31/app-readme.md diff --git a/incubator/aurora-files/0.0.31/charts/common-10.7.1.tgz b/incubator/aurora-files/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/aurora-files/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/aurora-files/0.0.30/ix_values.yaml b/incubator/aurora-files/0.0.31/ix_values.yaml similarity index 100% rename from incubator/aurora-files/0.0.30/ix_values.yaml rename to incubator/aurora-files/0.0.31/ix_values.yaml diff --git a/incubator/aurora-files/0.0.30/questions.yaml b/incubator/aurora-files/0.0.31/questions.yaml similarity index 100% rename from incubator/aurora-files/0.0.30/questions.yaml rename to incubator/aurora-files/0.0.31/questions.yaml diff --git a/incubator/aurora-files/0.0.30/templates/common.yaml b/incubator/aurora-files/0.0.31/templates/common.yaml similarity index 100% rename from incubator/aurora-files/0.0.30/templates/common.yaml rename to incubator/aurora-files/0.0.31/templates/common.yaml diff --git a/incubator/aurora-files/0.0.30/values.yaml b/incubator/aurora-files/0.0.31/values.yaml similarity index 100% rename from incubator/aurora-files/0.0.30/values.yaml rename to incubator/aurora-files/0.0.31/values.yaml diff --git a/incubator/auto-yt-dl/0.0.30/CHANGELOG.md b/incubator/auto-yt-dl/0.0.30/CHANGELOG.md deleted file mode 100644 index d15796a2124..00000000000 --- a/incubator/auto-yt-dl/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [auto-yt-dl-0.0.30](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.29...auto-yt-dl-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [auto-yt-dl-0.0.29](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.28...auto-yt-dl-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [auto-yt-dl-0.0.29](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.28...auto-yt-dl-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [auto-yt-dl-0.0.28](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.27...auto-yt-dl-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [auto-yt-dl-0.0.27](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.26...auto-yt-dl-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [auto-yt-dl-0.0.26](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.25...auto-yt-dl-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [auto-yt-dl-0.0.25](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.23...auto-yt-dl-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [auto-yt-dl-0.0.25](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.23...auto-yt-dl-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/auto-yt-dl/0.0.30/Chart.lock b/incubator/auto-yt-dl/0.0.30/Chart.lock deleted file mode 100644 index bd06c984040..00000000000 --- a/incubator/auto-yt-dl/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:13.09338621Z" diff --git a/incubator/auto-yt-dl/0.0.30/Chart.yaml b/incubator/auto-yt-dl/0.0.30/Chart.yaml deleted file mode 100644 index 45b9dbc4339..00000000000 --- a/incubator/auto-yt-dl/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. -home: https://truecharts.org/docs/charts/incubator/auto-yt-dl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png -keywords: - - auto-yt-dl - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: auto-yt-dl -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl - - https://github.com/xXGuhuXx/auto-yt-dl - - https://hub.docker.com/repository/docker/guhu007/auto-yt-dl -type: application -version: 0.0.30 diff --git a/incubator/auto-yt-dl/0.0.30/README.md b/incubator/auto-yt-dl/0.0.30/README.md deleted file mode 100644 index 7a4e0b999e4..00000000000 --- a/incubator/auto-yt-dl/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# auto-yt-dl - -auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [auto-yt-dl](https://truecharts.org/docs/charts/incubator/auto-yt-dl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `auto-yt-dl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install auto-yt-dl TrueCharts/auto-yt-dl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `auto-yt-dl` deployment - -```console -helm uninstall auto-yt-dl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install auto-yt-dl \ - --set env.TZ="America/New York" \ - TrueCharts/auto-yt-dl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install auto-yt-dl TrueCharts/auto-yt-dl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/auto-yt-dl/0.0.30/charts/common-10.7.0.tgz b/incubator/auto-yt-dl/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/auto-yt-dl/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/auto-yt-dl/0.0.31/CHANGELOG.md b/incubator/auto-yt-dl/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..13851eb0e65 --- /dev/null +++ b/incubator/auto-yt-dl/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [auto-yt-dl-0.0.31](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.30...auto-yt-dl-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [auto-yt-dl-0.0.30](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.29...auto-yt-dl-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [auto-yt-dl-0.0.29](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.28...auto-yt-dl-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [auto-yt-dl-0.0.29](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.28...auto-yt-dl-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [auto-yt-dl-0.0.28](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.27...auto-yt-dl-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [auto-yt-dl-0.0.27](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.26...auto-yt-dl-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [auto-yt-dl-0.0.26](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.25...auto-yt-dl-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [auto-yt-dl-0.0.25](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.23...auto-yt-dl-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/auto-yt-dl/0.0.31/Chart.lock b/incubator/auto-yt-dl/0.0.31/Chart.lock new file mode 100644 index 00000000000..3e6eea8b5e5 --- /dev/null +++ b/incubator/auto-yt-dl/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:05:59.025544406Z" diff --git a/incubator/auto-yt-dl/0.0.31/Chart.yaml b/incubator/auto-yt-dl/0.0.31/Chart.yaml new file mode 100644 index 00000000000..7569333ce42 --- /dev/null +++ b/incubator/auto-yt-dl/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. +home: https://truecharts.org/docs/charts/incubator/auto-yt-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.png +keywords: + - auto-yt-dl + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: auto-yt-dl +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/auto-yt-dl + - https://github.com/xXGuhuXx/auto-yt-dl + - https://hub.docker.com/repository/docker/guhu007/auto-yt-dl +type: application +version: 0.0.31 diff --git a/incubator/auto-yt-dl/0.0.31/README.md b/incubator/auto-yt-dl/0.0.31/README.md new file mode 100644 index 00000000000..d62d94a8278 --- /dev/null +++ b/incubator/auto-yt-dl/0.0.31/README.md @@ -0,0 +1,107 @@ +# auto-yt-dl + +auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [auto-yt-dl](https://truecharts.org/docs/charts/incubator/auto-yt-dl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `auto-yt-dl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install auto-yt-dl TrueCharts/auto-yt-dl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `auto-yt-dl` deployment + +```console +helm uninstall auto-yt-dl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install auto-yt-dl \ + --set env.TZ="America/New York" \ + TrueCharts/auto-yt-dl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install auto-yt-dl TrueCharts/auto-yt-dl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/auto-yt-dl/0.0.30/app-readme.md b/incubator/auto-yt-dl/0.0.31/app-readme.md similarity index 100% rename from incubator/auto-yt-dl/0.0.30/app-readme.md rename to incubator/auto-yt-dl/0.0.31/app-readme.md diff --git a/incubator/auto-yt-dl/0.0.31/charts/common-10.7.1.tgz b/incubator/auto-yt-dl/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/auto-yt-dl/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/auto-yt-dl/0.0.30/ix_values.yaml b/incubator/auto-yt-dl/0.0.31/ix_values.yaml similarity index 100% rename from incubator/auto-yt-dl/0.0.30/ix_values.yaml rename to incubator/auto-yt-dl/0.0.31/ix_values.yaml diff --git a/incubator/auto-yt-dl/0.0.30/questions.yaml b/incubator/auto-yt-dl/0.0.31/questions.yaml similarity index 100% rename from incubator/auto-yt-dl/0.0.30/questions.yaml rename to incubator/auto-yt-dl/0.0.31/questions.yaml diff --git a/incubator/auto-yt-dl/0.0.30/templates/common.yaml b/incubator/auto-yt-dl/0.0.31/templates/common.yaml similarity index 100% rename from incubator/auto-yt-dl/0.0.30/templates/common.yaml rename to incubator/auto-yt-dl/0.0.31/templates/common.yaml diff --git a/incubator/auto-yt-dl/0.0.30/values.yaml b/incubator/auto-yt-dl/0.0.31/values.yaml similarity index 100% rename from incubator/auto-yt-dl/0.0.30/values.yaml rename to incubator/auto-yt-dl/0.0.31/values.yaml diff --git a/incubator/avorion/0.0.29/CHANGELOG.md b/incubator/avorion/0.0.29/CHANGELOG.md deleted file mode 100644 index bb8ea3ebb03..00000000000 --- a/incubator/avorion/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [avorion-0.0.29](https://github.com/truecharts/charts/compare/avorion-0.0.28...avorion-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [avorion-0.0.28](https://github.com/truecharts/charts/compare/avorion-0.0.27...avorion-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [avorion-0.0.28](https://github.com/truecharts/charts/compare/avorion-0.0.27...avorion-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [avorion-0.0.27](https://github.com/truecharts/charts/compare/avorion-0.0.26...avorion-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [avorion-0.0.26](https://github.com/truecharts/charts/compare/avorion-0.0.25...avorion-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [avorion-0.0.25](https://github.com/truecharts/charts/compare/avorion-0.0.24...avorion-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [avorion-0.0.24](https://github.com/truecharts/charts/compare/avorion-0.0.23...avorion-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [avorion-0.0.24](https://github.com/truecharts/charts/compare/avorion-0.0.23...avorion-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/avorion/0.0.29/Chart.lock b/incubator/avorion/0.0.29/Chart.lock deleted file mode 100644 index 79ff5a23715..00000000000 --- a/incubator/avorion/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:16.309409362Z" diff --git a/incubator/avorion/0.0.29/Chart.yaml b/incubator/avorion/0.0.29/Chart.yaml deleted file mode 100644 index ad00659e41b..00000000000 --- a/incubator/avorion/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Avorion and run it." -home: https://truecharts.org/docs/charts/incubator/avorion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png -keywords: - - avorion - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: avorion -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/avorion - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/avorion/0.0.29/README.md b/incubator/avorion/0.0.29/README.md deleted file mode 100644 index 7e11445a4cc..00000000000 --- a/incubator/avorion/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# avorion - -This Chart will download and install SteamCMD. It will also install Avorion and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [avorion](https://truecharts.org/docs/charts/incubator/avorion) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `avorion` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install avorion TrueCharts/avorion -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `avorion` deployment - -```console -helm uninstall avorion -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install avorion \ - --set env.TZ="America/New York" \ - TrueCharts/avorion -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install avorion TrueCharts/avorion -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/avorion/0.0.29/charts/common-10.7.0.tgz b/incubator/avorion/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/avorion/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/avorion/0.0.30/CHANGELOG.md b/incubator/avorion/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c5306f69dad --- /dev/null +++ b/incubator/avorion/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [avorion-0.0.30](https://github.com/truecharts/charts/compare/avorion-0.0.29...avorion-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [avorion-0.0.29](https://github.com/truecharts/charts/compare/avorion-0.0.28...avorion-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [avorion-0.0.28](https://github.com/truecharts/charts/compare/avorion-0.0.27...avorion-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [avorion-0.0.28](https://github.com/truecharts/charts/compare/avorion-0.0.27...avorion-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [avorion-0.0.27](https://github.com/truecharts/charts/compare/avorion-0.0.26...avorion-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [avorion-0.0.26](https://github.com/truecharts/charts/compare/avorion-0.0.25...avorion-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [avorion-0.0.25](https://github.com/truecharts/charts/compare/avorion-0.0.24...avorion-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [avorion-0.0.24](https://github.com/truecharts/charts/compare/avorion-0.0.23...avorion-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/avorion/0.0.30/Chart.lock b/incubator/avorion/0.0.30/Chart.lock new file mode 100644 index 00000000000..30f24f2dae4 --- /dev/null +++ b/incubator/avorion/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:06:08.869097058Z" diff --git a/incubator/avorion/0.0.30/Chart.yaml b/incubator/avorion/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0e2a6788378 --- /dev/null +++ b/incubator/avorion/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Avorion and run it." +home: https://truecharts.org/docs/charts/incubator/avorion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.png +keywords: + - avorion + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: avorion +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/avorion + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/avorion/0.0.30/README.md b/incubator/avorion/0.0.30/README.md new file mode 100644 index 00000000000..a692a07dd9c --- /dev/null +++ b/incubator/avorion/0.0.30/README.md @@ -0,0 +1,107 @@ +# avorion + +This Chart will download and install SteamCMD. It will also install Avorion and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [avorion](https://truecharts.org/docs/charts/incubator/avorion) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `avorion` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install avorion TrueCharts/avorion +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `avorion` deployment + +```console +helm uninstall avorion +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install avorion \ + --set env.TZ="America/New York" \ + TrueCharts/avorion +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install avorion TrueCharts/avorion -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/avorion/0.0.29/app-readme.md b/incubator/avorion/0.0.30/app-readme.md similarity index 100% rename from incubator/avorion/0.0.29/app-readme.md rename to incubator/avorion/0.0.30/app-readme.md diff --git a/incubator/avorion/0.0.30/charts/common-10.7.1.tgz b/incubator/avorion/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/avorion/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/avorion/0.0.29/ix_values.yaml b/incubator/avorion/0.0.30/ix_values.yaml similarity index 100% rename from incubator/avorion/0.0.29/ix_values.yaml rename to incubator/avorion/0.0.30/ix_values.yaml diff --git a/incubator/avorion/0.0.29/questions.yaml b/incubator/avorion/0.0.30/questions.yaml similarity index 100% rename from incubator/avorion/0.0.29/questions.yaml rename to incubator/avorion/0.0.30/questions.yaml diff --git a/incubator/avorion/0.0.29/templates/common.yaml b/incubator/avorion/0.0.30/templates/common.yaml similarity index 100% rename from incubator/avorion/0.0.29/templates/common.yaml rename to incubator/avorion/0.0.30/templates/common.yaml diff --git a/incubator/avorion/0.0.29/values.yaml b/incubator/avorion/0.0.30/values.yaml similarity index 100% rename from incubator/avorion/0.0.29/values.yaml rename to incubator/avorion/0.0.30/values.yaml diff --git a/incubator/awesome-ttrss/0.0.49/CHANGELOG.md b/incubator/awesome-ttrss/0.0.49/CHANGELOG.md deleted file mode 100644 index f37ae2238c5..00000000000 --- a/incubator/awesome-ttrss/0.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [awesome-ttrss-0.0.49](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.48...awesome-ttrss-0.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [awesome-ttrss-0.0.47](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.46...awesome-ttrss-0.0.47) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [awesome-ttrss-0.0.45](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.44...awesome-ttrss-0.0.45) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [awesome-ttrss-0.0.44](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.43...awesome-ttrss-0.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/awesome-ttrss/0.0.49/Chart.lock b/incubator/awesome-ttrss/0.0.49/Chart.lock deleted file mode 100644 index e295773fba6..00000000000 --- a/incubator/awesome-ttrss/0.0.49/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:26:31.563444932Z" diff --git a/incubator/awesome-ttrss/0.0.49/Chart.yaml b/incubator/awesome-ttrss/0.0.49/Chart.yaml deleted file mode 100644 index b2c5632f3e7..00000000000 --- a/incubator/awesome-ttrss/0.0.49/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2022" -description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS -name: awesome-ttrss -version: 0.0.49 -kubeVersion: ">=1.16.0-0" -keywords: - - tt-rss - - awesome-ttrss -home: https://truecharts.org/docs/charts/incubator/awesome-ttrss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss - - https://github.com/HenryQW/Awesome-TTRSS -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/awesome-ttrss/0.0.49/README.md b/incubator/awesome-ttrss/0.0.49/README.md deleted file mode 100644 index 7271f020961..00000000000 --- a/incubator/awesome-ttrss/0.0.49/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# awesome-ttrss - -Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [awesome-ttrss](https://truecharts.org/docs/charts/incubator/awesome-ttrss) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `awesome-ttrss` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install awesome-ttrss TrueCharts/awesome-ttrss -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `awesome-ttrss` deployment - -```console -helm uninstall awesome-ttrss -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install awesome-ttrss \ - --set env.TZ="America/New York" \ - TrueCharts/awesome-ttrss -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install awesome-ttrss TrueCharts/awesome-ttrss -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/awesome-ttrss/0.0.49/charts/common-10.7.0.tgz b/incubator/awesome-ttrss/0.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/awesome-ttrss/0.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/awesome-ttrss/0.0.49/charts/postgresql-8.0.97.tgz b/incubator/awesome-ttrss/0.0.49/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/awesome-ttrss/0.0.49/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/awesome-ttrss/0.0.50/CHANGELOG.md b/incubator/awesome-ttrss/0.0.50/CHANGELOG.md new file mode 100644 index 00000000000..5197dfa14c5 --- /dev/null +++ b/incubator/awesome-ttrss/0.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [awesome-ttrss-0.0.50](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.49...awesome-ttrss-0.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [awesome-ttrss-0.0.49](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.48...awesome-ttrss-0.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [awesome-ttrss-0.0.48](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.47...awesome-ttrss-0.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [awesome-ttrss-0.0.47](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.46...awesome-ttrss-0.0.47) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [awesome-ttrss-0.0.45](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.44...awesome-ttrss-0.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [awesome-ttrss-0.0.44](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.43...awesome-ttrss-0.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [awesome-ttrss-0.0.43](https://github.com/truecharts/charts/compare/awesome-ttrss-0.0.42...awesome-ttrss-0.0.43) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/awesome-ttrss/0.0.50/Chart.lock b/incubator/awesome-ttrss/0.0.50/Chart.lock new file mode 100644 index 00000000000..cd9f7073d41 --- /dev/null +++ b/incubator/awesome-ttrss/0.0.50/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:06:24.94190317Z" diff --git a/incubator/awesome-ttrss/0.0.50/Chart.yaml b/incubator/awesome-ttrss/0.0.50/Chart.yaml new file mode 100644 index 00000000000..9e06850b483 --- /dev/null +++ b/incubator/awesome-ttrss/0.0.50/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2022" +description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS +name: awesome-ttrss +version: 0.0.50 +kubeVersion: ">=1.16.0-0" +keywords: + - tt-rss + - awesome-ttrss +home: https://truecharts.org/docs/charts/incubator/awesome-ttrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/awesome-ttrss + - https://github.com/HenryQW/Awesome-TTRSS +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/awesome-ttrss/0.0.50/README.md b/incubator/awesome-ttrss/0.0.50/README.md new file mode 100644 index 00000000000..e742ee2053e --- /dev/null +++ b/incubator/awesome-ttrss/0.0.50/README.md @@ -0,0 +1,107 @@ +# awesome-ttrss + +Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [awesome-ttrss](https://truecharts.org/docs/charts/incubator/awesome-ttrss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `awesome-ttrss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install awesome-ttrss TrueCharts/awesome-ttrss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `awesome-ttrss` deployment + +```console +helm uninstall awesome-ttrss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install awesome-ttrss \ + --set env.TZ="America/New York" \ + TrueCharts/awesome-ttrss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install awesome-ttrss TrueCharts/awesome-ttrss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/awesome-ttrss/0.0.49/app-readme.md b/incubator/awesome-ttrss/0.0.50/app-readme.md similarity index 100% rename from incubator/awesome-ttrss/0.0.49/app-readme.md rename to incubator/awesome-ttrss/0.0.50/app-readme.md diff --git a/incubator/awesome-ttrss/0.0.50/charts/common-10.7.1.tgz b/incubator/awesome-ttrss/0.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/awesome-ttrss/0.0.50/charts/common-10.7.1.tgz differ diff --git a/incubator/awesome-ttrss/0.0.50/charts/postgresql-8.0.101.tgz b/incubator/awesome-ttrss/0.0.50/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/awesome-ttrss/0.0.50/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/awesome-ttrss/0.0.49/ix_values.yaml b/incubator/awesome-ttrss/0.0.50/ix_values.yaml similarity index 100% rename from incubator/awesome-ttrss/0.0.49/ix_values.yaml rename to incubator/awesome-ttrss/0.0.50/ix_values.yaml diff --git a/incubator/awesome-ttrss/0.0.49/questions.yaml b/incubator/awesome-ttrss/0.0.50/questions.yaml similarity index 100% rename from incubator/awesome-ttrss/0.0.49/questions.yaml rename to incubator/awesome-ttrss/0.0.50/questions.yaml diff --git a/incubator/awesome-ttrss/0.0.49/templates/common.yaml b/incubator/awesome-ttrss/0.0.50/templates/common.yaml similarity index 100% rename from incubator/awesome-ttrss/0.0.49/templates/common.yaml rename to incubator/awesome-ttrss/0.0.50/templates/common.yaml diff --git a/incubator/awesome-ttrss/0.0.49/values.yaml b/incubator/awesome-ttrss/0.0.50/values.yaml similarity index 100% rename from incubator/awesome-ttrss/0.0.49/values.yaml rename to incubator/awesome-ttrss/0.0.50/values.yaml diff --git a/incubator/backuppc/0.0.33/CHANGELOG.md b/incubator/backuppc/0.0.33/CHANGELOG.md deleted file mode 100644 index ae495ae4ce8..00000000000 --- a/incubator/backuppc/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [backuppc-0.0.33](https://github.com/truecharts/charts/compare/backuppc-0.0.32...backuppc-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [backuppc-0.0.32](https://github.com/truecharts/charts/compare/backuppc-0.0.31...backuppc-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [backuppc-0.0.32](https://github.com/truecharts/charts/compare/backuppc-0.0.31...backuppc-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [backuppc-0.0.31](https://github.com/truecharts/charts/compare/backuppc-0.0.30...backuppc-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [backuppc-0.0.30](https://github.com/truecharts/charts/compare/backuppc-0.0.29...backuppc-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [backuppc-0.0.29](https://github.com/truecharts/charts/compare/backuppc-0.0.28...backuppc-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [backuppc-0.0.28](https://github.com/truecharts/charts/compare/backuppc-0.0.27...backuppc-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [backuppc-0.0.27](https://github.com/truecharts/charts/compare/backuppc-0.0.26...backuppc-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/backuppc/0.0.33/Chart.lock b/incubator/backuppc/0.0.33/Chart.lock deleted file mode 100644 index 53367452f26..00000000000 --- a/incubator/backuppc/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:21.725961563Z" diff --git a/incubator/backuppc/0.0.33/Chart.yaml b/incubator/backuppc/0.0.33/Chart.yaml deleted file mode 100644 index 8ca23a60690..00000000000 --- a/incubator/backuppc/0.0.33/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. -home: https://truecharts.org/docs/charts/incubator/backuppc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png -keywords: - - backuppc - - Backup - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: backuppc -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc - - https://backuppc.github.io/backuppc/index.html - - https://hub.docker.com/r/tiredofit/backuppc/ -type: application -version: 0.0.33 diff --git a/incubator/backuppc/0.0.33/README.md b/incubator/backuppc/0.0.33/README.md deleted file mode 100644 index ea687048f74..00000000000 --- a/incubator/backuppc/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# backuppc - -BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [backuppc](https://truecharts.org/docs/charts/incubator/backuppc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `backuppc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install backuppc TrueCharts/backuppc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `backuppc` deployment - -```console -helm uninstall backuppc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install backuppc \ - --set env.TZ="America/New York" \ - TrueCharts/backuppc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install backuppc TrueCharts/backuppc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/backuppc/0.0.33/charts/common-10.7.0.tgz b/incubator/backuppc/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/backuppc/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/backuppc/0.0.34/CHANGELOG.md b/incubator/backuppc/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..f9c2ffe8a5b --- /dev/null +++ b/incubator/backuppc/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [backuppc-0.0.34](https://github.com/truecharts/charts/compare/backuppc-0.0.33...backuppc-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [backuppc-0.0.33](https://github.com/truecharts/charts/compare/backuppc-0.0.32...backuppc-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [backuppc-0.0.32](https://github.com/truecharts/charts/compare/backuppc-0.0.31...backuppc-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [backuppc-0.0.32](https://github.com/truecharts/charts/compare/backuppc-0.0.31...backuppc-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [backuppc-0.0.31](https://github.com/truecharts/charts/compare/backuppc-0.0.30...backuppc-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [backuppc-0.0.30](https://github.com/truecharts/charts/compare/backuppc-0.0.29...backuppc-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [backuppc-0.0.29](https://github.com/truecharts/charts/compare/backuppc-0.0.28...backuppc-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [backuppc-0.0.28](https://github.com/truecharts/charts/compare/backuppc-0.0.27...backuppc-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [backuppc-0.0.27](https://github.com/truecharts/charts/compare/backuppc-0.0.26...backuppc-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/backuppc/0.0.34/Chart.lock b/incubator/backuppc/0.0.34/Chart.lock new file mode 100644 index 00000000000..f3fa37a2bc6 --- /dev/null +++ b/incubator/backuppc/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:06:21.222328068Z" diff --git a/incubator/backuppc/0.0.34/Chart.yaml b/incubator/backuppc/0.0.34/Chart.yaml new file mode 100644 index 00000000000..d988b81438c --- /dev/null +++ b/incubator/backuppc/0.0.34/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. +home: https://truecharts.org/docs/charts/incubator/backuppc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.png +keywords: + - backuppc + - Backup + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: backuppc +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/backuppc + - https://backuppc.github.io/backuppc/index.html + - https://hub.docker.com/r/tiredofit/backuppc/ +type: application +version: 0.0.34 diff --git a/incubator/backuppc/0.0.34/README.md b/incubator/backuppc/0.0.34/README.md new file mode 100644 index 00000000000..cb16ce9a642 --- /dev/null +++ b/incubator/backuppc/0.0.34/README.md @@ -0,0 +1,107 @@ +# backuppc + +BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [backuppc](https://truecharts.org/docs/charts/incubator/backuppc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `backuppc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install backuppc TrueCharts/backuppc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `backuppc` deployment + +```console +helm uninstall backuppc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install backuppc \ + --set env.TZ="America/New York" \ + TrueCharts/backuppc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install backuppc TrueCharts/backuppc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/backuppc/0.0.33/app-readme.md b/incubator/backuppc/0.0.34/app-readme.md similarity index 100% rename from incubator/backuppc/0.0.33/app-readme.md rename to incubator/backuppc/0.0.34/app-readme.md diff --git a/incubator/backuppc/0.0.34/charts/common-10.7.1.tgz b/incubator/backuppc/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/backuppc/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/backuppc/0.0.33/ix_values.yaml b/incubator/backuppc/0.0.34/ix_values.yaml similarity index 100% rename from incubator/backuppc/0.0.33/ix_values.yaml rename to incubator/backuppc/0.0.34/ix_values.yaml diff --git a/incubator/backuppc/0.0.33/questions.yaml b/incubator/backuppc/0.0.34/questions.yaml similarity index 100% rename from incubator/backuppc/0.0.33/questions.yaml rename to incubator/backuppc/0.0.34/questions.yaml diff --git a/incubator/backuppc/0.0.33/templates/common.yaml b/incubator/backuppc/0.0.34/templates/common.yaml similarity index 100% rename from incubator/backuppc/0.0.33/templates/common.yaml rename to incubator/backuppc/0.0.34/templates/common.yaml diff --git a/incubator/backuppc/0.0.33/values.yaml b/incubator/backuppc/0.0.34/values.yaml similarity index 100% rename from incubator/backuppc/0.0.33/values.yaml rename to incubator/backuppc/0.0.34/values.yaml diff --git a/incubator/baikal/0.0.29/CHANGELOG.md b/incubator/baikal/0.0.29/CHANGELOG.md deleted file mode 100644 index d7554a3e482..00000000000 --- a/incubator/baikal/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [baikal-0.0.29](https://github.com/truecharts/charts/compare/baikal-0.0.28...baikal-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [baikal-0.0.28](https://github.com/truecharts/charts/compare/baikal-0.0.27...baikal-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [baikal-0.0.28](https://github.com/truecharts/charts/compare/baikal-0.0.27...baikal-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [baikal-0.0.27](https://github.com/truecharts/charts/compare/baikal-0.0.26...baikal-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [baikal-0.0.26](https://github.com/truecharts/charts/compare/baikal-0.0.25...baikal-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [baikal-0.0.25](https://github.com/truecharts/charts/compare/baikal-0.0.24...baikal-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [baikal-0.0.24](https://github.com/truecharts/charts/compare/baikal-0.0.23...baikal-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [baikal-0.0.24](https://github.com/truecharts/charts/compare/baikal-0.0.23...baikal-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/baikal/0.0.29/Chart.lock b/incubator/baikal/0.0.29/Chart.lock deleted file mode 100644 index 7c47f2f8e1d..00000000000 --- a/incubator/baikal/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:42.35681375Z" diff --git a/incubator/baikal/0.0.29/Chart.yaml b/incubator/baikal/0.0.29/Chart.yaml deleted file mode 100644 index 86171e704f1..00000000000 --- a/incubator/baikal/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.9.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Baikal is a lightweight CalDAV+CardDAV server" -home: https://truecharts.org/docs/charts/incubator/baikal -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png -keywords: - - baikal -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: baikal -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/baikal - - https://github.com/ckulka/baikal-docker - - https://hub.docker.com/r/ckulka/baikal/ -type: application -version: 0.0.29 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities diff --git a/incubator/baikal/0.0.29/README.md b/incubator/baikal/0.0.29/README.md deleted file mode 100644 index 909bd64bcbd..00000000000 --- a/incubator/baikal/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# baikal - -Baikal is a lightweight CalDAV+CardDAV server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [baikal](https://truecharts.org/docs/charts/incubator/baikal) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `baikal` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install baikal TrueCharts/baikal -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `baikal` deployment - -```console -helm uninstall baikal -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install baikal \ - --set env.TZ="America/New York" \ - TrueCharts/baikal -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install baikal TrueCharts/baikal -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/baikal/0.0.29/charts/common-10.7.0.tgz b/incubator/baikal/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/baikal/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/baikal/0.0.30/CHANGELOG.md b/incubator/baikal/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..aecc2656574 --- /dev/null +++ b/incubator/baikal/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [baikal-0.0.30](https://github.com/truecharts/charts/compare/baikal-0.0.29...baikal-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [baikal-0.0.29](https://github.com/truecharts/charts/compare/baikal-0.0.28...baikal-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [baikal-0.0.28](https://github.com/truecharts/charts/compare/baikal-0.0.27...baikal-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [baikal-0.0.28](https://github.com/truecharts/charts/compare/baikal-0.0.27...baikal-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [baikal-0.0.27](https://github.com/truecharts/charts/compare/baikal-0.0.26...baikal-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [baikal-0.0.26](https://github.com/truecharts/charts/compare/baikal-0.0.25...baikal-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [baikal-0.0.25](https://github.com/truecharts/charts/compare/baikal-0.0.24...baikal-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [baikal-0.0.24](https://github.com/truecharts/charts/compare/baikal-0.0.23...baikal-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/baikal/0.0.30/Chart.lock b/incubator/baikal/0.0.30/Chart.lock new file mode 100644 index 00000000000..65465e6e163 --- /dev/null +++ b/incubator/baikal/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:06:29.205331088Z" diff --git a/incubator/baikal/0.0.30/Chart.yaml b/incubator/baikal/0.0.30/Chart.yaml new file mode 100644 index 00000000000..66c68807b56 --- /dev/null +++ b/incubator/baikal/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.9.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Baikal is a lightweight CalDAV+CardDAV server" +home: https://truecharts.org/docs/charts/incubator/baikal +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.png +keywords: + - baikal +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: baikal +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/baikal + - https://github.com/ckulka/baikal-docker + - https://hub.docker.com/r/ckulka/baikal/ +type: application +version: 0.0.30 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities diff --git a/incubator/baikal/0.0.30/README.md b/incubator/baikal/0.0.30/README.md new file mode 100644 index 00000000000..ed7b756c26c --- /dev/null +++ b/incubator/baikal/0.0.30/README.md @@ -0,0 +1,107 @@ +# baikal + +Baikal is a lightweight CalDAV+CardDAV server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [baikal](https://truecharts.org/docs/charts/incubator/baikal) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `baikal` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install baikal TrueCharts/baikal +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `baikal` deployment + +```console +helm uninstall baikal +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install baikal \ + --set env.TZ="America/New York" \ + TrueCharts/baikal +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install baikal TrueCharts/baikal -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/baikal/0.0.29/app-readme.md b/incubator/baikal/0.0.30/app-readme.md similarity index 100% rename from incubator/baikal/0.0.29/app-readme.md rename to incubator/baikal/0.0.30/app-readme.md diff --git a/incubator/baikal/0.0.30/charts/common-10.7.1.tgz b/incubator/baikal/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/baikal/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/baikal/0.0.29/ix_values.yaml b/incubator/baikal/0.0.30/ix_values.yaml similarity index 100% rename from incubator/baikal/0.0.29/ix_values.yaml rename to incubator/baikal/0.0.30/ix_values.yaml diff --git a/incubator/baikal/0.0.29/questions.yaml b/incubator/baikal/0.0.30/questions.yaml similarity index 100% rename from incubator/baikal/0.0.29/questions.yaml rename to incubator/baikal/0.0.30/questions.yaml diff --git a/incubator/baikal/0.0.29/templates/common.yaml b/incubator/baikal/0.0.30/templates/common.yaml similarity index 100% rename from incubator/baikal/0.0.29/templates/common.yaml rename to incubator/baikal/0.0.30/templates/common.yaml diff --git a/incubator/baikal/0.0.29/values.yaml b/incubator/baikal/0.0.30/values.yaml similarity index 100% rename from incubator/baikal/0.0.29/values.yaml rename to incubator/baikal/0.0.30/values.yaml diff --git a/incubator/barcodebuddy/0.0.29/CHANGELOG.md b/incubator/barcodebuddy/0.0.29/CHANGELOG.md deleted file mode 100644 index 270a2236e43..00000000000 --- a/incubator/barcodebuddy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [barcodebuddy-0.0.29](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.28...barcodebuddy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [barcodebuddy-0.0.28](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.27...barcodebuddy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [barcodebuddy-0.0.28](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.27...barcodebuddy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [barcodebuddy-0.0.27](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.26...barcodebuddy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [barcodebuddy-0.0.26](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.25...barcodebuddy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [barcodebuddy-0.0.25](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.24...barcodebuddy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [barcodebuddy-0.0.24](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.23...barcodebuddy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [barcodebuddy-0.0.24](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.23...barcodebuddy-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/barcodebuddy/0.0.29/Chart.lock b/incubator/barcodebuddy/0.0.29/Chart.lock deleted file mode 100644 index 668fc8f57d9..00000000000 --- a/incubator/barcodebuddy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:45.33577749Z" diff --git a/incubator/barcodebuddy/0.0.29/Chart.yaml b/incubator/barcodebuddy/0.0.29/Chart.yaml deleted file mode 100644 index 802f6a28089..00000000000 --- a/incubator/barcodebuddy/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" -home: https://truecharts.org/docs/charts/incubator/barcodebuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png -keywords: - - barcodebuddy - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: barcodebuddy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/barcodebuddy - - https://github.com/Forceu/barcodebuddy - - https://hub.docker.com/r/f0rc3/barcodebuddy-docker -type: application -version: 0.0.29 diff --git a/incubator/barcodebuddy/0.0.29/README.md b/incubator/barcodebuddy/0.0.29/README.md deleted file mode 100644 index 8b9311a74cb..00000000000 --- a/incubator/barcodebuddy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# barcodebuddy - -<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b> - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [barcodebuddy](https://truecharts.org/docs/charts/incubator/barcodebuddy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `barcodebuddy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install barcodebuddy TrueCharts/barcodebuddy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `barcodebuddy` deployment - -```console -helm uninstall barcodebuddy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install barcodebuddy \ - --set env.TZ="America/New York" \ - TrueCharts/barcodebuddy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install barcodebuddy TrueCharts/barcodebuddy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/barcodebuddy/0.0.29/charts/common-10.7.0.tgz b/incubator/barcodebuddy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/barcodebuddy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/barcodebuddy/0.0.30/CHANGELOG.md b/incubator/barcodebuddy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3d30db27814 --- /dev/null +++ b/incubator/barcodebuddy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [barcodebuddy-0.0.30](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.29...barcodebuddy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [barcodebuddy-0.0.29](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.28...barcodebuddy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [barcodebuddy-0.0.28](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.27...barcodebuddy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [barcodebuddy-0.0.28](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.27...barcodebuddy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [barcodebuddy-0.0.27](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.26...barcodebuddy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [barcodebuddy-0.0.26](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.25...barcodebuddy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [barcodebuddy-0.0.25](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.24...barcodebuddy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [barcodebuddy-0.0.24](https://github.com/truecharts/charts/compare/barcodebuddy-0.0.23...barcodebuddy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/barcodebuddy/0.0.30/Chart.lock b/incubator/barcodebuddy/0.0.30/Chart.lock new file mode 100644 index 00000000000..475871a1bf7 --- /dev/null +++ b/incubator/barcodebuddy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:06:39.456454826Z" diff --git a/incubator/barcodebuddy/0.0.30/Chart.yaml b/incubator/barcodebuddy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8d35f018075 --- /dev/null +++ b/incubator/barcodebuddy/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>" +home: https://truecharts.org/docs/charts/incubator/barcodebuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.png +keywords: + - barcodebuddy + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: barcodebuddy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/barcodebuddy + - https://github.com/Forceu/barcodebuddy + - https://hub.docker.com/r/f0rc3/barcodebuddy-docker +type: application +version: 0.0.30 diff --git a/incubator/barcodebuddy/0.0.30/README.md b/incubator/barcodebuddy/0.0.30/README.md new file mode 100644 index 00000000000..5bdac5365e5 --- /dev/null +++ b/incubator/barcodebuddy/0.0.30/README.md @@ -0,0 +1,107 @@ +# barcodebuddy + +<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b> + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [barcodebuddy](https://truecharts.org/docs/charts/incubator/barcodebuddy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `barcodebuddy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install barcodebuddy TrueCharts/barcodebuddy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `barcodebuddy` deployment + +```console +helm uninstall barcodebuddy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install barcodebuddy \ + --set env.TZ="America/New York" \ + TrueCharts/barcodebuddy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install barcodebuddy TrueCharts/barcodebuddy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/barcodebuddy/0.0.29/app-readme.md b/incubator/barcodebuddy/0.0.30/app-readme.md similarity index 100% rename from incubator/barcodebuddy/0.0.29/app-readme.md rename to incubator/barcodebuddy/0.0.30/app-readme.md diff --git a/incubator/barcodebuddy/0.0.30/charts/common-10.7.1.tgz b/incubator/barcodebuddy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/barcodebuddy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/barcodebuddy/0.0.29/ix_values.yaml b/incubator/barcodebuddy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/barcodebuddy/0.0.29/ix_values.yaml rename to incubator/barcodebuddy/0.0.30/ix_values.yaml diff --git a/incubator/barcodebuddy/0.0.29/questions.yaml b/incubator/barcodebuddy/0.0.30/questions.yaml similarity index 100% rename from incubator/barcodebuddy/0.0.29/questions.yaml rename to incubator/barcodebuddy/0.0.30/questions.yaml diff --git a/incubator/barcodebuddy/0.0.29/templates/common.yaml b/incubator/barcodebuddy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/barcodebuddy/0.0.29/templates/common.yaml rename to incubator/barcodebuddy/0.0.30/templates/common.yaml diff --git a/incubator/barcodebuddy/0.0.29/values.yaml b/incubator/barcodebuddy/0.0.30/values.yaml similarity index 100% rename from incubator/barcodebuddy/0.0.29/values.yaml rename to incubator/barcodebuddy/0.0.30/values.yaml diff --git a/incubator/barotrauma/0.0.29/CHANGELOG.md b/incubator/barotrauma/0.0.29/CHANGELOG.md deleted file mode 100644 index 8d9d4712f35..00000000000 --- a/incubator/barotrauma/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [barotrauma-0.0.29](https://github.com/truecharts/charts/compare/barotrauma-0.0.28...barotrauma-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [barotrauma-0.0.28](https://github.com/truecharts/charts/compare/barotrauma-0.0.27...barotrauma-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [barotrauma-0.0.28](https://github.com/truecharts/charts/compare/barotrauma-0.0.27...barotrauma-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [barotrauma-0.0.27](https://github.com/truecharts/charts/compare/barotrauma-0.0.26...barotrauma-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [barotrauma-0.0.26](https://github.com/truecharts/charts/compare/barotrauma-0.0.25...barotrauma-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [barotrauma-0.0.25](https://github.com/truecharts/charts/compare/barotrauma-0.0.24...barotrauma-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [barotrauma-0.0.24](https://github.com/truecharts/charts/compare/barotrauma-0.0.23...barotrauma-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [barotrauma-0.0.24](https://github.com/truecharts/charts/compare/barotrauma-0.0.23...barotrauma-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/barotrauma/0.0.29/Chart.lock b/incubator/barotrauma/0.0.29/Chart.lock deleted file mode 100644 index a696231fc94..00000000000 --- a/incubator/barotrauma/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:26:51.34759052Z" diff --git a/incubator/barotrauma/0.0.29/Chart.yaml b/incubator/barotrauma/0.0.29/Chart.yaml deleted file mode 100644 index 711be930d24..00000000000 --- a/incubator/barotrauma/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Barotrauma and run it." -home: https://truecharts.org/docs/charts/incubator/barotrauma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png -keywords: - - barotrauma - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: barotrauma -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/barotrauma - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/barotrauma/0.0.29/README.md b/incubator/barotrauma/0.0.29/README.md deleted file mode 100644 index 606c3e37b9d..00000000000 --- a/incubator/barotrauma/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# barotrauma - -This Chart will download and install SteamCMD. It will also install Barotrauma and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [barotrauma](https://truecharts.org/docs/charts/incubator/barotrauma) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `barotrauma` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install barotrauma TrueCharts/barotrauma -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `barotrauma` deployment - -```console -helm uninstall barotrauma -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install barotrauma \ - --set env.TZ="America/New York" \ - TrueCharts/barotrauma -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install barotrauma TrueCharts/barotrauma -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/barotrauma/0.0.29/charts/common-10.7.0.tgz b/incubator/barotrauma/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/barotrauma/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/barotrauma/0.0.30/CHANGELOG.md b/incubator/barotrauma/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c604ba792f5 --- /dev/null +++ b/incubator/barotrauma/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [barotrauma-0.0.30](https://github.com/truecharts/charts/compare/barotrauma-0.0.29...barotrauma-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [barotrauma-0.0.29](https://github.com/truecharts/charts/compare/barotrauma-0.0.28...barotrauma-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [barotrauma-0.0.28](https://github.com/truecharts/charts/compare/barotrauma-0.0.27...barotrauma-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [barotrauma-0.0.28](https://github.com/truecharts/charts/compare/barotrauma-0.0.27...barotrauma-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [barotrauma-0.0.27](https://github.com/truecharts/charts/compare/barotrauma-0.0.26...barotrauma-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [barotrauma-0.0.26](https://github.com/truecharts/charts/compare/barotrauma-0.0.25...barotrauma-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [barotrauma-0.0.25](https://github.com/truecharts/charts/compare/barotrauma-0.0.24...barotrauma-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [barotrauma-0.0.24](https://github.com/truecharts/charts/compare/barotrauma-0.0.23...barotrauma-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/barotrauma/0.0.30/Chart.lock b/incubator/barotrauma/0.0.30/Chart.lock new file mode 100644 index 00000000000..0f5e7a02e4e --- /dev/null +++ b/incubator/barotrauma/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:06:52.977070622Z" diff --git a/incubator/barotrauma/0.0.30/Chart.yaml b/incubator/barotrauma/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0ee91ff0bdd --- /dev/null +++ b/incubator/barotrauma/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Barotrauma and run it." +home: https://truecharts.org/docs/charts/incubator/barotrauma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.png +keywords: + - barotrauma + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: barotrauma +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/barotrauma + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/barotrauma/0.0.30/README.md b/incubator/barotrauma/0.0.30/README.md new file mode 100644 index 00000000000..04bf4cb0839 --- /dev/null +++ b/incubator/barotrauma/0.0.30/README.md @@ -0,0 +1,107 @@ +# barotrauma + +This Chart will download and install SteamCMD. It will also install Barotrauma and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [barotrauma](https://truecharts.org/docs/charts/incubator/barotrauma) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `barotrauma` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install barotrauma TrueCharts/barotrauma +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `barotrauma` deployment + +```console +helm uninstall barotrauma +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install barotrauma \ + --set env.TZ="America/New York" \ + TrueCharts/barotrauma +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install barotrauma TrueCharts/barotrauma -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/barotrauma/0.0.29/app-readme.md b/incubator/barotrauma/0.0.30/app-readme.md similarity index 100% rename from incubator/barotrauma/0.0.29/app-readme.md rename to incubator/barotrauma/0.0.30/app-readme.md diff --git a/incubator/barotrauma/0.0.30/charts/common-10.7.1.tgz b/incubator/barotrauma/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/barotrauma/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/barotrauma/0.0.29/ix_values.yaml b/incubator/barotrauma/0.0.30/ix_values.yaml similarity index 100% rename from incubator/barotrauma/0.0.29/ix_values.yaml rename to incubator/barotrauma/0.0.30/ix_values.yaml diff --git a/incubator/barotrauma/0.0.29/questions.yaml b/incubator/barotrauma/0.0.30/questions.yaml similarity index 100% rename from incubator/barotrauma/0.0.29/questions.yaml rename to incubator/barotrauma/0.0.30/questions.yaml diff --git a/incubator/barotrauma/0.0.29/templates/common.yaml b/incubator/barotrauma/0.0.30/templates/common.yaml similarity index 100% rename from incubator/barotrauma/0.0.29/templates/common.yaml rename to incubator/barotrauma/0.0.30/templates/common.yaml diff --git a/incubator/barotrauma/0.0.29/values.yaml b/incubator/barotrauma/0.0.30/values.yaml similarity index 100% rename from incubator/barotrauma/0.0.29/values.yaml rename to incubator/barotrauma/0.0.30/values.yaml diff --git a/incubator/batnoter/0.0.7/CHANGELOG.md b/incubator/batnoter/0.0.7/CHANGELOG.md deleted file mode 100644 index f66dc4d65b9..00000000000 --- a/incubator/batnoter/0.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [batnoter-0.0.7](https://github.com/truecharts/charts/compare/batnoter-0.0.6...batnoter-0.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [batnoter-0.0.6](https://github.com/truecharts/charts/compare/batnoter-0.0.5...batnoter-0.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [batnoter-0.0.6](https://github.com/truecharts/charts/compare/batnoter-0.0.5...batnoter-0.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [batnoter-0.0.5](https://github.com/truecharts/charts/compare/batnoter-0.0.4...batnoter-0.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [batnoter-0.0.4](https://github.com/truecharts/charts/compare/batnoter-0.0.3...batnoter-0.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [batnoter-0.0.3](https://github.com/truecharts/charts/compare/batnoter-0.0.2...batnoter-0.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [batnoter-0.0.2]batnoter-0.0.2 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - move last apps to LB from simple ([#3825](https://github.com/truecharts/charts/issues/3825)) - - ### Feat - -- add batnoter ([#3805](https://github.com/truecharts/charts/issues/3805)) - - - - -## [batnoter-0.0.2]batnoter-0.0.2 (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/batnoter/0.0.7/Chart.lock b/incubator/batnoter/0.0.7/Chart.lock deleted file mode 100644 index dd597d6e45a..00000000000 --- a/incubator/batnoter/0.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:11.293384639Z" diff --git a/incubator/batnoter/0.0.7/Chart.yaml b/incubator/batnoter/0.0.7/Chart.yaml deleted file mode 100644 index b95bd9e64b3..00000000000 --- a/incubator/batnoter/0.0.7/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: BatNoter is a web application that allows users to store notes in their git repository. -home: https://truecharts.org/docs/charts/incubator/batnoter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png -keywords: - - notes -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: batnoter -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/batnoter - - https://github.com/batnoter/batnoter -version: 0.0.7 -annotations: - truecharts.org/catagories: | - - notes - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/batnoter/0.0.7/README.md b/incubator/batnoter/0.0.7/README.md deleted file mode 100644 index 0132e429e85..00000000000 --- a/incubator/batnoter/0.0.7/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# batnoter - -BatNoter is a web application that allows users to store notes in their git repository. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [batnoter](https://truecharts.org/docs/charts/incubator/batnoter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `batnoter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install batnoter TrueCharts/batnoter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `batnoter` deployment - -```console -helm uninstall batnoter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install batnoter \ - --set env.TZ="America/New York" \ - TrueCharts/batnoter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install batnoter TrueCharts/batnoter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/batnoter/0.0.7/charts/common-10.7.0.tgz b/incubator/batnoter/0.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/batnoter/0.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/batnoter/0.0.8/CHANGELOG.md b/incubator/batnoter/0.0.8/CHANGELOG.md new file mode 100644 index 00000000000..6c9fef28c73 --- /dev/null +++ b/incubator/batnoter/0.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [batnoter-0.0.8](https://github.com/truecharts/charts/compare/batnoter-0.0.7...batnoter-0.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [batnoter-0.0.7](https://github.com/truecharts/charts/compare/batnoter-0.0.6...batnoter-0.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [batnoter-0.0.6](https://github.com/truecharts/charts/compare/batnoter-0.0.5...batnoter-0.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [batnoter-0.0.6](https://github.com/truecharts/charts/compare/batnoter-0.0.5...batnoter-0.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [batnoter-0.0.5](https://github.com/truecharts/charts/compare/batnoter-0.0.4...batnoter-0.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [batnoter-0.0.4](https://github.com/truecharts/charts/compare/batnoter-0.0.3...batnoter-0.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [batnoter-0.0.3](https://github.com/truecharts/charts/compare/batnoter-0.0.2...batnoter-0.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [batnoter-0.0.2]batnoter-0.0.2 (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - move last apps to LB from simple ([#3825](https://github.com/truecharts/charts/issues/3825)) + + ### Feat + +- add batnoter ([#3805](https://github.com/truecharts/charts/issues/3805)) + + + + diff --git a/incubator/batnoter/0.0.8/Chart.lock b/incubator/batnoter/0.0.8/Chart.lock new file mode 100644 index 00000000000..d4913093fa8 --- /dev/null +++ b/incubator/batnoter/0.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:00.861825301Z" diff --git a/incubator/batnoter/0.0.8/Chart.yaml b/incubator/batnoter/0.0.8/Chart.yaml new file mode 100644 index 00000000000..0d772653584 --- /dev/null +++ b/incubator/batnoter/0.0.8/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: BatNoter is a web application that allows users to store notes in their git repository. +home: https://truecharts.org/docs/charts/incubator/batnoter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png +keywords: + - notes +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: batnoter +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/batnoter + - https://github.com/batnoter/batnoter +version: 0.0.8 +annotations: + truecharts.org/catagories: | + - notes + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/batnoter/0.0.8/README.md b/incubator/batnoter/0.0.8/README.md new file mode 100644 index 00000000000..b54cfac1f33 --- /dev/null +++ b/incubator/batnoter/0.0.8/README.md @@ -0,0 +1,106 @@ +# batnoter + +BatNoter is a web application that allows users to store notes in their git repository. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [batnoter](https://truecharts.org/docs/charts/incubator/batnoter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `batnoter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install batnoter TrueCharts/batnoter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `batnoter` deployment + +```console +helm uninstall batnoter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install batnoter \ + --set env.TZ="America/New York" \ + TrueCharts/batnoter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install batnoter TrueCharts/batnoter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/batnoter/0.0.7/app-readme.md b/incubator/batnoter/0.0.8/app-readme.md similarity index 100% rename from incubator/batnoter/0.0.7/app-readme.md rename to incubator/batnoter/0.0.8/app-readme.md diff --git a/incubator/batnoter/0.0.8/charts/common-10.7.1.tgz b/incubator/batnoter/0.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/batnoter/0.0.8/charts/common-10.7.1.tgz differ diff --git a/incubator/batnoter/0.0.7/ix_values.yaml b/incubator/batnoter/0.0.8/ix_values.yaml similarity index 100% rename from incubator/batnoter/0.0.7/ix_values.yaml rename to incubator/batnoter/0.0.8/ix_values.yaml diff --git a/incubator/batnoter/0.0.7/questions.yaml b/incubator/batnoter/0.0.8/questions.yaml similarity index 100% rename from incubator/batnoter/0.0.7/questions.yaml rename to incubator/batnoter/0.0.8/questions.yaml diff --git a/incubator/batnoter/0.0.7/templates/common.yaml b/incubator/batnoter/0.0.8/templates/common.yaml similarity index 100% rename from incubator/batnoter/0.0.7/templates/common.yaml rename to incubator/batnoter/0.0.8/templates/common.yaml diff --git a/incubator/batnoter/0.0.7/values.yaml b/incubator/batnoter/0.0.8/values.yaml similarity index 100% rename from incubator/batnoter/0.0.7/values.yaml rename to incubator/batnoter/0.0.8/values.yaml diff --git a/incubator/bender/0.0.6/CHANGELOG.md b/incubator/bender/0.0.6/CHANGELOG.md deleted file mode 100644 index ffda22999a1..00000000000 --- a/incubator/bender/0.0.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bender-0.0.6](https://github.com/truecharts/charts/compare/bender-0.0.5...bender-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bender-0.0.5](https://github.com/truecharts/charts/compare/bender-0.0.4...bender-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bender-0.0.5](https://github.com/truecharts/charts/compare/bender-0.0.4...bender-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bender-0.0.4](https://github.com/truecharts/charts/compare/bender-0.0.3...bender-0.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bender-0.0.3](https://github.com/truecharts/charts/compare/bender-0.0.2...bender-0.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bender-0.0.2](https://github.com/truecharts/charts/compare/bender-0.0.1...bender-0.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bender-0.0.1]bender-0.0.1 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Feat - -- add bender ([#3807](https://github.com/truecharts/charts/issues/3807)) - - - - -## [bender-0.0.1]bender-0.0.1 (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Feat - -- add bender ([#3807](https://github.com/truecharts/charts/issues/3807)) - - diff --git a/incubator/bender/0.0.6/Chart.lock b/incubator/bender/0.0.6/Chart.lock deleted file mode 100644 index 3cbf27aed10..00000000000 --- a/incubator/bender/0.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:11.953049977Z" diff --git a/incubator/bender/0.0.6/Chart.yaml b/incubator/bender/0.0.6/Chart.yaml deleted file mode 100644 index 1e6577f4cbd..00000000000 --- a/incubator/bender/0.0.6/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A link dashboard that can be managed without any code. -home: https://truecharts.org/docs/charts/incubator/bender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png -keywords: - - bender - - dashboard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bender -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bender - - https://github.com/jez500/bender -version: 0.0.6 -annotations: - truecharts.org/catagories: | - - dashboard - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/bender/0.0.6/README.md b/incubator/bender/0.0.6/README.md deleted file mode 100644 index 8434db18d3d..00000000000 --- a/incubator/bender/0.0.6/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# bender - -A link dashboard that can be managed without any code. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bender](https://truecharts.org/docs/charts/incubator/bender) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bender` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bender TrueCharts/bender -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bender` deployment - -```console -helm uninstall bender -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bender \ - --set env.TZ="America/New York" \ - TrueCharts/bender -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bender TrueCharts/bender -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bender/0.0.6/charts/common-10.7.0.tgz b/incubator/bender/0.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bender/0.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bender/0.0.7/CHANGELOG.md b/incubator/bender/0.0.7/CHANGELOG.md new file mode 100644 index 00000000000..503edb43a56 --- /dev/null +++ b/incubator/bender/0.0.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bender-0.0.7](https://github.com/truecharts/charts/compare/bender-0.0.6...bender-0.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bender-0.0.6](https://github.com/truecharts/charts/compare/bender-0.0.5...bender-0.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bender-0.0.5](https://github.com/truecharts/charts/compare/bender-0.0.4...bender-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bender-0.0.5](https://github.com/truecharts/charts/compare/bender-0.0.4...bender-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bender-0.0.4](https://github.com/truecharts/charts/compare/bender-0.0.3...bender-0.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bender-0.0.3](https://github.com/truecharts/charts/compare/bender-0.0.2...bender-0.0.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bender-0.0.2](https://github.com/truecharts/charts/compare/bender-0.0.1...bender-0.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bender-0.0.1]bender-0.0.1 (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + + ### Feat + +- add bender ([#3807](https://github.com/truecharts/charts/issues/3807)) + + + + +## [bender-0.0.1]bender-0.0.1 (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] diff --git a/incubator/bender/0.0.7/Chart.lock b/incubator/bender/0.0.7/Chart.lock new file mode 100644 index 00000000000..4ff44512365 --- /dev/null +++ b/incubator/bender/0.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:07.377224351Z" diff --git a/incubator/bender/0.0.7/Chart.yaml b/incubator/bender/0.0.7/Chart.yaml new file mode 100644 index 00000000000..77a0e72828e --- /dev/null +++ b/incubator/bender/0.0.7/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.0.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A link dashboard that can be managed without any code. +home: https://truecharts.org/docs/charts/incubator/bender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png +keywords: + - bender + - dashboard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bender +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bender + - https://github.com/jez500/bender +version: 0.0.7 +annotations: + truecharts.org/catagories: | + - dashboard + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/bender/0.0.7/README.md b/incubator/bender/0.0.7/README.md new file mode 100644 index 00000000000..011417bed2e --- /dev/null +++ b/incubator/bender/0.0.7/README.md @@ -0,0 +1,106 @@ +# bender + +A link dashboard that can be managed without any code. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bender](https://truecharts.org/docs/charts/incubator/bender) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bender` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bender TrueCharts/bender +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bender` deployment + +```console +helm uninstall bender +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bender \ + --set env.TZ="America/New York" \ + TrueCharts/bender +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bender TrueCharts/bender -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bender/0.0.6/app-readme.md b/incubator/bender/0.0.7/app-readme.md similarity index 100% rename from incubator/bender/0.0.6/app-readme.md rename to incubator/bender/0.0.7/app-readme.md diff --git a/incubator/bender/0.0.7/charts/common-10.7.1.tgz b/incubator/bender/0.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bender/0.0.7/charts/common-10.7.1.tgz differ diff --git a/incubator/bender/0.0.6/ix_values.yaml b/incubator/bender/0.0.7/ix_values.yaml similarity index 100% rename from incubator/bender/0.0.6/ix_values.yaml rename to incubator/bender/0.0.7/ix_values.yaml diff --git a/incubator/bender/0.0.6/questions.yaml b/incubator/bender/0.0.7/questions.yaml similarity index 100% rename from incubator/bender/0.0.6/questions.yaml rename to incubator/bender/0.0.7/questions.yaml diff --git a/incubator/bender/0.0.6/templates/common.yaml b/incubator/bender/0.0.7/templates/common.yaml similarity index 100% rename from incubator/bender/0.0.6/templates/common.yaml rename to incubator/bender/0.0.7/templates/common.yaml diff --git a/incubator/bender/0.0.6/values.yaml b/incubator/bender/0.0.7/values.yaml similarity index 100% rename from incubator/bender/0.0.6/values.yaml rename to incubator/bender/0.0.7/values.yaml diff --git a/incubator/bitcoin-node/0.0.29/CHANGELOG.md b/incubator/bitcoin-node/0.0.29/CHANGELOG.md deleted file mode 100644 index 1ef692c22f5..00000000000 --- a/incubator/bitcoin-node/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bitcoin-node-0.0.29](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.28...bitcoin-node-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bitcoin-node-0.0.28](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.27...bitcoin-node-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoin-node-0.0.28](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.27...bitcoin-node-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoin-node-0.0.27](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.26...bitcoin-node-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bitcoin-node-0.0.26](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.25...bitcoin-node-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bitcoin-node-0.0.25](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.24...bitcoin-node-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bitcoin-node-0.0.24](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.23...bitcoin-node-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [bitcoin-node-0.0.24](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.23...bitcoin-node-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/bitcoin-node/0.0.29/Chart.lock b/incubator/bitcoin-node/0.0.29/Chart.lock deleted file mode 100644 index df5bf93d785..00000000000 --- a/incubator/bitcoin-node/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:14.482874299Z" diff --git a/incubator/bitcoin-node/0.0.29/Chart.yaml b/incubator/bitcoin-node/0.0.29/Chart.yaml deleted file mode 100644 index 1319b6ae7d6..00000000000 --- a/incubator/bitcoin-node/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment." -home: https://truecharts.org/docs/charts/incubator/bitcoin-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png -keywords: - - bitcoin-node - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bitcoin-node -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoin-node - - https://github.com/kylemanna/docker-bitcoind - - https://hub.docker.com/r/kylemanna/bitcoind -type: application -version: 0.0.29 diff --git a/incubator/bitcoin-node/0.0.29/README.md b/incubator/bitcoin-node/0.0.29/README.md deleted file mode 100644 index 66142b475f6..00000000000 --- a/incubator/bitcoin-node/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# bitcoin-node - -Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bitcoin-node](https://truecharts.org/docs/charts/incubator/bitcoin-node) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bitcoin-node` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bitcoin-node TrueCharts/bitcoin-node -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bitcoin-node` deployment - -```console -helm uninstall bitcoin-node -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bitcoin-node \ - --set env.TZ="America/New York" \ - TrueCharts/bitcoin-node -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bitcoin-node TrueCharts/bitcoin-node -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoin-node/0.0.29/charts/common-10.7.0.tgz b/incubator/bitcoin-node/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bitcoin-node/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bitcoin-node/0.0.30/CHANGELOG.md b/incubator/bitcoin-node/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2ab769e488b --- /dev/null +++ b/incubator/bitcoin-node/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bitcoin-node-0.0.30](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.29...bitcoin-node-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bitcoin-node-0.0.29](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.28...bitcoin-node-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bitcoin-node-0.0.28](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.27...bitcoin-node-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoin-node-0.0.28](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.27...bitcoin-node-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoin-node-0.0.27](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.26...bitcoin-node-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bitcoin-node-0.0.26](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.25...bitcoin-node-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bitcoin-node-0.0.25](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.24...bitcoin-node-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bitcoin-node-0.0.24](https://github.com/truecharts/charts/compare/bitcoin-node-0.0.23...bitcoin-node-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/bitcoin-node/0.0.30/Chart.lock b/incubator/bitcoin-node/0.0.30/Chart.lock new file mode 100644 index 00000000000..4b4ae56dfd6 --- /dev/null +++ b/incubator/bitcoin-node/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:10.376766192Z" diff --git a/incubator/bitcoin-node/0.0.30/Chart.yaml b/incubator/bitcoin-node/0.0.30/Chart.yaml new file mode 100644 index 00000000000..84c0ad97680 --- /dev/null +++ b/incubator/bitcoin-node/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment." +home: https://truecharts.org/docs/charts/incubator/bitcoin-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.png +keywords: + - bitcoin-node + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoin-node +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoin-node + - https://github.com/kylemanna/docker-bitcoind + - https://hub.docker.com/r/kylemanna/bitcoind +type: application +version: 0.0.30 diff --git a/incubator/bitcoin-node/0.0.30/README.md b/incubator/bitcoin-node/0.0.30/README.md new file mode 100644 index 00000000000..7a06e962715 --- /dev/null +++ b/incubator/bitcoin-node/0.0.30/README.md @@ -0,0 +1,107 @@ +# bitcoin-node + +Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bitcoin-node](https://truecharts.org/docs/charts/incubator/bitcoin-node) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bitcoin-node` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bitcoin-node TrueCharts/bitcoin-node +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bitcoin-node` deployment + +```console +helm uninstall bitcoin-node +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bitcoin-node \ + --set env.TZ="America/New York" \ + TrueCharts/bitcoin-node +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bitcoin-node TrueCharts/bitcoin-node -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoin-node/0.0.29/app-readme.md b/incubator/bitcoin-node/0.0.30/app-readme.md similarity index 100% rename from incubator/bitcoin-node/0.0.29/app-readme.md rename to incubator/bitcoin-node/0.0.30/app-readme.md diff --git a/incubator/bitcoin-node/0.0.30/charts/common-10.7.1.tgz b/incubator/bitcoin-node/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bitcoin-node/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/bitcoin-node/0.0.29/ix_values.yaml b/incubator/bitcoin-node/0.0.30/ix_values.yaml similarity index 100% rename from incubator/bitcoin-node/0.0.29/ix_values.yaml rename to incubator/bitcoin-node/0.0.30/ix_values.yaml diff --git a/incubator/bitcoin-node/0.0.29/questions.yaml b/incubator/bitcoin-node/0.0.30/questions.yaml similarity index 100% rename from incubator/bitcoin-node/0.0.29/questions.yaml rename to incubator/bitcoin-node/0.0.30/questions.yaml diff --git a/incubator/bitcoin-node/0.0.29/templates/common.yaml b/incubator/bitcoin-node/0.0.30/templates/common.yaml similarity index 100% rename from incubator/bitcoin-node/0.0.29/templates/common.yaml rename to incubator/bitcoin-node/0.0.30/templates/common.yaml diff --git a/incubator/bitcoin-node/0.0.29/values.yaml b/incubator/bitcoin-node/0.0.30/values.yaml similarity index 100% rename from incubator/bitcoin-node/0.0.29/values.yaml rename to incubator/bitcoin-node/0.0.30/values.yaml diff --git a/incubator/bitcoind/0.0.30/CHANGELOG.md b/incubator/bitcoind/0.0.30/CHANGELOG.md deleted file mode 100644 index cd0ce615cfa..00000000000 --- a/incubator/bitcoind/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bitcoind-0.0.30](https://github.com/truecharts/charts/compare/bitcoind-0.0.29...bitcoind-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bitcoind-0.0.29](https://github.com/truecharts/charts/compare/bitcoind-0.0.28...bitcoind-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoind-0.0.29](https://github.com/truecharts/charts/compare/bitcoind-0.0.28...bitcoind-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoind-0.0.28](https://github.com/truecharts/charts/compare/bitcoind-0.0.27...bitcoind-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bitcoind-0.0.27](https://github.com/truecharts/charts/compare/bitcoind-0.0.26...bitcoind-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bitcoind-0.0.26](https://github.com/truecharts/charts/compare/bitcoind-0.0.25...bitcoind-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bitcoind-0.0.25](https://github.com/truecharts/charts/compare/bitcoind-0.0.23...bitcoind-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [bitcoind-0.0.25](https://github.com/truecharts/charts/compare/bitcoind-0.0.23...bitcoind-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/bitcoind/0.0.30/Chart.lock b/incubator/bitcoind/0.0.30/Chart.lock deleted file mode 100644 index cc4f45288d0..00000000000 --- a/incubator/bitcoind/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:21.058661449Z" diff --git a/incubator/bitcoind/0.0.30/Chart.yaml b/incubator/bitcoind/0.0.30/Chart.yaml deleted file mode 100644 index cbd87039b44..00000000000 --- a/incubator/bitcoind/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Other - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.\n" -home: https://truecharts.org/docs/charts/incubator/bitcoind -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png -keywords: - - bitcoind - - Tools-Utilities - - Network-Other - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bitcoind -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoind - - https://bitcoin.org/ - - https://hub.docker.com/r/ofawx/bitcoind/ -type: application -version: 0.0.30 diff --git a/incubator/bitcoind/0.0.30/README.md b/incubator/bitcoind/0.0.30/README.md deleted file mode 100644 index 3fd213994cb..00000000000 --- a/incubator/bitcoind/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# bitcoind - -Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bitcoind](https://truecharts.org/docs/charts/incubator/bitcoind) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bitcoind` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bitcoind TrueCharts/bitcoind -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bitcoind` deployment - -```console -helm uninstall bitcoind -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bitcoind \ - --set env.TZ="America/New York" \ - TrueCharts/bitcoind -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bitcoind TrueCharts/bitcoind -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoind/0.0.30/charts/common-10.7.0.tgz b/incubator/bitcoind/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bitcoind/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bitcoind/0.0.31/CHANGELOG.md b/incubator/bitcoind/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..9259f94f4c2 --- /dev/null +++ b/incubator/bitcoind/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bitcoind-0.0.31](https://github.com/truecharts/charts/compare/bitcoind-0.0.30...bitcoind-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bitcoind-0.0.30](https://github.com/truecharts/charts/compare/bitcoind-0.0.29...bitcoind-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bitcoind-0.0.29](https://github.com/truecharts/charts/compare/bitcoind-0.0.28...bitcoind-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoind-0.0.29](https://github.com/truecharts/charts/compare/bitcoind-0.0.28...bitcoind-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoind-0.0.28](https://github.com/truecharts/charts/compare/bitcoind-0.0.27...bitcoind-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bitcoind-0.0.27](https://github.com/truecharts/charts/compare/bitcoind-0.0.26...bitcoind-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bitcoind-0.0.26](https://github.com/truecharts/charts/compare/bitcoind-0.0.25...bitcoind-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bitcoind-0.0.25](https://github.com/truecharts/charts/compare/bitcoind-0.0.23...bitcoind-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/bitcoind/0.0.31/Chart.lock b/incubator/bitcoind/0.0.31/Chart.lock new file mode 100644 index 00000000000..e05ea6291da --- /dev/null +++ b/incubator/bitcoind/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:24.136323299Z" diff --git a/incubator/bitcoind/0.0.31/Chart.yaml b/incubator/bitcoind/0.0.31/Chart.yaml new file mode 100644 index 00000000000..2951e51f969 --- /dev/null +++ b/incubator/bitcoind/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Other + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.\n" +home: https://truecharts.org/docs/charts/incubator/bitcoind +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.png +keywords: + - bitcoind + - Tools-Utilities + - Network-Other + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoind +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoind + - https://bitcoin.org/ + - https://hub.docker.com/r/ofawx/bitcoind/ +type: application +version: 0.0.31 diff --git a/incubator/bitcoind/0.0.31/README.md b/incubator/bitcoind/0.0.31/README.md new file mode 100644 index 00000000000..c181d2f6553 --- /dev/null +++ b/incubator/bitcoind/0.0.31/README.md @@ -0,0 +1,107 @@ +# bitcoind + +Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bitcoind](https://truecharts.org/docs/charts/incubator/bitcoind) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bitcoind` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bitcoind TrueCharts/bitcoind +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bitcoind` deployment + +```console +helm uninstall bitcoind +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bitcoind \ + --set env.TZ="America/New York" \ + TrueCharts/bitcoind +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bitcoind TrueCharts/bitcoind -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoind/0.0.30/app-readme.md b/incubator/bitcoind/0.0.31/app-readme.md similarity index 100% rename from incubator/bitcoind/0.0.30/app-readme.md rename to incubator/bitcoind/0.0.31/app-readme.md diff --git a/incubator/bitcoind/0.0.31/charts/common-10.7.1.tgz b/incubator/bitcoind/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bitcoind/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/bitcoind/0.0.30/ix_values.yaml b/incubator/bitcoind/0.0.31/ix_values.yaml similarity index 100% rename from incubator/bitcoind/0.0.30/ix_values.yaml rename to incubator/bitcoind/0.0.31/ix_values.yaml diff --git a/incubator/bitcoind/0.0.30/questions.yaml b/incubator/bitcoind/0.0.31/questions.yaml similarity index 100% rename from incubator/bitcoind/0.0.30/questions.yaml rename to incubator/bitcoind/0.0.31/questions.yaml diff --git a/incubator/bitcoind/0.0.30/templates/common.yaml b/incubator/bitcoind/0.0.31/templates/common.yaml similarity index 100% rename from incubator/bitcoind/0.0.30/templates/common.yaml rename to incubator/bitcoind/0.0.31/templates/common.yaml diff --git a/incubator/bitcoind/0.0.30/values.yaml b/incubator/bitcoind/0.0.31/values.yaml similarity index 100% rename from incubator/bitcoind/0.0.30/values.yaml rename to incubator/bitcoind/0.0.31/values.yaml diff --git a/incubator/bitcoinunlimited/0.0.29/CHANGELOG.md b/incubator/bitcoinunlimited/0.0.29/CHANGELOG.md deleted file mode 100644 index 5b053d06e4b..00000000000 --- a/incubator/bitcoinunlimited/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bitcoinunlimited-0.0.29](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.28...bitcoinunlimited-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bitcoinunlimited-0.0.28](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.27...bitcoinunlimited-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoinunlimited-0.0.28](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.27...bitcoinunlimited-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoinunlimited-0.0.27](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.26...bitcoinunlimited-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bitcoinunlimited-0.0.26](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.25...bitcoinunlimited-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bitcoinunlimited-0.0.25](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.24...bitcoinunlimited-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bitcoinunlimited-0.0.24](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.23...bitcoinunlimited-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [bitcoinunlimited-0.0.24](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.23...bitcoinunlimited-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/bitcoinunlimited/0.0.29/Chart.lock b/incubator/bitcoinunlimited/0.0.29/Chart.lock deleted file mode 100644 index 957639ce9e4..00000000000 --- a/incubator/bitcoinunlimited/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:40.399548064Z" diff --git a/incubator/bitcoinunlimited/0.0.29/Chart.yaml b/incubator/bitcoinunlimited/0.0.29/Chart.yaml deleted file mode 100644 index 22aca7806c6..00000000000 --- a/incubator/bitcoinunlimited/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem." -home: https://truecharts.org/docs/charts/incubator/bitcoinunlimited -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png -keywords: - - bitcoinunlimited - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bitcoinunlimited -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited - - https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/ -type: application -version: 0.0.29 diff --git a/incubator/bitcoinunlimited/0.0.29/README.md b/incubator/bitcoinunlimited/0.0.29/README.md deleted file mode 100644 index 27a08d643d4..00000000000 --- a/incubator/bitcoinunlimited/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# bitcoinunlimited - -The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bitcoinunlimited](https://truecharts.org/docs/charts/incubator/bitcoinunlimited) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bitcoinunlimited` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bitcoinunlimited TrueCharts/bitcoinunlimited -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bitcoinunlimited` deployment - -```console -helm uninstall bitcoinunlimited -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bitcoinunlimited \ - --set env.TZ="America/New York" \ - TrueCharts/bitcoinunlimited -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bitcoinunlimited TrueCharts/bitcoinunlimited -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoinunlimited/0.0.29/charts/common-10.7.0.tgz b/incubator/bitcoinunlimited/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bitcoinunlimited/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bitcoinunlimited/0.0.30/CHANGELOG.md b/incubator/bitcoinunlimited/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..834897c0a55 --- /dev/null +++ b/incubator/bitcoinunlimited/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bitcoinunlimited-0.0.30](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.29...bitcoinunlimited-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bitcoinunlimited-0.0.29](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.28...bitcoinunlimited-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bitcoinunlimited-0.0.28](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.27...bitcoinunlimited-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoinunlimited-0.0.28](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.27...bitcoinunlimited-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoinunlimited-0.0.27](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.26...bitcoinunlimited-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bitcoinunlimited-0.0.26](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.25...bitcoinunlimited-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bitcoinunlimited-0.0.25](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.24...bitcoinunlimited-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bitcoinunlimited-0.0.24](https://github.com/truecharts/charts/compare/bitcoinunlimited-0.0.23...bitcoinunlimited-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/bitcoinunlimited/0.0.30/Chart.lock b/incubator/bitcoinunlimited/0.0.30/Chart.lock new file mode 100644 index 00000000000..15a4ab8fa98 --- /dev/null +++ b/incubator/bitcoinunlimited/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:33.296966219Z" diff --git a/incubator/bitcoinunlimited/0.0.30/Chart.yaml b/incubator/bitcoinunlimited/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1f78d59c5a4 --- /dev/null +++ b/incubator/bitcoinunlimited/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem." +home: https://truecharts.org/docs/charts/incubator/bitcoinunlimited +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.png +keywords: + - bitcoinunlimited + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoinunlimited +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited + - https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/ +type: application +version: 0.0.30 diff --git a/incubator/bitcoinunlimited/0.0.30/README.md b/incubator/bitcoinunlimited/0.0.30/README.md new file mode 100644 index 00000000000..4472e3e0ccf --- /dev/null +++ b/incubator/bitcoinunlimited/0.0.30/README.md @@ -0,0 +1,106 @@ +# bitcoinunlimited + +The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bitcoinunlimited](https://truecharts.org/docs/charts/incubator/bitcoinunlimited) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bitcoinunlimited` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bitcoinunlimited TrueCharts/bitcoinunlimited +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bitcoinunlimited` deployment + +```console +helm uninstall bitcoinunlimited +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bitcoinunlimited \ + --set env.TZ="America/New York" \ + TrueCharts/bitcoinunlimited +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bitcoinunlimited TrueCharts/bitcoinunlimited -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoinunlimited/0.0.29/app-readme.md b/incubator/bitcoinunlimited/0.0.30/app-readme.md similarity index 100% rename from incubator/bitcoinunlimited/0.0.29/app-readme.md rename to incubator/bitcoinunlimited/0.0.30/app-readme.md diff --git a/incubator/bitcoinunlimited/0.0.30/charts/common-10.7.1.tgz b/incubator/bitcoinunlimited/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bitcoinunlimited/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/bitcoinunlimited/0.0.29/ix_values.yaml b/incubator/bitcoinunlimited/0.0.30/ix_values.yaml similarity index 100% rename from incubator/bitcoinunlimited/0.0.29/ix_values.yaml rename to incubator/bitcoinunlimited/0.0.30/ix_values.yaml diff --git a/incubator/bitcoinunlimited/0.0.29/questions.yaml b/incubator/bitcoinunlimited/0.0.30/questions.yaml similarity index 100% rename from incubator/bitcoinunlimited/0.0.29/questions.yaml rename to incubator/bitcoinunlimited/0.0.30/questions.yaml diff --git a/incubator/bitcoinunlimited/0.0.29/templates/common.yaml b/incubator/bitcoinunlimited/0.0.30/templates/common.yaml similarity index 100% rename from incubator/bitcoinunlimited/0.0.29/templates/common.yaml rename to incubator/bitcoinunlimited/0.0.30/templates/common.yaml diff --git a/incubator/bitcoinunlimited/0.0.29/values.yaml b/incubator/bitcoinunlimited/0.0.30/values.yaml similarity index 100% rename from incubator/bitcoinunlimited/0.0.29/values.yaml rename to incubator/bitcoinunlimited/0.0.30/values.yaml diff --git a/incubator/bitcoinwalletgui/0.0.29/CHANGELOG.md b/incubator/bitcoinwalletgui/0.0.29/CHANGELOG.md deleted file mode 100644 index dc3c075eb19..00000000000 --- a/incubator/bitcoinwalletgui/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bitcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.28...bitcoinwalletgui-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bitcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.27...bitcoinwalletgui-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.27...bitcoinwalletgui-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bitcoinwalletgui-0.0.27](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.26...bitcoinwalletgui-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bitcoinwalletgui-0.0.26](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.25...bitcoinwalletgui-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bitcoinwalletgui-0.0.25](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.24...bitcoinwalletgui-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bitcoinwalletgui-0.0.24](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.23...bitcoinwalletgui-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [bitcoinwalletgui-0.0.24](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.23...bitcoinwalletgui-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/bitcoinwalletgui/0.0.29/Chart.lock b/incubator/bitcoinwalletgui/0.0.29/Chart.lock deleted file mode 100644 index b671104d66e..00000000000 --- a/incubator/bitcoinwalletgui/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:27:40.932824615Z" diff --git a/incubator/bitcoinwalletgui/0.0.29/Chart.yaml b/incubator/bitcoinwalletgui/0.0.29/Chart.yaml deleted file mode 100644 index d310612620c..00000000000 --- a/incubator/bitcoinwalletgui/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Bitcoin wallet with GUI over VNC and NoVNC. \n" -home: https://truecharts.org/docs/charts/incubator/bitcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png -keywords: - - bitcoinwalletgui - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bitcoinwalletgui -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui - - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui -type: application -version: 0.0.29 diff --git a/incubator/bitcoinwalletgui/0.0.29/README.md b/incubator/bitcoinwalletgui/0.0.29/README.md deleted file mode 100644 index 5d780f52390..00000000000 --- a/incubator/bitcoinwalletgui/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# bitcoinwalletgui - -Bitcoin wallet with GUI over VNC and NoVNC. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bitcoinwalletgui](https://truecharts.org/docs/charts/incubator/bitcoinwalletgui) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bitcoinwalletgui` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bitcoinwalletgui` deployment - -```console -helm uninstall bitcoinwalletgui -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bitcoinwalletgui \ - --set env.TZ="America/New York" \ - TrueCharts/bitcoinwalletgui -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoinwalletgui/0.0.29/charts/common-10.7.0.tgz b/incubator/bitcoinwalletgui/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bitcoinwalletgui/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bitcoinwalletgui/0.0.30/CHANGELOG.md b/incubator/bitcoinwalletgui/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1ce45cfac48 --- /dev/null +++ b/incubator/bitcoinwalletgui/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bitcoinwalletgui-0.0.30](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.29...bitcoinwalletgui-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bitcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.28...bitcoinwalletgui-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bitcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.27...bitcoinwalletgui-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.27...bitcoinwalletgui-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bitcoinwalletgui-0.0.27](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.26...bitcoinwalletgui-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bitcoinwalletgui-0.0.26](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.25...bitcoinwalletgui-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bitcoinwalletgui-0.0.25](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.24...bitcoinwalletgui-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bitcoinwalletgui-0.0.24](https://github.com/truecharts/charts/compare/bitcoinwalletgui-0.0.23...bitcoinwalletgui-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/bitcoinwalletgui/0.0.30/Chart.lock b/incubator/bitcoinwalletgui/0.0.30/Chart.lock new file mode 100644 index 00000000000..b73f0e37ea5 --- /dev/null +++ b/incubator/bitcoinwalletgui/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:38.068421886Z" diff --git a/incubator/bitcoinwalletgui/0.0.30/Chart.yaml b/incubator/bitcoinwalletgui/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9e0b159ce4c --- /dev/null +++ b/incubator/bitcoinwalletgui/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Bitcoin wallet with GUI over VNC and NoVNC. \n" +home: https://truecharts.org/docs/charts/incubator/bitcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.png +keywords: + - bitcoinwalletgui + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bitcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui + - https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui +type: application +version: 0.0.30 diff --git a/incubator/bitcoinwalletgui/0.0.30/README.md b/incubator/bitcoinwalletgui/0.0.30/README.md new file mode 100644 index 00000000000..cad36cb29bb --- /dev/null +++ b/incubator/bitcoinwalletgui/0.0.30/README.md @@ -0,0 +1,106 @@ +# bitcoinwalletgui + +Bitcoin wallet with GUI over VNC and NoVNC. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bitcoinwalletgui](https://truecharts.org/docs/charts/incubator/bitcoinwalletgui) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bitcoinwalletgui` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bitcoinwalletgui` deployment + +```console +helm uninstall bitcoinwalletgui +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bitcoinwalletgui \ + --set env.TZ="America/New York" \ + TrueCharts/bitcoinwalletgui +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bitcoinwalletgui TrueCharts/bitcoinwalletgui -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bitcoinwalletgui/0.0.29/app-readme.md b/incubator/bitcoinwalletgui/0.0.30/app-readme.md similarity index 100% rename from incubator/bitcoinwalletgui/0.0.29/app-readme.md rename to incubator/bitcoinwalletgui/0.0.30/app-readme.md diff --git a/incubator/bitcoinwalletgui/0.0.30/charts/common-10.7.1.tgz b/incubator/bitcoinwalletgui/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bitcoinwalletgui/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/bitcoinwalletgui/0.0.29/ix_values.yaml b/incubator/bitcoinwalletgui/0.0.30/ix_values.yaml similarity index 100% rename from incubator/bitcoinwalletgui/0.0.29/ix_values.yaml rename to incubator/bitcoinwalletgui/0.0.30/ix_values.yaml diff --git a/incubator/bitcoinwalletgui/0.0.29/questions.yaml b/incubator/bitcoinwalletgui/0.0.30/questions.yaml similarity index 100% rename from incubator/bitcoinwalletgui/0.0.29/questions.yaml rename to incubator/bitcoinwalletgui/0.0.30/questions.yaml diff --git a/incubator/bitcoinwalletgui/0.0.29/templates/common.yaml b/incubator/bitcoinwalletgui/0.0.30/templates/common.yaml similarity index 100% rename from incubator/bitcoinwalletgui/0.0.29/templates/common.yaml rename to incubator/bitcoinwalletgui/0.0.30/templates/common.yaml diff --git a/incubator/bitcoinwalletgui/0.0.29/values.yaml b/incubator/bitcoinwalletgui/0.0.30/values.yaml similarity index 100% rename from incubator/bitcoinwalletgui/0.0.29/values.yaml rename to incubator/bitcoinwalletgui/0.0.30/values.yaml diff --git a/incubator/blender-desktop-g3/0.0.31/CHANGELOG.md b/incubator/blender-desktop-g3/0.0.31/CHANGELOG.md deleted file mode 100644 index 32e92508472..00000000000 --- a/incubator/blender-desktop-g3/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [blender-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.30...blender-desktop-g3-0.0.31) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [blender-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.29...blender-desktop-g3-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blender-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.28...blender-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blender-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.28...blender-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blender-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.27...blender-desktop-g3-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blender-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.26...blender-desktop-g3-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blender-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.25...blender-desktop-g3-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [blender-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.23...blender-desktop-g3-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/blender-desktop-g3/0.0.31/Chart.lock b/incubator/blender-desktop-g3/0.0.31/Chart.lock deleted file mode 100644 index 67b00ffb58b..00000000000 --- a/incubator/blender-desktop-g3/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:28.85774562Z" diff --git a/incubator/blender-desktop-g3/0.0.31/Chart.yaml b/incubator/blender-desktop-g3/0.0.31/Chart.yaml deleted file mode 100644 index 5f4ccc9b15b..00000000000 --- a/incubator/blender-desktop-g3/0.0.31/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/blender-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png -keywords: - - blender-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: blender-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/blender-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 -type: application -version: 0.0.31 diff --git a/incubator/blender-desktop-g3/0.0.31/README.md b/incubator/blender-desktop-g3/0.0.31/README.md deleted file mode 100644 index 09592fa2b58..00000000000 --- a/incubator/blender-desktop-g3/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# blender-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [blender-desktop-g3](https://truecharts.org/docs/charts/incubator/blender-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `blender-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `blender-desktop-g3` deployment - -```console -helm uninstall blender-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install blender-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/blender-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/blender-desktop-g3/0.0.31/charts/common-10.7.0.tgz b/incubator/blender-desktop-g3/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/blender-desktop-g3/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/blender-desktop-g3/0.0.32/CHANGELOG.md b/incubator/blender-desktop-g3/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..2035c2d3762 --- /dev/null +++ b/incubator/blender-desktop-g3/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [blender-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.31...blender-desktop-g3-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [blender-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.30...blender-desktop-g3-0.0.31) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [blender-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.29...blender-desktop-g3-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [blender-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.28...blender-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blender-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.28...blender-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blender-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.27...blender-desktop-g3-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [blender-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.26...blender-desktop-g3-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [blender-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.25...blender-desktop-g3-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [blender-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.23...blender-desktop-g3-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/blender-desktop-g3/0.0.32/Chart.lock b/incubator/blender-desktop-g3/0.0.32/Chart.lock new file mode 100644 index 00000000000..86441c0dd39 --- /dev/null +++ b/incubator/blender-desktop-g3/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:54.414622329Z" diff --git a/incubator/blender-desktop-g3/0.0.32/Chart.yaml b/incubator/blender-desktop-g3/0.0.32/Chart.yaml new file mode 100644 index 00000000000..f9bc993ad88 --- /dev/null +++ b/incubator/blender-desktop-g3/0.0.32/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/blender-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.png +keywords: + - blender-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blender-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/blender-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3 +type: application +version: 0.0.32 diff --git a/incubator/blender-desktop-g3/0.0.32/README.md b/incubator/blender-desktop-g3/0.0.32/README.md new file mode 100644 index 00000000000..91543903e1e --- /dev/null +++ b/incubator/blender-desktop-g3/0.0.32/README.md @@ -0,0 +1,107 @@ +# blender-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [blender-desktop-g3](https://truecharts.org/docs/charts/incubator/blender-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `blender-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `blender-desktop-g3` deployment + +```console +helm uninstall blender-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install blender-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/blender-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install blender-desktop-g3 TrueCharts/blender-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/blender-desktop-g3/0.0.31/app-readme.md b/incubator/blender-desktop-g3/0.0.32/app-readme.md similarity index 100% rename from incubator/blender-desktop-g3/0.0.31/app-readme.md rename to incubator/blender-desktop-g3/0.0.32/app-readme.md diff --git a/incubator/blender-desktop-g3/0.0.32/charts/common-10.7.1.tgz b/incubator/blender-desktop-g3/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/blender-desktop-g3/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/blender-desktop-g3/0.0.31/ix_values.yaml b/incubator/blender-desktop-g3/0.0.32/ix_values.yaml similarity index 100% rename from incubator/blender-desktop-g3/0.0.31/ix_values.yaml rename to incubator/blender-desktop-g3/0.0.32/ix_values.yaml diff --git a/incubator/blender-desktop-g3/0.0.31/questions.yaml b/incubator/blender-desktop-g3/0.0.32/questions.yaml similarity index 100% rename from incubator/blender-desktop-g3/0.0.31/questions.yaml rename to incubator/blender-desktop-g3/0.0.32/questions.yaml diff --git a/incubator/blender-desktop-g3/0.0.31/templates/common.yaml b/incubator/blender-desktop-g3/0.0.32/templates/common.yaml similarity index 100% rename from incubator/blender-desktop-g3/0.0.31/templates/common.yaml rename to incubator/blender-desktop-g3/0.0.32/templates/common.yaml diff --git a/incubator/blender-desktop-g3/0.0.31/values.yaml b/incubator/blender-desktop-g3/0.0.32/values.yaml similarity index 100% rename from incubator/blender-desktop-g3/0.0.31/values.yaml rename to incubator/blender-desktop-g3/0.0.32/values.yaml diff --git a/incubator/blender/0.0.38/CHANGELOG.md b/incubator/blender/0.0.38/CHANGELOG.md deleted file mode 100644 index 0c70020bd4a..00000000000 --- a/incubator/blender/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [blender-0.0.38](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.30...blender-0.0.38) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [blender-0.0.37](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.29...blender-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blender-0.0.36](https://github.com/truecharts/charts/compare/blender-0.0.35...blender-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blender-0.0.36](https://github.com/truecharts/charts/compare/blender-0.0.35...blender-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blender-0.0.35](https://github.com/truecharts/charts/compare/blender-0.0.34...blender-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [blender-0.0.34](https://github.com/truecharts/charts/compare/blender-0.0.33...blender-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blender-0.0.33](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.27...blender-0.0.33) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [blender-0.0.32](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.26...blender-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blender-0.0.31](https://github.com/truecharts/charts/compare/blender-0.0.30...blender-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [blender-0.0.30](https://github.com/truecharts/charts/compare/blender-0.0.29...blender-0.0.30) (2022-09-23) - -### Chore diff --git a/incubator/blender/0.0.38/Chart.lock b/incubator/blender/0.0.38/Chart.lock deleted file mode 100644 index e6c97796537..00000000000 --- a/incubator/blender/0.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:00.74976537Z" diff --git a/incubator/blender/0.0.38/Chart.yaml b/incubator/blender/0.0.38/Chart.yaml deleted file mode 100644 index 70ea93f82ed..00000000000 --- a/incubator/blender/0.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** -home: https://truecharts.org/docs/charts/incubator/blender -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png -keywords: - - blender - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: blender -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/blender - - https://www.blender.org/ - - https://github.com/orgs/linuxserver/packages/container/package/blender - - https://github.com/linuxserver/docker-blender#readme -type: application -version: 0.0.38 diff --git a/incubator/blender/0.0.38/README.md b/incubator/blender/0.0.38/README.md deleted file mode 100644 index b14d84f95da..00000000000 --- a/incubator/blender/0.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# blender - -Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [blender](https://truecharts.org/docs/charts/incubator/blender) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `blender` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install blender TrueCharts/blender -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `blender` deployment - -```console -helm uninstall blender -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install blender \ - --set env.TZ="America/New York" \ - TrueCharts/blender -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install blender TrueCharts/blender -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/blender/0.0.38/charts/common-10.7.0.tgz b/incubator/blender/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/blender/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/blender/0.0.39/CHANGELOG.md b/incubator/blender/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..2d9e9abe1ff --- /dev/null +++ b/incubator/blender/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [blender-0.0.39](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.31...blender-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [blender-0.0.38](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.30...blender-0.0.38) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [blender-0.0.37](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.29...blender-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [blender-0.0.36](https://github.com/truecharts/charts/compare/blender-0.0.35...blender-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blender-0.0.36](https://github.com/truecharts/charts/compare/blender-0.0.35...blender-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blender-0.0.35](https://github.com/truecharts/charts/compare/blender-0.0.34...blender-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [blender-0.0.34](https://github.com/truecharts/charts/compare/blender-0.0.33...blender-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [blender-0.0.33](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.27...blender-0.0.33) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [blender-0.0.32](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.26...blender-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [blender-0.0.31](https://github.com/truecharts/charts/compare/blender-0.0.30...blender-0.0.31) (2022-09-25) + +### Chore diff --git a/incubator/blender/0.0.39/Chart.lock b/incubator/blender/0.0.39/Chart.lock new file mode 100644 index 00000000000..de3eb3aa9c4 --- /dev/null +++ b/incubator/blender/0.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:07:41.906345328Z" diff --git a/incubator/blender/0.0.39/Chart.yaml b/incubator/blender/0.0.39/Chart.yaml new file mode 100644 index 00000000000..ce8e7ff7dbe --- /dev/null +++ b/incubator/blender/0.0.39/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** +home: https://truecharts.org/docs/charts/incubator/blender +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png +keywords: + - blender + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blender +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/blender + - https://www.blender.org/ + - https://github.com/orgs/linuxserver/packages/container/package/blender + - https://github.com/linuxserver/docker-blender#readme +type: application +version: 0.0.39 diff --git a/incubator/blender/0.0.39/README.md b/incubator/blender/0.0.39/README.md new file mode 100644 index 00000000000..83ba365d959 --- /dev/null +++ b/incubator/blender/0.0.39/README.md @@ -0,0 +1,108 @@ +# blender + +Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience** + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [blender](https://truecharts.org/docs/charts/incubator/blender) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `blender` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install blender TrueCharts/blender +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `blender` deployment + +```console +helm uninstall blender +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install blender \ + --set env.TZ="America/New York" \ + TrueCharts/blender +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install blender TrueCharts/blender -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/blender/0.0.38/app-readme.md b/incubator/blender/0.0.39/app-readme.md similarity index 100% rename from incubator/blender/0.0.38/app-readme.md rename to incubator/blender/0.0.39/app-readme.md diff --git a/incubator/blender/0.0.39/charts/common-10.7.1.tgz b/incubator/blender/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/blender/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/blender/0.0.38/ix_values.yaml b/incubator/blender/0.0.39/ix_values.yaml similarity index 100% rename from incubator/blender/0.0.38/ix_values.yaml rename to incubator/blender/0.0.39/ix_values.yaml diff --git a/incubator/blender/0.0.38/questions.yaml b/incubator/blender/0.0.39/questions.yaml similarity index 100% rename from incubator/blender/0.0.38/questions.yaml rename to incubator/blender/0.0.39/questions.yaml diff --git a/incubator/blender/0.0.38/templates/common.yaml b/incubator/blender/0.0.39/templates/common.yaml similarity index 100% rename from incubator/blender/0.0.38/templates/common.yaml rename to incubator/blender/0.0.39/templates/common.yaml diff --git a/incubator/blender/0.0.38/values.yaml b/incubator/blender/0.0.39/values.yaml similarity index 100% rename from incubator/blender/0.0.38/values.yaml rename to incubator/blender/0.0.39/values.yaml diff --git a/incubator/breitbandmessung-de/0.0.31/CHANGELOG.md b/incubator/breitbandmessung-de/0.0.31/CHANGELOG.md deleted file mode 100644 index cf220a05021..00000000000 --- a/incubator/breitbandmessung-de/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [breitbandmessung-de-0.0.31](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.30...breitbandmessung-de-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [breitbandmessung-de-0.0.30](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.29...breitbandmessung-de-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [breitbandmessung-de-0.0.30](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.29...breitbandmessung-de-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [breitbandmessung-de-0.0.29](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.28...breitbandmessung-de-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [breitbandmessung-de-0.0.28](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.27...breitbandmessung-de-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [breitbandmessung-de-0.0.27](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.26...breitbandmessung-de-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [breitbandmessung-de-0.0.26](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.25...breitbandmessung-de-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [breitbandmessung-de-0.0.26](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.25...breitbandmessung-de-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/breitbandmessung-de/0.0.31/Chart.lock b/incubator/breitbandmessung-de/0.0.31/Chart.lock deleted file mode 100644 index ecef5d10c4b..00000000000 --- a/incubator/breitbandmessung-de/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:09.565464446Z" diff --git a/incubator/breitbandmessung-de/0.0.31/Chart.yaml b/incubator/breitbandmessung-de/0.0.31/Chart.yaml deleted file mode 100644 index c54343262cb..00000000000 --- a/incubator/breitbandmessung-de/0.0.31/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Productivity - - Tools-Utilities - - Other - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way." -home: https://truecharts.org/docs/charts/incubator/breitbandmessung-de -icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png -keywords: - - breitbandmessung-de - - HomeAutomation - - Productivity - - Tools-Utilities - - Other - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: breitbandmessung-de -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/breitbandmessung-de - - https://github.com/shneezin/breitbandmessung-node - - https://hub.docker.com/r/shneezin/breitbandmessung-node -type: application -version: 0.0.31 diff --git a/incubator/breitbandmessung-de/0.0.31/README.md b/incubator/breitbandmessung-de/0.0.31/README.md deleted file mode 100644 index ad0ff258142..00000000000 --- a/incubator/breitbandmessung-de/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# breitbandmessung-de - -A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [breitbandmessung-de](https://truecharts.org/docs/charts/incubator/breitbandmessung-de) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `breitbandmessung-de` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install breitbandmessung-de TrueCharts/breitbandmessung-de -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `breitbandmessung-de` deployment - -```console -helm uninstall breitbandmessung-de -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install breitbandmessung-de \ - --set env.TZ="America/New York" \ - TrueCharts/breitbandmessung-de -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install breitbandmessung-de TrueCharts/breitbandmessung-de -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/breitbandmessung-de/0.0.31/charts/common-10.7.0.tgz b/incubator/breitbandmessung-de/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/breitbandmessung-de/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/breitbandmessung-de/0.0.32/CHANGELOG.md b/incubator/breitbandmessung-de/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..c0ff0df4e87 --- /dev/null +++ b/incubator/breitbandmessung-de/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [breitbandmessung-de-0.0.32](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.31...breitbandmessung-de-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [breitbandmessung-de-0.0.31](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.30...breitbandmessung-de-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [breitbandmessung-de-0.0.30](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.29...breitbandmessung-de-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [breitbandmessung-de-0.0.30](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.29...breitbandmessung-de-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [breitbandmessung-de-0.0.29](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.28...breitbandmessung-de-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [breitbandmessung-de-0.0.28](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.27...breitbandmessung-de-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [breitbandmessung-de-0.0.27](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.26...breitbandmessung-de-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [breitbandmessung-de-0.0.26](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.25...breitbandmessung-de-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [breitbandmessung-de-0.0.26](https://github.com/truecharts/charts/compare/breitbandmessung-de-0.0.25...breitbandmessung-de-0.0.26) (2022-09-21) diff --git a/incubator/breitbandmessung-de/0.0.32/Chart.lock b/incubator/breitbandmessung-de/0.0.32/Chart.lock new file mode 100644 index 00000000000..5f550109744 --- /dev/null +++ b/incubator/breitbandmessung-de/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:04.593391648Z" diff --git a/incubator/breitbandmessung-de/0.0.32/Chart.yaml b/incubator/breitbandmessung-de/0.0.32/Chart.yaml new file mode 100644 index 00000000000..423bfa76f54 --- /dev/null +++ b/incubator/breitbandmessung-de/0.0.32/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Productivity + - Tools-Utilities + - Other + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way." +home: https://truecharts.org/docs/charts/incubator/breitbandmessung-de +icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.png +keywords: + - breitbandmessung-de + - HomeAutomation + - Productivity + - Tools-Utilities + - Other + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: breitbandmessung-de +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/breitbandmessung-de + - https://github.com/shneezin/breitbandmessung-node + - https://hub.docker.com/r/shneezin/breitbandmessung-node +type: application +version: 0.0.32 diff --git a/incubator/breitbandmessung-de/0.0.32/README.md b/incubator/breitbandmessung-de/0.0.32/README.md new file mode 100644 index 00000000000..0b8bc9b098c --- /dev/null +++ b/incubator/breitbandmessung-de/0.0.32/README.md @@ -0,0 +1,107 @@ +# breitbandmessung-de + +A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [breitbandmessung-de](https://truecharts.org/docs/charts/incubator/breitbandmessung-de) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `breitbandmessung-de` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install breitbandmessung-de TrueCharts/breitbandmessung-de +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `breitbandmessung-de` deployment + +```console +helm uninstall breitbandmessung-de +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install breitbandmessung-de \ + --set env.TZ="America/New York" \ + TrueCharts/breitbandmessung-de +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install breitbandmessung-de TrueCharts/breitbandmessung-de -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/breitbandmessung-de/0.0.31/app-readme.md b/incubator/breitbandmessung-de/0.0.32/app-readme.md similarity index 100% rename from incubator/breitbandmessung-de/0.0.31/app-readme.md rename to incubator/breitbandmessung-de/0.0.32/app-readme.md diff --git a/incubator/breitbandmessung-de/0.0.32/charts/common-10.7.1.tgz b/incubator/breitbandmessung-de/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/breitbandmessung-de/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/breitbandmessung-de/0.0.31/ix_values.yaml b/incubator/breitbandmessung-de/0.0.32/ix_values.yaml similarity index 100% rename from incubator/breitbandmessung-de/0.0.31/ix_values.yaml rename to incubator/breitbandmessung-de/0.0.32/ix_values.yaml diff --git a/incubator/breitbandmessung-de/0.0.31/questions.yaml b/incubator/breitbandmessung-de/0.0.32/questions.yaml similarity index 100% rename from incubator/breitbandmessung-de/0.0.31/questions.yaml rename to incubator/breitbandmessung-de/0.0.32/questions.yaml diff --git a/incubator/breitbandmessung-de/0.0.31/templates/common.yaml b/incubator/breitbandmessung-de/0.0.32/templates/common.yaml similarity index 100% rename from incubator/breitbandmessung-de/0.0.31/templates/common.yaml rename to incubator/breitbandmessung-de/0.0.32/templates/common.yaml diff --git a/incubator/breitbandmessung-de/0.0.31/values.yaml b/incubator/breitbandmessung-de/0.0.32/values.yaml similarity index 100% rename from incubator/breitbandmessung-de/0.0.31/values.yaml rename to incubator/breitbandmessung-de/0.0.32/values.yaml diff --git a/incubator/btdex/0.0.31/CHANGELOG.md b/incubator/btdex/0.0.31/CHANGELOG.md deleted file mode 100644 index 23a39d3cd55..00000000000 --- a/incubator/btdex/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [btdex-0.0.31](https://github.com/truecharts/charts/compare/btdex-0.0.30...btdex-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [btdex-0.0.29](https://github.com/truecharts/charts/compare/btdex-0.0.28...btdex-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [btdex-0.0.28](https://github.com/truecharts/charts/compare/btdex-0.0.27...btdex-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [btdex-0.0.27](https://github.com/truecharts/charts/compare/btdex-0.0.26...btdex-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/btdex/0.0.31/Chart.lock b/incubator/btdex/0.0.31/Chart.lock deleted file mode 100644 index 84c6d705db7..00000000000 --- a/incubator/btdex/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:10.230840276Z" diff --git a/incubator/btdex/0.0.31/Chart.yaml b/incubator/btdex/0.0.31/Chart.yaml deleted file mode 100644 index ec78447162e..00000000000 --- a/incubator/btdex/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart. -home: https://truecharts.org/docs/charts/incubator/btdex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png -keywords: - - btdex - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: btdex -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/btdex - - https://btdex.trade/ - - https://hub.docker.com/r/furritos/docker-btdex:latest -type: application -version: 0.0.31 diff --git a/incubator/btdex/0.0.31/README.md b/incubator/btdex/0.0.31/README.md deleted file mode 100644 index 1e0af6d9cd0..00000000000 --- a/incubator/btdex/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# btdex - -This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [btdex](https://truecharts.org/docs/charts/incubator/btdex) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `btdex` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install btdex TrueCharts/btdex -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `btdex` deployment - -```console -helm uninstall btdex -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install btdex \ - --set env.TZ="America/New York" \ - TrueCharts/btdex -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install btdex TrueCharts/btdex -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/btdex/0.0.31/charts/common-10.7.0.tgz b/incubator/btdex/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/btdex/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/btdex/0.0.32/CHANGELOG.md b/incubator/btdex/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..fec7a01e431 --- /dev/null +++ b/incubator/btdex/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [btdex-0.0.32](https://github.com/truecharts/charts/compare/btdex-0.0.31...btdex-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [btdex-0.0.31](https://github.com/truecharts/charts/compare/btdex-0.0.30...btdex-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [btdex-0.0.30](https://github.com/truecharts/charts/compare/btdex-0.0.29...btdex-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [btdex-0.0.29](https://github.com/truecharts/charts/compare/btdex-0.0.28...btdex-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [btdex-0.0.28](https://github.com/truecharts/charts/compare/btdex-0.0.27...btdex-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [btdex-0.0.27](https://github.com/truecharts/charts/compare/btdex-0.0.26...btdex-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [btdex-0.0.26](https://github.com/truecharts/charts/compare/btdex-0.0.25...btdex-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/btdex/0.0.32/Chart.lock b/incubator/btdex/0.0.32/Chart.lock new file mode 100644 index 00000000000..bd15579c50f --- /dev/null +++ b/incubator/btdex/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:09.713655468Z" diff --git a/incubator/btdex/0.0.32/Chart.yaml b/incubator/btdex/0.0.32/Chart.yaml new file mode 100644 index 00000000000..0ec908c9a97 --- /dev/null +++ b/incubator/btdex/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart. +home: https://truecharts.org/docs/charts/incubator/btdex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png +keywords: + - btdex + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: btdex +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/btdex + - https://btdex.trade/ + - https://hub.docker.com/r/furritos/docker-btdex:latest +type: application +version: 0.0.32 diff --git a/incubator/btdex/0.0.32/README.md b/incubator/btdex/0.0.32/README.md new file mode 100644 index 00000000000..ff5af6efe38 --- /dev/null +++ b/incubator/btdex/0.0.32/README.md @@ -0,0 +1,107 @@ +# btdex + +This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [btdex](https://truecharts.org/docs/charts/incubator/btdex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `btdex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install btdex TrueCharts/btdex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `btdex` deployment + +```console +helm uninstall btdex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install btdex \ + --set env.TZ="America/New York" \ + TrueCharts/btdex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install btdex TrueCharts/btdex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/btdex/0.0.31/app-readme.md b/incubator/btdex/0.0.32/app-readme.md similarity index 100% rename from incubator/btdex/0.0.31/app-readme.md rename to incubator/btdex/0.0.32/app-readme.md diff --git a/incubator/btdex/0.0.32/charts/common-10.7.1.tgz b/incubator/btdex/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/btdex/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/btdex/0.0.31/ix_values.yaml b/incubator/btdex/0.0.32/ix_values.yaml similarity index 100% rename from incubator/btdex/0.0.31/ix_values.yaml rename to incubator/btdex/0.0.32/ix_values.yaml diff --git a/incubator/btdex/0.0.31/questions.yaml b/incubator/btdex/0.0.32/questions.yaml similarity index 100% rename from incubator/btdex/0.0.31/questions.yaml rename to incubator/btdex/0.0.32/questions.yaml diff --git a/incubator/btdex/0.0.31/templates/common.yaml b/incubator/btdex/0.0.32/templates/common.yaml similarity index 100% rename from incubator/btdex/0.0.31/templates/common.yaml rename to incubator/btdex/0.0.32/templates/common.yaml diff --git a/incubator/btdex/0.0.31/values.yaml b/incubator/btdex/0.0.32/values.yaml similarity index 100% rename from incubator/btdex/0.0.31/values.yaml rename to incubator/btdex/0.0.32/values.yaml diff --git a/incubator/bwapp/0.0.29/CHANGELOG.md b/incubator/bwapp/0.0.29/CHANGELOG.md deleted file mode 100644 index 48bb5f02890..00000000000 --- a/incubator/bwapp/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bwapp-0.0.29](https://github.com/truecharts/charts/compare/bwapp-0.0.28...bwapp-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bwapp-0.0.28](https://github.com/truecharts/charts/compare/bwapp-0.0.27...bwapp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bwapp-0.0.28](https://github.com/truecharts/charts/compare/bwapp-0.0.27...bwapp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bwapp-0.0.27](https://github.com/truecharts/charts/compare/bwapp-0.0.26...bwapp-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bwapp-0.0.26](https://github.com/truecharts/charts/compare/bwapp-0.0.25...bwapp-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bwapp-0.0.25](https://github.com/truecharts/charts/compare/bwapp-0.0.24...bwapp-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bwapp-0.0.24](https://github.com/truecharts/charts/compare/bwapp-0.0.23...bwapp-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [bwapp-0.0.24](https://github.com/truecharts/charts/compare/bwapp-0.0.23...bwapp-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/bwapp/0.0.29/Chart.lock b/incubator/bwapp/0.0.29/Chart.lock deleted file mode 100644 index 1aa6b41ba4e..00000000000 --- a/incubator/bwapp/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:11.628972036Z" diff --git a/incubator/bwapp/0.0.29/Chart.yaml b/incubator/bwapp/0.0.29/Chart.yaml deleted file mode 100644 index 21052797d11..00000000000 --- a/incubator/bwapp/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "bWAPP, or a buggy web application, is a free and open source deliberately insecure web application." -home: https://truecharts.org/docs/charts/incubator/bwapp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png -keywords: - - bwapp - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bwapp -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/bwapp - - https://sourceforge.net/projects/bwapp/ - - https://hub.docker.com/r/raesene/bwapp/ -type: application -version: 0.0.29 diff --git a/incubator/bwapp/0.0.29/README.md b/incubator/bwapp/0.0.29/README.md deleted file mode 100644 index 6046f2a3a9c..00000000000 --- a/incubator/bwapp/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# bwapp - -bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bwapp](https://truecharts.org/docs/charts/incubator/bwapp) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bwapp` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bwapp TrueCharts/bwapp -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bwapp` deployment - -```console -helm uninstall bwapp -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bwapp \ - --set env.TZ="America/New York" \ - TrueCharts/bwapp -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bwapp TrueCharts/bwapp -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/bwapp/0.0.29/charts/common-10.7.0.tgz b/incubator/bwapp/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/bwapp/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/bwapp/0.0.30/CHANGELOG.md b/incubator/bwapp/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b7469da2af9 --- /dev/null +++ b/incubator/bwapp/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bwapp-0.0.30](https://github.com/truecharts/charts/compare/bwapp-0.0.29...bwapp-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bwapp-0.0.29](https://github.com/truecharts/charts/compare/bwapp-0.0.28...bwapp-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bwapp-0.0.28](https://github.com/truecharts/charts/compare/bwapp-0.0.27...bwapp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bwapp-0.0.28](https://github.com/truecharts/charts/compare/bwapp-0.0.27...bwapp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bwapp-0.0.27](https://github.com/truecharts/charts/compare/bwapp-0.0.26...bwapp-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bwapp-0.0.26](https://github.com/truecharts/charts/compare/bwapp-0.0.25...bwapp-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bwapp-0.0.25](https://github.com/truecharts/charts/compare/bwapp-0.0.24...bwapp-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bwapp-0.0.24](https://github.com/truecharts/charts/compare/bwapp-0.0.23...bwapp-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [bwapp-0.0.24](https://github.com/truecharts/charts/compare/bwapp-0.0.23...bwapp-0.0.24) (2022-09-21) diff --git a/incubator/bwapp/0.0.30/Chart.lock b/incubator/bwapp/0.0.30/Chart.lock new file mode 100644 index 00000000000..03766f55637 --- /dev/null +++ b/incubator/bwapp/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:13.07312982Z" diff --git a/incubator/bwapp/0.0.30/Chart.yaml b/incubator/bwapp/0.0.30/Chart.yaml new file mode 100644 index 00000000000..693519946ec --- /dev/null +++ b/incubator/bwapp/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "bWAPP, or a buggy web application, is a free and open source deliberately insecure web application." +home: https://truecharts.org/docs/charts/incubator/bwapp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.png +keywords: + - bwapp + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bwapp +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/bwapp + - https://sourceforge.net/projects/bwapp/ + - https://hub.docker.com/r/raesene/bwapp/ +type: application +version: 0.0.30 diff --git a/incubator/bwapp/0.0.30/README.md b/incubator/bwapp/0.0.30/README.md new file mode 100644 index 00000000000..967c8678c14 --- /dev/null +++ b/incubator/bwapp/0.0.30/README.md @@ -0,0 +1,107 @@ +# bwapp + +bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bwapp](https://truecharts.org/docs/charts/incubator/bwapp) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bwapp` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bwapp TrueCharts/bwapp +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bwapp` deployment + +```console +helm uninstall bwapp +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bwapp \ + --set env.TZ="America/New York" \ + TrueCharts/bwapp +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bwapp TrueCharts/bwapp -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/bwapp/0.0.29/app-readme.md b/incubator/bwapp/0.0.30/app-readme.md similarity index 100% rename from incubator/bwapp/0.0.29/app-readme.md rename to incubator/bwapp/0.0.30/app-readme.md diff --git a/incubator/bwapp/0.0.30/charts/common-10.7.1.tgz b/incubator/bwapp/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/bwapp/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/bwapp/0.0.29/ix_values.yaml b/incubator/bwapp/0.0.30/ix_values.yaml similarity index 100% rename from incubator/bwapp/0.0.29/ix_values.yaml rename to incubator/bwapp/0.0.30/ix_values.yaml diff --git a/incubator/bwapp/0.0.29/questions.yaml b/incubator/bwapp/0.0.30/questions.yaml similarity index 100% rename from incubator/bwapp/0.0.29/questions.yaml rename to incubator/bwapp/0.0.30/questions.yaml diff --git a/incubator/bwapp/0.0.29/templates/common.yaml b/incubator/bwapp/0.0.30/templates/common.yaml similarity index 100% rename from incubator/bwapp/0.0.29/templates/common.yaml rename to incubator/bwapp/0.0.30/templates/common.yaml diff --git a/incubator/bwapp/0.0.29/values.yaml b/incubator/bwapp/0.0.30/values.yaml similarity index 100% rename from incubator/bwapp/0.0.29/values.yaml rename to incubator/bwapp/0.0.30/values.yaml diff --git a/incubator/cadquery-jupyter/0.0.32/CHANGELOG.md b/incubator/cadquery-jupyter/0.0.32/CHANGELOG.md deleted file mode 100644 index 0231a85fa90..00000000000 --- a/incubator/cadquery-jupyter/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cadquery-jupyter-0.0.32](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.31...cadquery-jupyter-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cadquery-jupyter-0.0.30](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.29...cadquery-jupyter-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cadquery-jupyter-0.0.29](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.28...cadquery-jupyter-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cadquery-jupyter-0.0.28](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.27...cadquery-jupyter-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cadquery-jupyter/0.0.32/Chart.lock b/incubator/cadquery-jupyter/0.0.32/Chart.lock deleted file mode 100644 index ec84ce589be..00000000000 --- a/incubator/cadquery-jupyter/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:20.199457786Z" diff --git a/incubator/cadquery-jupyter/0.0.32/Chart.yaml b/incubator/cadquery-jupyter/0.0.32/Chart.yaml deleted file mode 100644 index ccf995d008d..00000000000 --- a/incubator/cadquery-jupyter/0.0.32/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Other - - Network-Web - - Network-Other -apiVersion: v2 -appVersion: "3.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized." -home: https://truecharts.org/docs/charts/incubator/cadquery-jupyter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png -keywords: - - cadquery-jupyter - - Productivity - - Tools-Utilities - - Other - - Network-Web - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cadquery-jupyter -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter - - https://github.com/bernhard-42/jupyter-cadquery - - https://hub.docker.com/r/cadquery/cadquery-server -type: application -version: 0.0.32 diff --git a/incubator/cadquery-jupyter/0.0.32/README.md b/incubator/cadquery-jupyter/0.0.32/README.md deleted file mode 100644 index 06611c4eb8b..00000000000 --- a/incubator/cadquery-jupyter/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cadquery-jupyter - -CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cadquery-jupyter](https://truecharts.org/docs/charts/incubator/cadquery-jupyter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cadquery-jupyter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cadquery-jupyter TrueCharts/cadquery-jupyter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cadquery-jupyter` deployment - -```console -helm uninstall cadquery-jupyter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cadquery-jupyter \ - --set env.TZ="America/New York" \ - TrueCharts/cadquery-jupyter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cadquery-jupyter TrueCharts/cadquery-jupyter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cadquery-jupyter/0.0.32/charts/common-10.7.0.tgz b/incubator/cadquery-jupyter/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cadquery-jupyter/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cadquery-jupyter/0.0.33/CHANGELOG.md b/incubator/cadquery-jupyter/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..b31ea84fee4 --- /dev/null +++ b/incubator/cadquery-jupyter/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cadquery-jupyter-0.0.33](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.32...cadquery-jupyter-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cadquery-jupyter-0.0.32](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.31...cadquery-jupyter-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cadquery-jupyter-0.0.31](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.30...cadquery-jupyter-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cadquery-jupyter-0.0.30](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.29...cadquery-jupyter-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cadquery-jupyter-0.0.29](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.28...cadquery-jupyter-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cadquery-jupyter-0.0.28](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.27...cadquery-jupyter-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cadquery-jupyter-0.0.27](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.25...cadquery-jupyter-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/cadquery-jupyter/0.0.33/Chart.lock b/incubator/cadquery-jupyter/0.0.33/Chart.lock new file mode 100644 index 00000000000..aeff57fe36b --- /dev/null +++ b/incubator/cadquery-jupyter/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:25.323158887Z" diff --git a/incubator/cadquery-jupyter/0.0.33/Chart.yaml b/incubator/cadquery-jupyter/0.0.33/Chart.yaml new file mode 100644 index 00000000000..9e64a5ca7b7 --- /dev/null +++ b/incubator/cadquery-jupyter/0.0.33/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Other + - Network-Web + - Network-Other +apiVersion: v2 +appVersion: "3.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized." +home: https://truecharts.org/docs/charts/incubator/cadquery-jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png +keywords: + - cadquery-jupyter + - Productivity + - Tools-Utilities + - Other + - Network-Web + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cadquery-jupyter +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-jupyter + - https://github.com/bernhard-42/jupyter-cadquery + - https://hub.docker.com/r/cadquery/cadquery-server +type: application +version: 0.0.33 diff --git a/incubator/cadquery-jupyter/0.0.33/README.md b/incubator/cadquery-jupyter/0.0.33/README.md new file mode 100644 index 00000000000..2de0c4fe96f --- /dev/null +++ b/incubator/cadquery-jupyter/0.0.33/README.md @@ -0,0 +1,107 @@ +# cadquery-jupyter + +CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cadquery-jupyter](https://truecharts.org/docs/charts/incubator/cadquery-jupyter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cadquery-jupyter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cadquery-jupyter TrueCharts/cadquery-jupyter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cadquery-jupyter` deployment + +```console +helm uninstall cadquery-jupyter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cadquery-jupyter \ + --set env.TZ="America/New York" \ + TrueCharts/cadquery-jupyter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cadquery-jupyter TrueCharts/cadquery-jupyter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cadquery-jupyter/0.0.32/app-readme.md b/incubator/cadquery-jupyter/0.0.33/app-readme.md similarity index 100% rename from incubator/cadquery-jupyter/0.0.32/app-readme.md rename to incubator/cadquery-jupyter/0.0.33/app-readme.md diff --git a/incubator/cadquery-jupyter/0.0.33/charts/common-10.7.1.tgz b/incubator/cadquery-jupyter/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cadquery-jupyter/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/cadquery-jupyter/0.0.32/ix_values.yaml b/incubator/cadquery-jupyter/0.0.33/ix_values.yaml similarity index 100% rename from incubator/cadquery-jupyter/0.0.32/ix_values.yaml rename to incubator/cadquery-jupyter/0.0.33/ix_values.yaml diff --git a/incubator/cadquery-jupyter/0.0.32/questions.yaml b/incubator/cadquery-jupyter/0.0.33/questions.yaml similarity index 100% rename from incubator/cadquery-jupyter/0.0.32/questions.yaml rename to incubator/cadquery-jupyter/0.0.33/questions.yaml diff --git a/incubator/cadquery-jupyter/0.0.32/templates/common.yaml b/incubator/cadquery-jupyter/0.0.33/templates/common.yaml similarity index 100% rename from incubator/cadquery-jupyter/0.0.32/templates/common.yaml rename to incubator/cadquery-jupyter/0.0.33/templates/common.yaml diff --git a/incubator/cadquery-jupyter/0.0.32/values.yaml b/incubator/cadquery-jupyter/0.0.33/values.yaml similarity index 100% rename from incubator/cadquery-jupyter/0.0.32/values.yaml rename to incubator/cadquery-jupyter/0.0.33/values.yaml diff --git a/incubator/cadquery-server/0.0.33/CHANGELOG.md b/incubator/cadquery-server/0.0.33/CHANGELOG.md deleted file mode 100644 index 37f0fad23a7..00000000000 --- a/incubator/cadquery-server/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cadquery-server-0.0.33](https://github.com/truecharts/charts/compare/cadquery-server-0.0.32...cadquery-server-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cadquery-server-0.0.32](https://github.com/truecharts/charts/compare/cadquery-server-0.0.31...cadquery-server-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cadquery-server-0.0.32](https://github.com/truecharts/charts/compare/cadquery-server-0.0.31...cadquery-server-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cadquery-server-0.0.31](https://github.com/truecharts/charts/compare/cadquery-server-0.0.30...cadquery-server-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cadquery-server-0.0.30](https://github.com/truecharts/charts/compare/cadquery-server-0.0.29...cadquery-server-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cadquery-server-0.0.29](https://github.com/truecharts/charts/compare/cadquery-server-0.0.28...cadquery-server-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cadquery-server-0.0.28](https://github.com/truecharts/charts/compare/cadquery-server-0.0.27...cadquery-server-0.0.28) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [cadquery-server-0.0.27](https://github.com/truecharts/charts/compare/cadquery-server-0.0.25...cadquery-server-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/incubator/cadquery-server/0.0.33/Chart.lock b/incubator/cadquery-server/0.0.33/Chart.lock deleted file mode 100644 index 1e99dec5839..00000000000 --- a/incubator/cadquery-server/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:38.609778255Z" diff --git a/incubator/cadquery-server/0.0.33/Chart.yaml b/incubator/cadquery-server/0.0.33/Chart.yaml deleted file mode 100644 index 345d6507343..00000000000 --- a/incubator/cadquery-server/0.0.33/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Other - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized." -home: https://truecharts.org/docs/charts/incubator/cadquery-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png -keywords: - - cadquery-server - - Productivity - - Tools-Utilities - - Other - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cadquery-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-server - - https://github.com/roipoussiere/cadquery - - https://hub.docker.com/r/cadquery/cadquery-server -type: application -version: 0.0.33 diff --git a/incubator/cadquery-server/0.0.33/README.md b/incubator/cadquery-server/0.0.33/README.md deleted file mode 100644 index 50dbc67869f..00000000000 --- a/incubator/cadquery-server/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cadquery-server - -CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cadquery-server](https://truecharts.org/docs/charts/incubator/cadquery-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cadquery-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cadquery-server TrueCharts/cadquery-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cadquery-server` deployment - -```console -helm uninstall cadquery-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cadquery-server \ - --set env.TZ="America/New York" \ - TrueCharts/cadquery-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cadquery-server TrueCharts/cadquery-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cadquery-server/0.0.33/charts/common-10.7.0.tgz b/incubator/cadquery-server/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cadquery-server/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cadquery-server/0.0.34/CHANGELOG.md b/incubator/cadquery-server/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..b1a695e2aa8 --- /dev/null +++ b/incubator/cadquery-server/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cadquery-server-0.0.34](https://github.com/truecharts/charts/compare/cadquery-server-0.0.33...cadquery-server-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cadquery-server-0.0.33](https://github.com/truecharts/charts/compare/cadquery-server-0.0.32...cadquery-server-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cadquery-server-0.0.32](https://github.com/truecharts/charts/compare/cadquery-server-0.0.31...cadquery-server-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cadquery-server-0.0.32](https://github.com/truecharts/charts/compare/cadquery-server-0.0.31...cadquery-server-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cadquery-server-0.0.31](https://github.com/truecharts/charts/compare/cadquery-server-0.0.30...cadquery-server-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cadquery-server-0.0.30](https://github.com/truecharts/charts/compare/cadquery-server-0.0.29...cadquery-server-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cadquery-server-0.0.29](https://github.com/truecharts/charts/compare/cadquery-server-0.0.28...cadquery-server-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cadquery-server-0.0.28](https://github.com/truecharts/charts/compare/cadquery-server-0.0.27...cadquery-server-0.0.28) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [cadquery-server-0.0.27](https://github.com/truecharts/charts/compare/cadquery-server-0.0.25...cadquery-server-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/cadquery-server/0.0.34/Chart.lock b/incubator/cadquery-server/0.0.34/Chart.lock new file mode 100644 index 00000000000..843f674b959 --- /dev/null +++ b/incubator/cadquery-server/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:36.481070081Z" diff --git a/incubator/cadquery-server/0.0.34/Chart.yaml b/incubator/cadquery-server/0.0.34/Chart.yaml new file mode 100644 index 00000000000..57799538839 --- /dev/null +++ b/incubator/cadquery-server/0.0.34/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Other + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized." +home: https://truecharts.org/docs/charts/incubator/cadquery-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.png +keywords: + - cadquery-server + - Productivity + - Tools-Utilities + - Other + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cadquery-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cadquery-server + - https://github.com/roipoussiere/cadquery + - https://hub.docker.com/r/cadquery/cadquery-server +type: application +version: 0.0.34 diff --git a/incubator/cadquery-server/0.0.34/README.md b/incubator/cadquery-server/0.0.34/README.md new file mode 100644 index 00000000000..418a086ae47 --- /dev/null +++ b/incubator/cadquery-server/0.0.34/README.md @@ -0,0 +1,107 @@ +# cadquery-server + +CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cadquery-server](https://truecharts.org/docs/charts/incubator/cadquery-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cadquery-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cadquery-server TrueCharts/cadquery-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cadquery-server` deployment + +```console +helm uninstall cadquery-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cadquery-server \ + --set env.TZ="America/New York" \ + TrueCharts/cadquery-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cadquery-server TrueCharts/cadquery-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cadquery-server/0.0.33/app-readme.md b/incubator/cadquery-server/0.0.34/app-readme.md similarity index 100% rename from incubator/cadquery-server/0.0.33/app-readme.md rename to incubator/cadquery-server/0.0.34/app-readme.md diff --git a/incubator/cadquery-server/0.0.34/charts/common-10.7.1.tgz b/incubator/cadquery-server/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cadquery-server/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/cadquery-server/0.0.33/ix_values.yaml b/incubator/cadquery-server/0.0.34/ix_values.yaml similarity index 100% rename from incubator/cadquery-server/0.0.33/ix_values.yaml rename to incubator/cadquery-server/0.0.34/ix_values.yaml diff --git a/incubator/cadquery-server/0.0.33/questions.yaml b/incubator/cadquery-server/0.0.34/questions.yaml similarity index 100% rename from incubator/cadquery-server/0.0.33/questions.yaml rename to incubator/cadquery-server/0.0.34/questions.yaml diff --git a/incubator/cadquery-server/0.0.33/templates/common.yaml b/incubator/cadquery-server/0.0.34/templates/common.yaml similarity index 100% rename from incubator/cadquery-server/0.0.33/templates/common.yaml rename to incubator/cadquery-server/0.0.34/templates/common.yaml diff --git a/incubator/cadquery-server/0.0.33/values.yaml b/incubator/cadquery-server/0.0.34/values.yaml similarity index 100% rename from incubator/cadquery-server/0.0.33/values.yaml rename to incubator/cadquery-server/0.0.34/values.yaml diff --git a/incubator/cherry/0.0.4/CHANGELOG.md b/incubator/cherry/0.0.4/CHANGELOG.md deleted file mode 100644 index 8aea7409b10..00000000000 --- a/incubator/cherry/0.0.4/CHANGELOG.md +++ /dev/null @@ -1,36 +0,0 @@ -# Changelog - - - -## [cherry-0.0.4](https://github.com/truecharts/charts/compare/cherry-0.0.3...cherry-0.0.4) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [cherry-0.0.3](https://github.com/truecharts/charts/compare/cherry-0.0.2...cherry-0.0.3) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cherry-0.0.2](https://github.com/truecharts/charts/compare/cherry-0.0.1...cherry-0.0.2) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [cherry-0.0.1]cherry-0.0.1 (2022-10-10) diff --git a/incubator/cherry/0.0.4/Chart.lock b/incubator/cherry/0.0.4/Chart.lock deleted file mode 100644 index bf9b31504c3..00000000000 --- a/incubator/cherry/0.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:30.089905556Z" diff --git a/incubator/cherry/0.0.4/Chart.yaml b/incubator/cherry/0.0.4/Chart.yaml deleted file mode 100644 index 61604c062b7..00000000000 --- a/incubator/cherry/0.0.4/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.0.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An open source self-hosted bookmark service -home: https://truecharts.org/docs/charts/incubator/cherry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png -keywords: - - bookmark -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cherry -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cherry - - https://cherry.haishan.me/ - - https://github.com/haishanh/cherry -version: 0.0.4 -annotations: - truecharts.org/catagories: | - - bookmark - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/cherry/0.0.4/README.md b/incubator/cherry/0.0.4/README.md deleted file mode 100644 index 66cc0f48b9b..00000000000 --- a/incubator/cherry/0.0.4/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cherry - -An open source self-hosted bookmark service - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cherry](https://truecharts.org/docs/charts/incubator/cherry) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cherry` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cherry TrueCharts/cherry -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cherry` deployment - -```console -helm uninstall cherry -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cherry \ - --set env.TZ="America/New York" \ - TrueCharts/cherry -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cherry TrueCharts/cherry -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cherry/0.0.4/charts/common-10.7.0.tgz b/incubator/cherry/0.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cherry/0.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cherry/0.0.5/CHANGELOG.md b/incubator/cherry/0.0.5/CHANGELOG.md new file mode 100644 index 00000000000..a07807b7803 --- /dev/null +++ b/incubator/cherry/0.0.5/CHANGELOG.md @@ -0,0 +1,46 @@ +# Changelog + + + +## [cherry-0.0.5](https://github.com/truecharts/charts/compare/cherry-0.0.4...cherry-0.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cherry-0.0.4](https://github.com/truecharts/charts/compare/cherry-0.0.3...cherry-0.0.4) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [cherry-0.0.3](https://github.com/truecharts/charts/compare/cherry-0.0.2...cherry-0.0.3) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cherry-0.0.2](https://github.com/truecharts/charts/compare/cherry-0.0.1...cherry-0.0.2) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [cherry-0.0.1]cherry-0.0.1 (2022-10-10) diff --git a/incubator/cherry/0.0.5/Chart.lock b/incubator/cherry/0.0.5/Chart.lock new file mode 100644 index 00000000000..5d82fecad5e --- /dev/null +++ b/incubator/cherry/0.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:40.982946791Z" diff --git a/incubator/cherry/0.0.5/Chart.yaml b/incubator/cherry/0.0.5/Chart.yaml new file mode 100644 index 00000000000..a7c97a0c8eb --- /dev/null +++ b/incubator/cherry/0.0.5/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.0.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An open source self-hosted bookmark service +home: https://truecharts.org/docs/charts/incubator/cherry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png +keywords: + - bookmark +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cherry +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cherry + - https://cherry.haishan.me/ + - https://github.com/haishanh/cherry +version: 0.0.5 +annotations: + truecharts.org/catagories: | + - bookmark + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/cherry/0.0.5/README.md b/incubator/cherry/0.0.5/README.md new file mode 100644 index 00000000000..32e90e879c8 --- /dev/null +++ b/incubator/cherry/0.0.5/README.md @@ -0,0 +1,107 @@ +# cherry + +An open source self-hosted bookmark service + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cherry](https://truecharts.org/docs/charts/incubator/cherry) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cherry` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cherry TrueCharts/cherry +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cherry` deployment + +```console +helm uninstall cherry +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cherry \ + --set env.TZ="America/New York" \ + TrueCharts/cherry +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cherry TrueCharts/cherry -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cherry/0.0.4/app-readme.md b/incubator/cherry/0.0.5/app-readme.md similarity index 100% rename from incubator/cherry/0.0.4/app-readme.md rename to incubator/cherry/0.0.5/app-readme.md diff --git a/incubator/cherry/0.0.5/charts/common-10.7.1.tgz b/incubator/cherry/0.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cherry/0.0.5/charts/common-10.7.1.tgz differ diff --git a/incubator/cherry/0.0.4/ix_values.yaml b/incubator/cherry/0.0.5/ix_values.yaml similarity index 100% rename from incubator/cherry/0.0.4/ix_values.yaml rename to incubator/cherry/0.0.5/ix_values.yaml diff --git a/incubator/cherry/0.0.4/questions.yaml b/incubator/cherry/0.0.5/questions.yaml similarity index 100% rename from incubator/cherry/0.0.4/questions.yaml rename to incubator/cherry/0.0.5/questions.yaml diff --git a/incubator/cherry/0.0.4/templates/_config.tpl b/incubator/cherry/0.0.5/templates/_config.tpl similarity index 100% rename from incubator/cherry/0.0.4/templates/_config.tpl rename to incubator/cherry/0.0.5/templates/_config.tpl diff --git a/incubator/cherry/0.0.4/templates/_secrets.tpl b/incubator/cherry/0.0.5/templates/_secrets.tpl similarity index 100% rename from incubator/cherry/0.0.4/templates/_secrets.tpl rename to incubator/cherry/0.0.5/templates/_secrets.tpl diff --git a/incubator/cherry/0.0.4/templates/common.yaml b/incubator/cherry/0.0.5/templates/common.yaml similarity index 100% rename from incubator/cherry/0.0.4/templates/common.yaml rename to incubator/cherry/0.0.5/templates/common.yaml diff --git a/incubator/cherry/0.0.4/values.yaml b/incubator/cherry/0.0.5/values.yaml similarity index 100% rename from incubator/cherry/0.0.4/values.yaml rename to incubator/cherry/0.0.5/values.yaml diff --git a/incubator/chivalry-medievalwarfare/0.0.29/CHANGELOG.md b/incubator/chivalry-medievalwarfare/0.0.29/CHANGELOG.md deleted file mode 100644 index db6ad9c0efa..00000000000 --- a/incubator/chivalry-medievalwarfare/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chivalry-medievalwarfare-0.0.29](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.28...chivalry-medievalwarfare-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chivalry-medievalwarfare-0.0.28](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.27...chivalry-medievalwarfare-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chivalry-medievalwarfare-0.0.28](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.27...chivalry-medievalwarfare-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chivalry-medievalwarfare-0.0.27](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.26...chivalry-medievalwarfare-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [chivalry-medievalwarfare-0.0.26](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.25...chivalry-medievalwarfare-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chivalry-medievalwarfare-0.0.25](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.24...chivalry-medievalwarfare-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chivalry-medievalwarfare-0.0.24](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.23...chivalry-medievalwarfare-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [chivalry-medievalwarfare-0.0.24](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.23...chivalry-medievalwarfare-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/chivalry-medievalwarfare/0.0.29/Chart.lock b/incubator/chivalry-medievalwarfare/0.0.29/Chart.lock deleted file mode 100644 index db20b168955..00000000000 --- a/incubator/chivalry-medievalwarfare/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:40.644582728Z" diff --git a/incubator/chivalry-medievalwarfare/0.0.29/Chart.yaml b/incubator/chivalry-medievalwarfare/0.0.29/Chart.yaml deleted file mode 100644 index 25f60fa2b70..00000000000 --- a/incubator/chivalry-medievalwarfare/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." -home: https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png -keywords: - - chivalry-medievalwarfare - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chivalry-medievalwarfare -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/chivalry-medievalwarfare - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/chivalry-medievalwarfare/0.0.29/README.md b/incubator/chivalry-medievalwarfare/0.0.29/README.md deleted file mode 100644 index d3d7b481bf3..00000000000 --- a/incubator/chivalry-medievalwarfare/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# chivalry-medievalwarfare - -This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chivalry-medievalwarfare](https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chivalry-medievalwarfare` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chivalry-medievalwarfare` deployment - -```console -helm uninstall chivalry-medievalwarfare -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chivalry-medievalwarfare \ - --set env.TZ="America/New York" \ - TrueCharts/chivalry-medievalwarfare -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/chivalry-medievalwarfare/0.0.29/charts/common-10.7.0.tgz b/incubator/chivalry-medievalwarfare/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/chivalry-medievalwarfare/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/chivalry-medievalwarfare/0.0.30/CHANGELOG.md b/incubator/chivalry-medievalwarfare/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a55b1521f9f --- /dev/null +++ b/incubator/chivalry-medievalwarfare/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chivalry-medievalwarfare-0.0.30](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.29...chivalry-medievalwarfare-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chivalry-medievalwarfare-0.0.29](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.28...chivalry-medievalwarfare-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chivalry-medievalwarfare-0.0.28](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.27...chivalry-medievalwarfare-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chivalry-medievalwarfare-0.0.28](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.27...chivalry-medievalwarfare-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chivalry-medievalwarfare-0.0.27](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.26...chivalry-medievalwarfare-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [chivalry-medievalwarfare-0.0.26](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.25...chivalry-medievalwarfare-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chivalry-medievalwarfare-0.0.25](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.24...chivalry-medievalwarfare-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chivalry-medievalwarfare-0.0.24](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-0.0.23...chivalry-medievalwarfare-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/chivalry-medievalwarfare/0.0.30/Chart.lock b/incubator/chivalry-medievalwarfare/0.0.30/Chart.lock new file mode 100644 index 00000000000..387f4093b9f --- /dev/null +++ b/incubator/chivalry-medievalwarfare/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:44.023083438Z" diff --git a/incubator/chivalry-medievalwarfare/0.0.30/Chart.yaml b/incubator/chivalry-medievalwarfare/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a4e51fe5c6e --- /dev/null +++ b/incubator/chivalry-medievalwarfare/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it." +home: https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.png +keywords: + - chivalry-medievalwarfare + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chivalry-medievalwarfare +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chivalry-medievalwarfare + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/chivalry-medievalwarfare/0.0.30/README.md b/incubator/chivalry-medievalwarfare/0.0.30/README.md new file mode 100644 index 00000000000..50ac4b14811 --- /dev/null +++ b/incubator/chivalry-medievalwarfare/0.0.30/README.md @@ -0,0 +1,107 @@ +# chivalry-medievalwarfare + +This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chivalry-medievalwarfare](https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chivalry-medievalwarfare` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chivalry-medievalwarfare` deployment + +```console +helm uninstall chivalry-medievalwarfare +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chivalry-medievalwarfare \ + --set env.TZ="America/New York" \ + TrueCharts/chivalry-medievalwarfare +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chivalry-medievalwarfare TrueCharts/chivalry-medievalwarfare -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/chivalry-medievalwarfare/0.0.29/app-readme.md b/incubator/chivalry-medievalwarfare/0.0.30/app-readme.md similarity index 100% rename from incubator/chivalry-medievalwarfare/0.0.29/app-readme.md rename to incubator/chivalry-medievalwarfare/0.0.30/app-readme.md diff --git a/incubator/chivalry-medievalwarfare/0.0.30/charts/common-10.7.1.tgz b/incubator/chivalry-medievalwarfare/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/chivalry-medievalwarfare/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/chivalry-medievalwarfare/0.0.29/ix_values.yaml b/incubator/chivalry-medievalwarfare/0.0.30/ix_values.yaml similarity index 100% rename from incubator/chivalry-medievalwarfare/0.0.29/ix_values.yaml rename to incubator/chivalry-medievalwarfare/0.0.30/ix_values.yaml diff --git a/incubator/chivalry-medievalwarfare/0.0.29/questions.yaml b/incubator/chivalry-medievalwarfare/0.0.30/questions.yaml similarity index 100% rename from incubator/chivalry-medievalwarfare/0.0.29/questions.yaml rename to incubator/chivalry-medievalwarfare/0.0.30/questions.yaml diff --git a/incubator/chivalry-medievalwarfare/0.0.29/templates/common.yaml b/incubator/chivalry-medievalwarfare/0.0.30/templates/common.yaml similarity index 100% rename from incubator/chivalry-medievalwarfare/0.0.29/templates/common.yaml rename to incubator/chivalry-medievalwarfare/0.0.30/templates/common.yaml diff --git a/incubator/chivalry-medievalwarfare/0.0.29/values.yaml b/incubator/chivalry-medievalwarfare/0.0.30/values.yaml similarity index 100% rename from incubator/chivalry-medievalwarfare/0.0.29/values.yaml rename to incubator/chivalry-medievalwarfare/0.0.30/values.yaml diff --git a/incubator/chowdown/0.0.29/CHANGELOG.md b/incubator/chowdown/0.0.29/CHANGELOG.md deleted file mode 100644 index bb6734f7e78..00000000000 --- a/incubator/chowdown/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chowdown-0.0.29](https://github.com/truecharts/charts/compare/chowdown-0.0.28...chowdown-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chowdown-0.0.28](https://github.com/truecharts/charts/compare/chowdown-0.0.27...chowdown-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chowdown-0.0.28](https://github.com/truecharts/charts/compare/chowdown-0.0.27...chowdown-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chowdown-0.0.27](https://github.com/truecharts/charts/compare/chowdown-0.0.26...chowdown-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [chowdown-0.0.26](https://github.com/truecharts/charts/compare/chowdown-0.0.25...chowdown-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chowdown-0.0.25](https://github.com/truecharts/charts/compare/chowdown-0.0.24...chowdown-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chowdown-0.0.24](https://github.com/truecharts/charts/compare/chowdown-0.0.23...chowdown-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [chowdown-0.0.24](https://github.com/truecharts/charts/compare/chowdown-0.0.23...chowdown-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/chowdown/0.0.29/Chart.lock b/incubator/chowdown/0.0.29/Chart.lock deleted file mode 100644 index 23401bee776..00000000000 --- a/incubator/chowdown/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:28:49.707600632Z" diff --git a/incubator/chowdown/0.0.29/Chart.yaml b/incubator/chowdown/0.0.29/Chart.yaml deleted file mode 100644 index 5361dd4ca66..00000000000 --- a/incubator/chowdown/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Simple recipes in Markdown format. -home: https://truecharts.org/docs/charts/incubator/chowdown -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png -keywords: - - chowdown - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chowdown -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/chowdown - - https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/ -type: application -version: 0.0.29 diff --git a/incubator/chowdown/0.0.29/README.md b/incubator/chowdown/0.0.29/README.md deleted file mode 100644 index 898c1e4b124..00000000000 --- a/incubator/chowdown/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# chowdown - -Simple recipes in Markdown format. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chowdown](https://truecharts.org/docs/charts/incubator/chowdown) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chowdown` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chowdown TrueCharts/chowdown -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chowdown` deployment - -```console -helm uninstall chowdown -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chowdown \ - --set env.TZ="America/New York" \ - TrueCharts/chowdown -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chowdown TrueCharts/chowdown -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/chowdown/0.0.29/charts/common-10.7.0.tgz b/incubator/chowdown/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/chowdown/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/chowdown/0.0.30/CHANGELOG.md b/incubator/chowdown/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b201790d1d2 --- /dev/null +++ b/incubator/chowdown/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chowdown-0.0.30](https://github.com/truecharts/charts/compare/chowdown-0.0.29...chowdown-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chowdown-0.0.29](https://github.com/truecharts/charts/compare/chowdown-0.0.28...chowdown-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chowdown-0.0.28](https://github.com/truecharts/charts/compare/chowdown-0.0.27...chowdown-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chowdown-0.0.28](https://github.com/truecharts/charts/compare/chowdown-0.0.27...chowdown-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chowdown-0.0.27](https://github.com/truecharts/charts/compare/chowdown-0.0.26...chowdown-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [chowdown-0.0.26](https://github.com/truecharts/charts/compare/chowdown-0.0.25...chowdown-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chowdown-0.0.25](https://github.com/truecharts/charts/compare/chowdown-0.0.24...chowdown-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chowdown-0.0.24](https://github.com/truecharts/charts/compare/chowdown-0.0.23...chowdown-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/chowdown/0.0.30/Chart.lock b/incubator/chowdown/0.0.30/Chart.lock new file mode 100644 index 00000000000..641febb6e2b --- /dev/null +++ b/incubator/chowdown/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:08:56.397332433Z" diff --git a/incubator/chowdown/0.0.30/Chart.yaml b/incubator/chowdown/0.0.30/Chart.yaml new file mode 100644 index 00000000000..430a57c130f --- /dev/null +++ b/incubator/chowdown/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Simple recipes in Markdown format. +home: https://truecharts.org/docs/charts/incubator/chowdown +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.png +keywords: + - chowdown + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chowdown +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chowdown + - https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/ +type: application +version: 0.0.30 diff --git a/incubator/chowdown/0.0.30/README.md b/incubator/chowdown/0.0.30/README.md new file mode 100644 index 00000000000..1af771b7c69 --- /dev/null +++ b/incubator/chowdown/0.0.30/README.md @@ -0,0 +1,106 @@ +# chowdown + +Simple recipes in Markdown format. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chowdown](https://truecharts.org/docs/charts/incubator/chowdown) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chowdown` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chowdown TrueCharts/chowdown +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chowdown` deployment + +```console +helm uninstall chowdown +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chowdown \ + --set env.TZ="America/New York" \ + TrueCharts/chowdown +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chowdown TrueCharts/chowdown -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/chowdown/0.0.29/app-readme.md b/incubator/chowdown/0.0.30/app-readme.md similarity index 100% rename from incubator/chowdown/0.0.29/app-readme.md rename to incubator/chowdown/0.0.30/app-readme.md diff --git a/incubator/chowdown/0.0.30/charts/common-10.7.1.tgz b/incubator/chowdown/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/chowdown/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/chowdown/0.0.29/ix_values.yaml b/incubator/chowdown/0.0.30/ix_values.yaml similarity index 100% rename from incubator/chowdown/0.0.29/ix_values.yaml rename to incubator/chowdown/0.0.30/ix_values.yaml diff --git a/incubator/chowdown/0.0.29/questions.yaml b/incubator/chowdown/0.0.30/questions.yaml similarity index 100% rename from incubator/chowdown/0.0.29/questions.yaml rename to incubator/chowdown/0.0.30/questions.yaml diff --git a/incubator/chowdown/0.0.29/templates/common.yaml b/incubator/chowdown/0.0.30/templates/common.yaml similarity index 100% rename from incubator/chowdown/0.0.29/templates/common.yaml rename to incubator/chowdown/0.0.30/templates/common.yaml diff --git a/incubator/chowdown/0.0.29/values.yaml b/incubator/chowdown/0.0.30/values.yaml similarity index 100% rename from incubator/chowdown/0.0.29/values.yaml rename to incubator/chowdown/0.0.30/values.yaml diff --git a/incubator/chromium-desktop-g3/0.0.33/CHANGELOG.md b/incubator/chromium-desktop-g3/0.0.33/CHANGELOG.md deleted file mode 100644 index a2efef9698b..00000000000 --- a/incubator/chromium-desktop-g3/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chromium-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.32...chromium-desktop-g3-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [chromium-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-desktop-g3-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chromium-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-desktop-g3-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chromium-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.30...chromium-desktop-g3-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [chromium-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.29...chromium-desktop-g3-0.0.30) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [chromium-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.29...chromium-desktop-g3-0.0.30) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [chromium-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.28...chromium-desktop-g3-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chromium-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.27...chromium-desktop-g3-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chromium-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.24...chromium-desktop-g3-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/chromium-desktop-g3/0.0.33/Chart.lock b/incubator/chromium-desktop-g3/0.0.33/Chart.lock deleted file mode 100644 index ba3df67f3f8..00000000000 --- a/incubator/chromium-desktop-g3/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:08.677337209Z" diff --git a/incubator/chromium-desktop-g3/0.0.33/Chart.yaml b/incubator/chromium-desktop-g3/0.0.33/Chart.yaml deleted file mode 100644 index e371eff5cfb..00000000000 --- a/incubator/chromium-desktop-g3/0.0.33/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/chromium-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png -keywords: - - chromium-desktop-g3 - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chromium-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 -type: application -version: 0.0.33 diff --git a/incubator/chromium-desktop-g3/0.0.33/README.md b/incubator/chromium-desktop-g3/0.0.33/README.md deleted file mode 100644 index 24be484afc6..00000000000 --- a/incubator/chromium-desktop-g3/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# chromium-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chromium-desktop-g3](https://truecharts.org/docs/charts/incubator/chromium-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chromium-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chromium-desktop-g3` deployment - -```console -helm uninstall chromium-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chromium-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/chromium-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/chromium-desktop-g3/0.0.33/charts/common-10.7.0.tgz b/incubator/chromium-desktop-g3/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/chromium-desktop-g3/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/chromium-desktop-g3/0.0.34/CHANGELOG.md b/incubator/chromium-desktop-g3/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..323ca5ad477 --- /dev/null +++ b/incubator/chromium-desktop-g3/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chromium-desktop-g3-0.0.34](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.33...chromium-desktop-g3-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chromium-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.32...chromium-desktop-g3-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [chromium-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-desktop-g3-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chromium-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-desktop-g3-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chromium-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.30...chromium-desktop-g3-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [chromium-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.29...chromium-desktop-g3-0.0.30) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [chromium-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.29...chromium-desktop-g3-0.0.30) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [chromium-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.28...chromium-desktop-g3-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chromium-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.27...chromium-desktop-g3-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chromium-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.24...chromium-desktop-g3-0.0.27) (2022-09-22) diff --git a/incubator/chromium-desktop-g3/0.0.34/Chart.lock b/incubator/chromium-desktop-g3/0.0.34/Chart.lock new file mode 100644 index 00000000000..41412b3d205 --- /dev/null +++ b/incubator/chromium-desktop-g3/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:11.968086466Z" diff --git a/incubator/chromium-desktop-g3/0.0.34/Chart.yaml b/incubator/chromium-desktop-g3/0.0.34/Chart.yaml new file mode 100644 index 00000000000..2fe246762cd --- /dev/null +++ b/incubator/chromium-desktop-g3/0.0.34/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/chromium-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.png +keywords: + - chromium-desktop-g3 + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chromium-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3 +type: application +version: 0.0.34 diff --git a/incubator/chromium-desktop-g3/0.0.34/README.md b/incubator/chromium-desktop-g3/0.0.34/README.md new file mode 100644 index 00000000000..3d33583dd9a --- /dev/null +++ b/incubator/chromium-desktop-g3/0.0.34/README.md @@ -0,0 +1,107 @@ +# chromium-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chromium-desktop-g3](https://truecharts.org/docs/charts/incubator/chromium-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chromium-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chromium-desktop-g3` deployment + +```console +helm uninstall chromium-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chromium-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/chromium-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chromium-desktop-g3 TrueCharts/chromium-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/chromium-desktop-g3/0.0.33/app-readme.md b/incubator/chromium-desktop-g3/0.0.34/app-readme.md similarity index 100% rename from incubator/chromium-desktop-g3/0.0.33/app-readme.md rename to incubator/chromium-desktop-g3/0.0.34/app-readme.md diff --git a/incubator/chromium-desktop-g3/0.0.34/charts/common-10.7.1.tgz b/incubator/chromium-desktop-g3/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/chromium-desktop-g3/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/chromium-desktop-g3/0.0.33/ix_values.yaml b/incubator/chromium-desktop-g3/0.0.34/ix_values.yaml similarity index 100% rename from incubator/chromium-desktop-g3/0.0.33/ix_values.yaml rename to incubator/chromium-desktop-g3/0.0.34/ix_values.yaml diff --git a/incubator/chromium-desktop-g3/0.0.33/questions.yaml b/incubator/chromium-desktop-g3/0.0.34/questions.yaml similarity index 100% rename from incubator/chromium-desktop-g3/0.0.33/questions.yaml rename to incubator/chromium-desktop-g3/0.0.34/questions.yaml diff --git a/incubator/chromium-desktop-g3/0.0.33/templates/common.yaml b/incubator/chromium-desktop-g3/0.0.34/templates/common.yaml similarity index 100% rename from incubator/chromium-desktop-g3/0.0.33/templates/common.yaml rename to incubator/chromium-desktop-g3/0.0.34/templates/common.yaml diff --git a/incubator/chromium-desktop-g3/0.0.33/values.yaml b/incubator/chromium-desktop-g3/0.0.34/values.yaml similarity index 100% rename from incubator/chromium-desktop-g3/0.0.33/values.yaml rename to incubator/chromium-desktop-g3/0.0.34/values.yaml diff --git a/incubator/chromium/0.0.37/CHANGELOG.md b/incubator/chromium/0.0.37/CHANGELOG.md deleted file mode 100644 index 6b729e815a7..00000000000 --- a/incubator/chromium/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chromium-0.0.37](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.33...chromium-0.0.37) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [chromium-0.0.36](https://github.com/truecharts/charts/compare/chromium-0.0.35...chromium-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chromium-0.0.35](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chromium-0.0.35](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chromium-0.0.34](https://github.com/truecharts/charts/compare/chromium-0.0.33...chromium-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chromium-0.0.33](https://github.com/truecharts/charts/compare/chromium-0.0.32...chromium-0.0.33) (2022-10-03) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) - - - - -## [chromium-0.0.32](https://github.com/truecharts/charts/compare/chromium-0.0.31...chromium-0.0.32) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [chromium-0.0.32](https://github.com/truecharts/charts/compare/chromium-0.0.31...chromium-0.0.32) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [chromium-0.0.31](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.28...chromium-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chromium-0.0.30](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.24...chromium-0.0.30) (2022-09-25) - diff --git a/incubator/chromium/0.0.37/Chart.lock b/incubator/chromium/0.0.37/Chart.lock deleted file mode 100644 index bed7a883d79..00000000000 --- a/incubator/chromium/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:30.2775006Z" diff --git a/incubator/chromium/0.0.37/Chart.yaml b/incubator/chromium/0.0.37/Chart.yaml deleted file mode 100644 index 844452f5955..00000000000 --- a/incubator/chromium/0.0.37/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. -home: https://truecharts.org/docs/charts/incubator/chromium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png -keywords: - - chromium - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chromium -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium - - https://www.google.com/chrome/ - - https://hub.docker.com/r/ich777/chrome/ -type: application -version: 0.0.37 diff --git a/incubator/chromium/0.0.37/README.md b/incubator/chromium/0.0.37/README.md deleted file mode 100644 index 882d7fb23c2..00000000000 --- a/incubator/chromium/0.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# chromium - -Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chromium](https://truecharts.org/docs/charts/incubator/chromium) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chromium` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chromium TrueCharts/chromium -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chromium` deployment - -```console -helm uninstall chromium -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chromium \ - --set env.TZ="America/New York" \ - TrueCharts/chromium -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chromium TrueCharts/chromium -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/chromium/0.0.37/charts/common-10.7.0.tgz b/incubator/chromium/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/chromium/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/chromium/0.0.38/CHANGELOG.md b/incubator/chromium/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..d29779627eb --- /dev/null +++ b/incubator/chromium/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chromium-0.0.38](https://github.com/truecharts/charts/compare/chromium-0.0.37...chromium-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chromium-0.0.37](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.33...chromium-0.0.37) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [chromium-0.0.36](https://github.com/truecharts/charts/compare/chromium-0.0.35...chromium-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chromium-0.0.35](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chromium-0.0.35](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.31...chromium-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chromium-0.0.34](https://github.com/truecharts/charts/compare/chromium-0.0.33...chromium-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chromium-0.0.33](https://github.com/truecharts/charts/compare/chromium-0.0.32...chromium-0.0.33) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + + + + +## [chromium-0.0.32](https://github.com/truecharts/charts/compare/chromium-0.0.31...chromium-0.0.32) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [chromium-0.0.32](https://github.com/truecharts/charts/compare/chromium-0.0.31...chromium-0.0.32) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [chromium-0.0.31](https://github.com/truecharts/charts/compare/chromium-desktop-g3-0.0.28...chromium-0.0.31) (2022-09-27) + diff --git a/incubator/chromium/0.0.38/Chart.lock b/incubator/chromium/0.0.38/Chart.lock new file mode 100644 index 00000000000..2bf0106c5d8 --- /dev/null +++ b/incubator/chromium/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:07.374386572Z" diff --git a/incubator/chromium/0.0.38/Chart.yaml b/incubator/chromium/0.0.38/Chart.yaml new file mode 100644 index 00000000000..c035eaed504 --- /dev/null +++ b/incubator/chromium/0.0.38/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. +home: https://truecharts.org/docs/charts/incubator/chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.png +keywords: + - chromium + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chromium +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chromium + - https://www.google.com/chrome/ + - https://hub.docker.com/r/ich777/chrome/ +type: application +version: 0.0.38 diff --git a/incubator/chromium/0.0.38/README.md b/incubator/chromium/0.0.38/README.md new file mode 100644 index 00000000000..6f9cae5f001 --- /dev/null +++ b/incubator/chromium/0.0.38/README.md @@ -0,0 +1,107 @@ +# chromium + +Chromium is a free and open-source software project developed by the Google-sponsored Chromium project. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chromium](https://truecharts.org/docs/charts/incubator/chromium) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chromium` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chromium TrueCharts/chromium +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chromium` deployment + +```console +helm uninstall chromium +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chromium \ + --set env.TZ="America/New York" \ + TrueCharts/chromium +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chromium TrueCharts/chromium -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/chromium/0.0.37/app-readme.md b/incubator/chromium/0.0.38/app-readme.md similarity index 100% rename from incubator/chromium/0.0.37/app-readme.md rename to incubator/chromium/0.0.38/app-readme.md diff --git a/incubator/chromium/0.0.38/charts/common-10.7.1.tgz b/incubator/chromium/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/chromium/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/chromium/0.0.37/ix_values.yaml b/incubator/chromium/0.0.38/ix_values.yaml similarity index 100% rename from incubator/chromium/0.0.37/ix_values.yaml rename to incubator/chromium/0.0.38/ix_values.yaml diff --git a/incubator/chromium/0.0.37/questions.yaml b/incubator/chromium/0.0.38/questions.yaml similarity index 100% rename from incubator/chromium/0.0.37/questions.yaml rename to incubator/chromium/0.0.38/questions.yaml diff --git a/incubator/chromium/0.0.37/templates/common.yaml b/incubator/chromium/0.0.38/templates/common.yaml similarity index 100% rename from incubator/chromium/0.0.37/templates/common.yaml rename to incubator/chromium/0.0.38/templates/common.yaml diff --git a/incubator/chromium/0.0.37/values.yaml b/incubator/chromium/0.0.38/values.yaml similarity index 100% rename from incubator/chromium/0.0.37/values.yaml rename to incubator/chromium/0.0.38/values.yaml diff --git a/incubator/chronograf/0.0.32/CHANGELOG.md b/incubator/chronograf/0.0.32/CHANGELOG.md deleted file mode 100644 index ace88b1379a..00000000000 --- a/incubator/chronograf/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chronograf-0.0.32](https://github.com/truecharts/charts/compare/chronograf-0.0.31...chronograf-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chronograf-0.0.31](https://github.com/truecharts/charts/compare/chronograf-0.0.30...chronograf-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chronograf-0.0.31](https://github.com/truecharts/charts/compare/chronograf-0.0.30...chronograf-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chronograf-0.0.30](https://github.com/truecharts/charts/compare/chronograf-0.0.29...chronograf-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [chronograf-0.0.29](https://github.com/truecharts/charts/compare/chronograf-0.0.28...chronograf-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chronograf-0.0.28](https://github.com/truecharts/charts/compare/chronograf-0.0.27...chronograf-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) - - - - -## [chronograf-0.0.27](https://github.com/truecharts/charts/compare/chronograf-0.0.26...chronograf-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chronograf-0.0.26](https://github.com/truecharts/charts/compare/chronograf-0.0.25...chronograf-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chronograf-0.0.25](https://github.com/truecharts/charts/compare/chronograf-0.0.23...chronograf-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/chronograf/0.0.32/Chart.lock b/incubator/chronograf/0.0.32/Chart.lock deleted file mode 100644 index 6078c4d2e9e..00000000000 --- a/incubator/chronograf/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:10.163560323Z" diff --git a/incubator/chronograf/0.0.32/Chart.yaml b/incubator/chronograf/0.0.32/Chart.yaml deleted file mode 100644 index 827e5404467..00000000000 --- a/incubator/chronograf/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-System -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules." -home: https://truecharts.org/docs/charts/incubator/chronograf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png -keywords: - - chronograf - - Tools-System -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chronograf -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/chronograf - - https://www.influxdata.com/time-series-platform/chronograf/ - - https://hub.docker.com/_/chronograf/ -type: application -version: 0.0.32 diff --git a/incubator/chronograf/0.0.32/README.md b/incubator/chronograf/0.0.32/README.md deleted file mode 100644 index fc0cfbca6ad..00000000000 --- a/incubator/chronograf/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# chronograf - -Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chronograf](https://truecharts.org/docs/charts/incubator/chronograf) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chronograf` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chronograf TrueCharts/chronograf -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chronograf` deployment - -```console -helm uninstall chronograf -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chronograf \ - --set env.TZ="America/New York" \ - TrueCharts/chronograf -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chronograf TrueCharts/chronograf -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/chronograf/0.0.32/charts/common-10.7.0.tgz b/incubator/chronograf/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/chronograf/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/chronograf/0.0.33/CHANGELOG.md b/incubator/chronograf/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..fa87e62b57f --- /dev/null +++ b/incubator/chronograf/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chronograf-0.0.33](https://github.com/truecharts/charts/compare/chronograf-0.0.32...chronograf-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chronograf-0.0.32](https://github.com/truecharts/charts/compare/chronograf-0.0.31...chronograf-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chronograf-0.0.31](https://github.com/truecharts/charts/compare/chronograf-0.0.30...chronograf-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chronograf-0.0.31](https://github.com/truecharts/charts/compare/chronograf-0.0.30...chronograf-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chronograf-0.0.30](https://github.com/truecharts/charts/compare/chronograf-0.0.29...chronograf-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [chronograf-0.0.29](https://github.com/truecharts/charts/compare/chronograf-0.0.28...chronograf-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chronograf-0.0.28](https://github.com/truecharts/charts/compare/chronograf-0.0.27...chronograf-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [chronograf-0.0.27](https://github.com/truecharts/charts/compare/chronograf-0.0.26...chronograf-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chronograf-0.0.26](https://github.com/truecharts/charts/compare/chronograf-0.0.25...chronograf-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chronograf-0.0.25](https://github.com/truecharts/charts/compare/chronograf-0.0.23...chronograf-0.0.25) (2022-09-22) + +### Chore diff --git a/incubator/chronograf/0.0.33/Chart.lock b/incubator/chronograf/0.0.33/Chart.lock new file mode 100644 index 00000000000..bb7610a7357 --- /dev/null +++ b/incubator/chronograf/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:15.321527533Z" diff --git a/incubator/chronograf/0.0.33/Chart.yaml b/incubator/chronograf/0.0.33/Chart.yaml new file mode 100644 index 00000000000..e6e24dafddb --- /dev/null +++ b/incubator/chronograf/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-System +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules." +home: https://truecharts.org/docs/charts/incubator/chronograf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png +keywords: + - chronograf + - Tools-System +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chronograf +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/chronograf + - https://www.influxdata.com/time-series-platform/chronograf/ + - https://hub.docker.com/_/chronograf/ +type: application +version: 0.0.33 diff --git a/incubator/chronograf/0.0.33/README.md b/incubator/chronograf/0.0.33/README.md new file mode 100644 index 00000000000..725dffdcf7e --- /dev/null +++ b/incubator/chronograf/0.0.33/README.md @@ -0,0 +1,107 @@ +# chronograf + +Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chronograf](https://truecharts.org/docs/charts/incubator/chronograf) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chronograf` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chronograf TrueCharts/chronograf +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chronograf` deployment + +```console +helm uninstall chronograf +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chronograf \ + --set env.TZ="America/New York" \ + TrueCharts/chronograf +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chronograf TrueCharts/chronograf -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/chronograf/0.0.32/app-readme.md b/incubator/chronograf/0.0.33/app-readme.md similarity index 100% rename from incubator/chronograf/0.0.32/app-readme.md rename to incubator/chronograf/0.0.33/app-readme.md diff --git a/incubator/chronograf/0.0.33/charts/common-10.7.1.tgz b/incubator/chronograf/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/chronograf/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/chronograf/0.0.32/ix_values.yaml b/incubator/chronograf/0.0.33/ix_values.yaml similarity index 100% rename from incubator/chronograf/0.0.32/ix_values.yaml rename to incubator/chronograf/0.0.33/ix_values.yaml diff --git a/incubator/chronograf/0.0.32/questions.yaml b/incubator/chronograf/0.0.33/questions.yaml similarity index 100% rename from incubator/chronograf/0.0.32/questions.yaml rename to incubator/chronograf/0.0.33/questions.yaml diff --git a/incubator/chronograf/0.0.32/templates/common.yaml b/incubator/chronograf/0.0.33/templates/common.yaml similarity index 100% rename from incubator/chronograf/0.0.32/templates/common.yaml rename to incubator/chronograf/0.0.33/templates/common.yaml diff --git a/incubator/chronograf/0.0.32/values.yaml b/incubator/chronograf/0.0.33/values.yaml similarity index 100% rename from incubator/chronograf/0.0.32/values.yaml rename to incubator/chronograf/0.0.33/values.yaml diff --git a/incubator/ciao/0.0.29/CHANGELOG.md b/incubator/ciao/0.0.29/CHANGELOG.md deleted file mode 100644 index ceb7bcc3f65..00000000000 --- a/incubator/ciao/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ciao-0.0.29](https://github.com/truecharts/charts/compare/ciao-0.0.28...ciao-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ciao-0.0.28](https://github.com/truecharts/charts/compare/ciao-0.0.27...ciao-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ciao-0.0.28](https://github.com/truecharts/charts/compare/ciao-0.0.27...ciao-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ciao-0.0.27](https://github.com/truecharts/charts/compare/ciao-0.0.26...ciao-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ciao-0.0.26](https://github.com/truecharts/charts/compare/ciao-0.0.25...ciao-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ciao-0.0.25](https://github.com/truecharts/charts/compare/ciao-0.0.24...ciao-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ciao-0.0.24](https://github.com/truecharts/charts/compare/ciao-0.0.23...ciao-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ciao-0.0.24](https://github.com/truecharts/charts/compare/ciao-0.0.23...ciao-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ciao/0.0.29/Chart.lock b/incubator/ciao/0.0.29/Chart.lock deleted file mode 100644 index 701346c1bde..00000000000 --- a/incubator/ciao/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:18.817425192Z" diff --git a/incubator/ciao/0.0.29/Chart.yaml b/incubator/ciao/0.0.29/Chart.yaml deleted file mode 100644 index e02af0c38be..00000000000 --- a/incubator/ciao/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-System -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks." -home: https://truecharts.org/docs/charts/incubator/ciao -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png -keywords: - - ciao - - Network-Other - - Productivity - - Tools-System -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ciao -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ciao - - https://brotandgames.com/ciao/ - - https://hub.docker.com/r/brotandgames/ciao -type: application -version: 0.0.29 diff --git a/incubator/ciao/0.0.29/README.md b/incubator/ciao/0.0.29/README.md deleted file mode 100644 index 418cb9583b6..00000000000 --- a/incubator/ciao/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ciao - -ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ciao](https://truecharts.org/docs/charts/incubator/ciao) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ciao` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ciao TrueCharts/ciao -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ciao` deployment - -```console -helm uninstall ciao -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ciao \ - --set env.TZ="America/New York" \ - TrueCharts/ciao -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ciao TrueCharts/ciao -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ciao/0.0.29/charts/common-10.7.0.tgz b/incubator/ciao/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ciao/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ciao/0.0.30/CHANGELOG.md b/incubator/ciao/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a60c4b11a17 --- /dev/null +++ b/incubator/ciao/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ciao-0.0.30](https://github.com/truecharts/charts/compare/ciao-0.0.29...ciao-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ciao-0.0.29](https://github.com/truecharts/charts/compare/ciao-0.0.28...ciao-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ciao-0.0.28](https://github.com/truecharts/charts/compare/ciao-0.0.27...ciao-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ciao-0.0.28](https://github.com/truecharts/charts/compare/ciao-0.0.27...ciao-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ciao-0.0.27](https://github.com/truecharts/charts/compare/ciao-0.0.26...ciao-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ciao-0.0.26](https://github.com/truecharts/charts/compare/ciao-0.0.25...ciao-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ciao-0.0.25](https://github.com/truecharts/charts/compare/ciao-0.0.24...ciao-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ciao-0.0.24](https://github.com/truecharts/charts/compare/ciao-0.0.23...ciao-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ciao/0.0.30/Chart.lock b/incubator/ciao/0.0.30/Chart.lock new file mode 100644 index 00000000000..ceb0a9c05ec --- /dev/null +++ b/incubator/ciao/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:27.891332619Z" diff --git a/incubator/ciao/0.0.30/Chart.yaml b/incubator/ciao/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b20a7d69572 --- /dev/null +++ b/incubator/ciao/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-System +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks." +home: https://truecharts.org/docs/charts/incubator/ciao +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.png +keywords: + - ciao + - Network-Other + - Productivity + - Tools-System +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ciao +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ciao + - https://brotandgames.com/ciao/ + - https://hub.docker.com/r/brotandgames/ciao +type: application +version: 0.0.30 diff --git a/incubator/ciao/0.0.30/README.md b/incubator/ciao/0.0.30/README.md new file mode 100644 index 00000000000..a861713caaa --- /dev/null +++ b/incubator/ciao/0.0.30/README.md @@ -0,0 +1,107 @@ +# ciao + +ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ciao](https://truecharts.org/docs/charts/incubator/ciao) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ciao` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ciao TrueCharts/ciao +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ciao` deployment + +```console +helm uninstall ciao +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ciao \ + --set env.TZ="America/New York" \ + TrueCharts/ciao +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ciao TrueCharts/ciao -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ciao/0.0.29/app-readme.md b/incubator/ciao/0.0.30/app-readme.md similarity index 100% rename from incubator/ciao/0.0.29/app-readme.md rename to incubator/ciao/0.0.30/app-readme.md diff --git a/incubator/ciao/0.0.30/charts/common-10.7.1.tgz b/incubator/ciao/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ciao/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ciao/0.0.29/ix_values.yaml b/incubator/ciao/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ciao/0.0.29/ix_values.yaml rename to incubator/ciao/0.0.30/ix_values.yaml diff --git a/incubator/ciao/0.0.29/questions.yaml b/incubator/ciao/0.0.30/questions.yaml similarity index 100% rename from incubator/ciao/0.0.29/questions.yaml rename to incubator/ciao/0.0.30/questions.yaml diff --git a/incubator/ciao/0.0.29/templates/common.yaml b/incubator/ciao/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ciao/0.0.29/templates/common.yaml rename to incubator/ciao/0.0.30/templates/common.yaml diff --git a/incubator/ciao/0.0.29/values.yaml b/incubator/ciao/0.0.30/values.yaml similarity index 100% rename from incubator/ciao/0.0.29/values.yaml rename to incubator/ciao/0.0.30/values.yaml diff --git a/incubator/citadel-forgedwithfire/0.0.29/CHANGELOG.md b/incubator/citadel-forgedwithfire/0.0.29/CHANGELOG.md deleted file mode 100644 index 4a82754a62f..00000000000 --- a/incubator/citadel-forgedwithfire/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [citadel-forgedwithfire-0.0.29](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.28...citadel-forgedwithfire-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [citadel-forgedwithfire-0.0.28](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.27...citadel-forgedwithfire-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [citadel-forgedwithfire-0.0.28](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.27...citadel-forgedwithfire-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [citadel-forgedwithfire-0.0.27](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.26...citadel-forgedwithfire-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [citadel-forgedwithfire-0.0.26](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.25...citadel-forgedwithfire-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [citadel-forgedwithfire-0.0.25](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.24...citadel-forgedwithfire-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [citadel-forgedwithfire-0.0.24](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.23...citadel-forgedwithfire-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [citadel-forgedwithfire-0.0.24](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.23...citadel-forgedwithfire-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/citadel-forgedwithfire/0.0.29/Chart.lock b/incubator/citadel-forgedwithfire/0.0.29/Chart.lock deleted file mode 100644 index 5bad6b16845..00000000000 --- a/incubator/citadel-forgedwithfire/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:36.466331907Z" diff --git a/incubator/citadel-forgedwithfire/0.0.29/Chart.yaml b/incubator/citadel-forgedwithfire/0.0.29/Chart.yaml deleted file mode 100644 index cbe34e25053..00000000000 --- a/incubator/citadel-forgedwithfire/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it." -home: https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire -icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png -keywords: - - citadel-forgedwithfire - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: citadel-forgedwithfire -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/citadel-forgedwithfire - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/citadel-forgedwithfire/0.0.29/README.md b/incubator/citadel-forgedwithfire/0.0.29/README.md deleted file mode 100644 index 8a957d5fcd5..00000000000 --- a/incubator/citadel-forgedwithfire/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# citadel-forgedwithfire - -This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [citadel-forgedwithfire](https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `citadel-forgedwithfire` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `citadel-forgedwithfire` deployment - -```console -helm uninstall citadel-forgedwithfire -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install citadel-forgedwithfire \ - --set env.TZ="America/New York" \ - TrueCharts/citadel-forgedwithfire -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/citadel-forgedwithfire/0.0.29/charts/common-10.7.0.tgz b/incubator/citadel-forgedwithfire/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/citadel-forgedwithfire/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/citadel-forgedwithfire/0.0.30/CHANGELOG.md b/incubator/citadel-forgedwithfire/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..8c83fac635f --- /dev/null +++ b/incubator/citadel-forgedwithfire/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [citadel-forgedwithfire-0.0.30](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.29...citadel-forgedwithfire-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [citadel-forgedwithfire-0.0.29](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.28...citadel-forgedwithfire-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [citadel-forgedwithfire-0.0.28](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.27...citadel-forgedwithfire-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [citadel-forgedwithfire-0.0.28](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.27...citadel-forgedwithfire-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [citadel-forgedwithfire-0.0.27](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.26...citadel-forgedwithfire-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [citadel-forgedwithfire-0.0.26](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.25...citadel-forgedwithfire-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [citadel-forgedwithfire-0.0.25](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.24...citadel-forgedwithfire-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [citadel-forgedwithfire-0.0.24](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-0.0.23...citadel-forgedwithfire-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/citadel-forgedwithfire/0.0.30/Chart.lock b/incubator/citadel-forgedwithfire/0.0.30/Chart.lock new file mode 100644 index 00000000000..4407b2fd6e6 --- /dev/null +++ b/incubator/citadel-forgedwithfire/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:38.866828084Z" diff --git a/incubator/citadel-forgedwithfire/0.0.30/Chart.yaml b/incubator/citadel-forgedwithfire/0.0.30/Chart.yaml new file mode 100644 index 00000000000..cede344b0ca --- /dev/null +++ b/incubator/citadel-forgedwithfire/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it." +home: https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire +icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.png +keywords: + - citadel-forgedwithfire + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: citadel-forgedwithfire +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/citadel-forgedwithfire + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/citadel-forgedwithfire/0.0.30/README.md b/incubator/citadel-forgedwithfire/0.0.30/README.md new file mode 100644 index 00000000000..b8424df650a --- /dev/null +++ b/incubator/citadel-forgedwithfire/0.0.30/README.md @@ -0,0 +1,107 @@ +# citadel-forgedwithfire + +This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [citadel-forgedwithfire](https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `citadel-forgedwithfire` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `citadel-forgedwithfire` deployment + +```console +helm uninstall citadel-forgedwithfire +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install citadel-forgedwithfire \ + --set env.TZ="America/New York" \ + TrueCharts/citadel-forgedwithfire +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install citadel-forgedwithfire TrueCharts/citadel-forgedwithfire -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/citadel-forgedwithfire/0.0.29/app-readme.md b/incubator/citadel-forgedwithfire/0.0.30/app-readme.md similarity index 100% rename from incubator/citadel-forgedwithfire/0.0.29/app-readme.md rename to incubator/citadel-forgedwithfire/0.0.30/app-readme.md diff --git a/incubator/citadel-forgedwithfire/0.0.30/charts/common-10.7.1.tgz b/incubator/citadel-forgedwithfire/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/citadel-forgedwithfire/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/citadel-forgedwithfire/0.0.29/ix_values.yaml b/incubator/citadel-forgedwithfire/0.0.30/ix_values.yaml similarity index 100% rename from incubator/citadel-forgedwithfire/0.0.29/ix_values.yaml rename to incubator/citadel-forgedwithfire/0.0.30/ix_values.yaml diff --git a/incubator/citadel-forgedwithfire/0.0.29/questions.yaml b/incubator/citadel-forgedwithfire/0.0.30/questions.yaml similarity index 100% rename from incubator/citadel-forgedwithfire/0.0.29/questions.yaml rename to incubator/citadel-forgedwithfire/0.0.30/questions.yaml diff --git a/incubator/citadel-forgedwithfire/0.0.29/templates/common.yaml b/incubator/citadel-forgedwithfire/0.0.30/templates/common.yaml similarity index 100% rename from incubator/citadel-forgedwithfire/0.0.29/templates/common.yaml rename to incubator/citadel-forgedwithfire/0.0.30/templates/common.yaml diff --git a/incubator/citadel-forgedwithfire/0.0.29/values.yaml b/incubator/citadel-forgedwithfire/0.0.30/values.yaml similarity index 100% rename from incubator/citadel-forgedwithfire/0.0.29/values.yaml rename to incubator/citadel-forgedwithfire/0.0.30/values.yaml diff --git a/incubator/cleanarr/0.0.30/CHANGELOG.md b/incubator/cleanarr/0.0.30/CHANGELOG.md deleted file mode 100644 index 1302856efef..00000000000 --- a/incubator/cleanarr/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cleanarr-0.0.30](https://github.com/truecharts/charts/compare/cleanarr-0.0.29...cleanarr-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cleanarr-0.0.28](https://github.com/truecharts/charts/compare/cleanarr-0.0.27...cleanarr-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cleanarr-0.0.27](https://github.com/truecharts/charts/compare/cleanarr-0.0.26...cleanarr-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cleanarr-0.0.26](https://github.com/truecharts/charts/compare/cleanarr-0.0.25...cleanarr-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cleanarr/0.0.30/Chart.lock b/incubator/cleanarr/0.0.30/Chart.lock deleted file mode 100644 index 70639c063f9..00000000000 --- a/incubator/cleanarr/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:37.408623199Z" diff --git a/incubator/cleanarr/0.0.30/Chart.yaml b/incubator/cleanarr/0.0.30/Chart.yaml deleted file mode 100644 index 01468c766ad..00000000000 --- a/incubator/cleanarr/0.0.30/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2.1.3" -version: 0.0.30 -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A simple UI to help find and delete duplicate and sample files from your Plex server. -home: https://truecharts.org/docs/charts/incubator/cleanarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png -keywords: - - cleanarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cleanarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr - - https://github.com/se1exin/cleanarr - - https://hub.docker.com/r/selexin/cleanarr/ -type: application -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Media diff --git a/incubator/cleanarr/0.0.30/README.md b/incubator/cleanarr/0.0.30/README.md deleted file mode 100644 index 66a40734758..00000000000 --- a/incubator/cleanarr/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cleanarr - -A simple UI to help find and delete duplicate and sample files from your Plex server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cleanarr](https://truecharts.org/docs/charts/incubator/cleanarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cleanarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cleanarr TrueCharts/cleanarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cleanarr` deployment - -```console -helm uninstall cleanarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cleanarr \ - --set env.TZ="America/New York" \ - TrueCharts/cleanarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cleanarr TrueCharts/cleanarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cleanarr/0.0.30/charts/common-10.7.0.tgz b/incubator/cleanarr/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cleanarr/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cleanarr/0.0.31/CHANGELOG.md b/incubator/cleanarr/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..d84a5906838 --- /dev/null +++ b/incubator/cleanarr/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cleanarr-0.0.31](https://github.com/truecharts/charts/compare/cleanarr-0.0.30...cleanarr-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cleanarr-0.0.30](https://github.com/truecharts/charts/compare/cleanarr-0.0.29...cleanarr-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cleanarr-0.0.29](https://github.com/truecharts/charts/compare/cleanarr-0.0.28...cleanarr-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cleanarr-0.0.28](https://github.com/truecharts/charts/compare/cleanarr-0.0.27...cleanarr-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cleanarr-0.0.27](https://github.com/truecharts/charts/compare/cleanarr-0.0.26...cleanarr-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cleanarr-0.0.26](https://github.com/truecharts/charts/compare/cleanarr-0.0.25...cleanarr-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cleanarr-0.0.25](https://github.com/truecharts/charts/compare/cleanarr-0.0.24...cleanarr-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cleanarr/0.0.31/Chart.lock b/incubator/cleanarr/0.0.31/Chart.lock new file mode 100644 index 00000000000..1aece51b1e9 --- /dev/null +++ b/incubator/cleanarr/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:43.425183942Z" diff --git a/incubator/cleanarr/0.0.31/Chart.yaml b/incubator/cleanarr/0.0.31/Chart.yaml new file mode 100644 index 00000000000..66482fd8907 --- /dev/null +++ b/incubator/cleanarr/0.0.31/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.1.3" +version: 0.0.31 +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A simple UI to help find and delete duplicate and sample files from your Plex server. +home: https://truecharts.org/docs/charts/incubator/cleanarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png +keywords: + - cleanarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cleanarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr + - https://github.com/se1exin/cleanarr + - https://hub.docker.com/r/selexin/cleanarr/ +type: application +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Media diff --git a/incubator/cleanarr/0.0.31/README.md b/incubator/cleanarr/0.0.31/README.md new file mode 100644 index 00000000000..d147a555ba3 --- /dev/null +++ b/incubator/cleanarr/0.0.31/README.md @@ -0,0 +1,107 @@ +# cleanarr + +A simple UI to help find and delete duplicate and sample files from your Plex server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cleanarr](https://truecharts.org/docs/charts/incubator/cleanarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cleanarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cleanarr TrueCharts/cleanarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cleanarr` deployment + +```console +helm uninstall cleanarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cleanarr \ + --set env.TZ="America/New York" \ + TrueCharts/cleanarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cleanarr TrueCharts/cleanarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cleanarr/0.0.30/app-readme.md b/incubator/cleanarr/0.0.31/app-readme.md similarity index 100% rename from incubator/cleanarr/0.0.30/app-readme.md rename to incubator/cleanarr/0.0.31/app-readme.md diff --git a/incubator/cleanarr/0.0.31/charts/common-10.7.1.tgz b/incubator/cleanarr/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cleanarr/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/cleanarr/0.0.30/ix_values.yaml b/incubator/cleanarr/0.0.31/ix_values.yaml similarity index 100% rename from incubator/cleanarr/0.0.30/ix_values.yaml rename to incubator/cleanarr/0.0.31/ix_values.yaml diff --git a/incubator/cleanarr/0.0.30/questions.yaml b/incubator/cleanarr/0.0.31/questions.yaml similarity index 100% rename from incubator/cleanarr/0.0.30/questions.yaml rename to incubator/cleanarr/0.0.31/questions.yaml diff --git a/incubator/cleanarr/0.0.30/templates/common.yaml b/incubator/cleanarr/0.0.31/templates/common.yaml similarity index 100% rename from incubator/cleanarr/0.0.30/templates/common.yaml rename to incubator/cleanarr/0.0.31/templates/common.yaml diff --git a/incubator/cleanarr/0.0.30/values.yaml b/incubator/cleanarr/0.0.31/values.yaml similarity index 100% rename from incubator/cleanarr/0.0.30/values.yaml rename to incubator/cleanarr/0.0.31/values.yaml diff --git a/incubator/cloudbeaver/0.0.31/CHANGELOG.md b/incubator/cloudbeaver/0.0.31/CHANGELOG.md deleted file mode 100644 index 061e8e1f1d6..00000000000 --- a/incubator/cloudbeaver/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloudbeaver-0.0.31](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.30...cloudbeaver-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cloudbeaver-0.0.30](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.29...cloudbeaver-0.0.30) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [cloudbeaver-0.0.29](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.28...cloudbeaver-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudbeaver-0.0.29](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.28...cloudbeaver-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudbeaver-0.0.28](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.27...cloudbeaver-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [cloudbeaver-0.0.27](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.26...cloudbeaver-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloudbeaver-0.0.26](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.25...cloudbeaver-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloudbeaver-0.0.25](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.24...cloudbeaver-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/cloudbeaver/0.0.31/Chart.lock b/incubator/cloudbeaver/0.0.31/Chart.lock deleted file mode 100644 index 2ae3e1e1e97..00000000000 --- a/incubator/cloudbeaver/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:39.297671129Z" diff --git a/incubator/cloudbeaver/0.0.31/Chart.yaml b/incubator/cloudbeaver/0.0.31/Chart.yaml deleted file mode 100644 index 99c2b1102e3..00000000000 --- a/incubator/cloudbeaver/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Cloud Database Manager (Official Chart)" -home: https://truecharts.org/docs/charts/incubator/cloudbeaver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png -keywords: - - cloudbeaver - - Cloud - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cloudbeaver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver - - https://github.com/dbeaver/cloudbeaver - - https://hub.docker.com/r/dbeaver/cloudbeaver/ -type: application -version: 0.0.31 diff --git a/incubator/cloudbeaver/0.0.31/README.md b/incubator/cloudbeaver/0.0.31/README.md deleted file mode 100644 index a52a03ab2ce..00000000000 --- a/incubator/cloudbeaver/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cloudbeaver - -Cloud Database Manager (Official Chart) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloudbeaver](https://truecharts.org/docs/charts/incubator/cloudbeaver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloudbeaver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloudbeaver TrueCharts/cloudbeaver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloudbeaver` deployment - -```console -helm uninstall cloudbeaver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloudbeaver \ - --set env.TZ="America/New York" \ - TrueCharts/cloudbeaver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloudbeaver TrueCharts/cloudbeaver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudbeaver/0.0.31/charts/common-10.7.0.tgz b/incubator/cloudbeaver/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cloudbeaver/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cloudbeaver/0.0.32/CHANGELOG.md b/incubator/cloudbeaver/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..ca5917f7f0d --- /dev/null +++ b/incubator/cloudbeaver/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloudbeaver-0.0.32](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.31...cloudbeaver-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloudbeaver-0.0.31](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.30...cloudbeaver-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cloudbeaver-0.0.30](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.29...cloudbeaver-0.0.30) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [cloudbeaver-0.0.29](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.28...cloudbeaver-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudbeaver-0.0.29](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.28...cloudbeaver-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudbeaver-0.0.28](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.27...cloudbeaver-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [cloudbeaver-0.0.27](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.26...cloudbeaver-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloudbeaver-0.0.26](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.25...cloudbeaver-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloudbeaver-0.0.25](https://github.com/truecharts/charts/compare/cloudbeaver-0.0.24...cloudbeaver-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/cloudbeaver/0.0.32/Chart.lock b/incubator/cloudbeaver/0.0.32/Chart.lock new file mode 100644 index 00000000000..2962c1a4310 --- /dev/null +++ b/incubator/cloudbeaver/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:46.068867003Z" diff --git a/incubator/cloudbeaver/0.0.32/Chart.yaml b/incubator/cloudbeaver/0.0.32/Chart.yaml new file mode 100644 index 00000000000..ab1fd9362c5 --- /dev/null +++ b/incubator/cloudbeaver/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Cloud Database Manager (Official Chart)" +home: https://truecharts.org/docs/charts/incubator/cloudbeaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png +keywords: + - cloudbeaver + - Cloud + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cloudbeaver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudbeaver + - https://github.com/dbeaver/cloudbeaver + - https://hub.docker.com/r/dbeaver/cloudbeaver/ +type: application +version: 0.0.32 diff --git a/incubator/cloudbeaver/0.0.32/README.md b/incubator/cloudbeaver/0.0.32/README.md new file mode 100644 index 00000000000..c5e2c78db70 --- /dev/null +++ b/incubator/cloudbeaver/0.0.32/README.md @@ -0,0 +1,107 @@ +# cloudbeaver + +Cloud Database Manager (Official Chart) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloudbeaver](https://truecharts.org/docs/charts/incubator/cloudbeaver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloudbeaver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloudbeaver TrueCharts/cloudbeaver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloudbeaver` deployment + +```console +helm uninstall cloudbeaver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloudbeaver \ + --set env.TZ="America/New York" \ + TrueCharts/cloudbeaver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloudbeaver TrueCharts/cloudbeaver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudbeaver/0.0.31/app-readme.md b/incubator/cloudbeaver/0.0.32/app-readme.md similarity index 100% rename from incubator/cloudbeaver/0.0.31/app-readme.md rename to incubator/cloudbeaver/0.0.32/app-readme.md diff --git a/incubator/cloudbeaver/0.0.32/charts/common-10.7.1.tgz b/incubator/cloudbeaver/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cloudbeaver/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/cloudbeaver/0.0.31/ix_values.yaml b/incubator/cloudbeaver/0.0.32/ix_values.yaml similarity index 100% rename from incubator/cloudbeaver/0.0.31/ix_values.yaml rename to incubator/cloudbeaver/0.0.32/ix_values.yaml diff --git a/incubator/cloudbeaver/0.0.31/questions.yaml b/incubator/cloudbeaver/0.0.32/questions.yaml similarity index 100% rename from incubator/cloudbeaver/0.0.31/questions.yaml rename to incubator/cloudbeaver/0.0.32/questions.yaml diff --git a/incubator/cloudbeaver/0.0.31/templates/common.yaml b/incubator/cloudbeaver/0.0.32/templates/common.yaml similarity index 100% rename from incubator/cloudbeaver/0.0.31/templates/common.yaml rename to incubator/cloudbeaver/0.0.32/templates/common.yaml diff --git a/incubator/cloudbeaver/0.0.31/values.yaml b/incubator/cloudbeaver/0.0.32/values.yaml similarity index 100% rename from incubator/cloudbeaver/0.0.31/values.yaml rename to incubator/cloudbeaver/0.0.32/values.yaml diff --git a/incubator/cloudcommander/0.0.31/CHANGELOG.md b/incubator/cloudcommander/0.0.31/CHANGELOG.md deleted file mode 100644 index cade2ad8b7d..00000000000 --- a/incubator/cloudcommander/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloudcommander-0.0.31](https://github.com/truecharts/charts/compare/cloudcommander-0.0.30...cloudcommander-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cloudcommander-0.0.30](https://github.com/truecharts/charts/compare/cloudcommander-0.0.29...cloudcommander-0.0.30) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [cloudcommander-0.0.29](https://github.com/truecharts/charts/compare/cloudcommander-0.0.28...cloudcommander-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudcommander-0.0.29](https://github.com/truecharts/charts/compare/cloudcommander-0.0.28...cloudcommander-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudcommander-0.0.28](https://github.com/truecharts/charts/compare/cloudcommander-0.0.27...cloudcommander-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cloudcommander-0.0.27](https://github.com/truecharts/charts/compare/cloudcommander-0.0.26...cloudcommander-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloudcommander-0.0.26](https://github.com/truecharts/charts/compare/cloudcommander-0.0.25...cloudcommander-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloudcommander-0.0.25](https://github.com/truecharts/charts/compare/cloudcommander-0.0.24...cloudcommander-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/cloudcommander/0.0.31/Chart.lock b/incubator/cloudcommander/0.0.31/Chart.lock deleted file mode 100644 index 68e8568a0a9..00000000000 --- a/incubator/cloudcommander/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:29:47.462959767Z" diff --git a/incubator/cloudcommander/0.0.31/Chart.yaml b/incubator/cloudcommander/0.0.31/Chart.yaml deleted file mode 100644 index 468d261be3d..00000000000 --- a/incubator/cloudcommander/0.0.31/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]\n" -home: https://truecharts.org/docs/charts/incubator/cloudcommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png -keywords: - - cloudcommander - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cloudcommander -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander - - https://hub.docker.com/r/coderaiser/cloudcmd/ -type: application -version: 0.0.31 diff --git a/incubator/cloudcommander/0.0.31/README.md b/incubator/cloudcommander/0.0.31/README.md deleted file mode 100644 index 0a9604ecd04..00000000000 --- a/incubator/cloudcommander/0.0.31/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# cloudcommander - -[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloudcommander](https://truecharts.org/docs/charts/incubator/cloudcommander) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloudcommander` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloudcommander TrueCharts/cloudcommander -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloudcommander` deployment - -```console -helm uninstall cloudcommander -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloudcommander \ - --set env.TZ="America/New York" \ - TrueCharts/cloudcommander -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloudcommander TrueCharts/cloudcommander -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudcommander/0.0.31/charts/common-10.7.0.tgz b/incubator/cloudcommander/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cloudcommander/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cloudcommander/0.0.32/CHANGELOG.md b/incubator/cloudcommander/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..8b863424fe2 --- /dev/null +++ b/incubator/cloudcommander/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloudcommander-0.0.32](https://github.com/truecharts/charts/compare/cloudcommander-0.0.31...cloudcommander-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloudcommander-0.0.31](https://github.com/truecharts/charts/compare/cloudcommander-0.0.30...cloudcommander-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cloudcommander-0.0.30](https://github.com/truecharts/charts/compare/cloudcommander-0.0.29...cloudcommander-0.0.30) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [cloudcommander-0.0.29](https://github.com/truecharts/charts/compare/cloudcommander-0.0.28...cloudcommander-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudcommander-0.0.29](https://github.com/truecharts/charts/compare/cloudcommander-0.0.28...cloudcommander-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudcommander-0.0.28](https://github.com/truecharts/charts/compare/cloudcommander-0.0.27...cloudcommander-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cloudcommander-0.0.27](https://github.com/truecharts/charts/compare/cloudcommander-0.0.26...cloudcommander-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloudcommander-0.0.26](https://github.com/truecharts/charts/compare/cloudcommander-0.0.25...cloudcommander-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloudcommander-0.0.25](https://github.com/truecharts/charts/compare/cloudcommander-0.0.24...cloudcommander-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/cloudcommander/0.0.32/Chart.lock b/incubator/cloudcommander/0.0.32/Chart.lock new file mode 100644 index 00000000000..16cd90042f7 --- /dev/null +++ b/incubator/cloudcommander/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:09:59.721124529Z" diff --git a/incubator/cloudcommander/0.0.32/Chart.yaml b/incubator/cloudcommander/0.0.32/Chart.yaml new file mode 100644 index 00000000000..b75efaa4584 --- /dev/null +++ b/incubator/cloudcommander/0.0.32/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]\n" +home: https://truecharts.org/docs/charts/incubator/cloudcommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.png +keywords: + - cloudcommander + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cloudcommander +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander + - https://hub.docker.com/r/coderaiser/cloudcmd/ +type: application +version: 0.0.32 diff --git a/incubator/cloudcommander/0.0.32/README.md b/incubator/cloudcommander/0.0.32/README.md new file mode 100644 index 00000000000..6b681914cb9 --- /dev/null +++ b/incubator/cloudcommander/0.0.32/README.md @@ -0,0 +1,106 @@ +# cloudcommander + +[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloudcommander](https://truecharts.org/docs/charts/incubator/cloudcommander) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloudcommander` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloudcommander TrueCharts/cloudcommander +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloudcommander` deployment + +```console +helm uninstall cloudcommander +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloudcommander \ + --set env.TZ="America/New York" \ + TrueCharts/cloudcommander +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloudcommander TrueCharts/cloudcommander -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudcommander/0.0.31/app-readme.md b/incubator/cloudcommander/0.0.32/app-readme.md similarity index 100% rename from incubator/cloudcommander/0.0.31/app-readme.md rename to incubator/cloudcommander/0.0.32/app-readme.md diff --git a/incubator/cloudcommander/0.0.32/charts/common-10.7.1.tgz b/incubator/cloudcommander/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cloudcommander/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/cloudcommander/0.0.31/ix_values.yaml b/incubator/cloudcommander/0.0.32/ix_values.yaml similarity index 100% rename from incubator/cloudcommander/0.0.31/ix_values.yaml rename to incubator/cloudcommander/0.0.32/ix_values.yaml diff --git a/incubator/cloudcommander/0.0.31/questions.yaml b/incubator/cloudcommander/0.0.32/questions.yaml similarity index 100% rename from incubator/cloudcommander/0.0.31/questions.yaml rename to incubator/cloudcommander/0.0.32/questions.yaml diff --git a/incubator/cloudcommander/0.0.31/templates/common.yaml b/incubator/cloudcommander/0.0.32/templates/common.yaml similarity index 100% rename from incubator/cloudcommander/0.0.31/templates/common.yaml rename to incubator/cloudcommander/0.0.32/templates/common.yaml diff --git a/incubator/cloudcommander/0.0.31/values.yaml b/incubator/cloudcommander/0.0.32/values.yaml similarity index 100% rename from incubator/cloudcommander/0.0.31/values.yaml rename to incubator/cloudcommander/0.0.32/values.yaml diff --git a/incubator/cloudreve/0.0.29/CHANGELOG.md b/incubator/cloudreve/0.0.29/CHANGELOG.md deleted file mode 100644 index 1582aa69f03..00000000000 --- a/incubator/cloudreve/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloudreve-0.0.29](https://github.com/truecharts/charts/compare/cloudreve-0.0.28...cloudreve-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudreve-0.0.27](https://github.com/truecharts/charts/compare/cloudreve-0.0.26...cloudreve-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cloudreve-0.0.26](https://github.com/truecharts/charts/compare/cloudreve-0.0.25...cloudreve-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloudreve-0.0.25](https://github.com/truecharts/charts/compare/cloudreve-0.0.24...cloudreve-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cloudreve/0.0.29/Chart.lock b/incubator/cloudreve/0.0.29/Chart.lock deleted file mode 100644 index d1574474c6c..00000000000 --- a/incubator/cloudreve/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:05.934127476Z" diff --git a/incubator/cloudreve/0.0.29/Chart.yaml b/incubator/cloudreve/0.0.29/Chart.yaml deleted file mode 100644 index b742159539c..00000000000 --- a/incubator/cloudreve/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Self-hosted file management and sharing system, supports multiple storage providers" -home: https://truecharts.org/docs/charts/incubator/cloudreve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png -keywords: - - cloudreve - - Cloud - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cloudreve -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudreve - - https://github.com/cloudreve/Cloudreve - - https://hub.docker.com/r/xavierniu/cloudreve -type: application -version: 0.0.29 diff --git a/incubator/cloudreve/0.0.29/README.md b/incubator/cloudreve/0.0.29/README.md deleted file mode 100644 index 9bc71694767..00000000000 --- a/incubator/cloudreve/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cloudreve - -Self-hosted file management and sharing system, supports multiple storage providers - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloudreve](https://truecharts.org/docs/charts/incubator/cloudreve) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloudreve` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloudreve TrueCharts/cloudreve -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloudreve` deployment - -```console -helm uninstall cloudreve -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloudreve \ - --set env.TZ="America/New York" \ - TrueCharts/cloudreve -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloudreve TrueCharts/cloudreve -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudreve/0.0.29/charts/common-10.7.0.tgz b/incubator/cloudreve/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cloudreve/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cloudreve/0.0.30/CHANGELOG.md b/incubator/cloudreve/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7474ca57f9c --- /dev/null +++ b/incubator/cloudreve/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloudreve-0.0.30](https://github.com/truecharts/charts/compare/cloudreve-0.0.29...cloudreve-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloudreve-0.0.29](https://github.com/truecharts/charts/compare/cloudreve-0.0.28...cloudreve-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudreve-0.0.28](https://github.com/truecharts/charts/compare/cloudreve-0.0.27...cloudreve-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudreve-0.0.27](https://github.com/truecharts/charts/compare/cloudreve-0.0.26...cloudreve-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cloudreve-0.0.26](https://github.com/truecharts/charts/compare/cloudreve-0.0.25...cloudreve-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloudreve-0.0.25](https://github.com/truecharts/charts/compare/cloudreve-0.0.24...cloudreve-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloudreve-0.0.24](https://github.com/truecharts/charts/compare/cloudreve-0.0.23...cloudreve-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cloudreve/0.0.30/Chart.lock b/incubator/cloudreve/0.0.30/Chart.lock new file mode 100644 index 00000000000..f2b044c6e86 --- /dev/null +++ b/incubator/cloudreve/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:09.677553374Z" diff --git a/incubator/cloudreve/0.0.30/Chart.yaml b/incubator/cloudreve/0.0.30/Chart.yaml new file mode 100644 index 00000000000..185aead3b0a --- /dev/null +++ b/incubator/cloudreve/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Self-hosted file management and sharing system, supports multiple storage providers" +home: https://truecharts.org/docs/charts/incubator/cloudreve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.png +keywords: + - cloudreve + - Cloud + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cloudreve +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudreve + - https://github.com/cloudreve/Cloudreve + - https://hub.docker.com/r/xavierniu/cloudreve +type: application +version: 0.0.30 diff --git a/incubator/cloudreve/0.0.30/README.md b/incubator/cloudreve/0.0.30/README.md new file mode 100644 index 00000000000..7674fe6c1c1 --- /dev/null +++ b/incubator/cloudreve/0.0.30/README.md @@ -0,0 +1,107 @@ +# cloudreve + +Self-hosted file management and sharing system, supports multiple storage providers + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloudreve](https://truecharts.org/docs/charts/incubator/cloudreve) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloudreve` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloudreve TrueCharts/cloudreve +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloudreve` deployment + +```console +helm uninstall cloudreve +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloudreve \ + --set env.TZ="America/New York" \ + TrueCharts/cloudreve +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloudreve TrueCharts/cloudreve -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cloudreve/0.0.29/app-readme.md b/incubator/cloudreve/0.0.30/app-readme.md similarity index 100% rename from incubator/cloudreve/0.0.29/app-readme.md rename to incubator/cloudreve/0.0.30/app-readme.md diff --git a/incubator/cloudreve/0.0.30/charts/common-10.7.1.tgz b/incubator/cloudreve/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cloudreve/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/cloudreve/0.0.29/ix_values.yaml b/incubator/cloudreve/0.0.30/ix_values.yaml similarity index 100% rename from incubator/cloudreve/0.0.29/ix_values.yaml rename to incubator/cloudreve/0.0.30/ix_values.yaml diff --git a/incubator/cloudreve/0.0.29/questions.yaml b/incubator/cloudreve/0.0.30/questions.yaml similarity index 100% rename from incubator/cloudreve/0.0.29/questions.yaml rename to incubator/cloudreve/0.0.30/questions.yaml diff --git a/incubator/cloudreve/0.0.29/templates/common.yaml b/incubator/cloudreve/0.0.30/templates/common.yaml similarity index 100% rename from incubator/cloudreve/0.0.29/templates/common.yaml rename to incubator/cloudreve/0.0.30/templates/common.yaml diff --git a/incubator/cloudreve/0.0.29/values.yaml b/incubator/cloudreve/0.0.30/values.yaml similarity index 100% rename from incubator/cloudreve/0.0.29/values.yaml rename to incubator/cloudreve/0.0.30/values.yaml diff --git a/incubator/colonysurvival/0.0.29/CHANGELOG.md b/incubator/colonysurvival/0.0.29/CHANGELOG.md deleted file mode 100644 index 062bfa3882c..00000000000 --- a/incubator/colonysurvival/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [colonysurvival-0.0.29](https://github.com/truecharts/charts/compare/colonysurvival-0.0.28...colonysurvival-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [colonysurvival-0.0.28](https://github.com/truecharts/charts/compare/colonysurvival-0.0.27...colonysurvival-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [colonysurvival-0.0.28](https://github.com/truecharts/charts/compare/colonysurvival-0.0.27...colonysurvival-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [colonysurvival-0.0.27](https://github.com/truecharts/charts/compare/colonysurvival-0.0.26...colonysurvival-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [colonysurvival-0.0.26](https://github.com/truecharts/charts/compare/colonysurvival-0.0.25...colonysurvival-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [colonysurvival-0.0.25](https://github.com/truecharts/charts/compare/colonysurvival-0.0.24...colonysurvival-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [colonysurvival-0.0.24](https://github.com/truecharts/charts/compare/colonysurvival-0.0.23...colonysurvival-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [colonysurvival-0.0.24](https://github.com/truecharts/charts/compare/colonysurvival-0.0.23...colonysurvival-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/colonysurvival/0.0.29/Chart.lock b/incubator/colonysurvival/0.0.29/Chart.lock deleted file mode 100644 index a41c070cd1b..00000000000 --- a/incubator/colonysurvival/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:06.305176831Z" diff --git a/incubator/colonysurvival/0.0.29/Chart.yaml b/incubator/colonysurvival/0.0.29/Chart.yaml deleted file mode 100644 index 1c5c245560d..00000000000 --- a/incubator/colonysurvival/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Colony Survival and run it." -home: https://truecharts.org/docs/charts/incubator/colonysurvival -icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png -keywords: - - colonysurvival - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: colonysurvival -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/colonysurvival - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/colonysurvival/0.0.29/README.md b/incubator/colonysurvival/0.0.29/README.md deleted file mode 100644 index 3572ccebabf..00000000000 --- a/incubator/colonysurvival/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# colonysurvival - -This Chart will download and install SteamCMD. It will also install Colony Survival and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [colonysurvival](https://truecharts.org/docs/charts/incubator/colonysurvival) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `colonysurvival` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install colonysurvival TrueCharts/colonysurvival -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `colonysurvival` deployment - -```console -helm uninstall colonysurvival -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install colonysurvival \ - --set env.TZ="America/New York" \ - TrueCharts/colonysurvival -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install colonysurvival TrueCharts/colonysurvival -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/colonysurvival/0.0.29/charts/common-10.7.0.tgz b/incubator/colonysurvival/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/colonysurvival/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/colonysurvival/0.0.30/CHANGELOG.md b/incubator/colonysurvival/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ee80c38f02d --- /dev/null +++ b/incubator/colonysurvival/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [colonysurvival-0.0.30](https://github.com/truecharts/charts/compare/colonysurvival-0.0.29...colonysurvival-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [colonysurvival-0.0.29](https://github.com/truecharts/charts/compare/colonysurvival-0.0.28...colonysurvival-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [colonysurvival-0.0.28](https://github.com/truecharts/charts/compare/colonysurvival-0.0.27...colonysurvival-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [colonysurvival-0.0.28](https://github.com/truecharts/charts/compare/colonysurvival-0.0.27...colonysurvival-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [colonysurvival-0.0.27](https://github.com/truecharts/charts/compare/colonysurvival-0.0.26...colonysurvival-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [colonysurvival-0.0.26](https://github.com/truecharts/charts/compare/colonysurvival-0.0.25...colonysurvival-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [colonysurvival-0.0.25](https://github.com/truecharts/charts/compare/colonysurvival-0.0.24...colonysurvival-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [colonysurvival-0.0.24](https://github.com/truecharts/charts/compare/colonysurvival-0.0.23...colonysurvival-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/colonysurvival/0.0.30/Chart.lock b/incubator/colonysurvival/0.0.30/Chart.lock new file mode 100644 index 00000000000..b4c5053097d --- /dev/null +++ b/incubator/colonysurvival/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:14.60879346Z" diff --git a/incubator/colonysurvival/0.0.30/Chart.yaml b/incubator/colonysurvival/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1be78985511 --- /dev/null +++ b/incubator/colonysurvival/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Colony Survival and run it." +home: https://truecharts.org/docs/charts/incubator/colonysurvival +icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.png +keywords: + - colonysurvival + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: colonysurvival +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/colonysurvival + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/colonysurvival/0.0.30/README.md b/incubator/colonysurvival/0.0.30/README.md new file mode 100644 index 00000000000..265f4ae23a3 --- /dev/null +++ b/incubator/colonysurvival/0.0.30/README.md @@ -0,0 +1,107 @@ +# colonysurvival + +This Chart will download and install SteamCMD. It will also install Colony Survival and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [colonysurvival](https://truecharts.org/docs/charts/incubator/colonysurvival) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `colonysurvival` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install colonysurvival TrueCharts/colonysurvival +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `colonysurvival` deployment + +```console +helm uninstall colonysurvival +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install colonysurvival \ + --set env.TZ="America/New York" \ + TrueCharts/colonysurvival +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install colonysurvival TrueCharts/colonysurvival -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/colonysurvival/0.0.29/app-readme.md b/incubator/colonysurvival/0.0.30/app-readme.md similarity index 100% rename from incubator/colonysurvival/0.0.29/app-readme.md rename to incubator/colonysurvival/0.0.30/app-readme.md diff --git a/incubator/colonysurvival/0.0.30/charts/common-10.7.1.tgz b/incubator/colonysurvival/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/colonysurvival/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/colonysurvival/0.0.29/ix_values.yaml b/incubator/colonysurvival/0.0.30/ix_values.yaml similarity index 100% rename from incubator/colonysurvival/0.0.29/ix_values.yaml rename to incubator/colonysurvival/0.0.30/ix_values.yaml diff --git a/incubator/colonysurvival/0.0.29/questions.yaml b/incubator/colonysurvival/0.0.30/questions.yaml similarity index 100% rename from incubator/colonysurvival/0.0.29/questions.yaml rename to incubator/colonysurvival/0.0.30/questions.yaml diff --git a/incubator/colonysurvival/0.0.29/templates/common.yaml b/incubator/colonysurvival/0.0.30/templates/common.yaml similarity index 100% rename from incubator/colonysurvival/0.0.29/templates/common.yaml rename to incubator/colonysurvival/0.0.30/templates/common.yaml diff --git a/incubator/colonysurvival/0.0.29/values.yaml b/incubator/colonysurvival/0.0.30/values.yaml similarity index 100% rename from incubator/colonysurvival/0.0.29/values.yaml rename to incubator/colonysurvival/0.0.30/values.yaml diff --git a/incubator/conanexiles/0.0.29/CHANGELOG.md b/incubator/conanexiles/0.0.29/CHANGELOG.md deleted file mode 100644 index 4cdbb1f1fc2..00000000000 --- a/incubator/conanexiles/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [conanexiles-0.0.29](https://github.com/truecharts/charts/compare/conanexiles-0.0.28...conanexiles-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [conanexiles-0.0.28](https://github.com/truecharts/charts/compare/conanexiles-0.0.27...conanexiles-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [conanexiles-0.0.28](https://github.com/truecharts/charts/compare/conanexiles-0.0.27...conanexiles-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [conanexiles-0.0.27](https://github.com/truecharts/charts/compare/conanexiles-0.0.26...conanexiles-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [conanexiles-0.0.26](https://github.com/truecharts/charts/compare/conanexiles-0.0.25...conanexiles-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [conanexiles-0.0.25](https://github.com/truecharts/charts/compare/conanexiles-0.0.24...conanexiles-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [conanexiles-0.0.24](https://github.com/truecharts/charts/compare/conanexiles-0.0.23...conanexiles-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [conanexiles-0.0.24](https://github.com/truecharts/charts/compare/conanexiles-0.0.23...conanexiles-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/conanexiles/0.0.29/Chart.lock b/incubator/conanexiles/0.0.29/Chart.lock deleted file mode 100644 index cda802a6af9..00000000000 --- a/incubator/conanexiles/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:08.695135765Z" diff --git a/incubator/conanexiles/0.0.29/Chart.yaml b/incubator/conanexiles/0.0.29/Chart.yaml deleted file mode 100644 index bd6714a8951..00000000000 --- a/incubator/conanexiles/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Conan Exiles and run it." -home: https://truecharts.org/docs/charts/incubator/conanexiles -icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png -keywords: - - conanexiles - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: conanexiles -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/conanexiles - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/conanexiles/0.0.29/README.md b/incubator/conanexiles/0.0.29/README.md deleted file mode 100644 index 58d40ed9739..00000000000 --- a/incubator/conanexiles/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# conanexiles - -This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [conanexiles](https://truecharts.org/docs/charts/incubator/conanexiles) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `conanexiles` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install conanexiles TrueCharts/conanexiles -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `conanexiles` deployment - -```console -helm uninstall conanexiles -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install conanexiles \ - --set env.TZ="America/New York" \ - TrueCharts/conanexiles -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install conanexiles TrueCharts/conanexiles -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/conanexiles/0.0.29/charts/common-10.7.0.tgz b/incubator/conanexiles/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/conanexiles/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/conanexiles/0.0.30/CHANGELOG.md b/incubator/conanexiles/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5916a806d29 --- /dev/null +++ b/incubator/conanexiles/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [conanexiles-0.0.30](https://github.com/truecharts/charts/compare/conanexiles-0.0.29...conanexiles-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [conanexiles-0.0.29](https://github.com/truecharts/charts/compare/conanexiles-0.0.28...conanexiles-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [conanexiles-0.0.28](https://github.com/truecharts/charts/compare/conanexiles-0.0.27...conanexiles-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [conanexiles-0.0.28](https://github.com/truecharts/charts/compare/conanexiles-0.0.27...conanexiles-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [conanexiles-0.0.27](https://github.com/truecharts/charts/compare/conanexiles-0.0.26...conanexiles-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [conanexiles-0.0.26](https://github.com/truecharts/charts/compare/conanexiles-0.0.25...conanexiles-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [conanexiles-0.0.25](https://github.com/truecharts/charts/compare/conanexiles-0.0.24...conanexiles-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [conanexiles-0.0.24](https://github.com/truecharts/charts/compare/conanexiles-0.0.23...conanexiles-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/conanexiles/0.0.30/Chart.lock b/incubator/conanexiles/0.0.30/Chart.lock new file mode 100644 index 00000000000..e95550a88e6 --- /dev/null +++ b/incubator/conanexiles/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:17.480003972Z" diff --git a/incubator/conanexiles/0.0.30/Chart.yaml b/incubator/conanexiles/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2017787921e --- /dev/null +++ b/incubator/conanexiles/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Conan Exiles and run it." +home: https://truecharts.org/docs/charts/incubator/conanexiles +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.png +keywords: + - conanexiles + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: conanexiles +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/conanexiles + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/conanexiles/0.0.30/README.md b/incubator/conanexiles/0.0.30/README.md new file mode 100644 index 00000000000..39135979acd --- /dev/null +++ b/incubator/conanexiles/0.0.30/README.md @@ -0,0 +1,107 @@ +# conanexiles + +This Chart will download and install SteamCMD. It will also install Conan Exiles and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [conanexiles](https://truecharts.org/docs/charts/incubator/conanexiles) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `conanexiles` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install conanexiles TrueCharts/conanexiles +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `conanexiles` deployment + +```console +helm uninstall conanexiles +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install conanexiles \ + --set env.TZ="America/New York" \ + TrueCharts/conanexiles +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install conanexiles TrueCharts/conanexiles -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/conanexiles/0.0.29/app-readme.md b/incubator/conanexiles/0.0.30/app-readme.md similarity index 100% rename from incubator/conanexiles/0.0.29/app-readme.md rename to incubator/conanexiles/0.0.30/app-readme.md diff --git a/incubator/conanexiles/0.0.30/charts/common-10.7.1.tgz b/incubator/conanexiles/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/conanexiles/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/conanexiles/0.0.29/ix_values.yaml b/incubator/conanexiles/0.0.30/ix_values.yaml similarity index 100% rename from incubator/conanexiles/0.0.29/ix_values.yaml rename to incubator/conanexiles/0.0.30/ix_values.yaml diff --git a/incubator/conanexiles/0.0.29/questions.yaml b/incubator/conanexiles/0.0.30/questions.yaml similarity index 100% rename from incubator/conanexiles/0.0.29/questions.yaml rename to incubator/conanexiles/0.0.30/questions.yaml diff --git a/incubator/conanexiles/0.0.29/templates/common.yaml b/incubator/conanexiles/0.0.30/templates/common.yaml similarity index 100% rename from incubator/conanexiles/0.0.29/templates/common.yaml rename to incubator/conanexiles/0.0.30/templates/common.yaml diff --git a/incubator/conanexiles/0.0.29/values.yaml b/incubator/conanexiles/0.0.30/values.yaml similarity index 100% rename from incubator/conanexiles/0.0.29/values.yaml rename to incubator/conanexiles/0.0.30/values.yaml diff --git a/incubator/conreq/0.0.33/CHANGELOG.md b/incubator/conreq/0.0.33/CHANGELOG.md deleted file mode 100644 index bc3291a4b0a..00000000000 --- a/incubator/conreq/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [conreq-0.0.33](https://github.com/truecharts/charts/compare/conreq-0.0.32...conreq-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [conreq-0.0.32](https://github.com/truecharts/charts/compare/conreq-0.0.31...conreq-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [conreq-0.0.32](https://github.com/truecharts/charts/compare/conreq-0.0.31...conreq-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [conreq-0.0.31](https://github.com/truecharts/charts/compare/conreq-0.0.30...conreq-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [conreq-0.0.30](https://github.com/truecharts/charts/compare/conreq-0.0.29...conreq-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [conreq-0.0.29](https://github.com/truecharts/charts/compare/conreq-0.0.28...conreq-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [conreq-0.0.28](https://github.com/truecharts/charts/compare/conreq-0.0.27...conreq-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [conreq-0.0.28](https://github.com/truecharts/charts/compare/conreq-0.0.27...conreq-0.0.28) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/conreq/0.0.33/Chart.lock b/incubator/conreq/0.0.33/Chart.lock deleted file mode 100644 index 777fd3fea4d..00000000000 --- a/incubator/conreq/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:15.9301792Z" diff --git a/incubator/conreq/0.0.33/Chart.yaml b/incubator/conreq/0.0.33/Chart.yaml deleted file mode 100644 index ce2ef805ca8..00000000000 --- a/incubator/conreq/0.0.33/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Conreq, a Content Requesting platform. -home: https://truecharts.org/docs/charts/incubator/conreq -icon: https://truecharts.org/img/hotlink-ok/chart-icons/conreq.png -keywords: - - conreq - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: conreq -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/conreq - - https://hotio.dev/containers/conreq - - https://hub.docker.com/r/hotio/conreq -type: application -version: 0.0.33 diff --git a/incubator/conreq/0.0.33/README.md b/incubator/conreq/0.0.33/README.md deleted file mode 100644 index 93f0723a9e6..00000000000 --- a/incubator/conreq/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# conreq - -Conreq, a Content Requesting platform. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [conreq](https://truecharts.org/docs/charts/incubator/conreq) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `conreq` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install conreq TrueCharts/conreq -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `conreq` deployment - -```console -helm uninstall conreq -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install conreq \ - --set env.TZ="America/New York" \ - TrueCharts/conreq -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install conreq TrueCharts/conreq -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/conreq/0.0.33/charts/common-10.7.0.tgz b/incubator/conreq/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/conreq/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/conreq/0.0.34/CHANGELOG.md b/incubator/conreq/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..09e5a57eaaf --- /dev/null +++ b/incubator/conreq/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [conreq-0.0.34](https://github.com/truecharts/charts/compare/conreq-0.0.33...conreq-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [conreq-0.0.33](https://github.com/truecharts/charts/compare/conreq-0.0.32...conreq-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [conreq-0.0.32](https://github.com/truecharts/charts/compare/conreq-0.0.31...conreq-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [conreq-0.0.32](https://github.com/truecharts/charts/compare/conreq-0.0.31...conreq-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [conreq-0.0.31](https://github.com/truecharts/charts/compare/conreq-0.0.30...conreq-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [conreq-0.0.30](https://github.com/truecharts/charts/compare/conreq-0.0.29...conreq-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [conreq-0.0.29](https://github.com/truecharts/charts/compare/conreq-0.0.28...conreq-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [conreq-0.0.28](https://github.com/truecharts/charts/compare/conreq-0.0.27...conreq-0.0.28) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/conreq/0.0.34/Chart.lock b/incubator/conreq/0.0.34/Chart.lock new file mode 100644 index 00000000000..39944363597 --- /dev/null +++ b/incubator/conreq/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:31.69200782Z" diff --git a/incubator/conreq/0.0.34/Chart.yaml b/incubator/conreq/0.0.34/Chart.yaml new file mode 100644 index 00000000000..ab73616b12e --- /dev/null +++ b/incubator/conreq/0.0.34/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Conreq, a Content Requesting platform. +home: https://truecharts.org/docs/charts/incubator/conreq +icon: https://truecharts.org/img/hotlink-ok/chart-icons/conreq.png +keywords: + - conreq + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: conreq +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/conreq + - https://hotio.dev/containers/conreq + - https://hub.docker.com/r/hotio/conreq +type: application +version: 0.0.34 diff --git a/incubator/conreq/0.0.34/README.md b/incubator/conreq/0.0.34/README.md new file mode 100644 index 00000000000..8d044094e76 --- /dev/null +++ b/incubator/conreq/0.0.34/README.md @@ -0,0 +1,107 @@ +# conreq + +Conreq, a Content Requesting platform. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [conreq](https://truecharts.org/docs/charts/incubator/conreq) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `conreq` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install conreq TrueCharts/conreq +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `conreq` deployment + +```console +helm uninstall conreq +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install conreq \ + --set env.TZ="America/New York" \ + TrueCharts/conreq +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install conreq TrueCharts/conreq -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/conreq/0.0.33/app-readme.md b/incubator/conreq/0.0.34/app-readme.md similarity index 100% rename from incubator/conreq/0.0.33/app-readme.md rename to incubator/conreq/0.0.34/app-readme.md diff --git a/incubator/conreq/0.0.34/charts/common-10.7.1.tgz b/incubator/conreq/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/conreq/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/conreq/0.0.33/ix_values.yaml b/incubator/conreq/0.0.34/ix_values.yaml similarity index 100% rename from incubator/conreq/0.0.33/ix_values.yaml rename to incubator/conreq/0.0.34/ix_values.yaml diff --git a/incubator/conreq/0.0.33/questions.yaml b/incubator/conreq/0.0.34/questions.yaml similarity index 100% rename from incubator/conreq/0.0.33/questions.yaml rename to incubator/conreq/0.0.34/questions.yaml diff --git a/incubator/conreq/0.0.33/templates/common.yaml b/incubator/conreq/0.0.34/templates/common.yaml similarity index 100% rename from incubator/conreq/0.0.33/templates/common.yaml rename to incubator/conreq/0.0.34/templates/common.yaml diff --git a/incubator/conreq/0.0.33/values.yaml b/incubator/conreq/0.0.34/values.yaml similarity index 100% rename from incubator/conreq/0.0.33/values.yaml rename to incubator/conreq/0.0.34/values.yaml diff --git a/incubator/convos/0.0.32/CHANGELOG.md b/incubator/convos/0.0.32/CHANGELOG.md deleted file mode 100644 index dae3471968d..00000000000 --- a/incubator/convos/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [convos-0.0.32](https://github.com/truecharts/charts/compare/convos-0.0.31...convos-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [convos-0.0.31](https://github.com/truecharts/charts/compare/convos-0.0.30...convos-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [convos-0.0.31](https://github.com/truecharts/charts/compare/convos-0.0.30...convos-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [convos-0.0.30](https://github.com/truecharts/charts/compare/convos-0.0.29...convos-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [convos-0.0.29](https://github.com/truecharts/charts/compare/convos-0.0.28...convos-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [convos-0.0.28](https://github.com/truecharts/charts/compare/convos-0.0.27...convos-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [convos-0.0.27](https://github.com/truecharts/charts/compare/convos-0.0.25...convos-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [convos-0.0.27](https://github.com/truecharts/charts/compare/convos-0.0.25...convos-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/convos/0.0.32/Chart.lock b/incubator/convos/0.0.32/Chart.lock deleted file mode 100644 index 27c6548a44b..00000000000 --- a/incubator/convos/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:35.366439795Z" diff --git a/incubator/convos/0.0.32/Chart.yaml b/incubator/convos/0.0.32/Chart.yaml deleted file mode 100644 index 32fc937107f..00000000000 --- a/incubator/convos/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Messenger -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Convos is the simplest way to use IRC and it is always online -home: https://truecharts.org/docs/charts/incubator/convos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png -keywords: - - convos - - Network-Messenger -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: convos -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/convos - - https://convos.chat/ - - https://hub.docker.com/r/convos/convos/ -type: application -version: 0.0.32 diff --git a/incubator/convos/0.0.32/README.md b/incubator/convos/0.0.32/README.md deleted file mode 100644 index bf6e4015376..00000000000 --- a/incubator/convos/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# convos - -Convos is the simplest way to use IRC and it is always online - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [convos](https://truecharts.org/docs/charts/incubator/convos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `convos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install convos TrueCharts/convos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `convos` deployment - -```console -helm uninstall convos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install convos \ - --set env.TZ="America/New York" \ - TrueCharts/convos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install convos TrueCharts/convos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/convos/0.0.32/charts/common-10.7.0.tgz b/incubator/convos/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/convos/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/convos/0.0.33/CHANGELOG.md b/incubator/convos/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..b3308a830ec --- /dev/null +++ b/incubator/convos/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [convos-0.0.33](https://github.com/truecharts/charts/compare/convos-0.0.32...convos-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [convos-0.0.32](https://github.com/truecharts/charts/compare/convos-0.0.31...convos-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [convos-0.0.31](https://github.com/truecharts/charts/compare/convos-0.0.30...convos-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [convos-0.0.31](https://github.com/truecharts/charts/compare/convos-0.0.30...convos-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [convos-0.0.30](https://github.com/truecharts/charts/compare/convos-0.0.29...convos-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [convos-0.0.29](https://github.com/truecharts/charts/compare/convos-0.0.28...convos-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [convos-0.0.28](https://github.com/truecharts/charts/compare/convos-0.0.27...convos-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [convos-0.0.27](https://github.com/truecharts/charts/compare/convos-0.0.25...convos-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/convos/0.0.33/Chart.lock b/incubator/convos/0.0.33/Chart.lock new file mode 100644 index 00000000000..85d98fd2cfa --- /dev/null +++ b/incubator/convos/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:40.248692902Z" diff --git a/incubator/convos/0.0.33/Chart.yaml b/incubator/convos/0.0.33/Chart.yaml new file mode 100644 index 00000000000..d640b9eea34 --- /dev/null +++ b/incubator/convos/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Messenger +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Convos is the simplest way to use IRC and it is always online +home: https://truecharts.org/docs/charts/incubator/convos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.png +keywords: + - convos + - Network-Messenger +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: convos +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/convos + - https://convos.chat/ + - https://hub.docker.com/r/convos/convos/ +type: application +version: 0.0.33 diff --git a/incubator/convos/0.0.33/README.md b/incubator/convos/0.0.33/README.md new file mode 100644 index 00000000000..6019fc13f76 --- /dev/null +++ b/incubator/convos/0.0.33/README.md @@ -0,0 +1,107 @@ +# convos + +Convos is the simplest way to use IRC and it is always online + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [convos](https://truecharts.org/docs/charts/incubator/convos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `convos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install convos TrueCharts/convos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `convos` deployment + +```console +helm uninstall convos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install convos \ + --set env.TZ="America/New York" \ + TrueCharts/convos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install convos TrueCharts/convos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/convos/0.0.32/app-readme.md b/incubator/convos/0.0.33/app-readme.md similarity index 100% rename from incubator/convos/0.0.32/app-readme.md rename to incubator/convos/0.0.33/app-readme.md diff --git a/incubator/convos/0.0.33/charts/common-10.7.1.tgz b/incubator/convos/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/convos/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/convos/0.0.32/ix_values.yaml b/incubator/convos/0.0.33/ix_values.yaml similarity index 100% rename from incubator/convos/0.0.32/ix_values.yaml rename to incubator/convos/0.0.33/ix_values.yaml diff --git a/incubator/convos/0.0.32/questions.yaml b/incubator/convos/0.0.33/questions.yaml similarity index 100% rename from incubator/convos/0.0.32/questions.yaml rename to incubator/convos/0.0.33/questions.yaml diff --git a/incubator/convos/0.0.32/templates/common.yaml b/incubator/convos/0.0.33/templates/common.yaml similarity index 100% rename from incubator/convos/0.0.32/templates/common.yaml rename to incubator/convos/0.0.33/templates/common.yaml diff --git a/incubator/convos/0.0.32/values.yaml b/incubator/convos/0.0.33/values.yaml similarity index 100% rename from incubator/convos/0.0.32/values.yaml rename to incubator/convos/0.0.33/values.yaml diff --git a/incubator/cops/0.0.31/CHANGELOG.md b/incubator/cops/0.0.31/CHANGELOG.md deleted file mode 100644 index 7b474cbec8a..00000000000 --- a/incubator/cops/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cops-0.0.31](https://github.com/truecharts/charts/compare/cops-0.0.30...cops-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cops-0.0.30](https://github.com/truecharts/charts/compare/cops-0.0.29...cops-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cops-0.0.30](https://github.com/truecharts/charts/compare/cops-0.0.29...cops-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cops-0.0.29](https://github.com/truecharts/charts/compare/cops-0.0.28...cops-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cops-0.0.28](https://github.com/truecharts/charts/compare/cops-0.0.27...cops-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cops-0.0.27](https://github.com/truecharts/charts/compare/cops-0.0.26...cops-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cops-0.0.26](https://github.com/truecharts/charts/compare/cops-0.0.24...cops-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cops-0.0.26](https://github.com/truecharts/charts/compare/cops-0.0.24...cops-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cops/0.0.31/Chart.lock b/incubator/cops/0.0.31/Chart.lock deleted file mode 100644 index 72ab1630ed4..00000000000 --- a/incubator/cops/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:35.538541985Z" diff --git a/incubator/cops/0.0.31/Chart.yaml b/incubator/cops/0.0.31/Chart.yaml deleted file mode 100644 index e9baa06f6f9..00000000000 --- a/incubator/cops/0.0.31/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - MediaApp-Books - - MediaServer-Books -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n" -home: https://truecharts.org/docs/charts/incubator/cops -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png -keywords: - - cops - - Cloud - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cops -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cops - - http://blog.slucas.fr/en/oss/calibre-opds-php-server - - https://github.com/orgs/linuxserver/packages/container/package/cops - - https://github.com/linuxserver/docker-cops#readme -type: application -version: 0.0.31 diff --git a/incubator/cops/0.0.31/README.md b/incubator/cops/0.0.31/README.md deleted file mode 100644 index 327a101ce49..00000000000 --- a/incubator/cops/0.0.31/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# cops - -Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cops](https://truecharts.org/docs/charts/incubator/cops) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cops` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cops TrueCharts/cops -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cops` deployment - -```console -helm uninstall cops -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cops \ - --set env.TZ="America/New York" \ - TrueCharts/cops -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cops TrueCharts/cops -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cops/0.0.31/charts/common-10.7.0.tgz b/incubator/cops/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cops/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cops/0.0.32/CHANGELOG.md b/incubator/cops/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..2b2d62bbcee --- /dev/null +++ b/incubator/cops/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cops-0.0.32](https://github.com/truecharts/charts/compare/cops-0.0.31...cops-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cops-0.0.31](https://github.com/truecharts/charts/compare/cops-0.0.30...cops-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cops-0.0.30](https://github.com/truecharts/charts/compare/cops-0.0.29...cops-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cops-0.0.30](https://github.com/truecharts/charts/compare/cops-0.0.29...cops-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cops-0.0.29](https://github.com/truecharts/charts/compare/cops-0.0.28...cops-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cops-0.0.28](https://github.com/truecharts/charts/compare/cops-0.0.27...cops-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cops-0.0.27](https://github.com/truecharts/charts/compare/cops-0.0.26...cops-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cops-0.0.26](https://github.com/truecharts/charts/compare/cops-0.0.24...cops-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/cops/0.0.32/Chart.lock b/incubator/cops/0.0.32/Chart.lock new file mode 100644 index 00000000000..3c85de33f02 --- /dev/null +++ b/incubator/cops/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:46.095233175Z" diff --git a/incubator/cops/0.0.32/Chart.yaml b/incubator/cops/0.0.32/Chart.yaml new file mode 100644 index 00000000000..f267d9d3a9a --- /dev/null +++ b/incubator/cops/0.0.32/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - MediaApp-Books + - MediaServer-Books +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.\n" +home: https://truecharts.org/docs/charts/incubator/cops +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.png +keywords: + - cops + - Cloud + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cops +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cops + - http://blog.slucas.fr/en/oss/calibre-opds-php-server + - https://github.com/orgs/linuxserver/packages/container/package/cops + - https://github.com/linuxserver/docker-cops#readme +type: application +version: 0.0.32 diff --git a/incubator/cops/0.0.32/README.md b/incubator/cops/0.0.32/README.md new file mode 100644 index 00000000000..fe4af14c1ef --- /dev/null +++ b/incubator/cops/0.0.32/README.md @@ -0,0 +1,108 @@ +# cops + +Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cops](https://truecharts.org/docs/charts/incubator/cops) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cops` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cops TrueCharts/cops +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cops` deployment + +```console +helm uninstall cops +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cops \ + --set env.TZ="America/New York" \ + TrueCharts/cops +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cops TrueCharts/cops -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cops/0.0.31/app-readme.md b/incubator/cops/0.0.32/app-readme.md similarity index 100% rename from incubator/cops/0.0.31/app-readme.md rename to incubator/cops/0.0.32/app-readme.md diff --git a/incubator/cops/0.0.32/charts/common-10.7.1.tgz b/incubator/cops/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cops/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/cops/0.0.31/ix_values.yaml b/incubator/cops/0.0.32/ix_values.yaml similarity index 100% rename from incubator/cops/0.0.31/ix_values.yaml rename to incubator/cops/0.0.32/ix_values.yaml diff --git a/incubator/cops/0.0.31/questions.yaml b/incubator/cops/0.0.32/questions.yaml similarity index 100% rename from incubator/cops/0.0.31/questions.yaml rename to incubator/cops/0.0.32/questions.yaml diff --git a/incubator/cops/0.0.31/templates/common.yaml b/incubator/cops/0.0.32/templates/common.yaml similarity index 100% rename from incubator/cops/0.0.31/templates/common.yaml rename to incubator/cops/0.0.32/templates/common.yaml diff --git a/incubator/cops/0.0.31/values.yaml b/incubator/cops/0.0.32/values.yaml similarity index 100% rename from incubator/cops/0.0.31/values.yaml rename to incubator/cops/0.0.32/values.yaml diff --git a/incubator/core-keeper-dedicated-server/0.0.31/CHANGELOG.md b/incubator/core-keeper-dedicated-server/0.0.31/CHANGELOG.md deleted file mode 100644 index 5ecfb474466..00000000000 --- a/incubator/core-keeper-dedicated-server/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [core-keeper-dedicated-server-0.0.31](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.30...core-keeper-dedicated-server-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [core-keeper-dedicated-server-0.0.30](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.29...core-keeper-dedicated-server-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [core-keeper-dedicated-server-0.0.30](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.29...core-keeper-dedicated-server-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [core-keeper-dedicated-server-0.0.29](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.28...core-keeper-dedicated-server-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [core-keeper-dedicated-server-0.0.28](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.27...core-keeper-dedicated-server-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [core-keeper-dedicated-server-0.0.27](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.26...core-keeper-dedicated-server-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [core-keeper-dedicated-server-0.0.26](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.25...core-keeper-dedicated-server-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [core-keeper-dedicated-server-0.0.26](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.25...core-keeper-dedicated-server-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/core-keeper-dedicated-server/0.0.31/Chart.lock b/incubator/core-keeper-dedicated-server/0.0.31/Chart.lock deleted file mode 100644 index 15d98e65704..00000000000 --- a/incubator/core-keeper-dedicated-server/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:38.277106969Z" diff --git a/incubator/core-keeper-dedicated-server/0.0.31/Chart.yaml b/incubator/core-keeper-dedicated-server/0.0.31/Chart.yaml deleted file mode 100644 index 9d47caf4cbf..00000000000 --- a/incubator/core-keeper-dedicated-server/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)" -home: https://truecharts.org/docs/charts/incubator/core-keeper-dedicated-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png -keywords: - - core-keeper-dedicated-server - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: core-keeper-dedicated-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/core-keeper-dedicated-server - - https://github.com/escapingnetwork/core-keeper-dedicated/ - - https://hub.docker.com/r/escaping/core-keeper-dedicated -type: application -version: 0.0.31 diff --git a/incubator/core-keeper-dedicated-server/0.0.31/README.md b/incubator/core-keeper-dedicated-server/0.0.31/README.md deleted file mode 100644 index cb39773b7ab..00000000000 --- a/incubator/core-keeper-dedicated-server/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# core-keeper-dedicated-server - -Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [core-keeper-dedicated-server](https://truecharts.org/docs/charts/incubator/core-keeper-dedicated-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `core-keeper-dedicated-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `core-keeper-dedicated-server` deployment - -```console -helm uninstall core-keeper-dedicated-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install core-keeper-dedicated-server \ - --set env.TZ="America/New York" \ - TrueCharts/core-keeper-dedicated-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/core-keeper-dedicated-server/0.0.31/charts/common-10.7.0.tgz b/incubator/core-keeper-dedicated-server/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/core-keeper-dedicated-server/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/core-keeper-dedicated-server/0.0.32/CHANGELOG.md b/incubator/core-keeper-dedicated-server/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..be404b7e940 --- /dev/null +++ b/incubator/core-keeper-dedicated-server/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [core-keeper-dedicated-server-0.0.32](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.31...core-keeper-dedicated-server-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [core-keeper-dedicated-server-0.0.31](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.30...core-keeper-dedicated-server-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [core-keeper-dedicated-server-0.0.30](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.29...core-keeper-dedicated-server-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [core-keeper-dedicated-server-0.0.30](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.29...core-keeper-dedicated-server-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [core-keeper-dedicated-server-0.0.29](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.28...core-keeper-dedicated-server-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [core-keeper-dedicated-server-0.0.28](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.27...core-keeper-dedicated-server-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [core-keeper-dedicated-server-0.0.27](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.26...core-keeper-dedicated-server-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [core-keeper-dedicated-server-0.0.26](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.25...core-keeper-dedicated-server-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [core-keeper-dedicated-server-0.0.26](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-0.0.25...core-keeper-dedicated-server-0.0.26) (2022-09-21) diff --git a/incubator/core-keeper-dedicated-server/0.0.32/Chart.lock b/incubator/core-keeper-dedicated-server/0.0.32/Chart.lock new file mode 100644 index 00000000000..acd3cceb1c0 --- /dev/null +++ b/incubator/core-keeper-dedicated-server/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:10:48.909281338Z" diff --git a/incubator/core-keeper-dedicated-server/0.0.32/Chart.yaml b/incubator/core-keeper-dedicated-server/0.0.32/Chart.yaml new file mode 100644 index 00000000000..b469f026193 --- /dev/null +++ b/incubator/core-keeper-dedicated-server/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)" +home: https://truecharts.org/docs/charts/incubator/core-keeper-dedicated-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.png +keywords: + - core-keeper-dedicated-server + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: core-keeper-dedicated-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/core-keeper-dedicated-server + - https://github.com/escapingnetwork/core-keeper-dedicated/ + - https://hub.docker.com/r/escaping/core-keeper-dedicated +type: application +version: 0.0.32 diff --git a/incubator/core-keeper-dedicated-server/0.0.32/README.md b/incubator/core-keeper-dedicated-server/0.0.32/README.md new file mode 100644 index 00000000000..9226b5ee358 --- /dev/null +++ b/incubator/core-keeper-dedicated-server/0.0.32/README.md @@ -0,0 +1,107 @@ +# core-keeper-dedicated-server + +Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [core-keeper-dedicated-server](https://truecharts.org/docs/charts/incubator/core-keeper-dedicated-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `core-keeper-dedicated-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `core-keeper-dedicated-server` deployment + +```console +helm uninstall core-keeper-dedicated-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install core-keeper-dedicated-server \ + --set env.TZ="America/New York" \ + TrueCharts/core-keeper-dedicated-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install core-keeper-dedicated-server TrueCharts/core-keeper-dedicated-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/core-keeper-dedicated-server/0.0.31/app-readme.md b/incubator/core-keeper-dedicated-server/0.0.32/app-readme.md similarity index 100% rename from incubator/core-keeper-dedicated-server/0.0.31/app-readme.md rename to incubator/core-keeper-dedicated-server/0.0.32/app-readme.md diff --git a/incubator/core-keeper-dedicated-server/0.0.32/charts/common-10.7.1.tgz b/incubator/core-keeper-dedicated-server/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/core-keeper-dedicated-server/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/core-keeper-dedicated-server/0.0.31/ix_values.yaml b/incubator/core-keeper-dedicated-server/0.0.32/ix_values.yaml similarity index 100% rename from incubator/core-keeper-dedicated-server/0.0.31/ix_values.yaml rename to incubator/core-keeper-dedicated-server/0.0.32/ix_values.yaml diff --git a/incubator/core-keeper-dedicated-server/0.0.31/questions.yaml b/incubator/core-keeper-dedicated-server/0.0.32/questions.yaml similarity index 100% rename from incubator/core-keeper-dedicated-server/0.0.31/questions.yaml rename to incubator/core-keeper-dedicated-server/0.0.32/questions.yaml diff --git a/incubator/core-keeper-dedicated-server/0.0.31/templates/common.yaml b/incubator/core-keeper-dedicated-server/0.0.32/templates/common.yaml similarity index 100% rename from incubator/core-keeper-dedicated-server/0.0.31/templates/common.yaml rename to incubator/core-keeper-dedicated-server/0.0.32/templates/common.yaml diff --git a/incubator/core-keeper-dedicated-server/0.0.31/values.yaml b/incubator/core-keeper-dedicated-server/0.0.32/values.yaml similarity index 100% rename from incubator/core-keeper-dedicated-server/0.0.31/values.yaml rename to incubator/core-keeper-dedicated-server/0.0.32/values.yaml diff --git a/incubator/corekeeper/0.0.29/CHANGELOG.md b/incubator/corekeeper/0.0.29/CHANGELOG.md deleted file mode 100644 index 82496dcc8d6..00000000000 --- a/incubator/corekeeper/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [corekeeper-0.0.29](https://github.com/truecharts/charts/compare/corekeeper-0.0.28...corekeeper-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [corekeeper-0.0.28](https://github.com/truecharts/charts/compare/corekeeper-0.0.27...corekeeper-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [corekeeper-0.0.28](https://github.com/truecharts/charts/compare/corekeeper-0.0.27...corekeeper-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [corekeeper-0.0.27](https://github.com/truecharts/charts/compare/corekeeper-0.0.26...corekeeper-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [corekeeper-0.0.26](https://github.com/truecharts/charts/compare/corekeeper-0.0.25...corekeeper-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [corekeeper-0.0.25](https://github.com/truecharts/charts/compare/corekeeper-0.0.24...corekeeper-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [corekeeper-0.0.24](https://github.com/truecharts/charts/compare/corekeeper-0.0.23...corekeeper-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [corekeeper-0.0.24](https://github.com/truecharts/charts/compare/corekeeper-0.0.23...corekeeper-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/corekeeper/0.0.29/Chart.lock b/incubator/corekeeper/0.0.29/Chart.lock deleted file mode 100644 index 042d4df749f..00000000000 --- a/incubator/corekeeper/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:30:44.990095347Z" diff --git a/incubator/corekeeper/0.0.29/Chart.yaml b/incubator/corekeeper/0.0.29/Chart.yaml deleted file mode 100644 index 7e58afa82e0..00000000000 --- a/incubator/corekeeper/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install CoreKeeper and run it." -home: https://truecharts.org/docs/charts/incubator/corekeeper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png -keywords: - - corekeeper - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: corekeeper -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/corekeeper - - https://steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/corekeeper/0.0.29/README.md b/incubator/corekeeper/0.0.29/README.md deleted file mode 100644 index 818620d9953..00000000000 --- a/incubator/corekeeper/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# corekeeper - -This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [corekeeper](https://truecharts.org/docs/charts/incubator/corekeeper) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `corekeeper` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install corekeeper TrueCharts/corekeeper -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `corekeeper` deployment - -```console -helm uninstall corekeeper -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install corekeeper \ - --set env.TZ="America/New York" \ - TrueCharts/corekeeper -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install corekeeper TrueCharts/corekeeper -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/corekeeper/0.0.29/charts/common-10.7.0.tgz b/incubator/corekeeper/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/corekeeper/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/corekeeper/0.0.30/CHANGELOG.md b/incubator/corekeeper/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c80e6bff9c1 --- /dev/null +++ b/incubator/corekeeper/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [corekeeper-0.0.30](https://github.com/truecharts/charts/compare/corekeeper-0.0.29...corekeeper-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [corekeeper-0.0.29](https://github.com/truecharts/charts/compare/corekeeper-0.0.28...corekeeper-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [corekeeper-0.0.28](https://github.com/truecharts/charts/compare/corekeeper-0.0.27...corekeeper-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [corekeeper-0.0.28](https://github.com/truecharts/charts/compare/corekeeper-0.0.27...corekeeper-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [corekeeper-0.0.27](https://github.com/truecharts/charts/compare/corekeeper-0.0.26...corekeeper-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [corekeeper-0.0.26](https://github.com/truecharts/charts/compare/corekeeper-0.0.25...corekeeper-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [corekeeper-0.0.25](https://github.com/truecharts/charts/compare/corekeeper-0.0.24...corekeeper-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [corekeeper-0.0.24](https://github.com/truecharts/charts/compare/corekeeper-0.0.23...corekeeper-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [corekeeper-0.0.24](https://github.com/truecharts/charts/compare/corekeeper-0.0.23...corekeeper-0.0.24) (2022-09-21) diff --git a/incubator/corekeeper/0.0.30/Chart.lock b/incubator/corekeeper/0.0.30/Chart.lock new file mode 100644 index 00000000000..2a223a4210e --- /dev/null +++ b/incubator/corekeeper/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:02.662589047Z" diff --git a/incubator/corekeeper/0.0.30/Chart.yaml b/incubator/corekeeper/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ee2082c5d56 --- /dev/null +++ b/incubator/corekeeper/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install CoreKeeper and run it." +home: https://truecharts.org/docs/charts/incubator/corekeeper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.png +keywords: + - corekeeper + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: corekeeper +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/corekeeper + - https://steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/corekeeper/0.0.30/README.md b/incubator/corekeeper/0.0.30/README.md new file mode 100644 index 00000000000..b981f920aeb --- /dev/null +++ b/incubator/corekeeper/0.0.30/README.md @@ -0,0 +1,107 @@ +# corekeeper + +This Chart will download and install SteamCMD. It will also install CoreKeeper and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [corekeeper](https://truecharts.org/docs/charts/incubator/corekeeper) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `corekeeper` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install corekeeper TrueCharts/corekeeper +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `corekeeper` deployment + +```console +helm uninstall corekeeper +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install corekeeper \ + --set env.TZ="America/New York" \ + TrueCharts/corekeeper +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install corekeeper TrueCharts/corekeeper -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/corekeeper/0.0.29/app-readme.md b/incubator/corekeeper/0.0.30/app-readme.md similarity index 100% rename from incubator/corekeeper/0.0.29/app-readme.md rename to incubator/corekeeper/0.0.30/app-readme.md diff --git a/incubator/corekeeper/0.0.30/charts/common-10.7.1.tgz b/incubator/corekeeper/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/corekeeper/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/corekeeper/0.0.29/ix_values.yaml b/incubator/corekeeper/0.0.30/ix_values.yaml similarity index 100% rename from incubator/corekeeper/0.0.29/ix_values.yaml rename to incubator/corekeeper/0.0.30/ix_values.yaml diff --git a/incubator/corekeeper/0.0.29/questions.yaml b/incubator/corekeeper/0.0.30/questions.yaml similarity index 100% rename from incubator/corekeeper/0.0.29/questions.yaml rename to incubator/corekeeper/0.0.30/questions.yaml diff --git a/incubator/corekeeper/0.0.29/templates/common.yaml b/incubator/corekeeper/0.0.30/templates/common.yaml similarity index 100% rename from incubator/corekeeper/0.0.29/templates/common.yaml rename to incubator/corekeeper/0.0.30/templates/common.yaml diff --git a/incubator/corekeeper/0.0.29/values.yaml b/incubator/corekeeper/0.0.30/values.yaml similarity index 100% rename from incubator/corekeeper/0.0.29/values.yaml rename to incubator/corekeeper/0.0.30/values.yaml diff --git a/incubator/counterstrike2d/0.0.29/CHANGELOG.md b/incubator/counterstrike2d/0.0.29/CHANGELOG.md deleted file mode 100644 index 5e2d4d065f4..00000000000 --- a/incubator/counterstrike2d/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [counterstrike2d-0.0.29](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.28...counterstrike2d-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [counterstrike2d-0.0.28](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.27...counterstrike2d-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [counterstrike2d-0.0.28](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.27...counterstrike2d-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [counterstrike2d-0.0.27](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.26...counterstrike2d-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [counterstrike2d-0.0.26](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.25...counterstrike2d-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [counterstrike2d-0.0.25](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.24...counterstrike2d-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [counterstrike2d-0.0.24](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.23...counterstrike2d-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [counterstrike2d-0.0.24](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.23...counterstrike2d-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/counterstrike2d/0.0.29/Chart.lock b/incubator/counterstrike2d/0.0.29/Chart.lock deleted file mode 100644 index 10641759d31..00000000000 --- a/incubator/counterstrike2d/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:04.187853266Z" diff --git a/incubator/counterstrike2d/0.0.29/Chart.yaml b/incubator/counterstrike2d/0.0.29/Chart.yaml deleted file mode 100644 index f4cddf688e6..00000000000 --- a/incubator/counterstrike2d/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install CounterStrike 2D." -home: https://truecharts.org/docs/charts/incubator/counterstrike2d -icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png -keywords: - - counterstrike2d - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: counterstrike2d -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/counterstrike2d - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/cs2dserver/ -type: application -version: 0.0.29 diff --git a/incubator/counterstrike2d/0.0.29/README.md b/incubator/counterstrike2d/0.0.29/README.md deleted file mode 100644 index 5c2c323aadd..00000000000 --- a/incubator/counterstrike2d/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# counterstrike2d - -This Chart will download and install CounterStrike 2D. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [counterstrike2d](https://truecharts.org/docs/charts/incubator/counterstrike2d) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `counterstrike2d` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install counterstrike2d TrueCharts/counterstrike2d -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `counterstrike2d` deployment - -```console -helm uninstall counterstrike2d -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install counterstrike2d \ - --set env.TZ="America/New York" \ - TrueCharts/counterstrike2d -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install counterstrike2d TrueCharts/counterstrike2d -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/counterstrike2d/0.0.29/charts/common-10.7.0.tgz b/incubator/counterstrike2d/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/counterstrike2d/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/counterstrike2d/0.0.30/CHANGELOG.md b/incubator/counterstrike2d/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0a5b312d232 --- /dev/null +++ b/incubator/counterstrike2d/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [counterstrike2d-0.0.30](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.29...counterstrike2d-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [counterstrike2d-0.0.29](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.28...counterstrike2d-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [counterstrike2d-0.0.28](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.27...counterstrike2d-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [counterstrike2d-0.0.28](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.27...counterstrike2d-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [counterstrike2d-0.0.27](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.26...counterstrike2d-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [counterstrike2d-0.0.26](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.25...counterstrike2d-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [counterstrike2d-0.0.25](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.24...counterstrike2d-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [counterstrike2d-0.0.24](https://github.com/truecharts/charts/compare/counterstrike2d-0.0.23...counterstrike2d-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/counterstrike2d/0.0.30/Chart.lock b/incubator/counterstrike2d/0.0.30/Chart.lock new file mode 100644 index 00000000000..66d37a00c83 --- /dev/null +++ b/incubator/counterstrike2d/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:10.821796919Z" diff --git a/incubator/counterstrike2d/0.0.30/Chart.yaml b/incubator/counterstrike2d/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f1d3ae06ccd --- /dev/null +++ b/incubator/counterstrike2d/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install CounterStrike 2D." +home: https://truecharts.org/docs/charts/incubator/counterstrike2d +icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.png +keywords: + - counterstrike2d + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: counterstrike2d +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/counterstrike2d + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/cs2dserver/ +type: application +version: 0.0.30 diff --git a/incubator/counterstrike2d/0.0.30/README.md b/incubator/counterstrike2d/0.0.30/README.md new file mode 100644 index 00000000000..9ed1a6faef4 --- /dev/null +++ b/incubator/counterstrike2d/0.0.30/README.md @@ -0,0 +1,107 @@ +# counterstrike2d + +This Chart will download and install CounterStrike 2D. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [counterstrike2d](https://truecharts.org/docs/charts/incubator/counterstrike2d) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `counterstrike2d` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install counterstrike2d TrueCharts/counterstrike2d +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `counterstrike2d` deployment + +```console +helm uninstall counterstrike2d +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install counterstrike2d \ + --set env.TZ="America/New York" \ + TrueCharts/counterstrike2d +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install counterstrike2d TrueCharts/counterstrike2d -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/counterstrike2d/0.0.29/app-readme.md b/incubator/counterstrike2d/0.0.30/app-readme.md similarity index 100% rename from incubator/counterstrike2d/0.0.29/app-readme.md rename to incubator/counterstrike2d/0.0.30/app-readme.md diff --git a/incubator/counterstrike2d/0.0.30/charts/common-10.7.1.tgz b/incubator/counterstrike2d/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/counterstrike2d/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/counterstrike2d/0.0.29/ix_values.yaml b/incubator/counterstrike2d/0.0.30/ix_values.yaml similarity index 100% rename from incubator/counterstrike2d/0.0.29/ix_values.yaml rename to incubator/counterstrike2d/0.0.30/ix_values.yaml diff --git a/incubator/counterstrike2d/0.0.29/questions.yaml b/incubator/counterstrike2d/0.0.30/questions.yaml similarity index 100% rename from incubator/counterstrike2d/0.0.29/questions.yaml rename to incubator/counterstrike2d/0.0.30/questions.yaml diff --git a/incubator/counterstrike2d/0.0.29/templates/common.yaml b/incubator/counterstrike2d/0.0.30/templates/common.yaml similarity index 100% rename from incubator/counterstrike2d/0.0.29/templates/common.yaml rename to incubator/counterstrike2d/0.0.30/templates/common.yaml diff --git a/incubator/counterstrike2d/0.0.29/values.yaml b/incubator/counterstrike2d/0.0.30/values.yaml similarity index 100% rename from incubator/counterstrike2d/0.0.29/values.yaml rename to incubator/counterstrike2d/0.0.30/values.yaml diff --git a/incubator/coupon-store/0.0.2/CHANGELOG.md b/incubator/coupon-store/0.0.2/CHANGELOG.md deleted file mode 100644 index 2955eb28cd5..00000000000 --- a/incubator/coupon-store/0.0.2/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - - - -## [coupon-store-0.0.2](https://github.com/truecharts/charts/compare/coupon-store-0.0.1...coupon-store-0.0.2) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [coupon-store-0.0.1]coupon-store-0.0.1 (2022-10-10) diff --git a/incubator/coupon-store/0.0.2/Chart.lock b/incubator/coupon-store/0.0.2/Chart.lock deleted file mode 100644 index 883afc094e6..00000000000 --- a/incubator/coupon-store/0.0.2/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:31:15.831213826Z" diff --git a/incubator/coupon-store/0.0.2/Chart.yaml b/incubator/coupon-store/0.0.2/Chart.yaml deleted file mode 100644 index 3380dd2371a..00000000000 --- a/incubator/coupon-store/0.0.2/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: A home for all your coupons and loyalty cards. -home: https://truecharts.org/docs/charts/incubator/coupon-store -icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png -keywords: - - coupons -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: coupon-store -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store - - https://github.com/linuxserver/docker-airsonic -version: 0.0.2 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/coupon-store/0.0.2/README.md b/incubator/coupon-store/0.0.2/README.md deleted file mode 100644 index f147876f681..00000000000 --- a/incubator/coupon-store/0.0.2/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# coupon-store - -A home for all your coupons and loyalty cards. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [coupon-store](https://truecharts.org/docs/charts/incubator/coupon-store) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `coupon-store` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install coupon-store TrueCharts/coupon-store -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `coupon-store` deployment - -```console -helm uninstall coupon-store -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install coupon-store \ - --set env.TZ="America/New York" \ - TrueCharts/coupon-store -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install coupon-store TrueCharts/coupon-store -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/coupon-store/0.0.2/charts/common-10.7.0.tgz b/incubator/coupon-store/0.0.2/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/coupon-store/0.0.2/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/coupon-store/0.0.2/charts/postgresql-8.0.97.tgz b/incubator/coupon-store/0.0.2/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/coupon-store/0.0.2/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/coupon-store/0.0.3/CHANGELOG.md b/incubator/coupon-store/0.0.3/CHANGELOG.md new file mode 100644 index 00000000000..6f0e9dc1199 --- /dev/null +++ b/incubator/coupon-store/0.0.3/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + + + +## [coupon-store-0.0.3](https://github.com/truecharts/charts/compare/coupon-store-0.0.2...coupon-store-0.0.3) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [coupon-store-0.0.2](https://github.com/truecharts/charts/compare/coupon-store-0.0.1...coupon-store-0.0.2) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [coupon-store-0.0.1]coupon-store-0.0.1 (2022-10-10) diff --git a/incubator/coupon-store/0.0.3/Chart.lock b/incubator/coupon-store/0.0.3/Chart.lock new file mode 100644 index 00000000000..f423546c809 --- /dev/null +++ b/incubator/coupon-store/0.0.3/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:11:30.210209252Z" diff --git a/incubator/coupon-store/0.0.3/Chart.yaml b/incubator/coupon-store/0.0.3/Chart.yaml new file mode 100644 index 00000000000..bb4f8d5e86a --- /dev/null +++ b/incubator/coupon-store/0.0.3/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: A home for all your coupons and loyalty cards. +home: https://truecharts.org/docs/charts/incubator/coupon-store +icon: https://truecharts.org/img/hotlink-ok/chart-icons/coupon-store.png +keywords: + - coupons +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: coupon-store +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/coupon-store + - https://github.com/linuxserver/docker-airsonic +version: 0.0.3 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/coupon-store/0.0.3/README.md b/incubator/coupon-store/0.0.3/README.md new file mode 100644 index 00000000000..4308c67964d --- /dev/null +++ b/incubator/coupon-store/0.0.3/README.md @@ -0,0 +1,107 @@ +# coupon-store + +A home for all your coupons and loyalty cards. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [coupon-store](https://truecharts.org/docs/charts/incubator/coupon-store) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `coupon-store` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install coupon-store TrueCharts/coupon-store +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `coupon-store` deployment + +```console +helm uninstall coupon-store +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install coupon-store \ + --set env.TZ="America/New York" \ + TrueCharts/coupon-store +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install coupon-store TrueCharts/coupon-store -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/coupon-store/0.0.2/app-readme.md b/incubator/coupon-store/0.0.3/app-readme.md similarity index 100% rename from incubator/coupon-store/0.0.2/app-readme.md rename to incubator/coupon-store/0.0.3/app-readme.md diff --git a/incubator/coupon-store/0.0.3/charts/common-10.7.1.tgz b/incubator/coupon-store/0.0.3/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/coupon-store/0.0.3/charts/common-10.7.1.tgz differ diff --git a/incubator/coupon-store/0.0.3/charts/postgresql-8.0.101.tgz b/incubator/coupon-store/0.0.3/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/coupon-store/0.0.3/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/coupon-store/0.0.2/ix_values.yaml b/incubator/coupon-store/0.0.3/ix_values.yaml similarity index 100% rename from incubator/coupon-store/0.0.2/ix_values.yaml rename to incubator/coupon-store/0.0.3/ix_values.yaml diff --git a/incubator/coupon-store/0.0.2/questions.yaml b/incubator/coupon-store/0.0.3/questions.yaml similarity index 100% rename from incubator/coupon-store/0.0.2/questions.yaml rename to incubator/coupon-store/0.0.3/questions.yaml diff --git a/incubator/coupon-store/0.0.2/templates/_secrets.tpl b/incubator/coupon-store/0.0.3/templates/_secrets.tpl similarity index 100% rename from incubator/coupon-store/0.0.2/templates/_secrets.tpl rename to incubator/coupon-store/0.0.3/templates/_secrets.tpl diff --git a/incubator/coupon-store/0.0.2/templates/common.yaml b/incubator/coupon-store/0.0.3/templates/common.yaml similarity index 100% rename from incubator/coupon-store/0.0.2/templates/common.yaml rename to incubator/coupon-store/0.0.3/templates/common.yaml diff --git a/incubator/coupon-store/0.0.2/values.yaml b/incubator/coupon-store/0.0.3/values.yaml similarity index 100% rename from incubator/coupon-store/0.0.2/values.yaml rename to incubator/coupon-store/0.0.3/values.yaml diff --git a/incubator/cowyo/0.0.29/CHANGELOG.md b/incubator/cowyo/0.0.29/CHANGELOG.md deleted file mode 100644 index 39d25c5bfef..00000000000 --- a/incubator/cowyo/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cowyo-0.0.29](https://github.com/truecharts/charts/compare/cowyo-0.0.28...cowyo-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cowyo-0.0.28](https://github.com/truecharts/charts/compare/cowyo-0.0.27...cowyo-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cowyo-0.0.28](https://github.com/truecharts/charts/compare/cowyo-0.0.27...cowyo-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cowyo-0.0.27](https://github.com/truecharts/charts/compare/cowyo-0.0.26...cowyo-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cowyo-0.0.26](https://github.com/truecharts/charts/compare/cowyo-0.0.25...cowyo-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cowyo-0.0.25](https://github.com/truecharts/charts/compare/cowyo-0.0.24...cowyo-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cowyo-0.0.24](https://github.com/truecharts/charts/compare/cowyo-0.0.23...cowyo-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cowyo-0.0.24](https://github.com/truecharts/charts/compare/cowyo-0.0.23...cowyo-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cowyo/0.0.29/Chart.lock b/incubator/cowyo/0.0.29/Chart.lock deleted file mode 100644 index bdf11dfdc97..00000000000 --- a/incubator/cowyo/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:07.361889998Z" diff --git a/incubator/cowyo/0.0.29/Chart.yaml b/incubator/cowyo/0.0.29/Chart.yaml deleted file mode 100644 index 3a3d3dcd1c1..00000000000 --- a/incubator/cowyo/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying." -home: https://truecharts.org/docs/charts/incubator/cowyo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png -keywords: - - cowyo - - Cloud - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cowyo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cowyo - - https://github.com/schollz/cowyo - - https://hub.docker.com/r/schollz/cowyo -type: application -version: 0.0.29 diff --git a/incubator/cowyo/0.0.29/README.md b/incubator/cowyo/0.0.29/README.md deleted file mode 100644 index b50c2d4e526..00000000000 --- a/incubator/cowyo/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cowyo - -cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cowyo](https://truecharts.org/docs/charts/incubator/cowyo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cowyo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cowyo TrueCharts/cowyo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cowyo` deployment - -```console -helm uninstall cowyo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cowyo \ - --set env.TZ="America/New York" \ - TrueCharts/cowyo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cowyo TrueCharts/cowyo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cowyo/0.0.29/charts/common-10.7.0.tgz b/incubator/cowyo/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cowyo/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cowyo/0.0.30/CHANGELOG.md b/incubator/cowyo/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..6bb845f6fa2 --- /dev/null +++ b/incubator/cowyo/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cowyo-0.0.30](https://github.com/truecharts/charts/compare/cowyo-0.0.29...cowyo-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cowyo-0.0.29](https://github.com/truecharts/charts/compare/cowyo-0.0.28...cowyo-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cowyo-0.0.28](https://github.com/truecharts/charts/compare/cowyo-0.0.27...cowyo-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cowyo-0.0.28](https://github.com/truecharts/charts/compare/cowyo-0.0.27...cowyo-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cowyo-0.0.27](https://github.com/truecharts/charts/compare/cowyo-0.0.26...cowyo-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cowyo-0.0.26](https://github.com/truecharts/charts/compare/cowyo-0.0.25...cowyo-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cowyo-0.0.25](https://github.com/truecharts/charts/compare/cowyo-0.0.24...cowyo-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cowyo-0.0.24](https://github.com/truecharts/charts/compare/cowyo-0.0.23...cowyo-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cowyo/0.0.30/Chart.lock b/incubator/cowyo/0.0.30/Chart.lock new file mode 100644 index 00000000000..97ff2f4249f --- /dev/null +++ b/incubator/cowyo/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:20.527207093Z" diff --git a/incubator/cowyo/0.0.30/Chart.yaml b/incubator/cowyo/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9862558a09b --- /dev/null +++ b/incubator/cowyo/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying." +home: https://truecharts.org/docs/charts/incubator/cowyo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.png +keywords: + - cowyo + - Cloud + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cowyo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cowyo + - https://github.com/schollz/cowyo + - https://hub.docker.com/r/schollz/cowyo +type: application +version: 0.0.30 diff --git a/incubator/cowyo/0.0.30/README.md b/incubator/cowyo/0.0.30/README.md new file mode 100644 index 00000000000..a12b7361dd0 --- /dev/null +++ b/incubator/cowyo/0.0.30/README.md @@ -0,0 +1,107 @@ +# cowyo + +cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cowyo](https://truecharts.org/docs/charts/incubator/cowyo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cowyo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cowyo TrueCharts/cowyo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cowyo` deployment + +```console +helm uninstall cowyo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cowyo \ + --set env.TZ="America/New York" \ + TrueCharts/cowyo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cowyo TrueCharts/cowyo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cowyo/0.0.29/app-readme.md b/incubator/cowyo/0.0.30/app-readme.md similarity index 100% rename from incubator/cowyo/0.0.29/app-readme.md rename to incubator/cowyo/0.0.30/app-readme.md diff --git a/incubator/cowyo/0.0.30/charts/common-10.7.1.tgz b/incubator/cowyo/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cowyo/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/cowyo/0.0.29/ix_values.yaml b/incubator/cowyo/0.0.30/ix_values.yaml similarity index 100% rename from incubator/cowyo/0.0.29/ix_values.yaml rename to incubator/cowyo/0.0.30/ix_values.yaml diff --git a/incubator/cowyo/0.0.29/questions.yaml b/incubator/cowyo/0.0.30/questions.yaml similarity index 100% rename from incubator/cowyo/0.0.29/questions.yaml rename to incubator/cowyo/0.0.30/questions.yaml diff --git a/incubator/cowyo/0.0.29/templates/common.yaml b/incubator/cowyo/0.0.30/templates/common.yaml similarity index 100% rename from incubator/cowyo/0.0.29/templates/common.yaml rename to incubator/cowyo/0.0.30/templates/common.yaml diff --git a/incubator/cowyo/0.0.29/values.yaml b/incubator/cowyo/0.0.30/values.yaml similarity index 100% rename from incubator/cowyo/0.0.29/values.yaml rename to incubator/cowyo/0.0.30/values.yaml diff --git a/incubator/craftopia/0.0.29/CHANGELOG.md b/incubator/craftopia/0.0.29/CHANGELOG.md deleted file mode 100644 index de36095123a..00000000000 --- a/incubator/craftopia/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [craftopia-0.0.29](https://github.com/truecharts/charts/compare/craftopia-0.0.28...craftopia-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [craftopia-0.0.28](https://github.com/truecharts/charts/compare/craftopia-0.0.27...craftopia-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [craftopia-0.0.28](https://github.com/truecharts/charts/compare/craftopia-0.0.27...craftopia-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [craftopia-0.0.27](https://github.com/truecharts/charts/compare/craftopia-0.0.26...craftopia-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [craftopia-0.0.26](https://github.com/truecharts/charts/compare/craftopia-0.0.25...craftopia-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [craftopia-0.0.25](https://github.com/truecharts/charts/compare/craftopia-0.0.24...craftopia-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [craftopia-0.0.24](https://github.com/truecharts/charts/compare/craftopia-0.0.23...craftopia-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [craftopia-0.0.24](https://github.com/truecharts/charts/compare/craftopia-0.0.23...craftopia-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/craftopia/0.0.29/Chart.lock b/incubator/craftopia/0.0.29/Chart.lock deleted file mode 100644 index fb0ef731a26..00000000000 --- a/incubator/craftopia/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:14.527949337Z" diff --git a/incubator/craftopia/0.0.29/Chart.yaml b/incubator/craftopia/0.0.29/Chart.yaml deleted file mode 100644 index dc06b5e66e9..00000000000 --- a/incubator/craftopia/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Craftopia and run it." -home: https://truecharts.org/docs/charts/incubator/craftopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png -keywords: - - craftopia - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: craftopia -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/craftopia - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/craftopia/0.0.29/README.md b/incubator/craftopia/0.0.29/README.md deleted file mode 100644 index 9f5ace0bf8f..00000000000 --- a/incubator/craftopia/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# craftopia - -This Chart will download and install SteamCMD. It will also install Craftopia and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [craftopia](https://truecharts.org/docs/charts/incubator/craftopia) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `craftopia` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install craftopia TrueCharts/craftopia -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `craftopia` deployment - -```console -helm uninstall craftopia -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install craftopia \ - --set env.TZ="America/New York" \ - TrueCharts/craftopia -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install craftopia TrueCharts/craftopia -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/craftopia/0.0.29/charts/common-10.7.0.tgz b/incubator/craftopia/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/craftopia/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/craftopia/0.0.30/CHANGELOG.md b/incubator/craftopia/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..475c4f9b8ea --- /dev/null +++ b/incubator/craftopia/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [craftopia-0.0.30](https://github.com/truecharts/charts/compare/craftopia-0.0.29...craftopia-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [craftopia-0.0.29](https://github.com/truecharts/charts/compare/craftopia-0.0.28...craftopia-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [craftopia-0.0.28](https://github.com/truecharts/charts/compare/craftopia-0.0.27...craftopia-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [craftopia-0.0.28](https://github.com/truecharts/charts/compare/craftopia-0.0.27...craftopia-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [craftopia-0.0.27](https://github.com/truecharts/charts/compare/craftopia-0.0.26...craftopia-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [craftopia-0.0.26](https://github.com/truecharts/charts/compare/craftopia-0.0.25...craftopia-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [craftopia-0.0.25](https://github.com/truecharts/charts/compare/craftopia-0.0.24...craftopia-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [craftopia-0.0.24](https://github.com/truecharts/charts/compare/craftopia-0.0.23...craftopia-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/craftopia/0.0.30/Chart.lock b/incubator/craftopia/0.0.30/Chart.lock new file mode 100644 index 00000000000..c86e45a5202 --- /dev/null +++ b/incubator/craftopia/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:34.081048448Z" diff --git a/incubator/craftopia/0.0.30/Chart.yaml b/incubator/craftopia/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7d23369729a --- /dev/null +++ b/incubator/craftopia/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Craftopia and run it." +home: https://truecharts.org/docs/charts/incubator/craftopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.png +keywords: + - craftopia + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: craftopia +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/craftopia + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/craftopia/0.0.30/README.md b/incubator/craftopia/0.0.30/README.md new file mode 100644 index 00000000000..9e6d96b4a55 --- /dev/null +++ b/incubator/craftopia/0.0.30/README.md @@ -0,0 +1,107 @@ +# craftopia + +This Chart will download and install SteamCMD. It will also install Craftopia and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [craftopia](https://truecharts.org/docs/charts/incubator/craftopia) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `craftopia` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install craftopia TrueCharts/craftopia +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `craftopia` deployment + +```console +helm uninstall craftopia +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install craftopia \ + --set env.TZ="America/New York" \ + TrueCharts/craftopia +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install craftopia TrueCharts/craftopia -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/craftopia/0.0.29/app-readme.md b/incubator/craftopia/0.0.30/app-readme.md similarity index 100% rename from incubator/craftopia/0.0.29/app-readme.md rename to incubator/craftopia/0.0.30/app-readme.md diff --git a/incubator/craftopia/0.0.30/charts/common-10.7.1.tgz b/incubator/craftopia/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/craftopia/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/craftopia/0.0.29/ix_values.yaml b/incubator/craftopia/0.0.30/ix_values.yaml similarity index 100% rename from incubator/craftopia/0.0.29/ix_values.yaml rename to incubator/craftopia/0.0.30/ix_values.yaml diff --git a/incubator/craftopia/0.0.29/questions.yaml b/incubator/craftopia/0.0.30/questions.yaml similarity index 100% rename from incubator/craftopia/0.0.29/questions.yaml rename to incubator/craftopia/0.0.30/questions.yaml diff --git a/incubator/craftopia/0.0.29/templates/common.yaml b/incubator/craftopia/0.0.30/templates/common.yaml similarity index 100% rename from incubator/craftopia/0.0.29/templates/common.yaml rename to incubator/craftopia/0.0.30/templates/common.yaml diff --git a/incubator/craftopia/0.0.29/values.yaml b/incubator/craftopia/0.0.30/values.yaml similarity index 100% rename from incubator/craftopia/0.0.29/values.yaml rename to incubator/craftopia/0.0.30/values.yaml diff --git a/incubator/crafty-3/0.0.29/CHANGELOG.md b/incubator/crafty-3/0.0.29/CHANGELOG.md deleted file mode 100644 index 191494133fd..00000000000 --- a/incubator/crafty-3/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [crafty-3-0.0.29](https://github.com/truecharts/charts/compare/crafty-3-0.0.28...crafty-3-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [crafty-3-0.0.28](https://github.com/truecharts/charts/compare/crafty-3-0.0.27...crafty-3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crafty-3-0.0.28](https://github.com/truecharts/charts/compare/crafty-3-0.0.27...crafty-3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crafty-3-0.0.27](https://github.com/truecharts/charts/compare/crafty-3-0.0.26...crafty-3-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [crafty-3-0.0.26](https://github.com/truecharts/charts/compare/crafty-3-0.0.25...crafty-3-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [crafty-3-0.0.25](https://github.com/truecharts/charts/compare/crafty-3-0.0.24...crafty-3-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [crafty-3-0.0.24](https://github.com/truecharts/charts/compare/crafty-3-0.0.23...crafty-3-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [crafty-3-0.0.24](https://github.com/truecharts/charts/compare/crafty-3-0.0.23...crafty-3-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/crafty-3/0.0.29/Chart.lock b/incubator/crafty-3/0.0.29/Chart.lock deleted file mode 100644 index b8e9d7112bf..00000000000 --- a/incubator/crafty-3/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:33.722103256Z" diff --git a/incubator/crafty-3/0.0.29/Chart.yaml b/incubator/crafty-3/0.0.29/Chart.yaml deleted file mode 100644 index 0362fddccc9..00000000000 --- a/incubator/crafty-3/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "An Appication to run all your minecraft servers From without a hustle." -home: https://truecharts.org/docs/charts/incubator/crafty-3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-3.png -keywords: - - crafty-3 - - GameServers - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: crafty-3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-3 - - https://gitlab.com/crafty-controller/crafty-web - - https://hub.docker.com/r/freddy0/crafty-container -type: application -version: 0.0.29 diff --git a/incubator/crafty-3/0.0.29/README.md b/incubator/crafty-3/0.0.29/README.md deleted file mode 100644 index 892d909396a..00000000000 --- a/incubator/crafty-3/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# crafty-3 - -An Appication to run all your minecraft servers From without a hustle. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [crafty-3](https://truecharts.org/docs/charts/incubator/crafty-3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `crafty-3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install crafty-3 TrueCharts/crafty-3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `crafty-3` deployment - -```console -helm uninstall crafty-3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install crafty-3 \ - --set env.TZ="America/New York" \ - TrueCharts/crafty-3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install crafty-3 TrueCharts/crafty-3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/crafty-3/0.0.29/charts/common-10.7.0.tgz b/incubator/crafty-3/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/crafty-3/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/crafty-3/0.0.30/CHANGELOG.md b/incubator/crafty-3/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1a0d9699995 --- /dev/null +++ b/incubator/crafty-3/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [crafty-3-0.0.30](https://github.com/truecharts/charts/compare/crafty-3-0.0.29...crafty-3-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [crafty-3-0.0.29](https://github.com/truecharts/charts/compare/crafty-3-0.0.28...crafty-3-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [crafty-3-0.0.28](https://github.com/truecharts/charts/compare/crafty-3-0.0.27...crafty-3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crafty-3-0.0.28](https://github.com/truecharts/charts/compare/crafty-3-0.0.27...crafty-3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crafty-3-0.0.27](https://github.com/truecharts/charts/compare/crafty-3-0.0.26...crafty-3-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [crafty-3-0.0.26](https://github.com/truecharts/charts/compare/crafty-3-0.0.25...crafty-3-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [crafty-3-0.0.25](https://github.com/truecharts/charts/compare/crafty-3-0.0.24...crafty-3-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [crafty-3-0.0.24](https://github.com/truecharts/charts/compare/crafty-3-0.0.23...crafty-3-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/crafty-3/0.0.30/Chart.lock b/incubator/crafty-3/0.0.30/Chart.lock new file mode 100644 index 00000000000..ead5da1f699 --- /dev/null +++ b/incubator/crafty-3/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:42.033942219Z" diff --git a/incubator/crafty-3/0.0.30/Chart.yaml b/incubator/crafty-3/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5fc2ccf5ee0 --- /dev/null +++ b/incubator/crafty-3/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "An Appication to run all your minecraft servers From without a hustle." +home: https://truecharts.org/docs/charts/incubator/crafty-3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-3.png +keywords: + - crafty-3 + - GameServers + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: crafty-3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-3 + - https://gitlab.com/crafty-controller/crafty-web + - https://hub.docker.com/r/freddy0/crafty-container +type: application +version: 0.0.30 diff --git a/incubator/crafty-3/0.0.30/README.md b/incubator/crafty-3/0.0.30/README.md new file mode 100644 index 00000000000..557a7ea7ecd --- /dev/null +++ b/incubator/crafty-3/0.0.30/README.md @@ -0,0 +1,107 @@ +# crafty-3 + +An Appication to run all your minecraft servers From without a hustle. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [crafty-3](https://truecharts.org/docs/charts/incubator/crafty-3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `crafty-3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install crafty-3 TrueCharts/crafty-3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `crafty-3` deployment + +```console +helm uninstall crafty-3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install crafty-3 \ + --set env.TZ="America/New York" \ + TrueCharts/crafty-3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install crafty-3 TrueCharts/crafty-3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/crafty-3/0.0.29/app-readme.md b/incubator/crafty-3/0.0.30/app-readme.md similarity index 100% rename from incubator/crafty-3/0.0.29/app-readme.md rename to incubator/crafty-3/0.0.30/app-readme.md diff --git a/incubator/crafty-3/0.0.30/charts/common-10.7.1.tgz b/incubator/crafty-3/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/crafty-3/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/crafty-3/0.0.29/ix_values.yaml b/incubator/crafty-3/0.0.30/ix_values.yaml similarity index 100% rename from incubator/crafty-3/0.0.29/ix_values.yaml rename to incubator/crafty-3/0.0.30/ix_values.yaml diff --git a/incubator/crafty-3/0.0.29/questions.yaml b/incubator/crafty-3/0.0.30/questions.yaml similarity index 100% rename from incubator/crafty-3/0.0.29/questions.yaml rename to incubator/crafty-3/0.0.30/questions.yaml diff --git a/incubator/crafty-3/0.0.29/templates/common.yaml b/incubator/crafty-3/0.0.30/templates/common.yaml similarity index 100% rename from incubator/crafty-3/0.0.29/templates/common.yaml rename to incubator/crafty-3/0.0.30/templates/common.yaml diff --git a/incubator/crafty-3/0.0.29/values.yaml b/incubator/crafty-3/0.0.30/values.yaml similarity index 100% rename from incubator/crafty-3/0.0.29/values.yaml rename to incubator/crafty-3/0.0.30/values.yaml diff --git a/incubator/crafty-4/0.0.36/CHANGELOG.md b/incubator/crafty-4/0.0.36/CHANGELOG.md deleted file mode 100644 index 0cc0a0c91fe..00000000000 --- a/incubator/crafty-4/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [crafty-4-0.0.36](https://github.com/truecharts/charts/compare/crafty-4-0.0.35...crafty-4-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [crafty-4-0.0.35](https://github.com/truecharts/charts/compare/crafty-4-0.0.34...crafty-4-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crafty-4-0.0.35](https://github.com/truecharts/charts/compare/crafty-4-0.0.34...crafty-4-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crafty-4-0.0.34](https://github.com/truecharts/charts/compare/crafty-4-0.0.33...crafty-4-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crafty-4-0.0.33](https://github.com/truecharts/charts/compare/crafty-4-0.0.32...crafty-4-0.0.33) (2022-10-03) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) - - - - -## [crafty-4-0.0.32](https://github.com/truecharts/charts/compare/crafty-4-0.0.31...crafty-4-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [crafty-4-0.0.31](https://github.com/truecharts/charts/compare/crafty-4-0.0.30...crafty-4-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [crafty-4-0.0.30](https://github.com/truecharts/charts/compare/crafty-4-0.0.29...crafty-4-0.0.30) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [crafty-4-0.0.29](https://github.com/truecharts/charts/compare/crafty-4-0.0.27...crafty-4-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/crafty-4/0.0.36/Chart.lock b/incubator/crafty-4/0.0.36/Chart.lock deleted file mode 100644 index d45171c979a..00000000000 --- a/incubator/crafty-4/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:37.22713987Z" diff --git a/incubator/crafty-4/0.0.36/Chart.yaml b/incubator/crafty-4/0.0.36/Chart.yaml deleted file mode 100644 index fe6a4ac02c8..00000000000 --- a/incubator/crafty-4/0.0.36/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way!" -home: https://truecharts.org/docs/charts/incubator/crafty-4 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png -keywords: - - crafty-4 - - GameServers - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: crafty-4 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-4 - - https://craftycontrol.com/ - - https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4 -type: application -version: 0.0.36 diff --git a/incubator/crafty-4/0.0.36/README.md b/incubator/crafty-4/0.0.36/README.md deleted file mode 100644 index c14d2be03d6..00000000000 --- a/incubator/crafty-4/0.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# crafty-4 - -Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [crafty-4](https://truecharts.org/docs/charts/incubator/crafty-4) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `crafty-4` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install crafty-4 TrueCharts/crafty-4 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `crafty-4` deployment - -```console -helm uninstall crafty-4 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install crafty-4 \ - --set env.TZ="America/New York" \ - TrueCharts/crafty-4 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install crafty-4 TrueCharts/crafty-4 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/crafty-4/0.0.36/charts/common-10.7.0.tgz b/incubator/crafty-4/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/crafty-4/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/crafty-4/0.0.37/CHANGELOG.md b/incubator/crafty-4/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..3b377e64fa4 --- /dev/null +++ b/incubator/crafty-4/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [crafty-4-0.0.37](https://github.com/truecharts/charts/compare/crafty-4-0.0.36...crafty-4-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [crafty-4-0.0.36](https://github.com/truecharts/charts/compare/crafty-4-0.0.35...crafty-4-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [crafty-4-0.0.35](https://github.com/truecharts/charts/compare/crafty-4-0.0.34...crafty-4-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crafty-4-0.0.35](https://github.com/truecharts/charts/compare/crafty-4-0.0.34...crafty-4-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crafty-4-0.0.34](https://github.com/truecharts/charts/compare/crafty-4-0.0.33...crafty-4-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crafty-4-0.0.33](https://github.com/truecharts/charts/compare/crafty-4-0.0.32...crafty-4-0.0.33) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + + + + +## [crafty-4-0.0.32](https://github.com/truecharts/charts/compare/crafty-4-0.0.31...crafty-4-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [crafty-4-0.0.31](https://github.com/truecharts/charts/compare/crafty-4-0.0.30...crafty-4-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [crafty-4-0.0.30](https://github.com/truecharts/charts/compare/crafty-4-0.0.29...crafty-4-0.0.30) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [crafty-4-0.0.29](https://github.com/truecharts/charts/compare/crafty-4-0.0.27...crafty-4-0.0.29) (2022-09-22) + +### Chore diff --git a/incubator/crafty-4/0.0.37/Chart.lock b/incubator/crafty-4/0.0.37/Chart.lock new file mode 100644 index 00000000000..694421bad96 --- /dev/null +++ b/incubator/crafty-4/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:11:52.227245863Z" diff --git a/incubator/crafty-4/0.0.37/Chart.yaml b/incubator/crafty-4/0.0.37/Chart.yaml new file mode 100644 index 00000000000..36eed9f5ef6 --- /dev/null +++ b/incubator/crafty-4/0.0.37/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way!" +home: https://truecharts.org/docs/charts/incubator/crafty-4 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.png +keywords: + - crafty-4 + - GameServers + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: crafty-4 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crafty-4 + - https://craftycontrol.com/ + - https://registry.hub.docker.com/r/registry.gitlab.com/crafty-controller/crafty-4 +type: application +version: 0.0.37 diff --git a/incubator/crafty-4/0.0.37/README.md b/incubator/crafty-4/0.0.37/README.md new file mode 100644 index 00000000000..51b8ed4322c --- /dev/null +++ b/incubator/crafty-4/0.0.37/README.md @@ -0,0 +1,107 @@ +# crafty-4 + +Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher. Boasting a clean new look, rebuilt from the ground up. Crafty 4 brings a whole host of new features such as Bedrock support. With SteamCMD support on the way! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [crafty-4](https://truecharts.org/docs/charts/incubator/crafty-4) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `crafty-4` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install crafty-4 TrueCharts/crafty-4 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `crafty-4` deployment + +```console +helm uninstall crafty-4 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install crafty-4 \ + --set env.TZ="America/New York" \ + TrueCharts/crafty-4 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install crafty-4 TrueCharts/crafty-4 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/crafty-4/0.0.36/app-readme.md b/incubator/crafty-4/0.0.37/app-readme.md similarity index 100% rename from incubator/crafty-4/0.0.36/app-readme.md rename to incubator/crafty-4/0.0.37/app-readme.md diff --git a/incubator/crafty-4/0.0.37/charts/common-10.7.1.tgz b/incubator/crafty-4/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/crafty-4/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/crafty-4/0.0.36/ix_values.yaml b/incubator/crafty-4/0.0.37/ix_values.yaml similarity index 100% rename from incubator/crafty-4/0.0.36/ix_values.yaml rename to incubator/crafty-4/0.0.37/ix_values.yaml diff --git a/incubator/crafty-4/0.0.36/questions.yaml b/incubator/crafty-4/0.0.37/questions.yaml similarity index 100% rename from incubator/crafty-4/0.0.36/questions.yaml rename to incubator/crafty-4/0.0.37/questions.yaml diff --git a/incubator/crafty-4/0.0.36/templates/common.yaml b/incubator/crafty-4/0.0.37/templates/common.yaml similarity index 100% rename from incubator/crafty-4/0.0.36/templates/common.yaml rename to incubator/crafty-4/0.0.37/templates/common.yaml diff --git a/incubator/crafty-4/0.0.36/values.yaml b/incubator/crafty-4/0.0.37/values.yaml similarity index 100% rename from incubator/crafty-4/0.0.36/values.yaml rename to incubator/crafty-4/0.0.37/values.yaml diff --git a/incubator/crypto-exchanges-gateway/0.0.30/CHANGELOG.md b/incubator/crypto-exchanges-gateway/0.0.30/CHANGELOG.md deleted file mode 100644 index f0d1e37a781..00000000000 --- a/incubator/crypto-exchanges-gateway/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [crypto-exchanges-gateway-0.0.30](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.29...crypto-exchanges-gateway-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [crypto-exchanges-gateway-0.0.29](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.28...crypto-exchanges-gateway-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crypto-exchanges-gateway-0.0.29](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.28...crypto-exchanges-gateway-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [crypto-exchanges-gateway-0.0.28](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.27...crypto-exchanges-gateway-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [crypto-exchanges-gateway-0.0.27](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.26...crypto-exchanges-gateway-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [crypto-exchanges-gateway-0.0.26](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.25...crypto-exchanges-gateway-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [crypto-exchanges-gateway-0.0.25](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.24...crypto-exchanges-gateway-0.0.25) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [crypto-exchanges-gateway-0.0.24](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.23...crypto-exchanges-gateway-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/crypto-exchanges-gateway/0.0.30/Chart.lock b/incubator/crypto-exchanges-gateway/0.0.30/Chart.lock deleted file mode 100644 index e5fe93b0a1c..00000000000 --- a/incubator/crypto-exchanges-gateway/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:31:43.802480336Z" diff --git a/incubator/crypto-exchanges-gateway/0.0.30/Chart.yaml b/incubator/crypto-exchanges-gateway/0.0.30/Chart.yaml deleted file mode 100644 index c94f2703d7b..00000000000 --- a/incubator/crypto-exchanges-gateway/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Your gateway to the world of crypto" -home: https://truecharts.org/docs/charts/incubator/crypto-exchanges-gateway -icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png -keywords: - - crypto-exchanges-gateway - - Productivity - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: crypto-exchanges-gateway -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/crypto-exchanges-gateway - - https://github.com/aloysius-pgast/crypto-exchanges-gateway - - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway/ -type: application -version: 0.0.30 diff --git a/incubator/crypto-exchanges-gateway/0.0.30/README.md b/incubator/crypto-exchanges-gateway/0.0.30/README.md deleted file mode 100644 index 3841945f1e6..00000000000 --- a/incubator/crypto-exchanges-gateway/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# crypto-exchanges-gateway - -Your gateway to the world of crypto - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [crypto-exchanges-gateway](https://truecharts.org/docs/charts/incubator/crypto-exchanges-gateway) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `crypto-exchanges-gateway` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `crypto-exchanges-gateway` deployment - -```console -helm uninstall crypto-exchanges-gateway -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install crypto-exchanges-gateway \ - --set env.TZ="America/New York" \ - TrueCharts/crypto-exchanges-gateway -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/crypto-exchanges-gateway/0.0.30/charts/common-10.7.0.tgz b/incubator/crypto-exchanges-gateway/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/crypto-exchanges-gateway/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/crypto-exchanges-gateway/0.0.31/CHANGELOG.md b/incubator/crypto-exchanges-gateway/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..238e84e08cf --- /dev/null +++ b/incubator/crypto-exchanges-gateway/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [crypto-exchanges-gateway-0.0.31](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.30...crypto-exchanges-gateway-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [crypto-exchanges-gateway-0.0.30](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.29...crypto-exchanges-gateway-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [crypto-exchanges-gateway-0.0.29](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.28...crypto-exchanges-gateway-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crypto-exchanges-gateway-0.0.29](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.28...crypto-exchanges-gateway-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [crypto-exchanges-gateway-0.0.28](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.27...crypto-exchanges-gateway-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [crypto-exchanges-gateway-0.0.27](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.26...crypto-exchanges-gateway-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [crypto-exchanges-gateway-0.0.26](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.25...crypto-exchanges-gateway-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [crypto-exchanges-gateway-0.0.25](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.24...crypto-exchanges-gateway-0.0.25) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [crypto-exchanges-gateway-0.0.24](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-0.0.23...crypto-exchanges-gateway-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/crypto-exchanges-gateway/0.0.31/Chart.lock b/incubator/crypto-exchanges-gateway/0.0.31/Chart.lock new file mode 100644 index 00000000000..78f5e3f303a --- /dev/null +++ b/incubator/crypto-exchanges-gateway/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:05.919657144Z" diff --git a/incubator/crypto-exchanges-gateway/0.0.31/Chart.yaml b/incubator/crypto-exchanges-gateway/0.0.31/Chart.yaml new file mode 100644 index 00000000000..c4d46cc94d4 --- /dev/null +++ b/incubator/crypto-exchanges-gateway/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Your gateway to the world of crypto" +home: https://truecharts.org/docs/charts/incubator/crypto-exchanges-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.png +keywords: + - crypto-exchanges-gateway + - Productivity + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: crypto-exchanges-gateway +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/crypto-exchanges-gateway + - https://github.com/aloysius-pgast/crypto-exchanges-gateway + - https://hub.docker.com/r/apendergast/crypto-exchanges-gateway/ +type: application +version: 0.0.31 diff --git a/incubator/crypto-exchanges-gateway/0.0.31/README.md b/incubator/crypto-exchanges-gateway/0.0.31/README.md new file mode 100644 index 00000000000..602678eb040 --- /dev/null +++ b/incubator/crypto-exchanges-gateway/0.0.31/README.md @@ -0,0 +1,107 @@ +# crypto-exchanges-gateway + +Your gateway to the world of crypto + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [crypto-exchanges-gateway](https://truecharts.org/docs/charts/incubator/crypto-exchanges-gateway) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `crypto-exchanges-gateway` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `crypto-exchanges-gateway` deployment + +```console +helm uninstall crypto-exchanges-gateway +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install crypto-exchanges-gateway \ + --set env.TZ="America/New York" \ + TrueCharts/crypto-exchanges-gateway +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install crypto-exchanges-gateway TrueCharts/crypto-exchanges-gateway -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/crypto-exchanges-gateway/0.0.30/app-readme.md b/incubator/crypto-exchanges-gateway/0.0.31/app-readme.md similarity index 100% rename from incubator/crypto-exchanges-gateway/0.0.30/app-readme.md rename to incubator/crypto-exchanges-gateway/0.0.31/app-readme.md diff --git a/incubator/crypto-exchanges-gateway/0.0.31/charts/common-10.7.1.tgz b/incubator/crypto-exchanges-gateway/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/crypto-exchanges-gateway/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/crypto-exchanges-gateway/0.0.30/ix_values.yaml b/incubator/crypto-exchanges-gateway/0.0.31/ix_values.yaml similarity index 100% rename from incubator/crypto-exchanges-gateway/0.0.30/ix_values.yaml rename to incubator/crypto-exchanges-gateway/0.0.31/ix_values.yaml diff --git a/incubator/crypto-exchanges-gateway/0.0.30/questions.yaml b/incubator/crypto-exchanges-gateway/0.0.31/questions.yaml similarity index 100% rename from incubator/crypto-exchanges-gateway/0.0.30/questions.yaml rename to incubator/crypto-exchanges-gateway/0.0.31/questions.yaml diff --git a/incubator/crypto-exchanges-gateway/0.0.30/templates/common.yaml b/incubator/crypto-exchanges-gateway/0.0.31/templates/common.yaml similarity index 100% rename from incubator/crypto-exchanges-gateway/0.0.30/templates/common.yaml rename to incubator/crypto-exchanges-gateway/0.0.31/templates/common.yaml diff --git a/incubator/crypto-exchanges-gateway/0.0.30/values.yaml b/incubator/crypto-exchanges-gateway/0.0.31/values.yaml similarity index 100% rename from incubator/crypto-exchanges-gateway/0.0.30/values.yaml rename to incubator/crypto-exchanges-gateway/0.0.31/values.yaml diff --git a/incubator/cryptpad/0.0.76/CHANGELOG.md b/incubator/cryptpad/0.0.76/CHANGELOG.md deleted file mode 100644 index 3a840364783..00000000000 --- a/incubator/cryptpad/0.0.76/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cryptpad-0.0.76](https://github.com/truecharts/charts/compare/cryptpad-0.0.75...cryptpad-0.0.76) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [cryptpad-0.0.75](https://github.com/truecharts/charts/compare/cryptpad-0.0.74...cryptpad-0.0.75) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [cryptpad-0.0.74](https://github.com/truecharts/charts/compare/cryptpad-0.0.73...cryptpad-0.0.74) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [cryptpad-0.0.73](https://github.com/truecharts/charts/compare/cryptpad-0.0.72...cryptpad-0.0.73) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [cryptpad-0.0.72](https://github.com/truecharts/charts/compare/cryptpad-0.0.71...cryptpad-0.0.72) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cryptpad-0.0.71](https://github.com/truecharts/charts/compare/cryptpad-0.0.70...cryptpad-0.0.71) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [cryptpad-0.0.70](https://github.com/truecharts/charts/compare/cryptpad-0.0.68...cryptpad-0.0.70) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [cryptpad-0.0.69](https://github.com/truecharts/charts/compare/cryptpad-0.0.68...cryptpad-0.0.69) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cryptpad-0.0.68](https://github.com/truecharts/charts/compare/cryptpad-0.0.67...cryptpad-0.0.68) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [cryptpad-0.0.67](https://github.com/truecharts/charts/compare/cryptpad-0.0.66...cryptpad-0.0.67) (2022-10-05) - diff --git a/incubator/cryptpad/0.0.76/Chart.lock b/incubator/cryptpad/0.0.76/Chart.lock deleted file mode 100644 index ece2ac61b89..00000000000 --- a/incubator/cryptpad/0.0.76/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:01:06.227360632Z" diff --git a/incubator/cryptpad/0.0.76/Chart.yaml b/incubator/cryptpad/0.0.76/Chart.yaml deleted file mode 100644 index f9f2d1d5eab..00000000000 --- a/incubator/cryptpad/0.0.76/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Security -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js -home: https://truecharts.org/docs/charts/incubator/cryptpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png -keywords: - - cryptpad - - Productivity - - Security -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cryptpad -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad - - https://cryptpad.fr/ - - https://hub.docker.com/r/promasu/cryptpad/ -type: application -version: 0.0.76 diff --git a/incubator/cryptpad/0.0.76/README.md b/incubator/cryptpad/0.0.76/README.md deleted file mode 100644 index ee9226a4f45..00000000000 --- a/incubator/cryptpad/0.0.76/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cryptpad - -CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cryptpad](https://truecharts.org/docs/charts/incubator/cryptpad) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cryptpad` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cryptpad TrueCharts/cryptpad -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cryptpad` deployment - -```console -helm uninstall cryptpad -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cryptpad \ - --set env.TZ="America/New York" \ - TrueCharts/cryptpad -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cryptpad TrueCharts/cryptpad -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cryptpad/0.0.76/charts/common-10.7.0.tgz b/incubator/cryptpad/0.0.76/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cryptpad/0.0.76/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cryptpad/0.0.77/CHANGELOG.md b/incubator/cryptpad/0.0.77/CHANGELOG.md new file mode 100644 index 00000000000..34e803d83dd --- /dev/null +++ b/incubator/cryptpad/0.0.77/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cryptpad-0.0.77](https://github.com/truecharts/charts/compare/cryptpad-0.0.76...cryptpad-0.0.77) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cryptpad-0.0.76](https://github.com/truecharts/charts/compare/cryptpad-0.0.75...cryptpad-0.0.76) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [cryptpad-0.0.75](https://github.com/truecharts/charts/compare/cryptpad-0.0.74...cryptpad-0.0.75) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [cryptpad-0.0.74](https://github.com/truecharts/charts/compare/cryptpad-0.0.73...cryptpad-0.0.74) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [cryptpad-0.0.73](https://github.com/truecharts/charts/compare/cryptpad-0.0.72...cryptpad-0.0.73) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [cryptpad-0.0.72](https://github.com/truecharts/charts/compare/cryptpad-0.0.71...cryptpad-0.0.72) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cryptpad-0.0.71](https://github.com/truecharts/charts/compare/cryptpad-0.0.70...cryptpad-0.0.71) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [cryptpad-0.0.70](https://github.com/truecharts/charts/compare/cryptpad-0.0.68...cryptpad-0.0.70) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [cryptpad-0.0.69](https://github.com/truecharts/charts/compare/cryptpad-0.0.68...cryptpad-0.0.69) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cryptpad-0.0.68](https://github.com/truecharts/charts/compare/cryptpad-0.0.67...cryptpad-0.0.68) (2022-10-07) + diff --git a/incubator/cryptpad/0.0.77/Chart.lock b/incubator/cryptpad/0.0.77/Chart.lock new file mode 100644 index 00000000000..ba3a0234981 --- /dev/null +++ b/incubator/cryptpad/0.0.77/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:12.476479881Z" diff --git a/incubator/cryptpad/0.0.77/Chart.yaml b/incubator/cryptpad/0.0.77/Chart.yaml new file mode 100644 index 00000000000..74873de2751 --- /dev/null +++ b/incubator/cryptpad/0.0.77/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Security +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js +home: https://truecharts.org/docs/charts/incubator/cryptpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.png +keywords: + - cryptpad + - Productivity + - Security +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cryptpad +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad + - https://cryptpad.fr/ + - https://hub.docker.com/r/promasu/cryptpad/ +type: application +version: 0.0.77 diff --git a/incubator/cryptpad/0.0.77/README.md b/incubator/cryptpad/0.0.77/README.md new file mode 100644 index 00000000000..b17bd4895a3 --- /dev/null +++ b/incubator/cryptpad/0.0.77/README.md @@ -0,0 +1,107 @@ +# cryptpad + +CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cryptpad](https://truecharts.org/docs/charts/incubator/cryptpad) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cryptpad` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cryptpad TrueCharts/cryptpad +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cryptpad` deployment + +```console +helm uninstall cryptpad +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cryptpad \ + --set env.TZ="America/New York" \ + TrueCharts/cryptpad +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cryptpad TrueCharts/cryptpad -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cryptpad/0.0.76/app-readme.md b/incubator/cryptpad/0.0.77/app-readme.md similarity index 100% rename from incubator/cryptpad/0.0.76/app-readme.md rename to incubator/cryptpad/0.0.77/app-readme.md diff --git a/incubator/cryptpad/0.0.77/charts/common-10.7.1.tgz b/incubator/cryptpad/0.0.77/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cryptpad/0.0.77/charts/common-10.7.1.tgz differ diff --git a/incubator/cryptpad/0.0.76/ix_values.yaml b/incubator/cryptpad/0.0.77/ix_values.yaml similarity index 100% rename from incubator/cryptpad/0.0.76/ix_values.yaml rename to incubator/cryptpad/0.0.77/ix_values.yaml diff --git a/incubator/cryptpad/0.0.76/questions.yaml b/incubator/cryptpad/0.0.77/questions.yaml similarity index 100% rename from incubator/cryptpad/0.0.76/questions.yaml rename to incubator/cryptpad/0.0.77/questions.yaml diff --git a/incubator/cryptpad/0.0.76/templates/common.yaml b/incubator/cryptpad/0.0.77/templates/common.yaml similarity index 100% rename from incubator/cryptpad/0.0.76/templates/common.yaml rename to incubator/cryptpad/0.0.77/templates/common.yaml diff --git a/incubator/cryptpad/0.0.76/values.yaml b/incubator/cryptpad/0.0.77/values.yaml similarity index 100% rename from incubator/cryptpad/0.0.76/values.yaml rename to incubator/cryptpad/0.0.77/values.yaml diff --git a/incubator/csgo/0.0.29/CHANGELOG.md b/incubator/csgo/0.0.29/CHANGELOG.md deleted file mode 100644 index f5b07bb8d05..00000000000 --- a/incubator/csgo/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [csgo-0.0.29](https://github.com/truecharts/charts/compare/csgo-0.0.28...csgo-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [csgo-0.0.28](https://github.com/truecharts/charts/compare/csgo-0.0.27...csgo-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [csgo-0.0.28](https://github.com/truecharts/charts/compare/csgo-0.0.27...csgo-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [csgo-0.0.27](https://github.com/truecharts/charts/compare/csgo-0.0.26...csgo-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [csgo-0.0.26](https://github.com/truecharts/charts/compare/csgo-0.0.25...csgo-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [csgo-0.0.25](https://github.com/truecharts/charts/compare/csgo-0.0.24...csgo-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [csgo-0.0.24](https://github.com/truecharts/charts/compare/csgo-0.0.23...csgo-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [csgo-0.0.24](https://github.com/truecharts/charts/compare/csgo-0.0.23...csgo-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/csgo/0.0.29/Chart.lock b/incubator/csgo/0.0.29/Chart.lock deleted file mode 100644 index 40c48415250..00000000000 --- a/incubator/csgo/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:03.054860126Z" diff --git a/incubator/csgo/0.0.29/Chart.yaml b/incubator/csgo/0.0.29/Chart.yaml deleted file mode 100644 index 15b4793f46f..00000000000 --- a/incubator/csgo/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." -home: https://truecharts.org/docs/charts/incubator/csgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png -keywords: - - csgo - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: csgo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/csgo - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/csgo/0.0.29/README.md b/incubator/csgo/0.0.29/README.md deleted file mode 100644 index fdbd8834a14..00000000000 --- a/incubator/csgo/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# csgo - -This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [csgo](https://truecharts.org/docs/charts/incubator/csgo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `csgo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install csgo TrueCharts/csgo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `csgo` deployment - -```console -helm uninstall csgo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install csgo \ - --set env.TZ="America/New York" \ - TrueCharts/csgo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install csgo TrueCharts/csgo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/csgo/0.0.29/charts/common-10.7.0.tgz b/incubator/csgo/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/csgo/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/csgo/0.0.30/CHANGELOG.md b/incubator/csgo/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ba50b02dd67 --- /dev/null +++ b/incubator/csgo/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [csgo-0.0.30](https://github.com/truecharts/charts/compare/csgo-0.0.29...csgo-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [csgo-0.0.29](https://github.com/truecharts/charts/compare/csgo-0.0.28...csgo-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [csgo-0.0.28](https://github.com/truecharts/charts/compare/csgo-0.0.27...csgo-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [csgo-0.0.28](https://github.com/truecharts/charts/compare/csgo-0.0.27...csgo-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [csgo-0.0.27](https://github.com/truecharts/charts/compare/csgo-0.0.26...csgo-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [csgo-0.0.26](https://github.com/truecharts/charts/compare/csgo-0.0.25...csgo-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [csgo-0.0.25](https://github.com/truecharts/charts/compare/csgo-0.0.24...csgo-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [csgo-0.0.24](https://github.com/truecharts/charts/compare/csgo-0.0.23...csgo-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/csgo/0.0.30/Chart.lock b/incubator/csgo/0.0.30/Chart.lock new file mode 100644 index 00000000000..58cb2dfd157 --- /dev/null +++ b/incubator/csgo/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:13.261781083Z" diff --git a/incubator/csgo/0.0.30/Chart.yaml b/incubator/csgo/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4edad0b3c84 --- /dev/null +++ b/incubator/csgo/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it." +home: https://truecharts.org/docs/charts/incubator/csgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.png +keywords: + - csgo + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: csgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/csgo + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/csgo/0.0.30/README.md b/incubator/csgo/0.0.30/README.md new file mode 100644 index 00000000000..ce99ff05ec8 --- /dev/null +++ b/incubator/csgo/0.0.30/README.md @@ -0,0 +1,107 @@ +# csgo + +This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [csgo](https://truecharts.org/docs/charts/incubator/csgo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `csgo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install csgo TrueCharts/csgo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `csgo` deployment + +```console +helm uninstall csgo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install csgo \ + --set env.TZ="America/New York" \ + TrueCharts/csgo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install csgo TrueCharts/csgo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/csgo/0.0.29/app-readme.md b/incubator/csgo/0.0.30/app-readme.md similarity index 100% rename from incubator/csgo/0.0.29/app-readme.md rename to incubator/csgo/0.0.30/app-readme.md diff --git a/incubator/csgo/0.0.30/charts/common-10.7.1.tgz b/incubator/csgo/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/csgo/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/csgo/0.0.29/ix_values.yaml b/incubator/csgo/0.0.30/ix_values.yaml similarity index 100% rename from incubator/csgo/0.0.29/ix_values.yaml rename to incubator/csgo/0.0.30/ix_values.yaml diff --git a/incubator/csgo/0.0.29/questions.yaml b/incubator/csgo/0.0.30/questions.yaml similarity index 100% rename from incubator/csgo/0.0.29/questions.yaml rename to incubator/csgo/0.0.30/questions.yaml diff --git a/incubator/csgo/0.0.29/templates/common.yaml b/incubator/csgo/0.0.30/templates/common.yaml similarity index 100% rename from incubator/csgo/0.0.29/templates/common.yaml rename to incubator/csgo/0.0.30/templates/common.yaml diff --git a/incubator/csgo/0.0.29/values.yaml b/incubator/csgo/0.0.30/values.yaml similarity index 100% rename from incubator/csgo/0.0.29/values.yaml rename to incubator/csgo/0.0.30/values.yaml diff --git a/incubator/cssource/0.0.29/CHANGELOG.md b/incubator/cssource/0.0.29/CHANGELOG.md deleted file mode 100644 index 496a3b17144..00000000000 --- a/incubator/cssource/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cssource-0.0.29](https://github.com/truecharts/charts/compare/cssource-0.0.28...cssource-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cssource-0.0.28](https://github.com/truecharts/charts/compare/cssource-0.0.27...cssource-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cssource-0.0.28](https://github.com/truecharts/charts/compare/cssource-0.0.27...cssource-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cssource-0.0.27](https://github.com/truecharts/charts/compare/cssource-0.0.26...cssource-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cssource-0.0.26](https://github.com/truecharts/charts/compare/cssource-0.0.25...cssource-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cssource-0.0.25](https://github.com/truecharts/charts/compare/cssource-0.0.24...cssource-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cssource-0.0.24](https://github.com/truecharts/charts/compare/cssource-0.0.23...cssource-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cssource-0.0.24](https://github.com/truecharts/charts/compare/cssource-0.0.23...cssource-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cssource/0.0.29/Chart.lock b/incubator/cssource/0.0.29/Chart.lock deleted file mode 100644 index ec8a6d17bec..00000000000 --- a/incubator/cssource/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:06.889035255Z" diff --git a/incubator/cssource/0.0.29/Chart.yaml b/incubator/cssource/0.0.29/Chart.yaml deleted file mode 100644 index 42b714101fd..00000000000 --- a/incubator/cssource/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." -home: https://truecharts.org/docs/charts/incubator/cssource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png -keywords: - - cssource - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cssource -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cssource - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/cssource/0.0.29/README.md b/incubator/cssource/0.0.29/README.md deleted file mode 100644 index 54963e16156..00000000000 --- a/incubator/cssource/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cssource - -This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cssource](https://truecharts.org/docs/charts/incubator/cssource) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cssource` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cssource TrueCharts/cssource -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cssource` deployment - -```console -helm uninstall cssource -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cssource \ - --set env.TZ="America/New York" \ - TrueCharts/cssource -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cssource TrueCharts/cssource -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cssource/0.0.29/charts/common-10.7.0.tgz b/incubator/cssource/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cssource/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cssource/0.0.30/CHANGELOG.md b/incubator/cssource/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..90e72ef232c --- /dev/null +++ b/incubator/cssource/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cssource-0.0.30](https://github.com/truecharts/charts/compare/cssource-0.0.29...cssource-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cssource-0.0.29](https://github.com/truecharts/charts/compare/cssource-0.0.28...cssource-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cssource-0.0.28](https://github.com/truecharts/charts/compare/cssource-0.0.27...cssource-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cssource-0.0.28](https://github.com/truecharts/charts/compare/cssource-0.0.27...cssource-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cssource-0.0.27](https://github.com/truecharts/charts/compare/cssource-0.0.26...cssource-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cssource-0.0.26](https://github.com/truecharts/charts/compare/cssource-0.0.25...cssource-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cssource-0.0.25](https://github.com/truecharts/charts/compare/cssource-0.0.24...cssource-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cssource-0.0.24](https://github.com/truecharts/charts/compare/cssource-0.0.23...cssource-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cssource/0.0.30/Chart.lock b/incubator/cssource/0.0.30/Chart.lock new file mode 100644 index 00000000000..9d39a41e24b --- /dev/null +++ b/incubator/cssource/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:23.992913491Z" diff --git a/incubator/cssource/0.0.30/Chart.yaml b/incubator/cssource/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0fee071dfec --- /dev/null +++ b/incubator/cssource/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it." +home: https://truecharts.org/docs/charts/incubator/cssource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.png +keywords: + - cssource + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cssource +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cssource + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/cssource/0.0.30/README.md b/incubator/cssource/0.0.30/README.md new file mode 100644 index 00000000000..42341febc40 --- /dev/null +++ b/incubator/cssource/0.0.30/README.md @@ -0,0 +1,107 @@ +# cssource + +This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cssource](https://truecharts.org/docs/charts/incubator/cssource) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cssource` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cssource TrueCharts/cssource +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cssource` deployment + +```console +helm uninstall cssource +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cssource \ + --set env.TZ="America/New York" \ + TrueCharts/cssource +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cssource TrueCharts/cssource -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cssource/0.0.29/app-readme.md b/incubator/cssource/0.0.30/app-readme.md similarity index 100% rename from incubator/cssource/0.0.29/app-readme.md rename to incubator/cssource/0.0.30/app-readme.md diff --git a/incubator/cssource/0.0.30/charts/common-10.7.1.tgz b/incubator/cssource/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cssource/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/cssource/0.0.29/ix_values.yaml b/incubator/cssource/0.0.30/ix_values.yaml similarity index 100% rename from incubator/cssource/0.0.29/ix_values.yaml rename to incubator/cssource/0.0.30/ix_values.yaml diff --git a/incubator/cssource/0.0.29/questions.yaml b/incubator/cssource/0.0.30/questions.yaml similarity index 100% rename from incubator/cssource/0.0.29/questions.yaml rename to incubator/cssource/0.0.30/questions.yaml diff --git a/incubator/cssource/0.0.29/templates/common.yaml b/incubator/cssource/0.0.30/templates/common.yaml similarity index 100% rename from incubator/cssource/0.0.29/templates/common.yaml rename to incubator/cssource/0.0.30/templates/common.yaml diff --git a/incubator/cssource/0.0.29/values.yaml b/incubator/cssource/0.0.30/values.yaml similarity index 100% rename from incubator/cssource/0.0.29/values.yaml rename to incubator/cssource/0.0.30/values.yaml diff --git a/incubator/cstrike1-6/0.0.29/CHANGELOG.md b/incubator/cstrike1-6/0.0.29/CHANGELOG.md deleted file mode 100644 index 3dd92257d37..00000000000 --- a/incubator/cstrike1-6/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cstrike1-6-0.0.29](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.28...cstrike1-6-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cstrike1-6-0.0.28](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.27...cstrike1-6-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cstrike1-6-0.0.28](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.27...cstrike1-6-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cstrike1-6-0.0.27](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.26...cstrike1-6-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cstrike1-6-0.0.26](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.25...cstrike1-6-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cstrike1-6-0.0.25](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.24...cstrike1-6-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cstrike1-6-0.0.24](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.23...cstrike1-6-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cstrike1-6-0.0.24](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.23...cstrike1-6-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cstrike1-6/0.0.29/Chart.lock b/incubator/cstrike1-6/0.0.29/Chart.lock deleted file mode 100644 index c9c44bf235c..00000000000 --- a/incubator/cstrike1-6/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:12.284564309Z" diff --git a/incubator/cstrike1-6/0.0.29/Chart.yaml b/incubator/cstrike1-6/0.0.29/Chart.yaml deleted file mode 100644 index c3d51f8af0a..00000000000 --- a/incubator/cstrike1-6/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it." -home: https://truecharts.org/docs/charts/incubator/cstrike1-6 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png -keywords: - - cstrike1-6 - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cstrike1-6 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrike1-6 - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/cstrike1-6/0.0.29/README.md b/incubator/cstrike1-6/0.0.29/README.md deleted file mode 100644 index c35b8e9c3d1..00000000000 --- a/incubator/cstrike1-6/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cstrike1-6 - -This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cstrike1-6](https://truecharts.org/docs/charts/incubator/cstrike1-6) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cstrike1-6` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cstrike1-6 TrueCharts/cstrike1-6 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cstrike1-6` deployment - -```console -helm uninstall cstrike1-6 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cstrike1-6 \ - --set env.TZ="America/New York" \ - TrueCharts/cstrike1-6 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cstrike1-6 TrueCharts/cstrike1-6 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cstrike1-6/0.0.29/charts/common-10.7.0.tgz b/incubator/cstrike1-6/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cstrike1-6/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cstrike1-6/0.0.30/CHANGELOG.md b/incubator/cstrike1-6/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e5ef7bf648b --- /dev/null +++ b/incubator/cstrike1-6/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cstrike1-6-0.0.30](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.29...cstrike1-6-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cstrike1-6-0.0.29](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.28...cstrike1-6-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cstrike1-6-0.0.28](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.27...cstrike1-6-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cstrike1-6-0.0.28](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.27...cstrike1-6-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cstrike1-6-0.0.27](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.26...cstrike1-6-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cstrike1-6-0.0.26](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.25...cstrike1-6-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cstrike1-6-0.0.25](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.24...cstrike1-6-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cstrike1-6-0.0.24](https://github.com/truecharts/charts/compare/cstrike1-6-0.0.23...cstrike1-6-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cstrike1-6/0.0.30/Chart.lock b/incubator/cstrike1-6/0.0.30/Chart.lock new file mode 100644 index 00000000000..a8930347a0f --- /dev/null +++ b/incubator/cstrike1-6/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:36.762218097Z" diff --git a/incubator/cstrike1-6/0.0.30/Chart.yaml b/incubator/cstrike1-6/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b5647269441 --- /dev/null +++ b/incubator/cstrike1-6/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it." +home: https://truecharts.org/docs/charts/incubator/cstrike1-6 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.png +keywords: + - cstrike1-6 + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cstrike1-6 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrike1-6 + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/cstrike1-6/0.0.30/README.md b/incubator/cstrike1-6/0.0.30/README.md new file mode 100644 index 00000000000..7b77eed1bd1 --- /dev/null +++ b/incubator/cstrike1-6/0.0.30/README.md @@ -0,0 +1,107 @@ +# cstrike1-6 + +This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cstrike1-6](https://truecharts.org/docs/charts/incubator/cstrike1-6) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cstrike1-6` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cstrike1-6 TrueCharts/cstrike1-6 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cstrike1-6` deployment + +```console +helm uninstall cstrike1-6 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cstrike1-6 \ + --set env.TZ="America/New York" \ + TrueCharts/cstrike1-6 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cstrike1-6 TrueCharts/cstrike1-6 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cstrike1-6/0.0.29/app-readme.md b/incubator/cstrike1-6/0.0.30/app-readme.md similarity index 100% rename from incubator/cstrike1-6/0.0.29/app-readme.md rename to incubator/cstrike1-6/0.0.30/app-readme.md diff --git a/incubator/cstrike1-6/0.0.30/charts/common-10.7.1.tgz b/incubator/cstrike1-6/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cstrike1-6/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/cstrike1-6/0.0.29/ix_values.yaml b/incubator/cstrike1-6/0.0.30/ix_values.yaml similarity index 100% rename from incubator/cstrike1-6/0.0.29/ix_values.yaml rename to incubator/cstrike1-6/0.0.30/ix_values.yaml diff --git a/incubator/cstrike1-6/0.0.29/questions.yaml b/incubator/cstrike1-6/0.0.30/questions.yaml similarity index 100% rename from incubator/cstrike1-6/0.0.29/questions.yaml rename to incubator/cstrike1-6/0.0.30/questions.yaml diff --git a/incubator/cstrike1-6/0.0.29/templates/common.yaml b/incubator/cstrike1-6/0.0.30/templates/common.yaml similarity index 100% rename from incubator/cstrike1-6/0.0.29/templates/common.yaml rename to incubator/cstrike1-6/0.0.30/templates/common.yaml diff --git a/incubator/cstrike1-6/0.0.29/values.yaml b/incubator/cstrike1-6/0.0.30/values.yaml similarity index 100% rename from incubator/cstrike1-6/0.0.29/values.yaml rename to incubator/cstrike1-6/0.0.30/values.yaml diff --git a/incubator/cstrikeconditionzero/0.0.29/CHANGELOG.md b/incubator/cstrikeconditionzero/0.0.29/CHANGELOG.md deleted file mode 100644 index d6a9f133112..00000000000 --- a/incubator/cstrikeconditionzero/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cstrikeconditionzero-0.0.29](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.28...cstrikeconditionzero-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cstrikeconditionzero-0.0.28](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.27...cstrikeconditionzero-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cstrikeconditionzero-0.0.28](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.27...cstrikeconditionzero-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cstrikeconditionzero-0.0.27](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.26...cstrikeconditionzero-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cstrikeconditionzero-0.0.26](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.25...cstrikeconditionzero-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cstrikeconditionzero-0.0.25](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.24...cstrikeconditionzero-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cstrikeconditionzero-0.0.24](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.23...cstrikeconditionzero-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cstrikeconditionzero-0.0.24](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.23...cstrikeconditionzero-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/cstrikeconditionzero/0.0.29/Chart.lock b/incubator/cstrikeconditionzero/0.0.29/Chart.lock deleted file mode 100644 index 2759a083e09..00000000000 --- a/incubator/cstrikeconditionzero/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:25.231507184Z" diff --git a/incubator/cstrikeconditionzero/0.0.29/Chart.yaml b/incubator/cstrikeconditionzero/0.0.29/Chart.yaml deleted file mode 100644 index 6de9b82607b..00000000000 --- a/incubator/cstrikeconditionzero/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it." -home: https://truecharts.org/docs/charts/incubator/cstrikeconditionzero -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png -keywords: - - cstrikeconditionzero - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cstrikeconditionzero -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrikeconditionzero - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/cstrikeconditionzero/0.0.29/README.md b/incubator/cstrikeconditionzero/0.0.29/README.md deleted file mode 100644 index 68a88ed99df..00000000000 --- a/incubator/cstrikeconditionzero/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cstrikeconditionzero - -This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cstrikeconditionzero](https://truecharts.org/docs/charts/incubator/cstrikeconditionzero) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cstrikeconditionzero` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cstrikeconditionzero` deployment - -```console -helm uninstall cstrikeconditionzero -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cstrikeconditionzero \ - --set env.TZ="America/New York" \ - TrueCharts/cstrikeconditionzero -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cstrikeconditionzero/0.0.29/charts/common-10.7.0.tgz b/incubator/cstrikeconditionzero/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cstrikeconditionzero/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cstrikeconditionzero/0.0.30/CHANGELOG.md b/incubator/cstrikeconditionzero/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3aba01edd2f --- /dev/null +++ b/incubator/cstrikeconditionzero/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cstrikeconditionzero-0.0.30](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.29...cstrikeconditionzero-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cstrikeconditionzero-0.0.29](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.28...cstrikeconditionzero-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cstrikeconditionzero-0.0.28](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.27...cstrikeconditionzero-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cstrikeconditionzero-0.0.28](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.27...cstrikeconditionzero-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cstrikeconditionzero-0.0.27](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.26...cstrikeconditionzero-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cstrikeconditionzero-0.0.26](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.25...cstrikeconditionzero-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cstrikeconditionzero-0.0.25](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.24...cstrikeconditionzero-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cstrikeconditionzero-0.0.24](https://github.com/truecharts/charts/compare/cstrikeconditionzero-0.0.23...cstrikeconditionzero-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/cstrikeconditionzero/0.0.30/Chart.lock b/incubator/cstrikeconditionzero/0.0.30/Chart.lock new file mode 100644 index 00000000000..31b51f866b5 --- /dev/null +++ b/incubator/cstrikeconditionzero/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:44.291240791Z" diff --git a/incubator/cstrikeconditionzero/0.0.30/Chart.yaml b/incubator/cstrikeconditionzero/0.0.30/Chart.yaml new file mode 100644 index 00000000000..047f3aa688e --- /dev/null +++ b/incubator/cstrikeconditionzero/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it." +home: https://truecharts.org/docs/charts/incubator/cstrikeconditionzero +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.png +keywords: + - cstrikeconditionzero + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cstrikeconditionzero +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cstrikeconditionzero + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/cstrikeconditionzero/0.0.30/README.md b/incubator/cstrikeconditionzero/0.0.30/README.md new file mode 100644 index 00000000000..f97cb178735 --- /dev/null +++ b/incubator/cstrikeconditionzero/0.0.30/README.md @@ -0,0 +1,107 @@ +# cstrikeconditionzero + +This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cstrikeconditionzero](https://truecharts.org/docs/charts/incubator/cstrikeconditionzero) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cstrikeconditionzero` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cstrikeconditionzero` deployment + +```console +helm uninstall cstrikeconditionzero +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cstrikeconditionzero \ + --set env.TZ="America/New York" \ + TrueCharts/cstrikeconditionzero +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cstrikeconditionzero TrueCharts/cstrikeconditionzero -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cstrikeconditionzero/0.0.29/app-readme.md b/incubator/cstrikeconditionzero/0.0.30/app-readme.md similarity index 100% rename from incubator/cstrikeconditionzero/0.0.29/app-readme.md rename to incubator/cstrikeconditionzero/0.0.30/app-readme.md diff --git a/incubator/cstrikeconditionzero/0.0.30/charts/common-10.7.1.tgz b/incubator/cstrikeconditionzero/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cstrikeconditionzero/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/cstrikeconditionzero/0.0.29/ix_values.yaml b/incubator/cstrikeconditionzero/0.0.30/ix_values.yaml similarity index 100% rename from incubator/cstrikeconditionzero/0.0.29/ix_values.yaml rename to incubator/cstrikeconditionzero/0.0.30/ix_values.yaml diff --git a/incubator/cstrikeconditionzero/0.0.29/questions.yaml b/incubator/cstrikeconditionzero/0.0.30/questions.yaml similarity index 100% rename from incubator/cstrikeconditionzero/0.0.29/questions.yaml rename to incubator/cstrikeconditionzero/0.0.30/questions.yaml diff --git a/incubator/cstrikeconditionzero/0.0.29/templates/common.yaml b/incubator/cstrikeconditionzero/0.0.30/templates/common.yaml similarity index 100% rename from incubator/cstrikeconditionzero/0.0.29/templates/common.yaml rename to incubator/cstrikeconditionzero/0.0.30/templates/common.yaml diff --git a/incubator/cstrikeconditionzero/0.0.29/values.yaml b/incubator/cstrikeconditionzero/0.0.30/values.yaml similarity index 100% rename from incubator/cstrikeconditionzero/0.0.29/values.yaml rename to incubator/cstrikeconditionzero/0.0.30/values.yaml diff --git a/incubator/cups-server/1.0.54/CHANGELOG.md b/incubator/cups-server/1.0.54/CHANGELOG.md deleted file mode 100644 index 6c82b86fdb9..00000000000 --- a/incubator/cups-server/1.0.54/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cups-server-1.0.54](https://github.com/truecharts/charts/compare/cups-server-1.0.53...cups-server-1.0.54) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [cups-server-1.0.53](https://github.com/truecharts/charts/compare/cups-server-1.0.52...cups-server-1.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cups-server-1.0.52](https://github.com/truecharts/charts/compare/cups-server-1.0.51...cups-server-1.0.52) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [cups-server-1.0.51](https://github.com/truecharts/charts/compare/cups-server-1.0.50...cups-server-1.0.51) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cups-server-1.0.51](https://github.com/truecharts/charts/compare/cups-server-1.0.50...cups-server-1.0.51) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cups-server-1.0.50](https://github.com/truecharts/charts/compare/cups-server-1.0.49...cups-server-1.0.50) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [cups-server-1.0.49](https://github.com/truecharts/charts/compare/cups-server-1.0.48...cups-server-1.0.49) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cups-server-1.0.48](https://github.com/truecharts/charts/compare/cups-server-1.0.47...cups-server-1.0.48) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [cups-server-1.0.47](https://github.com/truecharts/charts/compare/cups-server-1.0.46...cups-server-1.0.47) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cups-server-1.0.46](https://github.com/truecharts/charts/compare/cups-server-1.0.44...cups-server-1.0.46) (2022-09-22) - diff --git a/incubator/cups-server/1.0.54/Chart.lock b/incubator/cups-server/1.0.54/Chart.lock deleted file mode 100644 index 2312d980055..00000000000 --- a/incubator/cups-server/1.0.54/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:01:44.294975678Z" diff --git a/incubator/cups-server/1.0.54/Chart.yaml b/incubator/cups-server/1.0.54/Chart.yaml deleted file mode 100644 index 2b59ff81a83..00000000000 --- a/incubator/cups-server/1.0.54/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: CUPS printing server -home: https://truecharts.org/docs/charts/incubator/cups-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cups-server.png -keywords: - - print - - cups -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cups-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server - - https://hub.docker.com/r/ydkn/cups -version: 1.0.54 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/cups-server/1.0.54/README.md b/incubator/cups-server/1.0.54/README.md deleted file mode 100644 index 8777b6403b3..00000000000 --- a/incubator/cups-server/1.0.54/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# cups-server - -CUPS printing server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cups-server](https://truecharts.org/docs/charts/incubator/cups-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cups-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cups-server TrueCharts/cups-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cups-server` deployment - -```console -helm uninstall cups-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cups-server \ - --set env.TZ="America/New York" \ - TrueCharts/cups-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cups-server TrueCharts/cups-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cups-server/1.0.54/charts/common-10.7.0.tgz b/incubator/cups-server/1.0.54/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cups-server/1.0.54/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cups-server/1.0.55/CHANGELOG.md b/incubator/cups-server/1.0.55/CHANGELOG.md new file mode 100644 index 00000000000..5dd3fd05fd9 --- /dev/null +++ b/incubator/cups-server/1.0.55/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cups-server-1.0.55](https://github.com/truecharts/charts/compare/cups-server-1.0.54...cups-server-1.0.55) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cups-server-1.0.54](https://github.com/truecharts/charts/compare/cups-server-1.0.53...cups-server-1.0.54) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [cups-server-1.0.53](https://github.com/truecharts/charts/compare/cups-server-1.0.52...cups-server-1.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cups-server-1.0.52](https://github.com/truecharts/charts/compare/cups-server-1.0.51...cups-server-1.0.52) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [cups-server-1.0.51](https://github.com/truecharts/charts/compare/cups-server-1.0.50...cups-server-1.0.51) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cups-server-1.0.51](https://github.com/truecharts/charts/compare/cups-server-1.0.50...cups-server-1.0.51) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cups-server-1.0.50](https://github.com/truecharts/charts/compare/cups-server-1.0.49...cups-server-1.0.50) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [cups-server-1.0.49](https://github.com/truecharts/charts/compare/cups-server-1.0.48...cups-server-1.0.49) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cups-server-1.0.48](https://github.com/truecharts/charts/compare/cups-server-1.0.47...cups-server-1.0.48) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [cups-server-1.0.47](https://github.com/truecharts/charts/compare/cups-server-1.0.46...cups-server-1.0.47) (2022-09-25) + diff --git a/incubator/cups-server/1.0.55/Chart.lock b/incubator/cups-server/1.0.55/Chart.lock new file mode 100644 index 00000000000..57f6e993d17 --- /dev/null +++ b/incubator/cups-server/1.0.55/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:44.372951985Z" diff --git a/incubator/cups-server/1.0.55/Chart.yaml b/incubator/cups-server/1.0.55/Chart.yaml new file mode 100644 index 00000000000..5727ce68258 --- /dev/null +++ b/incubator/cups-server/1.0.55/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: CUPS printing server +home: https://truecharts.org/docs/charts/incubator/cups-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cups-server.png +keywords: + - print + - cups +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cups-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server + - https://hub.docker.com/r/ydkn/cups +version: 1.0.55 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/cups-server/1.0.55/README.md b/incubator/cups-server/1.0.55/README.md new file mode 100644 index 00000000000..f704855128e --- /dev/null +++ b/incubator/cups-server/1.0.55/README.md @@ -0,0 +1,106 @@ +# cups-server + +CUPS printing server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cups-server](https://truecharts.org/docs/charts/incubator/cups-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cups-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cups-server TrueCharts/cups-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cups-server` deployment + +```console +helm uninstall cups-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cups-server \ + --set env.TZ="America/New York" \ + TrueCharts/cups-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cups-server TrueCharts/cups-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cups-server/1.0.54/app-readme.md b/incubator/cups-server/1.0.55/app-readme.md similarity index 100% rename from incubator/cups-server/1.0.54/app-readme.md rename to incubator/cups-server/1.0.55/app-readme.md diff --git a/incubator/cups-server/1.0.55/charts/common-10.7.1.tgz b/incubator/cups-server/1.0.55/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cups-server/1.0.55/charts/common-10.7.1.tgz differ diff --git a/incubator/cups-server/1.0.54/ix_values.yaml b/incubator/cups-server/1.0.55/ix_values.yaml similarity index 100% rename from incubator/cups-server/1.0.54/ix_values.yaml rename to incubator/cups-server/1.0.55/ix_values.yaml diff --git a/incubator/cups-server/1.0.54/questions.yaml b/incubator/cups-server/1.0.55/questions.yaml similarity index 100% rename from incubator/cups-server/1.0.54/questions.yaml rename to incubator/cups-server/1.0.55/questions.yaml diff --git a/incubator/cups-server/1.0.54/templates/common.yaml b/incubator/cups-server/1.0.55/templates/common.yaml similarity index 100% rename from incubator/cups-server/1.0.54/templates/common.yaml rename to incubator/cups-server/1.0.55/templates/common.yaml diff --git a/incubator/cups-server/1.0.54/values.yaml b/incubator/cups-server/1.0.55/values.yaml similarity index 100% rename from incubator/cups-server/1.0.54/values.yaml rename to incubator/cups-server/1.0.55/values.yaml diff --git a/incubator/cura-novnc/0.0.33/CHANGELOG.md b/incubator/cura-novnc/0.0.33/CHANGELOG.md deleted file mode 100644 index fea07ffc58c..00000000000 --- a/incubator/cura-novnc/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cura-novnc-0.0.33](https://github.com/truecharts/charts/compare/cura-novnc-0.0.32...cura-novnc-0.0.33) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [cura-novnc-0.0.32](https://github.com/truecharts/charts/compare/cura-novnc-0.0.31...cura-novnc-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cura-novnc-0.0.31](https://github.com/truecharts/charts/compare/cura-novnc-0.0.30...cura-novnc-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cura-novnc-0.0.31](https://github.com/truecharts/charts/compare/cura-novnc-0.0.30...cura-novnc-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cura-novnc-0.0.30](https://github.com/truecharts/charts/compare/cura-novnc-0.0.29...cura-novnc-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [cura-novnc-0.0.29](https://github.com/truecharts/charts/compare/cura-novnc-0.0.28...cura-novnc-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cura-novnc-0.0.28](https://github.com/truecharts/charts/compare/cura-novnc-0.0.27...cura-novnc-0.0.28) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [cura-novnc-0.0.27](https://github.com/truecharts/charts/compare/cura-novnc-0.0.26...cura-novnc-0.0.27) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [cura-novnc-0.0.26](https://github.com/truecharts/charts/compare/cura-novnc-0.0.25...cura-novnc-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cura-novnc-0.0.25](https://github.com/truecharts/charts/compare/cura-novnc-0.0.24...cura-novnc-0.0.25) (2022-09-25) - -### Chore diff --git a/incubator/cura-novnc/0.0.33/Chart.lock b/incubator/cura-novnc/0.0.33/Chart.lock deleted file mode 100644 index 9723cefb744..00000000000 --- a/incubator/cura-novnc/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:58.149431223Z" diff --git a/incubator/cura-novnc/0.0.33/Chart.yaml b/incubator/cura-novnc/0.0.33/Chart.yaml deleted file mode 100644 index bad1848e7dd..00000000000 --- a/incubator/cura-novnc/0.0.33/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Enjoy Cura directly in your browser with this easy to use Chart Chart." -home: https://truecharts.org/docs/charts/incubator/cura-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png -keywords: - - cura-novnc - - HomeAutomation - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cura-novnc -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/cura-novnc - - https://ultimaker.com/software/ultimaker-cura - - https://hub.docker.com/r/mikeah/cura-novnc -type: application -version: 0.0.33 diff --git a/incubator/cura-novnc/0.0.33/README.md b/incubator/cura-novnc/0.0.33/README.md deleted file mode 100644 index 4d69b6715db..00000000000 --- a/incubator/cura-novnc/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cura-novnc - -Enjoy Cura directly in your browser with this easy to use Chart Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cura-novnc](https://truecharts.org/docs/charts/incubator/cura-novnc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cura-novnc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cura-novnc TrueCharts/cura-novnc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cura-novnc` deployment - -```console -helm uninstall cura-novnc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cura-novnc \ - --set env.TZ="America/New York" \ - TrueCharts/cura-novnc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cura-novnc TrueCharts/cura-novnc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/cura-novnc/0.0.33/charts/common-10.7.0.tgz b/incubator/cura-novnc/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/cura-novnc/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/cura-novnc/0.0.34/CHANGELOG.md b/incubator/cura-novnc/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..5f6e2c62874 --- /dev/null +++ b/incubator/cura-novnc/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cura-novnc-0.0.34](https://github.com/truecharts/charts/compare/cura-novnc-0.0.33...cura-novnc-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cura-novnc-0.0.33](https://github.com/truecharts/charts/compare/cura-novnc-0.0.32...cura-novnc-0.0.33) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [cura-novnc-0.0.32](https://github.com/truecharts/charts/compare/cura-novnc-0.0.31...cura-novnc-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cura-novnc-0.0.31](https://github.com/truecharts/charts/compare/cura-novnc-0.0.30...cura-novnc-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cura-novnc-0.0.31](https://github.com/truecharts/charts/compare/cura-novnc-0.0.30...cura-novnc-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cura-novnc-0.0.30](https://github.com/truecharts/charts/compare/cura-novnc-0.0.29...cura-novnc-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [cura-novnc-0.0.29](https://github.com/truecharts/charts/compare/cura-novnc-0.0.28...cura-novnc-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cura-novnc-0.0.28](https://github.com/truecharts/charts/compare/cura-novnc-0.0.27...cura-novnc-0.0.28) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [cura-novnc-0.0.27](https://github.com/truecharts/charts/compare/cura-novnc-0.0.26...cura-novnc-0.0.27) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [cura-novnc-0.0.26](https://github.com/truecharts/charts/compare/cura-novnc-0.0.25...cura-novnc-0.0.26) (2022-09-27) + +### Chore diff --git a/incubator/cura-novnc/0.0.34/Chart.lock b/incubator/cura-novnc/0.0.34/Chart.lock new file mode 100644 index 00000000000..e1b5bfb520b --- /dev/null +++ b/incubator/cura-novnc/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:12:55.39711504Z" diff --git a/incubator/cura-novnc/0.0.34/Chart.yaml b/incubator/cura-novnc/0.0.34/Chart.yaml new file mode 100644 index 00000000000..36704d882a2 --- /dev/null +++ b/incubator/cura-novnc/0.0.34/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Enjoy Cura directly in your browser with this easy to use Chart Chart." +home: https://truecharts.org/docs/charts/incubator/cura-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.png +keywords: + - cura-novnc + - HomeAutomation + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cura-novnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/cura-novnc + - https://ultimaker.com/software/ultimaker-cura + - https://hub.docker.com/r/mikeah/cura-novnc +type: application +version: 0.0.34 diff --git a/incubator/cura-novnc/0.0.34/README.md b/incubator/cura-novnc/0.0.34/README.md new file mode 100644 index 00000000000..5e3b6b2b44f --- /dev/null +++ b/incubator/cura-novnc/0.0.34/README.md @@ -0,0 +1,107 @@ +# cura-novnc + +Enjoy Cura directly in your browser with this easy to use Chart Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cura-novnc](https://truecharts.org/docs/charts/incubator/cura-novnc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cura-novnc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cura-novnc TrueCharts/cura-novnc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cura-novnc` deployment + +```console +helm uninstall cura-novnc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cura-novnc \ + --set env.TZ="America/New York" \ + TrueCharts/cura-novnc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cura-novnc TrueCharts/cura-novnc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/cura-novnc/0.0.33/app-readme.md b/incubator/cura-novnc/0.0.34/app-readme.md similarity index 100% rename from incubator/cura-novnc/0.0.33/app-readme.md rename to incubator/cura-novnc/0.0.34/app-readme.md diff --git a/incubator/cura-novnc/0.0.34/charts/common-10.7.1.tgz b/incubator/cura-novnc/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/cura-novnc/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/cura-novnc/0.0.33/ix_values.yaml b/incubator/cura-novnc/0.0.34/ix_values.yaml similarity index 100% rename from incubator/cura-novnc/0.0.33/ix_values.yaml rename to incubator/cura-novnc/0.0.34/ix_values.yaml diff --git a/incubator/cura-novnc/0.0.33/questions.yaml b/incubator/cura-novnc/0.0.34/questions.yaml similarity index 100% rename from incubator/cura-novnc/0.0.33/questions.yaml rename to incubator/cura-novnc/0.0.34/questions.yaml diff --git a/incubator/cura-novnc/0.0.33/templates/common.yaml b/incubator/cura-novnc/0.0.34/templates/common.yaml similarity index 100% rename from incubator/cura-novnc/0.0.33/templates/common.yaml rename to incubator/cura-novnc/0.0.34/templates/common.yaml diff --git a/incubator/cura-novnc/0.0.33/values.yaml b/incubator/cura-novnc/0.0.34/values.yaml similarity index 100% rename from incubator/cura-novnc/0.0.33/values.yaml rename to incubator/cura-novnc/0.0.34/values.yaml diff --git a/incubator/dailynotes/0.0.29/CHANGELOG.md b/incubator/dailynotes/0.0.29/CHANGELOG.md deleted file mode 100644 index 66b70ec1e15..00000000000 --- a/incubator/dailynotes/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dailynotes-0.0.29](https://github.com/truecharts/charts/compare/dailynotes-0.0.28...dailynotes-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dailynotes-0.0.28](https://github.com/truecharts/charts/compare/dailynotes-0.0.27...dailynotes-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dailynotes-0.0.28](https://github.com/truecharts/charts/compare/dailynotes-0.0.27...dailynotes-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dailynotes-0.0.27](https://github.com/truecharts/charts/compare/dailynotes-0.0.26...dailynotes-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dailynotes-0.0.26](https://github.com/truecharts/charts/compare/dailynotes-0.0.25...dailynotes-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dailynotes-0.0.25](https://github.com/truecharts/charts/compare/dailynotes-0.0.24...dailynotes-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dailynotes-0.0.24](https://github.com/truecharts/charts/compare/dailynotes-0.0.23...dailynotes-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dailynotes-0.0.24](https://github.com/truecharts/charts/compare/dailynotes-0.0.23...dailynotes-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dailynotes/0.0.29/Chart.lock b/incubator/dailynotes/0.0.29/Chart.lock deleted file mode 100644 index 57e294d71e4..00000000000 --- a/incubator/dailynotes/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:41.466158081Z" diff --git a/incubator/dailynotes/0.0.29/Chart.yaml b/incubator/dailynotes/0.0.29/Chart.yaml deleted file mode 100644 index cc72da13797..00000000000 --- a/incubator/dailynotes/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "App for taking notes and tracking tasks on a daily basis.\n" -home: https://truecharts.org/docs/charts/incubator/dailynotes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png -keywords: - - dailynotes - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dailynotes -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dailynotes - - https://hub.docker.com/r/m0ngr31/dailynotes/ -type: application -version: 0.0.29 diff --git a/incubator/dailynotes/0.0.29/README.md b/incubator/dailynotes/0.0.29/README.md deleted file mode 100644 index 00d4082ab0d..00000000000 --- a/incubator/dailynotes/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# dailynotes - -App for taking notes and tracking tasks on a daily basis. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dailynotes](https://truecharts.org/docs/charts/incubator/dailynotes) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dailynotes` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dailynotes TrueCharts/dailynotes -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dailynotes` deployment - -```console -helm uninstall dailynotes -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dailynotes \ - --set env.TZ="America/New York" \ - TrueCharts/dailynotes -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dailynotes TrueCharts/dailynotes -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dailynotes/0.0.29/charts/common-10.7.0.tgz b/incubator/dailynotes/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dailynotes/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dailynotes/0.0.30/CHANGELOG.md b/incubator/dailynotes/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..55b78e08209 --- /dev/null +++ b/incubator/dailynotes/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dailynotes-0.0.30](https://github.com/truecharts/charts/compare/dailynotes-0.0.29...dailynotes-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dailynotes-0.0.29](https://github.com/truecharts/charts/compare/dailynotes-0.0.28...dailynotes-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dailynotes-0.0.28](https://github.com/truecharts/charts/compare/dailynotes-0.0.27...dailynotes-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dailynotes-0.0.28](https://github.com/truecharts/charts/compare/dailynotes-0.0.27...dailynotes-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dailynotes-0.0.27](https://github.com/truecharts/charts/compare/dailynotes-0.0.26...dailynotes-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dailynotes-0.0.26](https://github.com/truecharts/charts/compare/dailynotes-0.0.25...dailynotes-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dailynotes-0.0.25](https://github.com/truecharts/charts/compare/dailynotes-0.0.24...dailynotes-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dailynotes-0.0.24](https://github.com/truecharts/charts/compare/dailynotes-0.0.23...dailynotes-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dailynotes/0.0.30/Chart.lock b/incubator/dailynotes/0.0.30/Chart.lock new file mode 100644 index 00000000000..6e56bacf269 --- /dev/null +++ b/incubator/dailynotes/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:07.970032184Z" diff --git a/incubator/dailynotes/0.0.30/Chart.yaml b/incubator/dailynotes/0.0.30/Chart.yaml new file mode 100644 index 00000000000..16a25c2e439 --- /dev/null +++ b/incubator/dailynotes/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "App for taking notes and tracking tasks on a daily basis.\n" +home: https://truecharts.org/docs/charts/incubator/dailynotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.png +keywords: + - dailynotes + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dailynotes +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dailynotes + - https://hub.docker.com/r/m0ngr31/dailynotes/ +type: application +version: 0.0.30 diff --git a/incubator/dailynotes/0.0.30/README.md b/incubator/dailynotes/0.0.30/README.md new file mode 100644 index 00000000000..6107170dafa --- /dev/null +++ b/incubator/dailynotes/0.0.30/README.md @@ -0,0 +1,106 @@ +# dailynotes + +App for taking notes and tracking tasks on a daily basis. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dailynotes](https://truecharts.org/docs/charts/incubator/dailynotes) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dailynotes` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dailynotes TrueCharts/dailynotes +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dailynotes` deployment + +```console +helm uninstall dailynotes +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dailynotes \ + --set env.TZ="America/New York" \ + TrueCharts/dailynotes +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dailynotes TrueCharts/dailynotes -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dailynotes/0.0.29/app-readme.md b/incubator/dailynotes/0.0.30/app-readme.md similarity index 100% rename from incubator/dailynotes/0.0.29/app-readme.md rename to incubator/dailynotes/0.0.30/app-readme.md diff --git a/incubator/dailynotes/0.0.30/charts/common-10.7.1.tgz b/incubator/dailynotes/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dailynotes/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dailynotes/0.0.29/ix_values.yaml b/incubator/dailynotes/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dailynotes/0.0.29/ix_values.yaml rename to incubator/dailynotes/0.0.30/ix_values.yaml diff --git a/incubator/dailynotes/0.0.29/questions.yaml b/incubator/dailynotes/0.0.30/questions.yaml similarity index 100% rename from incubator/dailynotes/0.0.29/questions.yaml rename to incubator/dailynotes/0.0.30/questions.yaml diff --git a/incubator/dailynotes/0.0.29/templates/common.yaml b/incubator/dailynotes/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dailynotes/0.0.29/templates/common.yaml rename to incubator/dailynotes/0.0.30/templates/common.yaml diff --git a/incubator/dailynotes/0.0.29/values.yaml b/incubator/dailynotes/0.0.30/values.yaml similarity index 100% rename from incubator/dailynotes/0.0.29/values.yaml rename to incubator/dailynotes/0.0.30/values.yaml diff --git a/incubator/damselfly/0.0.29/CHANGELOG.md b/incubator/damselfly/0.0.29/CHANGELOG.md deleted file mode 100644 index a9b0b623609..00000000000 --- a/incubator/damselfly/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [damselfly-0.0.29](https://github.com/truecharts/charts/compare/damselfly-0.0.28...damselfly-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [damselfly-0.0.28](https://github.com/truecharts/charts/compare/damselfly-0.0.27...damselfly-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [damselfly-0.0.28](https://github.com/truecharts/charts/compare/damselfly-0.0.27...damselfly-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [damselfly-0.0.27](https://github.com/truecharts/charts/compare/damselfly-0.0.26...damselfly-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [damselfly-0.0.26](https://github.com/truecharts/charts/compare/damselfly-0.0.25...damselfly-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [damselfly-0.0.25](https://github.com/truecharts/charts/compare/damselfly-0.0.24...damselfly-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [damselfly-0.0.24](https://github.com/truecharts/charts/compare/damselfly-0.0.23...damselfly-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [damselfly-0.0.24](https://github.com/truecharts/charts/compare/damselfly-0.0.23...damselfly-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/damselfly/0.0.29/Chart.lock b/incubator/damselfly/0.0.29/Chart.lock deleted file mode 100644 index cc3ed03d938..00000000000 --- a/incubator/damselfly/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:32:54.167583511Z" diff --git a/incubator/damselfly/0.0.29/Chart.yaml b/incubator/damselfly/0.0.29/Chart.yaml deleted file mode 100644 index 24523b895ae..00000000000 --- a/incubator/damselfly/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. -home: https://truecharts.org/docs/charts/incubator/damselfly -icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png -keywords: - - damselfly - - MediaApp-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: damselfly -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/damselfly - - https://github.com/Webreaper/Damselfly - - https://hub.docker.com/r/webreaper/damselfly/ -type: application -version: 0.0.29 diff --git a/incubator/damselfly/0.0.29/README.md b/incubator/damselfly/0.0.29/README.md deleted file mode 100644 index 8e75fbbe89b..00000000000 --- a/incubator/damselfly/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# damselfly - -Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [damselfly](https://truecharts.org/docs/charts/incubator/damselfly) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `damselfly` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install damselfly TrueCharts/damselfly -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `damselfly` deployment - -```console -helm uninstall damselfly -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install damselfly \ - --set env.TZ="America/New York" \ - TrueCharts/damselfly -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install damselfly TrueCharts/damselfly -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/damselfly/0.0.29/charts/common-10.7.0.tgz b/incubator/damselfly/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/damselfly/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/damselfly/0.0.30/CHANGELOG.md b/incubator/damselfly/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1cbf6212fe2 --- /dev/null +++ b/incubator/damselfly/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [damselfly-0.0.30](https://github.com/truecharts/charts/compare/damselfly-0.0.29...damselfly-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [damselfly-0.0.29](https://github.com/truecharts/charts/compare/damselfly-0.0.28...damselfly-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [damselfly-0.0.28](https://github.com/truecharts/charts/compare/damselfly-0.0.27...damselfly-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [damselfly-0.0.28](https://github.com/truecharts/charts/compare/damselfly-0.0.27...damselfly-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [damselfly-0.0.27](https://github.com/truecharts/charts/compare/damselfly-0.0.26...damselfly-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [damselfly-0.0.26](https://github.com/truecharts/charts/compare/damselfly-0.0.25...damselfly-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [damselfly-0.0.25](https://github.com/truecharts/charts/compare/damselfly-0.0.24...damselfly-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [damselfly-0.0.24](https://github.com/truecharts/charts/compare/damselfly-0.0.23...damselfly-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/damselfly/0.0.30/Chart.lock b/incubator/damselfly/0.0.30/Chart.lock new file mode 100644 index 00000000000..5c21217fada --- /dev/null +++ b/incubator/damselfly/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:15.323608946Z" diff --git a/incubator/damselfly/0.0.30/Chart.yaml b/incubator/damselfly/0.0.30/Chart.yaml new file mode 100644 index 00000000000..cfb68fe422a --- /dev/null +++ b/incubator/damselfly/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. +home: https://truecharts.org/docs/charts/incubator/damselfly +icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.png +keywords: + - damselfly + - MediaApp-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: damselfly +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/damselfly + - https://github.com/Webreaper/Damselfly + - https://hub.docker.com/r/webreaper/damselfly/ +type: application +version: 0.0.30 diff --git a/incubator/damselfly/0.0.30/README.md b/incubator/damselfly/0.0.30/README.md new file mode 100644 index 00000000000..db41f1b1a21 --- /dev/null +++ b/incubator/damselfly/0.0.30/README.md @@ -0,0 +1,107 @@ +# damselfly + +Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [damselfly](https://truecharts.org/docs/charts/incubator/damselfly) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `damselfly` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install damselfly TrueCharts/damselfly +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `damselfly` deployment + +```console +helm uninstall damselfly +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install damselfly \ + --set env.TZ="America/New York" \ + TrueCharts/damselfly +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install damselfly TrueCharts/damselfly -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/damselfly/0.0.29/app-readme.md b/incubator/damselfly/0.0.30/app-readme.md similarity index 100% rename from incubator/damselfly/0.0.29/app-readme.md rename to incubator/damselfly/0.0.30/app-readme.md diff --git a/incubator/damselfly/0.0.30/charts/common-10.7.1.tgz b/incubator/damselfly/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/damselfly/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/damselfly/0.0.29/ix_values.yaml b/incubator/damselfly/0.0.30/ix_values.yaml similarity index 100% rename from incubator/damselfly/0.0.29/ix_values.yaml rename to incubator/damselfly/0.0.30/ix_values.yaml diff --git a/incubator/damselfly/0.0.29/questions.yaml b/incubator/damselfly/0.0.30/questions.yaml similarity index 100% rename from incubator/damselfly/0.0.29/questions.yaml rename to incubator/damselfly/0.0.30/questions.yaml diff --git a/incubator/damselfly/0.0.29/templates/common.yaml b/incubator/damselfly/0.0.30/templates/common.yaml similarity index 100% rename from incubator/damselfly/0.0.29/templates/common.yaml rename to incubator/damselfly/0.0.30/templates/common.yaml diff --git a/incubator/damselfly/0.0.29/values.yaml b/incubator/damselfly/0.0.30/values.yaml similarity index 100% rename from incubator/damselfly/0.0.29/values.yaml rename to incubator/damselfly/0.0.30/values.yaml diff --git a/incubator/dashmachine/0.0.29/CHANGELOG.md b/incubator/dashmachine/0.0.29/CHANGELOG.md deleted file mode 100644 index de9438425cb..00000000000 --- a/incubator/dashmachine/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dashmachine-0.0.29](https://github.com/truecharts/charts/compare/dashmachine-0.0.28...dashmachine-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dashmachine-0.0.28](https://github.com/truecharts/charts/compare/dashmachine-0.0.27...dashmachine-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashmachine-0.0.28](https://github.com/truecharts/charts/compare/dashmachine-0.0.27...dashmachine-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashmachine-0.0.27](https://github.com/truecharts/charts/compare/dashmachine-0.0.26...dashmachine-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dashmachine-0.0.26](https://github.com/truecharts/charts/compare/dashmachine-0.0.25...dashmachine-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dashmachine-0.0.25](https://github.com/truecharts/charts/compare/dashmachine-0.0.24...dashmachine-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dashmachine-0.0.24](https://github.com/truecharts/charts/compare/dashmachine-0.0.23...dashmachine-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dashmachine-0.0.24](https://github.com/truecharts/charts/compare/dashmachine-0.0.23...dashmachine-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dashmachine/0.0.29/Chart.lock b/incubator/dashmachine/0.0.29/Chart.lock deleted file mode 100644 index 143dff4c933..00000000000 --- a/incubator/dashmachine/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:01.941529507Z" diff --git a/incubator/dashmachine/0.0.29/Chart.yaml b/incubator/dashmachine/0.0.29/Chart.yaml deleted file mode 100644 index 67dac5a4254..00000000000 --- a/incubator/dashmachine/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/docs/charts/incubator/dashmachine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png -keywords: - - dashmachine - - Productivity - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dashmachine -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dashmachine - - https://hub.docker.com/r/rmountjoy/dashmachine/ - - https://hub.docker.com/r/rmountjoy/dashmachine/ -type: application -version: 0.0.29 diff --git a/incubator/dashmachine/0.0.29/README.md b/incubator/dashmachine/0.0.29/README.md deleted file mode 100644 index e7ba75814ca..00000000000 --- a/incubator/dashmachine/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dashmachine - -Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dashmachine](https://truecharts.org/docs/charts/incubator/dashmachine) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dashmachine` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dashmachine TrueCharts/dashmachine -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dashmachine` deployment - -```console -helm uninstall dashmachine -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dashmachine \ - --set env.TZ="America/New York" \ - TrueCharts/dashmachine -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dashmachine TrueCharts/dashmachine -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dashmachine/0.0.29/charts/common-10.7.0.tgz b/incubator/dashmachine/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dashmachine/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dashmachine/0.0.30/CHANGELOG.md b/incubator/dashmachine/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4072e42f74c --- /dev/null +++ b/incubator/dashmachine/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dashmachine-0.0.30](https://github.com/truecharts/charts/compare/dashmachine-0.0.29...dashmachine-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dashmachine-0.0.29](https://github.com/truecharts/charts/compare/dashmachine-0.0.28...dashmachine-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dashmachine-0.0.28](https://github.com/truecharts/charts/compare/dashmachine-0.0.27...dashmachine-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashmachine-0.0.28](https://github.com/truecharts/charts/compare/dashmachine-0.0.27...dashmachine-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashmachine-0.0.27](https://github.com/truecharts/charts/compare/dashmachine-0.0.26...dashmachine-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dashmachine-0.0.26](https://github.com/truecharts/charts/compare/dashmachine-0.0.25...dashmachine-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dashmachine-0.0.25](https://github.com/truecharts/charts/compare/dashmachine-0.0.24...dashmachine-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dashmachine-0.0.24](https://github.com/truecharts/charts/compare/dashmachine-0.0.23...dashmachine-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dashmachine/0.0.30/Chart.lock b/incubator/dashmachine/0.0.30/Chart.lock new file mode 100644 index 00000000000..26cbba6da8f --- /dev/null +++ b/incubator/dashmachine/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:15.594147363Z" diff --git a/incubator/dashmachine/0.0.30/Chart.yaml b/incubator/dashmachine/0.0.30/Chart.yaml new file mode 100644 index 00000000000..42058e29454 --- /dev/null +++ b/incubator/dashmachine/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/docs/charts/incubator/dashmachine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.png +keywords: + - dashmachine + - Productivity + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dashmachine +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dashmachine + - https://hub.docker.com/r/rmountjoy/dashmachine/ + - https://hub.docker.com/r/rmountjoy/dashmachine/ +type: application +version: 0.0.30 diff --git a/incubator/dashmachine/0.0.30/README.md b/incubator/dashmachine/0.0.30/README.md new file mode 100644 index 00000000000..d8bbc02927a --- /dev/null +++ b/incubator/dashmachine/0.0.30/README.md @@ -0,0 +1,107 @@ +# dashmachine + +Another web application bookmark dashboard, with fun features.[br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dashmachine](https://truecharts.org/docs/charts/incubator/dashmachine) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dashmachine` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dashmachine TrueCharts/dashmachine +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dashmachine` deployment + +```console +helm uninstall dashmachine +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dashmachine \ + --set env.TZ="America/New York" \ + TrueCharts/dashmachine +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dashmachine TrueCharts/dashmachine -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dashmachine/0.0.29/app-readme.md b/incubator/dashmachine/0.0.30/app-readme.md similarity index 100% rename from incubator/dashmachine/0.0.29/app-readme.md rename to incubator/dashmachine/0.0.30/app-readme.md diff --git a/incubator/dashmachine/0.0.30/charts/common-10.7.1.tgz b/incubator/dashmachine/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dashmachine/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dashmachine/0.0.29/ix_values.yaml b/incubator/dashmachine/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dashmachine/0.0.29/ix_values.yaml rename to incubator/dashmachine/0.0.30/ix_values.yaml diff --git a/incubator/dashmachine/0.0.29/questions.yaml b/incubator/dashmachine/0.0.30/questions.yaml similarity index 100% rename from incubator/dashmachine/0.0.29/questions.yaml rename to incubator/dashmachine/0.0.30/questions.yaml diff --git a/incubator/dashmachine/0.0.29/templates/common.yaml b/incubator/dashmachine/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dashmachine/0.0.29/templates/common.yaml rename to incubator/dashmachine/0.0.30/templates/common.yaml diff --git a/incubator/dashmachine/0.0.29/values.yaml b/incubator/dashmachine/0.0.30/values.yaml similarity index 100% rename from incubator/dashmachine/0.0.29/values.yaml rename to incubator/dashmachine/0.0.30/values.yaml diff --git a/incubator/dashy/0.0.5/CHANGELOG.md b/incubator/dashy/0.0.5/CHANGELOG.md deleted file mode 100644 index 55f8061b436..00000000000 --- a/incubator/dashy/0.0.5/CHANGELOG.md +++ /dev/null @@ -1,62 +0,0 @@ -# Changelog - - - -## [dashy-0.0.5](https://github.com/truecharts/charts/compare/dashy-0.0.4...dashy-0.0.5) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dashy-0.0.4](https://github.com/truecharts/charts/compare/dashy-0.0.3...dashy-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashy-0.0.4](https://github.com/truecharts/charts/compare/dashy-0.0.3...dashy-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashy-0.0.3](https://github.com/truecharts/charts/compare/dashy-0.0.2...dashy-0.0.3) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dashy-0.0.2](https://github.com/truecharts/charts/compare/dashy-0.0.1...dashy-0.0.2) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dashy-0.0.1]dashy-0.0.1 (2022-09-25) - -### Feat - -- add dashy ([#3887](https://github.com/truecharts/charts/issues/3887)) diff --git a/incubator/dashy/0.0.5/Chart.lock b/incubator/dashy/0.0.5/Chart.lock deleted file mode 100644 index 2797cf54afd..00000000000 --- a/incubator/dashy/0.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:05.345274362Z" diff --git a/incubator/dashy/0.0.5/Chart.yaml b/incubator/dashy/0.0.5/Chart.yaml deleted file mode 100644 index 284b4001b5f..00000000000 --- a/incubator/dashy/0.0.5/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Dashy helps you organize your self-hosted services by making them accessible from a single place -home: https://truecharts.org/docs/charts/incubator/dashy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png -keywords: - - dashboard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dashy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dashy - - https://github.com/airsonic/airsonic - - https://hub.docker.com/r/lissy93/dashy -version: 0.0.5 -annotations: - truecharts.org/catagories: | - - dashboard - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/dashy/0.0.5/README.md b/incubator/dashy/0.0.5/README.md deleted file mode 100644 index 04ce96b1fb8..00000000000 --- a/incubator/dashy/0.0.5/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dashy - -Dashy helps you organize your self-hosted services by making them accessible from a single place - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dashy](https://truecharts.org/docs/charts/incubator/dashy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dashy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dashy TrueCharts/dashy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dashy` deployment - -```console -helm uninstall dashy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dashy \ - --set env.TZ="America/New York" \ - TrueCharts/dashy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dashy TrueCharts/dashy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dashy/0.0.5/charts/common-10.7.0.tgz b/incubator/dashy/0.0.5/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dashy/0.0.5/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dashy/0.0.6/CHANGELOG.md b/incubator/dashy/0.0.6/CHANGELOG.md new file mode 100644 index 00000000000..1a6545aa9a1 --- /dev/null +++ b/incubator/dashy/0.0.6/CHANGELOG.md @@ -0,0 +1,72 @@ +# Changelog + + + +## [dashy-0.0.6](https://github.com/truecharts/charts/compare/dashy-0.0.5...dashy-0.0.6) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dashy-0.0.5](https://github.com/truecharts/charts/compare/dashy-0.0.4...dashy-0.0.5) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dashy-0.0.4](https://github.com/truecharts/charts/compare/dashy-0.0.3...dashy-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashy-0.0.4](https://github.com/truecharts/charts/compare/dashy-0.0.3...dashy-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashy-0.0.3](https://github.com/truecharts/charts/compare/dashy-0.0.2...dashy-0.0.3) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dashy-0.0.2](https://github.com/truecharts/charts/compare/dashy-0.0.1...dashy-0.0.2) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dashy-0.0.1]dashy-0.0.1 (2022-09-25) + +### Feat + +- add dashy ([#3887](https://github.com/truecharts/charts/issues/3887)) diff --git a/incubator/dashy/0.0.6/Chart.lock b/incubator/dashy/0.0.6/Chart.lock new file mode 100644 index 00000000000..2a0d27e150b --- /dev/null +++ b/incubator/dashy/0.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:26.622029466Z" diff --git a/incubator/dashy/0.0.6/Chart.yaml b/incubator/dashy/0.0.6/Chart.yaml new file mode 100644 index 00000000000..1736be7e7eb --- /dev/null +++ b/incubator/dashy/0.0.6/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Dashy helps you organize your self-hosted services by making them accessible from a single place +home: https://truecharts.org/docs/charts/incubator/dashy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png +keywords: + - dashboard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dashy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dashy + - https://github.com/airsonic/airsonic + - https://hub.docker.com/r/lissy93/dashy +version: 0.0.6 +annotations: + truecharts.org/catagories: | + - dashboard + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/dashy/0.0.6/README.md b/incubator/dashy/0.0.6/README.md new file mode 100644 index 00000000000..c7db4ea75d5 --- /dev/null +++ b/incubator/dashy/0.0.6/README.md @@ -0,0 +1,107 @@ +# dashy + +Dashy helps you organize your self-hosted services by making them accessible from a single place + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dashy](https://truecharts.org/docs/charts/incubator/dashy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dashy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dashy TrueCharts/dashy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dashy` deployment + +```console +helm uninstall dashy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dashy \ + --set env.TZ="America/New York" \ + TrueCharts/dashy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dashy TrueCharts/dashy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dashy/0.0.5/app-readme.md b/incubator/dashy/0.0.6/app-readme.md similarity index 100% rename from incubator/dashy/0.0.5/app-readme.md rename to incubator/dashy/0.0.6/app-readme.md diff --git a/incubator/dashy/0.0.6/charts/common-10.7.1.tgz b/incubator/dashy/0.0.6/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dashy/0.0.6/charts/common-10.7.1.tgz differ diff --git a/incubator/dashy/0.0.5/ci/direct-values.yaml b/incubator/dashy/0.0.6/ci/direct-values.yaml similarity index 100% rename from incubator/dashy/0.0.5/ci/direct-values.yaml rename to incubator/dashy/0.0.6/ci/direct-values.yaml diff --git a/incubator/dashy/0.0.5/ci/standalone-values.yaml b/incubator/dashy/0.0.6/ci/standalone-values.yaml similarity index 100% rename from incubator/dashy/0.0.5/ci/standalone-values.yaml rename to incubator/dashy/0.0.6/ci/standalone-values.yaml diff --git a/incubator/dashy/0.0.5/ix_values.yaml b/incubator/dashy/0.0.6/ix_values.yaml similarity index 100% rename from incubator/dashy/0.0.5/ix_values.yaml rename to incubator/dashy/0.0.6/ix_values.yaml diff --git a/incubator/dashy/0.0.5/questions.yaml b/incubator/dashy/0.0.6/questions.yaml similarity index 100% rename from incubator/dashy/0.0.5/questions.yaml rename to incubator/dashy/0.0.6/questions.yaml diff --git a/incubator/dashy/0.0.5/templates/_configmap.tpl b/incubator/dashy/0.0.6/templates/_configmap.tpl similarity index 100% rename from incubator/dashy/0.0.5/templates/_configmap.tpl rename to incubator/dashy/0.0.6/templates/_configmap.tpl diff --git a/incubator/dashy/0.0.5/templates/common.yaml b/incubator/dashy/0.0.6/templates/common.yaml similarity index 100% rename from incubator/dashy/0.0.5/templates/common.yaml rename to incubator/dashy/0.0.6/templates/common.yaml diff --git a/incubator/dashy/0.0.5/values.yaml b/incubator/dashy/0.0.6/values.yaml similarity index 100% rename from incubator/dashy/0.0.5/values.yaml rename to incubator/dashy/0.0.6/values.yaml diff --git a/incubator/dayofdefeatsource/0.0.29/CHANGELOG.md b/incubator/dayofdefeatsource/0.0.29/CHANGELOG.md deleted file mode 100644 index 7ba16c647d6..00000000000 --- a/incubator/dayofdefeatsource/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dayofdefeatsource-0.0.29](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.28...dayofdefeatsource-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dayofdefeatsource-0.0.28](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.27...dayofdefeatsource-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dayofdefeatsource-0.0.28](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.27...dayofdefeatsource-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dayofdefeatsource-0.0.27](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.26...dayofdefeatsource-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dayofdefeatsource-0.0.26](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.25...dayofdefeatsource-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dayofdefeatsource-0.0.25](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.24...dayofdefeatsource-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dayofdefeatsource-0.0.24](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.23...dayofdefeatsource-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dayofdefeatsource-0.0.24](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.23...dayofdefeatsource-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dayofdefeatsource/0.0.29/Chart.lock b/incubator/dayofdefeatsource/0.0.29/Chart.lock deleted file mode 100644 index f9f4c387773..00000000000 --- a/incubator/dayofdefeatsource/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:10.972874927Z" diff --git a/incubator/dayofdefeatsource/0.0.29/Chart.yaml b/incubator/dayofdefeatsource/0.0.29/Chart.yaml deleted file mode 100644 index f479a739d9f..00000000000 --- a/incubator/dayofdefeatsource/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." -home: https://truecharts.org/docs/charts/incubator/dayofdefeatsource -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png -keywords: - - dayofdefeatsource - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dayofdefeatsource -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dayofdefeatsource - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/dayofdefeatsource/0.0.29/README.md b/incubator/dayofdefeatsource/0.0.29/README.md deleted file mode 100644 index 15dbc518706..00000000000 --- a/incubator/dayofdefeatsource/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dayofdefeatsource - -This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dayofdefeatsource](https://truecharts.org/docs/charts/incubator/dayofdefeatsource) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dayofdefeatsource` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dayofdefeatsource TrueCharts/dayofdefeatsource -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dayofdefeatsource` deployment - -```console -helm uninstall dayofdefeatsource -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dayofdefeatsource \ - --set env.TZ="America/New York" \ - TrueCharts/dayofdefeatsource -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dayofdefeatsource TrueCharts/dayofdefeatsource -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dayofdefeatsource/0.0.29/charts/common-10.7.0.tgz b/incubator/dayofdefeatsource/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dayofdefeatsource/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dayofdefeatsource/0.0.30/CHANGELOG.md b/incubator/dayofdefeatsource/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0bf65349d36 --- /dev/null +++ b/incubator/dayofdefeatsource/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dayofdefeatsource-0.0.30](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.29...dayofdefeatsource-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dayofdefeatsource-0.0.29](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.28...dayofdefeatsource-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dayofdefeatsource-0.0.28](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.27...dayofdefeatsource-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dayofdefeatsource-0.0.28](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.27...dayofdefeatsource-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dayofdefeatsource-0.0.27](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.26...dayofdefeatsource-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dayofdefeatsource-0.0.26](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.25...dayofdefeatsource-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dayofdefeatsource-0.0.25](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.24...dayofdefeatsource-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dayofdefeatsource-0.0.24](https://github.com/truecharts/charts/compare/dayofdefeatsource-0.0.23...dayofdefeatsource-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dayofdefeatsource/0.0.30/Chart.lock b/incubator/dayofdefeatsource/0.0.30/Chart.lock new file mode 100644 index 00000000000..7ca35be2148 --- /dev/null +++ b/incubator/dayofdefeatsource/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:39.197093215Z" diff --git a/incubator/dayofdefeatsource/0.0.30/Chart.yaml b/incubator/dayofdefeatsource/0.0.30/Chart.yaml new file mode 100644 index 00000000000..da4a24c7c76 --- /dev/null +++ b/incubator/dayofdefeatsource/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it." +home: https://truecharts.org/docs/charts/incubator/dayofdefeatsource +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.png +keywords: + - dayofdefeatsource + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dayofdefeatsource +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dayofdefeatsource + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/dayofdefeatsource/0.0.30/README.md b/incubator/dayofdefeatsource/0.0.30/README.md new file mode 100644 index 00000000000..d4ef1f6d49a --- /dev/null +++ b/incubator/dayofdefeatsource/0.0.30/README.md @@ -0,0 +1,107 @@ +# dayofdefeatsource + +This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dayofdefeatsource](https://truecharts.org/docs/charts/incubator/dayofdefeatsource) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dayofdefeatsource` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dayofdefeatsource TrueCharts/dayofdefeatsource +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dayofdefeatsource` deployment + +```console +helm uninstall dayofdefeatsource +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dayofdefeatsource \ + --set env.TZ="America/New York" \ + TrueCharts/dayofdefeatsource +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dayofdefeatsource TrueCharts/dayofdefeatsource -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dayofdefeatsource/0.0.29/app-readme.md b/incubator/dayofdefeatsource/0.0.30/app-readme.md similarity index 100% rename from incubator/dayofdefeatsource/0.0.29/app-readme.md rename to incubator/dayofdefeatsource/0.0.30/app-readme.md diff --git a/incubator/dayofdefeatsource/0.0.30/charts/common-10.7.1.tgz b/incubator/dayofdefeatsource/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dayofdefeatsource/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dayofdefeatsource/0.0.29/ix_values.yaml b/incubator/dayofdefeatsource/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dayofdefeatsource/0.0.29/ix_values.yaml rename to incubator/dayofdefeatsource/0.0.30/ix_values.yaml diff --git a/incubator/dayofdefeatsource/0.0.29/questions.yaml b/incubator/dayofdefeatsource/0.0.30/questions.yaml similarity index 100% rename from incubator/dayofdefeatsource/0.0.29/questions.yaml rename to incubator/dayofdefeatsource/0.0.30/questions.yaml diff --git a/incubator/dayofdefeatsource/0.0.29/templates/common.yaml b/incubator/dayofdefeatsource/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dayofdefeatsource/0.0.29/templates/common.yaml rename to incubator/dayofdefeatsource/0.0.30/templates/common.yaml diff --git a/incubator/dayofdefeatsource/0.0.29/values.yaml b/incubator/dayofdefeatsource/0.0.30/values.yaml similarity index 100% rename from incubator/dayofdefeatsource/0.0.29/values.yaml rename to incubator/dayofdefeatsource/0.0.30/values.yaml diff --git a/incubator/daysofwar/0.0.29/CHANGELOG.md b/incubator/daysofwar/0.0.29/CHANGELOG.md deleted file mode 100644 index c8e481eca0e..00000000000 --- a/incubator/daysofwar/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [daysofwar-0.0.29](https://github.com/truecharts/charts/compare/daysofwar-0.0.28...daysofwar-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [daysofwar-0.0.28](https://github.com/truecharts/charts/compare/daysofwar-0.0.27...daysofwar-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [daysofwar-0.0.28](https://github.com/truecharts/charts/compare/daysofwar-0.0.27...daysofwar-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [daysofwar-0.0.27](https://github.com/truecharts/charts/compare/daysofwar-0.0.26...daysofwar-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [daysofwar-0.0.26](https://github.com/truecharts/charts/compare/daysofwar-0.0.25...daysofwar-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [daysofwar-0.0.25](https://github.com/truecharts/charts/compare/daysofwar-0.0.24...daysofwar-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [daysofwar-0.0.24](https://github.com/truecharts/charts/compare/daysofwar-0.0.23...daysofwar-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [daysofwar-0.0.24](https://github.com/truecharts/charts/compare/daysofwar-0.0.23...daysofwar-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/daysofwar/0.0.29/Chart.lock b/incubator/daysofwar/0.0.29/Chart.lock deleted file mode 100644 index 039e321dd13..00000000000 --- a/incubator/daysofwar/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:22.895039744Z" diff --git a/incubator/daysofwar/0.0.29/Chart.yaml b/incubator/daysofwar/0.0.29/Chart.yaml deleted file mode 100644 index 3b5adc95eff..00000000000 --- a/incubator/daysofwar/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Days of War and run it." -home: https://truecharts.org/docs/charts/incubator/daysofwar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png -keywords: - - daysofwar - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: daysofwar -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/daysofwar - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/daysofwar/0.0.29/README.md b/incubator/daysofwar/0.0.29/README.md deleted file mode 100644 index 1c4382dc73f..00000000000 --- a/incubator/daysofwar/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# daysofwar - -This Chart will download and install SteamCMD. It will also install Days of War and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [daysofwar](https://truecharts.org/docs/charts/incubator/daysofwar) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `daysofwar` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install daysofwar TrueCharts/daysofwar -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `daysofwar` deployment - -```console -helm uninstall daysofwar -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install daysofwar \ - --set env.TZ="America/New York" \ - TrueCharts/daysofwar -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install daysofwar TrueCharts/daysofwar -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/daysofwar/0.0.29/charts/common-10.7.0.tgz b/incubator/daysofwar/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/daysofwar/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/daysofwar/0.0.30/CHANGELOG.md b/incubator/daysofwar/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..bf5dde403aa --- /dev/null +++ b/incubator/daysofwar/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [daysofwar-0.0.30](https://github.com/truecharts/charts/compare/daysofwar-0.0.29...daysofwar-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [daysofwar-0.0.29](https://github.com/truecharts/charts/compare/daysofwar-0.0.28...daysofwar-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [daysofwar-0.0.28](https://github.com/truecharts/charts/compare/daysofwar-0.0.27...daysofwar-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [daysofwar-0.0.28](https://github.com/truecharts/charts/compare/daysofwar-0.0.27...daysofwar-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [daysofwar-0.0.27](https://github.com/truecharts/charts/compare/daysofwar-0.0.26...daysofwar-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [daysofwar-0.0.26](https://github.com/truecharts/charts/compare/daysofwar-0.0.25...daysofwar-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [daysofwar-0.0.25](https://github.com/truecharts/charts/compare/daysofwar-0.0.24...daysofwar-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [daysofwar-0.0.24](https://github.com/truecharts/charts/compare/daysofwar-0.0.23...daysofwar-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/daysofwar/0.0.30/Chart.lock b/incubator/daysofwar/0.0.30/Chart.lock new file mode 100644 index 00000000000..5eb0e4a7fb4 --- /dev/null +++ b/incubator/daysofwar/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:46.318268544Z" diff --git a/incubator/daysofwar/0.0.30/Chart.yaml b/incubator/daysofwar/0.0.30/Chart.yaml new file mode 100644 index 00000000000..aedb74bccc6 --- /dev/null +++ b/incubator/daysofwar/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Days of War and run it." +home: https://truecharts.org/docs/charts/incubator/daysofwar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.png +keywords: + - daysofwar + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: daysofwar +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/daysofwar + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/daysofwar/0.0.30/README.md b/incubator/daysofwar/0.0.30/README.md new file mode 100644 index 00000000000..78bc371edb0 --- /dev/null +++ b/incubator/daysofwar/0.0.30/README.md @@ -0,0 +1,107 @@ +# daysofwar + +This Chart will download and install SteamCMD. It will also install Days of War and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [daysofwar](https://truecharts.org/docs/charts/incubator/daysofwar) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `daysofwar` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install daysofwar TrueCharts/daysofwar +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `daysofwar` deployment + +```console +helm uninstall daysofwar +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install daysofwar \ + --set env.TZ="America/New York" \ + TrueCharts/daysofwar +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install daysofwar TrueCharts/daysofwar -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/daysofwar/0.0.29/app-readme.md b/incubator/daysofwar/0.0.30/app-readme.md similarity index 100% rename from incubator/daysofwar/0.0.29/app-readme.md rename to incubator/daysofwar/0.0.30/app-readme.md diff --git a/incubator/daysofwar/0.0.30/charts/common-10.7.1.tgz b/incubator/daysofwar/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/daysofwar/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/daysofwar/0.0.29/ix_values.yaml b/incubator/daysofwar/0.0.30/ix_values.yaml similarity index 100% rename from incubator/daysofwar/0.0.29/ix_values.yaml rename to incubator/daysofwar/0.0.30/ix_values.yaml diff --git a/incubator/daysofwar/0.0.29/questions.yaml b/incubator/daysofwar/0.0.30/questions.yaml similarity index 100% rename from incubator/daysofwar/0.0.29/questions.yaml rename to incubator/daysofwar/0.0.30/questions.yaml diff --git a/incubator/daysofwar/0.0.29/templates/common.yaml b/incubator/daysofwar/0.0.30/templates/common.yaml similarity index 100% rename from incubator/daysofwar/0.0.29/templates/common.yaml rename to incubator/daysofwar/0.0.30/templates/common.yaml diff --git a/incubator/daysofwar/0.0.29/values.yaml b/incubator/daysofwar/0.0.30/values.yaml similarity index 100% rename from incubator/daysofwar/0.0.29/values.yaml rename to incubator/daysofwar/0.0.30/values.yaml diff --git a/incubator/dayz/0.0.29/CHANGELOG.md b/incubator/dayz/0.0.29/CHANGELOG.md deleted file mode 100644 index c81510a945a..00000000000 --- a/incubator/dayz/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dayz-0.0.29](https://github.com/truecharts/charts/compare/dayz-0.0.28...dayz-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dayz-0.0.28](https://github.com/truecharts/charts/compare/dayz-0.0.27...dayz-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dayz-0.0.28](https://github.com/truecharts/charts/compare/dayz-0.0.27...dayz-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dayz-0.0.27](https://github.com/truecharts/charts/compare/dayz-0.0.26...dayz-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dayz-0.0.26](https://github.com/truecharts/charts/compare/dayz-0.0.25...dayz-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dayz-0.0.25](https://github.com/truecharts/charts/compare/dayz-0.0.24...dayz-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dayz-0.0.24](https://github.com/truecharts/charts/compare/dayz-0.0.23...dayz-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dayz-0.0.24](https://github.com/truecharts/charts/compare/dayz-0.0.23...dayz-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dayz/0.0.29/Chart.lock b/incubator/dayz/0.0.29/Chart.lock deleted file mode 100644 index 43bd1599efd..00000000000 --- a/incubator/dayz/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:31.761789576Z" diff --git a/incubator/dayz/0.0.29/Chart.yaml b/incubator/dayz/0.0.29/Chart.yaml deleted file mode 100644 index e455813b1b7..00000000000 --- a/incubator/dayz/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install DayZ and run it." -home: https://truecharts.org/docs/charts/incubator/dayz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png -keywords: - - dayz - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dayz -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dayz - - https://www.bohemia.net/games/dayz - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/dayz/0.0.29/README.md b/incubator/dayz/0.0.29/README.md deleted file mode 100644 index 1d9fb8f28a7..00000000000 --- a/incubator/dayz/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dayz - -This Chart will download and install SteamCMD. It will also install DayZ and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dayz](https://truecharts.org/docs/charts/incubator/dayz) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dayz` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dayz TrueCharts/dayz -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dayz` deployment - -```console -helm uninstall dayz -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dayz \ - --set env.TZ="America/New York" \ - TrueCharts/dayz -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dayz TrueCharts/dayz -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dayz/0.0.29/charts/common-10.7.0.tgz b/incubator/dayz/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dayz/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dayz/0.0.30/CHANGELOG.md b/incubator/dayz/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..81a94964dcf --- /dev/null +++ b/incubator/dayz/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dayz-0.0.30](https://github.com/truecharts/charts/compare/dayz-0.0.29...dayz-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dayz-0.0.29](https://github.com/truecharts/charts/compare/dayz-0.0.28...dayz-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dayz-0.0.28](https://github.com/truecharts/charts/compare/dayz-0.0.27...dayz-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dayz-0.0.28](https://github.com/truecharts/charts/compare/dayz-0.0.27...dayz-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dayz-0.0.27](https://github.com/truecharts/charts/compare/dayz-0.0.26...dayz-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dayz-0.0.26](https://github.com/truecharts/charts/compare/dayz-0.0.25...dayz-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dayz-0.0.25](https://github.com/truecharts/charts/compare/dayz-0.0.24...dayz-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dayz-0.0.24](https://github.com/truecharts/charts/compare/dayz-0.0.23...dayz-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dayz/0.0.30/Chart.lock b/incubator/dayz/0.0.30/Chart.lock new file mode 100644 index 00000000000..c5d52293b00 --- /dev/null +++ b/incubator/dayz/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:46.457963441Z" diff --git a/incubator/dayz/0.0.30/Chart.yaml b/incubator/dayz/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c466f40421f --- /dev/null +++ b/incubator/dayz/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install DayZ and run it." +home: https://truecharts.org/docs/charts/incubator/dayz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.png +keywords: + - dayz + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dayz +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dayz + - https://www.bohemia.net/games/dayz + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/dayz/0.0.30/README.md b/incubator/dayz/0.0.30/README.md new file mode 100644 index 00000000000..d024d65539e --- /dev/null +++ b/incubator/dayz/0.0.30/README.md @@ -0,0 +1,107 @@ +# dayz + +This Chart will download and install SteamCMD. It will also install DayZ and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dayz](https://truecharts.org/docs/charts/incubator/dayz) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dayz` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dayz TrueCharts/dayz +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dayz` deployment + +```console +helm uninstall dayz +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dayz \ + --set env.TZ="America/New York" \ + TrueCharts/dayz +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dayz TrueCharts/dayz -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dayz/0.0.29/app-readme.md b/incubator/dayz/0.0.30/app-readme.md similarity index 100% rename from incubator/dayz/0.0.29/app-readme.md rename to incubator/dayz/0.0.30/app-readme.md diff --git a/incubator/dayz/0.0.30/charts/common-10.7.1.tgz b/incubator/dayz/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dayz/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dayz/0.0.29/ix_values.yaml b/incubator/dayz/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dayz/0.0.29/ix_values.yaml rename to incubator/dayz/0.0.30/ix_values.yaml diff --git a/incubator/dayz/0.0.29/questions.yaml b/incubator/dayz/0.0.30/questions.yaml similarity index 100% rename from incubator/dayz/0.0.29/questions.yaml rename to incubator/dayz/0.0.30/questions.yaml diff --git a/incubator/dayz/0.0.29/templates/common.yaml b/incubator/dayz/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dayz/0.0.29/templates/common.yaml rename to incubator/dayz/0.0.30/templates/common.yaml diff --git a/incubator/dayz/0.0.29/values.yaml b/incubator/dayz/0.0.30/values.yaml similarity index 100% rename from incubator/dayz/0.0.29/values.yaml rename to incubator/dayz/0.0.30/values.yaml diff --git a/incubator/ddns-route53/0.0.29/CHANGELOG.md b/incubator/ddns-route53/0.0.29/CHANGELOG.md deleted file mode 100644 index b593d8edabd..00000000000 --- a/incubator/ddns-route53/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ddns-route53-0.0.29](https://github.com/truecharts/charts/compare/ddns-route53-0.0.28...ddns-route53-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ddns-route53-0.0.28](https://github.com/truecharts/charts/compare/ddns-route53-0.0.27...ddns-route53-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-route53-0.0.28](https://github.com/truecharts/charts/compare/ddns-route53-0.0.27...ddns-route53-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-route53-0.0.27](https://github.com/truecharts/charts/compare/ddns-route53-0.0.26...ddns-route53-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ddns-route53-0.0.26](https://github.com/truecharts/charts/compare/ddns-route53-0.0.25...ddns-route53-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ddns-route53-0.0.25](https://github.com/truecharts/charts/compare/ddns-route53-0.0.24...ddns-route53-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ddns-route53-0.0.24](https://github.com/truecharts/charts/compare/ddns-route53-0.0.23...ddns-route53-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ddns-route53-0.0.24](https://github.com/truecharts/charts/compare/ddns-route53-0.0.23...ddns-route53-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ddns-route53/0.0.29/Chart.lock b/incubator/ddns-route53/0.0.29/Chart.lock deleted file mode 100644 index b3db16f48aa..00000000000 --- a/incubator/ddns-route53/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:35.342216172Z" diff --git a/incubator/ddns-route53/0.0.29/Chart.yaml b/incubator/ddns-route53/0.0.29/Chart.yaml deleted file mode 100644 index 1d59b40404f..00000000000 --- a/incubator/ddns-route53/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-DNS -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Dynamic DNS for Amazon Route 53‎ on a time-based schedule" -home: https://truecharts.org/docs/charts/incubator/ddns-route53 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png -keywords: - - ddns-route53 - - Network-DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ddns-route53 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ddns-route53 - - https://github.com/crazy-max/ddns-route53 - - https://hub.docker.com/r/crazymax/ddns-route53/ -type: application -version: 0.0.29 diff --git a/incubator/ddns-route53/0.0.29/README.md b/incubator/ddns-route53/0.0.29/README.md deleted file mode 100644 index b20a5f5d6ef..00000000000 --- a/incubator/ddns-route53/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ddns-route53 - -Dynamic DNS for Amazon Route 53‎ on a time-based schedule - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ddns-route53](https://truecharts.org/docs/charts/incubator/ddns-route53) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ddns-route53` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ddns-route53 TrueCharts/ddns-route53 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ddns-route53` deployment - -```console -helm uninstall ddns-route53 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ddns-route53 \ - --set env.TZ="America/New York" \ - TrueCharts/ddns-route53 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ddns-route53 TrueCharts/ddns-route53 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ddns-route53/0.0.29/charts/common-10.7.0.tgz b/incubator/ddns-route53/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ddns-route53/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ddns-route53/0.0.30/CHANGELOG.md b/incubator/ddns-route53/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b2ae6209cd6 --- /dev/null +++ b/incubator/ddns-route53/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ddns-route53-0.0.30](https://github.com/truecharts/charts/compare/ddns-route53-0.0.29...ddns-route53-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ddns-route53-0.0.29](https://github.com/truecharts/charts/compare/ddns-route53-0.0.28...ddns-route53-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ddns-route53-0.0.28](https://github.com/truecharts/charts/compare/ddns-route53-0.0.27...ddns-route53-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-route53-0.0.28](https://github.com/truecharts/charts/compare/ddns-route53-0.0.27...ddns-route53-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-route53-0.0.27](https://github.com/truecharts/charts/compare/ddns-route53-0.0.26...ddns-route53-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ddns-route53-0.0.26](https://github.com/truecharts/charts/compare/ddns-route53-0.0.25...ddns-route53-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ddns-route53-0.0.25](https://github.com/truecharts/charts/compare/ddns-route53-0.0.24...ddns-route53-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ddns-route53-0.0.24](https://github.com/truecharts/charts/compare/ddns-route53-0.0.23...ddns-route53-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [ddns-route53-0.0.24](https://github.com/truecharts/charts/compare/ddns-route53-0.0.23...ddns-route53-0.0.24) (2022-09-21) diff --git a/incubator/ddns-route53/0.0.30/Chart.lock b/incubator/ddns-route53/0.0.30/Chart.lock new file mode 100644 index 00000000000..ea2a1753c81 --- /dev/null +++ b/incubator/ddns-route53/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:13:57.871892323Z" diff --git a/incubator/ddns-route53/0.0.30/Chart.yaml b/incubator/ddns-route53/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9ceda7b3fe1 --- /dev/null +++ b/incubator/ddns-route53/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-DNS +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Dynamic DNS for Amazon Route 53‎ on a time-based schedule" +home: https://truecharts.org/docs/charts/incubator/ddns-route53 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.png +keywords: + - ddns-route53 + - Network-DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ddns-route53 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ddns-route53 + - https://github.com/crazy-max/ddns-route53 + - https://hub.docker.com/r/crazymax/ddns-route53/ +type: application +version: 0.0.30 diff --git a/incubator/ddns-route53/0.0.30/README.md b/incubator/ddns-route53/0.0.30/README.md new file mode 100644 index 00000000000..edfcac99802 --- /dev/null +++ b/incubator/ddns-route53/0.0.30/README.md @@ -0,0 +1,107 @@ +# ddns-route53 + +Dynamic DNS for Amazon Route 53‎ on a time-based schedule + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ddns-route53](https://truecharts.org/docs/charts/incubator/ddns-route53) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ddns-route53` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ddns-route53 TrueCharts/ddns-route53 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ddns-route53` deployment + +```console +helm uninstall ddns-route53 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ddns-route53 \ + --set env.TZ="America/New York" \ + TrueCharts/ddns-route53 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ddns-route53 TrueCharts/ddns-route53 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ddns-route53/0.0.29/app-readme.md b/incubator/ddns-route53/0.0.30/app-readme.md similarity index 100% rename from incubator/ddns-route53/0.0.29/app-readme.md rename to incubator/ddns-route53/0.0.30/app-readme.md diff --git a/incubator/ddns-route53/0.0.30/charts/common-10.7.1.tgz b/incubator/ddns-route53/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ddns-route53/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ddns-route53/0.0.29/ix_values.yaml b/incubator/ddns-route53/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ddns-route53/0.0.29/ix_values.yaml rename to incubator/ddns-route53/0.0.30/ix_values.yaml diff --git a/incubator/ddns-route53/0.0.29/questions.yaml b/incubator/ddns-route53/0.0.30/questions.yaml similarity index 100% rename from incubator/ddns-route53/0.0.29/questions.yaml rename to incubator/ddns-route53/0.0.30/questions.yaml diff --git a/incubator/ddns-route53/0.0.29/templates/common.yaml b/incubator/ddns-route53/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ddns-route53/0.0.29/templates/common.yaml rename to incubator/ddns-route53/0.0.30/templates/common.yaml diff --git a/incubator/ddns-route53/0.0.29/values.yaml b/incubator/ddns-route53/0.0.30/values.yaml similarity index 100% rename from incubator/ddns-route53/0.0.29/values.yaml rename to incubator/ddns-route53/0.0.30/values.yaml diff --git a/incubator/debian-apt-mirror/0.0.29/CHANGELOG.md b/incubator/debian-apt-mirror/0.0.29/CHANGELOG.md deleted file mode 100644 index 534a94f6122..00000000000 --- a/incubator/debian-apt-mirror/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [debian-apt-mirror-0.0.29](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.28...debian-apt-mirror-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [debian-apt-mirror-0.0.28](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.27...debian-apt-mirror-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [debian-apt-mirror-0.0.28](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.27...debian-apt-mirror-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [debian-apt-mirror-0.0.27](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.26...debian-apt-mirror-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [debian-apt-mirror-0.0.26](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.25...debian-apt-mirror-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [debian-apt-mirror-0.0.25](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.24...debian-apt-mirror-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [debian-apt-mirror-0.0.24](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.23...debian-apt-mirror-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [debian-apt-mirror-0.0.24](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.23...debian-apt-mirror-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/debian-apt-mirror/0.0.29/Chart.lock b/incubator/debian-apt-mirror/0.0.29/Chart.lock deleted file mode 100644 index 827e68f9711..00000000000 --- a/incubator/debian-apt-mirror/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:39.814251557Z" diff --git a/incubator/debian-apt-mirror/0.0.29/Chart.yaml b/incubator/debian-apt-mirror/0.0.29/Chart.yaml deleted file mode 100644 index 55409310e8c..00000000000 --- a/incubator/debian-apt-mirror/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-Utilities - - Drivers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages." -home: https://truecharts.org/docs/charts/incubator/debian-apt-mirror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png -keywords: - - debian-apt-mirror - - Network-Other - - Productivity - - Tools-Utilities - - Drivers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: debian-apt-mirror -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-apt-mirror - - https://www.debian.org/ - - https://hub.docker.com/r/ich777/debian-mirror -type: application -version: 0.0.29 diff --git a/incubator/debian-apt-mirror/0.0.29/README.md b/incubator/debian-apt-mirror/0.0.29/README.md deleted file mode 100644 index d2472d05a14..00000000000 --- a/incubator/debian-apt-mirror/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# debian-apt-mirror - -This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [debian-apt-mirror](https://truecharts.org/docs/charts/incubator/debian-apt-mirror) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `debian-apt-mirror` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install debian-apt-mirror TrueCharts/debian-apt-mirror -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `debian-apt-mirror` deployment - -```console -helm uninstall debian-apt-mirror -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install debian-apt-mirror \ - --set env.TZ="America/New York" \ - TrueCharts/debian-apt-mirror -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install debian-apt-mirror TrueCharts/debian-apt-mirror -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/debian-apt-mirror/0.0.29/charts/common-10.7.0.tgz b/incubator/debian-apt-mirror/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/debian-apt-mirror/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/debian-apt-mirror/0.0.30/CHANGELOG.md b/incubator/debian-apt-mirror/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..99f73cdcca9 --- /dev/null +++ b/incubator/debian-apt-mirror/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [debian-apt-mirror-0.0.30](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.29...debian-apt-mirror-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [debian-apt-mirror-0.0.29](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.28...debian-apt-mirror-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [debian-apt-mirror-0.0.28](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.27...debian-apt-mirror-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [debian-apt-mirror-0.0.28](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.27...debian-apt-mirror-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [debian-apt-mirror-0.0.27](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.26...debian-apt-mirror-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [debian-apt-mirror-0.0.26](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.25...debian-apt-mirror-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [debian-apt-mirror-0.0.25](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.24...debian-apt-mirror-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [debian-apt-mirror-0.0.24](https://github.com/truecharts/charts/compare/debian-apt-mirror-0.0.23...debian-apt-mirror-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/debian-apt-mirror/0.0.30/Chart.lock b/incubator/debian-apt-mirror/0.0.30/Chart.lock new file mode 100644 index 00000000000..7318b9b3310 --- /dev/null +++ b/incubator/debian-apt-mirror/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:10.59963216Z" diff --git a/incubator/debian-apt-mirror/0.0.30/Chart.yaml b/incubator/debian-apt-mirror/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ed67874df6f --- /dev/null +++ b/incubator/debian-apt-mirror/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities + - Drivers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages." +home: https://truecharts.org/docs/charts/incubator/debian-apt-mirror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.png +keywords: + - debian-apt-mirror + - Network-Other + - Productivity + - Tools-Utilities + - Drivers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: debian-apt-mirror +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-apt-mirror + - https://www.debian.org/ + - https://hub.docker.com/r/ich777/debian-mirror +type: application +version: 0.0.30 diff --git a/incubator/debian-apt-mirror/0.0.30/README.md b/incubator/debian-apt-mirror/0.0.30/README.md new file mode 100644 index 00000000000..a2a84fb44ea --- /dev/null +++ b/incubator/debian-apt-mirror/0.0.30/README.md @@ -0,0 +1,107 @@ +# debian-apt-mirror + +This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [debian-apt-mirror](https://truecharts.org/docs/charts/incubator/debian-apt-mirror) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `debian-apt-mirror` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install debian-apt-mirror TrueCharts/debian-apt-mirror +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `debian-apt-mirror` deployment + +```console +helm uninstall debian-apt-mirror +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install debian-apt-mirror \ + --set env.TZ="America/New York" \ + TrueCharts/debian-apt-mirror +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install debian-apt-mirror TrueCharts/debian-apt-mirror -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/debian-apt-mirror/0.0.29/app-readme.md b/incubator/debian-apt-mirror/0.0.30/app-readme.md similarity index 100% rename from incubator/debian-apt-mirror/0.0.29/app-readme.md rename to incubator/debian-apt-mirror/0.0.30/app-readme.md diff --git a/incubator/debian-apt-mirror/0.0.30/charts/common-10.7.1.tgz b/incubator/debian-apt-mirror/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/debian-apt-mirror/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/debian-apt-mirror/0.0.29/ix_values.yaml b/incubator/debian-apt-mirror/0.0.30/ix_values.yaml similarity index 100% rename from incubator/debian-apt-mirror/0.0.29/ix_values.yaml rename to incubator/debian-apt-mirror/0.0.30/ix_values.yaml diff --git a/incubator/debian-apt-mirror/0.0.29/questions.yaml b/incubator/debian-apt-mirror/0.0.30/questions.yaml similarity index 100% rename from incubator/debian-apt-mirror/0.0.29/questions.yaml rename to incubator/debian-apt-mirror/0.0.30/questions.yaml diff --git a/incubator/debian-apt-mirror/0.0.29/templates/common.yaml b/incubator/debian-apt-mirror/0.0.30/templates/common.yaml similarity index 100% rename from incubator/debian-apt-mirror/0.0.29/templates/common.yaml rename to incubator/debian-apt-mirror/0.0.30/templates/common.yaml diff --git a/incubator/debian-apt-mirror/0.0.29/values.yaml b/incubator/debian-apt-mirror/0.0.30/values.yaml similarity index 100% rename from incubator/debian-apt-mirror/0.0.29/values.yaml rename to incubator/debian-apt-mirror/0.0.30/values.yaml diff --git a/incubator/debian-bullseye/0.0.29/CHANGELOG.md b/incubator/debian-bullseye/0.0.29/CHANGELOG.md deleted file mode 100644 index f2054ac6a00..00000000000 --- a/incubator/debian-bullseye/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [debian-bullseye-0.0.29](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.28...debian-bullseye-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [debian-bullseye-0.0.28](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.27...debian-bullseye-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [debian-bullseye-0.0.28](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.27...debian-bullseye-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [debian-bullseye-0.0.27](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.26...debian-bullseye-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [debian-bullseye-0.0.26](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.25...debian-bullseye-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [debian-bullseye-0.0.25](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.24...debian-bullseye-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [debian-bullseye-0.0.24](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.23...debian-bullseye-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [debian-bullseye-0.0.24](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.23...debian-bullseye-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/debian-bullseye/0.0.29/Chart.lock b/incubator/debian-bullseye/0.0.29/Chart.lock deleted file mode 100644 index 6b42e157410..00000000000 --- a/incubator/debian-bullseye/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:33:52.456082151Z" diff --git a/incubator/debian-bullseye/0.0.29/Chart.yaml b/incubator/debian-bullseye/0.0.29/Chart.yaml deleted file mode 100644 index 116ce46abe7..00000000000 --- a/incubator/debian-bullseye/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-System -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed." -home: https://truecharts.org/docs/charts/incubator/debian-bullseye -icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png -keywords: - - debian-bullseye - - Productivity - - Tools-System -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: debian-bullseye -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-bullseye - - https://www.debian.org/ - - https://hub.docker.com/r/ich777/debian-bullseye -type: application -version: 0.0.29 diff --git a/incubator/debian-bullseye/0.0.29/README.md b/incubator/debian-bullseye/0.0.29/README.md deleted file mode 100644 index a93d08aebc9..00000000000 --- a/incubator/debian-bullseye/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# debian-bullseye - -This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [debian-bullseye](https://truecharts.org/docs/charts/incubator/debian-bullseye) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `debian-bullseye` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install debian-bullseye TrueCharts/debian-bullseye -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `debian-bullseye` deployment - -```console -helm uninstall debian-bullseye -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install debian-bullseye \ - --set env.TZ="America/New York" \ - TrueCharts/debian-bullseye -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install debian-bullseye TrueCharts/debian-bullseye -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/debian-bullseye/0.0.29/charts/common-10.7.0.tgz b/incubator/debian-bullseye/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/debian-bullseye/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/debian-bullseye/0.0.30/CHANGELOG.md b/incubator/debian-bullseye/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9b668727422 --- /dev/null +++ b/incubator/debian-bullseye/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [debian-bullseye-0.0.30](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.29...debian-bullseye-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [debian-bullseye-0.0.29](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.28...debian-bullseye-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [debian-bullseye-0.0.28](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.27...debian-bullseye-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [debian-bullseye-0.0.28](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.27...debian-bullseye-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [debian-bullseye-0.0.27](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.26...debian-bullseye-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [debian-bullseye-0.0.26](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.25...debian-bullseye-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [debian-bullseye-0.0.25](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.24...debian-bullseye-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [debian-bullseye-0.0.24](https://github.com/truecharts/charts/compare/debian-bullseye-0.0.23...debian-bullseye-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/debian-bullseye/0.0.30/Chart.lock b/incubator/debian-bullseye/0.0.30/Chart.lock new file mode 100644 index 00000000000..5a92d76aa2f --- /dev/null +++ b/incubator/debian-bullseye/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:16.823081057Z" diff --git a/incubator/debian-bullseye/0.0.30/Chart.yaml b/incubator/debian-bullseye/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5932717675a --- /dev/null +++ b/incubator/debian-bullseye/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-System +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed." +home: https://truecharts.org/docs/charts/incubator/debian-bullseye +icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.png +keywords: + - debian-bullseye + - Productivity + - Tools-System +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: debian-bullseye +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/debian-bullseye + - https://www.debian.org/ + - https://hub.docker.com/r/ich777/debian-bullseye +type: application +version: 0.0.30 diff --git a/incubator/debian-bullseye/0.0.30/README.md b/incubator/debian-bullseye/0.0.30/README.md new file mode 100644 index 00000000000..2a5dcaba245 --- /dev/null +++ b/incubator/debian-bullseye/0.0.30/README.md @@ -0,0 +1,107 @@ +# debian-bullseye + +This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [debian-bullseye](https://truecharts.org/docs/charts/incubator/debian-bullseye) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `debian-bullseye` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install debian-bullseye TrueCharts/debian-bullseye +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `debian-bullseye` deployment + +```console +helm uninstall debian-bullseye +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install debian-bullseye \ + --set env.TZ="America/New York" \ + TrueCharts/debian-bullseye +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install debian-bullseye TrueCharts/debian-bullseye -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/debian-bullseye/0.0.29/app-readme.md b/incubator/debian-bullseye/0.0.30/app-readme.md similarity index 100% rename from incubator/debian-bullseye/0.0.29/app-readme.md rename to incubator/debian-bullseye/0.0.30/app-readme.md diff --git a/incubator/debian-bullseye/0.0.30/charts/common-10.7.1.tgz b/incubator/debian-bullseye/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/debian-bullseye/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/debian-bullseye/0.0.29/ix_values.yaml b/incubator/debian-bullseye/0.0.30/ix_values.yaml similarity index 100% rename from incubator/debian-bullseye/0.0.29/ix_values.yaml rename to incubator/debian-bullseye/0.0.30/ix_values.yaml diff --git a/incubator/debian-bullseye/0.0.29/questions.yaml b/incubator/debian-bullseye/0.0.30/questions.yaml similarity index 100% rename from incubator/debian-bullseye/0.0.29/questions.yaml rename to incubator/debian-bullseye/0.0.30/questions.yaml diff --git a/incubator/debian-bullseye/0.0.29/templates/common.yaml b/incubator/debian-bullseye/0.0.30/templates/common.yaml similarity index 100% rename from incubator/debian-bullseye/0.0.29/templates/common.yaml rename to incubator/debian-bullseye/0.0.30/templates/common.yaml diff --git a/incubator/debian-bullseye/0.0.29/values.yaml b/incubator/debian-bullseye/0.0.30/values.yaml similarity index 100% rename from incubator/debian-bullseye/0.0.29/values.yaml rename to incubator/debian-bullseye/0.0.30/values.yaml diff --git a/incubator/dispatch/0.0.29/CHANGELOG.md b/incubator/dispatch/0.0.29/CHANGELOG.md deleted file mode 100644 index 2bd649f4f62..00000000000 --- a/incubator/dispatch/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dispatch-0.0.29](https://github.com/truecharts/charts/compare/dispatch-0.0.28...dispatch-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dispatch-0.0.28](https://github.com/truecharts/charts/compare/dispatch-0.0.27...dispatch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dispatch-0.0.28](https://github.com/truecharts/charts/compare/dispatch-0.0.27...dispatch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dispatch-0.0.27](https://github.com/truecharts/charts/compare/dispatch-0.0.26...dispatch-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dispatch-0.0.26](https://github.com/truecharts/charts/compare/dispatch-0.0.25...dispatch-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dispatch-0.0.25](https://github.com/truecharts/charts/compare/dispatch-0.0.24...dispatch-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dispatch-0.0.24](https://github.com/truecharts/charts/compare/dispatch-0.0.23...dispatch-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dispatch-0.0.24](https://github.com/truecharts/charts/compare/dispatch-0.0.23...dispatch-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dispatch/0.0.29/Chart.lock b/incubator/dispatch/0.0.29/Chart.lock deleted file mode 100644 index f4969db3d2b..00000000000 --- a/incubator/dispatch/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:00.922011232Z" diff --git a/incubator/dispatch/0.0.29/Chart.yaml b/incubator/dispatch/0.0.29/Chart.yaml deleted file mode 100644 index ea3114edb0f..00000000000 --- a/incubator/dispatch/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Messenger -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Web-based IRC client in Go. -home: https://truecharts.org/docs/charts/incubator/dispatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png -keywords: - - dispatch - - Network-Messenger -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dispatch -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dispatch - - https://github.com/khlieng/dispatch - - https://hub.docker.com/r/khlieng/dispatch/ -type: application -version: 0.0.29 diff --git a/incubator/dispatch/0.0.29/README.md b/incubator/dispatch/0.0.29/README.md deleted file mode 100644 index f89aa4747cf..00000000000 --- a/incubator/dispatch/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dispatch - -Web-based IRC client in Go. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dispatch](https://truecharts.org/docs/charts/incubator/dispatch) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dispatch` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dispatch TrueCharts/dispatch -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dispatch` deployment - -```console -helm uninstall dispatch -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dispatch \ - --set env.TZ="America/New York" \ - TrueCharts/dispatch -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dispatch TrueCharts/dispatch -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dispatch/0.0.29/charts/common-10.7.0.tgz b/incubator/dispatch/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dispatch/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dispatch/0.0.30/CHANGELOG.md b/incubator/dispatch/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..037bd7f4bc8 --- /dev/null +++ b/incubator/dispatch/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dispatch-0.0.30](https://github.com/truecharts/charts/compare/dispatch-0.0.29...dispatch-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dispatch-0.0.29](https://github.com/truecharts/charts/compare/dispatch-0.0.28...dispatch-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dispatch-0.0.28](https://github.com/truecharts/charts/compare/dispatch-0.0.27...dispatch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dispatch-0.0.28](https://github.com/truecharts/charts/compare/dispatch-0.0.27...dispatch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dispatch-0.0.27](https://github.com/truecharts/charts/compare/dispatch-0.0.26...dispatch-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dispatch-0.0.26](https://github.com/truecharts/charts/compare/dispatch-0.0.25...dispatch-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dispatch-0.0.25](https://github.com/truecharts/charts/compare/dispatch-0.0.24...dispatch-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dispatch-0.0.24](https://github.com/truecharts/charts/compare/dispatch-0.0.23...dispatch-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dispatch/0.0.30/Chart.lock b/incubator/dispatch/0.0.30/Chart.lock new file mode 100644 index 00000000000..cde4823979b --- /dev/null +++ b/incubator/dispatch/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:17.776186274Z" diff --git a/incubator/dispatch/0.0.30/Chart.yaml b/incubator/dispatch/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d5ebcf6c00c --- /dev/null +++ b/incubator/dispatch/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Messenger +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Web-based IRC client in Go. +home: https://truecharts.org/docs/charts/incubator/dispatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.png +keywords: + - dispatch + - Network-Messenger +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dispatch +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dispatch + - https://github.com/khlieng/dispatch + - https://hub.docker.com/r/khlieng/dispatch/ +type: application +version: 0.0.30 diff --git a/incubator/dispatch/0.0.30/README.md b/incubator/dispatch/0.0.30/README.md new file mode 100644 index 00000000000..e46ef33698c --- /dev/null +++ b/incubator/dispatch/0.0.30/README.md @@ -0,0 +1,107 @@ +# dispatch + +Web-based IRC client in Go. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dispatch](https://truecharts.org/docs/charts/incubator/dispatch) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dispatch` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dispatch TrueCharts/dispatch +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dispatch` deployment + +```console +helm uninstall dispatch +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dispatch \ + --set env.TZ="America/New York" \ + TrueCharts/dispatch +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dispatch TrueCharts/dispatch -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dispatch/0.0.29/app-readme.md b/incubator/dispatch/0.0.30/app-readme.md similarity index 100% rename from incubator/dispatch/0.0.29/app-readme.md rename to incubator/dispatch/0.0.30/app-readme.md diff --git a/incubator/dispatch/0.0.30/charts/common-10.7.1.tgz b/incubator/dispatch/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dispatch/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dispatch/0.0.29/ix_values.yaml b/incubator/dispatch/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dispatch/0.0.29/ix_values.yaml rename to incubator/dispatch/0.0.30/ix_values.yaml diff --git a/incubator/dispatch/0.0.29/questions.yaml b/incubator/dispatch/0.0.30/questions.yaml similarity index 100% rename from incubator/dispatch/0.0.29/questions.yaml rename to incubator/dispatch/0.0.30/questions.yaml diff --git a/incubator/dispatch/0.0.29/templates/common.yaml b/incubator/dispatch/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dispatch/0.0.29/templates/common.yaml rename to incubator/dispatch/0.0.30/templates/common.yaml diff --git a/incubator/dispatch/0.0.29/values.yaml b/incubator/dispatch/0.0.30/values.yaml similarity index 100% rename from incubator/dispatch/0.0.29/values.yaml rename to incubator/dispatch/0.0.30/values.yaml diff --git a/incubator/dns-doh-companion/0.0.29/CHANGELOG.md b/incubator/dns-doh-companion/0.0.29/CHANGELOG.md deleted file mode 100644 index f0d82df0d16..00000000000 --- a/incubator/dns-doh-companion/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dns-doh-companion-0.0.29](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.28...dns-doh-companion-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dns-doh-companion-0.0.28](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.27...dns-doh-companion-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dns-doh-companion-0.0.28](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.27...dns-doh-companion-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dns-doh-companion-0.0.27](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.26...dns-doh-companion-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dns-doh-companion-0.0.26](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.25...dns-doh-companion-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dns-doh-companion-0.0.25](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.24...dns-doh-companion-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dns-doh-companion-0.0.24](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.23...dns-doh-companion-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dns-doh-companion-0.0.24](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.23...dns-doh-companion-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dns-doh-companion/0.0.29/Chart.lock b/incubator/dns-doh-companion/0.0.29/Chart.lock deleted file mode 100644 index ec2d315e090..00000000000 --- a/incubator/dns-doh-companion/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:04.335555326Z" diff --git a/incubator/dns-doh-companion/0.0.29/Chart.yaml b/incubator/dns-doh-companion/0.0.29/Chart.yaml deleted file mode 100644 index 960fcb7d49a..00000000000 --- a/incubator/dns-doh-companion/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-DNS -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole." -home: https://truecharts.org/docs/charts/incubator/dns-doh-companion -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png -keywords: - - dns-doh-companion - - Network-DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dns-doh-companion -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion - - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ - - https://hub.docker.com/r/testdasi/simple-dns-doh/ -type: application -version: 0.0.29 diff --git a/incubator/dns-doh-companion/0.0.29/README.md b/incubator/dns-doh-companion/0.0.29/README.md deleted file mode 100644 index a3e3b3c6076..00000000000 --- a/incubator/dns-doh-companion/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dns-doh-companion - -A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dns-doh-companion](https://truecharts.org/docs/charts/incubator/dns-doh-companion) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dns-doh-companion` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dns-doh-companion TrueCharts/dns-doh-companion -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dns-doh-companion` deployment - -```console -helm uninstall dns-doh-companion -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dns-doh-companion \ - --set env.TZ="America/New York" \ - TrueCharts/dns-doh-companion -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dns-doh-companion TrueCharts/dns-doh-companion -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dns-doh-companion/0.0.29/charts/common-10.7.0.tgz b/incubator/dns-doh-companion/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dns-doh-companion/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dns-doh-companion/0.0.30/CHANGELOG.md b/incubator/dns-doh-companion/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..eb248a4ce1c --- /dev/null +++ b/incubator/dns-doh-companion/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dns-doh-companion-0.0.30](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.29...dns-doh-companion-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dns-doh-companion-0.0.29](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.28...dns-doh-companion-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dns-doh-companion-0.0.28](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.27...dns-doh-companion-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dns-doh-companion-0.0.28](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.27...dns-doh-companion-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dns-doh-companion-0.0.27](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.26...dns-doh-companion-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dns-doh-companion-0.0.26](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.25...dns-doh-companion-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dns-doh-companion-0.0.25](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.24...dns-doh-companion-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dns-doh-companion-0.0.24](https://github.com/truecharts/charts/compare/dns-doh-companion-0.0.23...dns-doh-companion-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dns-doh-companion/0.0.30/Chart.lock b/incubator/dns-doh-companion/0.0.30/Chart.lock new file mode 100644 index 00000000000..8662a7b0a49 --- /dev/null +++ b/incubator/dns-doh-companion/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:28.563706922Z" diff --git a/incubator/dns-doh-companion/0.0.30/Chart.yaml b/incubator/dns-doh-companion/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2d7c18b60e6 --- /dev/null +++ b/incubator/dns-doh-companion/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-DNS +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole." +home: https://truecharts.org/docs/charts/incubator/dns-doh-companion +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.png +keywords: + - dns-doh-companion + - Network-DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dns-doh-companion +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dns-doh-companion + - https://developers.cloudflare.com/1.1.1.1/dns-over-https/cloudflared-proxy/ + - https://hub.docker.com/r/testdasi/simple-dns-doh/ +type: application +version: 0.0.30 diff --git a/incubator/dns-doh-companion/0.0.30/README.md b/incubator/dns-doh-companion/0.0.30/README.md new file mode 100644 index 00000000000..41a706999cc --- /dev/null +++ b/incubator/dns-doh-companion/0.0.30/README.md @@ -0,0 +1,107 @@ +# dns-doh-companion + +A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dns-doh-companion](https://truecharts.org/docs/charts/incubator/dns-doh-companion) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dns-doh-companion` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dns-doh-companion TrueCharts/dns-doh-companion +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dns-doh-companion` deployment + +```console +helm uninstall dns-doh-companion +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dns-doh-companion \ + --set env.TZ="America/New York" \ + TrueCharts/dns-doh-companion +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dns-doh-companion TrueCharts/dns-doh-companion -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dns-doh-companion/0.0.29/app-readme.md b/incubator/dns-doh-companion/0.0.30/app-readme.md similarity index 100% rename from incubator/dns-doh-companion/0.0.29/app-readme.md rename to incubator/dns-doh-companion/0.0.30/app-readme.md diff --git a/incubator/dns-doh-companion/0.0.30/charts/common-10.7.1.tgz b/incubator/dns-doh-companion/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dns-doh-companion/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dns-doh-companion/0.0.29/ix_values.yaml b/incubator/dns-doh-companion/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dns-doh-companion/0.0.29/ix_values.yaml rename to incubator/dns-doh-companion/0.0.30/ix_values.yaml diff --git a/incubator/dns-doh-companion/0.0.29/questions.yaml b/incubator/dns-doh-companion/0.0.30/questions.yaml similarity index 100% rename from incubator/dns-doh-companion/0.0.29/questions.yaml rename to incubator/dns-doh-companion/0.0.30/questions.yaml diff --git a/incubator/dns-doh-companion/0.0.29/templates/common.yaml b/incubator/dns-doh-companion/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dns-doh-companion/0.0.29/templates/common.yaml rename to incubator/dns-doh-companion/0.0.30/templates/common.yaml diff --git a/incubator/dns-doh-companion/0.0.29/values.yaml b/incubator/dns-doh-companion/0.0.30/values.yaml similarity index 100% rename from incubator/dns-doh-companion/0.0.29/values.yaml rename to incubator/dns-doh-companion/0.0.30/values.yaml diff --git a/incubator/docker-hub-rss/0.0.29/CHANGELOG.md b/incubator/docker-hub-rss/0.0.29/CHANGELOG.md deleted file mode 100644 index 18b697f0667..00000000000 --- a/incubator/docker-hub-rss/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [docker-hub-rss-0.0.29](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.28...docker-hub-rss-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [docker-hub-rss-0.0.28](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.27...docker-hub-rss-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docker-hub-rss-0.0.28](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.27...docker-hub-rss-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docker-hub-rss-0.0.27](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.26...docker-hub-rss-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [docker-hub-rss-0.0.26](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.25...docker-hub-rss-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [docker-hub-rss-0.0.25](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.24...docker-hub-rss-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [docker-hub-rss-0.0.24](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.23...docker-hub-rss-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [docker-hub-rss-0.0.24](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.23...docker-hub-rss-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/docker-hub-rss/0.0.29/Chart.lock b/incubator/docker-hub-rss/0.0.29/Chart.lock deleted file mode 100644 index 73aff604f6a..00000000000 --- a/incubator/docker-hub-rss/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:09.003965271Z" diff --git a/incubator/docker-hub-rss/0.0.29/Chart.yaml b/incubator/docker-hub-rss/0.0.29/Chart.yaml deleted file mode 100644 index 97161af678c..00000000000 --- a/incubator/docker-hub-rss/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "RSS feed for Chart Hub images." -home: https://truecharts.org/docs/charts/incubator/docker-hub-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png -keywords: - - docker-hub-rss - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: docker-hub-rss -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/docker-hub-rss - - https://github.com/TheConnMan/docker-hub-rss - - https://hub.docker.com/r/theconnman/docker-hub-rss -type: application -version: 0.0.29 diff --git a/incubator/docker-hub-rss/0.0.29/README.md b/incubator/docker-hub-rss/0.0.29/README.md deleted file mode 100644 index 6216da4614a..00000000000 --- a/incubator/docker-hub-rss/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# docker-hub-rss - -RSS feed for Chart Hub images. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [docker-hub-rss](https://truecharts.org/docs/charts/incubator/docker-hub-rss) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `docker-hub-rss` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install docker-hub-rss TrueCharts/docker-hub-rss -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `docker-hub-rss` deployment - -```console -helm uninstall docker-hub-rss -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install docker-hub-rss \ - --set env.TZ="America/New York" \ - TrueCharts/docker-hub-rss -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install docker-hub-rss TrueCharts/docker-hub-rss -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/docker-hub-rss/0.0.29/charts/common-10.7.0.tgz b/incubator/docker-hub-rss/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/docker-hub-rss/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/docker-hub-rss/0.0.30/CHANGELOG.md b/incubator/docker-hub-rss/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..94a5ae2104b --- /dev/null +++ b/incubator/docker-hub-rss/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [docker-hub-rss-0.0.30](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.29...docker-hub-rss-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [docker-hub-rss-0.0.29](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.28...docker-hub-rss-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [docker-hub-rss-0.0.28](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.27...docker-hub-rss-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docker-hub-rss-0.0.28](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.27...docker-hub-rss-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docker-hub-rss-0.0.27](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.26...docker-hub-rss-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [docker-hub-rss-0.0.26](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.25...docker-hub-rss-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [docker-hub-rss-0.0.25](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.24...docker-hub-rss-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [docker-hub-rss-0.0.24](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.23...docker-hub-rss-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [docker-hub-rss-0.0.24](https://github.com/truecharts/charts/compare/docker-hub-rss-0.0.23...docker-hub-rss-0.0.24) (2022-09-21) diff --git a/incubator/docker-hub-rss/0.0.30/Chart.lock b/incubator/docker-hub-rss/0.0.30/Chart.lock new file mode 100644 index 00000000000..6c037a2e1d6 --- /dev/null +++ b/incubator/docker-hub-rss/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:41.963800203Z" diff --git a/incubator/docker-hub-rss/0.0.30/Chart.yaml b/incubator/docker-hub-rss/0.0.30/Chart.yaml new file mode 100644 index 00000000000..34d3a088665 --- /dev/null +++ b/incubator/docker-hub-rss/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "RSS feed for Chart Hub images." +home: https://truecharts.org/docs/charts/incubator/docker-hub-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.png +keywords: + - docker-hub-rss + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: docker-hub-rss +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/docker-hub-rss + - https://github.com/TheConnMan/docker-hub-rss + - https://hub.docker.com/r/theconnman/docker-hub-rss +type: application +version: 0.0.30 diff --git a/incubator/docker-hub-rss/0.0.30/README.md b/incubator/docker-hub-rss/0.0.30/README.md new file mode 100644 index 00000000000..30022633f49 --- /dev/null +++ b/incubator/docker-hub-rss/0.0.30/README.md @@ -0,0 +1,107 @@ +# docker-hub-rss + +RSS feed for Chart Hub images. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [docker-hub-rss](https://truecharts.org/docs/charts/incubator/docker-hub-rss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `docker-hub-rss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install docker-hub-rss TrueCharts/docker-hub-rss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `docker-hub-rss` deployment + +```console +helm uninstall docker-hub-rss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install docker-hub-rss \ + --set env.TZ="America/New York" \ + TrueCharts/docker-hub-rss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install docker-hub-rss TrueCharts/docker-hub-rss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/docker-hub-rss/0.0.29/app-readme.md b/incubator/docker-hub-rss/0.0.30/app-readme.md similarity index 100% rename from incubator/docker-hub-rss/0.0.29/app-readme.md rename to incubator/docker-hub-rss/0.0.30/app-readme.md diff --git a/incubator/docker-hub-rss/0.0.30/charts/common-10.7.1.tgz b/incubator/docker-hub-rss/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/docker-hub-rss/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/docker-hub-rss/0.0.29/ix_values.yaml b/incubator/docker-hub-rss/0.0.30/ix_values.yaml similarity index 100% rename from incubator/docker-hub-rss/0.0.29/ix_values.yaml rename to incubator/docker-hub-rss/0.0.30/ix_values.yaml diff --git a/incubator/docker-hub-rss/0.0.29/questions.yaml b/incubator/docker-hub-rss/0.0.30/questions.yaml similarity index 100% rename from incubator/docker-hub-rss/0.0.29/questions.yaml rename to incubator/docker-hub-rss/0.0.30/questions.yaml diff --git a/incubator/docker-hub-rss/0.0.29/templates/common.yaml b/incubator/docker-hub-rss/0.0.30/templates/common.yaml similarity index 100% rename from incubator/docker-hub-rss/0.0.29/templates/common.yaml rename to incubator/docker-hub-rss/0.0.30/templates/common.yaml diff --git a/incubator/docker-hub-rss/0.0.29/values.yaml b/incubator/docker-hub-rss/0.0.30/values.yaml similarity index 100% rename from incubator/docker-hub-rss/0.0.29/values.yaml rename to incubator/docker-hub-rss/0.0.30/values.yaml diff --git a/incubator/dockerregistry/0.0.28/CHANGELOG.md b/incubator/dockerregistry/0.0.28/CHANGELOG.md deleted file mode 100644 index 4ae703b2429..00000000000 --- a/incubator/dockerregistry/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dockerregistry-0.0.28](https://github.com/truecharts/charts/compare/dockerregistry-0.0.27...dockerregistry-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dockerregistry-0.0.27](https://github.com/truecharts/charts/compare/dockerregistry-0.0.26...dockerregistry-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dockerregistry-0.0.27](https://github.com/truecharts/charts/compare/dockerregistry-0.0.26...dockerregistry-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dockerregistry-0.0.26](https://github.com/truecharts/charts/compare/dockerregistry-0.0.25...dockerregistry-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dockerregistry-0.0.25](https://github.com/truecharts/charts/compare/dockerregistry-0.0.24...dockerregistry-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dockerregistry-0.0.24](https://github.com/truecharts/charts/compare/dockerregistry-0.0.23...dockerregistry-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dockerregistry-0.0.23](https://github.com/truecharts/charts/compare/dockerregistry-0.0.22...dockerregistry-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dockerregistry-0.0.23](https://github.com/truecharts/charts/compare/dockerregistry-0.0.22...dockerregistry-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dockerregistry/0.0.28/Chart.lock b/incubator/dockerregistry/0.0.28/Chart.lock deleted file mode 100644 index 176002ce327..00000000000 --- a/incubator/dockerregistry/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:21.530465789Z" diff --git a/incubator/dockerregistry/0.0.28/Chart.yaml b/incubator/dockerregistry/0.0.28/Chart.yaml deleted file mode 100644 index e93834eccd9..00000000000 --- a/incubator/dockerregistry/0.0.28/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Network-Management - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/\n" -home: https://truecharts.org/docs/charts/incubator/dockerregistry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png -keywords: - - dockerregistry - - Cloud - - Network-Management - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dockerregistry -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry - - https://github.com/distribution/distribution - - https://registry.hub.docker.com/_/registry/ -type: application -version: 0.0.28 diff --git a/incubator/dockerregistry/0.0.28/README.md b/incubator/dockerregistry/0.0.28/README.md deleted file mode 100644 index b5d8c244bda..00000000000 --- a/incubator/dockerregistry/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dockerregistry - -Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dockerregistry](https://truecharts.org/docs/charts/incubator/dockerregistry) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dockerregistry` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dockerregistry TrueCharts/dockerregistry -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dockerregistry` deployment - -```console -helm uninstall dockerregistry -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dockerregistry \ - --set env.TZ="America/New York" \ - TrueCharts/dockerregistry -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dockerregistry TrueCharts/dockerregistry -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dockerregistry/0.0.28/charts/common-10.7.0.tgz b/incubator/dockerregistry/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dockerregistry/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dockerregistry/0.0.29/CHANGELOG.md b/incubator/dockerregistry/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..d859c434d45 --- /dev/null +++ b/incubator/dockerregistry/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dockerregistry-0.0.29](https://github.com/truecharts/charts/compare/dockerregistry-0.0.28...dockerregistry-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dockerregistry-0.0.28](https://github.com/truecharts/charts/compare/dockerregistry-0.0.27...dockerregistry-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dockerregistry-0.0.27](https://github.com/truecharts/charts/compare/dockerregistry-0.0.26...dockerregistry-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dockerregistry-0.0.27](https://github.com/truecharts/charts/compare/dockerregistry-0.0.26...dockerregistry-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dockerregistry-0.0.26](https://github.com/truecharts/charts/compare/dockerregistry-0.0.25...dockerregistry-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dockerregistry-0.0.25](https://github.com/truecharts/charts/compare/dockerregistry-0.0.24...dockerregistry-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dockerregistry-0.0.24](https://github.com/truecharts/charts/compare/dockerregistry-0.0.23...dockerregistry-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dockerregistry-0.0.23](https://github.com/truecharts/charts/compare/dockerregistry-0.0.22...dockerregistry-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dockerregistry/0.0.29/Chart.lock b/incubator/dockerregistry/0.0.29/Chart.lock new file mode 100644 index 00000000000..67f31286a7d --- /dev/null +++ b/incubator/dockerregistry/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:48.000191027Z" diff --git a/incubator/dockerregistry/0.0.29/Chart.yaml b/incubator/dockerregistry/0.0.29/Chart.yaml new file mode 100644 index 00000000000..487732af0a0 --- /dev/null +++ b/incubator/dockerregistry/0.0.29/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Network-Management + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/\n" +home: https://truecharts.org/docs/charts/incubator/dockerregistry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.png +keywords: + - dockerregistry + - Cloud + - Network-Management + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dockerregistry +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dockerregistry + - https://github.com/distribution/distribution + - https://registry.hub.docker.com/_/registry/ +type: application +version: 0.0.29 diff --git a/incubator/dockerregistry/0.0.29/README.md b/incubator/dockerregistry/0.0.29/README.md new file mode 100644 index 00000000000..6b196caeb65 --- /dev/null +++ b/incubator/dockerregistry/0.0.29/README.md @@ -0,0 +1,107 @@ +# dockerregistry + +Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/ + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dockerregistry](https://truecharts.org/docs/charts/incubator/dockerregistry) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dockerregistry` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dockerregistry TrueCharts/dockerregistry +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dockerregistry` deployment + +```console +helm uninstall dockerregistry +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dockerregistry \ + --set env.TZ="America/New York" \ + TrueCharts/dockerregistry +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dockerregistry TrueCharts/dockerregistry -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dockerregistry/0.0.28/app-readme.md b/incubator/dockerregistry/0.0.29/app-readme.md similarity index 100% rename from incubator/dockerregistry/0.0.28/app-readme.md rename to incubator/dockerregistry/0.0.29/app-readme.md diff --git a/incubator/dockerregistry/0.0.29/charts/common-10.7.1.tgz b/incubator/dockerregistry/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dockerregistry/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/dockerregistry/0.0.28/ix_values.yaml b/incubator/dockerregistry/0.0.29/ix_values.yaml similarity index 100% rename from incubator/dockerregistry/0.0.28/ix_values.yaml rename to incubator/dockerregistry/0.0.29/ix_values.yaml diff --git a/incubator/dockerregistry/0.0.28/questions.yaml b/incubator/dockerregistry/0.0.29/questions.yaml similarity index 100% rename from incubator/dockerregistry/0.0.28/questions.yaml rename to incubator/dockerregistry/0.0.29/questions.yaml diff --git a/incubator/dockerregistry/0.0.28/templates/common.yaml b/incubator/dockerregistry/0.0.29/templates/common.yaml similarity index 100% rename from incubator/dockerregistry/0.0.28/templates/common.yaml rename to incubator/dockerregistry/0.0.29/templates/common.yaml diff --git a/incubator/dockerregistry/0.0.28/values.yaml b/incubator/dockerregistry/0.0.29/values.yaml similarity index 100% rename from incubator/dockerregistry/0.0.28/values.yaml rename to incubator/dockerregistry/0.0.29/values.yaml diff --git a/incubator/docspell/0.0.7/CHANGELOG.md b/incubator/docspell/0.0.7/CHANGELOG.md deleted file mode 100644 index 2bb0a1bb732..00000000000 --- a/incubator/docspell/0.0.7/CHANGELOG.md +++ /dev/null @@ -1,75 +0,0 @@ -# Changelog - - - -## [docspell-0.0.7](https://github.com/truecharts/charts/compare/docspell-0.0.6...docspell-0.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [docspell-0.0.6](https://github.com/truecharts/charts/compare/docspell-0.0.5...docspell-0.0.6) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [docspell-0.0.5](https://github.com/truecharts/charts/compare/docspell-0.0.4...docspell-0.0.5) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [docspell-0.0.4](https://github.com/truecharts/charts/compare/docspell-0.0.3...docspell-0.0.4) (2022-10-09) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- fix dsc binary location ([#4044](https://github.com/truecharts/charts/issues/4044)) - - - - -## [docspell-0.0.3](https://github.com/truecharts/charts/compare/docspell-0.0.2...docspell-0.0.3) (2022-10-09) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [docspell-0.0.2](https://github.com/truecharts/charts/compare/docspell-0.0.1...docspell-0.0.2) (2022-10-09) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major - - ### Fix - -- fix solr ulr ([#4040](https://github.com/truecharts/charts/issues/4040)) - - - - -## [docspell-0.0.1]docspell-0.0.1 (2022-10-08) - -### Feat - -- add docspell ([#3999](https://github.com/truecharts/charts/issues/3999)) diff --git a/incubator/docspell/0.0.7/Chart.lock b/incubator/docspell/0.0.7/Chart.lock deleted file mode 100644 index bdd6e03c6d8..00000000000 --- a/incubator/docspell/0.0.7/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: solr - repository: https://charts.truecharts.org/ - version: 0.0.64 -digest: sha256:ae9fbe1099812bf5e686587bdf71ea0252d3e00c873a59c7b09cff2eed19eeb3 -generated: "2022-10-12T15:34:52.433761245Z" diff --git a/incubator/docspell/0.0.7/Chart.yaml b/incubator/docspell/0.0.7/Chart.yaml deleted file mode 100644 index 40031f0b366..00000000000 --- a/incubator/docspell/0.0.7/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "0.38.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: solr.enabled - name: solr - repository: https://charts.truecharts.org/ - version: 0.0.64 -description: Docspell is a personal document organizer. -home: https://truecharts.org/docs/charts/incubator/docspell -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docspell.png -keywords: - - docs -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: docspell -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/docspell - - https://github.com/eikek/docspell - - https://docspell.org/docs/install/docker/ - - https://docspell.org/docs/configure/defaults/ -version: 0.0.7 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/docspell/0.0.7/README.md b/incubator/docspell/0.0.7/README.md deleted file mode 100644 index e7e531d73f8..00000000000 --- a/incubator/docspell/0.0.7/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# docspell - -Docspell is a personal document organizer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [docspell](https://truecharts.org/docs/charts/incubator/docspell) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org/ | solr | 0.0.64 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `docspell` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install docspell TrueCharts/docspell -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `docspell` deployment - -```console -helm uninstall docspell -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install docspell \ - --set env.TZ="America/New York" \ - TrueCharts/docspell -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install docspell TrueCharts/docspell -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/docspell/0.0.7/charts/common-10.7.0.tgz b/incubator/docspell/0.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/docspell/0.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/docspell/0.0.7/charts/postgresql-8.0.97.tgz b/incubator/docspell/0.0.7/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/docspell/0.0.7/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/docspell/0.0.7/charts/solr-0.0.64.tgz b/incubator/docspell/0.0.7/charts/solr-0.0.64.tgz deleted file mode 100644 index 6a62e9d8e77..00000000000 Binary files a/incubator/docspell/0.0.7/charts/solr-0.0.64.tgz and /dev/null differ diff --git a/incubator/docspell/0.0.8/CHANGELOG.md b/incubator/docspell/0.0.8/CHANGELOG.md new file mode 100644 index 00000000000..64977b4b0a6 --- /dev/null +++ b/incubator/docspell/0.0.8/CHANGELOG.md @@ -0,0 +1,85 @@ +# Changelog + + + +## [docspell-0.0.8](https://github.com/truecharts/charts/compare/docspell-0.0.7...docspell-0.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [docspell-0.0.7](https://github.com/truecharts/charts/compare/docspell-0.0.6...docspell-0.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [docspell-0.0.6](https://github.com/truecharts/charts/compare/docspell-0.0.5...docspell-0.0.6) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [docspell-0.0.5](https://github.com/truecharts/charts/compare/docspell-0.0.4...docspell-0.0.5) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [docspell-0.0.4](https://github.com/truecharts/charts/compare/docspell-0.0.3...docspell-0.0.4) (2022-10-09) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- fix dsc binary location ([#4044](https://github.com/truecharts/charts/issues/4044)) + + + + +## [docspell-0.0.3](https://github.com/truecharts/charts/compare/docspell-0.0.2...docspell-0.0.3) (2022-10-09) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [docspell-0.0.2](https://github.com/truecharts/charts/compare/docspell-0.0.1...docspell-0.0.2) (2022-10-09) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major + + ### Fix + +- fix solr ulr ([#4040](https://github.com/truecharts/charts/issues/4040)) + + + + +## [docspell-0.0.1]docspell-0.0.1 (2022-10-08) + +### Feat + +- add docspell ([#3999](https://github.com/truecharts/charts/issues/3999)) diff --git a/incubator/docspell/0.0.8/Chart.lock b/incubator/docspell/0.0.8/Chart.lock new file mode 100644 index 00000000000..7ed101edda5 --- /dev/null +++ b/incubator/docspell/0.0.8/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: solr + repository: https://charts.truecharts.org/ + version: 0.0.67 +digest: sha256:b378b62f6e10eda57963f87d5b4c3d92d4bf3ac93ef516e590e55544ed84f81a +generated: "2022-10-19T12:15:13.602557833Z" diff --git a/incubator/docspell/0.0.8/Chart.yaml b/incubator/docspell/0.0.8/Chart.yaml new file mode 100644 index 00000000000..3a010f69d55 --- /dev/null +++ b/incubator/docspell/0.0.8/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "0.38.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: solr.enabled + name: solr + repository: https://charts.truecharts.org/ + version: 0.0.67 +description: Docspell is a personal document organizer. +home: https://truecharts.org/docs/charts/incubator/docspell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docspell.png +keywords: + - docs +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: docspell +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/docspell + - https://github.com/eikek/docspell + - https://docspell.org/docs/install/docker/ + - https://docspell.org/docs/configure/defaults/ +version: 0.0.8 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/docspell/0.0.8/README.md b/incubator/docspell/0.0.8/README.md new file mode 100644 index 00000000000..ea9c371addc --- /dev/null +++ b/incubator/docspell/0.0.8/README.md @@ -0,0 +1,110 @@ +# docspell + +Docspell is a personal document organizer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [docspell](https://truecharts.org/docs/charts/incubator/docspell) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org/ | solr | 0.0.67 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `docspell` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install docspell TrueCharts/docspell +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `docspell` deployment + +```console +helm uninstall docspell +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install docspell \ + --set env.TZ="America/New York" \ + TrueCharts/docspell +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install docspell TrueCharts/docspell -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/docspell/0.0.7/app-readme.md b/incubator/docspell/0.0.8/app-readme.md similarity index 100% rename from incubator/docspell/0.0.7/app-readme.md rename to incubator/docspell/0.0.8/app-readme.md diff --git a/incubator/docspell/0.0.8/charts/common-10.7.1.tgz b/incubator/docspell/0.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/docspell/0.0.8/charts/common-10.7.1.tgz differ diff --git a/incubator/docspell/0.0.8/charts/postgresql-8.0.101.tgz b/incubator/docspell/0.0.8/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/docspell/0.0.8/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/docspell/0.0.8/charts/solr-0.0.67.tgz b/incubator/docspell/0.0.8/charts/solr-0.0.67.tgz new file mode 100644 index 00000000000..28086b69714 Binary files /dev/null and b/incubator/docspell/0.0.8/charts/solr-0.0.67.tgz differ diff --git a/incubator/docspell/0.0.7/ix_values.yaml b/incubator/docspell/0.0.8/ix_values.yaml similarity index 100% rename from incubator/docspell/0.0.7/ix_values.yaml rename to incubator/docspell/0.0.8/ix_values.yaml diff --git a/incubator/docspell/0.0.7/questions.yaml b/incubator/docspell/0.0.8/questions.yaml similarity index 100% rename from incubator/docspell/0.0.7/questions.yaml rename to incubator/docspell/0.0.8/questions.yaml diff --git a/incubator/docspell/0.0.7/templates/_dsc.tpl b/incubator/docspell/0.0.8/templates/_dsc.tpl similarity index 100% rename from incubator/docspell/0.0.7/templates/_dsc.tpl rename to incubator/docspell/0.0.8/templates/_dsc.tpl diff --git a/incubator/docspell/0.0.7/templates/_joex.tpl b/incubator/docspell/0.0.8/templates/_joex.tpl similarity index 100% rename from incubator/docspell/0.0.7/templates/_joex.tpl rename to incubator/docspell/0.0.8/templates/_joex.tpl diff --git a/incubator/docspell/0.0.7/templates/_secret.tpl b/incubator/docspell/0.0.8/templates/_secret.tpl similarity index 100% rename from incubator/docspell/0.0.7/templates/_secret.tpl rename to incubator/docspell/0.0.8/templates/_secret.tpl diff --git a/incubator/docspell/0.0.7/templates/common.yaml b/incubator/docspell/0.0.8/templates/common.yaml similarity index 100% rename from incubator/docspell/0.0.7/templates/common.yaml rename to incubator/docspell/0.0.8/templates/common.yaml diff --git a/incubator/docspell/0.0.7/values.yaml b/incubator/docspell/0.0.8/values.yaml similarity index 100% rename from incubator/docspell/0.0.7/values.yaml rename to incubator/docspell/0.0.8/values.yaml diff --git a/incubator/dontstarvetogether/0.0.29/CHANGELOG.md b/incubator/dontstarvetogether/0.0.29/CHANGELOG.md deleted file mode 100644 index 1f4a56d9c98..00000000000 --- a/incubator/dontstarvetogether/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dontstarvetogether-0.0.29](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.28...dontstarvetogether-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dontstarvetogether-0.0.28](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.27...dontstarvetogether-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dontstarvetogether-0.0.28](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.27...dontstarvetogether-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dontstarvetogether-0.0.27](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.26...dontstarvetogether-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dontstarvetogether-0.0.26](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.25...dontstarvetogether-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dontstarvetogether-0.0.25](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.24...dontstarvetogether-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dontstarvetogether-0.0.24](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.23...dontstarvetogether-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dontstarvetogether-0.0.24](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.23...dontstarvetogether-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dontstarvetogether/0.0.29/Chart.lock b/incubator/dontstarvetogether/0.0.29/Chart.lock deleted file mode 100644 index 6c57480c39f..00000000000 --- a/incubator/dontstarvetogether/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:33.422820374Z" diff --git a/incubator/dontstarvetogether/0.0.29/Chart.yaml b/incubator/dontstarvetogether/0.0.29/Chart.yaml deleted file mode 100644 index 3967dafeeeb..00000000000 --- a/incubator/dontstarvetogether/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it." -home: https://truecharts.org/docs/charts/incubator/dontstarvetogether -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png -keywords: - - dontstarvetogether - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dontstarvetogether -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dontstarvetogether - - https://www.klei.com/games/dont-starve-together - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/dontstarvetogether/0.0.29/README.md b/incubator/dontstarvetogether/0.0.29/README.md deleted file mode 100644 index cd31a342098..00000000000 --- a/incubator/dontstarvetogether/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dontstarvetogether - -This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dontstarvetogether](https://truecharts.org/docs/charts/incubator/dontstarvetogether) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dontstarvetogether` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dontstarvetogether TrueCharts/dontstarvetogether -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dontstarvetogether` deployment - -```console -helm uninstall dontstarvetogether -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dontstarvetogether \ - --set env.TZ="America/New York" \ - TrueCharts/dontstarvetogether -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dontstarvetogether TrueCharts/dontstarvetogether -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dontstarvetogether/0.0.29/charts/common-10.7.0.tgz b/incubator/dontstarvetogether/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dontstarvetogether/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dontstarvetogether/0.0.30/CHANGELOG.md b/incubator/dontstarvetogether/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7eb80836db9 --- /dev/null +++ b/incubator/dontstarvetogether/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dontstarvetogether-0.0.30](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.29...dontstarvetogether-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dontstarvetogether-0.0.29](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.28...dontstarvetogether-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dontstarvetogether-0.0.28](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.27...dontstarvetogether-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dontstarvetogether-0.0.28](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.27...dontstarvetogether-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dontstarvetogether-0.0.27](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.26...dontstarvetogether-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dontstarvetogether-0.0.26](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.25...dontstarvetogether-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dontstarvetogether-0.0.25](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.24...dontstarvetogether-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dontstarvetogether-0.0.24](https://github.com/truecharts/charts/compare/dontstarvetogether-0.0.23...dontstarvetogether-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dontstarvetogether/0.0.30/Chart.lock b/incubator/dontstarvetogether/0.0.30/Chart.lock new file mode 100644 index 00000000000..f0f4fdf1de3 --- /dev/null +++ b/incubator/dontstarvetogether/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:14:59.955349233Z" diff --git a/incubator/dontstarvetogether/0.0.30/Chart.yaml b/incubator/dontstarvetogether/0.0.30/Chart.yaml new file mode 100644 index 00000000000..737bad4b853 --- /dev/null +++ b/incubator/dontstarvetogether/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it." +home: https://truecharts.org/docs/charts/incubator/dontstarvetogether +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.png +keywords: + - dontstarvetogether + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dontstarvetogether +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dontstarvetogether + - https://www.klei.com/games/dont-starve-together + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/dontstarvetogether/0.0.30/README.md b/incubator/dontstarvetogether/0.0.30/README.md new file mode 100644 index 00000000000..099d19dd23c --- /dev/null +++ b/incubator/dontstarvetogether/0.0.30/README.md @@ -0,0 +1,107 @@ +# dontstarvetogether + +This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dontstarvetogether](https://truecharts.org/docs/charts/incubator/dontstarvetogether) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dontstarvetogether` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dontstarvetogether TrueCharts/dontstarvetogether +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dontstarvetogether` deployment + +```console +helm uninstall dontstarvetogether +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dontstarvetogether \ + --set env.TZ="America/New York" \ + TrueCharts/dontstarvetogether +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dontstarvetogether TrueCharts/dontstarvetogether -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dontstarvetogether/0.0.29/app-readme.md b/incubator/dontstarvetogether/0.0.30/app-readme.md similarity index 100% rename from incubator/dontstarvetogether/0.0.29/app-readme.md rename to incubator/dontstarvetogether/0.0.30/app-readme.md diff --git a/incubator/dontstarvetogether/0.0.30/charts/common-10.7.1.tgz b/incubator/dontstarvetogether/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dontstarvetogether/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dontstarvetogether/0.0.29/ix_values.yaml b/incubator/dontstarvetogether/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dontstarvetogether/0.0.29/ix_values.yaml rename to incubator/dontstarvetogether/0.0.30/ix_values.yaml diff --git a/incubator/dontstarvetogether/0.0.29/questions.yaml b/incubator/dontstarvetogether/0.0.30/questions.yaml similarity index 100% rename from incubator/dontstarvetogether/0.0.29/questions.yaml rename to incubator/dontstarvetogether/0.0.30/questions.yaml diff --git a/incubator/dontstarvetogether/0.0.29/templates/common.yaml b/incubator/dontstarvetogether/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dontstarvetogether/0.0.29/templates/common.yaml rename to incubator/dontstarvetogether/0.0.30/templates/common.yaml diff --git a/incubator/dontstarvetogether/0.0.29/values.yaml b/incubator/dontstarvetogether/0.0.30/values.yaml similarity index 100% rename from incubator/dontstarvetogether/0.0.29/values.yaml rename to incubator/dontstarvetogether/0.0.30/values.yaml diff --git a/incubator/dropbox-by-otherguy/0.0.29/CHANGELOG.md b/incubator/dropbox-by-otherguy/0.0.29/CHANGELOG.md deleted file mode 100644 index a3f45663db3..00000000000 --- a/incubator/dropbox-by-otherguy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dropbox-by-otherguy-0.0.29](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.28...dropbox-by-otherguy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dropbox-by-otherguy-0.0.28](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.27...dropbox-by-otherguy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dropbox-by-otherguy-0.0.28](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.27...dropbox-by-otherguy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dropbox-by-otherguy-0.0.27](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.26...dropbox-by-otherguy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dropbox-by-otherguy-0.0.26](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.25...dropbox-by-otherguy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dropbox-by-otherguy-0.0.25](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.24...dropbox-by-otherguy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dropbox-by-otherguy-0.0.24](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.23...dropbox-by-otherguy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [dropbox-by-otherguy-0.0.24](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.23...dropbox-by-otherguy-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dropbox-by-otherguy/0.0.29/Chart.lock b/incubator/dropbox-by-otherguy/0.0.29/Chart.lock deleted file mode 100644 index c4154495a38..00000000000 --- a/incubator/dropbox-by-otherguy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:38.311591984Z" diff --git a/incubator/dropbox-by-otherguy/0.0.29/Chart.yaml b/incubator/dropbox-by-otherguy/0.0.29/Chart.yaml deleted file mode 100644 index 67e2526b8bc..00000000000 --- a/incubator/dropbox-by-otherguy/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Dropbox client which syncs a local path with your cloud." -home: https://truecharts.org/docs/charts/incubator/dropbox-by-otherguy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png -keywords: - - dropbox-by-otherguy - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dropbox-by-otherguy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dropbox-by-otherguy - - https://github.com/otherguy/docker-dropbox - - https://hub.docker.com/r/otherguy/dropbox -type: application -version: 0.0.29 diff --git a/incubator/dropbox-by-otherguy/0.0.29/README.md b/incubator/dropbox-by-otherguy/0.0.29/README.md deleted file mode 100644 index af38a0300f9..00000000000 --- a/incubator/dropbox-by-otherguy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dropbox-by-otherguy - -Dropbox client which syncs a local path with your cloud. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dropbox-by-otherguy](https://truecharts.org/docs/charts/incubator/dropbox-by-otherguy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dropbox-by-otherguy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dropbox-by-otherguy` deployment - -```console -helm uninstall dropbox-by-otherguy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dropbox-by-otherguy \ - --set env.TZ="America/New York" \ - TrueCharts/dropbox-by-otherguy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dropbox-by-otherguy/0.0.29/charts/common-10.7.0.tgz b/incubator/dropbox-by-otherguy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dropbox-by-otherguy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dropbox-by-otherguy/0.0.30/CHANGELOG.md b/incubator/dropbox-by-otherguy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..43640daa6aa --- /dev/null +++ b/incubator/dropbox-by-otherguy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dropbox-by-otherguy-0.0.30](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.29...dropbox-by-otherguy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dropbox-by-otherguy-0.0.29](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.28...dropbox-by-otherguy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dropbox-by-otherguy-0.0.28](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.27...dropbox-by-otherguy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dropbox-by-otherguy-0.0.28](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.27...dropbox-by-otherguy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dropbox-by-otherguy-0.0.27](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.26...dropbox-by-otherguy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dropbox-by-otherguy-0.0.26](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.25...dropbox-by-otherguy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dropbox-by-otherguy-0.0.25](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.24...dropbox-by-otherguy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dropbox-by-otherguy-0.0.24](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.23...dropbox-by-otherguy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [dropbox-by-otherguy-0.0.24](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-0.0.23...dropbox-by-otherguy-0.0.24) (2022-09-21) diff --git a/incubator/dropbox-by-otherguy/0.0.30/Chart.lock b/incubator/dropbox-by-otherguy/0.0.30/Chart.lock new file mode 100644 index 00000000000..96924f307d4 --- /dev/null +++ b/incubator/dropbox-by-otherguy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:15:13.320444036Z" diff --git a/incubator/dropbox-by-otherguy/0.0.30/Chart.yaml b/incubator/dropbox-by-otherguy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..516aa7b16bf --- /dev/null +++ b/incubator/dropbox-by-otherguy/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Dropbox client which syncs a local path with your cloud." +home: https://truecharts.org/docs/charts/incubator/dropbox-by-otherguy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.png +keywords: + - dropbox-by-otherguy + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dropbox-by-otherguy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dropbox-by-otherguy + - https://github.com/otherguy/docker-dropbox + - https://hub.docker.com/r/otherguy/dropbox +type: application +version: 0.0.30 diff --git a/incubator/dropbox-by-otherguy/0.0.30/README.md b/incubator/dropbox-by-otherguy/0.0.30/README.md new file mode 100644 index 00000000000..f2506c10a6e --- /dev/null +++ b/incubator/dropbox-by-otherguy/0.0.30/README.md @@ -0,0 +1,107 @@ +# dropbox-by-otherguy + +Dropbox client which syncs a local path with your cloud. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dropbox-by-otherguy](https://truecharts.org/docs/charts/incubator/dropbox-by-otherguy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dropbox-by-otherguy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dropbox-by-otherguy` deployment + +```console +helm uninstall dropbox-by-otherguy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dropbox-by-otherguy \ + --set env.TZ="America/New York" \ + TrueCharts/dropbox-by-otherguy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dropbox-by-otherguy TrueCharts/dropbox-by-otherguy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dropbox-by-otherguy/0.0.29/app-readme.md b/incubator/dropbox-by-otherguy/0.0.30/app-readme.md similarity index 100% rename from incubator/dropbox-by-otherguy/0.0.29/app-readme.md rename to incubator/dropbox-by-otherguy/0.0.30/app-readme.md diff --git a/incubator/dropbox-by-otherguy/0.0.30/charts/common-10.7.1.tgz b/incubator/dropbox-by-otherguy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dropbox-by-otherguy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dropbox-by-otherguy/0.0.29/ix_values.yaml b/incubator/dropbox-by-otherguy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dropbox-by-otherguy/0.0.29/ix_values.yaml rename to incubator/dropbox-by-otherguy/0.0.30/ix_values.yaml diff --git a/incubator/dropbox-by-otherguy/0.0.29/questions.yaml b/incubator/dropbox-by-otherguy/0.0.30/questions.yaml similarity index 100% rename from incubator/dropbox-by-otherguy/0.0.29/questions.yaml rename to incubator/dropbox-by-otherguy/0.0.30/questions.yaml diff --git a/incubator/dropbox-by-otherguy/0.0.29/templates/common.yaml b/incubator/dropbox-by-otherguy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dropbox-by-otherguy/0.0.29/templates/common.yaml rename to incubator/dropbox-by-otherguy/0.0.30/templates/common.yaml diff --git a/incubator/dropbox-by-otherguy/0.0.29/values.yaml b/incubator/dropbox-by-otherguy/0.0.30/values.yaml similarity index 100% rename from incubator/dropbox-by-otherguy/0.0.29/values.yaml rename to incubator/dropbox-by-otherguy/0.0.30/values.yaml diff --git a/incubator/duplicacy/0.0.36/CHANGELOG.md b/incubator/duplicacy/0.0.36/CHANGELOG.md deleted file mode 100644 index 933374cae49..00000000000 --- a/incubator/duplicacy/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [duplicacy-0.0.36](https://github.com/truecharts/charts/compare/duplicacy-0.0.35...duplicacy-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [duplicacy-0.0.35](https://github.com/truecharts/charts/compare/duplicacy-0.0.34...duplicacy-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duplicacy-0.0.35](https://github.com/truecharts/charts/compare/duplicacy-0.0.34...duplicacy-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duplicacy-0.0.34](https://github.com/truecharts/charts/compare/duplicacy-0.0.33...duplicacy-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [duplicacy-0.0.33](https://github.com/truecharts/charts/compare/duplicacy-0.0.32...duplicacy-0.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [duplicacy-0.0.32](https://github.com/truecharts/charts/compare/duplicacy-0.0.31...duplicacy-0.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [duplicacy-0.0.31](https://github.com/truecharts/charts/compare/duplicacy-0.0.30...duplicacy-0.0.31) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [duplicacy-0.0.30](https://github.com/truecharts/charts/compare/duplicacy-0.0.27...duplicacy-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) diff --git a/incubator/duplicacy/0.0.36/Chart.lock b/incubator/duplicacy/0.0.36/Chart.lock deleted file mode 100644 index 0d9925f3c0f..00000000000 --- a/incubator/duplicacy/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:34:50.330174267Z" diff --git a/incubator/duplicacy/0.0.36/Chart.yaml b/incubator/duplicacy/0.0.36/Chart.yaml deleted file mode 100644 index 934b540215f..00000000000 --- a/incubator/duplicacy/0.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A new generation cross-platform cloud backup tool. -home: https://truecharts.org/docs/charts/incubator/duplicacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png -keywords: - - duplicacy - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: duplicacy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy - - https://hotio.dev/containers/duplicacy - - https://hub.docker.com/r/hotio/duplicacy -type: application -version: 0.0.36 diff --git a/incubator/duplicacy/0.0.36/README.md b/incubator/duplicacy/0.0.36/README.md deleted file mode 100644 index 2f4b1d971b5..00000000000 --- a/incubator/duplicacy/0.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# duplicacy - -A new generation cross-platform cloud backup tool. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [duplicacy](https://truecharts.org/docs/charts/incubator/duplicacy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `duplicacy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install duplicacy TrueCharts/duplicacy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `duplicacy` deployment - -```console -helm uninstall duplicacy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install duplicacy \ - --set env.TZ="America/New York" \ - TrueCharts/duplicacy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install duplicacy TrueCharts/duplicacy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/duplicacy/0.0.36/charts/common-10.7.0.tgz b/incubator/duplicacy/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/duplicacy/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/duplicacy/0.0.37/CHANGELOG.md b/incubator/duplicacy/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..da28d72af39 --- /dev/null +++ b/incubator/duplicacy/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [duplicacy-0.0.37](https://github.com/truecharts/charts/compare/duplicacy-0.0.36...duplicacy-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [duplicacy-0.0.36](https://github.com/truecharts/charts/compare/duplicacy-0.0.35...duplicacy-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [duplicacy-0.0.35](https://github.com/truecharts/charts/compare/duplicacy-0.0.34...duplicacy-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duplicacy-0.0.35](https://github.com/truecharts/charts/compare/duplicacy-0.0.34...duplicacy-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duplicacy-0.0.34](https://github.com/truecharts/charts/compare/duplicacy-0.0.33...duplicacy-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [duplicacy-0.0.33](https://github.com/truecharts/charts/compare/duplicacy-0.0.32...duplicacy-0.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [duplicacy-0.0.32](https://github.com/truecharts/charts/compare/duplicacy-0.0.31...duplicacy-0.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [duplicacy-0.0.31](https://github.com/truecharts/charts/compare/duplicacy-0.0.30...duplicacy-0.0.31) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [duplicacy-0.0.30](https://github.com/truecharts/charts/compare/duplicacy-0.0.27...duplicacy-0.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/duplicacy/0.0.37/Chart.lock b/incubator/duplicacy/0.0.37/Chart.lock new file mode 100644 index 00000000000..6bf2a010322 --- /dev/null +++ b/incubator/duplicacy/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:15:19.410593068Z" diff --git a/incubator/duplicacy/0.0.37/Chart.yaml b/incubator/duplicacy/0.0.37/Chart.yaml new file mode 100644 index 00000000000..640508e05a2 --- /dev/null +++ b/incubator/duplicacy/0.0.37/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A new generation cross-platform cloud backup tool. +home: https://truecharts.org/docs/charts/incubator/duplicacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png +keywords: + - duplicacy + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: duplicacy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/duplicacy + - https://hotio.dev/containers/duplicacy + - https://hub.docker.com/r/hotio/duplicacy +type: application +version: 0.0.37 diff --git a/incubator/duplicacy/0.0.37/README.md b/incubator/duplicacy/0.0.37/README.md new file mode 100644 index 00000000000..cd8be965b09 --- /dev/null +++ b/incubator/duplicacy/0.0.37/README.md @@ -0,0 +1,107 @@ +# duplicacy + +A new generation cross-platform cloud backup tool. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [duplicacy](https://truecharts.org/docs/charts/incubator/duplicacy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `duplicacy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install duplicacy TrueCharts/duplicacy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `duplicacy` deployment + +```console +helm uninstall duplicacy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install duplicacy \ + --set env.TZ="America/New York" \ + TrueCharts/duplicacy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install duplicacy TrueCharts/duplicacy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/duplicacy/0.0.36/app-readme.md b/incubator/duplicacy/0.0.37/app-readme.md similarity index 100% rename from incubator/duplicacy/0.0.36/app-readme.md rename to incubator/duplicacy/0.0.37/app-readme.md diff --git a/incubator/duplicacy/0.0.37/charts/common-10.7.1.tgz b/incubator/duplicacy/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/duplicacy/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/duplicacy/0.0.36/ix_values.yaml b/incubator/duplicacy/0.0.37/ix_values.yaml similarity index 100% rename from incubator/duplicacy/0.0.36/ix_values.yaml rename to incubator/duplicacy/0.0.37/ix_values.yaml diff --git a/incubator/duplicacy/0.0.36/questions.yaml b/incubator/duplicacy/0.0.37/questions.yaml similarity index 100% rename from incubator/duplicacy/0.0.36/questions.yaml rename to incubator/duplicacy/0.0.37/questions.yaml diff --git a/incubator/duplicacy/0.0.36/templates/common.yaml b/incubator/duplicacy/0.0.37/templates/common.yaml similarity index 100% rename from incubator/duplicacy/0.0.36/templates/common.yaml rename to incubator/duplicacy/0.0.37/templates/common.yaml diff --git a/incubator/duplicacy/0.0.36/values.yaml b/incubator/duplicacy/0.0.37/values.yaml similarity index 100% rename from incubator/duplicacy/0.0.36/values.yaml rename to incubator/duplicacy/0.0.37/values.yaml diff --git a/incubator/dvblink/0.0.29/CHANGELOG.md b/incubator/dvblink/0.0.29/CHANGELOG.md deleted file mode 100644 index 2d7d8c91358..00000000000 --- a/incubator/dvblink/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dvblink-0.0.29](https://github.com/truecharts/charts/compare/dvblink-0.0.28...dvblink-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dvblink-0.0.28](https://github.com/truecharts/charts/compare/dvblink-0.0.27...dvblink-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dvblink-0.0.28](https://github.com/truecharts/charts/compare/dvblink-0.0.27...dvblink-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dvblink-0.0.27](https://github.com/truecharts/charts/compare/dvblink-0.0.26...dvblink-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dvblink-0.0.26](https://github.com/truecharts/charts/compare/dvblink-0.0.25...dvblink-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dvblink-0.0.25](https://github.com/truecharts/charts/compare/dvblink-0.0.24...dvblink-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dvblink-0.0.24](https://github.com/truecharts/charts/compare/dvblink-0.0.23...dvblink-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dvblink-0.0.24](https://github.com/truecharts/charts/compare/dvblink-0.0.23...dvblink-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/dvblink/0.0.29/Chart.lock b/incubator/dvblink/0.0.29/Chart.lock deleted file mode 100644 index 7be8dc1df05..00000000000 --- a/incubator/dvblink/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:02.744622704Z" diff --git a/incubator/dvblink/0.0.29/Chart.yaml b/incubator/dvblink/0.0.29/Chart.yaml deleted file mode 100644 index cca150c17a5..00000000000 --- a/incubator/dvblink/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! -home: https://truecharts.org/docs/charts/incubator/dvblink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png -keywords: - - dvblink - - MediaServer-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dvblink -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink - - http://dvblogic.com - - https://hub.docker.com/r/chvb/docker-dvblink/ -type: application -version: 0.0.29 diff --git a/incubator/dvblink/0.0.29/README.md b/incubator/dvblink/0.0.29/README.md deleted file mode 100644 index 4a2459142f7..00000000000 --- a/incubator/dvblink/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dvblink - -DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dvblink](https://truecharts.org/docs/charts/incubator/dvblink) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dvblink` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dvblink TrueCharts/dvblink -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dvblink` deployment - -```console -helm uninstall dvblink -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dvblink \ - --set env.TZ="America/New York" \ - TrueCharts/dvblink -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dvblink TrueCharts/dvblink -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/dvblink/0.0.29/charts/common-10.7.0.tgz b/incubator/dvblink/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/dvblink/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/dvblink/0.0.30/CHANGELOG.md b/incubator/dvblink/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1d7810a5461 --- /dev/null +++ b/incubator/dvblink/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dvblink-0.0.30](https://github.com/truecharts/charts/compare/dvblink-0.0.29...dvblink-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dvblink-0.0.29](https://github.com/truecharts/charts/compare/dvblink-0.0.28...dvblink-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dvblink-0.0.28](https://github.com/truecharts/charts/compare/dvblink-0.0.27...dvblink-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dvblink-0.0.28](https://github.com/truecharts/charts/compare/dvblink-0.0.27...dvblink-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dvblink-0.0.27](https://github.com/truecharts/charts/compare/dvblink-0.0.26...dvblink-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dvblink-0.0.26](https://github.com/truecharts/charts/compare/dvblink-0.0.25...dvblink-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dvblink-0.0.25](https://github.com/truecharts/charts/compare/dvblink-0.0.24...dvblink-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dvblink-0.0.24](https://github.com/truecharts/charts/compare/dvblink-0.0.23...dvblink-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/dvblink/0.0.30/Chart.lock b/incubator/dvblink/0.0.30/Chart.lock new file mode 100644 index 00000000000..5b617cbae9f --- /dev/null +++ b/incubator/dvblink/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:15:31.90990555Z" diff --git a/incubator/dvblink/0.0.30/Chart.yaml b/incubator/dvblink/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e2df1245742 --- /dev/null +++ b/incubator/dvblink/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! +home: https://truecharts.org/docs/charts/incubator/dvblink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dvblink.png +keywords: + - dvblink + - MediaServer-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dvblink +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/dvblink + - http://dvblogic.com + - https://hub.docker.com/r/chvb/docker-dvblink/ +type: application +version: 0.0.30 diff --git a/incubator/dvblink/0.0.30/README.md b/incubator/dvblink/0.0.30/README.md new file mode 100644 index 00000000000..ebae39197ec --- /dev/null +++ b/incubator/dvblink/0.0.30/README.md @@ -0,0 +1,107 @@ +# dvblink + +DVBLink need to enjoy your favorite channels and recordings within your home network and on the go! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dvblink](https://truecharts.org/docs/charts/incubator/dvblink) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dvblink` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dvblink TrueCharts/dvblink +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dvblink` deployment + +```console +helm uninstall dvblink +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dvblink \ + --set env.TZ="America/New York" \ + TrueCharts/dvblink +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dvblink TrueCharts/dvblink -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/dvblink/0.0.29/app-readme.md b/incubator/dvblink/0.0.30/app-readme.md similarity index 100% rename from incubator/dvblink/0.0.29/app-readme.md rename to incubator/dvblink/0.0.30/app-readme.md diff --git a/incubator/dvblink/0.0.30/charts/common-10.7.1.tgz b/incubator/dvblink/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/dvblink/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/dvblink/0.0.29/ix_values.yaml b/incubator/dvblink/0.0.30/ix_values.yaml similarity index 100% rename from incubator/dvblink/0.0.29/ix_values.yaml rename to incubator/dvblink/0.0.30/ix_values.yaml diff --git a/incubator/dvblink/0.0.29/questions.yaml b/incubator/dvblink/0.0.30/questions.yaml similarity index 100% rename from incubator/dvblink/0.0.29/questions.yaml rename to incubator/dvblink/0.0.30/questions.yaml diff --git a/incubator/dvblink/0.0.29/templates/common.yaml b/incubator/dvblink/0.0.30/templates/common.yaml similarity index 100% rename from incubator/dvblink/0.0.29/templates/common.yaml rename to incubator/dvblink/0.0.30/templates/common.yaml diff --git a/incubator/dvblink/0.0.29/values.yaml b/incubator/dvblink/0.0.30/values.yaml similarity index 100% rename from incubator/dvblink/0.0.29/values.yaml rename to incubator/dvblink/0.0.30/values.yaml diff --git a/incubator/eco/0.0.29/CHANGELOG.md b/incubator/eco/0.0.29/CHANGELOG.md deleted file mode 100644 index ed06a86f00f..00000000000 --- a/incubator/eco/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [eco-0.0.29](https://github.com/truecharts/charts/compare/ecodms-0.0.28...eco-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [eco-0.0.28](https://github.com/truecharts/charts/compare/eco-0.0.27...eco-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [eco-0.0.28](https://github.com/truecharts/charts/compare/eco-0.0.27...eco-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [eco-0.0.27](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.23...eco-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [eco-0.0.26](https://github.com/truecharts/charts/compare/deconz-8.0.37...eco-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [eco-0.0.25](https://github.com/truecharts/charts/compare/truecommand-12.0.0...eco-0.0.25) (2022-09-25) - -### Chore - -- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [eco-0.0.24](https://github.com/truecharts/charts/compare/truecommand-11.0.31...eco-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [eco-0.0.24](https://github.com/truecharts/charts/compare/truecommand-11.0.31...eco-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/eco/0.0.29/Chart.lock b/incubator/eco/0.0.29/Chart.lock deleted file mode 100644 index e9e8b748c8e..00000000000 --- a/incubator/eco/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:07.428540033Z" diff --git a/incubator/eco/0.0.29/Chart.yaml b/incubator/eco/0.0.29/Chart.yaml deleted file mode 100644 index 8bd1f6b84da..00000000000 --- a/incubator/eco/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install ECO and run it." -home: https://truecharts.org/docs/charts/incubator/eco -icon: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png -keywords: - - eco - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: eco -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/eco - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/eco/0.0.29/README.md b/incubator/eco/0.0.29/README.md deleted file mode 100644 index 03d43bf37c1..00000000000 --- a/incubator/eco/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# eco - -This Chart will download and install SteamCMD. It will also install ECO and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [eco](https://truecharts.org/docs/charts/incubator/eco) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `eco` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install eco TrueCharts/eco -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `eco` deployment - -```console -helm uninstall eco -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install eco \ - --set env.TZ="America/New York" \ - TrueCharts/eco -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install eco TrueCharts/eco -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/eco/0.0.29/charts/common-10.7.0.tgz b/incubator/eco/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/eco/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/eco/0.0.30/CHANGELOG.md b/incubator/eco/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e40f9186ecf --- /dev/null +++ b/incubator/eco/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [eco-0.0.30](https://github.com/truecharts/charts/compare/doublecommander-4.0.35...eco-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [eco-0.0.29](https://github.com/truecharts/charts/compare/ecodms-0.0.28...eco-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [eco-0.0.28](https://github.com/truecharts/charts/compare/eco-0.0.27...eco-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [eco-0.0.28](https://github.com/truecharts/charts/compare/eco-0.0.27...eco-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [eco-0.0.27](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.23...eco-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [eco-0.0.26](https://github.com/truecharts/charts/compare/deconz-8.0.37...eco-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [eco-0.0.25](https://github.com/truecharts/charts/compare/truecommand-12.0.0...eco-0.0.25) (2022-09-25) + +### Chore + +- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [eco-0.0.24](https://github.com/truecharts/charts/compare/truecommand-11.0.31...eco-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [eco-0.0.24](https://github.com/truecharts/charts/compare/truecommand-11.0.31...eco-0.0.24) (2022-09-21) diff --git a/incubator/eco/0.0.30/Chart.lock b/incubator/eco/0.0.30/Chart.lock new file mode 100644 index 00000000000..397c31d91cd --- /dev/null +++ b/incubator/eco/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:15:44.239022607Z" diff --git a/incubator/eco/0.0.30/Chart.yaml b/incubator/eco/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ffb13730f7a --- /dev/null +++ b/incubator/eco/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install ECO and run it." +home: https://truecharts.org/docs/charts/incubator/eco +icon: https://truecharts.org/img/hotlink-ok/chart-icons/eco.png +keywords: + - eco + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: eco +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/eco + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/eco/0.0.30/README.md b/incubator/eco/0.0.30/README.md new file mode 100644 index 00000000000..3f7c4a89438 --- /dev/null +++ b/incubator/eco/0.0.30/README.md @@ -0,0 +1,107 @@ +# eco + +This Chart will download and install SteamCMD. It will also install ECO and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [eco](https://truecharts.org/docs/charts/incubator/eco) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `eco` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install eco TrueCharts/eco +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `eco` deployment + +```console +helm uninstall eco +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install eco \ + --set env.TZ="America/New York" \ + TrueCharts/eco +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install eco TrueCharts/eco -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/eco/0.0.29/app-readme.md b/incubator/eco/0.0.30/app-readme.md similarity index 100% rename from incubator/eco/0.0.29/app-readme.md rename to incubator/eco/0.0.30/app-readme.md diff --git a/incubator/eco/0.0.30/charts/common-10.7.1.tgz b/incubator/eco/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/eco/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/eco/0.0.29/ix_values.yaml b/incubator/eco/0.0.30/ix_values.yaml similarity index 100% rename from incubator/eco/0.0.29/ix_values.yaml rename to incubator/eco/0.0.30/ix_values.yaml diff --git a/incubator/eco/0.0.29/questions.yaml b/incubator/eco/0.0.30/questions.yaml similarity index 100% rename from incubator/eco/0.0.29/questions.yaml rename to incubator/eco/0.0.30/questions.yaml diff --git a/incubator/eco/0.0.29/templates/common.yaml b/incubator/eco/0.0.30/templates/common.yaml similarity index 100% rename from incubator/eco/0.0.29/templates/common.yaml rename to incubator/eco/0.0.30/templates/common.yaml diff --git a/incubator/eco/0.0.29/values.yaml b/incubator/eco/0.0.30/values.yaml similarity index 100% rename from incubator/eco/0.0.29/values.yaml rename to incubator/eco/0.0.30/values.yaml diff --git a/incubator/ecodms/0.0.29/CHANGELOG.md b/incubator/ecodms/0.0.29/CHANGELOG.md deleted file mode 100644 index 49aacf63521..00000000000 --- a/incubator/ecodms/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ecodms-0.0.29](https://github.com/truecharts/charts/compare/ecodms-0.0.28...ecodms-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ecodms-0.0.28](https://github.com/truecharts/charts/compare/ecodms-0.0.27...ecodms-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ecodms-0.0.28](https://github.com/truecharts/charts/compare/ecodms-0.0.27...ecodms-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ecodms-0.0.27](https://github.com/truecharts/charts/compare/ecodms-0.0.26...ecodms-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ecodms-0.0.26](https://github.com/truecharts/charts/compare/ecodms-0.0.25...ecodms-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ecodms-0.0.25](https://github.com/truecharts/charts/compare/ecodms-0.0.24...ecodms-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ecodms-0.0.24](https://github.com/truecharts/charts/compare/ecodms-0.0.23...ecodms-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ecodms-0.0.24](https://github.com/truecharts/charts/compare/ecodms-0.0.23...ecodms-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ecodms/0.0.29/Chart.lock b/incubator/ecodms/0.0.29/Chart.lock deleted file mode 100644 index 031e2e30122..00000000000 --- a/incubator/ecodms/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:19.6714317Z" diff --git a/incubator/ecodms/0.0.29/Chart.yaml b/incubator/ecodms/0.0.29/Chart.yaml deleted file mode 100644 index 4023bca4640..00000000000 --- a/incubator/ecodms/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents." -home: https://truecharts.org/docs/charts/incubator/ecodms -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png -keywords: - - ecodms - - Cloud - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ecodms -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ecodms - - https://www.ecodms.de/index.php/en/ - - https://hub.docker.com/r/ecodms/allinone-18.09/ -type: application -version: 0.0.29 diff --git a/incubator/ecodms/0.0.29/README.md b/incubator/ecodms/0.0.29/README.md deleted file mode 100644 index 1e3e1f09525..00000000000 --- a/incubator/ecodms/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ecodms - -ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ecodms](https://truecharts.org/docs/charts/incubator/ecodms) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ecodms` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ecodms TrueCharts/ecodms -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ecodms` deployment - -```console -helm uninstall ecodms -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ecodms \ - --set env.TZ="America/New York" \ - TrueCharts/ecodms -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ecodms TrueCharts/ecodms -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ecodms/0.0.29/charts/common-10.7.0.tgz b/incubator/ecodms/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ecodms/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ecodms/0.0.30/CHANGELOG.md b/incubator/ecodms/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b97d1b6a05f --- /dev/null +++ b/incubator/ecodms/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ecodms-0.0.30](https://github.com/truecharts/charts/compare/ecodms-0.0.29...ecodms-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ecodms-0.0.29](https://github.com/truecharts/charts/compare/ecodms-0.0.28...ecodms-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ecodms-0.0.28](https://github.com/truecharts/charts/compare/ecodms-0.0.27...ecodms-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ecodms-0.0.28](https://github.com/truecharts/charts/compare/ecodms-0.0.27...ecodms-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ecodms-0.0.27](https://github.com/truecharts/charts/compare/ecodms-0.0.26...ecodms-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ecodms-0.0.26](https://github.com/truecharts/charts/compare/ecodms-0.0.25...ecodms-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ecodms-0.0.25](https://github.com/truecharts/charts/compare/ecodms-0.0.24...ecodms-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ecodms-0.0.24](https://github.com/truecharts/charts/compare/ecodms-0.0.23...ecodms-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [ecodms-0.0.24](https://github.com/truecharts/charts/compare/ecodms-0.0.23...ecodms-0.0.24) (2022-09-21) diff --git a/incubator/ecodms/0.0.30/Chart.lock b/incubator/ecodms/0.0.30/Chart.lock new file mode 100644 index 00000000000..01266c73fbe --- /dev/null +++ b/incubator/ecodms/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:15:50.166960505Z" diff --git a/incubator/ecodms/0.0.30/Chart.yaml b/incubator/ecodms/0.0.30/Chart.yaml new file mode 100644 index 00000000000..40beaea2a42 --- /dev/null +++ b/incubator/ecodms/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents." +home: https://truecharts.org/docs/charts/incubator/ecodms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.png +keywords: + - ecodms + - Cloud + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ecodms +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ecodms + - https://www.ecodms.de/index.php/en/ + - https://hub.docker.com/r/ecodms/allinone-18.09/ +type: application +version: 0.0.30 diff --git a/incubator/ecodms/0.0.30/README.md b/incubator/ecodms/0.0.30/README.md new file mode 100644 index 00000000000..cd3b5f0871c --- /dev/null +++ b/incubator/ecodms/0.0.30/README.md @@ -0,0 +1,107 @@ +# ecodms + +ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ecodms](https://truecharts.org/docs/charts/incubator/ecodms) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ecodms` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ecodms TrueCharts/ecodms +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ecodms` deployment + +```console +helm uninstall ecodms +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ecodms \ + --set env.TZ="America/New York" \ + TrueCharts/ecodms +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ecodms TrueCharts/ecodms -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ecodms/0.0.29/app-readme.md b/incubator/ecodms/0.0.30/app-readme.md similarity index 100% rename from incubator/ecodms/0.0.29/app-readme.md rename to incubator/ecodms/0.0.30/app-readme.md diff --git a/incubator/ecodms/0.0.30/charts/common-10.7.1.tgz b/incubator/ecodms/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ecodms/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ecodms/0.0.29/ix_values.yaml b/incubator/ecodms/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ecodms/0.0.29/ix_values.yaml rename to incubator/ecodms/0.0.30/ix_values.yaml diff --git a/incubator/ecodms/0.0.29/questions.yaml b/incubator/ecodms/0.0.30/questions.yaml similarity index 100% rename from incubator/ecodms/0.0.29/questions.yaml rename to incubator/ecodms/0.0.30/questions.yaml diff --git a/incubator/ecodms/0.0.29/templates/common.yaml b/incubator/ecodms/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ecodms/0.0.29/templates/common.yaml rename to incubator/ecodms/0.0.30/templates/common.yaml diff --git a/incubator/ecodms/0.0.29/values.yaml b/incubator/ecodms/0.0.30/values.yaml similarity index 100% rename from incubator/ecodms/0.0.29/values.yaml rename to incubator/ecodms/0.0.30/values.yaml diff --git a/incubator/electrum/0.0.29/CHANGELOG.md b/incubator/electrum/0.0.29/CHANGELOG.md deleted file mode 100644 index 36c360c0cfe..00000000000 --- a/incubator/electrum/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [electrum-0.0.29](https://github.com/truecharts/charts/compare/electrum-0.0.28...electrum-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [electrum-0.0.28](https://github.com/truecharts/charts/compare/electrum-0.0.27...electrum-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [electrum-0.0.28](https://github.com/truecharts/charts/compare/electrum-0.0.27...electrum-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [electrum-0.0.27](https://github.com/truecharts/charts/compare/electrum-0.0.26...electrum-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [electrum-0.0.26](https://github.com/truecharts/charts/compare/electrum-0.0.25...electrum-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [electrum-0.0.25](https://github.com/truecharts/charts/compare/electrum-0.0.24...electrum-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [electrum-0.0.24](https://github.com/truecharts/charts/compare/electrum-0.0.23...electrum-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [electrum-0.0.24](https://github.com/truecharts/charts/compare/electrum-0.0.23...electrum-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/electrum/0.0.29/Chart.lock b/incubator/electrum/0.0.29/Chart.lock deleted file mode 100644 index c18e9db0a48..00000000000 --- a/incubator/electrum/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:32.498722759Z" diff --git a/incubator/electrum/0.0.29/Chart.yaml b/incubator/electrum/0.0.29/Chart.yaml deleted file mode 100644 index 0a9a6c344d9..00000000000 --- a/incubator/electrum/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase." -home: https://truecharts.org/docs/charts/incubator/electrum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png -keywords: - - electrum - - Network-Other - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: electrum -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/electrum - - https://electrum.org/ - - https://hub.docker.com/r/ich777/electrum -type: application -version: 0.0.29 diff --git a/incubator/electrum/0.0.29/README.md b/incubator/electrum/0.0.29/README.md deleted file mode 100644 index 4d76a1a26cd..00000000000 --- a/incubator/electrum/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# electrum - -Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [electrum](https://truecharts.org/docs/charts/incubator/electrum) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `electrum` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install electrum TrueCharts/electrum -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `electrum` deployment - -```console -helm uninstall electrum -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install electrum \ - --set env.TZ="America/New York" \ - TrueCharts/electrum -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install electrum TrueCharts/electrum -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/electrum/0.0.29/charts/common-10.7.0.tgz b/incubator/electrum/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/electrum/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/electrum/0.0.30/CHANGELOG.md b/incubator/electrum/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4fb7982ad1f --- /dev/null +++ b/incubator/electrum/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [electrum-0.0.30](https://github.com/truecharts/charts/compare/electrum-0.0.29...electrum-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [electrum-0.0.29](https://github.com/truecharts/charts/compare/electrum-0.0.28...electrum-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [electrum-0.0.28](https://github.com/truecharts/charts/compare/electrum-0.0.27...electrum-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [electrum-0.0.28](https://github.com/truecharts/charts/compare/electrum-0.0.27...electrum-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [electrum-0.0.27](https://github.com/truecharts/charts/compare/electrum-0.0.26...electrum-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [electrum-0.0.26](https://github.com/truecharts/charts/compare/electrum-0.0.25...electrum-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [electrum-0.0.25](https://github.com/truecharts/charts/compare/electrum-0.0.24...electrum-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [electrum-0.0.24](https://github.com/truecharts/charts/compare/electrum-0.0.23...electrum-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/electrum/0.0.30/Chart.lock b/incubator/electrum/0.0.30/Chart.lock new file mode 100644 index 00000000000..2fd337e26d6 --- /dev/null +++ b/incubator/electrum/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:03.484333262Z" diff --git a/incubator/electrum/0.0.30/Chart.yaml b/incubator/electrum/0.0.30/Chart.yaml new file mode 100644 index 00000000000..357ba90fc8d --- /dev/null +++ b/incubator/electrum/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase." +home: https://truecharts.org/docs/charts/incubator/electrum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.png +keywords: + - electrum + - Network-Other + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: electrum +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/electrum + - https://electrum.org/ + - https://hub.docker.com/r/ich777/electrum +type: application +version: 0.0.30 diff --git a/incubator/electrum/0.0.30/README.md b/incubator/electrum/0.0.30/README.md new file mode 100644 index 00000000000..448ff7a693c --- /dev/null +++ b/incubator/electrum/0.0.30/README.md @@ -0,0 +1,107 @@ +# electrum + +Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [electrum](https://truecharts.org/docs/charts/incubator/electrum) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `electrum` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install electrum TrueCharts/electrum +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `electrum` deployment + +```console +helm uninstall electrum +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install electrum \ + --set env.TZ="America/New York" \ + TrueCharts/electrum +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install electrum TrueCharts/electrum -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/electrum/0.0.29/app-readme.md b/incubator/electrum/0.0.30/app-readme.md similarity index 100% rename from incubator/electrum/0.0.29/app-readme.md rename to incubator/electrum/0.0.30/app-readme.md diff --git a/incubator/electrum/0.0.30/charts/common-10.7.1.tgz b/incubator/electrum/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/electrum/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/electrum/0.0.29/ix_values.yaml b/incubator/electrum/0.0.30/ix_values.yaml similarity index 100% rename from incubator/electrum/0.0.29/ix_values.yaml rename to incubator/electrum/0.0.30/ix_values.yaml diff --git a/incubator/electrum/0.0.29/questions.yaml b/incubator/electrum/0.0.30/questions.yaml similarity index 100% rename from incubator/electrum/0.0.29/questions.yaml rename to incubator/electrum/0.0.30/questions.yaml diff --git a/incubator/electrum/0.0.29/templates/common.yaml b/incubator/electrum/0.0.30/templates/common.yaml similarity index 100% rename from incubator/electrum/0.0.29/templates/common.yaml rename to incubator/electrum/0.0.30/templates/common.yaml diff --git a/incubator/electrum/0.0.29/values.yaml b/incubator/electrum/0.0.30/values.yaml similarity index 100% rename from incubator/electrum/0.0.29/values.yaml rename to incubator/electrum/0.0.30/values.yaml diff --git a/incubator/emby-sync/0.0.29/CHANGELOG.md b/incubator/emby-sync/0.0.29/CHANGELOG.md deleted file mode 100644 index 66a44c489a6..00000000000 --- a/incubator/emby-sync/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [emby-sync-0.0.29](https://github.com/truecharts/charts/compare/emby-sync-0.0.28...emby-sync-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [emby-sync-0.0.28](https://github.com/truecharts/charts/compare/emby-sync-0.0.27...emby-sync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [emby-sync-0.0.28](https://github.com/truecharts/charts/compare/emby-sync-0.0.27...emby-sync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [emby-sync-0.0.27](https://github.com/truecharts/charts/compare/emby-sync-0.0.26...emby-sync-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [emby-sync-0.0.26](https://github.com/truecharts/charts/compare/emby-sync-0.0.25...emby-sync-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [emby-sync-0.0.25](https://github.com/truecharts/charts/compare/emby-sync-0.0.24...emby-sync-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [emby-sync-0.0.24](https://github.com/truecharts/charts/compare/emby-sync-0.0.23...emby-sync-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [emby-sync-0.0.24](https://github.com/truecharts/charts/compare/emby-sync-0.0.23...emby-sync-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/emby-sync/0.0.29/Chart.lock b/incubator/emby-sync/0.0.29/Chart.lock deleted file mode 100644 index abd353bbfde..00000000000 --- a/incubator/emby-sync/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:36.461998746Z" diff --git a/incubator/emby-sync/0.0.29/Chart.yaml b/incubator/emby-sync/0.0.29/Chart.yaml deleted file mode 100644 index b690d7f6282..00000000000 --- a/incubator/emby-sync/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A small flask based service to sync up Emby clients -home: https://truecharts.org/docs/charts/incubator/emby-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png -keywords: - - emby-sync - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: emby-sync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/emby-sync - - https://github.com/cameronurnes/emby-sync - - https://hub.docker.com/r/lastelement21/emby-sync/ -type: application -version: 0.0.29 diff --git a/incubator/emby-sync/0.0.29/README.md b/incubator/emby-sync/0.0.29/README.md deleted file mode 100644 index 7570e3ced5f..00000000000 --- a/incubator/emby-sync/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# emby-sync - -A small flask based service to sync up Emby clients - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [emby-sync](https://truecharts.org/docs/charts/incubator/emby-sync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `emby-sync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install emby-sync TrueCharts/emby-sync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `emby-sync` deployment - -```console -helm uninstall emby-sync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install emby-sync \ - --set env.TZ="America/New York" \ - TrueCharts/emby-sync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install emby-sync TrueCharts/emby-sync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/emby-sync/0.0.29/charts/common-10.7.0.tgz b/incubator/emby-sync/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/emby-sync/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/emby-sync/0.0.30/CHANGELOG.md b/incubator/emby-sync/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ccd6ee659b1 --- /dev/null +++ b/incubator/emby-sync/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [emby-sync-0.0.30](https://github.com/truecharts/charts/compare/emby-sync-0.0.29...emby-sync-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [emby-sync-0.0.29](https://github.com/truecharts/charts/compare/emby-sync-0.0.28...emby-sync-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [emby-sync-0.0.28](https://github.com/truecharts/charts/compare/emby-sync-0.0.27...emby-sync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emby-sync-0.0.28](https://github.com/truecharts/charts/compare/emby-sync-0.0.27...emby-sync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emby-sync-0.0.27](https://github.com/truecharts/charts/compare/emby-sync-0.0.26...emby-sync-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [emby-sync-0.0.26](https://github.com/truecharts/charts/compare/emby-sync-0.0.25...emby-sync-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [emby-sync-0.0.25](https://github.com/truecharts/charts/compare/emby-sync-0.0.24...emby-sync-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [emby-sync-0.0.24](https://github.com/truecharts/charts/compare/emby-sync-0.0.23...emby-sync-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/emby-sync/0.0.30/Chart.lock b/incubator/emby-sync/0.0.30/Chart.lock new file mode 100644 index 00000000000..8239c229629 --- /dev/null +++ b/incubator/emby-sync/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:08.318142001Z" diff --git a/incubator/emby-sync/0.0.30/Chart.yaml b/incubator/emby-sync/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7325b794398 --- /dev/null +++ b/incubator/emby-sync/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A small flask based service to sync up Emby clients +home: https://truecharts.org/docs/charts/incubator/emby-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.png +keywords: + - emby-sync + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: emby-sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/emby-sync + - https://github.com/cameronurnes/emby-sync + - https://hub.docker.com/r/lastelement21/emby-sync/ +type: application +version: 0.0.30 diff --git a/incubator/emby-sync/0.0.30/README.md b/incubator/emby-sync/0.0.30/README.md new file mode 100644 index 00000000000..34043667177 --- /dev/null +++ b/incubator/emby-sync/0.0.30/README.md @@ -0,0 +1,107 @@ +# emby-sync + +A small flask based service to sync up Emby clients + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [emby-sync](https://truecharts.org/docs/charts/incubator/emby-sync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `emby-sync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install emby-sync TrueCharts/emby-sync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `emby-sync` deployment + +```console +helm uninstall emby-sync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install emby-sync \ + --set env.TZ="America/New York" \ + TrueCharts/emby-sync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install emby-sync TrueCharts/emby-sync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/emby-sync/0.0.29/app-readme.md b/incubator/emby-sync/0.0.30/app-readme.md similarity index 100% rename from incubator/emby-sync/0.0.29/app-readme.md rename to incubator/emby-sync/0.0.30/app-readme.md diff --git a/incubator/emby-sync/0.0.30/charts/common-10.7.1.tgz b/incubator/emby-sync/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/emby-sync/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/emby-sync/0.0.29/ix_values.yaml b/incubator/emby-sync/0.0.30/ix_values.yaml similarity index 100% rename from incubator/emby-sync/0.0.29/ix_values.yaml rename to incubator/emby-sync/0.0.30/ix_values.yaml diff --git a/incubator/emby-sync/0.0.29/questions.yaml b/incubator/emby-sync/0.0.30/questions.yaml similarity index 100% rename from incubator/emby-sync/0.0.29/questions.yaml rename to incubator/emby-sync/0.0.30/questions.yaml diff --git a/incubator/emby-sync/0.0.29/templates/common.yaml b/incubator/emby-sync/0.0.30/templates/common.yaml similarity index 100% rename from incubator/emby-sync/0.0.29/templates/common.yaml rename to incubator/emby-sync/0.0.30/templates/common.yaml diff --git a/incubator/emby-sync/0.0.29/values.yaml b/incubator/emby-sync/0.0.30/values.yaml similarity index 100% rename from incubator/emby-sync/0.0.29/values.yaml rename to incubator/emby-sync/0.0.30/values.yaml diff --git a/incubator/etesync/0.0.40/CHANGELOG.md b/incubator/etesync/0.0.40/CHANGELOG.md deleted file mode 100644 index 9f3170588e4..00000000000 --- a/incubator/etesync/0.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [etesync-0.0.40](https://github.com/truecharts/charts/compare/etesync-0.0.39...etesync-0.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [etesync-0.0.39](https://github.com/truecharts/charts/compare/etesync-0.0.38...etesync-0.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [etesync-0.0.39](https://github.com/truecharts/charts/compare/etesync-0.0.38...etesync-0.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [etesync-0.0.38](https://github.com/truecharts/charts/compare/etesync-0.0.37...etesync-0.0.38) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [etesync-0.0.36](https://github.com/truecharts/charts/compare/etesync-0.0.35...etesync-0.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [etesync-0.0.35](https://github.com/truecharts/charts/compare/etesync-0.0.34...etesync-0.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [etesync-0.0.34](https://github.com/truecharts/charts/compare/etesync-0.0.33...etesync-0.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [etesync-0.0.34](https://github.com/truecharts/charts/compare/etesync-0.0.33...etesync-0.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/etesync/0.0.40/Chart.lock b/incubator/etesync/0.0.40/Chart.lock deleted file mode 100644 index fb647f48730..00000000000 --- a/incubator/etesync/0.0.40/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:35:54.349445101Z" diff --git a/incubator/etesync/0.0.40/Chart.yaml b/incubator/etesync/0.0.40/Chart.yaml deleted file mode 100644 index fcfc289cd73..00000000000 --- a/incubator/etesync/0.0.40/Chart.yaml +++ /dev/null @@ -1,45 +0,0 @@ -apiVersion: v2 -appVersion: "0.9.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -deprecated: false -description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. -home: https://truecharts.org/docs/charts/incubator/etesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png -keywords: - - etesync - - sync - - contacts - - calendars - - tasks - - notes -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: etesync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/etesync - - https://www.etesync.com/ - - https://github.com/etesync - - https://github.com/victor-rds/docker-etebase - - https://hub.docker.com/r/victorrds/etesync -type: application -version: 0.0.40 -annotations: - truecharts.org/catagories: | - - productivity - - sync - - contacts - - calendars - - tasks - - notes - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/etesync/0.0.40/README.md b/incubator/etesync/0.0.40/README.md deleted file mode 100644 index 0dbe83dd39f..00000000000 --- a/incubator/etesync/0.0.40/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# etesync - -Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [etesync](https://truecharts.org/docs/charts/incubator/etesync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `etesync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install etesync TrueCharts/etesync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `etesync` deployment - -```console -helm uninstall etesync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install etesync \ - --set env.TZ="America/New York" \ - TrueCharts/etesync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install etesync TrueCharts/etesync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/etesync/0.0.40/charts/common-10.7.0.tgz b/incubator/etesync/0.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/etesync/0.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/etesync/0.0.40/charts/postgresql-8.0.97.tgz b/incubator/etesync/0.0.40/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/etesync/0.0.40/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/etesync/0.0.41/CHANGELOG.md b/incubator/etesync/0.0.41/CHANGELOG.md new file mode 100644 index 00000000000..1029bf973f3 --- /dev/null +++ b/incubator/etesync/0.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [etesync-0.0.41](https://github.com/truecharts/charts/compare/etesync-0.0.40...etesync-0.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [etesync-0.0.40](https://github.com/truecharts/charts/compare/etesync-0.0.39...etesync-0.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [etesync-0.0.39](https://github.com/truecharts/charts/compare/etesync-0.0.38...etesync-0.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [etesync-0.0.39](https://github.com/truecharts/charts/compare/etesync-0.0.38...etesync-0.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [etesync-0.0.38](https://github.com/truecharts/charts/compare/etesync-0.0.37...etesync-0.0.38) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [etesync-0.0.36](https://github.com/truecharts/charts/compare/etesync-0.0.35...etesync-0.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [etesync-0.0.35](https://github.com/truecharts/charts/compare/etesync-0.0.34...etesync-0.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [etesync-0.0.34](https://github.com/truecharts/charts/compare/etesync-0.0.33...etesync-0.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/etesync/0.0.41/Chart.lock b/incubator/etesync/0.0.41/Chart.lock new file mode 100644 index 00000000000..8ff7622892d --- /dev/null +++ b/incubator/etesync/0.0.41/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:16:28.663859347Z" diff --git a/incubator/etesync/0.0.41/Chart.yaml b/incubator/etesync/0.0.41/Chart.yaml new file mode 100644 index 00000000000..45e2bba9db3 --- /dev/null +++ b/incubator/etesync/0.0.41/Chart.yaml @@ -0,0 +1,45 @@ +apiVersion: v2 +appVersion: "0.9.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. +home: https://truecharts.org/docs/charts/incubator/etesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.png +keywords: + - etesync + - sync + - contacts + - calendars + - tasks + - notes +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: etesync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/etesync + - https://www.etesync.com/ + - https://github.com/etesync + - https://github.com/victor-rds/docker-etebase + - https://hub.docker.com/r/victorrds/etesync +type: application +version: 0.0.41 +annotations: + truecharts.org/catagories: | + - productivity + - sync + - contacts + - calendars + - tasks + - notes + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/etesync/0.0.41/README.md b/incubator/etesync/0.0.41/README.md new file mode 100644 index 00000000000..29894b729fb --- /dev/null +++ b/incubator/etesync/0.0.41/README.md @@ -0,0 +1,110 @@ +# etesync + +Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [etesync](https://truecharts.org/docs/charts/incubator/etesync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `etesync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install etesync TrueCharts/etesync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `etesync` deployment + +```console +helm uninstall etesync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install etesync \ + --set env.TZ="America/New York" \ + TrueCharts/etesync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install etesync TrueCharts/etesync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/etesync/0.0.40/app-readme.md b/incubator/etesync/0.0.41/app-readme.md similarity index 100% rename from incubator/etesync/0.0.40/app-readme.md rename to incubator/etesync/0.0.41/app-readme.md diff --git a/incubator/etesync/0.0.41/charts/common-10.7.1.tgz b/incubator/etesync/0.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/etesync/0.0.41/charts/common-10.7.1.tgz differ diff --git a/incubator/etesync/0.0.41/charts/postgresql-8.0.101.tgz b/incubator/etesync/0.0.41/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/etesync/0.0.41/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/etesync/0.0.40/ix_values.yaml b/incubator/etesync/0.0.41/ix_values.yaml similarity index 100% rename from incubator/etesync/0.0.40/ix_values.yaml rename to incubator/etesync/0.0.41/ix_values.yaml diff --git a/incubator/etesync/0.0.40/questions.yaml b/incubator/etesync/0.0.41/questions.yaml similarity index 100% rename from incubator/etesync/0.0.40/questions.yaml rename to incubator/etesync/0.0.41/questions.yaml diff --git a/incubator/etesync/0.0.40/templates/_secret.tpl b/incubator/etesync/0.0.41/templates/_secret.tpl similarity index 100% rename from incubator/etesync/0.0.40/templates/_secret.tpl rename to incubator/etesync/0.0.41/templates/_secret.tpl diff --git a/incubator/etesync/0.0.40/templates/common.yaml b/incubator/etesync/0.0.41/templates/common.yaml similarity index 100% rename from incubator/etesync/0.0.40/templates/common.yaml rename to incubator/etesync/0.0.41/templates/common.yaml diff --git a/incubator/etesync/0.0.40/values.yaml b/incubator/etesync/0.0.41/values.yaml similarity index 100% rename from incubator/etesync/0.0.40/values.yaml rename to incubator/etesync/0.0.41/values.yaml diff --git a/incubator/ethercalc/0.0.29/CHANGELOG.md b/incubator/ethercalc/0.0.29/CHANGELOG.md deleted file mode 100644 index 494b9fb8216..00000000000 --- a/incubator/ethercalc/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ethercalc-0.0.29](https://github.com/truecharts/charts/compare/ethercalc-0.0.28...ethercalc-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ethercalc-0.0.28](https://github.com/truecharts/charts/compare/ethercalc-0.0.27...ethercalc-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ethercalc-0.0.28](https://github.com/truecharts/charts/compare/ethercalc-0.0.27...ethercalc-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ethercalc-0.0.27](https://github.com/truecharts/charts/compare/ethercalc-0.0.26...ethercalc-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ethercalc-0.0.26](https://github.com/truecharts/charts/compare/ethercalc-0.0.25...ethercalc-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ethercalc-0.0.25](https://github.com/truecharts/charts/compare/ethercalc-0.0.24...ethercalc-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ethercalc-0.0.24](https://github.com/truecharts/charts/compare/ethercalc-0.0.23...ethercalc-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ethercalc-0.0.24](https://github.com/truecharts/charts/compare/ethercalc-0.0.23...ethercalc-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ethercalc/0.0.29/Chart.lock b/incubator/ethercalc/0.0.29/Chart.lock deleted file mode 100644 index 0604aec4fc7..00000000000 --- a/incubator/ethercalc/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:35:49.729277955Z" diff --git a/incubator/ethercalc/0.0.29/Chart.yaml b/incubator/ethercalc/0.0.29/Chart.yaml deleted file mode 100644 index 04ac803254f..00000000000 --- a/incubator/ethercalc/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "EtherCalc is a web spreadsheet." -home: https://truecharts.org/docs/charts/incubator/ethercalc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png -keywords: - - ethercalc - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ethercalc -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ethercalc - - https://github.com/audreyt/ethercalc - - https://hub.docker.com/r/audreyt/ethercalc -type: application -version: 0.0.29 diff --git a/incubator/ethercalc/0.0.29/README.md b/incubator/ethercalc/0.0.29/README.md deleted file mode 100644 index edd64c9f755..00000000000 --- a/incubator/ethercalc/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ethercalc - -EtherCalc is a web spreadsheet. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ethercalc](https://truecharts.org/docs/charts/incubator/ethercalc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ethercalc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ethercalc TrueCharts/ethercalc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ethercalc` deployment - -```console -helm uninstall ethercalc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ethercalc \ - --set env.TZ="America/New York" \ - TrueCharts/ethercalc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ethercalc TrueCharts/ethercalc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ethercalc/0.0.29/charts/common-10.7.0.tgz b/incubator/ethercalc/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ethercalc/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ethercalc/0.0.30/CHANGELOG.md b/incubator/ethercalc/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..70ec0f6dcb2 --- /dev/null +++ b/incubator/ethercalc/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ethercalc-0.0.30](https://github.com/truecharts/charts/compare/ethercalc-0.0.29...ethercalc-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ethercalc-0.0.29](https://github.com/truecharts/charts/compare/ethercalc-0.0.28...ethercalc-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ethercalc-0.0.28](https://github.com/truecharts/charts/compare/ethercalc-0.0.27...ethercalc-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ethercalc-0.0.28](https://github.com/truecharts/charts/compare/ethercalc-0.0.27...ethercalc-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ethercalc-0.0.27](https://github.com/truecharts/charts/compare/ethercalc-0.0.26...ethercalc-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ethercalc-0.0.26](https://github.com/truecharts/charts/compare/ethercalc-0.0.25...ethercalc-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ethercalc-0.0.25](https://github.com/truecharts/charts/compare/ethercalc-0.0.24...ethercalc-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ethercalc-0.0.24](https://github.com/truecharts/charts/compare/ethercalc-0.0.23...ethercalc-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ethercalc/0.0.30/Chart.lock b/incubator/ethercalc/0.0.30/Chart.lock new file mode 100644 index 00000000000..cf356c29063 --- /dev/null +++ b/incubator/ethercalc/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:20.949436761Z" diff --git a/incubator/ethercalc/0.0.30/Chart.yaml b/incubator/ethercalc/0.0.30/Chart.yaml new file mode 100644 index 00000000000..84fbe33cb39 --- /dev/null +++ b/incubator/ethercalc/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "EtherCalc is a web spreadsheet." +home: https://truecharts.org/docs/charts/incubator/ethercalc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ethercalc.png +keywords: + - ethercalc + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ethercalc +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ethercalc + - https://github.com/audreyt/ethercalc + - https://hub.docker.com/r/audreyt/ethercalc +type: application +version: 0.0.30 diff --git a/incubator/ethercalc/0.0.30/README.md b/incubator/ethercalc/0.0.30/README.md new file mode 100644 index 00000000000..15d21398121 --- /dev/null +++ b/incubator/ethercalc/0.0.30/README.md @@ -0,0 +1,107 @@ +# ethercalc + +EtherCalc is a web spreadsheet. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ethercalc](https://truecharts.org/docs/charts/incubator/ethercalc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ethercalc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ethercalc TrueCharts/ethercalc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ethercalc` deployment + +```console +helm uninstall ethercalc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ethercalc \ + --set env.TZ="America/New York" \ + TrueCharts/ethercalc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ethercalc TrueCharts/ethercalc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ethercalc/0.0.29/app-readme.md b/incubator/ethercalc/0.0.30/app-readme.md similarity index 100% rename from incubator/ethercalc/0.0.29/app-readme.md rename to incubator/ethercalc/0.0.30/app-readme.md diff --git a/incubator/ethercalc/0.0.30/charts/common-10.7.1.tgz b/incubator/ethercalc/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ethercalc/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ethercalc/0.0.29/ix_values.yaml b/incubator/ethercalc/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ethercalc/0.0.29/ix_values.yaml rename to incubator/ethercalc/0.0.30/ix_values.yaml diff --git a/incubator/ethercalc/0.0.29/questions.yaml b/incubator/ethercalc/0.0.30/questions.yaml similarity index 100% rename from incubator/ethercalc/0.0.29/questions.yaml rename to incubator/ethercalc/0.0.30/questions.yaml diff --git a/incubator/ethercalc/0.0.29/templates/common.yaml b/incubator/ethercalc/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ethercalc/0.0.29/templates/common.yaml rename to incubator/ethercalc/0.0.30/templates/common.yaml diff --git a/incubator/ethercalc/0.0.29/values.yaml b/incubator/ethercalc/0.0.30/values.yaml similarity index 100% rename from incubator/ethercalc/0.0.29/values.yaml rename to incubator/ethercalc/0.0.30/values.yaml diff --git a/incubator/euterpe/0.0.30/CHANGELOG.md b/incubator/euterpe/0.0.30/CHANGELOG.md deleted file mode 100644 index 427b6d130d4..00000000000 --- a/incubator/euterpe/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [euterpe-0.0.30](https://github.com/truecharts/charts/compare/euterpe-0.0.29...euterpe-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [euterpe-0.0.29](https://github.com/truecharts/charts/compare/euterpe-0.0.28...euterpe-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [euterpe-0.0.29](https://github.com/truecharts/charts/compare/euterpe-0.0.28...euterpe-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [euterpe-0.0.28](https://github.com/truecharts/charts/compare/euterpe-0.0.27...euterpe-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [euterpe-0.0.27](https://github.com/truecharts/charts/compare/euterpe-0.0.26...euterpe-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [euterpe-0.0.26](https://github.com/truecharts/charts/compare/euterpe-0.0.25...euterpe-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [euterpe-0.0.25](https://github.com/truecharts/charts/compare/euterpe-0.0.24...euterpe-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [euterpe-0.0.25](https://github.com/truecharts/charts/compare/euterpe-0.0.24...euterpe-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/euterpe/0.0.30/Chart.lock b/incubator/euterpe/0.0.30/Chart.lock deleted file mode 100644 index 3c3932a4a8e..00000000000 --- a/incubator/euterpe/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:01.275321747Z" diff --git a/incubator/euterpe/0.0.30/Chart.yaml b/incubator/euterpe/0.0.30/Chart.yaml deleted file mode 100644 index 6c9db3b1070..00000000000 --- a/incubator/euterpe/0.0.30/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Music - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server)." -home: https://truecharts.org/docs/charts/incubator/euterpe -icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png -keywords: - - euterpe - - Productivity - - Tools-Utilities - - MediaApp-Music - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: euterpe -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe - - https://github.com/ironsmile/euterpe - - https://hub.docker.com/r/ironsmile/euterpe -type: application -version: 0.0.30 diff --git a/incubator/euterpe/0.0.30/README.md b/incubator/euterpe/0.0.30/README.md deleted file mode 100644 index c8075e21020..00000000000 --- a/incubator/euterpe/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# euterpe - -Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [euterpe](https://truecharts.org/docs/charts/incubator/euterpe) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `euterpe` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install euterpe TrueCharts/euterpe -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `euterpe` deployment - -```console -helm uninstall euterpe -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install euterpe \ - --set env.TZ="America/New York" \ - TrueCharts/euterpe -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install euterpe TrueCharts/euterpe -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/euterpe/0.0.30/charts/common-10.7.0.tgz b/incubator/euterpe/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/euterpe/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/euterpe/0.0.31/CHANGELOG.md b/incubator/euterpe/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..fff8953b81a --- /dev/null +++ b/incubator/euterpe/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [euterpe-0.0.31](https://github.com/truecharts/charts/compare/euterpe-0.0.30...euterpe-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [euterpe-0.0.30](https://github.com/truecharts/charts/compare/euterpe-0.0.29...euterpe-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [euterpe-0.0.29](https://github.com/truecharts/charts/compare/euterpe-0.0.28...euterpe-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [euterpe-0.0.29](https://github.com/truecharts/charts/compare/euterpe-0.0.28...euterpe-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [euterpe-0.0.28](https://github.com/truecharts/charts/compare/euterpe-0.0.27...euterpe-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [euterpe-0.0.27](https://github.com/truecharts/charts/compare/euterpe-0.0.26...euterpe-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [euterpe-0.0.26](https://github.com/truecharts/charts/compare/euterpe-0.0.25...euterpe-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [euterpe-0.0.25](https://github.com/truecharts/charts/compare/euterpe-0.0.24...euterpe-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/euterpe/0.0.31/Chart.lock b/incubator/euterpe/0.0.31/Chart.lock new file mode 100644 index 00000000000..664623a1cbc --- /dev/null +++ b/incubator/euterpe/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:34.556155845Z" diff --git a/incubator/euterpe/0.0.31/Chart.yaml b/incubator/euterpe/0.0.31/Chart.yaml new file mode 100644 index 00000000000..b5c65c207f1 --- /dev/null +++ b/incubator/euterpe/0.0.31/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Music + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server)." +home: https://truecharts.org/docs/charts/incubator/euterpe +icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png +keywords: + - euterpe + - Productivity + - Tools-Utilities + - MediaApp-Music + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: euterpe +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe + - https://github.com/ironsmile/euterpe + - https://hub.docker.com/r/ironsmile/euterpe +type: application +version: 0.0.31 diff --git a/incubator/euterpe/0.0.31/README.md b/incubator/euterpe/0.0.31/README.md new file mode 100644 index 00000000000..48bdbdb5800 --- /dev/null +++ b/incubator/euterpe/0.0.31/README.md @@ -0,0 +1,107 @@ +# euterpe + +Euterpe is self-hosted streaming service for music. Formerly known as HTTPMS (HTTP Media Server). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [euterpe](https://truecharts.org/docs/charts/incubator/euterpe) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `euterpe` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install euterpe TrueCharts/euterpe +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `euterpe` deployment + +```console +helm uninstall euterpe +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install euterpe \ + --set env.TZ="America/New York" \ + TrueCharts/euterpe +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install euterpe TrueCharts/euterpe -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/euterpe/0.0.30/app-readme.md b/incubator/euterpe/0.0.31/app-readme.md similarity index 100% rename from incubator/euterpe/0.0.30/app-readme.md rename to incubator/euterpe/0.0.31/app-readme.md diff --git a/incubator/euterpe/0.0.31/charts/common-10.7.1.tgz b/incubator/euterpe/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/euterpe/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/euterpe/0.0.30/ix_values.yaml b/incubator/euterpe/0.0.31/ix_values.yaml similarity index 100% rename from incubator/euterpe/0.0.30/ix_values.yaml rename to incubator/euterpe/0.0.31/ix_values.yaml diff --git a/incubator/euterpe/0.0.30/questions.yaml b/incubator/euterpe/0.0.31/questions.yaml similarity index 100% rename from incubator/euterpe/0.0.30/questions.yaml rename to incubator/euterpe/0.0.31/questions.yaml diff --git a/incubator/euterpe/0.0.30/templates/common.yaml b/incubator/euterpe/0.0.31/templates/common.yaml similarity index 100% rename from incubator/euterpe/0.0.30/templates/common.yaml rename to incubator/euterpe/0.0.31/templates/common.yaml diff --git a/incubator/euterpe/0.0.30/values.yaml b/incubator/euterpe/0.0.31/values.yaml similarity index 100% rename from incubator/euterpe/0.0.30/values.yaml rename to incubator/euterpe/0.0.31/values.yaml diff --git a/incubator/explainshell/0.0.29/CHANGELOG.md b/incubator/explainshell/0.0.29/CHANGELOG.md deleted file mode 100644 index df42f3f8ebc..00000000000 --- a/incubator/explainshell/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [explainshell-0.0.29](https://github.com/truecharts/charts/compare/explainshell-0.0.28...explainshell-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [explainshell-0.0.28](https://github.com/truecharts/charts/compare/explainshell-0.0.27...explainshell-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [explainshell-0.0.28](https://github.com/truecharts/charts/compare/explainshell-0.0.27...explainshell-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [explainshell-0.0.27](https://github.com/truecharts/charts/compare/explainshell-0.0.26...explainshell-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [explainshell-0.0.26](https://github.com/truecharts/charts/compare/explainshell-0.0.25...explainshell-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [explainshell-0.0.25](https://github.com/truecharts/charts/compare/explainshell-0.0.24...explainshell-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [explainshell-0.0.24](https://github.com/truecharts/charts/compare/explainshell-0.0.23...explainshell-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [explainshell-0.0.24](https://github.com/truecharts/charts/compare/explainshell-0.0.23...explainshell-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/explainshell/0.0.29/Chart.lock b/incubator/explainshell/0.0.29/Chart.lock deleted file mode 100644 index d23502b27e0..00000000000 --- a/incubator/explainshell/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:05.972348036Z" diff --git a/incubator/explainshell/0.0.29/Chart.yaml b/incubator/explainshell/0.0.29/Chart.yaml deleted file mode 100644 index d117eaa8abe..00000000000 --- a/incubator/explainshell/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do." -home: https://truecharts.org/docs/charts/incubator/explainshell -icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png -keywords: - - explainshell - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: explainshell -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/explainshell - - https://github.com/idank/explainshell - - https://hub.docker.com/r/spaceinvaderone/explainshell -type: application -version: 0.0.29 diff --git a/incubator/explainshell/0.0.29/README.md b/incubator/explainshell/0.0.29/README.md deleted file mode 100644 index 2062dac8b84..00000000000 --- a/incubator/explainshell/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# explainshell - -Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [explainshell](https://truecharts.org/docs/charts/incubator/explainshell) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `explainshell` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install explainshell TrueCharts/explainshell -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `explainshell` deployment - -```console -helm uninstall explainshell -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install explainshell \ - --set env.TZ="America/New York" \ - TrueCharts/explainshell -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install explainshell TrueCharts/explainshell -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/explainshell/0.0.29/charts/common-10.7.0.tgz b/incubator/explainshell/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/explainshell/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/explainshell/0.0.30/CHANGELOG.md b/incubator/explainshell/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..fe1ef3c5937 --- /dev/null +++ b/incubator/explainshell/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [explainshell-0.0.30](https://github.com/truecharts/charts/compare/explainshell-0.0.29...explainshell-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [explainshell-0.0.29](https://github.com/truecharts/charts/compare/explainshell-0.0.28...explainshell-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [explainshell-0.0.28](https://github.com/truecharts/charts/compare/explainshell-0.0.27...explainshell-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [explainshell-0.0.28](https://github.com/truecharts/charts/compare/explainshell-0.0.27...explainshell-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [explainshell-0.0.27](https://github.com/truecharts/charts/compare/explainshell-0.0.26...explainshell-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [explainshell-0.0.26](https://github.com/truecharts/charts/compare/explainshell-0.0.25...explainshell-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [explainshell-0.0.25](https://github.com/truecharts/charts/compare/explainshell-0.0.24...explainshell-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [explainshell-0.0.24](https://github.com/truecharts/charts/compare/explainshell-0.0.23...explainshell-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [explainshell-0.0.24](https://github.com/truecharts/charts/compare/explainshell-0.0.23...explainshell-0.0.24) (2022-09-21) diff --git a/incubator/explainshell/0.0.30/Chart.lock b/incubator/explainshell/0.0.30/Chart.lock new file mode 100644 index 00000000000..9044c5569c4 --- /dev/null +++ b/incubator/explainshell/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:39.198009397Z" diff --git a/incubator/explainshell/0.0.30/Chart.yaml b/incubator/explainshell/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a4acd228b52 --- /dev/null +++ b/incubator/explainshell/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do." +home: https://truecharts.org/docs/charts/incubator/explainshell +icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.png +keywords: + - explainshell + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: explainshell +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/explainshell + - https://github.com/idank/explainshell + - https://hub.docker.com/r/spaceinvaderone/explainshell +type: application +version: 0.0.30 diff --git a/incubator/explainshell/0.0.30/README.md b/incubator/explainshell/0.0.30/README.md new file mode 100644 index 00000000000..4588b163f78 --- /dev/null +++ b/incubator/explainshell/0.0.30/README.md @@ -0,0 +1,107 @@ +# explainshell + +Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [explainshell](https://truecharts.org/docs/charts/incubator/explainshell) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `explainshell` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install explainshell TrueCharts/explainshell +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `explainshell` deployment + +```console +helm uninstall explainshell +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install explainshell \ + --set env.TZ="America/New York" \ + TrueCharts/explainshell +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install explainshell TrueCharts/explainshell -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/explainshell/0.0.29/app-readme.md b/incubator/explainshell/0.0.30/app-readme.md similarity index 100% rename from incubator/explainshell/0.0.29/app-readme.md rename to incubator/explainshell/0.0.30/app-readme.md diff --git a/incubator/explainshell/0.0.30/charts/common-10.7.1.tgz b/incubator/explainshell/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/explainshell/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/explainshell/0.0.29/ix_values.yaml b/incubator/explainshell/0.0.30/ix_values.yaml similarity index 100% rename from incubator/explainshell/0.0.29/ix_values.yaml rename to incubator/explainshell/0.0.30/ix_values.yaml diff --git a/incubator/explainshell/0.0.29/questions.yaml b/incubator/explainshell/0.0.30/questions.yaml similarity index 100% rename from incubator/explainshell/0.0.29/questions.yaml rename to incubator/explainshell/0.0.30/questions.yaml diff --git a/incubator/explainshell/0.0.29/templates/common.yaml b/incubator/explainshell/0.0.30/templates/common.yaml similarity index 100% rename from incubator/explainshell/0.0.29/templates/common.yaml rename to incubator/explainshell/0.0.30/templates/common.yaml diff --git a/incubator/explainshell/0.0.29/values.yaml b/incubator/explainshell/0.0.30/values.yaml similarity index 100% rename from incubator/explainshell/0.0.29/values.yaml rename to incubator/explainshell/0.0.30/values.yaml diff --git a/incubator/external-ip/0.0.30/CHANGELOG.md b/incubator/external-ip/0.0.30/CHANGELOG.md deleted file mode 100644 index 190aacfe4f1..00000000000 --- a/incubator/external-ip/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [external-ip-0.0.30](https://github.com/truecharts/charts/compare/external-ip-0.0.29...external-ip-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [external-ip-0.0.29](https://github.com/truecharts/charts/compare/external-ip-0.0.28...external-ip-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [external-ip-0.0.29](https://github.com/truecharts/charts/compare/external-ip-0.0.28...external-ip-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [external-ip-0.0.28](https://github.com/truecharts/charts/compare/external-ip-0.0.27...external-ip-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [external-ip-0.0.27](https://github.com/truecharts/charts/compare/external-ip-0.0.26...external-ip-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [external-ip-0.0.26](https://github.com/truecharts/charts/compare/external-ip-0.0.25...external-ip-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [external-ip-0.0.25](https://github.com/truecharts/charts/compare/external-ip-0.0.23...external-ip-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [external-ip-0.0.25](https://github.com/truecharts/charts/compare/external-ip-0.0.23...external-ip-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/external-ip/0.0.30/Chart.lock b/incubator/external-ip/0.0.30/Chart.lock deleted file mode 100644 index c0810fac4be..00000000000 --- a/incubator/external-ip/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:19.445321906Z" diff --git a/incubator/external-ip/0.0.30/Chart.yaml b/incubator/external-ip/0.0.30/Chart.yaml deleted file mode 100644 index 003cb228ed3..00000000000 --- a/incubator/external-ip/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Management - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. -home: https://truecharts.org/docs/charts/incubator/external-ip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png -keywords: - - external-ip - - Network-Management - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: external-ip -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/external-ip - - https://github.com/xavier-hernandez/docker-external-ip - - https://hub.docker.com/repository/docker/xavierh/external-ip -type: application -version: 0.0.30 diff --git a/incubator/external-ip/0.0.30/README.md b/incubator/external-ip/0.0.30/README.md deleted file mode 100644 index 4d09986868e..00000000000 --- a/incubator/external-ip/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# external-ip - -Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [external-ip](https://truecharts.org/docs/charts/incubator/external-ip) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `external-ip` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install external-ip TrueCharts/external-ip -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `external-ip` deployment - -```console -helm uninstall external-ip -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install external-ip \ - --set env.TZ="America/New York" \ - TrueCharts/external-ip -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install external-ip TrueCharts/external-ip -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/external-ip/0.0.30/charts/common-10.7.0.tgz b/incubator/external-ip/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/external-ip/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/external-ip/0.0.31/CHANGELOG.md b/incubator/external-ip/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..dc10aac8bab --- /dev/null +++ b/incubator/external-ip/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [external-ip-0.0.31](https://github.com/truecharts/charts/compare/external-ip-0.0.30...external-ip-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [external-ip-0.0.30](https://github.com/truecharts/charts/compare/external-ip-0.0.29...external-ip-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [external-ip-0.0.29](https://github.com/truecharts/charts/compare/external-ip-0.0.28...external-ip-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [external-ip-0.0.29](https://github.com/truecharts/charts/compare/external-ip-0.0.28...external-ip-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [external-ip-0.0.28](https://github.com/truecharts/charts/compare/external-ip-0.0.27...external-ip-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [external-ip-0.0.27](https://github.com/truecharts/charts/compare/external-ip-0.0.26...external-ip-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [external-ip-0.0.26](https://github.com/truecharts/charts/compare/external-ip-0.0.25...external-ip-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [external-ip-0.0.25](https://github.com/truecharts/charts/compare/external-ip-0.0.23...external-ip-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/external-ip/0.0.31/Chart.lock b/incubator/external-ip/0.0.31/Chart.lock new file mode 100644 index 00000000000..e513c721461 --- /dev/null +++ b/incubator/external-ip/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:16:53.249580522Z" diff --git a/incubator/external-ip/0.0.31/Chart.yaml b/incubator/external-ip/0.0.31/Chart.yaml new file mode 100644 index 00000000000..1c08e500a98 --- /dev/null +++ b/incubator/external-ip/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Management + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. +home: https://truecharts.org/docs/charts/incubator/external-ip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.png +keywords: + - external-ip + - Network-Management + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: external-ip +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/external-ip + - https://github.com/xavier-hernandez/docker-external-ip + - https://hub.docker.com/repository/docker/xavierh/external-ip +type: application +version: 0.0.31 diff --git a/incubator/external-ip/0.0.31/README.md b/incubator/external-ip/0.0.31/README.md new file mode 100644 index 00000000000..513c63e3354 --- /dev/null +++ b/incubator/external-ip/0.0.31/README.md @@ -0,0 +1,107 @@ +# external-ip + +Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [external-ip](https://truecharts.org/docs/charts/incubator/external-ip) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `external-ip` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install external-ip TrueCharts/external-ip +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `external-ip` deployment + +```console +helm uninstall external-ip +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install external-ip \ + --set env.TZ="America/New York" \ + TrueCharts/external-ip +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install external-ip TrueCharts/external-ip -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/external-ip/0.0.30/app-readme.md b/incubator/external-ip/0.0.31/app-readme.md similarity index 100% rename from incubator/external-ip/0.0.30/app-readme.md rename to incubator/external-ip/0.0.31/app-readme.md diff --git a/incubator/external-ip/0.0.31/charts/common-10.7.1.tgz b/incubator/external-ip/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/external-ip/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/external-ip/0.0.30/ix_values.yaml b/incubator/external-ip/0.0.31/ix_values.yaml similarity index 100% rename from incubator/external-ip/0.0.30/ix_values.yaml rename to incubator/external-ip/0.0.31/ix_values.yaml diff --git a/incubator/external-ip/0.0.30/questions.yaml b/incubator/external-ip/0.0.31/questions.yaml similarity index 100% rename from incubator/external-ip/0.0.30/questions.yaml rename to incubator/external-ip/0.0.31/questions.yaml diff --git a/incubator/external-ip/0.0.30/templates/common.yaml b/incubator/external-ip/0.0.31/templates/common.yaml similarity index 100% rename from incubator/external-ip/0.0.30/templates/common.yaml rename to incubator/external-ip/0.0.31/templates/common.yaml diff --git a/incubator/external-ip/0.0.30/values.yaml b/incubator/external-ip/0.0.31/values.yaml similarity index 100% rename from incubator/external-ip/0.0.30/values.yaml rename to incubator/external-ip/0.0.31/values.yaml diff --git a/incubator/factorio/0.0.39/CHANGELOG.md b/incubator/factorio/0.0.39/CHANGELOG.md deleted file mode 100644 index 5adb807081d..00000000000 --- a/incubator/factorio/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [factorio-0.0.39](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.29...factorio-0.0.39) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [factorio-0.0.38](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.28...factorio-0.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [factorio-0.0.37](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorio-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [factorio-0.0.37](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorio-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [factorio-0.0.36](https://github.com/truecharts/charts/compare/factorio-0.0.35...factorio-0.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [factorio-0.0.35](https://github.com/truecharts/charts/compare/factorio-0.0.34...factorio-0.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [factorio-0.0.34](https://github.com/truecharts/charts/compare/factorio-0.0.33...factorio-0.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [factorio-0.0.33](https://github.com/truecharts/charts/compare/factorio-0.0.31...factorio-0.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/factorio/0.0.39/Chart.lock b/incubator/factorio/0.0.39/Chart.lock deleted file mode 100644 index 35976a182fe..00000000000 --- a/incubator/factorio/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:58.941008943Z" diff --git a/incubator/factorio/0.0.39/Chart.yaml b/incubator/factorio/0.0.39/Chart.yaml deleted file mode 100644 index 657a8700d29..00000000000 --- a/incubator/factorio/0.0.39/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play." -home: https://truecharts.org/docs/charts/incubator/factorio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png -keywords: - - factorio - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: factorio -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/factorio - - https://www.factorio.com/ - - https://hub.docker.com/r/factoriotools/factorio/ -type: application -version: 0.0.39 diff --git a/incubator/factorio/0.0.39/README.md b/incubator/factorio/0.0.39/README.md deleted file mode 100644 index 9f8c1c41316..00000000000 --- a/incubator/factorio/0.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# factorio - -This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [factorio](https://truecharts.org/docs/charts/incubator/factorio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `factorio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install factorio TrueCharts/factorio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `factorio` deployment - -```console -helm uninstall factorio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install factorio \ - --set env.TZ="America/New York" \ - TrueCharts/factorio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install factorio TrueCharts/factorio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/factorio/0.0.39/charts/common-10.7.0.tgz b/incubator/factorio/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/factorio/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/factorio/0.0.40/CHANGELOG.md b/incubator/factorio/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..33239619500 --- /dev/null +++ b/incubator/factorio/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [factorio-0.0.40](https://github.com/truecharts/charts/compare/factorio-0.0.39...factorio-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [factorio-0.0.39](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.29...factorio-0.0.39) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [factorio-0.0.38](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.28...factorio-0.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [factorio-0.0.37](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorio-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [factorio-0.0.37](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorio-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [factorio-0.0.36](https://github.com/truecharts/charts/compare/factorio-0.0.35...factorio-0.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [factorio-0.0.35](https://github.com/truecharts/charts/compare/factorio-0.0.34...factorio-0.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [factorio-0.0.34](https://github.com/truecharts/charts/compare/factorio-0.0.33...factorio-0.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [factorio-0.0.33](https://github.com/truecharts/charts/compare/factorio-0.0.31...factorio-0.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/factorio/0.0.40/Chart.lock b/incubator/factorio/0.0.40/Chart.lock new file mode 100644 index 00000000000..4bcb6a49190 --- /dev/null +++ b/incubator/factorio/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:05.889828709Z" diff --git a/incubator/factorio/0.0.40/Chart.yaml b/incubator/factorio/0.0.40/Chart.yaml new file mode 100644 index 00000000000..c97f22c0ca8 --- /dev/null +++ b/incubator/factorio/0.0.40/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play." +home: https://truecharts.org/docs/charts/incubator/factorio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.png +keywords: + - factorio + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: factorio +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/factorio + - https://www.factorio.com/ + - https://hub.docker.com/r/factoriotools/factorio/ +type: application +version: 0.0.40 diff --git a/incubator/factorio/0.0.40/README.md b/incubator/factorio/0.0.40/README.md new file mode 100644 index 00000000000..55eb1eeedc2 --- /dev/null +++ b/incubator/factorio/0.0.40/README.md @@ -0,0 +1,107 @@ +# factorio + +This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [factorio](https://truecharts.org/docs/charts/incubator/factorio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `factorio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install factorio TrueCharts/factorio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `factorio` deployment + +```console +helm uninstall factorio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install factorio \ + --set env.TZ="America/New York" \ + TrueCharts/factorio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install factorio TrueCharts/factorio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/factorio/0.0.39/app-readme.md b/incubator/factorio/0.0.40/app-readme.md similarity index 100% rename from incubator/factorio/0.0.39/app-readme.md rename to incubator/factorio/0.0.40/app-readme.md diff --git a/incubator/factorio/0.0.40/charts/common-10.7.1.tgz b/incubator/factorio/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/factorio/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/factorio/0.0.39/ix_values.yaml b/incubator/factorio/0.0.40/ix_values.yaml similarity index 100% rename from incubator/factorio/0.0.39/ix_values.yaml rename to incubator/factorio/0.0.40/ix_values.yaml diff --git a/incubator/factorio/0.0.39/questions.yaml b/incubator/factorio/0.0.40/questions.yaml similarity index 100% rename from incubator/factorio/0.0.39/questions.yaml rename to incubator/factorio/0.0.40/questions.yaml diff --git a/incubator/factorio/0.0.39/templates/common.yaml b/incubator/factorio/0.0.40/templates/common.yaml similarity index 100% rename from incubator/factorio/0.0.39/templates/common.yaml rename to incubator/factorio/0.0.40/templates/common.yaml diff --git a/incubator/factorio/0.0.39/values.yaml b/incubator/factorio/0.0.40/values.yaml similarity index 100% rename from incubator/factorio/0.0.39/values.yaml rename to incubator/factorio/0.0.40/values.yaml diff --git a/incubator/factorioservermanager/0.0.29/CHANGELOG.md b/incubator/factorioservermanager/0.0.29/CHANGELOG.md deleted file mode 100644 index 297416d9ba8..00000000000 --- a/incubator/factorioservermanager/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [factorioservermanager-0.0.29](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.28...factorioservermanager-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [factorioservermanager-0.0.28](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorioservermanager-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [factorioservermanager-0.0.28](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorioservermanager-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [factorioservermanager-0.0.27](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.26...factorioservermanager-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [factorioservermanager-0.0.26](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.25...factorioservermanager-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [factorioservermanager-0.0.25](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.24...factorioservermanager-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [factorioservermanager-0.0.24](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.23...factorioservermanager-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [factorioservermanager-0.0.24](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.23...factorioservermanager-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/factorioservermanager/0.0.29/Chart.lock b/incubator/factorioservermanager/0.0.29/Chart.lock deleted file mode 100644 index d4b3bd386c3..00000000000 --- a/incubator/factorioservermanager/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:34.570463377Z" diff --git a/incubator/factorioservermanager/0.0.29/Chart.yaml b/incubator/factorioservermanager/0.0.29/Chart.yaml deleted file mode 100644 index 3456983690e..00000000000 --- a/incubator/factorioservermanager/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A tool for managing Factorio servers " -home: https://truecharts.org/docs/charts/incubator/factorioservermanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png -keywords: - - factorioservermanager - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: factorioservermanager -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/factorioservermanager - - https://github.com/OpenFactorioServerManager/factorio-server-manager - - https://hub.docker.com/r/ofsm/ofsm -type: application -version: 0.0.29 diff --git a/incubator/factorioservermanager/0.0.29/README.md b/incubator/factorioservermanager/0.0.29/README.md deleted file mode 100644 index 9e61269e6de..00000000000 --- a/incubator/factorioservermanager/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# factorioservermanager - -A tool for managing Factorio servers - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [factorioservermanager](https://truecharts.org/docs/charts/incubator/factorioservermanager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `factorioservermanager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install factorioservermanager TrueCharts/factorioservermanager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `factorioservermanager` deployment - -```console -helm uninstall factorioservermanager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install factorioservermanager \ - --set env.TZ="America/New York" \ - TrueCharts/factorioservermanager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install factorioservermanager TrueCharts/factorioservermanager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/factorioservermanager/0.0.29/charts/common-10.7.0.tgz b/incubator/factorioservermanager/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/factorioservermanager/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/factorioservermanager/0.0.30/CHANGELOG.md b/incubator/factorioservermanager/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f060cc00d2b --- /dev/null +++ b/incubator/factorioservermanager/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [factorioservermanager-0.0.30](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.29...factorioservermanager-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [factorioservermanager-0.0.29](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.28...factorioservermanager-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [factorioservermanager-0.0.28](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorioservermanager-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [factorioservermanager-0.0.28](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.27...factorioservermanager-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [factorioservermanager-0.0.27](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.26...factorioservermanager-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [factorioservermanager-0.0.26](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.25...factorioservermanager-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [factorioservermanager-0.0.25](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.24...factorioservermanager-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [factorioservermanager-0.0.24](https://github.com/truecharts/charts/compare/factorioservermanager-0.0.23...factorioservermanager-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/factorioservermanager/0.0.30/Chart.lock b/incubator/factorioservermanager/0.0.30/Chart.lock new file mode 100644 index 00000000000..1ef0f34db3b --- /dev/null +++ b/incubator/factorioservermanager/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:10.686260351Z" diff --git a/incubator/factorioservermanager/0.0.30/Chart.yaml b/incubator/factorioservermanager/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2f16a80e507 --- /dev/null +++ b/incubator/factorioservermanager/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A tool for managing Factorio servers " +home: https://truecharts.org/docs/charts/incubator/factorioservermanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.png +keywords: + - factorioservermanager + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: factorioservermanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/factorioservermanager + - https://github.com/OpenFactorioServerManager/factorio-server-manager + - https://hub.docker.com/r/ofsm/ofsm +type: application +version: 0.0.30 diff --git a/incubator/factorioservermanager/0.0.30/README.md b/incubator/factorioservermanager/0.0.30/README.md new file mode 100644 index 00000000000..bab3ebc16f3 --- /dev/null +++ b/incubator/factorioservermanager/0.0.30/README.md @@ -0,0 +1,107 @@ +# factorioservermanager + +A tool for managing Factorio servers + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [factorioservermanager](https://truecharts.org/docs/charts/incubator/factorioservermanager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `factorioservermanager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install factorioservermanager TrueCharts/factorioservermanager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `factorioservermanager` deployment + +```console +helm uninstall factorioservermanager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install factorioservermanager \ + --set env.TZ="America/New York" \ + TrueCharts/factorioservermanager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install factorioservermanager TrueCharts/factorioservermanager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/factorioservermanager/0.0.29/app-readme.md b/incubator/factorioservermanager/0.0.30/app-readme.md similarity index 100% rename from incubator/factorioservermanager/0.0.29/app-readme.md rename to incubator/factorioservermanager/0.0.30/app-readme.md diff --git a/incubator/factorioservermanager/0.0.30/charts/common-10.7.1.tgz b/incubator/factorioservermanager/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/factorioservermanager/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/factorioservermanager/0.0.29/ix_values.yaml b/incubator/factorioservermanager/0.0.30/ix_values.yaml similarity index 100% rename from incubator/factorioservermanager/0.0.29/ix_values.yaml rename to incubator/factorioservermanager/0.0.30/ix_values.yaml diff --git a/incubator/factorioservermanager/0.0.29/questions.yaml b/incubator/factorioservermanager/0.0.30/questions.yaml similarity index 100% rename from incubator/factorioservermanager/0.0.29/questions.yaml rename to incubator/factorioservermanager/0.0.30/questions.yaml diff --git a/incubator/factorioservermanager/0.0.29/templates/common.yaml b/incubator/factorioservermanager/0.0.30/templates/common.yaml similarity index 100% rename from incubator/factorioservermanager/0.0.29/templates/common.yaml rename to incubator/factorioservermanager/0.0.30/templates/common.yaml diff --git a/incubator/factorioservermanager/0.0.29/values.yaml b/incubator/factorioservermanager/0.0.30/values.yaml similarity index 100% rename from incubator/factorioservermanager/0.0.29/values.yaml rename to incubator/factorioservermanager/0.0.30/values.yaml diff --git a/incubator/facturascripts/0.0.29/CHANGELOG.md b/incubator/facturascripts/0.0.29/CHANGELOG.md deleted file mode 100644 index fc4bfc8c1a1..00000000000 --- a/incubator/facturascripts/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [facturascripts-0.0.29](https://github.com/truecharts/charts/compare/facturascripts-0.0.28...facturascripts-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [facturascripts-0.0.28](https://github.com/truecharts/charts/compare/facturascripts-0.0.27...facturascripts-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [facturascripts-0.0.28](https://github.com/truecharts/charts/compare/facturascripts-0.0.27...facturascripts-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [facturascripts-0.0.27](https://github.com/truecharts/charts/compare/facturascripts-0.0.26...facturascripts-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [facturascripts-0.0.26](https://github.com/truecharts/charts/compare/facturascripts-0.0.25...facturascripts-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [facturascripts-0.0.25](https://github.com/truecharts/charts/compare/facturascripts-0.0.24...facturascripts-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [facturascripts-0.0.24](https://github.com/truecharts/charts/compare/facturascripts-0.0.23...facturascripts-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [facturascripts-0.0.24](https://github.com/truecharts/charts/compare/facturascripts-0.0.23...facturascripts-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/facturascripts/0.0.29/Chart.lock b/incubator/facturascripts/0.0.29/Chart.lock deleted file mode 100644 index 5ff19179a94..00000000000 --- a/incubator/facturascripts/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:35.407697891Z" diff --git a/incubator/facturascripts/0.0.29/Chart.yaml b/incubator/facturascripts/0.0.29/Chart.yaml deleted file mode 100644 index 33e76b10550..00000000000 --- a/incubator/facturascripts/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory..." -home: https://truecharts.org/docs/charts/incubator/facturascripts -icon: https://truecharts.org/img/hotlink-ok/chart-icons/facturascripts.png -keywords: - - facturascripts - - Cloud - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: facturascripts -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/facturascripts - - https://facturascripts.com/ - - https://hub.docker.com/r/unraides/facturascripts -type: application -version: 0.0.29 diff --git a/incubator/facturascripts/0.0.29/README.md b/incubator/facturascripts/0.0.29/README.md deleted file mode 100644 index 1a2bbf9175d..00000000000 --- a/incubator/facturascripts/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# facturascripts - -FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory... - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [facturascripts](https://truecharts.org/docs/charts/incubator/facturascripts) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `facturascripts` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install facturascripts TrueCharts/facturascripts -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `facturascripts` deployment - -```console -helm uninstall facturascripts -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install facturascripts \ - --set env.TZ="America/New York" \ - TrueCharts/facturascripts -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install facturascripts TrueCharts/facturascripts -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/facturascripts/0.0.29/charts/common-10.7.0.tgz b/incubator/facturascripts/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/facturascripts/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/facturascripts/0.0.30/CHANGELOG.md b/incubator/facturascripts/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b23d5a0bd1f --- /dev/null +++ b/incubator/facturascripts/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [facturascripts-0.0.30](https://github.com/truecharts/charts/compare/facturascripts-0.0.29...facturascripts-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [facturascripts-0.0.29](https://github.com/truecharts/charts/compare/facturascripts-0.0.28...facturascripts-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [facturascripts-0.0.28](https://github.com/truecharts/charts/compare/facturascripts-0.0.27...facturascripts-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [facturascripts-0.0.28](https://github.com/truecharts/charts/compare/facturascripts-0.0.27...facturascripts-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [facturascripts-0.0.27](https://github.com/truecharts/charts/compare/facturascripts-0.0.26...facturascripts-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [facturascripts-0.0.26](https://github.com/truecharts/charts/compare/facturascripts-0.0.25...facturascripts-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [facturascripts-0.0.25](https://github.com/truecharts/charts/compare/facturascripts-0.0.24...facturascripts-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [facturascripts-0.0.24](https://github.com/truecharts/charts/compare/facturascripts-0.0.23...facturascripts-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/facturascripts/0.0.30/Chart.lock b/incubator/facturascripts/0.0.30/Chart.lock new file mode 100644 index 00000000000..f0eb7108438 --- /dev/null +++ b/incubator/facturascripts/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:11.070535961Z" diff --git a/incubator/facturascripts/0.0.30/Chart.yaml b/incubator/facturascripts/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5289531726b --- /dev/null +++ b/incubator/facturascripts/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory..." +home: https://truecharts.org/docs/charts/incubator/facturascripts +icon: https://truecharts.org/img/hotlink-ok/chart-icons/facturascripts.png +keywords: + - facturascripts + - Cloud + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: facturascripts +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/facturascripts + - https://facturascripts.com/ + - https://hub.docker.com/r/unraides/facturascripts +type: application +version: 0.0.30 diff --git a/incubator/facturascripts/0.0.30/README.md b/incubator/facturascripts/0.0.30/README.md new file mode 100644 index 00000000000..45e095900f0 --- /dev/null +++ b/incubator/facturascripts/0.0.30/README.md @@ -0,0 +1,107 @@ +# facturascripts + +FacturaScripts is an accounting, billing and CRM program with it you can manage the day to day of your company: invoices, receipts, expenses, budgets, orders, delivery notes, inventory... + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [facturascripts](https://truecharts.org/docs/charts/incubator/facturascripts) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `facturascripts` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install facturascripts TrueCharts/facturascripts +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `facturascripts` deployment + +```console +helm uninstall facturascripts +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install facturascripts \ + --set env.TZ="America/New York" \ + TrueCharts/facturascripts +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install facturascripts TrueCharts/facturascripts -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/facturascripts/0.0.29/app-readme.md b/incubator/facturascripts/0.0.30/app-readme.md similarity index 100% rename from incubator/facturascripts/0.0.29/app-readme.md rename to incubator/facturascripts/0.0.30/app-readme.md diff --git a/incubator/facturascripts/0.0.30/charts/common-10.7.1.tgz b/incubator/facturascripts/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/facturascripts/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/facturascripts/0.0.29/ix_values.yaml b/incubator/facturascripts/0.0.30/ix_values.yaml similarity index 100% rename from incubator/facturascripts/0.0.29/ix_values.yaml rename to incubator/facturascripts/0.0.30/ix_values.yaml diff --git a/incubator/facturascripts/0.0.29/questions.yaml b/incubator/facturascripts/0.0.30/questions.yaml similarity index 100% rename from incubator/facturascripts/0.0.29/questions.yaml rename to incubator/facturascripts/0.0.30/questions.yaml diff --git a/incubator/facturascripts/0.0.29/templates/common.yaml b/incubator/facturascripts/0.0.30/templates/common.yaml similarity index 100% rename from incubator/facturascripts/0.0.29/templates/common.yaml rename to incubator/facturascripts/0.0.30/templates/common.yaml diff --git a/incubator/facturascripts/0.0.29/values.yaml b/incubator/facturascripts/0.0.30/values.yaml similarity index 100% rename from incubator/facturascripts/0.0.29/values.yaml rename to incubator/facturascripts/0.0.30/values.yaml diff --git a/incubator/fancyindex/1.0.38/CHANGELOG.md b/incubator/fancyindex/1.0.38/CHANGELOG.md deleted file mode 100644 index c5aad9479d9..00000000000 --- a/incubator/fancyindex/1.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fancyindex-1.0.38](https://github.com/truecharts/charts/compare/fancyindex-1.0.37...fancyindex-1.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fancyindex-1.0.37](https://github.com/truecharts/charts/compare/fancyindex-1.0.36...fancyindex-1.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fancyindex-1.0.37](https://github.com/truecharts/charts/compare/fancyindex-1.0.36...fancyindex-1.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fancyindex-1.0.36](https://github.com/truecharts/charts/compare/fancyindex-1.0.35...fancyindex-1.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fancyindex-1.0.35](https://github.com/truecharts/charts/compare/fancyindex-1.0.34...fancyindex-1.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fancyindex-1.0.34](https://github.com/truecharts/charts/compare/fancyindex-1.0.33...fancyindex-1.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fancyindex-1.0.33](https://github.com/truecharts/charts/compare/fancyindex-1.0.32...fancyindex-1.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fancyindex-1.0.33](https://github.com/truecharts/charts/compare/fancyindex-1.0.32...fancyindex-1.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fancyindex/1.0.38/Chart.lock b/incubator/fancyindex/1.0.38/Chart.lock deleted file mode 100644 index c52d3c7af03..00000000000 --- a/incubator/fancyindex/1.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:48.872555393Z" diff --git a/incubator/fancyindex/1.0.38/Chart.yaml b/incubator/fancyindex/1.0.38/Chart.yaml deleted file mode 100644 index c444c1ab711..00000000000 --- a/incubator/fancyindex/1.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: fancyindex -version: 1.0.38 -appVersion: "latest" -description: Fancyindex provides a lightweight nginx directory listing with theming support -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/fancyindex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png -keywords: - - fancyindex -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex - - https://github.com/xal3xhx/fancyindex - - https://hub.docker.com/r/xal3xhx/fancy -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - - web - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/fancyindex/1.0.38/README.md b/incubator/fancyindex/1.0.38/README.md deleted file mode 100644 index 7ba365e7ef7..00000000000 --- a/incubator/fancyindex/1.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fancyindex - -Fancyindex provides a lightweight nginx directory listing with theming support - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fancyindex](https://truecharts.org/docs/charts/incubator/fancyindex) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fancyindex` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fancyindex TrueCharts/fancyindex -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fancyindex` deployment - -```console -helm uninstall fancyindex -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fancyindex \ - --set env.TZ="America/New York" \ - TrueCharts/fancyindex -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fancyindex TrueCharts/fancyindex -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fancyindex/1.0.38/charts/common-10.7.0.tgz b/incubator/fancyindex/1.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fancyindex/1.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fancyindex/1.0.39/CHANGELOG.md b/incubator/fancyindex/1.0.39/CHANGELOG.md new file mode 100644 index 00000000000..caa17db7d57 --- /dev/null +++ b/incubator/fancyindex/1.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fancyindex-1.0.39](https://github.com/truecharts/charts/compare/fancyindex-1.0.38...fancyindex-1.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fancyindex-1.0.38](https://github.com/truecharts/charts/compare/fancyindex-1.0.37...fancyindex-1.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fancyindex-1.0.37](https://github.com/truecharts/charts/compare/fancyindex-1.0.36...fancyindex-1.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fancyindex-1.0.37](https://github.com/truecharts/charts/compare/fancyindex-1.0.36...fancyindex-1.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fancyindex-1.0.36](https://github.com/truecharts/charts/compare/fancyindex-1.0.35...fancyindex-1.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fancyindex-1.0.35](https://github.com/truecharts/charts/compare/fancyindex-1.0.34...fancyindex-1.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fancyindex-1.0.34](https://github.com/truecharts/charts/compare/fancyindex-1.0.33...fancyindex-1.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fancyindex-1.0.33](https://github.com/truecharts/charts/compare/fancyindex-1.0.32...fancyindex-1.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fancyindex/1.0.39/Chart.lock b/incubator/fancyindex/1.0.39/Chart.lock new file mode 100644 index 00000000000..c9b527eacaf --- /dev/null +++ b/incubator/fancyindex/1.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:24.946244598Z" diff --git a/incubator/fancyindex/1.0.39/Chart.yaml b/incubator/fancyindex/1.0.39/Chart.yaml new file mode 100644 index 00000000000..86078c412d1 --- /dev/null +++ b/incubator/fancyindex/1.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: fancyindex +version: 1.0.39 +appVersion: "latest" +description: Fancyindex provides a lightweight nginx directory listing with theming support +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/fancyindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fancyindex.png +keywords: + - fancyindex +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fancyindex + - https://github.com/xal3xhx/fancyindex + - https://hub.docker.com/r/xal3xhx/fancy +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + - web + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/fancyindex/1.0.39/README.md b/incubator/fancyindex/1.0.39/README.md new file mode 100644 index 00000000000..211ba467465 --- /dev/null +++ b/incubator/fancyindex/1.0.39/README.md @@ -0,0 +1,107 @@ +# fancyindex + +Fancyindex provides a lightweight nginx directory listing with theming support + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fancyindex](https://truecharts.org/docs/charts/incubator/fancyindex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fancyindex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fancyindex TrueCharts/fancyindex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fancyindex` deployment + +```console +helm uninstall fancyindex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fancyindex \ + --set env.TZ="America/New York" \ + TrueCharts/fancyindex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fancyindex TrueCharts/fancyindex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fancyindex/1.0.38/app-readme.md b/incubator/fancyindex/1.0.39/app-readme.md similarity index 100% rename from incubator/fancyindex/1.0.38/app-readme.md rename to incubator/fancyindex/1.0.39/app-readme.md diff --git a/incubator/fancyindex/1.0.39/charts/common-10.7.1.tgz b/incubator/fancyindex/1.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fancyindex/1.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/fancyindex/1.0.38/ix_values.yaml b/incubator/fancyindex/1.0.39/ix_values.yaml similarity index 100% rename from incubator/fancyindex/1.0.38/ix_values.yaml rename to incubator/fancyindex/1.0.39/ix_values.yaml diff --git a/incubator/fancyindex/1.0.38/questions.yaml b/incubator/fancyindex/1.0.39/questions.yaml similarity index 100% rename from incubator/fancyindex/1.0.38/questions.yaml rename to incubator/fancyindex/1.0.39/questions.yaml diff --git a/incubator/fancyindex/1.0.38/templates/common.yaml b/incubator/fancyindex/1.0.39/templates/common.yaml similarity index 100% rename from incubator/fancyindex/1.0.38/templates/common.yaml rename to incubator/fancyindex/1.0.39/templates/common.yaml diff --git a/incubator/fancyindex/1.0.38/values.yaml b/incubator/fancyindex/1.0.39/values.yaml similarity index 100% rename from incubator/fancyindex/1.0.38/values.yaml rename to incubator/fancyindex/1.0.39/values.yaml diff --git a/incubator/farmos/0.0.31/CHANGELOG.md b/incubator/farmos/0.0.31/CHANGELOG.md deleted file mode 100644 index ec5ec22e69d..00000000000 --- a/incubator/farmos/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [farmos-0.0.31](https://github.com/truecharts/charts/compare/farmos-0.0.30...farmos-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [farmos-0.0.30](https://github.com/truecharts/charts/compare/farmos-0.0.29...farmos-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [farmos-0.0.30](https://github.com/truecharts/charts/compare/farmos-0.0.29...farmos-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [farmos-0.0.29](https://github.com/truecharts/charts/compare/farmos-0.0.28...farmos-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [farmos-0.0.28](https://github.com/truecharts/charts/compare/farmos-0.0.27...farmos-0.0.28) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [farmos-0.0.27](https://github.com/truecharts/charts/compare/farmos-0.0.26...farmos-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [farmos-0.0.26](https://github.com/truecharts/charts/compare/farmos-0.0.25...farmos-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [farmos-0.0.25](https://github.com/truecharts/charts/compare/farmos-0.0.24...farmos-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/farmos/0.0.31/Chart.lock b/incubator/farmos/0.0.31/Chart.lock deleted file mode 100644 index 0a13183939f..00000000000 --- a/incubator/farmos/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:36:59.808789469Z" diff --git a/incubator/farmos/0.0.31/Chart.yaml b/incubator/farmos/0.0.31/Chart.yaml deleted file mode 100644 index 54ff1e09e42..00000000000 --- a/incubator/farmos/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" -home: https://truecharts.org/docs/charts/incubator/farmos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png -keywords: - - farmos - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: farmos -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/farmos - - https://github.com/farmOS/farmOS - - https://hub.docker.com/r/farmos/farmos/ -type: application -version: 0.0.31 diff --git a/incubator/farmos/0.0.31/README.md b/incubator/farmos/0.0.31/README.md deleted file mode 100644 index a91ea0e3e07..00000000000 --- a/incubator/farmos/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# farmos - -farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [farmos](https://truecharts.org/docs/charts/incubator/farmos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `farmos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install farmos TrueCharts/farmos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `farmos` deployment - -```console -helm uninstall farmos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install farmos \ - --set env.TZ="America/New York" \ - TrueCharts/farmos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install farmos TrueCharts/farmos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/farmos/0.0.31/charts/common-10.7.0.tgz b/incubator/farmos/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/farmos/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/farmos/0.0.32/CHANGELOG.md b/incubator/farmos/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..024bfb5d154 --- /dev/null +++ b/incubator/farmos/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [farmos-0.0.32](https://github.com/truecharts/charts/compare/farmos-0.0.31...farmos-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [farmos-0.0.31](https://github.com/truecharts/charts/compare/farmos-0.0.30...farmos-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [farmos-0.0.30](https://github.com/truecharts/charts/compare/farmos-0.0.29...farmos-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [farmos-0.0.30](https://github.com/truecharts/charts/compare/farmos-0.0.29...farmos-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [farmos-0.0.29](https://github.com/truecharts/charts/compare/farmos-0.0.28...farmos-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [farmos-0.0.28](https://github.com/truecharts/charts/compare/farmos-0.0.27...farmos-0.0.28) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [farmos-0.0.27](https://github.com/truecharts/charts/compare/farmos-0.0.26...farmos-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [farmos-0.0.26](https://github.com/truecharts/charts/compare/farmos-0.0.25...farmos-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [farmos-0.0.25](https://github.com/truecharts/charts/compare/farmos-0.0.24...farmos-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/farmos/0.0.32/Chart.lock b/incubator/farmos/0.0.32/Chart.lock new file mode 100644 index 00000000000..d51af3143de --- /dev/null +++ b/incubator/farmos/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:38.052363065Z" diff --git a/incubator/farmos/0.0.32/Chart.yaml b/incubator/farmos/0.0.32/Chart.yaml new file mode 100644 index 00000000000..c26e8a299ef --- /dev/null +++ b/incubator/farmos/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r" +home: https://truecharts.org/docs/charts/incubator/farmos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.png +keywords: + - farmos + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: farmos +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/farmos + - https://github.com/farmOS/farmOS + - https://hub.docker.com/r/farmos/farmos/ +type: application +version: 0.0.32 diff --git a/incubator/farmos/0.0.32/README.md b/incubator/farmos/0.0.32/README.md new file mode 100644 index 00000000000..8516ab45408 --- /dev/null +++ b/incubator/farmos/0.0.32/README.md @@ -0,0 +1,107 @@ +# farmos + +farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [farmos](https://truecharts.org/docs/charts/incubator/farmos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `farmos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install farmos TrueCharts/farmos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `farmos` deployment + +```console +helm uninstall farmos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install farmos \ + --set env.TZ="America/New York" \ + TrueCharts/farmos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install farmos TrueCharts/farmos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/farmos/0.0.31/app-readme.md b/incubator/farmos/0.0.32/app-readme.md similarity index 100% rename from incubator/farmos/0.0.31/app-readme.md rename to incubator/farmos/0.0.32/app-readme.md diff --git a/incubator/farmos/0.0.32/charts/common-10.7.1.tgz b/incubator/farmos/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/farmos/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/farmos/0.0.31/ix_values.yaml b/incubator/farmos/0.0.32/ix_values.yaml similarity index 100% rename from incubator/farmos/0.0.31/ix_values.yaml rename to incubator/farmos/0.0.32/ix_values.yaml diff --git a/incubator/farmos/0.0.31/questions.yaml b/incubator/farmos/0.0.32/questions.yaml similarity index 100% rename from incubator/farmos/0.0.31/questions.yaml rename to incubator/farmos/0.0.32/questions.yaml diff --git a/incubator/farmos/0.0.31/templates/common.yaml b/incubator/farmos/0.0.32/templates/common.yaml similarity index 100% rename from incubator/farmos/0.0.31/templates/common.yaml rename to incubator/farmos/0.0.32/templates/common.yaml diff --git a/incubator/farmos/0.0.31/values.yaml b/incubator/farmos/0.0.32/values.yaml similarity index 100% rename from incubator/farmos/0.0.31/values.yaml rename to incubator/farmos/0.0.32/values.yaml diff --git a/incubator/fastcom-mqtt/0.0.30/CHANGELOG.md b/incubator/fastcom-mqtt/0.0.30/CHANGELOG.md deleted file mode 100644 index d23384f99b7..00000000000 --- a/incubator/fastcom-mqtt/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fastcom-mqtt-0.0.30](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.29...fastcom-mqtt-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fastcom-mqtt-0.0.29](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.28...fastcom-mqtt-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fastcom-mqtt-0.0.29](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.28...fastcom-mqtt-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fastcom-mqtt-0.0.28](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.27...fastcom-mqtt-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fastcom-mqtt-0.0.27](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.26...fastcom-mqtt-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fastcom-mqtt-0.0.26](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.25...fastcom-mqtt-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fastcom-mqtt-0.0.25](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.24...fastcom-mqtt-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [fastcom-mqtt-0.0.25](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.24...fastcom-mqtt-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fastcom-mqtt/0.0.30/Chart.lock b/incubator/fastcom-mqtt/0.0.30/Chart.lock deleted file mode 100644 index ff4f9c429d7..00000000000 --- a/incubator/fastcom-mqtt/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:03.998493192Z" diff --git a/incubator/fastcom-mqtt/0.0.30/Chart.yaml b/incubator/fastcom-mqtt/0.0.30/Chart.yaml deleted file mode 100644 index 25b3767d089..00000000000 --- a/incubator/fastcom-mqtt/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chart Chart with Fast.com CLI sending data directly to MQTT Broker\n" -home: https://truecharts.org/docs/charts/incubator/fastcom-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png -keywords: - - fastcom-mqtt - - HomeAutomation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fastcom-mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fastcom-mqtt - - https://github.com/simonjenny/fastcom-mqtt - - https://hub.docker.com/r/simonjenny/fastcom-mqtt/ -type: application -version: 0.0.30 diff --git a/incubator/fastcom-mqtt/0.0.30/README.md b/incubator/fastcom-mqtt/0.0.30/README.md deleted file mode 100644 index 0b35d931c2f..00000000000 --- a/incubator/fastcom-mqtt/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fastcom-mqtt - -Chart Chart with Fast.com CLI sending data directly to MQTT Broker - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fastcom-mqtt](https://truecharts.org/docs/charts/incubator/fastcom-mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fastcom-mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fastcom-mqtt TrueCharts/fastcom-mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fastcom-mqtt` deployment - -```console -helm uninstall fastcom-mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fastcom-mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/fastcom-mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fastcom-mqtt TrueCharts/fastcom-mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fastcom-mqtt/0.0.30/charts/common-10.7.0.tgz b/incubator/fastcom-mqtt/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fastcom-mqtt/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fastcom-mqtt/0.0.31/CHANGELOG.md b/incubator/fastcom-mqtt/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..d0f265c5fa3 --- /dev/null +++ b/incubator/fastcom-mqtt/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fastcom-mqtt-0.0.31](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.30...fastcom-mqtt-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fastcom-mqtt-0.0.30](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.29...fastcom-mqtt-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fastcom-mqtt-0.0.29](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.28...fastcom-mqtt-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fastcom-mqtt-0.0.29](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.28...fastcom-mqtt-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fastcom-mqtt-0.0.28](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.27...fastcom-mqtt-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fastcom-mqtt-0.0.27](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.26...fastcom-mqtt-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fastcom-mqtt-0.0.26](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.25...fastcom-mqtt-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fastcom-mqtt-0.0.25](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.24...fastcom-mqtt-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [fastcom-mqtt-0.0.25](https://github.com/truecharts/charts/compare/fastcom-mqtt-0.0.24...fastcom-mqtt-0.0.25) (2022-09-21) diff --git a/incubator/fastcom-mqtt/0.0.31/Chart.lock b/incubator/fastcom-mqtt/0.0.31/Chart.lock new file mode 100644 index 00000000000..30d1adf44c2 --- /dev/null +++ b/incubator/fastcom-mqtt/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:41.427408316Z" diff --git a/incubator/fastcom-mqtt/0.0.31/Chart.yaml b/incubator/fastcom-mqtt/0.0.31/Chart.yaml new file mode 100644 index 00000000000..87c0286a990 --- /dev/null +++ b/incubator/fastcom-mqtt/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chart Chart with Fast.com CLI sending data directly to MQTT Broker\n" +home: https://truecharts.org/docs/charts/incubator/fastcom-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.png +keywords: + - fastcom-mqtt + - HomeAutomation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fastcom-mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fastcom-mqtt + - https://github.com/simonjenny/fastcom-mqtt + - https://hub.docker.com/r/simonjenny/fastcom-mqtt/ +type: application +version: 0.0.31 diff --git a/incubator/fastcom-mqtt/0.0.31/README.md b/incubator/fastcom-mqtt/0.0.31/README.md new file mode 100644 index 00000000000..92ae51cb5b1 --- /dev/null +++ b/incubator/fastcom-mqtt/0.0.31/README.md @@ -0,0 +1,107 @@ +# fastcom-mqtt + +Chart Chart with Fast.com CLI sending data directly to MQTT Broker + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fastcom-mqtt](https://truecharts.org/docs/charts/incubator/fastcom-mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fastcom-mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fastcom-mqtt TrueCharts/fastcom-mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fastcom-mqtt` deployment + +```console +helm uninstall fastcom-mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fastcom-mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/fastcom-mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fastcom-mqtt TrueCharts/fastcom-mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fastcom-mqtt/0.0.30/app-readme.md b/incubator/fastcom-mqtt/0.0.31/app-readme.md similarity index 100% rename from incubator/fastcom-mqtt/0.0.30/app-readme.md rename to incubator/fastcom-mqtt/0.0.31/app-readme.md diff --git a/incubator/fastcom-mqtt/0.0.31/charts/common-10.7.1.tgz b/incubator/fastcom-mqtt/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fastcom-mqtt/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/fastcom-mqtt/0.0.30/ix_values.yaml b/incubator/fastcom-mqtt/0.0.31/ix_values.yaml similarity index 100% rename from incubator/fastcom-mqtt/0.0.30/ix_values.yaml rename to incubator/fastcom-mqtt/0.0.31/ix_values.yaml diff --git a/incubator/fastcom-mqtt/0.0.30/questions.yaml b/incubator/fastcom-mqtt/0.0.31/questions.yaml similarity index 100% rename from incubator/fastcom-mqtt/0.0.30/questions.yaml rename to incubator/fastcom-mqtt/0.0.31/questions.yaml diff --git a/incubator/fastcom-mqtt/0.0.30/templates/common.yaml b/incubator/fastcom-mqtt/0.0.31/templates/common.yaml similarity index 100% rename from incubator/fastcom-mqtt/0.0.30/templates/common.yaml rename to incubator/fastcom-mqtt/0.0.31/templates/common.yaml diff --git a/incubator/fastcom-mqtt/0.0.30/values.yaml b/incubator/fastcom-mqtt/0.0.31/values.yaml similarity index 100% rename from incubator/fastcom-mqtt/0.0.30/values.yaml rename to incubator/fastcom-mqtt/0.0.31/values.yaml diff --git a/incubator/fenrus/0.0.30/CHANGELOG.md b/incubator/fenrus/0.0.30/CHANGELOG.md deleted file mode 100644 index 471e50d0245..00000000000 --- a/incubator/fenrus/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fenrus-0.0.30](https://github.com/truecharts/charts/compare/fenrus-0.0.29...fenrus-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fenrus-0.0.29](https://github.com/truecharts/charts/compare/fenrus-0.0.28...fenrus-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fenrus-0.0.29](https://github.com/truecharts/charts/compare/fenrus-0.0.28...fenrus-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fenrus-0.0.28](https://github.com/truecharts/charts/compare/fenrus-0.0.27...fenrus-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fenrus-0.0.27](https://github.com/truecharts/charts/compare/fenrus-0.0.26...fenrus-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fenrus-0.0.26](https://github.com/truecharts/charts/compare/fenrus-0.0.25...fenrus-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fenrus-0.0.25](https://github.com/truecharts/charts/compare/fenrus-0.0.24...fenrus-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fenrus-0.0.25](https://github.com/truecharts/charts/compare/fenrus-0.0.24...fenrus-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fenrus/0.0.30/Chart.lock b/incubator/fenrus/0.0.30/Chart.lock deleted file mode 100644 index 464bbee68bf..00000000000 --- a/incubator/fenrus/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:05.181697411Z" diff --git a/incubator/fenrus/0.0.30/Chart.yaml b/incubator/fenrus/0.0.30/Chart.yaml deleted file mode 100644 index b59f31b73af..00000000000 --- a/incubator/fenrus/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Fenrus is a home page / personal dashboard with smart apps. \n" -home: https://truecharts.org/docs/charts/incubator/fenrus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png -keywords: - - fenrus - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fenrus -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fenrus - - http://fenrus.io - - https://hub.docker.com/r/revenz/fenrus/ -type: application -version: 0.0.30 diff --git a/incubator/fenrus/0.0.30/README.md b/incubator/fenrus/0.0.30/README.md deleted file mode 100644 index ecd38c9b404..00000000000 --- a/incubator/fenrus/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fenrus - -Fenrus is a home page / personal dashboard with smart apps. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fenrus](https://truecharts.org/docs/charts/incubator/fenrus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fenrus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fenrus TrueCharts/fenrus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fenrus` deployment - -```console -helm uninstall fenrus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fenrus \ - --set env.TZ="America/New York" \ - TrueCharts/fenrus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fenrus TrueCharts/fenrus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fenrus/0.0.30/charts/common-10.7.0.tgz b/incubator/fenrus/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fenrus/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fenrus/0.0.31/CHANGELOG.md b/incubator/fenrus/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..be4afcccf77 --- /dev/null +++ b/incubator/fenrus/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fenrus-0.0.31](https://github.com/truecharts/charts/compare/fenrus-0.0.30...fenrus-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fenrus-0.0.30](https://github.com/truecharts/charts/compare/fenrus-0.0.29...fenrus-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fenrus-0.0.29](https://github.com/truecharts/charts/compare/fenrus-0.0.28...fenrus-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fenrus-0.0.29](https://github.com/truecharts/charts/compare/fenrus-0.0.28...fenrus-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fenrus-0.0.28](https://github.com/truecharts/charts/compare/fenrus-0.0.27...fenrus-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fenrus-0.0.27](https://github.com/truecharts/charts/compare/fenrus-0.0.26...fenrus-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fenrus-0.0.26](https://github.com/truecharts/charts/compare/fenrus-0.0.25...fenrus-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fenrus-0.0.25](https://github.com/truecharts/charts/compare/fenrus-0.0.24...fenrus-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fenrus/0.0.31/Chart.lock b/incubator/fenrus/0.0.31/Chart.lock new file mode 100644 index 00000000000..596435bd7fa --- /dev/null +++ b/incubator/fenrus/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:41.758788839Z" diff --git a/incubator/fenrus/0.0.31/Chart.yaml b/incubator/fenrus/0.0.31/Chart.yaml new file mode 100644 index 00000000000..88267275ac3 --- /dev/null +++ b/incubator/fenrus/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Fenrus is a home page / personal dashboard with smart apps. \n" +home: https://truecharts.org/docs/charts/incubator/fenrus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.png +keywords: + - fenrus + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fenrus +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fenrus + - http://fenrus.io + - https://hub.docker.com/r/revenz/fenrus/ +type: application +version: 0.0.31 diff --git a/incubator/fenrus/0.0.31/README.md b/incubator/fenrus/0.0.31/README.md new file mode 100644 index 00000000000..1e67de49c49 --- /dev/null +++ b/incubator/fenrus/0.0.31/README.md @@ -0,0 +1,107 @@ +# fenrus + +Fenrus is a home page / personal dashboard with smart apps. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fenrus](https://truecharts.org/docs/charts/incubator/fenrus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fenrus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fenrus TrueCharts/fenrus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fenrus` deployment + +```console +helm uninstall fenrus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fenrus \ + --set env.TZ="America/New York" \ + TrueCharts/fenrus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fenrus TrueCharts/fenrus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fenrus/0.0.30/app-readme.md b/incubator/fenrus/0.0.31/app-readme.md similarity index 100% rename from incubator/fenrus/0.0.30/app-readme.md rename to incubator/fenrus/0.0.31/app-readme.md diff --git a/incubator/fenrus/0.0.31/charts/common-10.7.1.tgz b/incubator/fenrus/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fenrus/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/fenrus/0.0.30/ix_values.yaml b/incubator/fenrus/0.0.31/ix_values.yaml similarity index 100% rename from incubator/fenrus/0.0.30/ix_values.yaml rename to incubator/fenrus/0.0.31/ix_values.yaml diff --git a/incubator/fenrus/0.0.30/questions.yaml b/incubator/fenrus/0.0.31/questions.yaml similarity index 100% rename from incubator/fenrus/0.0.30/questions.yaml rename to incubator/fenrus/0.0.31/questions.yaml diff --git a/incubator/fenrus/0.0.30/templates/common.yaml b/incubator/fenrus/0.0.31/templates/common.yaml similarity index 100% rename from incubator/fenrus/0.0.30/templates/common.yaml rename to incubator/fenrus/0.0.31/templates/common.yaml diff --git a/incubator/fenrus/0.0.30/values.yaml b/incubator/fenrus/0.0.31/values.yaml similarity index 100% rename from incubator/fenrus/0.0.30/values.yaml rename to incubator/fenrus/0.0.31/values.yaml diff --git a/incubator/ferdi-client/0.0.29/CHANGELOG.md b/incubator/ferdi-client/0.0.29/CHANGELOG.md deleted file mode 100644 index beba56381d3..00000000000 --- a/incubator/ferdi-client/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ferdi-client-0.0.29](https://github.com/truecharts/charts/compare/ferdi-client-0.0.28...ferdi-client-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ferdi-client-0.0.28](https://github.com/truecharts/charts/compare/ferdi-client-0.0.27...ferdi-client-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ferdi-client-0.0.28](https://github.com/truecharts/charts/compare/ferdi-client-0.0.27...ferdi-client-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ferdi-client-0.0.27](https://github.com/truecharts/charts/compare/ferdi-client-0.0.26...ferdi-client-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ferdi-client-0.0.26](https://github.com/truecharts/charts/compare/ferdi-client-0.0.25...ferdi-client-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ferdi-client-0.0.25](https://github.com/truecharts/charts/compare/ferdi-client-0.0.24...ferdi-client-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ferdi-client-0.0.24](https://github.com/truecharts/charts/compare/ferdi-client-0.0.23...ferdi-client-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ferdi-client-0.0.24](https://github.com/truecharts/charts/compare/ferdi-client-0.0.23...ferdi-client-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ferdi-client/0.0.29/Chart.lock b/incubator/ferdi-client/0.0.29/Chart.lock deleted file mode 100644 index 1a1318f3160..00000000000 --- a/incubator/ferdi-client/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:18.179458468Z" diff --git a/incubator/ferdi-client/0.0.29/Chart.yaml b/incubator/ferdi-client/0.0.29/Chart.yaml deleted file mode 100644 index c1c7c564f9b..00000000000 --- a/incubator/ferdi-client/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off." -home: https://truecharts.org/docs/charts/incubator/ferdi-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png -keywords: - - ferdi-client - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ferdi-client -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client - - https://getferdi.com/ - - https://hub.docker.com/r/ich777/ferdi-client/ -type: application -version: 0.0.29 diff --git a/incubator/ferdi-client/0.0.29/README.md b/incubator/ferdi-client/0.0.29/README.md deleted file mode 100644 index 2b93a9138e1..00000000000 --- a/incubator/ferdi-client/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ferdi-client - -Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ferdi-client](https://truecharts.org/docs/charts/incubator/ferdi-client) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ferdi-client` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ferdi-client TrueCharts/ferdi-client -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ferdi-client` deployment - -```console -helm uninstall ferdi-client -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ferdi-client \ - --set env.TZ="America/New York" \ - TrueCharts/ferdi-client -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ferdi-client TrueCharts/ferdi-client -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ferdi-client/0.0.29/charts/common-10.7.0.tgz b/incubator/ferdi-client/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ferdi-client/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ferdi-client/0.0.30/CHANGELOG.md b/incubator/ferdi-client/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f4a0dfd1054 --- /dev/null +++ b/incubator/ferdi-client/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ferdi-client-0.0.30](https://github.com/truecharts/charts/compare/ferdi-client-0.0.29...ferdi-client-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ferdi-client-0.0.29](https://github.com/truecharts/charts/compare/ferdi-client-0.0.28...ferdi-client-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ferdi-client-0.0.28](https://github.com/truecharts/charts/compare/ferdi-client-0.0.27...ferdi-client-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ferdi-client-0.0.28](https://github.com/truecharts/charts/compare/ferdi-client-0.0.27...ferdi-client-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ferdi-client-0.0.27](https://github.com/truecharts/charts/compare/ferdi-client-0.0.26...ferdi-client-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ferdi-client-0.0.26](https://github.com/truecharts/charts/compare/ferdi-client-0.0.25...ferdi-client-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ferdi-client-0.0.25](https://github.com/truecharts/charts/compare/ferdi-client-0.0.24...ferdi-client-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ferdi-client-0.0.24](https://github.com/truecharts/charts/compare/ferdi-client-0.0.23...ferdi-client-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ferdi-client/0.0.30/Chart.lock b/incubator/ferdi-client/0.0.30/Chart.lock new file mode 100644 index 00000000000..167d0345667 --- /dev/null +++ b/incubator/ferdi-client/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:17:55.935170554Z" diff --git a/incubator/ferdi-client/0.0.30/Chart.yaml b/incubator/ferdi-client/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ca53cefd26b --- /dev/null +++ b/incubator/ferdi-client/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off." +home: https://truecharts.org/docs/charts/incubator/ferdi-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png +keywords: + - ferdi-client + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ferdi-client +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client + - https://getferdi.com/ + - https://hub.docker.com/r/ich777/ferdi-client/ +type: application +version: 0.0.30 diff --git a/incubator/ferdi-client/0.0.30/README.md b/incubator/ferdi-client/0.0.30/README.md new file mode 100644 index 00000000000..583d4f9cd49 --- /dev/null +++ b/incubator/ferdi-client/0.0.30/README.md @@ -0,0 +1,107 @@ +# ferdi-client + +Ferdi is a destkop app that helps you organize how you use your favourite apps by combining them into one application. It is based on Franz - a software already used by thousands of people - with the difference that Ferdi gives you many additional features and doesn't restrict its usage! Ferdi is compatible with your existing Franz account so you can continue right where you left off. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ferdi-client](https://truecharts.org/docs/charts/incubator/ferdi-client) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ferdi-client` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ferdi-client TrueCharts/ferdi-client +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ferdi-client` deployment + +```console +helm uninstall ferdi-client +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ferdi-client \ + --set env.TZ="America/New York" \ + TrueCharts/ferdi-client +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ferdi-client TrueCharts/ferdi-client -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ferdi-client/0.0.29/app-readme.md b/incubator/ferdi-client/0.0.30/app-readme.md similarity index 100% rename from incubator/ferdi-client/0.0.29/app-readme.md rename to incubator/ferdi-client/0.0.30/app-readme.md diff --git a/incubator/ferdi-client/0.0.30/charts/common-10.7.1.tgz b/incubator/ferdi-client/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ferdi-client/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ferdi-client/0.0.29/ix_values.yaml b/incubator/ferdi-client/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ferdi-client/0.0.29/ix_values.yaml rename to incubator/ferdi-client/0.0.30/ix_values.yaml diff --git a/incubator/ferdi-client/0.0.29/questions.yaml b/incubator/ferdi-client/0.0.30/questions.yaml similarity index 100% rename from incubator/ferdi-client/0.0.29/questions.yaml rename to incubator/ferdi-client/0.0.30/questions.yaml diff --git a/incubator/ferdi-client/0.0.29/templates/common.yaml b/incubator/ferdi-client/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ferdi-client/0.0.29/templates/common.yaml rename to incubator/ferdi-client/0.0.30/templates/common.yaml diff --git a/incubator/ferdi-client/0.0.29/values.yaml b/incubator/ferdi-client/0.0.30/values.yaml similarity index 100% rename from incubator/ferdi-client/0.0.29/values.yaml rename to incubator/ferdi-client/0.0.30/values.yaml diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/CHANGELOG.md b/incubator/ffmpeg-mkvdts2ac3/0.0.29/CHANGELOG.md deleted file mode 100644 index da4f5f6195c..00000000000 --- a/incubator/ffmpeg-mkvdts2ac3/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ffmpeg-mkvdts2ac3-0.0.29](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.28...ffmpeg-mkvdts2ac3-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ffmpeg-mkvdts2ac3-0.0.28](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.27...ffmpeg-mkvdts2ac3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ffmpeg-mkvdts2ac3-0.0.28](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.27...ffmpeg-mkvdts2ac3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ffmpeg-mkvdts2ac3-0.0.27](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.26...ffmpeg-mkvdts2ac3-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ffmpeg-mkvdts2ac3-0.0.26](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.25...ffmpeg-mkvdts2ac3-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ffmpeg-mkvdts2ac3-0.0.25](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.24...ffmpeg-mkvdts2ac3-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ffmpeg-mkvdts2ac3-0.0.24](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.23...ffmpeg-mkvdts2ac3-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ffmpeg-mkvdts2ac3-0.0.24](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.23...ffmpeg-mkvdts2ac3-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.lock b/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.lock deleted file mode 100644 index 6e9de07c148..00000000000 --- a/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:29.370690941Z" diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.yaml deleted file mode 100644 index ea489bde654..00000000000 --- a/incubator/ffmpeg-mkvdts2ac3/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A Chart Chart designed to watch a directory and encode media files. -home: https://truecharts.org/docs/charts/incubator/ffmpeg-mkvdts2ac3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png -keywords: - - ffmpeg-mkvdts2ac3 - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ffmpeg-mkvdts2ac3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ffmpeg-mkvdts2ac3 - - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ -type: application -version: 0.0.29 diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/README.md b/incubator/ffmpeg-mkvdts2ac3/0.0.29/README.md deleted file mode 100644 index dde4055fa7e..00000000000 --- a/incubator/ffmpeg-mkvdts2ac3/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ffmpeg-mkvdts2ac3 - -A Chart Chart designed to watch a directory and encode media files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ffmpeg-mkvdts2ac3](https://truecharts.org/docs/charts/incubator/ffmpeg-mkvdts2ac3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ffmpeg-mkvdts2ac3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ffmpeg-mkvdts2ac3` deployment - -```console -helm uninstall ffmpeg-mkvdts2ac3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ffmpeg-mkvdts2ac3 \ - --set env.TZ="America/New York" \ - TrueCharts/ffmpeg-mkvdts2ac3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/charts/common-10.7.0.tgz b/incubator/ffmpeg-mkvdts2ac3/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ffmpeg-mkvdts2ac3/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.30/CHANGELOG.md b/incubator/ffmpeg-mkvdts2ac3/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3a18b54bd2f --- /dev/null +++ b/incubator/ffmpeg-mkvdts2ac3/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ffmpeg-mkvdts2ac3-0.0.30](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.29...ffmpeg-mkvdts2ac3-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ffmpeg-mkvdts2ac3-0.0.29](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.28...ffmpeg-mkvdts2ac3-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ffmpeg-mkvdts2ac3-0.0.28](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.27...ffmpeg-mkvdts2ac3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ffmpeg-mkvdts2ac3-0.0.28](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.27...ffmpeg-mkvdts2ac3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ffmpeg-mkvdts2ac3-0.0.27](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.26...ffmpeg-mkvdts2ac3-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ffmpeg-mkvdts2ac3-0.0.26](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.25...ffmpeg-mkvdts2ac3-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ffmpeg-mkvdts2ac3-0.0.25](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.24...ffmpeg-mkvdts2ac3-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ffmpeg-mkvdts2ac3-0.0.24](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.23...ffmpeg-mkvdts2ac3-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [ffmpeg-mkvdts2ac3-0.0.24](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-0.0.23...ffmpeg-mkvdts2ac3-0.0.24) (2022-09-21) diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.lock b/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.lock new file mode 100644 index 00000000000..3d14a6121e1 --- /dev/null +++ b/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:08.564722637Z" diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5833330bb4a --- /dev/null +++ b/incubator/ffmpeg-mkvdts2ac3/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A Chart Chart designed to watch a directory and encode media files. +home: https://truecharts.org/docs/charts/incubator/ffmpeg-mkvdts2ac3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.png +keywords: + - ffmpeg-mkvdts2ac3 + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ffmpeg-mkvdts2ac3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ffmpeg-mkvdts2ac3 + - https://registry.hub.docker.com/r/snoopy86/ffmpeg/ +type: application +version: 0.0.30 diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.30/README.md b/incubator/ffmpeg-mkvdts2ac3/0.0.30/README.md new file mode 100644 index 00000000000..3e9901cac53 --- /dev/null +++ b/incubator/ffmpeg-mkvdts2ac3/0.0.30/README.md @@ -0,0 +1,106 @@ +# ffmpeg-mkvdts2ac3 + +A Chart Chart designed to watch a directory and encode media files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ffmpeg-mkvdts2ac3](https://truecharts.org/docs/charts/incubator/ffmpeg-mkvdts2ac3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ffmpeg-mkvdts2ac3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ffmpeg-mkvdts2ac3` deployment + +```console +helm uninstall ffmpeg-mkvdts2ac3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ffmpeg-mkvdts2ac3 \ + --set env.TZ="America/New York" \ + TrueCharts/ffmpeg-mkvdts2ac3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ffmpeg-mkvdts2ac3 TrueCharts/ffmpeg-mkvdts2ac3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/app-readme.md b/incubator/ffmpeg-mkvdts2ac3/0.0.30/app-readme.md similarity index 100% rename from incubator/ffmpeg-mkvdts2ac3/0.0.29/app-readme.md rename to incubator/ffmpeg-mkvdts2ac3/0.0.30/app-readme.md diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.30/charts/common-10.7.1.tgz b/incubator/ffmpeg-mkvdts2ac3/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ffmpeg-mkvdts2ac3/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/ix_values.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ffmpeg-mkvdts2ac3/0.0.29/ix_values.yaml rename to incubator/ffmpeg-mkvdts2ac3/0.0.30/ix_values.yaml diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/questions.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.30/questions.yaml similarity index 100% rename from incubator/ffmpeg-mkvdts2ac3/0.0.29/questions.yaml rename to incubator/ffmpeg-mkvdts2ac3/0.0.30/questions.yaml diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/templates/common.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ffmpeg-mkvdts2ac3/0.0.29/templates/common.yaml rename to incubator/ffmpeg-mkvdts2ac3/0.0.30/templates/common.yaml diff --git a/incubator/ffmpeg-mkvdts2ac3/0.0.29/values.yaml b/incubator/ffmpeg-mkvdts2ac3/0.0.30/values.yaml similarity index 100% rename from incubator/ffmpeg-mkvdts2ac3/0.0.29/values.yaml rename to incubator/ffmpeg-mkvdts2ac3/0.0.30/values.yaml diff --git a/incubator/filegator/0.0.29/CHANGELOG.md b/incubator/filegator/0.0.29/CHANGELOG.md deleted file mode 100644 index eec00036ebb..00000000000 --- a/incubator/filegator/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filegator-0.0.29](https://github.com/truecharts/charts/compare/filegator-0.0.28...filegator-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filegator-0.0.28](https://github.com/truecharts/charts/compare/filegator-0.0.27...filegator-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filegator-0.0.28](https://github.com/truecharts/charts/compare/filegator-0.0.27...filegator-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filegator-0.0.27](https://github.com/truecharts/charts/compare/filegator-0.0.26...filegator-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [filegator-0.0.26](https://github.com/truecharts/charts/compare/filegator-0.0.25...filegator-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filegator-0.0.25](https://github.com/truecharts/charts/compare/filegator-0.0.24...filegator-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filegator-0.0.24](https://github.com/truecharts/charts/compare/filegator-0.0.23...filegator-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [filegator-0.0.24](https://github.com/truecharts/charts/compare/filegator-0.0.23...filegator-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/filegator/0.0.29/Chart.lock b/incubator/filegator/0.0.29/Chart.lock deleted file mode 100644 index 802a4a26ab8..00000000000 --- a/incubator/filegator/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:32.701614504Z" diff --git a/incubator/filegator/0.0.29/Chart.yaml b/incubator/filegator/0.0.29/Chart.yaml deleted file mode 100644 index 326827d5930..00000000000 --- a/incubator/filegator/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FileGator is a free, open-source, self-hosted web application for managing files and folders." -home: https://truecharts.org/docs/charts/incubator/filegator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png -keywords: - - filegator - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filegator -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/filegator - - https://github.com/filegator/filegator - - https://hub.docker.com/r/maxime1907/filegator -type: application -version: 0.0.29 diff --git a/incubator/filegator/0.0.29/README.md b/incubator/filegator/0.0.29/README.md deleted file mode 100644 index c79156d84b6..00000000000 --- a/incubator/filegator/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# filegator - -FileGator is a free, open-source, self-hosted web application for managing files and folders. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filegator](https://truecharts.org/docs/charts/incubator/filegator) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filegator` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filegator TrueCharts/filegator -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filegator` deployment - -```console -helm uninstall filegator -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filegator \ - --set env.TZ="America/New York" \ - TrueCharts/filegator -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filegator TrueCharts/filegator -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/filegator/0.0.29/charts/common-10.7.0.tgz b/incubator/filegator/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/filegator/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/filegator/0.0.30/CHANGELOG.md b/incubator/filegator/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d8ed8a45553 --- /dev/null +++ b/incubator/filegator/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filegator-0.0.30](https://github.com/truecharts/charts/compare/filegator-0.0.29...filegator-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filegator-0.0.29](https://github.com/truecharts/charts/compare/filegator-0.0.28...filegator-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filegator-0.0.28](https://github.com/truecharts/charts/compare/filegator-0.0.27...filegator-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filegator-0.0.28](https://github.com/truecharts/charts/compare/filegator-0.0.27...filegator-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filegator-0.0.27](https://github.com/truecharts/charts/compare/filegator-0.0.26...filegator-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [filegator-0.0.26](https://github.com/truecharts/charts/compare/filegator-0.0.25...filegator-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filegator-0.0.25](https://github.com/truecharts/charts/compare/filegator-0.0.24...filegator-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [filegator-0.0.24](https://github.com/truecharts/charts/compare/filegator-0.0.23...filegator-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/filegator/0.0.30/Chart.lock b/incubator/filegator/0.0.30/Chart.lock new file mode 100644 index 00000000000..290249b2948 --- /dev/null +++ b/incubator/filegator/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:13.138880599Z" diff --git a/incubator/filegator/0.0.30/Chart.yaml b/incubator/filegator/0.0.30/Chart.yaml new file mode 100644 index 00000000000..6b82ae77ab8 --- /dev/null +++ b/incubator/filegator/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FileGator is a free, open-source, self-hosted web application for managing files and folders." +home: https://truecharts.org/docs/charts/incubator/filegator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filegator.png +keywords: + - filegator + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filegator +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filegator + - https://github.com/filegator/filegator + - https://hub.docker.com/r/maxime1907/filegator +type: application +version: 0.0.30 diff --git a/incubator/filegator/0.0.30/README.md b/incubator/filegator/0.0.30/README.md new file mode 100644 index 00000000000..3768d9c82ba --- /dev/null +++ b/incubator/filegator/0.0.30/README.md @@ -0,0 +1,107 @@ +# filegator + +FileGator is a free, open-source, self-hosted web application for managing files and folders. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filegator](https://truecharts.org/docs/charts/incubator/filegator) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filegator` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filegator TrueCharts/filegator +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filegator` deployment + +```console +helm uninstall filegator +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filegator \ + --set env.TZ="America/New York" \ + TrueCharts/filegator +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filegator TrueCharts/filegator -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/filegator/0.0.29/app-readme.md b/incubator/filegator/0.0.30/app-readme.md similarity index 100% rename from incubator/filegator/0.0.29/app-readme.md rename to incubator/filegator/0.0.30/app-readme.md diff --git a/incubator/filegator/0.0.30/charts/common-10.7.1.tgz b/incubator/filegator/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/filegator/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/filegator/0.0.29/ix_values.yaml b/incubator/filegator/0.0.30/ix_values.yaml similarity index 100% rename from incubator/filegator/0.0.29/ix_values.yaml rename to incubator/filegator/0.0.30/ix_values.yaml diff --git a/incubator/filegator/0.0.29/questions.yaml b/incubator/filegator/0.0.30/questions.yaml similarity index 100% rename from incubator/filegator/0.0.29/questions.yaml rename to incubator/filegator/0.0.30/questions.yaml diff --git a/incubator/filegator/0.0.29/templates/common.yaml b/incubator/filegator/0.0.30/templates/common.yaml similarity index 100% rename from incubator/filegator/0.0.29/templates/common.yaml rename to incubator/filegator/0.0.30/templates/common.yaml diff --git a/incubator/filegator/0.0.29/values.yaml b/incubator/filegator/0.0.30/values.yaml similarity index 100% rename from incubator/filegator/0.0.29/values.yaml rename to incubator/filegator/0.0.30/values.yaml diff --git a/incubator/fileshelter/0.0.29/CHANGELOG.md b/incubator/fileshelter/0.0.29/CHANGELOG.md deleted file mode 100644 index 0627fb29e29..00000000000 --- a/incubator/fileshelter/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fileshelter-0.0.29](https://github.com/truecharts/charts/compare/fileshelter-0.0.28...fileshelter-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fileshelter-0.0.28](https://github.com/truecharts/charts/compare/fileshelter-0.0.27...fileshelter-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fileshelter-0.0.28](https://github.com/truecharts/charts/compare/fileshelter-0.0.27...fileshelter-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fileshelter-0.0.27](https://github.com/truecharts/charts/compare/fileshelter-0.0.26...fileshelter-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fileshelter-0.0.26](https://github.com/truecharts/charts/compare/fileshelter-0.0.25...fileshelter-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fileshelter-0.0.25](https://github.com/truecharts/charts/compare/fileshelter-0.0.24...fileshelter-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fileshelter-0.0.24](https://github.com/truecharts/charts/compare/fileshelter-0.0.23...fileshelter-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [fileshelter-0.0.24](https://github.com/truecharts/charts/compare/fileshelter-0.0.23...fileshelter-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fileshelter/0.0.29/Chart.lock b/incubator/fileshelter/0.0.29/Chart.lock deleted file mode 100644 index d304bc8aa73..00000000000 --- a/incubator/fileshelter/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:35.283929173Z" diff --git a/incubator/fileshelter/0.0.29/Chart.yaml b/incubator/fileshelter/0.0.29/Chart.yaml deleted file mode 100644 index fe1ba0cbdf4..00000000000 --- a/incubator/fileshelter/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-Web - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!" -home: https://truecharts.org/docs/charts/incubator/fileshelter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png -keywords: - - fileshelter - - Cloud - - Tools-Utilities - - Network-Web - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fileshelter -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fileshelter - - https://github.com/epoupon/fileshelter - - https://hub.docker.com/r/epoupon/fileshelter -type: application -version: 0.0.29 diff --git a/incubator/fileshelter/0.0.29/README.md b/incubator/fileshelter/0.0.29/README.md deleted file mode 100644 index b2c666c4eb5..00000000000 --- a/incubator/fileshelter/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fileshelter - -FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fileshelter](https://truecharts.org/docs/charts/incubator/fileshelter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fileshelter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fileshelter TrueCharts/fileshelter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fileshelter` deployment - -```console -helm uninstall fileshelter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fileshelter \ - --set env.TZ="America/New York" \ - TrueCharts/fileshelter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fileshelter TrueCharts/fileshelter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fileshelter/0.0.29/charts/common-10.7.0.tgz b/incubator/fileshelter/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fileshelter/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fileshelter/0.0.30/CHANGELOG.md b/incubator/fileshelter/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..036b8be8050 --- /dev/null +++ b/incubator/fileshelter/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fileshelter-0.0.30](https://github.com/truecharts/charts/compare/fileshelter-0.0.29...fileshelter-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fileshelter-0.0.29](https://github.com/truecharts/charts/compare/fileshelter-0.0.28...fileshelter-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fileshelter-0.0.28](https://github.com/truecharts/charts/compare/fileshelter-0.0.27...fileshelter-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fileshelter-0.0.28](https://github.com/truecharts/charts/compare/fileshelter-0.0.27...fileshelter-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fileshelter-0.0.27](https://github.com/truecharts/charts/compare/fileshelter-0.0.26...fileshelter-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fileshelter-0.0.26](https://github.com/truecharts/charts/compare/fileshelter-0.0.25...fileshelter-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fileshelter-0.0.25](https://github.com/truecharts/charts/compare/fileshelter-0.0.24...fileshelter-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fileshelter-0.0.24](https://github.com/truecharts/charts/compare/fileshelter-0.0.23...fileshelter-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [fileshelter-0.0.24](https://github.com/truecharts/charts/compare/fileshelter-0.0.23...fileshelter-0.0.24) (2022-09-21) diff --git a/incubator/fileshelter/0.0.30/Chart.lock b/incubator/fileshelter/0.0.30/Chart.lock new file mode 100644 index 00000000000..973794727c4 --- /dev/null +++ b/incubator/fileshelter/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:13.273524211Z" diff --git a/incubator/fileshelter/0.0.30/Chart.yaml b/incubator/fileshelter/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e66f0083b8b --- /dev/null +++ b/incubator/fileshelter/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-Web + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!" +home: https://truecharts.org/docs/charts/incubator/fileshelter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.png +keywords: + - fileshelter + - Cloud + - Tools-Utilities + - Network-Web + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fileshelter +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fileshelter + - https://github.com/epoupon/fileshelter + - https://hub.docker.com/r/epoupon/fileshelter +type: application +version: 0.0.30 diff --git a/incubator/fileshelter/0.0.30/README.md b/incubator/fileshelter/0.0.30/README.md new file mode 100644 index 00000000000..b8872d36e0e --- /dev/null +++ b/incubator/fileshelter/0.0.30/README.md @@ -0,0 +1,107 @@ +# fileshelter + +FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fileshelter](https://truecharts.org/docs/charts/incubator/fileshelter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fileshelter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fileshelter TrueCharts/fileshelter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fileshelter` deployment + +```console +helm uninstall fileshelter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fileshelter \ + --set env.TZ="America/New York" \ + TrueCharts/fileshelter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fileshelter TrueCharts/fileshelter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fileshelter/0.0.29/app-readme.md b/incubator/fileshelter/0.0.30/app-readme.md similarity index 100% rename from incubator/fileshelter/0.0.29/app-readme.md rename to incubator/fileshelter/0.0.30/app-readme.md diff --git a/incubator/fileshelter/0.0.30/charts/common-10.7.1.tgz b/incubator/fileshelter/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fileshelter/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fileshelter/0.0.29/ix_values.yaml b/incubator/fileshelter/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fileshelter/0.0.29/ix_values.yaml rename to incubator/fileshelter/0.0.30/ix_values.yaml diff --git a/incubator/fileshelter/0.0.29/questions.yaml b/incubator/fileshelter/0.0.30/questions.yaml similarity index 100% rename from incubator/fileshelter/0.0.29/questions.yaml rename to incubator/fileshelter/0.0.30/questions.yaml diff --git a/incubator/fileshelter/0.0.29/templates/common.yaml b/incubator/fileshelter/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fileshelter/0.0.29/templates/common.yaml rename to incubator/fileshelter/0.0.30/templates/common.yaml diff --git a/incubator/fileshelter/0.0.29/values.yaml b/incubator/fileshelter/0.0.30/values.yaml similarity index 100% rename from incubator/fileshelter/0.0.29/values.yaml rename to incubator/fileshelter/0.0.30/values.yaml diff --git a/incubator/filestash/0.0.46/CHANGELOG.md b/incubator/filestash/0.0.46/CHANGELOG.md deleted file mode 100644 index 235bba48dad..00000000000 --- a/incubator/filestash/0.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filestash-0.0.46](https://github.com/truecharts/charts/compare/filestash-0.0.45...filestash-0.0.46) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [filestash-0.0.45](https://github.com/truecharts/charts/compare/filestash-0.0.44...filestash-0.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filestash-0.0.44](https://github.com/truecharts/charts/compare/filestash-0.0.43...filestash-0.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filestash-0.0.44](https://github.com/truecharts/charts/compare/filestash-0.0.43...filestash-0.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filestash-0.0.43](https://github.com/truecharts/charts/compare/filestash-0.0.42...filestash-0.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [filestash-0.0.42](https://github.com/truecharts/charts/compare/filestash-0.0.41...filestash-0.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filestash-0.0.41](https://github.com/truecharts/charts/compare/filestash-0.0.40...filestash-0.0.41) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) - - - - -## [filestash-0.0.40](https://github.com/truecharts/charts/compare/filestash-0.0.39...filestash-0.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filestash-0.0.39](https://github.com/truecharts/charts/compare/filestash-0.0.38...filestash-0.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filestash-0.0.38](https://github.com/truecharts/charts/compare/filestash-0.0.34...filestash-0.0.38) (2022-09-22) - -### Chore diff --git a/incubator/filestash/0.0.46/Chart.lock b/incubator/filestash/0.0.46/Chart.lock deleted file mode 100644 index 3bf5924222b..00000000000 --- a/incubator/filestash/0.0.46/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:59.414112668Z" diff --git a/incubator/filestash/0.0.46/Chart.yaml b/incubator/filestash/0.0.46/Chart.yaml deleted file mode 100644 index f1fd37693f4..00000000000 --- a/incubator/filestash/0.0.46/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... -home: https://truecharts.org/docs/charts/incubator/filestash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png -keywords: - - filestash - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filestash -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/filestash - - https://www.filestash.app/ - - https://hub.docker.com/r/machines/filestash/ -type: application -version: 0.0.46 diff --git a/incubator/filestash/0.0.46/README.md b/incubator/filestash/0.0.46/README.md deleted file mode 100644 index 8569ba3ca8a..00000000000 --- a/incubator/filestash/0.0.46/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# filestash - -A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filestash](https://truecharts.org/docs/charts/incubator/filestash) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filestash` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filestash TrueCharts/filestash -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filestash` deployment - -```console -helm uninstall filestash -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filestash \ - --set env.TZ="America/New York" \ - TrueCharts/filestash -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filestash TrueCharts/filestash -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/filestash/0.0.46/charts/common-10.7.0.tgz b/incubator/filestash/0.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/filestash/0.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/filestash/0.0.47/CHANGELOG.md b/incubator/filestash/0.0.47/CHANGELOG.md new file mode 100644 index 00000000000..90ab5b04a1b --- /dev/null +++ b/incubator/filestash/0.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filestash-0.0.47](https://github.com/truecharts/charts/compare/filestash-0.0.46...filestash-0.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filestash-0.0.46](https://github.com/truecharts/charts/compare/filestash-0.0.45...filestash-0.0.46) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [filestash-0.0.45](https://github.com/truecharts/charts/compare/filestash-0.0.44...filestash-0.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filestash-0.0.44](https://github.com/truecharts/charts/compare/filestash-0.0.43...filestash-0.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filestash-0.0.44](https://github.com/truecharts/charts/compare/filestash-0.0.43...filestash-0.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filestash-0.0.43](https://github.com/truecharts/charts/compare/filestash-0.0.42...filestash-0.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [filestash-0.0.42](https://github.com/truecharts/charts/compare/filestash-0.0.41...filestash-0.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filestash-0.0.41](https://github.com/truecharts/charts/compare/filestash-0.0.40...filestash-0.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [filestash-0.0.40](https://github.com/truecharts/charts/compare/filestash-0.0.39...filestash-0.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filestash-0.0.39](https://github.com/truecharts/charts/compare/filestash-0.0.38...filestash-0.0.39) (2022-09-25) + +### Chore diff --git a/incubator/filestash/0.0.47/Chart.lock b/incubator/filestash/0.0.47/Chart.lock new file mode 100644 index 00000000000..3113db70dc6 --- /dev/null +++ b/incubator/filestash/0.0.47/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:27.323406746Z" diff --git a/incubator/filestash/0.0.47/Chart.yaml b/incubator/filestash/0.0.47/Chart.yaml new file mode 100644 index 00000000000..ab17df884c4 --- /dev/null +++ b/incubator/filestash/0.0.47/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... +home: https://truecharts.org/docs/charts/incubator/filestash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.png +keywords: + - filestash + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filestash +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/filestash + - https://www.filestash.app/ + - https://hub.docker.com/r/machines/filestash/ +type: application +version: 0.0.47 diff --git a/incubator/filestash/0.0.47/README.md b/incubator/filestash/0.0.47/README.md new file mode 100644 index 00000000000..e08d3fa21c6 --- /dev/null +++ b/incubator/filestash/0.0.47/README.md @@ -0,0 +1,107 @@ +# filestash + +A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filestash](https://truecharts.org/docs/charts/incubator/filestash) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filestash` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filestash TrueCharts/filestash +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filestash` deployment + +```console +helm uninstall filestash +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filestash \ + --set env.TZ="America/New York" \ + TrueCharts/filestash +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filestash TrueCharts/filestash -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/filestash/0.0.46/app-readme.md b/incubator/filestash/0.0.47/app-readme.md similarity index 100% rename from incubator/filestash/0.0.46/app-readme.md rename to incubator/filestash/0.0.47/app-readme.md diff --git a/incubator/filestash/0.0.47/charts/common-10.7.1.tgz b/incubator/filestash/0.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/filestash/0.0.47/charts/common-10.7.1.tgz differ diff --git a/incubator/filestash/0.0.46/ix_values.yaml b/incubator/filestash/0.0.47/ix_values.yaml similarity index 100% rename from incubator/filestash/0.0.46/ix_values.yaml rename to incubator/filestash/0.0.47/ix_values.yaml diff --git a/incubator/filestash/0.0.46/questions.yaml b/incubator/filestash/0.0.47/questions.yaml similarity index 100% rename from incubator/filestash/0.0.46/questions.yaml rename to incubator/filestash/0.0.47/questions.yaml diff --git a/incubator/filestash/0.0.46/templates/common.yaml b/incubator/filestash/0.0.47/templates/common.yaml similarity index 100% rename from incubator/filestash/0.0.46/templates/common.yaml rename to incubator/filestash/0.0.47/templates/common.yaml diff --git a/incubator/filestash/0.0.46/values.yaml b/incubator/filestash/0.0.47/values.yaml similarity index 100% rename from incubator/filestash/0.0.46/values.yaml rename to incubator/filestash/0.0.47/values.yaml diff --git a/incubator/fireflyiii-data-importer/0.0.2/CHANGELOG.md b/incubator/fireflyiii-data-importer/0.0.2/CHANGELOG.md deleted file mode 100644 index 6f45870cee9..00000000000 --- a/incubator/fireflyiii-data-importer/0.0.2/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - - - -## [fireflyiii-data-importer-0.0.2](https://github.com/truecharts/charts/compare/fireflyiii-data-importer-0.0.1...fireflyiii-data-importer-0.0.2) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fireflyiii-data-importer-0.0.1]fireflyiii-data-importer-0.0.1 (2022-10-08) diff --git a/incubator/fireflyiii-data-importer/0.0.2/Chart.lock b/incubator/fireflyiii-data-importer/0.0.2/Chart.lock deleted file mode 100644 index 9ba48c98b9c..00000000000 --- a/incubator/fireflyiii-data-importer/0.0.2/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:37:58.666199336Z" diff --git a/incubator/fireflyiii-data-importer/0.0.2/Chart.yaml b/incubator/fireflyiii-data-importer/0.0.2/Chart.yaml deleted file mode 100644 index 5a4f13ddb7d..00000000000 --- a/incubator/fireflyiii-data-importer/0.0.2/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: fireflyiii-data-importer -version: 0.0.2 -appVersion: "0.9.16" -description: Firefly III Data Importer. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/fireflyiii-data-importer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii-data-importer.png -keywords: - - fireflyiii-data-importer - - data - - tool -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fireflyiii-data-importer - - https://docs.firefly-iii.org/data-importer/install/configure/ - - https://hub.docker.com/r/fireflyiii/data-importer - - https://github.com/firefly-iii/data-importer -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - financial - - tool - - data - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/fireflyiii-data-importer/0.0.2/README.md b/incubator/fireflyiii-data-importer/0.0.2/README.md deleted file mode 100644 index a90920fd76b..00000000000 --- a/incubator/fireflyiii-data-importer/0.0.2/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# fireflyiii-data-importer - -Firefly III Data Importer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fireflyiii-data-importer](https://truecharts.org/docs/charts/incubator/fireflyiii-data-importer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fireflyiii-data-importer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fireflyiii-data-importer TrueCharts/fireflyiii-data-importer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fireflyiii-data-importer` deployment - -```console -helm uninstall fireflyiii-data-importer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fireflyiii-data-importer \ - --set env.TZ="America/New York" \ - TrueCharts/fireflyiii-data-importer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fireflyiii-data-importer TrueCharts/fireflyiii-data-importer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fireflyiii-data-importer/0.0.2/charts/common-10.7.0.tgz b/incubator/fireflyiii-data-importer/0.0.2/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fireflyiii-data-importer/0.0.2/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fireflyiii-data-importer/0.0.3/CHANGELOG.md b/incubator/fireflyiii-data-importer/0.0.3/CHANGELOG.md new file mode 100644 index 00000000000..f9734a59b86 --- /dev/null +++ b/incubator/fireflyiii-data-importer/0.0.3/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + + + +## [fireflyiii-data-importer-0.0.3](https://github.com/truecharts/charts/compare/fireflyiii-data-importer-0.0.2...fireflyiii-data-importer-0.0.3) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fireflyiii-data-importer-0.0.2](https://github.com/truecharts/charts/compare/fireflyiii-data-importer-0.0.1...fireflyiii-data-importer-0.0.2) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fireflyiii-data-importer-0.0.1]fireflyiii-data-importer-0.0.1 (2022-10-08) diff --git a/incubator/fireflyiii-data-importer/0.0.3/Chart.lock b/incubator/fireflyiii-data-importer/0.0.3/Chart.lock new file mode 100644 index 00000000000..0fa87e43d1c --- /dev/null +++ b/incubator/fireflyiii-data-importer/0.0.3/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:40.293505988Z" diff --git a/incubator/fireflyiii-data-importer/0.0.3/Chart.yaml b/incubator/fireflyiii-data-importer/0.0.3/Chart.yaml new file mode 100644 index 00000000000..7e77a7898c8 --- /dev/null +++ b/incubator/fireflyiii-data-importer/0.0.3/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: fireflyiii-data-importer +version: 0.0.3 +appVersion: "0.9.16" +description: Firefly III Data Importer. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/fireflyiii-data-importer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii-data-importer.png +keywords: + - fireflyiii-data-importer + - data + - tool +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fireflyiii-data-importer + - https://docs.firefly-iii.org/data-importer/install/configure/ + - https://hub.docker.com/r/fireflyiii/data-importer + - https://github.com/firefly-iii/data-importer +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - financial + - tool + - data + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/fireflyiii-data-importer/0.0.3/README.md b/incubator/fireflyiii-data-importer/0.0.3/README.md new file mode 100644 index 00000000000..78e77a56d62 --- /dev/null +++ b/incubator/fireflyiii-data-importer/0.0.3/README.md @@ -0,0 +1,108 @@ +# fireflyiii-data-importer + +Firefly III Data Importer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fireflyiii-data-importer](https://truecharts.org/docs/charts/incubator/fireflyiii-data-importer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fireflyiii-data-importer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fireflyiii-data-importer TrueCharts/fireflyiii-data-importer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fireflyiii-data-importer` deployment + +```console +helm uninstall fireflyiii-data-importer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fireflyiii-data-importer \ + --set env.TZ="America/New York" \ + TrueCharts/fireflyiii-data-importer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fireflyiii-data-importer TrueCharts/fireflyiii-data-importer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fireflyiii-data-importer/0.0.2/app-readme.md b/incubator/fireflyiii-data-importer/0.0.3/app-readme.md similarity index 100% rename from incubator/fireflyiii-data-importer/0.0.2/app-readme.md rename to incubator/fireflyiii-data-importer/0.0.3/app-readme.md diff --git a/incubator/fireflyiii-data-importer/0.0.3/charts/common-10.7.1.tgz b/incubator/fireflyiii-data-importer/0.0.3/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fireflyiii-data-importer/0.0.3/charts/common-10.7.1.tgz differ diff --git a/incubator/fireflyiii-data-importer/0.0.2/ix_values.yaml b/incubator/fireflyiii-data-importer/0.0.3/ix_values.yaml similarity index 100% rename from incubator/fireflyiii-data-importer/0.0.2/ix_values.yaml rename to incubator/fireflyiii-data-importer/0.0.3/ix_values.yaml diff --git a/incubator/fireflyiii-data-importer/0.0.2/questions.yaml b/incubator/fireflyiii-data-importer/0.0.3/questions.yaml similarity index 100% rename from incubator/fireflyiii-data-importer/0.0.2/questions.yaml rename to incubator/fireflyiii-data-importer/0.0.3/questions.yaml diff --git a/incubator/fireflyiii-data-importer/0.0.2/templates/common.yaml b/incubator/fireflyiii-data-importer/0.0.3/templates/common.yaml similarity index 100% rename from incubator/fireflyiii-data-importer/0.0.2/templates/common.yaml rename to incubator/fireflyiii-data-importer/0.0.3/templates/common.yaml diff --git a/incubator/fireflyiii-data-importer/0.0.2/values.yaml b/incubator/fireflyiii-data-importer/0.0.3/values.yaml similarity index 100% rename from incubator/fireflyiii-data-importer/0.0.2/values.yaml rename to incubator/fireflyiii-data-importer/0.0.3/values.yaml diff --git a/incubator/firefox-desktop-g3/0.0.34/CHANGELOG.md b/incubator/firefox-desktop-g3/0.0.34/CHANGELOG.md deleted file mode 100644 index 871589d8ea1..00000000000 --- a/incubator/firefox-desktop-g3/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [firefox-desktop-g3-0.0.34](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.33...firefox-desktop-g3-0.0.34) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [firefox-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.32...firefox-desktop-g3-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.32...firefox-desktop-g3-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.31...firefox-desktop-g3-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [firefox-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.30...firefox-desktop-g3-0.0.31) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [firefox-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.29...firefox-desktop-g3-0.0.30) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [firefox-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.29...firefox-desktop-g3-0.0.30) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [firefox-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.28...firefox-desktop-g3-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [firefox-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.27...firefox-desktop-g3-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [firefox-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.25...firefox-desktop-g3-0.0.27) (2022-09-22) diff --git a/incubator/firefox-desktop-g3/0.0.34/Chart.lock b/incubator/firefox-desktop-g3/0.0.34/Chart.lock deleted file mode 100644 index e12b07e72cd..00000000000 --- a/incubator/firefox-desktop-g3/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:01.70508397Z" diff --git a/incubator/firefox-desktop-g3/0.0.34/Chart.yaml b/incubator/firefox-desktop-g3/0.0.34/Chart.yaml deleted file mode 100644 index a3ce076f991..00000000000 --- a/incubator/firefox-desktop-g3/0.0.34/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/firefox-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png -keywords: - - firefox-desktop-g3 - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: firefox-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/firefox-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 -type: application -version: 0.0.34 diff --git a/incubator/firefox-desktop-g3/0.0.34/README.md b/incubator/firefox-desktop-g3/0.0.34/README.md deleted file mode 100644 index 9d0d814a32c..00000000000 --- a/incubator/firefox-desktop-g3/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# firefox-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [firefox-desktop-g3](https://truecharts.org/docs/charts/incubator/firefox-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `firefox-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `firefox-desktop-g3` deployment - -```console -helm uninstall firefox-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install firefox-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/firefox-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/firefox-desktop-g3/0.0.34/charts/common-10.7.0.tgz b/incubator/firefox-desktop-g3/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/firefox-desktop-g3/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/firefox-desktop-g3/0.0.35/CHANGELOG.md b/incubator/firefox-desktop-g3/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..dc1db1f8b28 --- /dev/null +++ b/incubator/firefox-desktop-g3/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [firefox-desktop-g3-0.0.35](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.34...firefox-desktop-g3-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [firefox-desktop-g3-0.0.34](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.33...firefox-desktop-g3-0.0.34) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [firefox-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.32...firefox-desktop-g3-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-desktop-g3-0.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.32...firefox-desktop-g3-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.31...firefox-desktop-g3-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [firefox-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.30...firefox-desktop-g3-0.0.31) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [firefox-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.29...firefox-desktop-g3-0.0.30) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [firefox-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.29...firefox-desktop-g3-0.0.30) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [firefox-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.28...firefox-desktop-g3-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [firefox-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.27...firefox-desktop-g3-0.0.28) (2022-09-25) diff --git a/incubator/firefox-desktop-g3/0.0.35/Chart.lock b/incubator/firefox-desktop-g3/0.0.35/Chart.lock new file mode 100644 index 00000000000..faefd90d331 --- /dev/null +++ b/incubator/firefox-desktop-g3/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:43.385601844Z" diff --git a/incubator/firefox-desktop-g3/0.0.35/Chart.yaml b/incubator/firefox-desktop-g3/0.0.35/Chart.yaml new file mode 100644 index 00000000000..c9bee2fde14 --- /dev/null +++ b/incubator/firefox-desktop-g3/0.0.35/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/firefox-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.png +keywords: + - firefox-desktop-g3 + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: firefox-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/firefox-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3 +type: application +version: 0.0.35 diff --git a/incubator/firefox-desktop-g3/0.0.35/README.md b/incubator/firefox-desktop-g3/0.0.35/README.md new file mode 100644 index 00000000000..59ff4cb322f --- /dev/null +++ b/incubator/firefox-desktop-g3/0.0.35/README.md @@ -0,0 +1,107 @@ +# firefox-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [firefox-desktop-g3](https://truecharts.org/docs/charts/incubator/firefox-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `firefox-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `firefox-desktop-g3` deployment + +```console +helm uninstall firefox-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install firefox-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/firefox-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install firefox-desktop-g3 TrueCharts/firefox-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/firefox-desktop-g3/0.0.34/app-readme.md b/incubator/firefox-desktop-g3/0.0.35/app-readme.md similarity index 100% rename from incubator/firefox-desktop-g3/0.0.34/app-readme.md rename to incubator/firefox-desktop-g3/0.0.35/app-readme.md diff --git a/incubator/firefox-desktop-g3/0.0.35/charts/common-10.7.1.tgz b/incubator/firefox-desktop-g3/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/firefox-desktop-g3/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/firefox-desktop-g3/0.0.34/ix_values.yaml b/incubator/firefox-desktop-g3/0.0.35/ix_values.yaml similarity index 100% rename from incubator/firefox-desktop-g3/0.0.34/ix_values.yaml rename to incubator/firefox-desktop-g3/0.0.35/ix_values.yaml diff --git a/incubator/firefox-desktop-g3/0.0.34/questions.yaml b/incubator/firefox-desktop-g3/0.0.35/questions.yaml similarity index 100% rename from incubator/firefox-desktop-g3/0.0.34/questions.yaml rename to incubator/firefox-desktop-g3/0.0.35/questions.yaml diff --git a/incubator/firefox-desktop-g3/0.0.34/templates/common.yaml b/incubator/firefox-desktop-g3/0.0.35/templates/common.yaml similarity index 100% rename from incubator/firefox-desktop-g3/0.0.34/templates/common.yaml rename to incubator/firefox-desktop-g3/0.0.35/templates/common.yaml diff --git a/incubator/firefox-desktop-g3/0.0.34/values.yaml b/incubator/firefox-desktop-g3/0.0.35/values.yaml similarity index 100% rename from incubator/firefox-desktop-g3/0.0.34/values.yaml rename to incubator/firefox-desktop-g3/0.0.35/values.yaml diff --git a/incubator/fireshare/0.0.35/CHANGELOG.md b/incubator/fireshare/0.0.35/CHANGELOG.md deleted file mode 100644 index c1e3bcfec97..00000000000 --- a/incubator/fireshare/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fireshare-0.0.35](https://github.com/truecharts/charts/compare/fireshare-0.0.34...fireshare-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fireshare-0.0.34](https://github.com/truecharts/charts/compare/fireshare-0.0.33...fireshare-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fireshare-0.0.34](https://github.com/truecharts/charts/compare/fireshare-0.0.33...fireshare-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fireshare-0.0.33](https://github.com/truecharts/charts/compare/fireshare-0.0.32...fireshare-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fireshare-0.0.32](https://github.com/truecharts/charts/compare/fireshare-0.0.31...fireshare-0.0.32) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [fireshare-0.0.31](https://github.com/truecharts/charts/compare/fireshare-0.0.30...fireshare-0.0.31) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [fireshare-0.0.30](https://github.com/truecharts/charts/compare/fireshare-0.0.29...fireshare-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fireshare-0.0.29](https://github.com/truecharts/charts/compare/fireshare-0.0.28...fireshare-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fireshare-0.0.28](https://github.com/truecharts/charts/compare/fireshare-0.0.27...fireshare-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fireshare/0.0.35/Chart.lock b/incubator/fireshare/0.0.35/Chart.lock deleted file mode 100644 index 71c0060b3c5..00000000000 --- a/incubator/fireshare/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:04.579255889Z" diff --git a/incubator/fireshare/0.0.35/Chart.yaml b/incubator/fireshare/0.0.35/Chart.yaml deleted file mode 100644 index 5f32c2073c9..00000000000 --- a/incubator/fireshare/0.0.35/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.5" -kubeVersion: ">=1.16.0-0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: "Share your game clips, videos, or other media via unique links." -version: 0.0.35 -deprecated: false -home: https://truecharts.org/docs/charts/incubator/fireshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png -keywords: - - fireshare -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fireshare -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fireshare - - https://github.com/ShaneIsrael/fireshare - - https://hub.docker.com/r/shaneisrael/fireshare -type: application -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media diff --git a/incubator/fireshare/0.0.35/README.md b/incubator/fireshare/0.0.35/README.md deleted file mode 100644 index 2fc40da32e7..00000000000 --- a/incubator/fireshare/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fireshare - -Share your game clips, videos, or other media via unique links. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fireshare](https://truecharts.org/docs/charts/incubator/fireshare) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fireshare` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fireshare TrueCharts/fireshare -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fireshare` deployment - -```console -helm uninstall fireshare -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fireshare \ - --set env.TZ="America/New York" \ - TrueCharts/fireshare -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fireshare TrueCharts/fireshare -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fireshare/0.0.35/charts/common-10.7.0.tgz b/incubator/fireshare/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fireshare/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fireshare/0.0.36/CHANGELOG.md b/incubator/fireshare/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..8b5d99aa194 --- /dev/null +++ b/incubator/fireshare/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fireshare-0.0.36](https://github.com/truecharts/charts/compare/fireshare-0.0.35...fireshare-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fireshare-0.0.35](https://github.com/truecharts/charts/compare/fireshare-0.0.34...fireshare-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fireshare-0.0.34](https://github.com/truecharts/charts/compare/fireshare-0.0.33...fireshare-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fireshare-0.0.34](https://github.com/truecharts/charts/compare/fireshare-0.0.33...fireshare-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fireshare-0.0.33](https://github.com/truecharts/charts/compare/fireshare-0.0.32...fireshare-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fireshare-0.0.32](https://github.com/truecharts/charts/compare/fireshare-0.0.31...fireshare-0.0.32) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [fireshare-0.0.31](https://github.com/truecharts/charts/compare/fireshare-0.0.30...fireshare-0.0.31) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [fireshare-0.0.30](https://github.com/truecharts/charts/compare/fireshare-0.0.29...fireshare-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fireshare-0.0.29](https://github.com/truecharts/charts/compare/fireshare-0.0.28...fireshare-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fireshare-0.0.28](https://github.com/truecharts/charts/compare/fireshare-0.0.27...fireshare-0.0.28) (2022-09-22) + +### Chore diff --git a/incubator/fireshare/0.0.36/Chart.lock b/incubator/fireshare/0.0.36/Chart.lock new file mode 100644 index 00000000000..6f021855e1f --- /dev/null +++ b/incubator/fireshare/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:44.546843035Z" diff --git a/incubator/fireshare/0.0.36/Chart.yaml b/incubator/fireshare/0.0.36/Chart.yaml new file mode 100644 index 00000000000..449fcee4d5a --- /dev/null +++ b/incubator/fireshare/0.0.36/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.2.5" +kubeVersion: ">=1.16.0-0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: "Share your game clips, videos, or other media via unique links." +version: 0.0.36 +deprecated: false +home: https://truecharts.org/docs/charts/incubator/fireshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.png +keywords: + - fireshare +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fireshare +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fireshare + - https://github.com/ShaneIsrael/fireshare + - https://hub.docker.com/r/shaneisrael/fireshare +type: application +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media diff --git a/incubator/fireshare/0.0.36/README.md b/incubator/fireshare/0.0.36/README.md new file mode 100644 index 00000000000..0dad58aea70 --- /dev/null +++ b/incubator/fireshare/0.0.36/README.md @@ -0,0 +1,107 @@ +# fireshare + +Share your game clips, videos, or other media via unique links. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fireshare](https://truecharts.org/docs/charts/incubator/fireshare) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fireshare` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fireshare TrueCharts/fireshare +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fireshare` deployment + +```console +helm uninstall fireshare +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fireshare \ + --set env.TZ="America/New York" \ + TrueCharts/fireshare +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fireshare TrueCharts/fireshare -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fireshare/0.0.35/app-readme.md b/incubator/fireshare/0.0.36/app-readme.md similarity index 100% rename from incubator/fireshare/0.0.35/app-readme.md rename to incubator/fireshare/0.0.36/app-readme.md diff --git a/incubator/fireshare/0.0.36/charts/common-10.7.1.tgz b/incubator/fireshare/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fireshare/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/fireshare/0.0.35/ix_values.yaml b/incubator/fireshare/0.0.36/ix_values.yaml similarity index 100% rename from incubator/fireshare/0.0.35/ix_values.yaml rename to incubator/fireshare/0.0.36/ix_values.yaml diff --git a/incubator/fireshare/0.0.35/questions.yaml b/incubator/fireshare/0.0.36/questions.yaml similarity index 100% rename from incubator/fireshare/0.0.35/questions.yaml rename to incubator/fireshare/0.0.36/questions.yaml diff --git a/incubator/fireshare/0.0.35/templates/_secrets.tpl b/incubator/fireshare/0.0.36/templates/_secrets.tpl similarity index 100% rename from incubator/fireshare/0.0.35/templates/_secrets.tpl rename to incubator/fireshare/0.0.36/templates/_secrets.tpl diff --git a/incubator/fireshare/0.0.35/templates/common.yaml b/incubator/fireshare/0.0.36/templates/common.yaml similarity index 100% rename from incubator/fireshare/0.0.35/templates/common.yaml rename to incubator/fireshare/0.0.36/templates/common.yaml diff --git a/incubator/fireshare/0.0.35/values.yaml b/incubator/fireshare/0.0.36/values.yaml similarity index 100% rename from incubator/fireshare/0.0.35/values.yaml rename to incubator/fireshare/0.0.36/values.yaml diff --git a/incubator/fistfuloffrags/0.0.29/CHANGELOG.md b/incubator/fistfuloffrags/0.0.29/CHANGELOG.md deleted file mode 100644 index 3cfacdad5c6..00000000000 --- a/incubator/fistfuloffrags/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fistfuloffrags-0.0.29](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.28...fistfuloffrags-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fistfuloffrags-0.0.28](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.27...fistfuloffrags-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fistfuloffrags-0.0.28](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.27...fistfuloffrags-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fistfuloffrags-0.0.27](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.26...fistfuloffrags-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fistfuloffrags-0.0.26](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.25...fistfuloffrags-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fistfuloffrags-0.0.25](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.24...fistfuloffrags-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fistfuloffrags-0.0.24](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.23...fistfuloffrags-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fistfuloffrags-0.0.24](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.23...fistfuloffrags-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fistfuloffrags/0.0.29/Chart.lock b/incubator/fistfuloffrags/0.0.29/Chart.lock deleted file mode 100644 index e63bf6e1c87..00000000000 --- a/incubator/fistfuloffrags/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:16.826434449Z" diff --git a/incubator/fistfuloffrags/0.0.29/Chart.yaml b/incubator/fistfuloffrags/0.0.29/Chart.yaml deleted file mode 100644 index 6f5922bdd54..00000000000 --- a/incubator/fistfuloffrags/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it." -home: https://truecharts.org/docs/charts/incubator/fistfuloffrags -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png -keywords: - - fistfuloffrags - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fistfuloffrags -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fistfuloffrags - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/fistfuloffrags/0.0.29/README.md b/incubator/fistfuloffrags/0.0.29/README.md deleted file mode 100644 index 3aaab3f2e11..00000000000 --- a/incubator/fistfuloffrags/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fistfuloffrags - -This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fistfuloffrags](https://truecharts.org/docs/charts/incubator/fistfuloffrags) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fistfuloffrags` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fistfuloffrags TrueCharts/fistfuloffrags -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fistfuloffrags` deployment - -```console -helm uninstall fistfuloffrags -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fistfuloffrags \ - --set env.TZ="America/New York" \ - TrueCharts/fistfuloffrags -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fistfuloffrags TrueCharts/fistfuloffrags -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fistfuloffrags/0.0.29/charts/common-10.7.0.tgz b/incubator/fistfuloffrags/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fistfuloffrags/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fistfuloffrags/0.0.30/CHANGELOG.md b/incubator/fistfuloffrags/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..aade5d43d27 --- /dev/null +++ b/incubator/fistfuloffrags/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fistfuloffrags-0.0.30](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.29...fistfuloffrags-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fistfuloffrags-0.0.29](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.28...fistfuloffrags-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fistfuloffrags-0.0.28](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.27...fistfuloffrags-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fistfuloffrags-0.0.28](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.27...fistfuloffrags-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fistfuloffrags-0.0.27](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.26...fistfuloffrags-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fistfuloffrags-0.0.26](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.25...fistfuloffrags-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fistfuloffrags-0.0.25](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.24...fistfuloffrags-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fistfuloffrags-0.0.24](https://github.com/truecharts/charts/compare/fistfuloffrags-0.0.23...fistfuloffrags-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fistfuloffrags/0.0.30/Chart.lock b/incubator/fistfuloffrags/0.0.30/Chart.lock new file mode 100644 index 00000000000..e10c533f7a4 --- /dev/null +++ b/incubator/fistfuloffrags/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:18:58.518656901Z" diff --git a/incubator/fistfuloffrags/0.0.30/Chart.yaml b/incubator/fistfuloffrags/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ca1bfb05de4 --- /dev/null +++ b/incubator/fistfuloffrags/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it." +home: https://truecharts.org/docs/charts/incubator/fistfuloffrags +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.png +keywords: + - fistfuloffrags + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fistfuloffrags +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fistfuloffrags + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/fistfuloffrags/0.0.30/README.md b/incubator/fistfuloffrags/0.0.30/README.md new file mode 100644 index 00000000000..070f6b07c4a --- /dev/null +++ b/incubator/fistfuloffrags/0.0.30/README.md @@ -0,0 +1,107 @@ +# fistfuloffrags + +This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fistfuloffrags](https://truecharts.org/docs/charts/incubator/fistfuloffrags) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fistfuloffrags` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fistfuloffrags TrueCharts/fistfuloffrags +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fistfuloffrags` deployment + +```console +helm uninstall fistfuloffrags +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fistfuloffrags \ + --set env.TZ="America/New York" \ + TrueCharts/fistfuloffrags +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fistfuloffrags TrueCharts/fistfuloffrags -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fistfuloffrags/0.0.29/app-readme.md b/incubator/fistfuloffrags/0.0.30/app-readme.md similarity index 100% rename from incubator/fistfuloffrags/0.0.29/app-readme.md rename to incubator/fistfuloffrags/0.0.30/app-readme.md diff --git a/incubator/fistfuloffrags/0.0.30/charts/common-10.7.1.tgz b/incubator/fistfuloffrags/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fistfuloffrags/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fistfuloffrags/0.0.29/ix_values.yaml b/incubator/fistfuloffrags/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fistfuloffrags/0.0.29/ix_values.yaml rename to incubator/fistfuloffrags/0.0.30/ix_values.yaml diff --git a/incubator/fistfuloffrags/0.0.29/questions.yaml b/incubator/fistfuloffrags/0.0.30/questions.yaml similarity index 100% rename from incubator/fistfuloffrags/0.0.29/questions.yaml rename to incubator/fistfuloffrags/0.0.30/questions.yaml diff --git a/incubator/fistfuloffrags/0.0.29/templates/common.yaml b/incubator/fistfuloffrags/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fistfuloffrags/0.0.29/templates/common.yaml rename to incubator/fistfuloffrags/0.0.30/templates/common.yaml diff --git a/incubator/fistfuloffrags/0.0.29/values.yaml b/incubator/fistfuloffrags/0.0.30/values.yaml similarity index 100% rename from incubator/fistfuloffrags/0.0.29/values.yaml rename to incubator/fistfuloffrags/0.0.30/values.yaml diff --git a/incubator/fivem/0.0.29/CHANGELOG.md b/incubator/fivem/0.0.29/CHANGELOG.md deleted file mode 100644 index 939086aca8e..00000000000 --- a/incubator/fivem/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fivem-0.0.29](https://github.com/truecharts/charts/compare/fivem-0.0.28...fivem-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fivem-0.0.28](https://github.com/truecharts/charts/compare/fivem-0.0.27...fivem-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fivem-0.0.28](https://github.com/truecharts/charts/compare/fivem-0.0.27...fivem-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fivem-0.0.27](https://github.com/truecharts/charts/compare/fivem-0.0.26...fivem-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fivem-0.0.26](https://github.com/truecharts/charts/compare/fivem-0.0.25...fivem-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fivem-0.0.25](https://github.com/truecharts/charts/compare/fivem-0.0.24...fivem-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fivem-0.0.24](https://github.com/truecharts/charts/compare/fivem-0.0.23...fivem-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fivem-0.0.24](https://github.com/truecharts/charts/compare/fivem-0.0.23...fivem-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fivem/0.0.29/Chart.lock b/incubator/fivem/0.0.29/Chart.lock deleted file mode 100644 index eccd7999f28..00000000000 --- a/incubator/fivem/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:27.623475499Z" diff --git a/incubator/fivem/0.0.29/Chart.yaml b/incubator/fivem/0.0.29/Chart.yaml deleted file mode 100644 index 64ebb291a07..00000000000 --- a/incubator/fivem/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/docs/charts/incubator/fivem -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png -keywords: - - fivem - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fivem -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fivem - - https://fivem.net/ - - https://hub.docker.com/r/ich777/fivemserver/ -type: application -version: 0.0.29 diff --git a/incubator/fivem/0.0.29/README.md b/incubator/fivem/0.0.29/README.md deleted file mode 100644 index 87a525e3ff9..00000000000 --- a/incubator/fivem/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fivem - -With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fivem](https://truecharts.org/docs/charts/incubator/fivem) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fivem` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fivem TrueCharts/fivem -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fivem` deployment - -```console -helm uninstall fivem -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fivem \ - --set env.TZ="America/New York" \ - TrueCharts/fivem -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fivem TrueCharts/fivem -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fivem/0.0.29/charts/common-10.7.0.tgz b/incubator/fivem/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fivem/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fivem/0.0.30/CHANGELOG.md b/incubator/fivem/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a2f8be42ecf --- /dev/null +++ b/incubator/fivem/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fivem-0.0.30](https://github.com/truecharts/charts/compare/fivem-0.0.29...fivem-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fivem-0.0.29](https://github.com/truecharts/charts/compare/fivem-0.0.28...fivem-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fivem-0.0.28](https://github.com/truecharts/charts/compare/fivem-0.0.27...fivem-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fivem-0.0.28](https://github.com/truecharts/charts/compare/fivem-0.0.27...fivem-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fivem-0.0.27](https://github.com/truecharts/charts/compare/fivem-0.0.26...fivem-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fivem-0.0.26](https://github.com/truecharts/charts/compare/fivem-0.0.25...fivem-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fivem-0.0.25](https://github.com/truecharts/charts/compare/fivem-0.0.24...fivem-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fivem-0.0.24](https://github.com/truecharts/charts/compare/fivem-0.0.23...fivem-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fivem/0.0.30/Chart.lock b/incubator/fivem/0.0.30/Chart.lock new file mode 100644 index 00000000000..2726f374f9c --- /dev/null +++ b/incubator/fivem/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:12.663172996Z" diff --git a/incubator/fivem/0.0.30/Chart.yaml b/incubator/fivem/0.0.30/Chart.yaml new file mode 100644 index 00000000000..215436a8c02 --- /dev/null +++ b/incubator/fivem/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/docs/charts/incubator/fivem +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.png +keywords: + - fivem + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fivem +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fivem + - https://fivem.net/ + - https://hub.docker.com/r/ich777/fivemserver/ +type: application +version: 0.0.30 diff --git a/incubator/fivem/0.0.30/README.md b/incubator/fivem/0.0.30/README.md new file mode 100644 index 00000000000..15f7159f421 --- /dev/null +++ b/incubator/fivem/0.0.30/README.md @@ -0,0 +1,107 @@ +# fivem + +With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the 'Show more settings' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fivem](https://truecharts.org/docs/charts/incubator/fivem) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fivem` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fivem TrueCharts/fivem +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fivem` deployment + +```console +helm uninstall fivem +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fivem \ + --set env.TZ="America/New York" \ + TrueCharts/fivem +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fivem TrueCharts/fivem -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fivem/0.0.29/app-readme.md b/incubator/fivem/0.0.30/app-readme.md similarity index 100% rename from incubator/fivem/0.0.29/app-readme.md rename to incubator/fivem/0.0.30/app-readme.md diff --git a/incubator/fivem/0.0.30/charts/common-10.7.1.tgz b/incubator/fivem/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fivem/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fivem/0.0.29/ix_values.yaml b/incubator/fivem/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fivem/0.0.29/ix_values.yaml rename to incubator/fivem/0.0.30/ix_values.yaml diff --git a/incubator/fivem/0.0.29/questions.yaml b/incubator/fivem/0.0.30/questions.yaml similarity index 100% rename from incubator/fivem/0.0.29/questions.yaml rename to incubator/fivem/0.0.30/questions.yaml diff --git a/incubator/fivem/0.0.29/templates/common.yaml b/incubator/fivem/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fivem/0.0.29/templates/common.yaml rename to incubator/fivem/0.0.30/templates/common.yaml diff --git a/incubator/fivem/0.0.29/values.yaml b/incubator/fivem/0.0.30/values.yaml similarity index 100% rename from incubator/fivem/0.0.29/values.yaml rename to incubator/fivem/0.0.30/values.yaml diff --git a/incubator/flame/0.0.33/CHANGELOG.md b/incubator/flame/0.0.33/CHANGELOG.md deleted file mode 100644 index 06acba97d8f..00000000000 --- a/incubator/flame/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flame-0.0.33](https://github.com/truecharts/charts/compare/flame-0.0.32...flame-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flame-0.0.32](https://github.com/truecharts/charts/compare/flame-0.0.31...flame-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flame-0.0.32](https://github.com/truecharts/charts/compare/flame-0.0.31...flame-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flame-0.0.31](https://github.com/truecharts/charts/compare/flame-0.0.30...flame-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flame-0.0.30](https://github.com/truecharts/charts/compare/flame-0.0.29...flame-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flame-0.0.29](https://github.com/truecharts/charts/compare/flame-0.0.28...flame-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flame-0.0.28](https://github.com/truecharts/charts/compare/flame-0.0.27...flame-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [flame-0.0.28](https://github.com/truecharts/charts/compare/flame-0.0.27...flame-0.0.28) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/flame/0.0.33/Chart.lock b/incubator/flame/0.0.33/Chart.lock deleted file mode 100644 index a6c80475e93..00000000000 --- a/incubator/flame/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:30.701574135Z" diff --git a/incubator/flame/0.0.33/Chart.yaml b/incubator/flame/0.0.33/Chart.yaml deleted file mode 100644 index 17257230e2e..00000000000 --- a/incubator/flame/0.0.33/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. -home: https://truecharts.org/docs/charts/incubator/flame -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png -keywords: - - flame - - dashboard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flame -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/flame - - https://github.com/pawelmalak/flame - - https://hub.docker.com/r/pawelmalak/flame -type: application -version: 0.0.33 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities diff --git a/incubator/flame/0.0.33/README.md b/incubator/flame/0.0.33/README.md deleted file mode 100644 index 685ae7130f8..00000000000 --- a/incubator/flame/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flame - -Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flame](https://truecharts.org/docs/charts/incubator/flame) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flame` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flame TrueCharts/flame -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flame` deployment - -```console -helm uninstall flame -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flame \ - --set env.TZ="America/New York" \ - TrueCharts/flame -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flame TrueCharts/flame -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/flame/0.0.33/charts/common-10.7.0.tgz b/incubator/flame/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/flame/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/flame/0.0.34/CHANGELOG.md b/incubator/flame/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..ccdfdc1d000 --- /dev/null +++ b/incubator/flame/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flame-0.0.34](https://github.com/truecharts/charts/compare/flame-0.0.33...flame-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flame-0.0.33](https://github.com/truecharts/charts/compare/flame-0.0.32...flame-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flame-0.0.32](https://github.com/truecharts/charts/compare/flame-0.0.31...flame-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flame-0.0.32](https://github.com/truecharts/charts/compare/flame-0.0.31...flame-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flame-0.0.31](https://github.com/truecharts/charts/compare/flame-0.0.30...flame-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flame-0.0.30](https://github.com/truecharts/charts/compare/flame-0.0.29...flame-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flame-0.0.29](https://github.com/truecharts/charts/compare/flame-0.0.28...flame-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flame-0.0.28](https://github.com/truecharts/charts/compare/flame-0.0.27...flame-0.0.28) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/flame/0.0.34/Chart.lock b/incubator/flame/0.0.34/Chart.lock new file mode 100644 index 00000000000..0e911c8fb47 --- /dev/null +++ b/incubator/flame/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:14.374279347Z" diff --git a/incubator/flame/0.0.34/Chart.yaml b/incubator/flame/0.0.34/Chart.yaml new file mode 100644 index 00000000000..de2138cdd2d --- /dev/null +++ b/incubator/flame/0.0.34/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. +home: https://truecharts.org/docs/charts/incubator/flame +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.png +keywords: + - flame + - dashboard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flame +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flame + - https://github.com/pawelmalak/flame + - https://hub.docker.com/r/pawelmalak/flame +type: application +version: 0.0.34 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities diff --git a/incubator/flame/0.0.34/README.md b/incubator/flame/0.0.34/README.md new file mode 100644 index 00000000000..2f3348700f5 --- /dev/null +++ b/incubator/flame/0.0.34/README.md @@ -0,0 +1,107 @@ +# flame + +Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flame](https://truecharts.org/docs/charts/incubator/flame) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flame` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flame TrueCharts/flame +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flame` deployment + +```console +helm uninstall flame +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flame \ + --set env.TZ="America/New York" \ + TrueCharts/flame +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flame TrueCharts/flame -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/flame/0.0.33/app-readme.md b/incubator/flame/0.0.34/app-readme.md similarity index 100% rename from incubator/flame/0.0.33/app-readme.md rename to incubator/flame/0.0.34/app-readme.md diff --git a/incubator/flame/0.0.34/charts/common-10.7.1.tgz b/incubator/flame/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/flame/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/flame/0.0.33/ix_values.yaml b/incubator/flame/0.0.34/ix_values.yaml similarity index 100% rename from incubator/flame/0.0.33/ix_values.yaml rename to incubator/flame/0.0.34/ix_values.yaml diff --git a/incubator/flame/0.0.33/questions.yaml b/incubator/flame/0.0.34/questions.yaml similarity index 100% rename from incubator/flame/0.0.33/questions.yaml rename to incubator/flame/0.0.34/questions.yaml diff --git a/incubator/flame/0.0.33/templates/_integration.tpl b/incubator/flame/0.0.34/templates/_integration.tpl similarity index 100% rename from incubator/flame/0.0.33/templates/_integration.tpl rename to incubator/flame/0.0.34/templates/_integration.tpl diff --git a/incubator/flame/0.0.33/templates/common.yaml b/incubator/flame/0.0.34/templates/common.yaml similarity index 100% rename from incubator/flame/0.0.33/templates/common.yaml rename to incubator/flame/0.0.34/templates/common.yaml diff --git a/incubator/flame/0.0.33/values.yaml b/incubator/flame/0.0.34/values.yaml similarity index 100% rename from incubator/flame/0.0.33/values.yaml rename to incubator/flame/0.0.34/values.yaml diff --git a/incubator/flashpaper/0.0.30/CHANGELOG.md b/incubator/flashpaper/0.0.30/CHANGELOG.md deleted file mode 100644 index 98504991f29..00000000000 --- a/incubator/flashpaper/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flashpaper-0.0.30](https://github.com/truecharts/charts/compare/flashpaper-0.0.29...flashpaper-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flashpaper-0.0.29](https://github.com/truecharts/charts/compare/flashpaper-0.0.28...flashpaper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flashpaper-0.0.29](https://github.com/truecharts/charts/compare/flashpaper-0.0.28...flashpaper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flashpaper-0.0.28](https://github.com/truecharts/charts/compare/flashpaper-0.0.27...flashpaper-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flashpaper-0.0.27](https://github.com/truecharts/charts/compare/flashpaper-0.0.26...flashpaper-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flashpaper-0.0.26](https://github.com/truecharts/charts/compare/flashpaper-0.0.25...flashpaper-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flashpaper-0.0.25](https://github.com/truecharts/charts/compare/flashpaper-0.0.24...flashpaper-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [flashpaper-0.0.25](https://github.com/truecharts/charts/compare/flashpaper-0.0.24...flashpaper-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/flashpaper/0.0.30/Chart.lock b/incubator/flashpaper/0.0.30/Chart.lock deleted file mode 100644 index 1a3ce36540f..00000000000 --- a/incubator/flashpaper/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:33.702564669Z" diff --git a/incubator/flashpaper/0.0.30/Chart.yaml b/incubator/flashpaper/0.0.30/Chart.yaml deleted file mode 100644 index a635390190e..00000000000 --- a/incubator/flashpaper/0.0.30/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Security - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A one-time encrypted zero-knowledge password/secret sharing application focused on simplicity and security. No database or complicated set-up required." -home: https://truecharts.org/docs/charts/incubator/flashpaper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png -keywords: - - flashpaper - - Cloud - - Productivity - - Security - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flashpaper -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper - - https://github.com/AndrewPaglusch/FlashPaper - - https://hub.docker.com/r/andrewpaglusch/flashpaper -type: application -version: 0.0.30 diff --git a/incubator/flashpaper/0.0.30/README.md b/incubator/flashpaper/0.0.30/README.md deleted file mode 100644 index 34fcd396f55..00000000000 --- a/incubator/flashpaper/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flashpaper - -A one-time encrypted zero-knowledge password/secret sharing application focused on simplicity and security. No database or complicated set-up required. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flashpaper](https://truecharts.org/docs/charts/incubator/flashpaper) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flashpaper` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flashpaper TrueCharts/flashpaper -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flashpaper` deployment - -```console -helm uninstall flashpaper -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flashpaper \ - --set env.TZ="America/New York" \ - TrueCharts/flashpaper -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flashpaper TrueCharts/flashpaper -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/flashpaper/0.0.30/charts/common-10.7.0.tgz b/incubator/flashpaper/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/flashpaper/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/flashpaper/0.0.31/CHANGELOG.md b/incubator/flashpaper/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..f4d3106d9b0 --- /dev/null +++ b/incubator/flashpaper/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flashpaper-0.0.31](https://github.com/truecharts/charts/compare/flashpaper-0.0.30...flashpaper-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flashpaper-0.0.30](https://github.com/truecharts/charts/compare/flashpaper-0.0.29...flashpaper-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flashpaper-0.0.29](https://github.com/truecharts/charts/compare/flashpaper-0.0.28...flashpaper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flashpaper-0.0.29](https://github.com/truecharts/charts/compare/flashpaper-0.0.28...flashpaper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flashpaper-0.0.28](https://github.com/truecharts/charts/compare/flashpaper-0.0.27...flashpaper-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flashpaper-0.0.27](https://github.com/truecharts/charts/compare/flashpaper-0.0.26...flashpaper-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flashpaper-0.0.26](https://github.com/truecharts/charts/compare/flashpaper-0.0.25...flashpaper-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flashpaper-0.0.25](https://github.com/truecharts/charts/compare/flashpaper-0.0.24...flashpaper-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/flashpaper/0.0.31/Chart.lock b/incubator/flashpaper/0.0.31/Chart.lock new file mode 100644 index 00000000000..837fcc86a58 --- /dev/null +++ b/incubator/flashpaper/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:15.081274697Z" diff --git a/incubator/flashpaper/0.0.31/Chart.yaml b/incubator/flashpaper/0.0.31/Chart.yaml new file mode 100644 index 00000000000..165ee8c7785 --- /dev/null +++ b/incubator/flashpaper/0.0.31/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Security + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A one-time encrypted zero-knowledge password/secret sharing application focused on simplicity and security. No database or complicated set-up required." +home: https://truecharts.org/docs/charts/incubator/flashpaper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.png +keywords: + - flashpaper + - Cloud + - Productivity + - Security + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flashpaper +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flashpaper + - https://github.com/AndrewPaglusch/FlashPaper + - https://hub.docker.com/r/andrewpaglusch/flashpaper +type: application +version: 0.0.31 diff --git a/incubator/flashpaper/0.0.31/README.md b/incubator/flashpaper/0.0.31/README.md new file mode 100644 index 00000000000..64becb3462c --- /dev/null +++ b/incubator/flashpaper/0.0.31/README.md @@ -0,0 +1,107 @@ +# flashpaper + +A one-time encrypted zero-knowledge password/secret sharing application focused on simplicity and security. No database or complicated set-up required. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flashpaper](https://truecharts.org/docs/charts/incubator/flashpaper) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flashpaper` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flashpaper TrueCharts/flashpaper +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flashpaper` deployment + +```console +helm uninstall flashpaper +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flashpaper \ + --set env.TZ="America/New York" \ + TrueCharts/flashpaper +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flashpaper TrueCharts/flashpaper -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/flashpaper/0.0.30/app-readme.md b/incubator/flashpaper/0.0.31/app-readme.md similarity index 100% rename from incubator/flashpaper/0.0.30/app-readme.md rename to incubator/flashpaper/0.0.31/app-readme.md diff --git a/incubator/flashpaper/0.0.31/charts/common-10.7.1.tgz b/incubator/flashpaper/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/flashpaper/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/flashpaper/0.0.30/ix_values.yaml b/incubator/flashpaper/0.0.31/ix_values.yaml similarity index 100% rename from incubator/flashpaper/0.0.30/ix_values.yaml rename to incubator/flashpaper/0.0.31/ix_values.yaml diff --git a/incubator/flashpaper/0.0.30/questions.yaml b/incubator/flashpaper/0.0.31/questions.yaml similarity index 100% rename from incubator/flashpaper/0.0.30/questions.yaml rename to incubator/flashpaper/0.0.31/questions.yaml diff --git a/incubator/flashpaper/0.0.30/templates/common.yaml b/incubator/flashpaper/0.0.31/templates/common.yaml similarity index 100% rename from incubator/flashpaper/0.0.30/templates/common.yaml rename to incubator/flashpaper/0.0.31/templates/common.yaml diff --git a/incubator/flashpaper/0.0.30/values.yaml b/incubator/flashpaper/0.0.31/values.yaml similarity index 100% rename from incubator/flashpaper/0.0.30/values.yaml rename to incubator/flashpaper/0.0.31/values.yaml diff --git a/incubator/flatnotes/0.0.8/CHANGELOG.md b/incubator/flatnotes/0.0.8/CHANGELOG.md deleted file mode 100644 index a3117aa74e5..00000000000 --- a/incubator/flatnotes/0.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flatnotes-0.0.8](https://github.com/truecharts/charts/compare/flatnotes-0.0.7...flatnotes-0.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flatnotes-0.0.7](https://github.com/truecharts/charts/compare/flatnotes-0.0.6...flatnotes-0.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flatnotes-0.0.7](https://github.com/truecharts/charts/compare/flatnotes-0.0.6...flatnotes-0.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flatnotes-0.0.6](https://github.com/truecharts/charts/compare/flatnotes-0.0.5...flatnotes-0.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flatnotes-0.0.5](https://github.com/truecharts/charts/compare/flatnotes-0.0.4...flatnotes-0.0.5) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update container image tccr.io/truecharts/flatnotes to v2.0.0 ([#4002](https://github.com/truecharts/charts/issues/4002)) - - - - -## [flatnotes-0.0.4](https://github.com/truecharts/charts/compare/flatnotes-0.0.3...flatnotes-0.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flatnotes-0.0.3](https://github.com/truecharts/charts/compare/flatnotes-0.0.2...flatnotes-0.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flatnotes-0.0.2]flatnotes-0.0.2 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - move last apps to LB from simple ([#3825](https://github.com/truecharts/charts/issues/3825)) - - ### Feat - -- add flatnotes ([#3804](https://github.com/truecharts/charts/issues/3804)) - - - - -## [flatnotes-0.0.2]flatnotes-0.0.2 (2022-09-21) diff --git a/incubator/flatnotes/0.0.8/Chart.lock b/incubator/flatnotes/0.0.8/Chart.lock deleted file mode 100644 index 3dc53ffb4cf..00000000000 --- a/incubator/flatnotes/0.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:45.87590829Z" diff --git a/incubator/flatnotes/0.0.8/Chart.yaml b/incubator/flatnotes/0.0.8/Chart.yaml deleted file mode 100644 index 3f7430cbe6f..00000000000 --- a/incubator/flatnotes/0.0.8/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A database-less note taking web app that utilizes a flat folder of markdown files for storage. -home: https://truecharts.org/docs/charts/incubator/flatnotes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flatnotes.png -keywords: - - notes -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flatnotes -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/flatnotes - - https://hub.docker.com/r/dullage/flatnotes - - https://github.com/Dullage/flatnotes -version: 0.0.8 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/flatnotes/0.0.8/README.md b/incubator/flatnotes/0.0.8/README.md deleted file mode 100644 index f685c56e13a..00000000000 --- a/incubator/flatnotes/0.0.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flatnotes - -A database-less note taking web app that utilizes a flat folder of markdown files for storage. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flatnotes](https://truecharts.org/docs/charts/incubator/flatnotes) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flatnotes` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flatnotes TrueCharts/flatnotes -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flatnotes` deployment - -```console -helm uninstall flatnotes -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flatnotes \ - --set env.TZ="America/New York" \ - TrueCharts/flatnotes -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flatnotes TrueCharts/flatnotes -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/flatnotes/0.0.8/charts/common-10.7.0.tgz b/incubator/flatnotes/0.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/flatnotes/0.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/flatnotes/0.0.9/CHANGELOG.md b/incubator/flatnotes/0.0.9/CHANGELOG.md new file mode 100644 index 00000000000..418e3777f2d --- /dev/null +++ b/incubator/flatnotes/0.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flatnotes-0.0.9](https://github.com/truecharts/charts/compare/flatnotes-0.0.8...flatnotes-0.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flatnotes-0.0.8](https://github.com/truecharts/charts/compare/flatnotes-0.0.7...flatnotes-0.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flatnotes-0.0.7](https://github.com/truecharts/charts/compare/flatnotes-0.0.6...flatnotes-0.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flatnotes-0.0.7](https://github.com/truecharts/charts/compare/flatnotes-0.0.6...flatnotes-0.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flatnotes-0.0.6](https://github.com/truecharts/charts/compare/flatnotes-0.0.5...flatnotes-0.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flatnotes-0.0.5](https://github.com/truecharts/charts/compare/flatnotes-0.0.4...flatnotes-0.0.5) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update container image tccr.io/truecharts/flatnotes to v2.0.0 ([#4002](https://github.com/truecharts/charts/issues/4002)) + + + + +## [flatnotes-0.0.4](https://github.com/truecharts/charts/compare/flatnotes-0.0.3...flatnotes-0.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flatnotes-0.0.3](https://github.com/truecharts/charts/compare/flatnotes-0.0.2...flatnotes-0.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flatnotes-0.0.2]flatnotes-0.0.2 (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/flatnotes/0.0.9/Chart.lock b/incubator/flatnotes/0.0.9/Chart.lock new file mode 100644 index 00000000000..c9f650f870e --- /dev/null +++ b/incubator/flatnotes/0.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:30.075671207Z" diff --git a/incubator/flatnotes/0.0.9/Chart.yaml b/incubator/flatnotes/0.0.9/Chart.yaml new file mode 100644 index 00000000000..8ccc7af72d7 --- /dev/null +++ b/incubator/flatnotes/0.0.9/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A database-less note taking web app that utilizes a flat folder of markdown files for storage. +home: https://truecharts.org/docs/charts/incubator/flatnotes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flatnotes.png +keywords: + - notes +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flatnotes +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flatnotes + - https://hub.docker.com/r/dullage/flatnotes + - https://github.com/Dullage/flatnotes +version: 0.0.9 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/flatnotes/0.0.9/README.md b/incubator/flatnotes/0.0.9/README.md new file mode 100644 index 00000000000..509798373d5 --- /dev/null +++ b/incubator/flatnotes/0.0.9/README.md @@ -0,0 +1,107 @@ +# flatnotes + +A database-less note taking web app that utilizes a flat folder of markdown files for storage. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flatnotes](https://truecharts.org/docs/charts/incubator/flatnotes) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flatnotes` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flatnotes TrueCharts/flatnotes +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flatnotes` deployment + +```console +helm uninstall flatnotes +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flatnotes \ + --set env.TZ="America/New York" \ + TrueCharts/flatnotes +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flatnotes TrueCharts/flatnotes -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/flatnotes/0.0.8/app-readme.md b/incubator/flatnotes/0.0.9/app-readme.md similarity index 100% rename from incubator/flatnotes/0.0.8/app-readme.md rename to incubator/flatnotes/0.0.9/app-readme.md diff --git a/incubator/flatnotes/0.0.9/charts/common-10.7.1.tgz b/incubator/flatnotes/0.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/flatnotes/0.0.9/charts/common-10.7.1.tgz differ diff --git a/incubator/flatnotes/0.0.8/ix_values.yaml b/incubator/flatnotes/0.0.9/ix_values.yaml similarity index 100% rename from incubator/flatnotes/0.0.8/ix_values.yaml rename to incubator/flatnotes/0.0.9/ix_values.yaml diff --git a/incubator/flatnotes/0.0.8/questions.yaml b/incubator/flatnotes/0.0.9/questions.yaml similarity index 100% rename from incubator/flatnotes/0.0.8/questions.yaml rename to incubator/flatnotes/0.0.9/questions.yaml diff --git a/incubator/flatnotes/0.0.8/templates/_secrets.tpl b/incubator/flatnotes/0.0.9/templates/_secrets.tpl similarity index 100% rename from incubator/flatnotes/0.0.8/templates/_secrets.tpl rename to incubator/flatnotes/0.0.9/templates/_secrets.tpl diff --git a/incubator/flatnotes/0.0.8/templates/common.yaml b/incubator/flatnotes/0.0.9/templates/common.yaml similarity index 100% rename from incubator/flatnotes/0.0.8/templates/common.yaml rename to incubator/flatnotes/0.0.9/templates/common.yaml diff --git a/incubator/flatnotes/0.0.8/values.yaml b/incubator/flatnotes/0.0.9/values.yaml similarity index 100% rename from incubator/flatnotes/0.0.8/values.yaml rename to incubator/flatnotes/0.0.9/values.yaml diff --git a/incubator/flemarr/0.0.6/CHANGELOG.md b/incubator/flemarr/0.0.6/CHANGELOG.md deleted file mode 100644 index 1d259865f66..00000000000 --- a/incubator/flemarr/0.0.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flemarr-0.0.6](https://github.com/truecharts/charts/compare/flemarr-0.0.5...flemarr-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flemarr-0.0.5](https://github.com/truecharts/charts/compare/flemarr-0.0.4...flemarr-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flemarr-0.0.5](https://github.com/truecharts/charts/compare/flemarr-0.0.4...flemarr-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flemarr-0.0.4](https://github.com/truecharts/charts/compare/flemarr-0.0.3...flemarr-0.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flemarr-0.0.3](https://github.com/truecharts/charts/compare/flemarr-0.0.2...flemarr-0.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flemarr-0.0.2](https://github.com/truecharts/charts/compare/flemarr-0.0.1...flemarr-0.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flemarr-0.0.1]flemarr-0.0.1 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Feat - -- add flemarr ([#3808](https://github.com/truecharts/charts/issues/3808)) - - - - -## [flemarr-0.0.1]flemarr-0.0.1 (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/flemarr/0.0.6/Chart.lock b/incubator/flemarr/0.0.6/Chart.lock deleted file mode 100644 index 13407c0435b..00000000000 --- a/incubator/flemarr/0.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:38:56.527671923Z" diff --git a/incubator/flemarr/0.0.6/Chart.yaml b/incubator/flemarr/0.0.6/Chart.yaml deleted file mode 100644 index 362e29dbf42..00000000000 --- a/incubator/flemarr/0.0.6/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API. -home: https://truecharts.org/docs/charts/incubator/flemarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png -keywords: - - flemarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flemarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/flemarr - - https://github.com/Flemmarr/Flemmarr -version: 0.0.6 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/flemarr/0.0.6/README.md b/incubator/flemarr/0.0.6/README.md deleted file mode 100644 index 2561b0d8c37..00000000000 --- a/incubator/flemarr/0.0.6/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# flemarr - -Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flemarr](https://truecharts.org/docs/charts/incubator/flemarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flemarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flemarr TrueCharts/flemarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flemarr` deployment - -```console -helm uninstall flemarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flemarr \ - --set env.TZ="America/New York" \ - TrueCharts/flemarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flemarr TrueCharts/flemarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/flemarr/0.0.6/charts/common-10.7.0.tgz b/incubator/flemarr/0.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/flemarr/0.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/flemarr/0.0.7/CHANGELOG.md b/incubator/flemarr/0.0.7/CHANGELOG.md new file mode 100644 index 00000000000..7ecafbcd2fa --- /dev/null +++ b/incubator/flemarr/0.0.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flextv-0.0.30](https://github.com/truecharts/charts/compare/flextv-0.0.29...flextv-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flextv-0.0.29](https://github.com/truecharts/charts/compare/flextv-0.0.28...flextv-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flextv-0.0.27](https://github.com/truecharts/charts/compare/flextv-0.0.26...flextv-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flextv-0.0.26](https://github.com/truecharts/charts/compare/flextv-0.0.25...flextv-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flextv-0.0.25](https://github.com/truecharts/charts/compare/flextv-0.0.24...flextv-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flextv-0.0.24](https://github.com/truecharts/charts/compare/flextv-0.0.23...flextv-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/flemarr/0.0.7/Chart.lock b/incubator/flemarr/0.0.7/Chart.lock new file mode 100644 index 00000000000..d5db08c9ec3 --- /dev/null +++ b/incubator/flemarr/0.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:44.996423608Z" diff --git a/incubator/flemarr/0.0.7/Chart.yaml b/incubator/flemarr/0.0.7/Chart.yaml new file mode 100644 index 00000000000..a68de5771bf --- /dev/null +++ b/incubator/flemarr/0.0.7/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API. +home: https://truecharts.org/docs/charts/incubator/flemarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flemarr.png +keywords: + - flemarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flemarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flemarr + - https://github.com/Flemmarr/Flemmarr +version: 0.0.7 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/flemarr/0.0.7/README.md b/incubator/flemarr/0.0.7/README.md new file mode 100644 index 00000000000..8fbe0f0c0a2 --- /dev/null +++ b/incubator/flemarr/0.0.7/README.md @@ -0,0 +1,106 @@ +# flemarr + +Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flemarr](https://truecharts.org/docs/charts/incubator/flemarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flemarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flemarr TrueCharts/flemarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flemarr` deployment + +```console +helm uninstall flemarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flemarr \ + --set env.TZ="America/New York" \ + TrueCharts/flemarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flemarr TrueCharts/flemarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/flemarr/0.0.6/app-readme.md b/incubator/flemarr/0.0.7/app-readme.md similarity index 100% rename from incubator/flemarr/0.0.6/app-readme.md rename to incubator/flemarr/0.0.7/app-readme.md diff --git a/incubator/flemarr/0.0.7/charts/common-10.7.1.tgz b/incubator/flemarr/0.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/flemarr/0.0.7/charts/common-10.7.1.tgz differ diff --git a/incubator/flemarr/0.0.6/ci/ci-values.yaml b/incubator/flemarr/0.0.7/ci/ci-values.yaml similarity index 100% rename from incubator/flemarr/0.0.6/ci/ci-values.yaml rename to incubator/flemarr/0.0.7/ci/ci-values.yaml diff --git a/incubator/flemarr/0.0.6/ix_values.yaml b/incubator/flemarr/0.0.7/ix_values.yaml similarity index 100% rename from incubator/flemarr/0.0.6/ix_values.yaml rename to incubator/flemarr/0.0.7/ix_values.yaml diff --git a/incubator/flemarr/0.0.6/questions.yaml b/incubator/flemarr/0.0.7/questions.yaml similarity index 100% rename from incubator/flemarr/0.0.6/questions.yaml rename to incubator/flemarr/0.0.7/questions.yaml diff --git a/incubator/flemarr/0.0.6/templates/_configMap.tpl b/incubator/flemarr/0.0.7/templates/_configMap.tpl similarity index 100% rename from incubator/flemarr/0.0.6/templates/_configMap.tpl rename to incubator/flemarr/0.0.7/templates/_configMap.tpl diff --git a/incubator/flemarr/0.0.6/templates/common.yaml b/incubator/flemarr/0.0.7/templates/common.yaml similarity index 100% rename from incubator/flemarr/0.0.6/templates/common.yaml rename to incubator/flemarr/0.0.7/templates/common.yaml diff --git a/incubator/flemarr/0.0.6/values.yaml b/incubator/flemarr/0.0.7/values.yaml similarity index 100% rename from incubator/flemarr/0.0.6/values.yaml rename to incubator/flemarr/0.0.7/values.yaml diff --git a/incubator/flextv/0.0.29/CHANGELOG.md b/incubator/flextv/0.0.29/CHANGELOG.md deleted file mode 100644 index 1047fc008ef..00000000000 --- a/incubator/flextv/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flextv-0.0.29](https://github.com/truecharts/charts/compare/flextv-0.0.28...flextv-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flextv-0.0.27](https://github.com/truecharts/charts/compare/flextv-0.0.26...flextv-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flextv-0.0.26](https://github.com/truecharts/charts/compare/flextv-0.0.25...flextv-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flextv-0.0.25](https://github.com/truecharts/charts/compare/flextv-0.0.24...flextv-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flextv-0.0.24](https://github.com/truecharts/charts/compare/flextv-0.0.23...flextv-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [flextv-0.0.24](https://github.com/truecharts/charts/compare/flextv-0.0.23...flextv-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/flextv/0.0.29/Chart.lock b/incubator/flextv/0.0.29/Chart.lock deleted file mode 100644 index d890b767252..00000000000 --- a/incubator/flextv/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:00.277131734Z" diff --git a/incubator/flextv/0.0.29/Chart.yaml b/incubator/flextv/0.0.29/Chart.yaml deleted file mode 100644 index 80b4df6b30a..00000000000 --- a/incubator/flextv/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A super-sexy voice interface for the Plex HTPC. -home: https://truecharts.org/docs/charts/incubator/flextv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png -keywords: - - flextv - - MediaApp -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flextv -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/flextv - - https://github.com/d8ahazard/FlexTV - - https://registry.hub.docker.com/r/jcreynolds/flextv/ -type: application -version: 0.0.29 diff --git a/incubator/flextv/0.0.29/README.md b/incubator/flextv/0.0.29/README.md deleted file mode 100644 index 2cc08bf129d..00000000000 --- a/incubator/flextv/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flextv - -A super-sexy voice interface for the Plex HTPC. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flextv](https://truecharts.org/docs/charts/incubator/flextv) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flextv` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flextv TrueCharts/flextv -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flextv` deployment - -```console -helm uninstall flextv -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flextv \ - --set env.TZ="America/New York" \ - TrueCharts/flextv -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flextv TrueCharts/flextv -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/flextv/0.0.29/charts/common-10.7.0.tgz b/incubator/flextv/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/flextv/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/flextv/0.0.30/CHANGELOG.md b/incubator/flextv/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d5cafff43d6 --- /dev/null +++ b/incubator/flextv/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + + +## [flextv-0.0.29](https://github.com/truecharts/charts/compare/flextv-0.0.28...flextv-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flextv-0.0.28](https://github.com/truecharts/charts/compare/flextv-0.0.27...flextv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flextv-0.0.27](https://github.com/truecharts/charts/compare/flextv-0.0.26...flextv-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flextv-0.0.26](https://github.com/truecharts/charts/compare/flextv-0.0.25...flextv-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flextv-0.0.25](https://github.com/truecharts/charts/compare/flextv-0.0.24...flextv-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flextv-0.0.24](https://github.com/truecharts/charts/compare/flextv-0.0.23...flextv-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [flextv-0.0.24](https://github.com/truecharts/charts/compare/flextv-0.0.23...flextv-0.0.24) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/flextv/0.0.30/Chart.lock b/incubator/flextv/0.0.30/Chart.lock new file mode 100644 index 00000000000..5f0cd11a165 --- /dev/null +++ b/incubator/flextv/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:44.936474394Z" diff --git a/incubator/flextv/0.0.30/Chart.yaml b/incubator/flextv/0.0.30/Chart.yaml new file mode 100644 index 00000000000..149bd55776b --- /dev/null +++ b/incubator/flextv/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A super-sexy voice interface for the Plex HTPC. +home: https://truecharts.org/docs/charts/incubator/flextv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.png +keywords: + - flextv + - MediaApp +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flextv +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/flextv + - https://github.com/d8ahazard/FlexTV + - https://registry.hub.docker.com/r/jcreynolds/flextv/ +type: application +version: 0.0.30 diff --git a/incubator/flextv/0.0.30/README.md b/incubator/flextv/0.0.30/README.md new file mode 100644 index 00000000000..e0002631729 --- /dev/null +++ b/incubator/flextv/0.0.30/README.md @@ -0,0 +1,107 @@ +# flextv + +A super-sexy voice interface for the Plex HTPC. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flextv](https://truecharts.org/docs/charts/incubator/flextv) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flextv` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flextv TrueCharts/flextv +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flextv` deployment + +```console +helm uninstall flextv +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flextv \ + --set env.TZ="America/New York" \ + TrueCharts/flextv +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flextv TrueCharts/flextv -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/flextv/0.0.29/app-readme.md b/incubator/flextv/0.0.30/app-readme.md similarity index 100% rename from incubator/flextv/0.0.29/app-readme.md rename to incubator/flextv/0.0.30/app-readme.md diff --git a/incubator/flextv/0.0.30/charts/common-10.7.1.tgz b/incubator/flextv/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/flextv/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/flextv/0.0.29/ix_values.yaml b/incubator/flextv/0.0.30/ix_values.yaml similarity index 100% rename from incubator/flextv/0.0.29/ix_values.yaml rename to incubator/flextv/0.0.30/ix_values.yaml diff --git a/incubator/flextv/0.0.29/questions.yaml b/incubator/flextv/0.0.30/questions.yaml similarity index 100% rename from incubator/flextv/0.0.29/questions.yaml rename to incubator/flextv/0.0.30/questions.yaml diff --git a/incubator/flextv/0.0.29/templates/common.yaml b/incubator/flextv/0.0.30/templates/common.yaml similarity index 100% rename from incubator/flextv/0.0.29/templates/common.yaml rename to incubator/flextv/0.0.30/templates/common.yaml diff --git a/incubator/flextv/0.0.29/values.yaml b/incubator/flextv/0.0.30/values.yaml similarity index 100% rename from incubator/flextv/0.0.29/values.yaml rename to incubator/flextv/0.0.30/values.yaml diff --git a/incubator/fluttercoin-wallet/0.0.29/CHANGELOG.md b/incubator/fluttercoin-wallet/0.0.29/CHANGELOG.md deleted file mode 100644 index 18e034a9c42..00000000000 --- a/incubator/fluttercoin-wallet/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fluttercoin-wallet-0.0.29](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.28...fluttercoin-wallet-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fluttercoin-wallet-0.0.28](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.27...fluttercoin-wallet-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fluttercoin-wallet-0.0.28](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.27...fluttercoin-wallet-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fluttercoin-wallet-0.0.27](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.26...fluttercoin-wallet-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fluttercoin-wallet-0.0.26](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.25...fluttercoin-wallet-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fluttercoin-wallet-0.0.25](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.24...fluttercoin-wallet-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fluttercoin-wallet-0.0.24](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.23...fluttercoin-wallet-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fluttercoin-wallet-0.0.24](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.23...fluttercoin-wallet-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fluttercoin-wallet/0.0.29/Chart.lock b/incubator/fluttercoin-wallet/0.0.29/Chart.lock deleted file mode 100644 index e474d308de7..00000000000 --- a/incubator/fluttercoin-wallet/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:03.177348709Z" diff --git a/incubator/fluttercoin-wallet/0.0.29/Chart.yaml b/incubator/fluttercoin-wallet/0.0.29/Chart.yaml deleted file mode 100644 index 9543788e60e..00000000000 --- a/incubator/fluttercoin-wallet/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-Utilities - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary." -home: https://truecharts.org/docs/charts/incubator/fluttercoin-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png -keywords: - - fluttercoin-wallet - - Network-Other - - Productivity - - Tools-Utilities - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fluttercoin-wallet -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fluttercoin-wallet - - https://fluttercoin.me/ - - https://hub.docker.com/r/ich777/fluttercoin -type: application -version: 0.0.29 diff --git a/incubator/fluttercoin-wallet/0.0.29/README.md b/incubator/fluttercoin-wallet/0.0.29/README.md deleted file mode 100644 index 0609e481157..00000000000 --- a/incubator/fluttercoin-wallet/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fluttercoin-wallet - -FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fluttercoin-wallet](https://truecharts.org/docs/charts/incubator/fluttercoin-wallet) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fluttercoin-wallet` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fluttercoin-wallet` deployment - -```console -helm uninstall fluttercoin-wallet -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fluttercoin-wallet \ - --set env.TZ="America/New York" \ - TrueCharts/fluttercoin-wallet -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fluttercoin-wallet/0.0.29/charts/common-10.7.0.tgz b/incubator/fluttercoin-wallet/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fluttercoin-wallet/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fluttercoin-wallet/0.0.30/CHANGELOG.md b/incubator/fluttercoin-wallet/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0f3441a3bbb --- /dev/null +++ b/incubator/fluttercoin-wallet/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fluttercoin-wallet-0.0.30](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.29...fluttercoin-wallet-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fluttercoin-wallet-0.0.29](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.28...fluttercoin-wallet-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fluttercoin-wallet-0.0.28](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.27...fluttercoin-wallet-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fluttercoin-wallet-0.0.28](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.27...fluttercoin-wallet-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fluttercoin-wallet-0.0.27](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.26...fluttercoin-wallet-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fluttercoin-wallet-0.0.26](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.25...fluttercoin-wallet-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fluttercoin-wallet-0.0.25](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.24...fluttercoin-wallet-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fluttercoin-wallet-0.0.24](https://github.com/truecharts/charts/compare/fluttercoin-wallet-0.0.23...fluttercoin-wallet-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fluttercoin-wallet/0.0.30/Chart.lock b/incubator/fluttercoin-wallet/0.0.30/Chart.lock new file mode 100644 index 00000000000..0ff5a8099e0 --- /dev/null +++ b/incubator/fluttercoin-wallet/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:19:46.166112333Z" diff --git a/incubator/fluttercoin-wallet/0.0.30/Chart.yaml b/incubator/fluttercoin-wallet/0.0.30/Chart.yaml new file mode 100644 index 00000000000..fd763b339e9 --- /dev/null +++ b/incubator/fluttercoin-wallet/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary." +home: https://truecharts.org/docs/charts/incubator/fluttercoin-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.png +keywords: + - fluttercoin-wallet + - Network-Other + - Productivity + - Tools-Utilities + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fluttercoin-wallet +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fluttercoin-wallet + - https://fluttercoin.me/ + - https://hub.docker.com/r/ich777/fluttercoin +type: application +version: 0.0.30 diff --git a/incubator/fluttercoin-wallet/0.0.30/README.md b/incubator/fluttercoin-wallet/0.0.30/README.md new file mode 100644 index 00000000000..082d579bbf4 --- /dev/null +++ b/incubator/fluttercoin-wallet/0.0.30/README.md @@ -0,0 +1,107 @@ +# fluttercoin-wallet + +FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fluttercoin-wallet](https://truecharts.org/docs/charts/incubator/fluttercoin-wallet) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fluttercoin-wallet` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fluttercoin-wallet` deployment + +```console +helm uninstall fluttercoin-wallet +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fluttercoin-wallet \ + --set env.TZ="America/New York" \ + TrueCharts/fluttercoin-wallet +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fluttercoin-wallet TrueCharts/fluttercoin-wallet -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fluttercoin-wallet/0.0.29/app-readme.md b/incubator/fluttercoin-wallet/0.0.30/app-readme.md similarity index 100% rename from incubator/fluttercoin-wallet/0.0.29/app-readme.md rename to incubator/fluttercoin-wallet/0.0.30/app-readme.md diff --git a/incubator/fluttercoin-wallet/0.0.30/charts/common-10.7.1.tgz b/incubator/fluttercoin-wallet/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fluttercoin-wallet/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fluttercoin-wallet/0.0.29/ix_values.yaml b/incubator/fluttercoin-wallet/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fluttercoin-wallet/0.0.29/ix_values.yaml rename to incubator/fluttercoin-wallet/0.0.30/ix_values.yaml diff --git a/incubator/fluttercoin-wallet/0.0.29/questions.yaml b/incubator/fluttercoin-wallet/0.0.30/questions.yaml similarity index 100% rename from incubator/fluttercoin-wallet/0.0.29/questions.yaml rename to incubator/fluttercoin-wallet/0.0.30/questions.yaml diff --git a/incubator/fluttercoin-wallet/0.0.29/templates/common.yaml b/incubator/fluttercoin-wallet/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fluttercoin-wallet/0.0.29/templates/common.yaml rename to incubator/fluttercoin-wallet/0.0.30/templates/common.yaml diff --git a/incubator/fluttercoin-wallet/0.0.29/values.yaml b/incubator/fluttercoin-wallet/0.0.30/values.yaml similarity index 100% rename from incubator/fluttercoin-wallet/0.0.29/values.yaml rename to incubator/fluttercoin-wallet/0.0.30/values.yaml diff --git a/incubator/fmd2-wine/0.0.29/CHANGELOG.md b/incubator/fmd2-wine/0.0.29/CHANGELOG.md deleted file mode 100644 index 7b24f709db6..00000000000 --- a/incubator/fmd2-wine/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fmd2-wine-0.0.29](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.28...fmd2-wine-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fmd2-wine-0.0.28](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.27...fmd2-wine-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fmd2-wine-0.0.28](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.27...fmd2-wine-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fmd2-wine-0.0.27](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.26...fmd2-wine-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fmd2-wine-0.0.26](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.25...fmd2-wine-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fmd2-wine-0.0.25](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.24...fmd2-wine-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fmd2-wine-0.0.24](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.23...fmd2-wine-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fmd2-wine-0.0.24](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.23...fmd2-wine-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fmd2-wine/0.0.29/Chart.lock b/incubator/fmd2-wine/0.0.29/Chart.lock deleted file mode 100644 index 74add85d137..00000000000 --- a/incubator/fmd2-wine/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:16.000283039Z" diff --git a/incubator/fmd2-wine/0.0.29/Chart.yaml b/incubator/fmd2-wine/0.0.29/Chart.yaml deleted file mode 100644 index f88d642bf81..00000000000 --- a/incubator/fmd2-wine/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Books -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " -home: https://truecharts.org/docs/charts/incubator/fmd2-wine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png -keywords: - - fmd2-wine - - Downloaders - - MediaApp-Books -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fmd2-wine -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fmd2-wine - - https://github.com/Banh-Canh/docker-FMD2 - - https://hub.docker.com/r/banhcanh/docker-fmd2/ -type: application -version: 0.0.29 diff --git a/incubator/fmd2-wine/0.0.29/README.md b/incubator/fmd2-wine/0.0.29/README.md deleted file mode 100644 index 4db22e3ebcd..00000000000 --- a/incubator/fmd2-wine/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fmd2-wine - -**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fmd2-wine](https://truecharts.org/docs/charts/incubator/fmd2-wine) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fmd2-wine` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fmd2-wine TrueCharts/fmd2-wine -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fmd2-wine` deployment - -```console -helm uninstall fmd2-wine -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fmd2-wine \ - --set env.TZ="America/New York" \ - TrueCharts/fmd2-wine -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fmd2-wine TrueCharts/fmd2-wine -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fmd2-wine/0.0.29/charts/common-10.7.0.tgz b/incubator/fmd2-wine/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fmd2-wine/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fmd2-wine/0.0.30/CHANGELOG.md b/incubator/fmd2-wine/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..44bf4c4b37f --- /dev/null +++ b/incubator/fmd2-wine/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fmd2-wine-0.0.30](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.29...fmd2-wine-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fmd2-wine-0.0.29](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.28...fmd2-wine-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fmd2-wine-0.0.28](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.27...fmd2-wine-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fmd2-wine-0.0.28](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.27...fmd2-wine-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fmd2-wine-0.0.27](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.26...fmd2-wine-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fmd2-wine-0.0.26](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.25...fmd2-wine-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fmd2-wine-0.0.25](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.24...fmd2-wine-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fmd2-wine-0.0.24](https://github.com/truecharts/charts/compare/fmd2-wine-0.0.23...fmd2-wine-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fmd2-wine/0.0.30/Chart.lock b/incubator/fmd2-wine/0.0.30/Chart.lock new file mode 100644 index 00000000000..c631d4c1dcd --- /dev/null +++ b/incubator/fmd2-wine/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:01.362776374Z" diff --git a/incubator/fmd2-wine/0.0.30/Chart.yaml b/incubator/fmd2-wine/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0b0344b9374 --- /dev/null +++ b/incubator/fmd2-wine/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Books +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. " +home: https://truecharts.org/docs/charts/incubator/fmd2-wine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.png +keywords: + - fmd2-wine + - Downloaders + - MediaApp-Books +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fmd2-wine +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fmd2-wine + - https://github.com/Banh-Canh/docker-FMD2 + - https://hub.docker.com/r/banhcanh/docker-fmd2/ +type: application +version: 0.0.30 diff --git a/incubator/fmd2-wine/0.0.30/README.md b/incubator/fmd2-wine/0.0.30/README.md new file mode 100644 index 00000000000..2865e669d34 --- /dev/null +++ b/incubator/fmd2-wine/0.0.30/README.md @@ -0,0 +1,107 @@ +# fmd2-wine + +**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fmd2-wine](https://truecharts.org/docs/charts/incubator/fmd2-wine) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fmd2-wine` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fmd2-wine TrueCharts/fmd2-wine +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fmd2-wine` deployment + +```console +helm uninstall fmd2-wine +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fmd2-wine \ + --set env.TZ="America/New York" \ + TrueCharts/fmd2-wine +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fmd2-wine TrueCharts/fmd2-wine -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fmd2-wine/0.0.29/app-readme.md b/incubator/fmd2-wine/0.0.30/app-readme.md similarity index 100% rename from incubator/fmd2-wine/0.0.29/app-readme.md rename to incubator/fmd2-wine/0.0.30/app-readme.md diff --git a/incubator/fmd2-wine/0.0.30/charts/common-10.7.1.tgz b/incubator/fmd2-wine/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fmd2-wine/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fmd2-wine/0.0.29/ix_values.yaml b/incubator/fmd2-wine/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fmd2-wine/0.0.29/ix_values.yaml rename to incubator/fmd2-wine/0.0.30/ix_values.yaml diff --git a/incubator/fmd2-wine/0.0.29/questions.yaml b/incubator/fmd2-wine/0.0.30/questions.yaml similarity index 100% rename from incubator/fmd2-wine/0.0.29/questions.yaml rename to incubator/fmd2-wine/0.0.30/questions.yaml diff --git a/incubator/fmd2-wine/0.0.29/templates/common.yaml b/incubator/fmd2-wine/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fmd2-wine/0.0.29/templates/common.yaml rename to incubator/fmd2-wine/0.0.30/templates/common.yaml diff --git a/incubator/fmd2-wine/0.0.29/values.yaml b/incubator/fmd2-wine/0.0.30/values.yaml similarity index 100% rename from incubator/fmd2-wine/0.0.29/values.yaml rename to incubator/fmd2-wine/0.0.30/values.yaml diff --git a/incubator/fogproject/0.0.29/CHANGELOG.md b/incubator/fogproject/0.0.29/CHANGELOG.md deleted file mode 100644 index c2624845c75..00000000000 --- a/incubator/fogproject/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fogproject-0.0.29](https://github.com/truecharts/charts/compare/fogproject-0.0.28...fogproject-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fogproject-0.0.28](https://github.com/truecharts/charts/compare/fogproject-0.0.27...fogproject-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fogproject-0.0.28](https://github.com/truecharts/charts/compare/fogproject-0.0.27...fogproject-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fogproject-0.0.27](https://github.com/truecharts/charts/compare/fogproject-0.0.26...fogproject-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fogproject-0.0.26](https://github.com/truecharts/charts/compare/fogproject-0.0.25...fogproject-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fogproject-0.0.25](https://github.com/truecharts/charts/compare/fogproject-0.0.24...fogproject-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fogproject-0.0.24](https://github.com/truecharts/charts/compare/fogproject-0.0.23...fogproject-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [fogproject-0.0.24](https://github.com/truecharts/charts/compare/fogproject-0.0.23...fogproject-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fogproject/0.0.29/Chart.lock b/incubator/fogproject/0.0.29/Chart.lock deleted file mode 100644 index b16b6eaf492..00000000000 --- a/incubator/fogproject/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:25.504569456Z" diff --git a/incubator/fogproject/0.0.29/Chart.yaml b/incubator/fogproject/0.0.29/Chart.yaml deleted file mode 100644 index 29318c8e3f5..00000000000 --- a/incubator/fogproject/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Network-DNS -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions." -home: https://truecharts.org/docs/charts/incubator/fogproject -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fogproject.png -keywords: - - fogproject - - Backup - - Network-DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fogproject -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fogproject - - https://github.com/redvex2460/fogproject -type: application -version: 0.0.29 diff --git a/incubator/fogproject/0.0.29/README.md b/incubator/fogproject/0.0.29/README.md deleted file mode 100644 index 31a30bd8378..00000000000 --- a/incubator/fogproject/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# fogproject - -FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fogproject](https://truecharts.org/docs/charts/incubator/fogproject) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fogproject` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fogproject TrueCharts/fogproject -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fogproject` deployment - -```console -helm uninstall fogproject -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fogproject \ - --set env.TZ="America/New York" \ - TrueCharts/fogproject -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fogproject TrueCharts/fogproject -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fogproject/0.0.29/charts/common-10.7.0.tgz b/incubator/fogproject/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fogproject/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fogproject/0.0.30/CHANGELOG.md b/incubator/fogproject/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..37cb2ab4162 --- /dev/null +++ b/incubator/fogproject/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fogproject-0.0.30](https://github.com/truecharts/charts/compare/fogproject-0.0.29...fogproject-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fogproject-0.0.29](https://github.com/truecharts/charts/compare/fogproject-0.0.28...fogproject-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fogproject-0.0.28](https://github.com/truecharts/charts/compare/fogproject-0.0.27...fogproject-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fogproject-0.0.28](https://github.com/truecharts/charts/compare/fogproject-0.0.27...fogproject-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fogproject-0.0.27](https://github.com/truecharts/charts/compare/fogproject-0.0.26...fogproject-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fogproject-0.0.26](https://github.com/truecharts/charts/compare/fogproject-0.0.25...fogproject-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fogproject-0.0.25](https://github.com/truecharts/charts/compare/fogproject-0.0.24...fogproject-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fogproject-0.0.24](https://github.com/truecharts/charts/compare/fogproject-0.0.23...fogproject-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [fogproject-0.0.24](https://github.com/truecharts/charts/compare/fogproject-0.0.23...fogproject-0.0.24) (2022-09-21) diff --git a/incubator/fogproject/0.0.30/Chart.lock b/incubator/fogproject/0.0.30/Chart.lock new file mode 100644 index 00000000000..c79544ad516 --- /dev/null +++ b/incubator/fogproject/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:16.614318687Z" diff --git a/incubator/fogproject/0.0.30/Chart.yaml b/incubator/fogproject/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8bb41cb668a --- /dev/null +++ b/incubator/fogproject/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Network-DNS +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions." +home: https://truecharts.org/docs/charts/incubator/fogproject +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fogproject.png +keywords: + - fogproject + - Backup + - Network-DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fogproject +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fogproject + - https://github.com/redvex2460/fogproject +type: application +version: 0.0.30 diff --git a/incubator/fogproject/0.0.30/README.md b/incubator/fogproject/0.0.30/README.md new file mode 100644 index 00000000000..1fc708b8c4b --- /dev/null +++ b/incubator/fogproject/0.0.30/README.md @@ -0,0 +1,106 @@ +# fogproject + +FOG Project can capture, deploy, and manage Windows, Mac OSX, and various Linux distributions. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fogproject](https://truecharts.org/docs/charts/incubator/fogproject) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fogproject` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fogproject TrueCharts/fogproject +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fogproject` deployment + +```console +helm uninstall fogproject +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fogproject \ + --set env.TZ="America/New York" \ + TrueCharts/fogproject +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fogproject TrueCharts/fogproject -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fogproject/0.0.29/app-readme.md b/incubator/fogproject/0.0.30/app-readme.md similarity index 100% rename from incubator/fogproject/0.0.29/app-readme.md rename to incubator/fogproject/0.0.30/app-readme.md diff --git a/incubator/fogproject/0.0.30/charts/common-10.7.1.tgz b/incubator/fogproject/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fogproject/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fogproject/0.0.29/ix_values.yaml b/incubator/fogproject/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fogproject/0.0.29/ix_values.yaml rename to incubator/fogproject/0.0.30/ix_values.yaml diff --git a/incubator/fogproject/0.0.29/questions.yaml b/incubator/fogproject/0.0.30/questions.yaml similarity index 100% rename from incubator/fogproject/0.0.29/questions.yaml rename to incubator/fogproject/0.0.30/questions.yaml diff --git a/incubator/fogproject/0.0.29/templates/common.yaml b/incubator/fogproject/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fogproject/0.0.29/templates/common.yaml rename to incubator/fogproject/0.0.30/templates/common.yaml diff --git a/incubator/fogproject/0.0.29/values.yaml b/incubator/fogproject/0.0.30/values.yaml similarity index 100% rename from incubator/fogproject/0.0.29/values.yaml rename to incubator/fogproject/0.0.30/values.yaml diff --git a/incubator/fotosho/0.0.29/CHANGELOG.md b/incubator/fotosho/0.0.29/CHANGELOG.md deleted file mode 100644 index 8bdfe5688b5..00000000000 --- a/incubator/fotosho/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fotosho-0.0.29](https://github.com/truecharts/charts/compare/fotosho-0.0.28...fotosho-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fotosho-0.0.28](https://github.com/truecharts/charts/compare/fotosho-0.0.27...fotosho-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fotosho-0.0.28](https://github.com/truecharts/charts/compare/fotosho-0.0.27...fotosho-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fotosho-0.0.27](https://github.com/truecharts/charts/compare/fotosho-0.0.26...fotosho-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fotosho-0.0.26](https://github.com/truecharts/charts/compare/fotosho-0.0.25...fotosho-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fotosho-0.0.25](https://github.com/truecharts/charts/compare/fotosho-0.0.24...fotosho-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - - -## [fotosho-0.0.24](https://github.com/truecharts/charts/compare/fotosho-0.0.23...fotosho-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fotosho-0.0.24](https://github.com/truecharts/charts/compare/fotosho-0.0.23...fotosho-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fotosho/0.0.29/Chart.lock b/incubator/fotosho/0.0.29/Chart.lock deleted file mode 100644 index bd0a5d29773..00000000000 --- a/incubator/fotosho/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:29.689880499Z" diff --git a/incubator/fotosho/0.0.29/Chart.yaml b/incubator/fotosho/0.0.29/Chart.yaml deleted file mode 100644 index d71df207032..00000000000 --- a/incubator/fotosho/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Photos - - MediaServer-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." -home: https://truecharts.org/docs/charts/incubator/fotosho -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png -keywords: - - fotosho - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fotosho -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fotosho - - https://github.com/advplyr/fotosho - - https://hub.docker.com/r/advplyr/fotosho/ -type: application -version: 0.0.29 diff --git a/incubator/fotosho/0.0.29/README.md b/incubator/fotosho/0.0.29/README.md deleted file mode 100644 index 2dc1822891f..00000000000 --- a/incubator/fotosho/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fotosho - -*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fotosho](https://truecharts.org/docs/charts/incubator/fotosho) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fotosho` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fotosho TrueCharts/fotosho -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fotosho` deployment - -```console -helm uninstall fotosho -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fotosho \ - --set env.TZ="America/New York" \ - TrueCharts/fotosho -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fotosho TrueCharts/fotosho -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fotosho/0.0.29/charts/common-10.7.0.tgz b/incubator/fotosho/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fotosho/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fotosho/0.0.30/CHANGELOG.md b/incubator/fotosho/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7607fc34f21 --- /dev/null +++ b/incubator/fotosho/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fotosho-0.0.30](https://github.com/truecharts/charts/compare/fotosho-0.0.29...fotosho-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fotosho-0.0.29](https://github.com/truecharts/charts/compare/fotosho-0.0.28...fotosho-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fotosho-0.0.28](https://github.com/truecharts/charts/compare/fotosho-0.0.27...fotosho-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fotosho-0.0.28](https://github.com/truecharts/charts/compare/fotosho-0.0.27...fotosho-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fotosho-0.0.27](https://github.com/truecharts/charts/compare/fotosho-0.0.26...fotosho-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fotosho-0.0.26](https://github.com/truecharts/charts/compare/fotosho-0.0.25...fotosho-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fotosho-0.0.25](https://github.com/truecharts/charts/compare/fotosho-0.0.24...fotosho-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + + +## [fotosho-0.0.24](https://github.com/truecharts/charts/compare/fotosho-0.0.23...fotosho-0.0.24) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/fotosho/0.0.30/Chart.lock b/incubator/fotosho/0.0.30/Chart.lock new file mode 100644 index 00000000000..e3fe11255a3 --- /dev/null +++ b/incubator/fotosho/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:16.569542353Z" diff --git a/incubator/fotosho/0.0.30/Chart.yaml b/incubator/fotosho/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e950d0415b4 --- /dev/null +++ b/incubator/fotosho/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Photos + - MediaServer-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos." +home: https://truecharts.org/docs/charts/incubator/fotosho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.png +keywords: + - fotosho + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fotosho +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fotosho + - https://github.com/advplyr/fotosho + - https://hub.docker.com/r/advplyr/fotosho/ +type: application +version: 0.0.30 diff --git a/incubator/fotosho/0.0.30/README.md b/incubator/fotosho/0.0.30/README.md new file mode 100644 index 00000000000..608f58a61dc --- /dev/null +++ b/incubator/fotosho/0.0.30/README.md @@ -0,0 +1,107 @@ +# fotosho + +*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fotosho](https://truecharts.org/docs/charts/incubator/fotosho) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fotosho` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fotosho TrueCharts/fotosho +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fotosho` deployment + +```console +helm uninstall fotosho +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fotosho \ + --set env.TZ="America/New York" \ + TrueCharts/fotosho +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fotosho TrueCharts/fotosho -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fotosho/0.0.29/app-readme.md b/incubator/fotosho/0.0.30/app-readme.md similarity index 100% rename from incubator/fotosho/0.0.29/app-readme.md rename to incubator/fotosho/0.0.30/app-readme.md diff --git a/incubator/fotosho/0.0.30/charts/common-10.7.1.tgz b/incubator/fotosho/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fotosho/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fotosho/0.0.29/ix_values.yaml b/incubator/fotosho/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fotosho/0.0.29/ix_values.yaml rename to incubator/fotosho/0.0.30/ix_values.yaml diff --git a/incubator/fotosho/0.0.29/questions.yaml b/incubator/fotosho/0.0.30/questions.yaml similarity index 100% rename from incubator/fotosho/0.0.29/questions.yaml rename to incubator/fotosho/0.0.30/questions.yaml diff --git a/incubator/fotosho/0.0.29/templates/common.yaml b/incubator/fotosho/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fotosho/0.0.29/templates/common.yaml rename to incubator/fotosho/0.0.30/templates/common.yaml diff --git a/incubator/fotosho/0.0.29/values.yaml b/incubator/fotosho/0.0.30/values.yaml similarity index 100% rename from incubator/fotosho/0.0.29/values.yaml rename to incubator/fotosho/0.0.30/values.yaml diff --git a/incubator/freecad-desktop-g3/0.0.30/CHANGELOG.md b/incubator/freecad-desktop-g3/0.0.30/CHANGELOG.md deleted file mode 100644 index ffb8657162d..00000000000 --- a/incubator/freecad-desktop-g3/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [freecad-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.29...freecad-desktop-g3-0.0.30) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [freecad-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.28...freecad-desktop-g3-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [freecad-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.27...freecad-desktop-g3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [freecad-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.27...freecad-desktop-g3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [freecad-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.26...freecad-desktop-g3-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [freecad-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.25...freecad-desktop-g3-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [freecad-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.24...freecad-desktop-g3-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fotosho-0.0.24](https://github.com/truecharts/charts/compare/fotosho-0.0.23...fotosho-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/freecad-desktop-g3/0.0.30/Chart.lock b/incubator/freecad-desktop-g3/0.0.30/Chart.lock deleted file mode 100644 index 2a43e046790..00000000000 --- a/incubator/freecad-desktop-g3/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:12:59.847044597Z" diff --git a/incubator/freecad-desktop-g3/0.0.30/Chart.yaml b/incubator/freecad-desktop-g3/0.0.30/Chart.yaml deleted file mode 100644 index 4cfe72ff858..00000000000 --- a/incubator/freecad-desktop-g3/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/freecad-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png -keywords: - - freecad-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: freecad-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/freecad-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 -type: application -version: 0.0.30 diff --git a/incubator/freecad-desktop-g3/0.0.30/README.md b/incubator/freecad-desktop-g3/0.0.30/README.md deleted file mode 100644 index 072311becdf..00000000000 --- a/incubator/freecad-desktop-g3/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# freecad-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [freecad-desktop-g3](https://truecharts.org/docs/charts/incubator/freecad-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `freecad-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `freecad-desktop-g3` deployment - -```console -helm uninstall freecad-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install freecad-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/freecad-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/freecad-desktop-g3/0.0.30/charts/common-10.7.0.tgz b/incubator/freecad-desktop-g3/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/freecad-desktop-g3/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/freecad-desktop-g3/0.0.31/CHANGELOG.md b/incubator/freecad-desktop-g3/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..e03c9b01767 --- /dev/null +++ b/incubator/freecad-desktop-g3/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [freecad-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.30...freecad-desktop-g3-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [freecad-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.29...freecad-desktop-g3-0.0.30) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [freecad-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.28...freecad-desktop-g3-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [freecad-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.27...freecad-desktop-g3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freecad-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.27...freecad-desktop-g3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freecad-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.26...freecad-desktop-g3-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [freecad-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.25...freecad-desktop-g3-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [freecad-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/freecad-desktop-g3-0.0.24...freecad-desktop-g3-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fotosho-0.0.24](https://github.com/truecharts/charts/compare/fotosho-0.0.23...fotosho-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/freecad-desktop-g3/0.0.31/Chart.lock b/incubator/freecad-desktop-g3/0.0.31/Chart.lock new file mode 100644 index 00000000000..4e2312a09c0 --- /dev/null +++ b/incubator/freecad-desktop-g3/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:18.039745435Z" diff --git a/incubator/freecad-desktop-g3/0.0.31/Chart.yaml b/incubator/freecad-desktop-g3/0.0.31/Chart.yaml new file mode 100644 index 00000000000..e49dd101d03 --- /dev/null +++ b/incubator/freecad-desktop-g3/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/freecad-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.png +keywords: + - freecad-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: freecad-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/freecad-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-freecad-g3 +type: application +version: 0.0.31 diff --git a/incubator/freecad-desktop-g3/0.0.31/README.md b/incubator/freecad-desktop-g3/0.0.31/README.md new file mode 100644 index 00000000000..527ef414566 --- /dev/null +++ b/incubator/freecad-desktop-g3/0.0.31/README.md @@ -0,0 +1,107 @@ +# freecad-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [freecad-desktop-g3](https://truecharts.org/docs/charts/incubator/freecad-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `freecad-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `freecad-desktop-g3` deployment + +```console +helm uninstall freecad-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install freecad-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/freecad-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install freecad-desktop-g3 TrueCharts/freecad-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/freecad-desktop-g3/0.0.30/app-readme.md b/incubator/freecad-desktop-g3/0.0.31/app-readme.md similarity index 100% rename from incubator/freecad-desktop-g3/0.0.30/app-readme.md rename to incubator/freecad-desktop-g3/0.0.31/app-readme.md diff --git a/incubator/freecad-desktop-g3/0.0.31/charts/common-10.7.1.tgz b/incubator/freecad-desktop-g3/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/freecad-desktop-g3/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/freecad-desktop-g3/0.0.30/ix_values.yaml b/incubator/freecad-desktop-g3/0.0.31/ix_values.yaml similarity index 100% rename from incubator/freecad-desktop-g3/0.0.30/ix_values.yaml rename to incubator/freecad-desktop-g3/0.0.31/ix_values.yaml diff --git a/incubator/freecad-desktop-g3/0.0.30/questions.yaml b/incubator/freecad-desktop-g3/0.0.31/questions.yaml similarity index 100% rename from incubator/freecad-desktop-g3/0.0.30/questions.yaml rename to incubator/freecad-desktop-g3/0.0.31/questions.yaml diff --git a/incubator/freecad-desktop-g3/0.0.30/templates/common.yaml b/incubator/freecad-desktop-g3/0.0.31/templates/common.yaml similarity index 100% rename from incubator/freecad-desktop-g3/0.0.30/templates/common.yaml rename to incubator/freecad-desktop-g3/0.0.31/templates/common.yaml diff --git a/incubator/freecad-desktop-g3/0.0.30/values.yaml b/incubator/freecad-desktop-g3/0.0.31/values.yaml similarity index 100% rename from incubator/freecad-desktop-g3/0.0.30/values.yaml rename to incubator/freecad-desktop-g3/0.0.31/values.yaml diff --git a/incubator/frigate/2.0.39/CHANGELOG.md b/incubator/frigate/2.0.39/CHANGELOG.md deleted file mode 100644 index 0770a37ba30..00000000000 --- a/incubator/frigate/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [frigate-2.0.39](https://github.com/truecharts/charts/compare/frigate-2.0.38...frigate-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [frigate-2.0.38](https://github.com/truecharts/charts/compare/frigate-2.0.37...frigate-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [frigate-2.0.38](https://github.com/truecharts/charts/compare/frigate-2.0.37...frigate-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [frigate-2.0.37](https://github.com/truecharts/charts/compare/frigate-2.0.36...frigate-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [frigate-2.0.36](https://github.com/truecharts/charts/compare/frigate-2.0.35...frigate-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [frigate-2.0.35](https://github.com/truecharts/charts/compare/frigate-2.0.34...frigate-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [frigate-2.0.34](https://github.com/truecharts/charts/compare/frigate-2.0.33...frigate-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [frigate-2.0.34](https://github.com/truecharts/charts/compare/frigate-2.0.33...frigate-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/frigate/2.0.39/Chart.lock b/incubator/frigate/2.0.39/Chart.lock deleted file mode 100644 index 909901f5ddf..00000000000 --- a/incubator/frigate/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:45.482277102Z" diff --git a/incubator/frigate/2.0.39/Chart.yaml b/incubator/frigate/2.0.39/Chart.yaml deleted file mode 100644 index 2049c6f99c6..00000000000 --- a/incubator/frigate/2.0.39/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: NVR With Realtime Object Detection for IP Cameras -home: https://truecharts.org/docs/charts/incubator/frigate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png -keywords: - - encode - - nvr - - media - - frigate -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: frigate -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/frigate - - https://github.com/blakeblackshear/frigate - - https://hub.docker.com/r/blakeblackshear/frigate -type: application -version: 2.0.39 -annotations: - truecharts.org/catagories: | - - nvr - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/frigate/2.0.39/README.md b/incubator/frigate/2.0.39/README.md deleted file mode 100644 index f311b150bef..00000000000 --- a/incubator/frigate/2.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# frigate - -NVR With Realtime Object Detection for IP Cameras - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [frigate](https://truecharts.org/docs/charts/incubator/frigate) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `frigate` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install frigate TrueCharts/frigate -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `frigate` deployment - -```console -helm uninstall frigate -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install frigate \ - --set env.TZ="America/New York" \ - TrueCharts/frigate -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install frigate TrueCharts/frigate -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/frigate/2.0.39/charts/common-10.7.0.tgz b/incubator/frigate/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/frigate/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/frigate/2.0.40/CHANGELOG.md b/incubator/frigate/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..8cca751dc3b --- /dev/null +++ b/incubator/frigate/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [frigate-2.0.40](https://github.com/truecharts/charts/compare/frigate-2.0.39...frigate-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [frigate-2.0.39](https://github.com/truecharts/charts/compare/frigate-2.0.38...frigate-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [frigate-2.0.38](https://github.com/truecharts/charts/compare/frigate-2.0.37...frigate-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [frigate-2.0.38](https://github.com/truecharts/charts/compare/frigate-2.0.37...frigate-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [frigate-2.0.37](https://github.com/truecharts/charts/compare/frigate-2.0.36...frigate-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [frigate-2.0.36](https://github.com/truecharts/charts/compare/frigate-2.0.35...frigate-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [frigate-2.0.35](https://github.com/truecharts/charts/compare/frigate-2.0.34...frigate-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [frigate-2.0.34](https://github.com/truecharts/charts/compare/frigate-2.0.33...frigate-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/frigate/2.0.40/Chart.lock b/incubator/frigate/2.0.40/Chart.lock new file mode 100644 index 00000000000..edf46f376a8 --- /dev/null +++ b/incubator/frigate/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:33.575253444Z" diff --git a/incubator/frigate/2.0.40/Chart.yaml b/incubator/frigate/2.0.40/Chart.yaml new file mode 100644 index 00000000000..913a382b887 --- /dev/null +++ b/incubator/frigate/2.0.40/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: NVR With Realtime Object Detection for IP Cameras +home: https://truecharts.org/docs/charts/incubator/frigate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.png +keywords: + - encode + - nvr + - media + - frigate +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: frigate +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/frigate + - https://github.com/blakeblackshear/frigate + - https://hub.docker.com/r/blakeblackshear/frigate +type: application +version: 2.0.40 +annotations: + truecharts.org/catagories: | + - nvr + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/frigate/2.0.40/README.md b/incubator/frigate/2.0.40/README.md new file mode 100644 index 00000000000..0b00f084c71 --- /dev/null +++ b/incubator/frigate/2.0.40/README.md @@ -0,0 +1,107 @@ +# frigate + +NVR With Realtime Object Detection for IP Cameras + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [frigate](https://truecharts.org/docs/charts/incubator/frigate) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `frigate` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install frigate TrueCharts/frigate +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `frigate` deployment + +```console +helm uninstall frigate +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install frigate \ + --set env.TZ="America/New York" \ + TrueCharts/frigate +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install frigate TrueCharts/frigate -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/frigate/2.0.39/app-readme.md b/incubator/frigate/2.0.40/app-readme.md similarity index 100% rename from incubator/frigate/2.0.39/app-readme.md rename to incubator/frigate/2.0.40/app-readme.md diff --git a/incubator/frigate/2.0.40/charts/common-10.7.1.tgz b/incubator/frigate/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/frigate/2.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/frigate/2.0.39/ix_values.yaml b/incubator/frigate/2.0.40/ix_values.yaml similarity index 100% rename from incubator/frigate/2.0.39/ix_values.yaml rename to incubator/frigate/2.0.40/ix_values.yaml diff --git a/incubator/frigate/2.0.39/questions.yaml b/incubator/frigate/2.0.40/questions.yaml similarity index 100% rename from incubator/frigate/2.0.39/questions.yaml rename to incubator/frigate/2.0.40/questions.yaml diff --git a/incubator/frigate/2.0.39/templates/common.yaml b/incubator/frigate/2.0.40/templates/common.yaml similarity index 100% rename from incubator/frigate/2.0.39/templates/common.yaml rename to incubator/frigate/2.0.40/templates/common.yaml diff --git a/incubator/frigate/2.0.39/values.yaml b/incubator/frigate/2.0.40/values.yaml similarity index 100% rename from incubator/frigate/2.0.39/values.yaml rename to incubator/frigate/2.0.40/values.yaml diff --git a/incubator/fsm/0.0.29/CHANGELOG.md b/incubator/fsm/0.0.29/CHANGELOG.md deleted file mode 100644 index 1df778582a9..00000000000 --- a/incubator/fsm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fsm-0.0.29](https://github.com/truecharts/charts/compare/fsm-0.0.28...fsm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fsm-0.0.28](https://github.com/truecharts/charts/compare/fsm-0.0.27...fsm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fsm-0.0.28](https://github.com/truecharts/charts/compare/fsm-0.0.27...fsm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fsm-0.0.27](https://github.com/truecharts/charts/compare/fsm-0.0.26...fsm-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fsm-0.0.26](https://github.com/truecharts/charts/compare/fsm-0.0.25...fsm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fsm-0.0.25](https://github.com/truecharts/charts/compare/fsm-0.0.24...fsm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fsm-0.0.24](https://github.com/truecharts/charts/compare/fsm-0.0.23...fsm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [fsm-0.0.24](https://github.com/truecharts/charts/compare/fsm-0.0.23...fsm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/fsm/0.0.29/Chart.lock b/incubator/fsm/0.0.29/Chart.lock deleted file mode 100644 index 197e8123f6e..00000000000 --- a/incubator/fsm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:55.04267301Z" diff --git a/incubator/fsm/0.0.29/Chart.yaml b/incubator/fsm/0.0.29/Chart.yaml deleted file mode 100644 index 3e44958260b..00000000000 --- a/incubator/fsm/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "" -home: https://truecharts.org/docs/charts/incubator/fsm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png -keywords: - - fsm - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fsm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/fsm - - https://registry.hub.docker.com/r/ofsm/ofsm -type: application -version: 0.0.29 diff --git a/incubator/fsm/0.0.29/README.md b/incubator/fsm/0.0.29/README.md deleted file mode 100644 index cd036c06970..00000000000 --- a/incubator/fsm/0.0.29/README.md +++ /dev/null @@ -1,104 +0,0 @@ -# fsm - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fsm](https://truecharts.org/docs/charts/incubator/fsm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fsm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fsm TrueCharts/fsm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fsm` deployment - -```console -helm uninstall fsm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fsm \ - --set env.TZ="America/New York" \ - TrueCharts/fsm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fsm TrueCharts/fsm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/fsm/0.0.29/charts/common-10.7.0.tgz b/incubator/fsm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/fsm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/fsm/0.0.30/CHANGELOG.md b/incubator/fsm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d98aa0630f2 --- /dev/null +++ b/incubator/fsm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fsm-0.0.30](https://github.com/truecharts/charts/compare/fsm-0.0.29...fsm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fsm-0.0.29](https://github.com/truecharts/charts/compare/fsm-0.0.28...fsm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fsm-0.0.28](https://github.com/truecharts/charts/compare/fsm-0.0.27...fsm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fsm-0.0.28](https://github.com/truecharts/charts/compare/fsm-0.0.27...fsm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fsm-0.0.27](https://github.com/truecharts/charts/compare/fsm-0.0.26...fsm-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fsm-0.0.26](https://github.com/truecharts/charts/compare/fsm-0.0.25...fsm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fsm-0.0.25](https://github.com/truecharts/charts/compare/fsm-0.0.24...fsm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fsm-0.0.24](https://github.com/truecharts/charts/compare/fsm-0.0.23...fsm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [fsm-0.0.24](https://github.com/truecharts/charts/compare/fsm-0.0.23...fsm-0.0.24) (2022-09-21) diff --git a/incubator/fsm/0.0.30/Chart.lock b/incubator/fsm/0.0.30/Chart.lock new file mode 100644 index 00000000000..c18eee1f5bb --- /dev/null +++ b/incubator/fsm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:47.215765915Z" diff --git a/incubator/fsm/0.0.30/Chart.yaml b/incubator/fsm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f37ad0d1ac4 --- /dev/null +++ b/incubator/fsm/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "" +home: https://truecharts.org/docs/charts/incubator/fsm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.png +keywords: + - fsm + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fsm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/fsm + - https://registry.hub.docker.com/r/ofsm/ofsm +type: application +version: 0.0.30 diff --git a/incubator/fsm/0.0.30/README.md b/incubator/fsm/0.0.30/README.md new file mode 100644 index 00000000000..d90032cf847 --- /dev/null +++ b/incubator/fsm/0.0.30/README.md @@ -0,0 +1,104 @@ +# fsm + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fsm](https://truecharts.org/docs/charts/incubator/fsm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fsm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fsm TrueCharts/fsm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fsm` deployment + +```console +helm uninstall fsm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fsm \ + --set env.TZ="America/New York" \ + TrueCharts/fsm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fsm TrueCharts/fsm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/fsm/0.0.29/app-readme.md b/incubator/fsm/0.0.30/app-readme.md similarity index 100% rename from incubator/fsm/0.0.29/app-readme.md rename to incubator/fsm/0.0.30/app-readme.md diff --git a/incubator/fsm/0.0.30/charts/common-10.7.1.tgz b/incubator/fsm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/fsm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/fsm/0.0.29/ix_values.yaml b/incubator/fsm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/fsm/0.0.29/ix_values.yaml rename to incubator/fsm/0.0.30/ix_values.yaml diff --git a/incubator/fsm/0.0.29/questions.yaml b/incubator/fsm/0.0.30/questions.yaml similarity index 100% rename from incubator/fsm/0.0.29/questions.yaml rename to incubator/fsm/0.0.30/questions.yaml diff --git a/incubator/fsm/0.0.29/templates/common.yaml b/incubator/fsm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/fsm/0.0.29/templates/common.yaml rename to incubator/fsm/0.0.30/templates/common.yaml diff --git a/incubator/fsm/0.0.29/values.yaml b/incubator/fsm/0.0.30/values.yaml similarity index 100% rename from incubator/fsm/0.0.29/values.yaml rename to incubator/fsm/0.0.30/values.yaml diff --git a/incubator/funkwhale-all-in-one/0.0.29/CHANGELOG.md b/incubator/funkwhale-all-in-one/0.0.29/CHANGELOG.md deleted file mode 100644 index e45b2d6ab5a..00000000000 --- a/incubator/funkwhale-all-in-one/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [funkwhale-all-in-one-0.0.29](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.28...funkwhale-all-in-one-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [funkwhale-all-in-one-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.27...funkwhale-all-in-one-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [funkwhale-all-in-one-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.27...funkwhale-all-in-one-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [funkwhale-all-in-one-0.0.27](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.26...funkwhale-all-in-one-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [funkwhale-all-in-one-0.0.26](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.25...funkwhale-all-in-one-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [funkwhale-all-in-one-0.0.25](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.24...funkwhale-all-in-one-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [funkwhale-all-in-one-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.23...funkwhale-all-in-one-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [funkwhale-all-in-one-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.23...funkwhale-all-in-one-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/funkwhale-all-in-one/0.0.29/Chart.lock b/incubator/funkwhale-all-in-one/0.0.29/Chart.lock deleted file mode 100644 index 6e4a83b5c6c..00000000000 --- a/incubator/funkwhale-all-in-one/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:01.92720677Z" diff --git a/incubator/funkwhale-all-in-one/0.0.29/Chart.yaml b/incubator/funkwhale-all-in-one/0.0.29/Chart.yaml deleted file mode 100644 index 78360c9abc4..00000000000 --- a/incubator/funkwhale-all-in-one/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network." -home: https://truecharts.org/docs/charts/incubator/funkwhale-all-in-one -icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale-all-in-one.png -keywords: - - funkwhale-all-in-one - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: funkwhale-all-in-one -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale-all-in-one - - https://funkwhale.audio/ - - https://hub.docker.com/r/funkwhale/all-in-one/ -type: application -version: 0.0.29 diff --git a/incubator/funkwhale-all-in-one/0.0.29/README.md b/incubator/funkwhale-all-in-one/0.0.29/README.md deleted file mode 100644 index eb47e2eba10..00000000000 --- a/incubator/funkwhale-all-in-one/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# funkwhale-all-in-one - -Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [funkwhale-all-in-one](https://truecharts.org/docs/charts/incubator/funkwhale-all-in-one) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `funkwhale-all-in-one` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `funkwhale-all-in-one` deployment - -```console -helm uninstall funkwhale-all-in-one -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install funkwhale-all-in-one \ - --set env.TZ="America/New York" \ - TrueCharts/funkwhale-all-in-one -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/funkwhale-all-in-one/0.0.29/charts/common-10.7.0.tgz b/incubator/funkwhale-all-in-one/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/funkwhale-all-in-one/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/funkwhale-all-in-one/0.0.30/CHANGELOG.md b/incubator/funkwhale-all-in-one/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3b25b6cf066 --- /dev/null +++ b/incubator/funkwhale-all-in-one/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [funkwhale-all-in-one-0.0.30](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.29...funkwhale-all-in-one-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [funkwhale-all-in-one-0.0.29](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.28...funkwhale-all-in-one-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [funkwhale-all-in-one-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.27...funkwhale-all-in-one-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [funkwhale-all-in-one-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.27...funkwhale-all-in-one-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [funkwhale-all-in-one-0.0.27](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.26...funkwhale-all-in-one-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [funkwhale-all-in-one-0.0.26](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.25...funkwhale-all-in-one-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [funkwhale-all-in-one-0.0.25](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.24...funkwhale-all-in-one-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [funkwhale-all-in-one-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-all-in-one-0.0.23...funkwhale-all-in-one-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/funkwhale-all-in-one/0.0.30/Chart.lock b/incubator/funkwhale-all-in-one/0.0.30/Chart.lock new file mode 100644 index 00000000000..e570e3cae18 --- /dev/null +++ b/incubator/funkwhale-all-in-one/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:49.148239562Z" diff --git a/incubator/funkwhale-all-in-one/0.0.30/Chart.yaml b/incubator/funkwhale-all-in-one/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d7b1e5141fb --- /dev/null +++ b/incubator/funkwhale-all-in-one/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network." +home: https://truecharts.org/docs/charts/incubator/funkwhale-all-in-one +icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale-all-in-one.png +keywords: + - funkwhale-all-in-one + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: funkwhale-all-in-one +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale-all-in-one + - https://funkwhale.audio/ + - https://hub.docker.com/r/funkwhale/all-in-one/ +type: application +version: 0.0.30 diff --git a/incubator/funkwhale-all-in-one/0.0.30/README.md b/incubator/funkwhale-all-in-one/0.0.30/README.md new file mode 100644 index 00000000000..ba7962be6e8 --- /dev/null +++ b/incubator/funkwhale-all-in-one/0.0.30/README.md @@ -0,0 +1,107 @@ +# funkwhale-all-in-one + +Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralised, open network. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [funkwhale-all-in-one](https://truecharts.org/docs/charts/incubator/funkwhale-all-in-one) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `funkwhale-all-in-one` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `funkwhale-all-in-one` deployment + +```console +helm uninstall funkwhale-all-in-one +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install funkwhale-all-in-one \ + --set env.TZ="America/New York" \ + TrueCharts/funkwhale-all-in-one +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install funkwhale-all-in-one TrueCharts/funkwhale-all-in-one -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/funkwhale-all-in-one/0.0.29/app-readme.md b/incubator/funkwhale-all-in-one/0.0.30/app-readme.md similarity index 100% rename from incubator/funkwhale-all-in-one/0.0.29/app-readme.md rename to incubator/funkwhale-all-in-one/0.0.30/app-readme.md diff --git a/incubator/funkwhale-all-in-one/0.0.30/charts/common-10.7.1.tgz b/incubator/funkwhale-all-in-one/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/funkwhale-all-in-one/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/funkwhale-all-in-one/0.0.29/ix_values.yaml b/incubator/funkwhale-all-in-one/0.0.30/ix_values.yaml similarity index 100% rename from incubator/funkwhale-all-in-one/0.0.29/ix_values.yaml rename to incubator/funkwhale-all-in-one/0.0.30/ix_values.yaml diff --git a/incubator/funkwhale-all-in-one/0.0.29/questions.yaml b/incubator/funkwhale-all-in-one/0.0.30/questions.yaml similarity index 100% rename from incubator/funkwhale-all-in-one/0.0.29/questions.yaml rename to incubator/funkwhale-all-in-one/0.0.30/questions.yaml diff --git a/incubator/funkwhale-all-in-one/0.0.29/templates/common.yaml b/incubator/funkwhale-all-in-one/0.0.30/templates/common.yaml similarity index 100% rename from incubator/funkwhale-all-in-one/0.0.29/templates/common.yaml rename to incubator/funkwhale-all-in-one/0.0.30/templates/common.yaml diff --git a/incubator/funkwhale-all-in-one/0.0.29/values.yaml b/incubator/funkwhale-all-in-one/0.0.30/values.yaml similarity index 100% rename from incubator/funkwhale-all-in-one/0.0.29/values.yaml rename to incubator/funkwhale-all-in-one/0.0.30/values.yaml diff --git a/incubator/funkwhale/0.0.29/CHANGELOG.md b/incubator/funkwhale/0.0.29/CHANGELOG.md deleted file mode 100644 index 3d2ff7bca14..00000000000 --- a/incubator/funkwhale/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [funkwhale-0.0.29](https://github.com/truecharts/charts/compare/funkwhale-0.0.28...funkwhale-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [funkwhale-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-0.0.27...funkwhale-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [funkwhale-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-0.0.27...funkwhale-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [funkwhale-0.0.27](https://github.com/truecharts/charts/compare/funkwhale-0.0.26...funkwhale-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [funkwhale-0.0.26](https://github.com/truecharts/charts/compare/funkwhale-0.0.25...funkwhale-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [funkwhale-0.0.25](https://github.com/truecharts/charts/compare/funkwhale-0.0.24...funkwhale-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [funkwhale-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-0.0.23...funkwhale-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [funkwhale-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-0.0.23...funkwhale-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/funkwhale/0.0.29/Chart.lock b/incubator/funkwhale/0.0.29/Chart.lock deleted file mode 100644 index 1565a9602ad..00000000000 --- a/incubator/funkwhale/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:39:58.563441196Z" diff --git a/incubator/funkwhale/0.0.29/Chart.yaml b/incubator/funkwhale/0.0.29/Chart.yaml deleted file mode 100644 index 2be1fe1a743..00000000000 --- a/incubator/funkwhale/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Music - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. -home: https://truecharts.org/docs/charts/incubator/funkwhale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png -keywords: - - funkwhale - - MediaApp-Music - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: funkwhale -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale - - https://funkwhale.audio/ - - https://hub.docker.com/r/thetarkus/funkwhale/ -type: application -version: 0.0.29 diff --git a/incubator/funkwhale/0.0.29/README.md b/incubator/funkwhale/0.0.29/README.md deleted file mode 100644 index bd5ed4df19a..00000000000 --- a/incubator/funkwhale/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# funkwhale - -Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [funkwhale](https://truecharts.org/docs/charts/incubator/funkwhale) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `funkwhale` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install funkwhale TrueCharts/funkwhale -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `funkwhale` deployment - -```console -helm uninstall funkwhale -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install funkwhale \ - --set env.TZ="America/New York" \ - TrueCharts/funkwhale -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install funkwhale TrueCharts/funkwhale -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/funkwhale/0.0.29/charts/common-10.7.0.tgz b/incubator/funkwhale/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/funkwhale/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/funkwhale/0.0.30/CHANGELOG.md b/incubator/funkwhale/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..066e33fe8e2 --- /dev/null +++ b/incubator/funkwhale/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [funkwhale-0.0.30](https://github.com/truecharts/charts/compare/funkwhale-0.0.29...funkwhale-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [funkwhale-0.0.29](https://github.com/truecharts/charts/compare/funkwhale-0.0.28...funkwhale-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [funkwhale-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-0.0.27...funkwhale-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [funkwhale-0.0.28](https://github.com/truecharts/charts/compare/funkwhale-0.0.27...funkwhale-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [funkwhale-0.0.27](https://github.com/truecharts/charts/compare/funkwhale-0.0.26...funkwhale-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [funkwhale-0.0.26](https://github.com/truecharts/charts/compare/funkwhale-0.0.25...funkwhale-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [funkwhale-0.0.25](https://github.com/truecharts/charts/compare/funkwhale-0.0.24...funkwhale-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [funkwhale-0.0.24](https://github.com/truecharts/charts/compare/funkwhale-0.0.23...funkwhale-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/funkwhale/0.0.30/Chart.lock b/incubator/funkwhale/0.0.30/Chart.lock new file mode 100644 index 00000000000..944ca779ac1 --- /dev/null +++ b/incubator/funkwhale/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:20:48.16032967Z" diff --git a/incubator/funkwhale/0.0.30/Chart.yaml b/incubator/funkwhale/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e296531ee33 --- /dev/null +++ b/incubator/funkwhale/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Music + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. +home: https://truecharts.org/docs/charts/incubator/funkwhale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/funkwhale.png +keywords: + - funkwhale + - MediaApp-Music + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: funkwhale +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale + - https://funkwhale.audio/ + - https://hub.docker.com/r/thetarkus/funkwhale/ +type: application +version: 0.0.30 diff --git a/incubator/funkwhale/0.0.30/README.md b/incubator/funkwhale/0.0.30/README.md new file mode 100644 index 00000000000..64fcb6a392c --- /dev/null +++ b/incubator/funkwhale/0.0.30/README.md @@ -0,0 +1,107 @@ +# funkwhale + +Funkwhale is designed to make it easy to listen to music you like, and to discover new artists. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [funkwhale](https://truecharts.org/docs/charts/incubator/funkwhale) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `funkwhale` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install funkwhale TrueCharts/funkwhale +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `funkwhale` deployment + +```console +helm uninstall funkwhale +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install funkwhale \ + --set env.TZ="America/New York" \ + TrueCharts/funkwhale +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install funkwhale TrueCharts/funkwhale -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/funkwhale/0.0.29/app-readme.md b/incubator/funkwhale/0.0.30/app-readme.md similarity index 100% rename from incubator/funkwhale/0.0.29/app-readme.md rename to incubator/funkwhale/0.0.30/app-readme.md diff --git a/incubator/funkwhale/0.0.30/charts/common-10.7.1.tgz b/incubator/funkwhale/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/funkwhale/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/funkwhale/0.0.29/ix_values.yaml b/incubator/funkwhale/0.0.30/ix_values.yaml similarity index 100% rename from incubator/funkwhale/0.0.29/ix_values.yaml rename to incubator/funkwhale/0.0.30/ix_values.yaml diff --git a/incubator/funkwhale/0.0.29/questions.yaml b/incubator/funkwhale/0.0.30/questions.yaml similarity index 100% rename from incubator/funkwhale/0.0.29/questions.yaml rename to incubator/funkwhale/0.0.30/questions.yaml diff --git a/incubator/funkwhale/0.0.29/templates/common.yaml b/incubator/funkwhale/0.0.30/templates/common.yaml similarity index 100% rename from incubator/funkwhale/0.0.29/templates/common.yaml rename to incubator/funkwhale/0.0.30/templates/common.yaml diff --git a/incubator/funkwhale/0.0.29/values.yaml b/incubator/funkwhale/0.0.30/values.yaml similarity index 100% rename from incubator/funkwhale/0.0.29/values.yaml rename to incubator/funkwhale/0.0.30/values.yaml diff --git a/incubator/garrysmod/0.0.29/CHANGELOG.md b/incubator/garrysmod/0.0.29/CHANGELOG.md deleted file mode 100644 index 90e7331efc4..00000000000 --- a/incubator/garrysmod/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [garrysmod-0.0.29](https://github.com/truecharts/charts/compare/garrysmod-0.0.28...garrysmod-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [garrysmod-0.0.28](https://github.com/truecharts/charts/compare/garrysmod-0.0.27...garrysmod-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [garrysmod-0.0.28](https://github.com/truecharts/charts/compare/garrysmod-0.0.27...garrysmod-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [garrysmod-0.0.27](https://github.com/truecharts/charts/compare/garrysmod-0.0.26...garrysmod-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [garrysmod-0.0.26](https://github.com/truecharts/charts/compare/garrysmod-0.0.25...garrysmod-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [garrysmod-0.0.25](https://github.com/truecharts/charts/compare/garrysmod-0.0.24...garrysmod-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [garrysmod-0.0.24](https://github.com/truecharts/charts/compare/garrysmod-0.0.23...garrysmod-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [garrysmod-0.0.24](https://github.com/truecharts/charts/compare/garrysmod-0.0.23...garrysmod-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/garrysmod/0.0.29/Chart.lock b/incubator/garrysmod/0.0.29/Chart.lock deleted file mode 100644 index 75322c32fe9..00000000000 --- a/incubator/garrysmod/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:14.767718057Z" diff --git a/incubator/garrysmod/0.0.29/Chart.yaml b/incubator/garrysmod/0.0.29/Chart.yaml deleted file mode 100644 index 85c010f9af6..00000000000 --- a/incubator/garrysmod/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Garry's Mod and run it." -home: https://truecharts.org/docs/charts/incubator/garrysmod -icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png -keywords: - - garrysmod - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: garrysmod -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/garrysmod - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/garrysmod/0.0.29/README.md b/incubator/garrysmod/0.0.29/README.md deleted file mode 100644 index bad47491b79..00000000000 --- a/incubator/garrysmod/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# garrysmod - -This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [garrysmod](https://truecharts.org/docs/charts/incubator/garrysmod) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `garrysmod` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install garrysmod TrueCharts/garrysmod -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `garrysmod` deployment - -```console -helm uninstall garrysmod -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install garrysmod \ - --set env.TZ="America/New York" \ - TrueCharts/garrysmod -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install garrysmod TrueCharts/garrysmod -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/garrysmod/0.0.29/charts/common-10.7.0.tgz b/incubator/garrysmod/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/garrysmod/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/garrysmod/0.0.30/CHANGELOG.md b/incubator/garrysmod/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..986ce4c42c8 --- /dev/null +++ b/incubator/garrysmod/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [garrysmod-0.0.30](https://github.com/truecharts/charts/compare/garrysmod-0.0.29...garrysmod-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [garrysmod-0.0.29](https://github.com/truecharts/charts/compare/garrysmod-0.0.28...garrysmod-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [garrysmod-0.0.28](https://github.com/truecharts/charts/compare/garrysmod-0.0.27...garrysmod-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [garrysmod-0.0.28](https://github.com/truecharts/charts/compare/garrysmod-0.0.27...garrysmod-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [garrysmod-0.0.27](https://github.com/truecharts/charts/compare/garrysmod-0.0.26...garrysmod-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [garrysmod-0.0.26](https://github.com/truecharts/charts/compare/garrysmod-0.0.25...garrysmod-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [garrysmod-0.0.25](https://github.com/truecharts/charts/compare/garrysmod-0.0.24...garrysmod-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [garrysmod-0.0.24](https://github.com/truecharts/charts/compare/garrysmod-0.0.23...garrysmod-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/garrysmod/0.0.30/Chart.lock b/incubator/garrysmod/0.0.30/Chart.lock new file mode 100644 index 00000000000..04482367bb4 --- /dev/null +++ b/incubator/garrysmod/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:04.851697073Z" diff --git a/incubator/garrysmod/0.0.30/Chart.yaml b/incubator/garrysmod/0.0.30/Chart.yaml new file mode 100644 index 00000000000..57ec002ec63 --- /dev/null +++ b/incubator/garrysmod/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Garry's Mod and run it." +home: https://truecharts.org/docs/charts/incubator/garrysmod +icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.png +keywords: + - garrysmod + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: garrysmod +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/garrysmod + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/garrysmod/0.0.30/README.md b/incubator/garrysmod/0.0.30/README.md new file mode 100644 index 00000000000..936e4bca97c --- /dev/null +++ b/incubator/garrysmod/0.0.30/README.md @@ -0,0 +1,107 @@ +# garrysmod + +This Chart will download and install SteamCMD. It will also install Garry's Mod and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [garrysmod](https://truecharts.org/docs/charts/incubator/garrysmod) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `garrysmod` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install garrysmod TrueCharts/garrysmod +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `garrysmod` deployment + +```console +helm uninstall garrysmod +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install garrysmod \ + --set env.TZ="America/New York" \ + TrueCharts/garrysmod +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install garrysmod TrueCharts/garrysmod -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/garrysmod/0.0.29/app-readme.md b/incubator/garrysmod/0.0.30/app-readme.md similarity index 100% rename from incubator/garrysmod/0.0.29/app-readme.md rename to incubator/garrysmod/0.0.30/app-readme.md diff --git a/incubator/garrysmod/0.0.30/charts/common-10.7.1.tgz b/incubator/garrysmod/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/garrysmod/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/garrysmod/0.0.29/ix_values.yaml b/incubator/garrysmod/0.0.30/ix_values.yaml similarity index 100% rename from incubator/garrysmod/0.0.29/ix_values.yaml rename to incubator/garrysmod/0.0.30/ix_values.yaml diff --git a/incubator/garrysmod/0.0.29/questions.yaml b/incubator/garrysmod/0.0.30/questions.yaml similarity index 100% rename from incubator/garrysmod/0.0.29/questions.yaml rename to incubator/garrysmod/0.0.30/questions.yaml diff --git a/incubator/garrysmod/0.0.29/templates/common.yaml b/incubator/garrysmod/0.0.30/templates/common.yaml similarity index 100% rename from incubator/garrysmod/0.0.29/templates/common.yaml rename to incubator/garrysmod/0.0.30/templates/common.yaml diff --git a/incubator/garrysmod/0.0.29/values.yaml b/incubator/garrysmod/0.0.30/values.yaml similarity index 100% rename from incubator/garrysmod/0.0.29/values.yaml rename to incubator/garrysmod/0.0.30/values.yaml diff --git a/incubator/genea/0.0.29/CHANGELOG.md b/incubator/genea/0.0.29/CHANGELOG.md deleted file mode 100644 index 4d5dbf75c10..00000000000 --- a/incubator/genea/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [genea-0.0.29](https://github.com/truecharts/charts/compare/genea-0.0.28...genea-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [genea-0.0.28](https://github.com/truecharts/charts/compare/genea-0.0.27...genea-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [genea-0.0.28](https://github.com/truecharts/charts/compare/genea-0.0.27...genea-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [genea-0.0.27](https://github.com/truecharts/charts/compare/genea-0.0.26...genea-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [genea-0.0.26](https://github.com/truecharts/charts/compare/genea-0.0.25...genea-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [genea-0.0.25](https://github.com/truecharts/charts/compare/genea-0.0.24...genea-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [genea-0.0.24](https://github.com/truecharts/charts/compare/genea-0.0.23...genea-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [genea-0.0.24](https://github.com/truecharts/charts/compare/genea-0.0.23...genea-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/genea/0.0.29/Chart.lock b/incubator/genea/0.0.29/Chart.lock deleted file mode 100644 index 107635c4fdb..00000000000 --- a/incubator/genea/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:24.434167175Z" diff --git a/incubator/genea/0.0.29/Chart.yaml b/incubator/genea/0.0.29/Chart.yaml deleted file mode 100644 index e4396896047..00000000000 --- a/incubator/genea/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. -home: https://truecharts.org/docs/charts/incubator/genea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png -keywords: - - genea - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: genea -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/genea - - https://github.com/genea-app/genea-app - - https://hub.docker.com/r/biggiesize/genea-app -type: application -version: 0.0.29 diff --git a/incubator/genea/0.0.29/README.md b/incubator/genea/0.0.29/README.md deleted file mode 100644 index e8c89efd410..00000000000 --- a/incubator/genea/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# genea - -Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [genea](https://truecharts.org/docs/charts/incubator/genea) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `genea` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install genea TrueCharts/genea -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `genea` deployment - -```console -helm uninstall genea -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install genea \ - --set env.TZ="America/New York" \ - TrueCharts/genea -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install genea TrueCharts/genea -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/genea/0.0.29/charts/common-10.7.0.tgz b/incubator/genea/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/genea/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/genea/0.0.30/CHANGELOG.md b/incubator/genea/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1457d12e1b3 --- /dev/null +++ b/incubator/genea/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [genea-0.0.30](https://github.com/truecharts/charts/compare/genea-0.0.29...genea-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [genea-0.0.29](https://github.com/truecharts/charts/compare/genea-0.0.28...genea-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [genea-0.0.28](https://github.com/truecharts/charts/compare/genea-0.0.27...genea-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [genea-0.0.28](https://github.com/truecharts/charts/compare/genea-0.0.27...genea-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [genea-0.0.27](https://github.com/truecharts/charts/compare/genea-0.0.26...genea-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [genea-0.0.26](https://github.com/truecharts/charts/compare/genea-0.0.25...genea-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [genea-0.0.25](https://github.com/truecharts/charts/compare/genea-0.0.24...genea-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [genea-0.0.24](https://github.com/truecharts/charts/compare/genea-0.0.23...genea-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [genea-0.0.24](https://github.com/truecharts/charts/compare/genea-0.0.23...genea-0.0.24) (2022-09-21) diff --git a/incubator/genea/0.0.30/Chart.lock b/incubator/genea/0.0.30/Chart.lock new file mode 100644 index 00000000000..93754fcc68b --- /dev/null +++ b/incubator/genea/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:18.002222525Z" diff --git a/incubator/genea/0.0.30/Chart.yaml b/incubator/genea/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8714b80084a --- /dev/null +++ b/incubator/genea/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. +home: https://truecharts.org/docs/charts/incubator/genea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.png +keywords: + - genea + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: genea +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/genea + - https://github.com/genea-app/genea-app + - https://hub.docker.com/r/biggiesize/genea-app +type: application +version: 0.0.30 diff --git a/incubator/genea/0.0.30/README.md b/incubator/genea/0.0.30/README.md new file mode 100644 index 00000000000..48c3bf0609c --- /dev/null +++ b/incubator/genea/0.0.30/README.md @@ -0,0 +1,107 @@ +# genea + +Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [genea](https://truecharts.org/docs/charts/incubator/genea) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `genea` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install genea TrueCharts/genea +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `genea` deployment + +```console +helm uninstall genea +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install genea \ + --set env.TZ="America/New York" \ + TrueCharts/genea +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install genea TrueCharts/genea -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/genea/0.0.29/app-readme.md b/incubator/genea/0.0.30/app-readme.md similarity index 100% rename from incubator/genea/0.0.29/app-readme.md rename to incubator/genea/0.0.30/app-readme.md diff --git a/incubator/genea/0.0.30/charts/common-10.7.1.tgz b/incubator/genea/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/genea/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/genea/0.0.29/ix_values.yaml b/incubator/genea/0.0.30/ix_values.yaml similarity index 100% rename from incubator/genea/0.0.29/ix_values.yaml rename to incubator/genea/0.0.30/ix_values.yaml diff --git a/incubator/genea/0.0.29/questions.yaml b/incubator/genea/0.0.30/questions.yaml similarity index 100% rename from incubator/genea/0.0.29/questions.yaml rename to incubator/genea/0.0.30/questions.yaml diff --git a/incubator/genea/0.0.29/templates/common.yaml b/incubator/genea/0.0.30/templates/common.yaml similarity index 100% rename from incubator/genea/0.0.29/templates/common.yaml rename to incubator/genea/0.0.30/templates/common.yaml diff --git a/incubator/genea/0.0.29/values.yaml b/incubator/genea/0.0.30/values.yaml similarity index 100% rename from incubator/genea/0.0.29/values.yaml rename to incubator/genea/0.0.30/values.yaml diff --git a/incubator/ghost/3.0.74/CHANGELOG.md b/incubator/ghost/3.0.74/CHANGELOG.md deleted file mode 100644 index 25e1cd810dc..00000000000 --- a/incubator/ghost/3.0.74/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ghost-3.0.74](https://github.com/truecharts/charts/compare/ghost-3.0.73...ghost-3.0.74) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [ghost-3.0.73](https://github.com/truecharts/charts/compare/ghost-3.0.72...ghost-3.0.73) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [ghost-3.0.72](https://github.com/truecharts/charts/compare/ghost-3.0.71...ghost-3.0.72) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ghost-3.0.71](https://github.com/truecharts/charts/compare/ghost-3.0.70...ghost-3.0.71) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ghost-3.0.71](https://github.com/truecharts/charts/compare/ghost-3.0.70...ghost-3.0.71) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ghost-3.0.70](https://github.com/truecharts/charts/compare/ghost-3.0.69...ghost-3.0.70) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [ghost-3.0.69](https://github.com/truecharts/charts/compare/ghost-3.0.68...ghost-3.0.69) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ghost-3.0.68](https://github.com/truecharts/charts/compare/ghost-3.0.67...ghost-3.0.68) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [ghost-3.0.67](https://github.com/truecharts/charts/compare/ghost-3.0.66...ghost-3.0.67) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [ghost-3.0.66](https://github.com/truecharts/charts/compare/ghost-3.0.65...ghost-3.0.66) (2022-09-29) - -### Chore diff --git a/incubator/ghost/3.0.74/Chart.lock b/incubator/ghost/3.0.74/Chart.lock deleted file mode 100644 index 32290a2a9a9..00000000000 --- a/incubator/ghost/3.0.74/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-16T09:53:23.454505426Z" diff --git a/incubator/ghost/3.0.74/Chart.yaml b/incubator/ghost/3.0.74/Chart.yaml deleted file mode 100644 index 8823329d1d1..00000000000 --- a/incubator/ghost/3.0.74/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "5.19.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. -home: https://truecharts.org/docs/charts/incubator/ghost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghost.png -keywords: - - ghost - - blog - - cms -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ghost -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ghost - - https://github.com/TryGhost/Ghost - - https://hub.docker.com/_/ghost - - https://ghost.org/docs/ -version: 3.0.74 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/ghost/3.0.74/README.md b/incubator/ghost/3.0.74/README.md deleted file mode 100644 index 36d068ee3b6..00000000000 --- a/incubator/ghost/3.0.74/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# ghost - -Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ghost](https://truecharts.org/docs/charts/incubator/ghost) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ghost` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ghost TrueCharts/ghost -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ghost` deployment - -```console -helm uninstall ghost -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ghost \ - --set env.TZ="America/New York" \ - TrueCharts/ghost -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ghost TrueCharts/ghost -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ghost/3.0.74/charts/common-10.7.0.tgz b/incubator/ghost/3.0.74/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ghost/3.0.74/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ghost/3.0.74/charts/mariadb-3.0.92.tgz b/incubator/ghost/3.0.74/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/incubator/ghost/3.0.74/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/incubator/ghost/3.0.75/CHANGELOG.md b/incubator/ghost/3.0.75/CHANGELOG.md new file mode 100644 index 00000000000..f5783528bfa --- /dev/null +++ b/incubator/ghost/3.0.75/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ghost-3.0.75](https://github.com/truecharts/charts/compare/ghost-3.0.74...ghost-3.0.75) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ghost-3.0.74](https://github.com/truecharts/charts/compare/ghost-3.0.73...ghost-3.0.74) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [ghost-3.0.73](https://github.com/truecharts/charts/compare/ghost-3.0.72...ghost-3.0.73) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [ghost-3.0.72](https://github.com/truecharts/charts/compare/ghost-3.0.71...ghost-3.0.72) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ghost-3.0.71](https://github.com/truecharts/charts/compare/ghost-3.0.70...ghost-3.0.71) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ghost-3.0.71](https://github.com/truecharts/charts/compare/ghost-3.0.70...ghost-3.0.71) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ghost-3.0.70](https://github.com/truecharts/charts/compare/ghost-3.0.69...ghost-3.0.70) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [ghost-3.0.69](https://github.com/truecharts/charts/compare/ghost-3.0.68...ghost-3.0.69) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ghost-3.0.68](https://github.com/truecharts/charts/compare/ghost-3.0.67...ghost-3.0.68) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [ghost-3.0.67](https://github.com/truecharts/charts/compare/ghost-3.0.66...ghost-3.0.67) (2022-10-01) + +### Chore diff --git a/incubator/ghost/3.0.75/Chart.lock b/incubator/ghost/3.0.75/Chart.lock new file mode 100644 index 00000000000..f203287686a --- /dev/null +++ b/incubator/ghost/3.0.75/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T12:21:31.809714169Z" diff --git a/incubator/ghost/3.0.75/Chart.yaml b/incubator/ghost/3.0.75/Chart.yaml new file mode 100644 index 00000000000..a66711e1819 --- /dev/null +++ b/incubator/ghost/3.0.75/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "5.19.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. +home: https://truecharts.org/docs/charts/incubator/ghost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghost.png +keywords: + - ghost + - blog + - cms +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ghost +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ghost + - https://github.com/TryGhost/Ghost + - https://hub.docker.com/_/ghost + - https://ghost.org/docs/ +version: 3.0.75 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/ghost/3.0.75/README.md b/incubator/ghost/3.0.75/README.md new file mode 100644 index 00000000000..387708c3cb7 --- /dev/null +++ b/incubator/ghost/3.0.75/README.md @@ -0,0 +1,109 @@ +# ghost + +Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ghost](https://truecharts.org/docs/charts/incubator/ghost) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ghost` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ghost TrueCharts/ghost +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ghost` deployment + +```console +helm uninstall ghost +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ghost \ + --set env.TZ="America/New York" \ + TrueCharts/ghost +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ghost TrueCharts/ghost -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ghost/3.0.74/app-readme.md b/incubator/ghost/3.0.75/app-readme.md similarity index 100% rename from incubator/ghost/3.0.74/app-readme.md rename to incubator/ghost/3.0.75/app-readme.md diff --git a/incubator/ghost/3.0.75/charts/common-10.7.1.tgz b/incubator/ghost/3.0.75/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ghost/3.0.75/charts/common-10.7.1.tgz differ diff --git a/incubator/ghost/3.0.75/charts/mariadb-3.0.95.tgz b/incubator/ghost/3.0.75/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/incubator/ghost/3.0.75/charts/mariadb-3.0.95.tgz differ diff --git a/incubator/ghost/3.0.74/ix_values.yaml b/incubator/ghost/3.0.75/ix_values.yaml similarity index 100% rename from incubator/ghost/3.0.74/ix_values.yaml rename to incubator/ghost/3.0.75/ix_values.yaml diff --git a/incubator/ghost/3.0.74/questions.yaml b/incubator/ghost/3.0.75/questions.yaml similarity index 100% rename from incubator/ghost/3.0.74/questions.yaml rename to incubator/ghost/3.0.75/questions.yaml diff --git a/incubator/ghost/3.0.74/templates/common.yaml b/incubator/ghost/3.0.75/templates/common.yaml similarity index 100% rename from incubator/ghost/3.0.74/templates/common.yaml rename to incubator/ghost/3.0.75/templates/common.yaml diff --git a/incubator/ghost/3.0.74/values.yaml b/incubator/ghost/3.0.75/values.yaml similarity index 100% rename from incubator/ghost/3.0.74/values.yaml rename to incubator/ghost/3.0.75/values.yaml diff --git a/incubator/github-backup/0.0.29/CHANGELOG.md b/incubator/github-backup/0.0.29/CHANGELOG.md deleted file mode 100644 index aff3de59935..00000000000 --- a/incubator/github-backup/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [github-backup-0.0.29](https://github.com/truecharts/charts/compare/github-backup-0.0.28...github-backup-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [github-backup-0.0.28](https://github.com/truecharts/charts/compare/github-backup-0.0.27...github-backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [github-backup-0.0.28](https://github.com/truecharts/charts/compare/github-backup-0.0.27...github-backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [github-backup-0.0.27](https://github.com/truecharts/charts/compare/github-backup-0.0.26...github-backup-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [github-backup-0.0.26](https://github.com/truecharts/charts/compare/github-backup-0.0.25...github-backup-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [github-backup-0.0.25](https://github.com/truecharts/charts/compare/github-backup-0.0.24...github-backup-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [github-backup-0.0.24](https://github.com/truecharts/charts/compare/github-backup-0.0.23...github-backup-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [github-backup-0.0.24](https://github.com/truecharts/charts/compare/github-backup-0.0.23...github-backup-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/github-backup/0.0.29/Chart.lock b/incubator/github-backup/0.0.29/Chart.lock deleted file mode 100644 index f96a94e62f3..00000000000 --- a/incubator/github-backup/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:31.551848803Z" diff --git a/incubator/github-backup/0.0.29/Chart.yaml b/incubator/github-backup/0.0.29/Chart.yaml deleted file mode 100644 index 54b1afbb228..00000000000 --- a/incubator/github-backup/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. -home: https://truecharts.org/docs/charts/incubator/github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png -keywords: - - github-backup - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: github-backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/github-backup - - https://hub.docker.com/r/lnxd/github-backup -type: application -version: 0.0.29 diff --git a/incubator/github-backup/0.0.29/README.md b/incubator/github-backup/0.0.29/README.md deleted file mode 100644 index 2eae02518a2..00000000000 --- a/incubator/github-backup/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# github-backup - -Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [github-backup](https://truecharts.org/docs/charts/incubator/github-backup) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `github-backup` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install github-backup TrueCharts/github-backup -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `github-backup` deployment - -```console -helm uninstall github-backup -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install github-backup \ - --set env.TZ="America/New York" \ - TrueCharts/github-backup -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install github-backup TrueCharts/github-backup -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/github-backup/0.0.29/charts/common-10.7.0.tgz b/incubator/github-backup/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/github-backup/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/github-backup/0.0.30/CHANGELOG.md b/incubator/github-backup/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1c004c8c5d5 --- /dev/null +++ b/incubator/github-backup/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [github-backup-0.0.30](https://github.com/truecharts/charts/compare/github-backup-0.0.29...github-backup-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [github-backup-0.0.29](https://github.com/truecharts/charts/compare/github-backup-0.0.28...github-backup-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [github-backup-0.0.28](https://github.com/truecharts/charts/compare/github-backup-0.0.27...github-backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [github-backup-0.0.28](https://github.com/truecharts/charts/compare/github-backup-0.0.27...github-backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [github-backup-0.0.27](https://github.com/truecharts/charts/compare/github-backup-0.0.26...github-backup-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [github-backup-0.0.26](https://github.com/truecharts/charts/compare/github-backup-0.0.25...github-backup-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [github-backup-0.0.25](https://github.com/truecharts/charts/compare/github-backup-0.0.24...github-backup-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [github-backup-0.0.24](https://github.com/truecharts/charts/compare/github-backup-0.0.23...github-backup-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [github-backup-0.0.24](https://github.com/truecharts/charts/compare/github-backup-0.0.23...github-backup-0.0.24) (2022-09-21) diff --git a/incubator/github-backup/0.0.30/Chart.lock b/incubator/github-backup/0.0.30/Chart.lock new file mode 100644 index 00000000000..5110e99027b --- /dev/null +++ b/incubator/github-backup/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:20.437851921Z" diff --git a/incubator/github-backup/0.0.30/Chart.yaml b/incubator/github-backup/0.0.30/Chart.yaml new file mode 100644 index 00000000000..10fc2222ef4 --- /dev/null +++ b/incubator/github-backup/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. +home: https://truecharts.org/docs/charts/incubator/github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.png +keywords: + - github-backup + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: github-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/github-backup + - https://hub.docker.com/r/lnxd/github-backup +type: application +version: 0.0.30 diff --git a/incubator/github-backup/0.0.30/README.md b/incubator/github-backup/0.0.30/README.md new file mode 100644 index 00000000000..19513d0b2bb --- /dev/null +++ b/incubator/github-backup/0.0.30/README.md @@ -0,0 +1,106 @@ +# github-backup + +Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [github-backup](https://truecharts.org/docs/charts/incubator/github-backup) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `github-backup` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install github-backup TrueCharts/github-backup +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `github-backup` deployment + +```console +helm uninstall github-backup +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install github-backup \ + --set env.TZ="America/New York" \ + TrueCharts/github-backup +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install github-backup TrueCharts/github-backup -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/github-backup/0.0.29/app-readme.md b/incubator/github-backup/0.0.30/app-readme.md similarity index 100% rename from incubator/github-backup/0.0.29/app-readme.md rename to incubator/github-backup/0.0.30/app-readme.md diff --git a/incubator/github-backup/0.0.30/charts/common-10.7.1.tgz b/incubator/github-backup/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/github-backup/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/github-backup/0.0.29/ix_values.yaml b/incubator/github-backup/0.0.30/ix_values.yaml similarity index 100% rename from incubator/github-backup/0.0.29/ix_values.yaml rename to incubator/github-backup/0.0.30/ix_values.yaml diff --git a/incubator/github-backup/0.0.29/questions.yaml b/incubator/github-backup/0.0.30/questions.yaml similarity index 100% rename from incubator/github-backup/0.0.29/questions.yaml rename to incubator/github-backup/0.0.30/questions.yaml diff --git a/incubator/github-backup/0.0.29/templates/common.yaml b/incubator/github-backup/0.0.30/templates/common.yaml similarity index 100% rename from incubator/github-backup/0.0.29/templates/common.yaml rename to incubator/github-backup/0.0.30/templates/common.yaml diff --git a/incubator/github-backup/0.0.29/values.yaml b/incubator/github-backup/0.0.30/values.yaml similarity index 100% rename from incubator/github-backup/0.0.29/values.yaml rename to incubator/github-backup/0.0.30/values.yaml diff --git a/incubator/glauth/0.0.29/CHANGELOG.md b/incubator/glauth/0.0.29/CHANGELOG.md deleted file mode 100644 index 3e898a382de..00000000000 --- a/incubator/glauth/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [glauth-0.0.29](https://github.com/truecharts/charts/compare/glauth-0.0.28...glauth-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [glauth-0.0.28](https://github.com/truecharts/charts/compare/glauth-0.0.27...glauth-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [glauth-0.0.28](https://github.com/truecharts/charts/compare/glauth-0.0.27...glauth-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [glauth-0.0.27](https://github.com/truecharts/charts/compare/glauth-0.0.26...glauth-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [glauth-0.0.26](https://github.com/truecharts/charts/compare/glauth-0.0.25...glauth-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [glauth-0.0.25](https://github.com/truecharts/charts/compare/glauth-0.0.24...glauth-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [glauth-0.0.24](https://github.com/truecharts/charts/compare/glauth-0.0.23...glauth-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [glauth-0.0.24](https://github.com/truecharts/charts/compare/glauth-0.0.23...glauth-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/glauth/0.0.29/Chart.lock b/incubator/glauth/0.0.29/Chart.lock deleted file mode 100644 index dcab3a91c23..00000000000 --- a/incubator/glauth/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:44.211428994Z" diff --git a/incubator/glauth/0.0.29/Chart.yaml b/incubator/glauth/0.0.29/Chart.yaml deleted file mode 100644 index 9debd49f32d..00000000000 --- a/incubator/glauth/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Security -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. -home: https://truecharts.org/docs/charts/incubator/glauth -icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png -keywords: - - glauth - - Security -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: glauth -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/glauth - - https://glauth.github.io - - https://hub.docker.com/repository/docker/glauth/glauth -type: application -version: 0.0.29 diff --git a/incubator/glauth/0.0.29/README.md b/incubator/glauth/0.0.29/README.md deleted file mode 100644 index 02f83125baa..00000000000 --- a/incubator/glauth/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# glauth - -GLAuth is a secure, easy-to-use, LDAP server with configurable backends. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [glauth](https://truecharts.org/docs/charts/incubator/glauth) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `glauth` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install glauth TrueCharts/glauth -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `glauth` deployment - -```console -helm uninstall glauth -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install glauth \ - --set env.TZ="America/New York" \ - TrueCharts/glauth -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install glauth TrueCharts/glauth -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/glauth/0.0.29/charts/common-10.7.0.tgz b/incubator/glauth/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/glauth/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/glauth/0.0.30/CHANGELOG.md b/incubator/glauth/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..59aa5287d13 --- /dev/null +++ b/incubator/glauth/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [glauth-0.0.30](https://github.com/truecharts/charts/compare/glauth-0.0.29...glauth-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [glauth-0.0.29](https://github.com/truecharts/charts/compare/glauth-0.0.28...glauth-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [glauth-0.0.28](https://github.com/truecharts/charts/compare/glauth-0.0.27...glauth-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [glauth-0.0.28](https://github.com/truecharts/charts/compare/glauth-0.0.27...glauth-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [glauth-0.0.27](https://github.com/truecharts/charts/compare/glauth-0.0.26...glauth-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [glauth-0.0.26](https://github.com/truecharts/charts/compare/glauth-0.0.25...glauth-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [glauth-0.0.25](https://github.com/truecharts/charts/compare/glauth-0.0.24...glauth-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [glauth-0.0.24](https://github.com/truecharts/charts/compare/glauth-0.0.23...glauth-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/glauth/0.0.30/Chart.lock b/incubator/glauth/0.0.30/Chart.lock new file mode 100644 index 00000000000..9438ac5b815 --- /dev/null +++ b/incubator/glauth/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:36.375086097Z" diff --git a/incubator/glauth/0.0.30/Chart.yaml b/incubator/glauth/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e3820596356 --- /dev/null +++ b/incubator/glauth/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Security +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends. +home: https://truecharts.org/docs/charts/incubator/glauth +icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.png +keywords: + - glauth + - Security +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: glauth +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/glauth + - https://glauth.github.io + - https://hub.docker.com/repository/docker/glauth/glauth +type: application +version: 0.0.30 diff --git a/incubator/glauth/0.0.30/README.md b/incubator/glauth/0.0.30/README.md new file mode 100644 index 00000000000..99612da43fe --- /dev/null +++ b/incubator/glauth/0.0.30/README.md @@ -0,0 +1,107 @@ +# glauth + +GLAuth is a secure, easy-to-use, LDAP server with configurable backends. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [glauth](https://truecharts.org/docs/charts/incubator/glauth) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `glauth` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install glauth TrueCharts/glauth +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `glauth` deployment + +```console +helm uninstall glauth +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install glauth \ + --set env.TZ="America/New York" \ + TrueCharts/glauth +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install glauth TrueCharts/glauth -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/glauth/0.0.29/app-readme.md b/incubator/glauth/0.0.30/app-readme.md similarity index 100% rename from incubator/glauth/0.0.29/app-readme.md rename to incubator/glauth/0.0.30/app-readme.md diff --git a/incubator/glauth/0.0.30/charts/common-10.7.1.tgz b/incubator/glauth/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/glauth/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/glauth/0.0.29/ix_values.yaml b/incubator/glauth/0.0.30/ix_values.yaml similarity index 100% rename from incubator/glauth/0.0.29/ix_values.yaml rename to incubator/glauth/0.0.30/ix_values.yaml diff --git a/incubator/glauth/0.0.29/questions.yaml b/incubator/glauth/0.0.30/questions.yaml similarity index 100% rename from incubator/glauth/0.0.29/questions.yaml rename to incubator/glauth/0.0.30/questions.yaml diff --git a/incubator/glauth/0.0.29/templates/common.yaml b/incubator/glauth/0.0.30/templates/common.yaml similarity index 100% rename from incubator/glauth/0.0.29/templates/common.yaml rename to incubator/glauth/0.0.30/templates/common.yaml diff --git a/incubator/glauth/0.0.29/values.yaml b/incubator/glauth/0.0.30/values.yaml similarity index 100% rename from incubator/glauth/0.0.29/values.yaml rename to incubator/glauth/0.0.30/values.yaml diff --git a/incubator/go-auto-yt/0.0.29/CHANGELOG.md b/incubator/go-auto-yt/0.0.29/CHANGELOG.md deleted file mode 100644 index 28a8345df1b..00000000000 --- a/incubator/go-auto-yt/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [go-auto-yt-0.0.29](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.28...go-auto-yt-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [go-auto-yt-0.0.28](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.27...go-auto-yt-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [go-auto-yt-0.0.28](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.27...go-auto-yt-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [go-auto-yt-0.0.27](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.26...go-auto-yt-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [go-auto-yt-0.0.26](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.25...go-auto-yt-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [go-auto-yt-0.0.25](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.24...go-auto-yt-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [go-auto-yt-0.0.24](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.23...go-auto-yt-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [go-auto-yt-0.0.24](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.23...go-auto-yt-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/go-auto-yt/0.0.29/Chart.lock b/incubator/go-auto-yt/0.0.29/Chart.lock deleted file mode 100644 index d81b7990c41..00000000000 --- a/incubator/go-auto-yt/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:40:53.274163509Z" diff --git a/incubator/go-auto-yt/0.0.29/Chart.yaml b/incubator/go-auto-yt/0.0.29/Chart.yaml deleted file mode 100644 index df11b88d024..00000000000 --- a/incubator/go-auto-yt/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - Tools-Utilities -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like." -home: https://truecharts.org/docs/charts/incubator/go-auto-yt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-auto-yt.png -keywords: - - go-auto-yt - - Downloaders - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: go-auto-yt -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt - - https://github.com/XiovV/go-auto-yt - - https://hub.docker.com/r/xiovv/go-auto-yt -type: application -version: 0.0.29 diff --git a/incubator/go-auto-yt/0.0.29/README.md b/incubator/go-auto-yt/0.0.29/README.md deleted file mode 100644 index 459be7ad7a6..00000000000 --- a/incubator/go-auto-yt/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# go-auto-yt - -GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [go-auto-yt](https://truecharts.org/docs/charts/incubator/go-auto-yt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `go-auto-yt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install go-auto-yt TrueCharts/go-auto-yt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `go-auto-yt` deployment - -```console -helm uninstall go-auto-yt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install go-auto-yt \ - --set env.TZ="America/New York" \ - TrueCharts/go-auto-yt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install go-auto-yt TrueCharts/go-auto-yt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/go-auto-yt/0.0.29/charts/common-10.7.0.tgz b/incubator/go-auto-yt/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/go-auto-yt/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/go-auto-yt/0.0.30/CHANGELOG.md b/incubator/go-auto-yt/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..599142ea280 --- /dev/null +++ b/incubator/go-auto-yt/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [go-auto-yt-0.0.30](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.29...go-auto-yt-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [go-auto-yt-0.0.29](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.28...go-auto-yt-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [go-auto-yt-0.0.28](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.27...go-auto-yt-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [go-auto-yt-0.0.28](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.27...go-auto-yt-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [go-auto-yt-0.0.27](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.26...go-auto-yt-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [go-auto-yt-0.0.26](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.25...go-auto-yt-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [go-auto-yt-0.0.25](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.24...go-auto-yt-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [go-auto-yt-0.0.24](https://github.com/truecharts/charts/compare/go-auto-yt-0.0.23...go-auto-yt-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/go-auto-yt/0.0.30/Chart.lock b/incubator/go-auto-yt/0.0.30/Chart.lock new file mode 100644 index 00000000000..71b88b16807 --- /dev/null +++ b/incubator/go-auto-yt/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:49.450569176Z" diff --git a/incubator/go-auto-yt/0.0.30/Chart.yaml b/incubator/go-auto-yt/0.0.30/Chart.yaml new file mode 100644 index 00000000000..97f01c67294 --- /dev/null +++ b/incubator/go-auto-yt/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - Tools-Utilities +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like." +home: https://truecharts.org/docs/charts/incubator/go-auto-yt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-auto-yt.png +keywords: + - go-auto-yt + - Downloaders + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: go-auto-yt +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/go-auto-yt + - https://github.com/XiovV/go-auto-yt + - https://hub.docker.com/r/xiovv/go-auto-yt +type: application +version: 0.0.30 diff --git a/incubator/go-auto-yt/0.0.30/README.md b/incubator/go-auto-yt/0.0.30/README.md new file mode 100644 index 00000000000..8e186d9379e --- /dev/null +++ b/incubator/go-auto-yt/0.0.30/README.md @@ -0,0 +1,107 @@ +# go-auto-yt + +GoAutoYT makes it easy for you to automatically download videos from as many YouTube channels as you'd like. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [go-auto-yt](https://truecharts.org/docs/charts/incubator/go-auto-yt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `go-auto-yt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install go-auto-yt TrueCharts/go-auto-yt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `go-auto-yt` deployment + +```console +helm uninstall go-auto-yt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install go-auto-yt \ + --set env.TZ="America/New York" \ + TrueCharts/go-auto-yt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install go-auto-yt TrueCharts/go-auto-yt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/go-auto-yt/0.0.29/app-readme.md b/incubator/go-auto-yt/0.0.30/app-readme.md similarity index 100% rename from incubator/go-auto-yt/0.0.29/app-readme.md rename to incubator/go-auto-yt/0.0.30/app-readme.md diff --git a/incubator/go-auto-yt/0.0.30/charts/common-10.7.1.tgz b/incubator/go-auto-yt/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/go-auto-yt/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/go-auto-yt/0.0.29/ix_values.yaml b/incubator/go-auto-yt/0.0.30/ix_values.yaml similarity index 100% rename from incubator/go-auto-yt/0.0.29/ix_values.yaml rename to incubator/go-auto-yt/0.0.30/ix_values.yaml diff --git a/incubator/go-auto-yt/0.0.29/questions.yaml b/incubator/go-auto-yt/0.0.30/questions.yaml similarity index 100% rename from incubator/go-auto-yt/0.0.29/questions.yaml rename to incubator/go-auto-yt/0.0.30/questions.yaml diff --git a/incubator/go-auto-yt/0.0.29/templates/common.yaml b/incubator/go-auto-yt/0.0.30/templates/common.yaml similarity index 100% rename from incubator/go-auto-yt/0.0.29/templates/common.yaml rename to incubator/go-auto-yt/0.0.30/templates/common.yaml diff --git a/incubator/go-auto-yt/0.0.29/values.yaml b/incubator/go-auto-yt/0.0.30/values.yaml similarity index 100% rename from incubator/go-auto-yt/0.0.29/values.yaml rename to incubator/go-auto-yt/0.0.30/values.yaml diff --git a/incubator/go-playground/0.0.29/CHANGELOG.md b/incubator/go-playground/0.0.29/CHANGELOG.md deleted file mode 100644 index 6a924686e01..00000000000 --- a/incubator/go-playground/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [go-playground-0.0.29](https://github.com/truecharts/charts/compare/go-playground-0.0.28...go-playground-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [go-playground-0.0.28](https://github.com/truecharts/charts/compare/go-playground-0.0.27...go-playground-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [go-playground-0.0.28](https://github.com/truecharts/charts/compare/go-playground-0.0.27...go-playground-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [go-playground-0.0.27](https://github.com/truecharts/charts/compare/go-playground-0.0.26...go-playground-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [go-playground-0.0.26](https://github.com/truecharts/charts/compare/go-playground-0.0.25...go-playground-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [go-playground-0.0.25](https://github.com/truecharts/charts/compare/go-playground-0.0.24...go-playground-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [go-playground-0.0.24](https://github.com/truecharts/charts/compare/go-playground-0.0.23...go-playground-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [go-playground-0.0.24](https://github.com/truecharts/charts/compare/go-playground-0.0.23...go-playground-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/go-playground/0.0.29/Chart.lock b/incubator/go-playground/0.0.29/Chart.lock deleted file mode 100644 index 9a3cf426f8c..00000000000 --- a/incubator/go-playground/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:01.664423386Z" diff --git a/incubator/go-playground/0.0.29/Chart.yaml b/incubator/go-playground/0.0.29/Chart.yaml deleted file mode 100644 index 4c7c4f5a6a3..00000000000 --- a/incubator/go-playground/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: mproved Go Playground powered by Monaco Editor and React -home: https://truecharts.org/docs/charts/incubator/go-playground -icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png -keywords: - - go-playground - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: go-playground -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/go-playground - - https://hub.docker.com/r/x1unix/go-playground - - https://hub.docker.com/r/x1unix/go-playground -type: application -version: 0.0.29 diff --git a/incubator/go-playground/0.0.29/README.md b/incubator/go-playground/0.0.29/README.md deleted file mode 100644 index 70533a3ffc4..00000000000 --- a/incubator/go-playground/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# go-playground - -mproved Go Playground powered by Monaco Editor and React - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [go-playground](https://truecharts.org/docs/charts/incubator/go-playground) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `go-playground` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install go-playground TrueCharts/go-playground -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `go-playground` deployment - -```console -helm uninstall go-playground -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install go-playground \ - --set env.TZ="America/New York" \ - TrueCharts/go-playground -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install go-playground TrueCharts/go-playground -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/go-playground/0.0.29/charts/common-10.7.0.tgz b/incubator/go-playground/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/go-playground/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/go-playground/0.0.30/CHANGELOG.md b/incubator/go-playground/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f560c7c83aa --- /dev/null +++ b/incubator/go-playground/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [go-playground-0.0.30](https://github.com/truecharts/charts/compare/go-playground-0.0.29...go-playground-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [go-playground-0.0.29](https://github.com/truecharts/charts/compare/go-playground-0.0.28...go-playground-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [go-playground-0.0.28](https://github.com/truecharts/charts/compare/go-playground-0.0.27...go-playground-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [go-playground-0.0.28](https://github.com/truecharts/charts/compare/go-playground-0.0.27...go-playground-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [go-playground-0.0.27](https://github.com/truecharts/charts/compare/go-playground-0.0.26...go-playground-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [go-playground-0.0.26](https://github.com/truecharts/charts/compare/go-playground-0.0.25...go-playground-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [go-playground-0.0.25](https://github.com/truecharts/charts/compare/go-playground-0.0.24...go-playground-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [go-playground-0.0.24](https://github.com/truecharts/charts/compare/go-playground-0.0.23...go-playground-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/go-playground/0.0.30/Chart.lock b/incubator/go-playground/0.0.30/Chart.lock new file mode 100644 index 00000000000..b95ac4c95eb --- /dev/null +++ b/incubator/go-playground/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:21:52.261450674Z" diff --git a/incubator/go-playground/0.0.30/Chart.yaml b/incubator/go-playground/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ff45136138f --- /dev/null +++ b/incubator/go-playground/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: mproved Go Playground powered by Monaco Editor and React +home: https://truecharts.org/docs/charts/incubator/go-playground +icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.png +keywords: + - go-playground + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: go-playground +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/go-playground + - https://hub.docker.com/r/x1unix/go-playground + - https://hub.docker.com/r/x1unix/go-playground +type: application +version: 0.0.30 diff --git a/incubator/go-playground/0.0.30/README.md b/incubator/go-playground/0.0.30/README.md new file mode 100644 index 00000000000..9a1a62efeac --- /dev/null +++ b/incubator/go-playground/0.0.30/README.md @@ -0,0 +1,107 @@ +# go-playground + +mproved Go Playground powered by Monaco Editor and React + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [go-playground](https://truecharts.org/docs/charts/incubator/go-playground) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `go-playground` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install go-playground TrueCharts/go-playground +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `go-playground` deployment + +```console +helm uninstall go-playground +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install go-playground \ + --set env.TZ="America/New York" \ + TrueCharts/go-playground +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install go-playground TrueCharts/go-playground -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/go-playground/0.0.29/app-readme.md b/incubator/go-playground/0.0.30/app-readme.md similarity index 100% rename from incubator/go-playground/0.0.29/app-readme.md rename to incubator/go-playground/0.0.30/app-readme.md diff --git a/incubator/go-playground/0.0.30/charts/common-10.7.1.tgz b/incubator/go-playground/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/go-playground/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/go-playground/0.0.29/ix_values.yaml b/incubator/go-playground/0.0.30/ix_values.yaml similarity index 100% rename from incubator/go-playground/0.0.29/ix_values.yaml rename to incubator/go-playground/0.0.30/ix_values.yaml diff --git a/incubator/go-playground/0.0.29/questions.yaml b/incubator/go-playground/0.0.30/questions.yaml similarity index 100% rename from incubator/go-playground/0.0.29/questions.yaml rename to incubator/go-playground/0.0.30/questions.yaml diff --git a/incubator/go-playground/0.0.29/templates/common.yaml b/incubator/go-playground/0.0.30/templates/common.yaml similarity index 100% rename from incubator/go-playground/0.0.29/templates/common.yaml rename to incubator/go-playground/0.0.30/templates/common.yaml diff --git a/incubator/go-playground/0.0.29/values.yaml b/incubator/go-playground/0.0.30/values.yaml similarity index 100% rename from incubator/go-playground/0.0.29/values.yaml rename to incubator/go-playground/0.0.30/values.yaml diff --git a/incubator/goaccess-npm-logs/0.0.35/CHANGELOG.md b/incubator/goaccess-npm-logs/0.0.35/CHANGELOG.md deleted file mode 100644 index dd928bf734c..00000000000 --- a/incubator/goaccess-npm-logs/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [goaccess-npm-logs-0.0.35](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.34...goaccess-npm-logs-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [goaccess-npm-logs-0.0.34](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-npm-logs-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [goaccess-npm-logs-0.0.34](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-npm-logs-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [goaccess-npm-logs-0.0.33](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.32...goaccess-npm-logs-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [goaccess-npm-logs-0.0.32](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.31...goaccess-npm-logs-0.0.32) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [goaccess-npm-logs-0.0.32](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.31...goaccess-npm-logs-0.0.32) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [goaccess-npm-logs-0.0.31](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.30...goaccess-npm-logs-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [goaccess-npm-logs-0.0.30](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.29...goaccess-npm-logs-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [goaccess-npm-logs-0.0.29](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.27...goaccess-npm-logs-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/goaccess-npm-logs/0.0.35/Chart.lock b/incubator/goaccess-npm-logs/0.0.35/Chart.lock deleted file mode 100644 index fef16d25d00..00000000000 --- a/incubator/goaccess-npm-logs/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:19.871769358Z" diff --git a/incubator/goaccess-npm-logs/0.0.35/Chart.yaml b/incubator/goaccess-npm-logs/0.0.35/Chart.yaml deleted file mode 100644 index 196968d761d..00000000000 --- a/incubator/goaccess-npm-logs/0.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Proxy -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "GoAccess for Nginx Proxy Manager Logs" -home: https://truecharts.org/docs/charts/incubator/goaccess-npm-logs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png -keywords: - - goaccess-npm-logs - - Tools-Utilities - - Network-Proxy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: goaccess-npm-logs -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess-npm-logs - - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager - - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager -type: application -version: 0.0.35 diff --git a/incubator/goaccess-npm-logs/0.0.35/README.md b/incubator/goaccess-npm-logs/0.0.35/README.md deleted file mode 100644 index 0ae7099f82b..00000000000 --- a/incubator/goaccess-npm-logs/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# goaccess-npm-logs - -GoAccess for Nginx Proxy Manager Logs - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [goaccess-npm-logs](https://truecharts.org/docs/charts/incubator/goaccess-npm-logs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `goaccess-npm-logs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `goaccess-npm-logs` deployment - -```console -helm uninstall goaccess-npm-logs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install goaccess-npm-logs \ - --set env.TZ="America/New York" \ - TrueCharts/goaccess-npm-logs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/goaccess-npm-logs/0.0.35/charts/common-10.7.0.tgz b/incubator/goaccess-npm-logs/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/goaccess-npm-logs/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/goaccess-npm-logs/0.0.36/CHANGELOG.md b/incubator/goaccess-npm-logs/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..423d2a42d25 --- /dev/null +++ b/incubator/goaccess-npm-logs/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [goaccess-npm-logs-0.0.36](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.35...goaccess-npm-logs-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [goaccess-npm-logs-0.0.35](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.34...goaccess-npm-logs-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [goaccess-npm-logs-0.0.34](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-npm-logs-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [goaccess-npm-logs-0.0.34](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-npm-logs-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [goaccess-npm-logs-0.0.33](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.32...goaccess-npm-logs-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [goaccess-npm-logs-0.0.32](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.31...goaccess-npm-logs-0.0.32) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [goaccess-npm-logs-0.0.32](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.31...goaccess-npm-logs-0.0.32) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [goaccess-npm-logs-0.0.31](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.30...goaccess-npm-logs-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [goaccess-npm-logs-0.0.30](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.29...goaccess-npm-logs-0.0.30) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [goaccess-npm-logs-0.0.29](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.27...goaccess-npm-logs-0.0.29) (2022-09-22) + diff --git a/incubator/goaccess-npm-logs/0.0.36/Chart.lock b/incubator/goaccess-npm-logs/0.0.36/Chart.lock new file mode 100644 index 00000000000..bcb077aa588 --- /dev/null +++ b/incubator/goaccess-npm-logs/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:15.189546451Z" diff --git a/incubator/goaccess-npm-logs/0.0.36/Chart.yaml b/incubator/goaccess-npm-logs/0.0.36/Chart.yaml new file mode 100644 index 00000000000..eda11729166 --- /dev/null +++ b/incubator/goaccess-npm-logs/0.0.36/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Proxy +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "GoAccess for Nginx Proxy Manager Logs" +home: https://truecharts.org/docs/charts/incubator/goaccess-npm-logs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.png +keywords: + - goaccess-npm-logs + - Tools-Utilities + - Network-Proxy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: goaccess-npm-logs +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess-npm-logs + - https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager + - https://hub.docker.com/r/xavierh/goaccess-for-nginxproxymanager +type: application +version: 0.0.36 diff --git a/incubator/goaccess-npm-logs/0.0.36/README.md b/incubator/goaccess-npm-logs/0.0.36/README.md new file mode 100644 index 00000000000..28e49f759b8 --- /dev/null +++ b/incubator/goaccess-npm-logs/0.0.36/README.md @@ -0,0 +1,107 @@ +# goaccess-npm-logs + +GoAccess for Nginx Proxy Manager Logs + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [goaccess-npm-logs](https://truecharts.org/docs/charts/incubator/goaccess-npm-logs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `goaccess-npm-logs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `goaccess-npm-logs` deployment + +```console +helm uninstall goaccess-npm-logs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install goaccess-npm-logs \ + --set env.TZ="America/New York" \ + TrueCharts/goaccess-npm-logs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install goaccess-npm-logs TrueCharts/goaccess-npm-logs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/goaccess-npm-logs/0.0.35/app-readme.md b/incubator/goaccess-npm-logs/0.0.36/app-readme.md similarity index 100% rename from incubator/goaccess-npm-logs/0.0.35/app-readme.md rename to incubator/goaccess-npm-logs/0.0.36/app-readme.md diff --git a/incubator/goaccess-npm-logs/0.0.36/charts/common-10.7.1.tgz b/incubator/goaccess-npm-logs/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/goaccess-npm-logs/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/goaccess-npm-logs/0.0.35/ix_values.yaml b/incubator/goaccess-npm-logs/0.0.36/ix_values.yaml similarity index 100% rename from incubator/goaccess-npm-logs/0.0.35/ix_values.yaml rename to incubator/goaccess-npm-logs/0.0.36/ix_values.yaml diff --git a/incubator/goaccess-npm-logs/0.0.35/questions.yaml b/incubator/goaccess-npm-logs/0.0.36/questions.yaml similarity index 100% rename from incubator/goaccess-npm-logs/0.0.35/questions.yaml rename to incubator/goaccess-npm-logs/0.0.36/questions.yaml diff --git a/incubator/goaccess-npm-logs/0.0.35/templates/common.yaml b/incubator/goaccess-npm-logs/0.0.36/templates/common.yaml similarity index 100% rename from incubator/goaccess-npm-logs/0.0.35/templates/common.yaml rename to incubator/goaccess-npm-logs/0.0.36/templates/common.yaml diff --git a/incubator/goaccess-npm-logs/0.0.35/values.yaml b/incubator/goaccess-npm-logs/0.0.36/values.yaml similarity index 100% rename from incubator/goaccess-npm-logs/0.0.35/values.yaml rename to incubator/goaccess-npm-logs/0.0.36/values.yaml diff --git a/incubator/goaccess/0.0.29/CHANGELOG.md b/incubator/goaccess/0.0.29/CHANGELOG.md deleted file mode 100644 index 6e6c2695c43..00000000000 --- a/incubator/goaccess/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [goaccess-0.0.29](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.34...goaccess-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [goaccess-0.0.28](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [goaccess-0.0.28](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [goaccess-0.0.27](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.32...goaccess-0.0.27) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [goaccess-0.0.26](https://github.com/truecharts/charts/compare/goaccess-0.0.25...goaccess-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [goaccess-0.0.25](https://github.com/truecharts/charts/compare/goaccess-0.0.24...goaccess-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [goaccess-0.0.24](https://github.com/truecharts/charts/compare/goaccess-0.0.23...goaccess-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [goaccess-0.0.24](https://github.com/truecharts/charts/compare/goaccess-0.0.23...goaccess-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/goaccess/0.0.29/Chart.lock b/incubator/goaccess/0.0.29/Chart.lock deleted file mode 100644 index bc1d4bf777d..00000000000 --- a/incubator/goaccess/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:13.012492802Z" diff --git a/incubator/goaccess/0.0.29/Chart.yaml b/incubator/goaccess/0.0.29/Chart.yaml deleted file mode 100644 index 068e218df31..00000000000 --- a/incubator/goaccess/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. -home: https://truecharts.org/docs/charts/incubator/goaccess -icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png -keywords: - - goaccess - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: goaccess -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess - - https://hub.docker.com/r/gregyankovoy/goaccess/dockerfile -type: application -version: 0.0.29 diff --git a/incubator/goaccess/0.0.29/README.md b/incubator/goaccess/0.0.29/README.md deleted file mode 100644 index 64adefc952e..00000000000 --- a/incubator/goaccess/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# goaccess - -GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [goaccess](https://truecharts.org/docs/charts/incubator/goaccess) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `goaccess` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install goaccess TrueCharts/goaccess -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `goaccess` deployment - -```console -helm uninstall goaccess -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install goaccess \ - --set env.TZ="America/New York" \ - TrueCharts/goaccess -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install goaccess TrueCharts/goaccess -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/goaccess/0.0.29/charts/common-10.7.0.tgz b/incubator/goaccess/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/goaccess/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/goaccess/0.0.30/CHANGELOG.md b/incubator/goaccess/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2d158fd9a56 --- /dev/null +++ b/incubator/goaccess/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [goaccess-0.0.30](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.35...goaccess-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [goaccess-0.0.29](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.34...goaccess-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [goaccess-0.0.28](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [goaccess-0.0.28](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.33...goaccess-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [goaccess-0.0.27](https://github.com/truecharts/charts/compare/goaccess-npm-logs-0.0.32...goaccess-0.0.27) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [goaccess-0.0.26](https://github.com/truecharts/charts/compare/goaccess-0.0.25...goaccess-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [goaccess-0.0.25](https://github.com/truecharts/charts/compare/goaccess-0.0.24...goaccess-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [goaccess-0.0.24](https://github.com/truecharts/charts/compare/goaccess-0.0.23...goaccess-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/goaccess/0.0.30/Chart.lock b/incubator/goaccess/0.0.30/Chart.lock new file mode 100644 index 00000000000..7140df6fa6d --- /dev/null +++ b/incubator/goaccess/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:07.481053161Z" diff --git a/incubator/goaccess/0.0.30/Chart.yaml b/incubator/goaccess/0.0.30/Chart.yaml new file mode 100644 index 00000000000..85425b70eea --- /dev/null +++ b/incubator/goaccess/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. +home: https://truecharts.org/docs/charts/incubator/goaccess +icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.png +keywords: + - goaccess + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: goaccess +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/goaccess + - https://hub.docker.com/r/gregyankovoy/goaccess/dockerfile +type: application +version: 0.0.30 diff --git a/incubator/goaccess/0.0.30/README.md b/incubator/goaccess/0.0.30/README.md new file mode 100644 index 00000000000..4317edd76fe --- /dev/null +++ b/incubator/goaccess/0.0.30/README.md @@ -0,0 +1,106 @@ +# goaccess + +GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [goaccess](https://truecharts.org/docs/charts/incubator/goaccess) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `goaccess` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install goaccess TrueCharts/goaccess +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `goaccess` deployment + +```console +helm uninstall goaccess +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install goaccess \ + --set env.TZ="America/New York" \ + TrueCharts/goaccess +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install goaccess TrueCharts/goaccess -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/goaccess/0.0.29/app-readme.md b/incubator/goaccess/0.0.30/app-readme.md similarity index 100% rename from incubator/goaccess/0.0.29/app-readme.md rename to incubator/goaccess/0.0.30/app-readme.md diff --git a/incubator/goaccess/0.0.30/charts/common-10.7.1.tgz b/incubator/goaccess/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/goaccess/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/goaccess/0.0.29/ix_values.yaml b/incubator/goaccess/0.0.30/ix_values.yaml similarity index 100% rename from incubator/goaccess/0.0.29/ix_values.yaml rename to incubator/goaccess/0.0.30/ix_values.yaml diff --git a/incubator/goaccess/0.0.29/questions.yaml b/incubator/goaccess/0.0.30/questions.yaml similarity index 100% rename from incubator/goaccess/0.0.29/questions.yaml rename to incubator/goaccess/0.0.30/questions.yaml diff --git a/incubator/goaccess/0.0.29/templates/common.yaml b/incubator/goaccess/0.0.30/templates/common.yaml similarity index 100% rename from incubator/goaccess/0.0.29/templates/common.yaml rename to incubator/goaccess/0.0.30/templates/common.yaml diff --git a/incubator/goaccess/0.0.29/values.yaml b/incubator/goaccess/0.0.30/values.yaml similarity index 100% rename from incubator/goaccess/0.0.29/values.yaml rename to incubator/goaccess/0.0.30/values.yaml diff --git a/incubator/godaddy-ddns/0.0.29/CHANGELOG.md b/incubator/godaddy-ddns/0.0.29/CHANGELOG.md deleted file mode 100644 index cb57376974a..00000000000 --- a/incubator/godaddy-ddns/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [godaddy-ddns-0.0.29](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.28...godaddy-ddns-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [godaddy-ddns-0.0.28](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.27...godaddy-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [godaddy-ddns-0.0.28](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.27...godaddy-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [godaddy-ddns-0.0.27](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.26...godaddy-ddns-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [godaddy-ddns-0.0.26](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.25...godaddy-ddns-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [godaddy-ddns-0.0.25](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.24...godaddy-ddns-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [godaddy-ddns-0.0.24](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.23...godaddy-ddns-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [godaddy-ddns-0.0.24](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.23...godaddy-ddns-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/godaddy-ddns/0.0.29/Chart.lock b/incubator/godaddy-ddns/0.0.29/Chart.lock deleted file mode 100644 index c1e34d91c6f..00000000000 --- a/incubator/godaddy-ddns/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:22.780864257Z" diff --git a/incubator/godaddy-ddns/0.0.29/Chart.yaml b/incubator/godaddy-ddns/0.0.29/Chart.yaml deleted file mode 100644 index f1fc41c6062..00000000000 --- a/incubator/godaddy-ddns/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. -home: https://truecharts.org/docs/charts/incubator/godaddy-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png -keywords: - - godaddy-ddns - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: godaddy-ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/godaddy-ddns - - https://hub.docker.com/r/jwater7/godaddy-publicip-updater/ -type: application -version: 0.0.29 diff --git a/incubator/godaddy-ddns/0.0.29/README.md b/incubator/godaddy-ddns/0.0.29/README.md deleted file mode 100644 index fa0c93d6e62..00000000000 --- a/incubator/godaddy-ddns/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# godaddy-ddns - -Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [godaddy-ddns](https://truecharts.org/docs/charts/incubator/godaddy-ddns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `godaddy-ddns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install godaddy-ddns TrueCharts/godaddy-ddns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `godaddy-ddns` deployment - -```console -helm uninstall godaddy-ddns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install godaddy-ddns \ - --set env.TZ="America/New York" \ - TrueCharts/godaddy-ddns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install godaddy-ddns TrueCharts/godaddy-ddns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/godaddy-ddns/0.0.29/charts/common-10.7.0.tgz b/incubator/godaddy-ddns/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/godaddy-ddns/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/godaddy-ddns/0.0.30/CHANGELOG.md b/incubator/godaddy-ddns/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..6ccc29b13b1 --- /dev/null +++ b/incubator/godaddy-ddns/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [godaddy-ddns-0.0.30](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.29...godaddy-ddns-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [godaddy-ddns-0.0.29](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.28...godaddy-ddns-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [godaddy-ddns-0.0.28](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.27...godaddy-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [godaddy-ddns-0.0.28](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.27...godaddy-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [godaddy-ddns-0.0.27](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.26...godaddy-ddns-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [godaddy-ddns-0.0.26](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.25...godaddy-ddns-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [godaddy-ddns-0.0.25](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.24...godaddy-ddns-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [godaddy-ddns-0.0.24](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.23...godaddy-ddns-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [godaddy-ddns-0.0.24](https://github.com/truecharts/charts/compare/godaddy-ddns-0.0.23...godaddy-ddns-0.0.24) (2022-09-21) diff --git a/incubator/godaddy-ddns/0.0.30/Chart.lock b/incubator/godaddy-ddns/0.0.30/Chart.lock new file mode 100644 index 00000000000..32bb7a65422 --- /dev/null +++ b/incubator/godaddy-ddns/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:21.281450557Z" diff --git a/incubator/godaddy-ddns/0.0.30/Chart.yaml b/incubator/godaddy-ddns/0.0.30/Chart.yaml new file mode 100644 index 00000000000..339bcdfe437 --- /dev/null +++ b/incubator/godaddy-ddns/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. +home: https://truecharts.org/docs/charts/incubator/godaddy-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.png +keywords: + - godaddy-ddns + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: godaddy-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/godaddy-ddns + - https://hub.docker.com/r/jwater7/godaddy-publicip-updater/ +type: application +version: 0.0.30 diff --git a/incubator/godaddy-ddns/0.0.30/README.md b/incubator/godaddy-ddns/0.0.30/README.md new file mode 100644 index 00000000000..6a2a11cec55 --- /dev/null +++ b/incubator/godaddy-ddns/0.0.30/README.md @@ -0,0 +1,106 @@ +# godaddy-ddns + +Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [godaddy-ddns](https://truecharts.org/docs/charts/incubator/godaddy-ddns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `godaddy-ddns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install godaddy-ddns TrueCharts/godaddy-ddns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `godaddy-ddns` deployment + +```console +helm uninstall godaddy-ddns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install godaddy-ddns \ + --set env.TZ="America/New York" \ + TrueCharts/godaddy-ddns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install godaddy-ddns TrueCharts/godaddy-ddns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/godaddy-ddns/0.0.29/app-readme.md b/incubator/godaddy-ddns/0.0.30/app-readme.md similarity index 100% rename from incubator/godaddy-ddns/0.0.29/app-readme.md rename to incubator/godaddy-ddns/0.0.30/app-readme.md diff --git a/incubator/godaddy-ddns/0.0.30/charts/common-10.7.1.tgz b/incubator/godaddy-ddns/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/godaddy-ddns/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/godaddy-ddns/0.0.29/ix_values.yaml b/incubator/godaddy-ddns/0.0.30/ix_values.yaml similarity index 100% rename from incubator/godaddy-ddns/0.0.29/ix_values.yaml rename to incubator/godaddy-ddns/0.0.30/ix_values.yaml diff --git a/incubator/godaddy-ddns/0.0.29/questions.yaml b/incubator/godaddy-ddns/0.0.30/questions.yaml similarity index 100% rename from incubator/godaddy-ddns/0.0.29/questions.yaml rename to incubator/godaddy-ddns/0.0.30/questions.yaml diff --git a/incubator/godaddy-ddns/0.0.29/templates/common.yaml b/incubator/godaddy-ddns/0.0.30/templates/common.yaml similarity index 100% rename from incubator/godaddy-ddns/0.0.29/templates/common.yaml rename to incubator/godaddy-ddns/0.0.30/templates/common.yaml diff --git a/incubator/godaddy-ddns/0.0.29/values.yaml b/incubator/godaddy-ddns/0.0.30/values.yaml similarity index 100% rename from incubator/godaddy-ddns/0.0.29/values.yaml rename to incubator/godaddy-ddns/0.0.30/values.yaml diff --git a/incubator/gokapi/0.0.35/CHANGELOG.md b/incubator/gokapi/0.0.35/CHANGELOG.md deleted file mode 100644 index 712885b3a71..00000000000 --- a/incubator/gokapi/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gokapi-0.0.35](https://github.com/truecharts/charts/compare/gokapi-0.0.34...gokapi-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gokapi-0.0.34](https://github.com/truecharts/charts/compare/gokapi-0.0.33...gokapi-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gokapi-0.0.34](https://github.com/truecharts/charts/compare/gokapi-0.0.33...gokapi-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gokapi-0.0.33](https://github.com/truecharts/charts/compare/gokapi-0.0.32...gokapi-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gokapi-0.0.32](https://github.com/truecharts/charts/compare/gokapi-0.0.31...gokapi-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gokapi-0.0.31](https://github.com/truecharts/charts/compare/gokapi-0.0.30...gokapi-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gokapi-0.0.30](https://github.com/truecharts/charts/compare/gokapi-0.0.29...gokapi-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [gokapi-0.0.30](https://github.com/truecharts/charts/compare/gokapi-0.0.29...gokapi-0.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/gokapi/0.0.35/Chart.lock b/incubator/gokapi/0.0.35/Chart.lock deleted file mode 100644 index e4e3844f74a..00000000000 --- a/incubator/gokapi/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:30.420026296Z" diff --git a/incubator/gokapi/0.0.35/Chart.yaml b/incubator/gokapi/0.0.35/Chart.yaml deleted file mode 100644 index 941ae1d87aa..00000000000 --- a/incubator/gokapi/0.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.6.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days." -home: https://truecharts.org/docs/charts/incubator/gokapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png -keywords: - - gokapi - - cloud - - utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: gokapi -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/gokapi - - https://github.com/Forceu/gokapi - - https://hub.docker.com/r/f0rc3/gokapi -type: application -version: 0.0.35 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - cloud - - utilities diff --git a/incubator/gokapi/0.0.35/README.md b/incubator/gokapi/0.0.35/README.md deleted file mode 100644 index 6364507d5ac..00000000000 --- a/incubator/gokapi/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# gokapi - -Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gokapi](https://truecharts.org/docs/charts/incubator/gokapi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gokapi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gokapi TrueCharts/gokapi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gokapi` deployment - -```console -helm uninstall gokapi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gokapi \ - --set env.TZ="America/New York" \ - TrueCharts/gokapi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gokapi TrueCharts/gokapi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/gokapi/0.0.35/charts/common-10.7.0.tgz b/incubator/gokapi/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/gokapi/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/gokapi/0.0.36/CHANGELOG.md b/incubator/gokapi/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..886ced14dc5 --- /dev/null +++ b/incubator/gokapi/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gokapi-0.0.36](https://github.com/truecharts/charts/compare/gokapi-0.0.35...gokapi-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gokapi-0.0.35](https://github.com/truecharts/charts/compare/gokapi-0.0.34...gokapi-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gokapi-0.0.34](https://github.com/truecharts/charts/compare/gokapi-0.0.33...gokapi-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gokapi-0.0.34](https://github.com/truecharts/charts/compare/gokapi-0.0.33...gokapi-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gokapi-0.0.33](https://github.com/truecharts/charts/compare/gokapi-0.0.32...gokapi-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gokapi-0.0.32](https://github.com/truecharts/charts/compare/gokapi-0.0.31...gokapi-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gokapi-0.0.31](https://github.com/truecharts/charts/compare/gokapi-0.0.30...gokapi-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gokapi-0.0.30](https://github.com/truecharts/charts/compare/gokapi-0.0.29...gokapi-0.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/gokapi/0.0.36/Chart.lock b/incubator/gokapi/0.0.36/Chart.lock new file mode 100644 index 00000000000..6d12d4f9b6e --- /dev/null +++ b/incubator/gokapi/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:22.753233382Z" diff --git a/incubator/gokapi/0.0.36/Chart.yaml b/incubator/gokapi/0.0.36/Chart.yaml new file mode 100644 index 00000000000..3208a164c82 --- /dev/null +++ b/incubator/gokapi/0.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.6.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days." +home: https://truecharts.org/docs/charts/incubator/gokapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.png +keywords: + - gokapi + - cloud + - utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gokapi +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/gokapi + - https://github.com/Forceu/gokapi + - https://hub.docker.com/r/f0rc3/gokapi +type: application +version: 0.0.36 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - cloud + - utilities diff --git a/incubator/gokapi/0.0.36/README.md b/incubator/gokapi/0.0.36/README.md new file mode 100644 index 00000000000..8ffe8871177 --- /dev/null +++ b/incubator/gokapi/0.0.36/README.md @@ -0,0 +1,107 @@ +# gokapi + +Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gokapi](https://truecharts.org/docs/charts/incubator/gokapi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gokapi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gokapi TrueCharts/gokapi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gokapi` deployment + +```console +helm uninstall gokapi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gokapi \ + --set env.TZ="America/New York" \ + TrueCharts/gokapi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gokapi TrueCharts/gokapi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/gokapi/0.0.35/app-readme.md b/incubator/gokapi/0.0.36/app-readme.md similarity index 100% rename from incubator/gokapi/0.0.35/app-readme.md rename to incubator/gokapi/0.0.36/app-readme.md diff --git a/incubator/gokapi/0.0.36/charts/common-10.7.1.tgz b/incubator/gokapi/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/gokapi/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/gokapi/0.0.35/ix_values.yaml b/incubator/gokapi/0.0.36/ix_values.yaml similarity index 100% rename from incubator/gokapi/0.0.35/ix_values.yaml rename to incubator/gokapi/0.0.36/ix_values.yaml diff --git a/incubator/gokapi/0.0.35/questions.yaml b/incubator/gokapi/0.0.36/questions.yaml similarity index 100% rename from incubator/gokapi/0.0.35/questions.yaml rename to incubator/gokapi/0.0.36/questions.yaml diff --git a/incubator/gokapi/0.0.35/templates/common.yaml b/incubator/gokapi/0.0.36/templates/common.yaml similarity index 100% rename from incubator/gokapi/0.0.35/templates/common.yaml rename to incubator/gokapi/0.0.36/templates/common.yaml diff --git a/incubator/gokapi/0.0.35/values.yaml b/incubator/gokapi/0.0.36/values.yaml similarity index 100% rename from incubator/gokapi/0.0.35/values.yaml rename to incubator/gokapi/0.0.36/values.yaml diff --git a/incubator/google-cloud-storage-backup/0.0.30/CHANGELOG.md b/incubator/google-cloud-storage-backup/0.0.30/CHANGELOG.md deleted file mode 100644 index 577e0dfa26f..00000000000 --- a/incubator/google-cloud-storage-backup/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [google-cloud-storage-backup-0.0.30](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.29...google-cloud-storage-backup-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [google-cloud-storage-backup-0.0.29](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.28...google-cloud-storage-backup-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [google-cloud-storage-backup-0.0.29](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.28...google-cloud-storage-backup-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [google-cloud-storage-backup-0.0.28](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.27...google-cloud-storage-backup-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [google-cloud-storage-backup-0.0.27](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.26...google-cloud-storage-backup-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [google-cloud-storage-backup-0.0.26](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.25...google-cloud-storage-backup-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [google-cloud-storage-backup-0.0.25](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.24...google-cloud-storage-backup-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [google-cloud-storage-backup-0.0.25](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.24...google-cloud-storage-backup-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/google-cloud-storage-backup/0.0.30/Chart.lock b/incubator/google-cloud-storage-backup/0.0.30/Chart.lock deleted file mode 100644 index f4cb1737eb8..00000000000 --- a/incubator/google-cloud-storage-backup/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:42.392456177Z" diff --git a/incubator/google-cloud-storage-backup/0.0.30/Chart.yaml b/incubator/google-cloud-storage-backup/0.0.30/Chart.yaml deleted file mode 100644 index 8d2b7dd362b..00000000000 --- a/incubator/google-cloud-storage-backup/0.0.30/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A simple way to backup important files to Google Cloud Storage.\n" -home: https://truecharts.org/docs/charts/incubator/google-cloud-storage-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/google-cloud-storage-backup.png -keywords: - - google-cloud-storage-backup - - Backup - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: google-cloud-storage-backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup - - https://hub.docker.com/r/vinid223/gcloud-storage-backup -type: application -version: 0.0.30 diff --git a/incubator/google-cloud-storage-backup/0.0.30/README.md b/incubator/google-cloud-storage-backup/0.0.30/README.md deleted file mode 100644 index 896862452f5..00000000000 --- a/incubator/google-cloud-storage-backup/0.0.30/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# google-cloud-storage-backup - -A simple way to backup important files to Google Cloud Storage. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [google-cloud-storage-backup](https://truecharts.org/docs/charts/incubator/google-cloud-storage-backup) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `google-cloud-storage-backup` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `google-cloud-storage-backup` deployment - -```console -helm uninstall google-cloud-storage-backup -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install google-cloud-storage-backup \ - --set env.TZ="America/New York" \ - TrueCharts/google-cloud-storage-backup -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/google-cloud-storage-backup/0.0.30/charts/common-10.7.0.tgz b/incubator/google-cloud-storage-backup/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/google-cloud-storage-backup/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/google-cloud-storage-backup/0.0.31/CHANGELOG.md b/incubator/google-cloud-storage-backup/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..802083b80ce --- /dev/null +++ b/incubator/google-cloud-storage-backup/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [google-cloud-storage-backup-0.0.31](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.30...google-cloud-storage-backup-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [google-cloud-storage-backup-0.0.30](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.29...google-cloud-storage-backup-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [google-cloud-storage-backup-0.0.29](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.28...google-cloud-storage-backup-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [google-cloud-storage-backup-0.0.29](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.28...google-cloud-storage-backup-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [google-cloud-storage-backup-0.0.28](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.27...google-cloud-storage-backup-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [google-cloud-storage-backup-0.0.27](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.26...google-cloud-storage-backup-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [google-cloud-storage-backup-0.0.26](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.25...google-cloud-storage-backup-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [google-cloud-storage-backup-0.0.25](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.24...google-cloud-storage-backup-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [google-cloud-storage-backup-0.0.25](https://github.com/truecharts/charts/compare/google-cloud-storage-backup-0.0.24...google-cloud-storage-backup-0.0.25) (2022-09-21) diff --git a/incubator/google-cloud-storage-backup/0.0.31/Chart.lock b/incubator/google-cloud-storage-backup/0.0.31/Chart.lock new file mode 100644 index 00000000000..d37ca2f8821 --- /dev/null +++ b/incubator/google-cloud-storage-backup/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:38.78706991Z" diff --git a/incubator/google-cloud-storage-backup/0.0.31/Chart.yaml b/incubator/google-cloud-storage-backup/0.0.31/Chart.yaml new file mode 100644 index 00000000000..83bbf7f4cf0 --- /dev/null +++ b/incubator/google-cloud-storage-backup/0.0.31/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A simple way to backup important files to Google Cloud Storage.\n" +home: https://truecharts.org/docs/charts/incubator/google-cloud-storage-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/google-cloud-storage-backup.png +keywords: + - google-cloud-storage-backup + - Backup + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: google-cloud-storage-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/google-cloud-storage-backup + - https://hub.docker.com/r/vinid223/gcloud-storage-backup +type: application +version: 0.0.31 diff --git a/incubator/google-cloud-storage-backup/0.0.31/README.md b/incubator/google-cloud-storage-backup/0.0.31/README.md new file mode 100644 index 00000000000..2c3cd58318d --- /dev/null +++ b/incubator/google-cloud-storage-backup/0.0.31/README.md @@ -0,0 +1,106 @@ +# google-cloud-storage-backup + +A simple way to backup important files to Google Cloud Storage. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [google-cloud-storage-backup](https://truecharts.org/docs/charts/incubator/google-cloud-storage-backup) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `google-cloud-storage-backup` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `google-cloud-storage-backup` deployment + +```console +helm uninstall google-cloud-storage-backup +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install google-cloud-storage-backup \ + --set env.TZ="America/New York" \ + TrueCharts/google-cloud-storage-backup +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install google-cloud-storage-backup TrueCharts/google-cloud-storage-backup -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/google-cloud-storage-backup/0.0.30/app-readme.md b/incubator/google-cloud-storage-backup/0.0.31/app-readme.md similarity index 100% rename from incubator/google-cloud-storage-backup/0.0.30/app-readme.md rename to incubator/google-cloud-storage-backup/0.0.31/app-readme.md diff --git a/incubator/google-cloud-storage-backup/0.0.31/charts/common-10.7.1.tgz b/incubator/google-cloud-storage-backup/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/google-cloud-storage-backup/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/google-cloud-storage-backup/0.0.30/ix_values.yaml b/incubator/google-cloud-storage-backup/0.0.31/ix_values.yaml similarity index 100% rename from incubator/google-cloud-storage-backup/0.0.30/ix_values.yaml rename to incubator/google-cloud-storage-backup/0.0.31/ix_values.yaml diff --git a/incubator/google-cloud-storage-backup/0.0.30/questions.yaml b/incubator/google-cloud-storage-backup/0.0.31/questions.yaml similarity index 100% rename from incubator/google-cloud-storage-backup/0.0.30/questions.yaml rename to incubator/google-cloud-storage-backup/0.0.31/questions.yaml diff --git a/incubator/google-cloud-storage-backup/0.0.30/templates/common.yaml b/incubator/google-cloud-storage-backup/0.0.31/templates/common.yaml similarity index 100% rename from incubator/google-cloud-storage-backup/0.0.30/templates/common.yaml rename to incubator/google-cloud-storage-backup/0.0.31/templates/common.yaml diff --git a/incubator/google-cloud-storage-backup/0.0.30/values.yaml b/incubator/google-cloud-storage-backup/0.0.31/values.yaml similarity index 100% rename from incubator/google-cloud-storage-backup/0.0.30/values.yaml rename to incubator/google-cloud-storage-backup/0.0.31/values.yaml diff --git a/incubator/googlephotossync/0.0.38/CHANGELOG.md b/incubator/googlephotossync/0.0.38/CHANGELOG.md deleted file mode 100644 index 72e72d7774e..00000000000 --- a/incubator/googlephotossync/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [googlephotossync-0.0.38](https://github.com/truecharts/charts/compare/googlephotossync-0.0.37...googlephotossync-0.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [googlephotossync-0.0.37](https://github.com/truecharts/charts/compare/googlephotossync-0.0.36...googlephotossync-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [googlephotossync-0.0.37](https://github.com/truecharts/charts/compare/googlephotossync-0.0.36...googlephotossync-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [googlephotossync-0.0.36](https://github.com/truecharts/charts/compare/googlephotossync-0.0.35...googlephotossync-0.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [googlephotossync-0.0.35](https://github.com/truecharts/charts/compare/googlephotossync-0.0.34...googlephotossync-0.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [googlephotossync-0.0.34](https://github.com/truecharts/charts/compare/googlephotossync-0.0.33...googlephotossync-0.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [googlephotossync-0.0.33](https://github.com/truecharts/charts/compare/googlephotossync-0.0.31...googlephotossync-0.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [googlephotossync-0.0.33](https://github.com/truecharts/charts/compare/googlephotossync-0.0.31...googlephotossync-0.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/googlephotossync/0.0.38/Chart.lock b/incubator/googlephotossync/0.0.38/Chart.lock deleted file mode 100644 index 19b02c579a7..00000000000 --- a/incubator/googlephotossync/0.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:48.883635441Z" diff --git a/incubator/googlephotossync/0.0.38/Chart.yaml b/incubator/googlephotossync/0.0.38/Chart.yaml deleted file mode 100644 index bf212a6d94f..00000000000 --- a/incubator/googlephotossync/0.0.38/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages)." -home: https://truecharts.org/docs/charts/incubator/googlephotossync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png -keywords: - - googlephotossync - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: googlephotossync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync - - https://hub.docker.com/r/rix1337/docker-gphotos-sync -type: application -version: 0.0.38 diff --git a/incubator/googlephotossync/0.0.38/README.md b/incubator/googlephotossync/0.0.38/README.md deleted file mode 100644 index 22a1e39d6fa..00000000000 --- a/incubator/googlephotossync/0.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# googlephotossync - -Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [googlephotossync](https://truecharts.org/docs/charts/incubator/googlephotossync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `googlephotossync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install googlephotossync TrueCharts/googlephotossync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `googlephotossync` deployment - -```console -helm uninstall googlephotossync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install googlephotossync \ - --set env.TZ="America/New York" \ - TrueCharts/googlephotossync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install googlephotossync TrueCharts/googlephotossync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/googlephotossync/0.0.38/charts/common-10.7.0.tgz b/incubator/googlephotossync/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/googlephotossync/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/googlephotossync/0.0.39/CHANGELOG.md b/incubator/googlephotossync/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..fc17fb953b0 --- /dev/null +++ b/incubator/googlephotossync/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [googlephotossync-0.0.39](https://github.com/truecharts/charts/compare/googlephotossync-0.0.38...googlephotossync-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [googlephotossync-0.0.38](https://github.com/truecharts/charts/compare/googlephotossync-0.0.37...googlephotossync-0.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [googlephotossync-0.0.37](https://github.com/truecharts/charts/compare/googlephotossync-0.0.36...googlephotossync-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [googlephotossync-0.0.37](https://github.com/truecharts/charts/compare/googlephotossync-0.0.36...googlephotossync-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [googlephotossync-0.0.36](https://github.com/truecharts/charts/compare/googlephotossync-0.0.35...googlephotossync-0.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [googlephotossync-0.0.35](https://github.com/truecharts/charts/compare/googlephotossync-0.0.34...googlephotossync-0.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [googlephotossync-0.0.34](https://github.com/truecharts/charts/compare/googlephotossync-0.0.33...googlephotossync-0.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [googlephotossync-0.0.33](https://github.com/truecharts/charts/compare/googlephotossync-0.0.31...googlephotossync-0.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/incubator/googlephotossync/0.0.39/Chart.lock b/incubator/googlephotossync/0.0.39/Chart.lock new file mode 100644 index 00000000000..6b98f0abdb7 --- /dev/null +++ b/incubator/googlephotossync/0.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:47.247938445Z" diff --git a/incubator/googlephotossync/0.0.39/Chart.yaml b/incubator/googlephotossync/0.0.39/Chart.yaml new file mode 100644 index 00000000000..1e2b3262b8c --- /dev/null +++ b/incubator/googlephotossync/0.0.39/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages)." +home: https://truecharts.org/docs/charts/incubator/googlephotossync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.png +keywords: + - googlephotossync + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: googlephotossync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/googlephotossync + - https://hub.docker.com/r/rix1337/docker-gphotos-sync +type: application +version: 0.0.39 diff --git a/incubator/googlephotossync/0.0.39/README.md b/incubator/googlephotossync/0.0.39/README.md new file mode 100644 index 00000000000..bc49cc0e2df --- /dev/null +++ b/incubator/googlephotossync/0.0.39/README.md @@ -0,0 +1,106 @@ +# googlephotossync + +Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [googlephotossync](https://truecharts.org/docs/charts/incubator/googlephotossync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `googlephotossync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install googlephotossync TrueCharts/googlephotossync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `googlephotossync` deployment + +```console +helm uninstall googlephotossync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install googlephotossync \ + --set env.TZ="America/New York" \ + TrueCharts/googlephotossync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install googlephotossync TrueCharts/googlephotossync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/googlephotossync/0.0.38/app-readme.md b/incubator/googlephotossync/0.0.39/app-readme.md similarity index 100% rename from incubator/googlephotossync/0.0.38/app-readme.md rename to incubator/googlephotossync/0.0.39/app-readme.md diff --git a/incubator/googlephotossync/0.0.39/charts/common-10.7.1.tgz b/incubator/googlephotossync/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/googlephotossync/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/googlephotossync/0.0.38/ix_values.yaml b/incubator/googlephotossync/0.0.39/ix_values.yaml similarity index 100% rename from incubator/googlephotossync/0.0.38/ix_values.yaml rename to incubator/googlephotossync/0.0.39/ix_values.yaml diff --git a/incubator/googlephotossync/0.0.38/questions.yaml b/incubator/googlephotossync/0.0.39/questions.yaml similarity index 100% rename from incubator/googlephotossync/0.0.38/questions.yaml rename to incubator/googlephotossync/0.0.39/questions.yaml diff --git a/incubator/googlephotossync/0.0.38/templates/common.yaml b/incubator/googlephotossync/0.0.39/templates/common.yaml similarity index 100% rename from incubator/googlephotossync/0.0.38/templates/common.yaml rename to incubator/googlephotossync/0.0.39/templates/common.yaml diff --git a/incubator/googlephotossync/0.0.38/values.yaml b/incubator/googlephotossync/0.0.39/values.yaml similarity index 100% rename from incubator/googlephotossync/0.0.38/values.yaml rename to incubator/googlephotossync/0.0.39/values.yaml diff --git a/incubator/gpodder/0.0.29/CHANGELOG.md b/incubator/gpodder/0.0.29/CHANGELOG.md deleted file mode 100644 index 336aeb58965..00000000000 --- a/incubator/gpodder/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gpodder-0.0.29](https://github.com/truecharts/charts/compare/gpodder-0.0.28...gpodder-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gpodder-0.0.28](https://github.com/truecharts/charts/compare/gpodder-0.0.27...gpodder-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gpodder-0.0.28](https://github.com/truecharts/charts/compare/gpodder-0.0.27...gpodder-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gpodder-0.0.27](https://github.com/truecharts/charts/compare/gpodder-0.0.26...gpodder-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gpodder-0.0.26](https://github.com/truecharts/charts/compare/gpodder-0.0.25...gpodder-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gpodder-0.0.25](https://github.com/truecharts/charts/compare/gpodder-0.0.24...gpodder-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gpodder-0.0.24](https://github.com/truecharts/charts/compare/gpodder-0.0.23...gpodder-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [gpodder-0.0.24](https://github.com/truecharts/charts/compare/gpodder-0.0.23...gpodder-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/gpodder/0.0.29/Chart.lock b/incubator/gpodder/0.0.29/Chart.lock deleted file mode 100644 index ab8018c8815..00000000000 --- a/incubator/gpodder/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:51.58897193Z" diff --git a/incubator/gpodder/0.0.29/Chart.yaml b/incubator/gpodder/0.0.29/Chart.yaml deleted file mode 100644 index 7cff7d1d14e..00000000000 --- a/incubator/gpodder/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD;" -home: https://truecharts.org/docs/charts/incubator/gpodder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png -keywords: - - gpodder - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: gpodder -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/gpodder - - https://gpodder.github.io/ - - https://hub.docker.com/r/xthursdayx/gpodder-docker/ -type: application -version: 0.0.29 diff --git a/incubator/gpodder/0.0.29/README.md b/incubator/gpodder/0.0.29/README.md deleted file mode 100644 index c43d80bab84..00000000000 --- a/incubator/gpodder/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# gpodder - -gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gpodder](https://truecharts.org/docs/charts/incubator/gpodder) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gpodder` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gpodder TrueCharts/gpodder -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gpodder` deployment - -```console -helm uninstall gpodder -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gpodder \ - --set env.TZ="America/New York" \ - TrueCharts/gpodder -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gpodder TrueCharts/gpodder -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/gpodder/0.0.29/charts/common-10.7.0.tgz b/incubator/gpodder/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/gpodder/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/gpodder/0.0.30/CHANGELOG.md b/incubator/gpodder/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4f61a54476a --- /dev/null +++ b/incubator/gpodder/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gpodder-0.0.30](https://github.com/truecharts/charts/compare/gpodder-0.0.29...gpodder-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gpodder-0.0.29](https://github.com/truecharts/charts/compare/gpodder-0.0.28...gpodder-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gpodder-0.0.28](https://github.com/truecharts/charts/compare/gpodder-0.0.27...gpodder-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gpodder-0.0.28](https://github.com/truecharts/charts/compare/gpodder-0.0.27...gpodder-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gpodder-0.0.27](https://github.com/truecharts/charts/compare/gpodder-0.0.26...gpodder-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gpodder-0.0.26](https://github.com/truecharts/charts/compare/gpodder-0.0.25...gpodder-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gpodder-0.0.25](https://github.com/truecharts/charts/compare/gpodder-0.0.24...gpodder-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gpodder-0.0.24](https://github.com/truecharts/charts/compare/gpodder-0.0.23...gpodder-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/gpodder/0.0.30/Chart.lock b/incubator/gpodder/0.0.30/Chart.lock new file mode 100644 index 00000000000..d2d51dc8473 --- /dev/null +++ b/incubator/gpodder/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:52.612317297Z" diff --git a/incubator/gpodder/0.0.30/Chart.yaml b/incubator/gpodder/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d0770857207 --- /dev/null +++ b/incubator/gpodder/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD;" +home: https://truecharts.org/docs/charts/incubator/gpodder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.png +keywords: + - gpodder + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gpodder +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/gpodder + - https://gpodder.github.io/ + - https://hub.docker.com/r/xthursdayx/gpodder-docker/ +type: application +version: 0.0.30 diff --git a/incubator/gpodder/0.0.30/README.md b/incubator/gpodder/0.0.30/README.md new file mode 100644 index 00000000000..8819612d24b --- /dev/null +++ b/incubator/gpodder/0.0.30/README.md @@ -0,0 +1,107 @@ +# gpodder + +gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.&#xD; + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gpodder](https://truecharts.org/docs/charts/incubator/gpodder) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gpodder` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gpodder TrueCharts/gpodder +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gpodder` deployment + +```console +helm uninstall gpodder +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gpodder \ + --set env.TZ="America/New York" \ + TrueCharts/gpodder +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gpodder TrueCharts/gpodder -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/gpodder/0.0.29/app-readme.md b/incubator/gpodder/0.0.30/app-readme.md similarity index 100% rename from incubator/gpodder/0.0.29/app-readme.md rename to incubator/gpodder/0.0.30/app-readme.md diff --git a/incubator/gpodder/0.0.30/charts/common-10.7.1.tgz b/incubator/gpodder/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/gpodder/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/gpodder/0.0.29/ix_values.yaml b/incubator/gpodder/0.0.30/ix_values.yaml similarity index 100% rename from incubator/gpodder/0.0.29/ix_values.yaml rename to incubator/gpodder/0.0.30/ix_values.yaml diff --git a/incubator/gpodder/0.0.29/questions.yaml b/incubator/gpodder/0.0.30/questions.yaml similarity index 100% rename from incubator/gpodder/0.0.29/questions.yaml rename to incubator/gpodder/0.0.30/questions.yaml diff --git a/incubator/gpodder/0.0.29/templates/common.yaml b/incubator/gpodder/0.0.30/templates/common.yaml similarity index 100% rename from incubator/gpodder/0.0.29/templates/common.yaml rename to incubator/gpodder/0.0.30/templates/common.yaml diff --git a/incubator/gpodder/0.0.29/values.yaml b/incubator/gpodder/0.0.30/values.yaml similarity index 100% rename from incubator/gpodder/0.0.29/values.yaml rename to incubator/gpodder/0.0.30/values.yaml diff --git a/incubator/grafana-image-renderer/0.0.30/CHANGELOG.md b/incubator/grafana-image-renderer/0.0.30/CHANGELOG.md deleted file mode 100644 index 63ef4a42584..00000000000 --- a/incubator/grafana-image-renderer/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [grafana-image-renderer-0.0.30](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.29...grafana-image-renderer-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [grafana-image-renderer-0.0.29](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-image-renderer-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grafana-image-renderer-0.0.29](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-image-renderer-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grafana-image-renderer-0.0.28](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.27...grafana-image-renderer-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [grafana-image-renderer-0.0.27](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.26...grafana-image-renderer-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [grafana-image-renderer-0.0.26](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.25...grafana-image-renderer-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [grafana-image-renderer-0.0.25](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.24...grafana-image-renderer-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [grafana-image-renderer-0.0.25](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.24...grafana-image-renderer-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/grafana-image-renderer/0.0.30/Chart.lock b/incubator/grafana-image-renderer/0.0.30/Chart.lock deleted file mode 100644 index cedc5817f30..00000000000 --- a/incubator/grafana-image-renderer/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:41:59.685303452Z" diff --git a/incubator/grafana-image-renderer/0.0.30/Chart.yaml b/incubator/grafana-image-renderer/0.0.30/Chart.yaml deleted file mode 100644 index 2a285a506f2..00000000000 --- a/incubator/grafana-image-renderer/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome." -home: https://truecharts.org/docs/charts/incubator/grafana-image-renderer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png -keywords: - - grafana-image-renderer - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: grafana-image-renderer -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-image-renderer - - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md - - https://hub.docker.com/r/grafana/grafana-image-renderer -type: application -version: 0.0.30 diff --git a/incubator/grafana-image-renderer/0.0.30/README.md b/incubator/grafana-image-renderer/0.0.30/README.md deleted file mode 100644 index 8c7f8ff726e..00000000000 --- a/incubator/grafana-image-renderer/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# grafana-image-renderer - -A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [grafana-image-renderer](https://truecharts.org/docs/charts/incubator/grafana-image-renderer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `grafana-image-renderer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install grafana-image-renderer TrueCharts/grafana-image-renderer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `grafana-image-renderer` deployment - -```console -helm uninstall grafana-image-renderer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install grafana-image-renderer \ - --set env.TZ="America/New York" \ - TrueCharts/grafana-image-renderer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install grafana-image-renderer TrueCharts/grafana-image-renderer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/grafana-image-renderer/0.0.30/charts/common-10.7.0.tgz b/incubator/grafana-image-renderer/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/grafana-image-renderer/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/grafana-image-renderer/0.0.31/CHANGELOG.md b/incubator/grafana-image-renderer/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..3efff4dc4ec --- /dev/null +++ b/incubator/grafana-image-renderer/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [grafana-image-renderer-0.0.31](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.30...grafana-image-renderer-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [grafana-image-renderer-0.0.30](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.29...grafana-image-renderer-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [grafana-image-renderer-0.0.29](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-image-renderer-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grafana-image-renderer-0.0.29](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-image-renderer-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grafana-image-renderer-0.0.28](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.27...grafana-image-renderer-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [grafana-image-renderer-0.0.27](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.26...grafana-image-renderer-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [grafana-image-renderer-0.0.26](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.25...grafana-image-renderer-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [grafana-image-renderer-0.0.25](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.24...grafana-image-renderer-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [grafana-image-renderer-0.0.25](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.24...grafana-image-renderer-0.0.25) (2022-09-21) diff --git a/incubator/grafana-image-renderer/0.0.31/Chart.lock b/incubator/grafana-image-renderer/0.0.31/Chart.lock new file mode 100644 index 00000000000..bac9dcc1027 --- /dev/null +++ b/incubator/grafana-image-renderer/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:22:53.103118682Z" diff --git a/incubator/grafana-image-renderer/0.0.31/Chart.yaml b/incubator/grafana-image-renderer/0.0.31/Chart.yaml new file mode 100644 index 00000000000..1e27cd6602e --- /dev/null +++ b/incubator/grafana-image-renderer/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome." +home: https://truecharts.org/docs/charts/incubator/grafana-image-renderer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.png +keywords: + - grafana-image-renderer + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grafana-image-renderer +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/grafana-image-renderer + - https://github.com/grafana/grafana-image-renderer/blob/master/docs/remote_rendering_using_docker.md + - https://hub.docker.com/r/grafana/grafana-image-renderer +type: application +version: 0.0.31 diff --git a/incubator/grafana-image-renderer/0.0.31/README.md b/incubator/grafana-image-renderer/0.0.31/README.md new file mode 100644 index 00000000000..d884fadb29e --- /dev/null +++ b/incubator/grafana-image-renderer/0.0.31/README.md @@ -0,0 +1,107 @@ +# grafana-image-renderer + +A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [grafana-image-renderer](https://truecharts.org/docs/charts/incubator/grafana-image-renderer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `grafana-image-renderer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install grafana-image-renderer TrueCharts/grafana-image-renderer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `grafana-image-renderer` deployment + +```console +helm uninstall grafana-image-renderer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install grafana-image-renderer \ + --set env.TZ="America/New York" \ + TrueCharts/grafana-image-renderer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install grafana-image-renderer TrueCharts/grafana-image-renderer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/grafana-image-renderer/0.0.30/app-readme.md b/incubator/grafana-image-renderer/0.0.31/app-readme.md similarity index 100% rename from incubator/grafana-image-renderer/0.0.30/app-readme.md rename to incubator/grafana-image-renderer/0.0.31/app-readme.md diff --git a/incubator/grafana-image-renderer/0.0.31/charts/common-10.7.1.tgz b/incubator/grafana-image-renderer/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/grafana-image-renderer/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/grafana-image-renderer/0.0.30/ix_values.yaml b/incubator/grafana-image-renderer/0.0.31/ix_values.yaml similarity index 100% rename from incubator/grafana-image-renderer/0.0.30/ix_values.yaml rename to incubator/grafana-image-renderer/0.0.31/ix_values.yaml diff --git a/incubator/grafana-image-renderer/0.0.30/questions.yaml b/incubator/grafana-image-renderer/0.0.31/questions.yaml similarity index 100% rename from incubator/grafana-image-renderer/0.0.30/questions.yaml rename to incubator/grafana-image-renderer/0.0.31/questions.yaml diff --git a/incubator/grafana-image-renderer/0.0.30/templates/common.yaml b/incubator/grafana-image-renderer/0.0.31/templates/common.yaml similarity index 100% rename from incubator/grafana-image-renderer/0.0.30/templates/common.yaml rename to incubator/grafana-image-renderer/0.0.31/templates/common.yaml diff --git a/incubator/grafana-image-renderer/0.0.30/values.yaml b/incubator/grafana-image-renderer/0.0.31/values.yaml similarity index 100% rename from incubator/grafana-image-renderer/0.0.30/values.yaml rename to incubator/grafana-image-renderer/0.0.31/values.yaml diff --git a/incubator/gridcoinwalletgui/0.0.30/CHANGELOG.md b/incubator/gridcoinwalletgui/0.0.30/CHANGELOG.md deleted file mode 100644 index f70dd5efa5d..00000000000 --- a/incubator/gridcoinwalletgui/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gridcoinwalletgui-0.0.30](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.29...gridcoinwalletgui-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gridcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.28...gridcoinwalletgui-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gridcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.28...gridcoinwalletgui-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gridcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.27...gridcoinwalletgui-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gridcoinwalletgui-0.0.27](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.26...gridcoinwalletgui-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gridcoinwalletgui-0.0.26](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.25...gridcoinwalletgui-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gridcoinwalletgui-0.0.25](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.24...gridcoinwalletgui-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [gridcoinwalletgui-0.0.25](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.24...gridcoinwalletgui-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/gridcoinwalletgui/0.0.30/Chart.lock b/incubator/gridcoinwalletgui/0.0.30/Chart.lock deleted file mode 100644 index 3c9d9288853..00000000000 --- a/incubator/gridcoinwalletgui/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:10.93398651Z" diff --git a/incubator/gridcoinwalletgui/0.0.30/Chart.yaml b/incubator/gridcoinwalletgui/0.0.30/Chart.yaml deleted file mode 100644 index 8fce0556061..00000000000 --- a/incubator/gridcoinwalletgui/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Running Boinc? Get some Gridcoins from your Boinc work!" -home: https://truecharts.org/docs/charts/incubator/gridcoinwalletgui -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png -keywords: - - gridcoinwalletgui - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: gridcoinwalletgui -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/gridcoinwalletgui - - https://gridcoin.us/ - - https://hub.docker.com/repository/docker/sublivion/gridcoinwalletgui -type: application -version: 0.0.30 diff --git a/incubator/gridcoinwalletgui/0.0.30/README.md b/incubator/gridcoinwalletgui/0.0.30/README.md deleted file mode 100644 index 831fccbd99f..00000000000 --- a/incubator/gridcoinwalletgui/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# gridcoinwalletgui - -Running Boinc? Get some Gridcoins from your Boinc work! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gridcoinwalletgui](https://truecharts.org/docs/charts/incubator/gridcoinwalletgui) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gridcoinwalletgui` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gridcoinwalletgui` deployment - -```console -helm uninstall gridcoinwalletgui -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gridcoinwalletgui \ - --set env.TZ="America/New York" \ - TrueCharts/gridcoinwalletgui -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/gridcoinwalletgui/0.0.30/charts/common-10.7.0.tgz b/incubator/gridcoinwalletgui/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/gridcoinwalletgui/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/gridcoinwalletgui/0.0.31/CHANGELOG.md b/incubator/gridcoinwalletgui/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..d377c336dec --- /dev/null +++ b/incubator/gridcoinwalletgui/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gridcoinwalletgui-0.0.31](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.30...gridcoinwalletgui-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gridcoinwalletgui-0.0.30](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.29...gridcoinwalletgui-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gridcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.28...gridcoinwalletgui-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gridcoinwalletgui-0.0.29](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.28...gridcoinwalletgui-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gridcoinwalletgui-0.0.28](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.27...gridcoinwalletgui-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gridcoinwalletgui-0.0.27](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.26...gridcoinwalletgui-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gridcoinwalletgui-0.0.26](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.25...gridcoinwalletgui-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gridcoinwalletgui-0.0.25](https://github.com/truecharts/charts/compare/gridcoinwalletgui-0.0.24...gridcoinwalletgui-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/gridcoinwalletgui/0.0.31/Chart.lock b/incubator/gridcoinwalletgui/0.0.31/Chart.lock new file mode 100644 index 00000000000..f118b8bc336 --- /dev/null +++ b/incubator/gridcoinwalletgui/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:11.102103757Z" diff --git a/incubator/gridcoinwalletgui/0.0.31/Chart.yaml b/incubator/gridcoinwalletgui/0.0.31/Chart.yaml new file mode 100644 index 00000000000..1a9c8f915af --- /dev/null +++ b/incubator/gridcoinwalletgui/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Running Boinc? Get some Gridcoins from your Boinc work!" +home: https://truecharts.org/docs/charts/incubator/gridcoinwalletgui +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.png +keywords: + - gridcoinwalletgui + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gridcoinwalletgui +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/gridcoinwalletgui + - https://gridcoin.us/ + - https://hub.docker.com/repository/docker/sublivion/gridcoinwalletgui +type: application +version: 0.0.31 diff --git a/incubator/gridcoinwalletgui/0.0.31/README.md b/incubator/gridcoinwalletgui/0.0.31/README.md new file mode 100644 index 00000000000..1b49e68ba24 --- /dev/null +++ b/incubator/gridcoinwalletgui/0.0.31/README.md @@ -0,0 +1,107 @@ +# gridcoinwalletgui + +Running Boinc? Get some Gridcoins from your Boinc work! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gridcoinwalletgui](https://truecharts.org/docs/charts/incubator/gridcoinwalletgui) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gridcoinwalletgui` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gridcoinwalletgui` deployment + +```console +helm uninstall gridcoinwalletgui +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gridcoinwalletgui \ + --set env.TZ="America/New York" \ + TrueCharts/gridcoinwalletgui +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gridcoinwalletgui TrueCharts/gridcoinwalletgui -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/gridcoinwalletgui/0.0.30/app-readme.md b/incubator/gridcoinwalletgui/0.0.31/app-readme.md similarity index 100% rename from incubator/gridcoinwalletgui/0.0.30/app-readme.md rename to incubator/gridcoinwalletgui/0.0.31/app-readme.md diff --git a/incubator/gridcoinwalletgui/0.0.31/charts/common-10.7.1.tgz b/incubator/gridcoinwalletgui/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/gridcoinwalletgui/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/gridcoinwalletgui/0.0.30/ix_values.yaml b/incubator/gridcoinwalletgui/0.0.31/ix_values.yaml similarity index 100% rename from incubator/gridcoinwalletgui/0.0.30/ix_values.yaml rename to incubator/gridcoinwalletgui/0.0.31/ix_values.yaml diff --git a/incubator/gridcoinwalletgui/0.0.30/questions.yaml b/incubator/gridcoinwalletgui/0.0.31/questions.yaml similarity index 100% rename from incubator/gridcoinwalletgui/0.0.30/questions.yaml rename to incubator/gridcoinwalletgui/0.0.31/questions.yaml diff --git a/incubator/gridcoinwalletgui/0.0.30/templates/common.yaml b/incubator/gridcoinwalletgui/0.0.31/templates/common.yaml similarity index 100% rename from incubator/gridcoinwalletgui/0.0.30/templates/common.yaml rename to incubator/gridcoinwalletgui/0.0.31/templates/common.yaml diff --git a/incubator/gridcoinwalletgui/0.0.30/values.yaml b/incubator/gridcoinwalletgui/0.0.31/values.yaml similarity index 100% rename from incubator/gridcoinwalletgui/0.0.30/values.yaml rename to incubator/gridcoinwalletgui/0.0.31/values.yaml diff --git a/incubator/guide2go/0.0.29/CHANGELOG.md b/incubator/guide2go/0.0.29/CHANGELOG.md deleted file mode 100644 index 756efb9825f..00000000000 --- a/incubator/guide2go/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [guide2go-0.0.29](https://github.com/truecharts/charts/compare/guide2go-0.0.28...guide2go-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [guide2go-0.0.28](https://github.com/truecharts/charts/compare/guide2go-0.0.27...guide2go-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guide2go-0.0.28](https://github.com/truecharts/charts/compare/guide2go-0.0.27...guide2go-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guide2go-0.0.27](https://github.com/truecharts/charts/compare/guide2go-0.0.26...guide2go-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [guide2go-0.0.26](https://github.com/truecharts/charts/compare/guide2go-0.0.25...guide2go-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [guide2go-0.0.25](https://github.com/truecharts/charts/compare/guide2go-0.0.24...guide2go-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [guide2go-0.0.24](https://github.com/truecharts/charts/compare/guide2go-0.0.23...guide2go-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [guide2go-0.0.24](https://github.com/truecharts/charts/compare/guide2go-0.0.23...guide2go-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/guide2go/0.0.29/Chart.lock b/incubator/guide2go/0.0.29/Chart.lock deleted file mode 100644 index ef1337f1d24..00000000000 --- a/incubator/guide2go/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:18.07169544Z" diff --git a/incubator/guide2go/0.0.29/Chart.yaml b/incubator/guide2go/0.0.29/Chart.yaml deleted file mode 100644 index 688d6623bfb..00000000000 --- a/incubator/guide2go/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "a xml grabber from schedule direct service" -home: https://truecharts.org/docs/charts/incubator/guide2go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png -keywords: - - guide2go - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: guide2go -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/guide2go - - https://github.com/alturismo/guide2go - - https://hub.docker.com/r/alturismo/guide2go -type: application -version: 0.0.29 diff --git a/incubator/guide2go/0.0.29/README.md b/incubator/guide2go/0.0.29/README.md deleted file mode 100644 index 811f41f164c..00000000000 --- a/incubator/guide2go/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# guide2go - -a xml grabber from schedule direct service - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [guide2go](https://truecharts.org/docs/charts/incubator/guide2go) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `guide2go` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install guide2go TrueCharts/guide2go -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `guide2go` deployment - -```console -helm uninstall guide2go -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install guide2go \ - --set env.TZ="America/New York" \ - TrueCharts/guide2go -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install guide2go TrueCharts/guide2go -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/guide2go/0.0.29/charts/common-10.7.0.tgz b/incubator/guide2go/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/guide2go/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/guide2go/0.0.30/CHANGELOG.md b/incubator/guide2go/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..115d80bf773 --- /dev/null +++ b/incubator/guide2go/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [guide2go-0.0.30](https://github.com/truecharts/charts/compare/guide2go-0.0.29...guide2go-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [guide2go-0.0.29](https://github.com/truecharts/charts/compare/guide2go-0.0.28...guide2go-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [guide2go-0.0.28](https://github.com/truecharts/charts/compare/guide2go-0.0.27...guide2go-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guide2go-0.0.28](https://github.com/truecharts/charts/compare/guide2go-0.0.27...guide2go-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guide2go-0.0.27](https://github.com/truecharts/charts/compare/guide2go-0.0.26...guide2go-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [guide2go-0.0.26](https://github.com/truecharts/charts/compare/guide2go-0.0.25...guide2go-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [guide2go-0.0.25](https://github.com/truecharts/charts/compare/guide2go-0.0.24...guide2go-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [guide2go-0.0.24](https://github.com/truecharts/charts/compare/guide2go-0.0.23...guide2go-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [guide2go-0.0.24](https://github.com/truecharts/charts/compare/guide2go-0.0.23...guide2go-0.0.24) (2022-09-21) diff --git a/incubator/guide2go/0.0.30/Chart.lock b/incubator/guide2go/0.0.30/Chart.lock new file mode 100644 index 00000000000..e76aa7690f5 --- /dev/null +++ b/incubator/guide2go/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:18.979017253Z" diff --git a/incubator/guide2go/0.0.30/Chart.yaml b/incubator/guide2go/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f0a91984c1e --- /dev/null +++ b/incubator/guide2go/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "a xml grabber from schedule direct service" +home: https://truecharts.org/docs/charts/incubator/guide2go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.png +keywords: + - guide2go + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: guide2go +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/guide2go + - https://github.com/alturismo/guide2go + - https://hub.docker.com/r/alturismo/guide2go +type: application +version: 0.0.30 diff --git a/incubator/guide2go/0.0.30/README.md b/incubator/guide2go/0.0.30/README.md new file mode 100644 index 00000000000..568af5c3eae --- /dev/null +++ b/incubator/guide2go/0.0.30/README.md @@ -0,0 +1,107 @@ +# guide2go + +a xml grabber from schedule direct service + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [guide2go](https://truecharts.org/docs/charts/incubator/guide2go) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `guide2go` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install guide2go TrueCharts/guide2go +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `guide2go` deployment + +```console +helm uninstall guide2go +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install guide2go \ + --set env.TZ="America/New York" \ + TrueCharts/guide2go +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install guide2go TrueCharts/guide2go -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/guide2go/0.0.29/app-readme.md b/incubator/guide2go/0.0.30/app-readme.md similarity index 100% rename from incubator/guide2go/0.0.29/app-readme.md rename to incubator/guide2go/0.0.30/app-readme.md diff --git a/incubator/guide2go/0.0.30/charts/common-10.7.1.tgz b/incubator/guide2go/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/guide2go/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/guide2go/0.0.29/ix_values.yaml b/incubator/guide2go/0.0.30/ix_values.yaml similarity index 100% rename from incubator/guide2go/0.0.29/ix_values.yaml rename to incubator/guide2go/0.0.30/ix_values.yaml diff --git a/incubator/guide2go/0.0.29/questions.yaml b/incubator/guide2go/0.0.30/questions.yaml similarity index 100% rename from incubator/guide2go/0.0.29/questions.yaml rename to incubator/guide2go/0.0.30/questions.yaml diff --git a/incubator/guide2go/0.0.29/templates/common.yaml b/incubator/guide2go/0.0.30/templates/common.yaml similarity index 100% rename from incubator/guide2go/0.0.29/templates/common.yaml rename to incubator/guide2go/0.0.30/templates/common.yaml diff --git a/incubator/guide2go/0.0.29/values.yaml b/incubator/guide2go/0.0.30/values.yaml similarity index 100% rename from incubator/guide2go/0.0.29/values.yaml rename to incubator/guide2go/0.0.30/values.yaml diff --git a/incubator/h5ai/0.0.29/CHANGELOG.md b/incubator/h5ai/0.0.29/CHANGELOG.md deleted file mode 100644 index fdba01ff61e..00000000000 --- a/incubator/h5ai/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [h5ai-0.0.29](https://github.com/truecharts/charts/compare/h5ai-0.0.28...h5ai-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [h5ai-0.0.28](https://github.com/truecharts/charts/compare/h5ai-0.0.27...h5ai-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [h5ai-0.0.28](https://github.com/truecharts/charts/compare/h5ai-0.0.27...h5ai-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [h5ai-0.0.27](https://github.com/truecharts/charts/compare/h5ai-0.0.26...h5ai-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [h5ai-0.0.26](https://github.com/truecharts/charts/compare/h5ai-0.0.25...h5ai-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [h5ai-0.0.25](https://github.com/truecharts/charts/compare/h5ai-0.0.24...h5ai-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [h5ai-0.0.24](https://github.com/truecharts/charts/compare/h5ai-0.0.23...h5ai-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [h5ai-0.0.24](https://github.com/truecharts/charts/compare/h5ai-0.0.23...h5ai-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/h5ai/0.0.29/Chart.lock b/incubator/h5ai/0.0.29/Chart.lock deleted file mode 100644 index 3dd58ceafb8..00000000000 --- a/incubator/h5ai/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:20.538009286Z" diff --git a/incubator/h5ai/0.0.29/Chart.yaml b/incubator/h5ai/0.0.29/Chart.yaml deleted file mode 100644 index 80f20c44714..00000000000 --- a/incubator/h5ai/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too." -home: https://truecharts.org/docs/charts/incubator/h5ai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png -keywords: - - h5ai - - Cloud - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: h5ai -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/h5ai - - https://github.com/awesometic/docker-h5ai - - https://hub.docker.com/r/awesometic/h5ai -type: application -version: 0.0.29 diff --git a/incubator/h5ai/0.0.29/README.md b/incubator/h5ai/0.0.29/README.md deleted file mode 100644 index 772a9aeb827..00000000000 --- a/incubator/h5ai/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# h5ai - -h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [h5ai](https://truecharts.org/docs/charts/incubator/h5ai) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `h5ai` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install h5ai TrueCharts/h5ai -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `h5ai` deployment - -```console -helm uninstall h5ai -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install h5ai \ - --set env.TZ="America/New York" \ - TrueCharts/h5ai -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install h5ai TrueCharts/h5ai -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/h5ai/0.0.29/charts/common-10.7.0.tgz b/incubator/h5ai/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/h5ai/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/h5ai/0.0.30/CHANGELOG.md b/incubator/h5ai/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..75ef5cb9cea --- /dev/null +++ b/incubator/h5ai/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [h5ai-0.0.30](https://github.com/truecharts/charts/compare/h5ai-0.0.29...h5ai-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [h5ai-0.0.29](https://github.com/truecharts/charts/compare/h5ai-0.0.28...h5ai-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [h5ai-0.0.28](https://github.com/truecharts/charts/compare/h5ai-0.0.27...h5ai-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [h5ai-0.0.28](https://github.com/truecharts/charts/compare/h5ai-0.0.27...h5ai-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [h5ai-0.0.27](https://github.com/truecharts/charts/compare/h5ai-0.0.26...h5ai-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [h5ai-0.0.26](https://github.com/truecharts/charts/compare/h5ai-0.0.25...h5ai-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [h5ai-0.0.25](https://github.com/truecharts/charts/compare/h5ai-0.0.24...h5ai-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [h5ai-0.0.24](https://github.com/truecharts/charts/compare/h5ai-0.0.23...h5ai-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/h5ai/0.0.30/Chart.lock b/incubator/h5ai/0.0.30/Chart.lock new file mode 100644 index 00000000000..20190a6f87c --- /dev/null +++ b/incubator/h5ai/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:24.467170474Z" diff --git a/incubator/h5ai/0.0.30/Chart.yaml b/incubator/h5ai/0.0.30/Chart.yaml new file mode 100644 index 00000000000..51abd7687c4 --- /dev/null +++ b/incubator/h5ai/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too." +home: https://truecharts.org/docs/charts/incubator/h5ai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.png +keywords: + - h5ai + - Cloud + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: h5ai +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/h5ai + - https://github.com/awesometic/docker-h5ai + - https://hub.docker.com/r/awesometic/h5ai +type: application +version: 0.0.30 diff --git a/incubator/h5ai/0.0.30/README.md b/incubator/h5ai/0.0.30/README.md new file mode 100644 index 00000000000..ed1df5d8732 --- /dev/null +++ b/incubator/h5ai/0.0.30/README.md @@ -0,0 +1,107 @@ +# h5ai + +h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [h5ai](https://truecharts.org/docs/charts/incubator/h5ai) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `h5ai` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install h5ai TrueCharts/h5ai +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `h5ai` deployment + +```console +helm uninstall h5ai +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install h5ai \ + --set env.TZ="America/New York" \ + TrueCharts/h5ai +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install h5ai TrueCharts/h5ai -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/h5ai/0.0.29/app-readme.md b/incubator/h5ai/0.0.30/app-readme.md similarity index 100% rename from incubator/h5ai/0.0.29/app-readme.md rename to incubator/h5ai/0.0.30/app-readme.md diff --git a/incubator/h5ai/0.0.30/charts/common-10.7.1.tgz b/incubator/h5ai/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/h5ai/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/h5ai/0.0.29/ix_values.yaml b/incubator/h5ai/0.0.30/ix_values.yaml similarity index 100% rename from incubator/h5ai/0.0.29/ix_values.yaml rename to incubator/h5ai/0.0.30/ix_values.yaml diff --git a/incubator/h5ai/0.0.29/questions.yaml b/incubator/h5ai/0.0.30/questions.yaml similarity index 100% rename from incubator/h5ai/0.0.29/questions.yaml rename to incubator/h5ai/0.0.30/questions.yaml diff --git a/incubator/h5ai/0.0.29/templates/common.yaml b/incubator/h5ai/0.0.30/templates/common.yaml similarity index 100% rename from incubator/h5ai/0.0.29/templates/common.yaml rename to incubator/h5ai/0.0.30/templates/common.yaml diff --git a/incubator/h5ai/0.0.29/values.yaml b/incubator/h5ai/0.0.30/values.yaml similarity index 100% rename from incubator/h5ai/0.0.29/values.yaml rename to incubator/h5ai/0.0.30/values.yaml diff --git a/incubator/halflife2deathmatch/0.0.29/CHANGELOG.md b/incubator/halflife2deathmatch/0.0.29/CHANGELOG.md deleted file mode 100644 index 528918637e7..00000000000 --- a/incubator/halflife2deathmatch/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [halflife2deathmatch-0.0.29](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.28...halflife2deathmatch-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [halflife2deathmatch-0.0.28](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.27...halflife2deathmatch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [halflife2deathmatch-0.0.28](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.27...halflife2deathmatch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [halflife2deathmatch-0.0.27](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.26...halflife2deathmatch-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [halflife2deathmatch-0.0.26](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.25...halflife2deathmatch-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [halflife2deathmatch-0.0.25](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.24...halflife2deathmatch-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [halflife2deathmatch-0.0.24](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.23...halflife2deathmatch-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [halflife2deathmatch-0.0.24](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.23...halflife2deathmatch-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/halflife2deathmatch/0.0.29/Chart.lock b/incubator/halflife2deathmatch/0.0.29/Chart.lock deleted file mode 100644 index 4e8dac88d17..00000000000 --- a/incubator/halflife2deathmatch/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:29.486500375Z" diff --git a/incubator/halflife2deathmatch/0.0.29/Chart.yaml b/incubator/halflife2deathmatch/0.0.29/Chart.yaml deleted file mode 100644 index c0e81ece14c..00000000000 --- a/incubator/halflife2deathmatch/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it." -home: https://truecharts.org/docs/charts/incubator/halflife2deathmatch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png -keywords: - - halflife2deathmatch - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: halflife2deathmatch -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/halflife2deathmatch - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/halflife2deathmatch/0.0.29/README.md b/incubator/halflife2deathmatch/0.0.29/README.md deleted file mode 100644 index 6046c276ea1..00000000000 --- a/incubator/halflife2deathmatch/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# halflife2deathmatch - -This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [halflife2deathmatch](https://truecharts.org/docs/charts/incubator/halflife2deathmatch) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `halflife2deathmatch` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install halflife2deathmatch TrueCharts/halflife2deathmatch -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `halflife2deathmatch` deployment - -```console -helm uninstall halflife2deathmatch -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install halflife2deathmatch \ - --set env.TZ="America/New York" \ - TrueCharts/halflife2deathmatch -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install halflife2deathmatch TrueCharts/halflife2deathmatch -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/halflife2deathmatch/0.0.29/charts/common-10.7.0.tgz b/incubator/halflife2deathmatch/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/halflife2deathmatch/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/halflife2deathmatch/0.0.30/CHANGELOG.md b/incubator/halflife2deathmatch/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a2881f8e057 --- /dev/null +++ b/incubator/halflife2deathmatch/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [halflife2deathmatch-0.0.30](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.29...halflife2deathmatch-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [halflife2deathmatch-0.0.29](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.28...halflife2deathmatch-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [halflife2deathmatch-0.0.28](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.27...halflife2deathmatch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [halflife2deathmatch-0.0.28](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.27...halflife2deathmatch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [halflife2deathmatch-0.0.27](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.26...halflife2deathmatch-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [halflife2deathmatch-0.0.26](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.25...halflife2deathmatch-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [halflife2deathmatch-0.0.25](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.24...halflife2deathmatch-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [halflife2deathmatch-0.0.24](https://github.com/truecharts/charts/compare/halflife2deathmatch-0.0.23...halflife2deathmatch-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/halflife2deathmatch/0.0.30/Chart.lock b/incubator/halflife2deathmatch/0.0.30/Chart.lock new file mode 100644 index 00000000000..8e023734537 --- /dev/null +++ b/incubator/halflife2deathmatch/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:24.442351781Z" diff --git a/incubator/halflife2deathmatch/0.0.30/Chart.yaml b/incubator/halflife2deathmatch/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4d83e2fc2e3 --- /dev/null +++ b/incubator/halflife2deathmatch/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it." +home: https://truecharts.org/docs/charts/incubator/halflife2deathmatch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.png +keywords: + - halflife2deathmatch + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: halflife2deathmatch +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/halflife2deathmatch + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/halflife2deathmatch/0.0.30/README.md b/incubator/halflife2deathmatch/0.0.30/README.md new file mode 100644 index 00000000000..a576f0d12e1 --- /dev/null +++ b/incubator/halflife2deathmatch/0.0.30/README.md @@ -0,0 +1,107 @@ +# halflife2deathmatch + +This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [halflife2deathmatch](https://truecharts.org/docs/charts/incubator/halflife2deathmatch) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `halflife2deathmatch` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install halflife2deathmatch TrueCharts/halflife2deathmatch +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `halflife2deathmatch` deployment + +```console +helm uninstall halflife2deathmatch +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install halflife2deathmatch \ + --set env.TZ="America/New York" \ + TrueCharts/halflife2deathmatch +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install halflife2deathmatch TrueCharts/halflife2deathmatch -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/halflife2deathmatch/0.0.29/app-readme.md b/incubator/halflife2deathmatch/0.0.30/app-readme.md similarity index 100% rename from incubator/halflife2deathmatch/0.0.29/app-readme.md rename to incubator/halflife2deathmatch/0.0.30/app-readme.md diff --git a/incubator/halflife2deathmatch/0.0.30/charts/common-10.7.1.tgz b/incubator/halflife2deathmatch/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/halflife2deathmatch/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/halflife2deathmatch/0.0.29/ix_values.yaml b/incubator/halflife2deathmatch/0.0.30/ix_values.yaml similarity index 100% rename from incubator/halflife2deathmatch/0.0.29/ix_values.yaml rename to incubator/halflife2deathmatch/0.0.30/ix_values.yaml diff --git a/incubator/halflife2deathmatch/0.0.29/questions.yaml b/incubator/halflife2deathmatch/0.0.30/questions.yaml similarity index 100% rename from incubator/halflife2deathmatch/0.0.29/questions.yaml rename to incubator/halflife2deathmatch/0.0.30/questions.yaml diff --git a/incubator/halflife2deathmatch/0.0.29/templates/common.yaml b/incubator/halflife2deathmatch/0.0.30/templates/common.yaml similarity index 100% rename from incubator/halflife2deathmatch/0.0.29/templates/common.yaml rename to incubator/halflife2deathmatch/0.0.30/templates/common.yaml diff --git a/incubator/halflife2deathmatch/0.0.29/values.yaml b/incubator/halflife2deathmatch/0.0.30/values.yaml similarity index 100% rename from incubator/halflife2deathmatch/0.0.29/values.yaml rename to incubator/halflife2deathmatch/0.0.30/values.yaml diff --git a/incubator/hassconfigurator/0.0.28/CHANGELOG.md b/incubator/hassconfigurator/0.0.28/CHANGELOG.md deleted file mode 100644 index 46bb416da15..00000000000 --- a/incubator/hassconfigurator/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hassconfigurator-0.0.28](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.27...hassconfigurator-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hassconfigurator-0.0.27](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.26...hassconfigurator-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hassconfigurator-0.0.27](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.26...hassconfigurator-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hassconfigurator-0.0.26](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.25...hassconfigurator-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hassconfigurator-0.0.25](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.24...hassconfigurator-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hassconfigurator-0.0.24](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.23...hassconfigurator-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hassconfigurator-0.0.23](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.22...hassconfigurator-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hassconfigurator-0.0.23](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.22...hassconfigurator-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hassconfigurator/0.0.28/Chart.lock b/incubator/hassconfigurator/0.0.28/Chart.lock deleted file mode 100644 index f717d857f0c..00000000000 --- a/incubator/hassconfigurator/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:40.434800752Z" diff --git a/incubator/hassconfigurator/0.0.28/Chart.yaml b/incubator/hassconfigurator/0.0.28/Chart.yaml deleted file mode 100644 index 4528403f474..00000000000 --- a/incubator/hassconfigurator/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation -apiVersion: v2 -appVersion: "x86_64" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator -home: https://truecharts.org/docs/charts/incubator/hassconfigurator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png -keywords: - - hassconfigurator - - HomeAutomation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hassconfigurator -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hassconfigurator - - https://github.com/danielperna84/hass-configurator - - https://hub.docker.com/r/causticlab/hass-configurator-docker//Dockerfile/ -type: application -version: 0.0.28 diff --git a/incubator/hassconfigurator/0.0.28/README.md b/incubator/hassconfigurator/0.0.28/README.md deleted file mode 100644 index f63c11a6613..00000000000 --- a/incubator/hassconfigurator/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hassconfigurator - -Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hassconfigurator](https://truecharts.org/docs/charts/incubator/hassconfigurator) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hassconfigurator` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hassconfigurator TrueCharts/hassconfigurator -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hassconfigurator` deployment - -```console -helm uninstall hassconfigurator -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hassconfigurator \ - --set env.TZ="America/New York" \ - TrueCharts/hassconfigurator -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hassconfigurator TrueCharts/hassconfigurator -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hassconfigurator/0.0.28/charts/common-10.7.0.tgz b/incubator/hassconfigurator/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hassconfigurator/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hassconfigurator/0.0.29/CHANGELOG.md b/incubator/hassconfigurator/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..d7ed81dcfa6 --- /dev/null +++ b/incubator/hassconfigurator/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hassconfigurator-0.0.29](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.28...hassconfigurator-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hassconfigurator-0.0.28](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.27...hassconfigurator-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hassconfigurator-0.0.27](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.26...hassconfigurator-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hassconfigurator-0.0.27](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.26...hassconfigurator-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hassconfigurator-0.0.26](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.25...hassconfigurator-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hassconfigurator-0.0.25](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.24...hassconfigurator-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hassconfigurator-0.0.24](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.23...hassconfigurator-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hassconfigurator-0.0.23](https://github.com/truecharts/charts/compare/hassconfigurator-0.0.22...hassconfigurator-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hassconfigurator/0.0.29/Chart.lock b/incubator/hassconfigurator/0.0.29/Chart.lock new file mode 100644 index 00000000000..e84332badee --- /dev/null +++ b/incubator/hassconfigurator/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:43.149099734Z" diff --git a/incubator/hassconfigurator/0.0.29/Chart.yaml b/incubator/hassconfigurator/0.0.29/Chart.yaml new file mode 100644 index 00000000000..01adf6105ea --- /dev/null +++ b/incubator/hassconfigurator/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation +apiVersion: v2 +appVersion: "x86_64" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator +home: https://truecharts.org/docs/charts/incubator/hassconfigurator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.png +keywords: + - hassconfigurator + - HomeAutomation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hassconfigurator +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hassconfigurator + - https://github.com/danielperna84/hass-configurator + - https://hub.docker.com/r/causticlab/hass-configurator-docker//Dockerfile/ +type: application +version: 0.0.29 diff --git a/incubator/hassconfigurator/0.0.29/README.md b/incubator/hassconfigurator/0.0.29/README.md new file mode 100644 index 00000000000..f716d314112 --- /dev/null +++ b/incubator/hassconfigurator/0.0.29/README.md @@ -0,0 +1,107 @@ +# hassconfigurator + +Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hassconfigurator](https://truecharts.org/docs/charts/incubator/hassconfigurator) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hassconfigurator` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hassconfigurator TrueCharts/hassconfigurator +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hassconfigurator` deployment + +```console +helm uninstall hassconfigurator +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hassconfigurator \ + --set env.TZ="America/New York" \ + TrueCharts/hassconfigurator +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hassconfigurator TrueCharts/hassconfigurator -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hassconfigurator/0.0.28/app-readme.md b/incubator/hassconfigurator/0.0.29/app-readme.md similarity index 100% rename from incubator/hassconfigurator/0.0.28/app-readme.md rename to incubator/hassconfigurator/0.0.29/app-readme.md diff --git a/incubator/hassconfigurator/0.0.29/charts/common-10.7.1.tgz b/incubator/hassconfigurator/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hassconfigurator/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/hassconfigurator/0.0.28/ix_values.yaml b/incubator/hassconfigurator/0.0.29/ix_values.yaml similarity index 100% rename from incubator/hassconfigurator/0.0.28/ix_values.yaml rename to incubator/hassconfigurator/0.0.29/ix_values.yaml diff --git a/incubator/hassconfigurator/0.0.28/questions.yaml b/incubator/hassconfigurator/0.0.29/questions.yaml similarity index 100% rename from incubator/hassconfigurator/0.0.28/questions.yaml rename to incubator/hassconfigurator/0.0.29/questions.yaml diff --git a/incubator/hassconfigurator/0.0.28/templates/common.yaml b/incubator/hassconfigurator/0.0.29/templates/common.yaml similarity index 100% rename from incubator/hassconfigurator/0.0.28/templates/common.yaml rename to incubator/hassconfigurator/0.0.29/templates/common.yaml diff --git a/incubator/hassconfigurator/0.0.28/values.yaml b/incubator/hassconfigurator/0.0.29/values.yaml similarity index 100% rename from incubator/hassconfigurator/0.0.28/values.yaml rename to incubator/hassconfigurator/0.0.29/values.yaml diff --git a/incubator/hastebin/0.0.29/CHANGELOG.md b/incubator/hastebin/0.0.29/CHANGELOG.md deleted file mode 100644 index 8fa1d6c03ef..00000000000 --- a/incubator/hastebin/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hastebin-0.0.29](https://github.com/truecharts/charts/compare/hastebin-0.0.28...hastebin-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hastebin-0.0.28](https://github.com/truecharts/charts/compare/hastebin-0.0.27...hastebin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hastebin-0.0.28](https://github.com/truecharts/charts/compare/hastebin-0.0.27...hastebin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hastebin-0.0.27](https://github.com/truecharts/charts/compare/hastebin-0.0.26...hastebin-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hastebin-0.0.26](https://github.com/truecharts/charts/compare/hastebin-0.0.25...hastebin-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hastebin-0.0.25](https://github.com/truecharts/charts/compare/hastebin-0.0.24...hastebin-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hastebin-0.0.24](https://github.com/truecharts/charts/compare/hastebin-0.0.23...hastebin-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hastebin-0.0.24](https://github.com/truecharts/charts/compare/hastebin-0.0.23...hastebin-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hastebin/0.0.29/Chart.lock b/incubator/hastebin/0.0.29/Chart.lock deleted file mode 100644 index be0a5c68e62..00000000000 --- a/incubator/hastebin/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:47.02775752Z" diff --git a/incubator/hastebin/0.0.29/Chart.yaml b/incubator/hastebin/0.0.29/Chart.yaml deleted file mode 100644 index 30298f1769b..00000000000 --- a/incubator/hastebin/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Alpine-based Chart for Hastebin, the node.js paste service " -home: https://truecharts.org/docs/charts/incubator/hastebin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png -keywords: - - hastebin - - Cloud - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hastebin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hastebin - - https://github.com/nzzane/haste-server - - https://hub.docker.com/r/flippinturt/hastebin -type: application -version: 0.0.29 diff --git a/incubator/hastebin/0.0.29/README.md b/incubator/hastebin/0.0.29/README.md deleted file mode 100644 index e5b1fd4153a..00000000000 --- a/incubator/hastebin/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hastebin - -Alpine-based Chart for Hastebin, the node.js paste service - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hastebin](https://truecharts.org/docs/charts/incubator/hastebin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hastebin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hastebin TrueCharts/hastebin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hastebin` deployment - -```console -helm uninstall hastebin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hastebin \ - --set env.TZ="America/New York" \ - TrueCharts/hastebin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hastebin TrueCharts/hastebin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hastebin/0.0.29/charts/common-10.7.0.tgz b/incubator/hastebin/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hastebin/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hastebin/0.0.30/CHANGELOG.md b/incubator/hastebin/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1ae4e7cef29 --- /dev/null +++ b/incubator/hastebin/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hastebin-0.0.30](https://github.com/truecharts/charts/compare/hastebin-0.0.29...hastebin-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hastebin-0.0.29](https://github.com/truecharts/charts/compare/hastebin-0.0.28...hastebin-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hastebin-0.0.28](https://github.com/truecharts/charts/compare/hastebin-0.0.27...hastebin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hastebin-0.0.28](https://github.com/truecharts/charts/compare/hastebin-0.0.27...hastebin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hastebin-0.0.27](https://github.com/truecharts/charts/compare/hastebin-0.0.26...hastebin-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hastebin-0.0.26](https://github.com/truecharts/charts/compare/hastebin-0.0.25...hastebin-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hastebin-0.0.25](https://github.com/truecharts/charts/compare/hastebin-0.0.24...hastebin-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hastebin-0.0.24](https://github.com/truecharts/charts/compare/hastebin-0.0.23...hastebin-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hastebin/0.0.30/Chart.lock b/incubator/hastebin/0.0.30/Chart.lock new file mode 100644 index 00000000000..613c11b0300 --- /dev/null +++ b/incubator/hastebin/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:49.612011857Z" diff --git a/incubator/hastebin/0.0.30/Chart.yaml b/incubator/hastebin/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0efa2859cc2 --- /dev/null +++ b/incubator/hastebin/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Alpine-based Chart for Hastebin, the node.js paste service " +home: https://truecharts.org/docs/charts/incubator/hastebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.png +keywords: + - hastebin + - Cloud + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hastebin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hastebin + - https://github.com/nzzane/haste-server + - https://hub.docker.com/r/flippinturt/hastebin +type: application +version: 0.0.30 diff --git a/incubator/hastebin/0.0.30/README.md b/incubator/hastebin/0.0.30/README.md new file mode 100644 index 00000000000..4c39cf8b6e8 --- /dev/null +++ b/incubator/hastebin/0.0.30/README.md @@ -0,0 +1,107 @@ +# hastebin + +Alpine-based Chart for Hastebin, the node.js paste service + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hastebin](https://truecharts.org/docs/charts/incubator/hastebin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hastebin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hastebin TrueCharts/hastebin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hastebin` deployment + +```console +helm uninstall hastebin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hastebin \ + --set env.TZ="America/New York" \ + TrueCharts/hastebin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hastebin TrueCharts/hastebin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hastebin/0.0.29/app-readme.md b/incubator/hastebin/0.0.30/app-readme.md similarity index 100% rename from incubator/hastebin/0.0.29/app-readme.md rename to incubator/hastebin/0.0.30/app-readme.md diff --git a/incubator/hastebin/0.0.30/charts/common-10.7.1.tgz b/incubator/hastebin/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hastebin/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/hastebin/0.0.29/ix_values.yaml b/incubator/hastebin/0.0.30/ix_values.yaml similarity index 100% rename from incubator/hastebin/0.0.29/ix_values.yaml rename to incubator/hastebin/0.0.30/ix_values.yaml diff --git a/incubator/hastebin/0.0.29/questions.yaml b/incubator/hastebin/0.0.30/questions.yaml similarity index 100% rename from incubator/hastebin/0.0.29/questions.yaml rename to incubator/hastebin/0.0.30/questions.yaml diff --git a/incubator/hastebin/0.0.29/templates/common.yaml b/incubator/hastebin/0.0.30/templates/common.yaml similarity index 100% rename from incubator/hastebin/0.0.29/templates/common.yaml rename to incubator/hastebin/0.0.30/templates/common.yaml diff --git a/incubator/hastebin/0.0.29/values.yaml b/incubator/hastebin/0.0.30/values.yaml similarity index 100% rename from incubator/hastebin/0.0.29/values.yaml rename to incubator/hastebin/0.0.30/values.yaml diff --git a/incubator/healthchecksdashboard/0.0.29/CHANGELOG.md b/incubator/healthchecksdashboard/0.0.29/CHANGELOG.md deleted file mode 100644 index f0dccc7e72b..00000000000 --- a/incubator/healthchecksdashboard/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [healthchecksdashboard-0.0.29](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.28...healthchecksdashboard-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [healthchecksdashboard-0.0.28](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecksdashboard-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [healthchecksdashboard-0.0.28](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecksdashboard-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [healthchecksdashboard-0.0.27](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.26...healthchecksdashboard-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [healthchecksdashboard-0.0.26](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.25...healthchecksdashboard-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [healthchecksdashboard-0.0.25](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.24...healthchecksdashboard-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [healthchecksdashboard-0.0.24](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.23...healthchecksdashboard-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [healthchecksdashboard-0.0.24](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.23...healthchecksdashboard-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/healthchecksdashboard/0.0.29/Chart.lock b/incubator/healthchecksdashboard/0.0.29/Chart.lock deleted file mode 100644 index 128a476df11..00000000000 --- a/incubator/healthchecksdashboard/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:49.188124681Z" diff --git a/incubator/healthchecksdashboard/0.0.29/Chart.yaml b/incubator/healthchecksdashboard/0.0.29/Chart.yaml deleted file mode 100644 index a552cbb2208..00000000000 --- a/incubator/healthchecksdashboard/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A standalone dashboard page showing the status of the checks in your Healthchecks.io account." -home: https://truecharts.org/docs/charts/incubator/healthchecksdashboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecksdashboard.png -keywords: - - healthchecksdashboard - - Tools-Utilities - - Other - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: healthchecksdashboard -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/healthchecksdashboard - - https://github.com/healthchecks/dashboard - - https://hub.docker.com/r/healthchecks/dashboard -type: application -version: 0.0.29 diff --git a/incubator/healthchecksdashboard/0.0.29/README.md b/incubator/healthchecksdashboard/0.0.29/README.md deleted file mode 100644 index f37900e648f..00000000000 --- a/incubator/healthchecksdashboard/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# healthchecksdashboard - -A standalone dashboard page showing the status of the checks in your Healthchecks.io account. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [healthchecksdashboard](https://truecharts.org/docs/charts/incubator/healthchecksdashboard) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `healthchecksdashboard` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install healthchecksdashboard TrueCharts/healthchecksdashboard -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `healthchecksdashboard` deployment - -```console -helm uninstall healthchecksdashboard -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install healthchecksdashboard \ - --set env.TZ="America/New York" \ - TrueCharts/healthchecksdashboard -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install healthchecksdashboard TrueCharts/healthchecksdashboard -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/healthchecksdashboard/0.0.29/charts/common-10.7.0.tgz b/incubator/healthchecksdashboard/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/healthchecksdashboard/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/healthchecksdashboard/0.0.30/CHANGELOG.md b/incubator/healthchecksdashboard/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5d9db6723ae --- /dev/null +++ b/incubator/healthchecksdashboard/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [healthchecksdashboard-0.0.30](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.29...healthchecksdashboard-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [healthchecksdashboard-0.0.29](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.28...healthchecksdashboard-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [healthchecksdashboard-0.0.28](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecksdashboard-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [healthchecksdashboard-0.0.28](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecksdashboard-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [healthchecksdashboard-0.0.27](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.26...healthchecksdashboard-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [healthchecksdashboard-0.0.26](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.25...healthchecksdashboard-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [healthchecksdashboard-0.0.25](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.24...healthchecksdashboard-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [healthchecksdashboard-0.0.24](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.23...healthchecksdashboard-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [healthchecksdashboard-0.0.24](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.23...healthchecksdashboard-0.0.24) (2022-09-21) diff --git a/incubator/healthchecksdashboard/0.0.30/Chart.lock b/incubator/healthchecksdashboard/0.0.30/Chart.lock new file mode 100644 index 00000000000..ffba35b6890 --- /dev/null +++ b/incubator/healthchecksdashboard/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:55.398557932Z" diff --git a/incubator/healthchecksdashboard/0.0.30/Chart.yaml b/incubator/healthchecksdashboard/0.0.30/Chart.yaml new file mode 100644 index 00000000000..aa3fd7f74ec --- /dev/null +++ b/incubator/healthchecksdashboard/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A standalone dashboard page showing the status of the checks in your Healthchecks.io account." +home: https://truecharts.org/docs/charts/incubator/healthchecksdashboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecksdashboard.png +keywords: + - healthchecksdashboard + - Tools-Utilities + - Other + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: healthchecksdashboard +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/healthchecksdashboard + - https://github.com/healthchecks/dashboard + - https://hub.docker.com/r/healthchecks/dashboard +type: application +version: 0.0.30 diff --git a/incubator/healthchecksdashboard/0.0.30/README.md b/incubator/healthchecksdashboard/0.0.30/README.md new file mode 100644 index 00000000000..c18dc883eef --- /dev/null +++ b/incubator/healthchecksdashboard/0.0.30/README.md @@ -0,0 +1,107 @@ +# healthchecksdashboard + +A standalone dashboard page showing the status of the checks in your Healthchecks.io account. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [healthchecksdashboard](https://truecharts.org/docs/charts/incubator/healthchecksdashboard) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `healthchecksdashboard` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install healthchecksdashboard TrueCharts/healthchecksdashboard +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `healthchecksdashboard` deployment + +```console +helm uninstall healthchecksdashboard +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install healthchecksdashboard \ + --set env.TZ="America/New York" \ + TrueCharts/healthchecksdashboard +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install healthchecksdashboard TrueCharts/healthchecksdashboard -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/healthchecksdashboard/0.0.29/app-readme.md b/incubator/healthchecksdashboard/0.0.30/app-readme.md similarity index 100% rename from incubator/healthchecksdashboard/0.0.29/app-readme.md rename to incubator/healthchecksdashboard/0.0.30/app-readme.md diff --git a/incubator/healthchecksdashboard/0.0.30/charts/common-10.7.1.tgz b/incubator/healthchecksdashboard/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/healthchecksdashboard/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/healthchecksdashboard/0.0.29/ix_values.yaml b/incubator/healthchecksdashboard/0.0.30/ix_values.yaml similarity index 100% rename from incubator/healthchecksdashboard/0.0.29/ix_values.yaml rename to incubator/healthchecksdashboard/0.0.30/ix_values.yaml diff --git a/incubator/healthchecksdashboard/0.0.29/questions.yaml b/incubator/healthchecksdashboard/0.0.30/questions.yaml similarity index 100% rename from incubator/healthchecksdashboard/0.0.29/questions.yaml rename to incubator/healthchecksdashboard/0.0.30/questions.yaml diff --git a/incubator/healthchecksdashboard/0.0.29/templates/common.yaml b/incubator/healthchecksdashboard/0.0.30/templates/common.yaml similarity index 100% rename from incubator/healthchecksdashboard/0.0.29/templates/common.yaml rename to incubator/healthchecksdashboard/0.0.30/templates/common.yaml diff --git a/incubator/healthchecksdashboard/0.0.29/values.yaml b/incubator/healthchecksdashboard/0.0.30/values.yaml similarity index 100% rename from incubator/healthchecksdashboard/0.0.29/values.yaml rename to incubator/healthchecksdashboard/0.0.30/values.yaml diff --git a/incubator/hetzner-ddns/0.0.29/CHANGELOG.md b/incubator/hetzner-ddns/0.0.29/CHANGELOG.md deleted file mode 100644 index d220ded563c..00000000000 --- a/incubator/hetzner-ddns/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hetzner-ddns-0.0.29](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.28...hetzner-ddns-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hetzner-ddns-0.0.28](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.27...hetzner-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hetzner-ddns-0.0.28](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.27...hetzner-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hetzner-ddns-0.0.27](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.26...hetzner-ddns-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hetzner-ddns-0.0.26](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.25...hetzner-ddns-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hetzner-ddns-0.0.25](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.24...hetzner-ddns-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hetzner-ddns-0.0.24](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.23...hetzner-ddns-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [hetzner-ddns-0.0.24](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.23...hetzner-ddns-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hetzner-ddns/0.0.29/Chart.lock b/incubator/hetzner-ddns/0.0.29/Chart.lock deleted file mode 100644 index 8d94a50676d..00000000000 --- a/incubator/hetzner-ddns/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:42:58.164287719Z" diff --git a/incubator/hetzner-ddns/0.0.29/Chart.yaml b/incubator/hetzner-ddns/0.0.29/Chart.yaml deleted file mode 100644 index 04b87a197f9..00000000000 --- a/incubator/hetzner-ddns/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-DNS -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. -home: https://truecharts.org/docs/charts/incubator/hetzner-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png -keywords: - - hetzner-ddns - - Network-DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hetzner-ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hetzner-ddns - - https://github.com/kutzilla/docker-hetzner-ddns - - https://hub.docker.com/r/kutzilla/hetzner-ddns -type: application -version: 0.0.29 diff --git a/incubator/hetzner-ddns/0.0.29/README.md b/incubator/hetzner-ddns/0.0.29/README.md deleted file mode 100644 index 0b4c4cca96c..00000000000 --- a/incubator/hetzner-ddns/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hetzner-ddns - -This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hetzner-ddns](https://truecharts.org/docs/charts/incubator/hetzner-ddns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hetzner-ddns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hetzner-ddns TrueCharts/hetzner-ddns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hetzner-ddns` deployment - -```console -helm uninstall hetzner-ddns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hetzner-ddns \ - --set env.TZ="America/New York" \ - TrueCharts/hetzner-ddns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hetzner-ddns TrueCharts/hetzner-ddns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hetzner-ddns/0.0.29/charts/common-10.7.0.tgz b/incubator/hetzner-ddns/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hetzner-ddns/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hetzner-ddns/0.0.30/CHANGELOG.md b/incubator/hetzner-ddns/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3d1f4da8cf5 --- /dev/null +++ b/incubator/hetzner-ddns/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hetzner-ddns-0.0.30](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.29...hetzner-ddns-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hetzner-ddns-0.0.29](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.28...hetzner-ddns-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hetzner-ddns-0.0.28](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.27...hetzner-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hetzner-ddns-0.0.28](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.27...hetzner-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hetzner-ddns-0.0.27](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.26...hetzner-ddns-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hetzner-ddns-0.0.26](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.25...hetzner-ddns-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hetzner-ddns-0.0.25](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.24...hetzner-ddns-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hetzner-ddns-0.0.24](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.23...hetzner-ddns-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [hetzner-ddns-0.0.24](https://github.com/truecharts/charts/compare/hetzner-ddns-0.0.23...hetzner-ddns-0.0.24) (2022-09-21) diff --git a/incubator/hetzner-ddns/0.0.30/Chart.lock b/incubator/hetzner-ddns/0.0.30/Chart.lock new file mode 100644 index 00000000000..90ebe96bd46 --- /dev/null +++ b/incubator/hetzner-ddns/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:23:56.013048079Z" diff --git a/incubator/hetzner-ddns/0.0.30/Chart.yaml b/incubator/hetzner-ddns/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7ab07d24d15 --- /dev/null +++ b/incubator/hetzner-ddns/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-DNS +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. +home: https://truecharts.org/docs/charts/incubator/hetzner-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.png +keywords: + - hetzner-ddns + - Network-DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hetzner-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hetzner-ddns + - https://github.com/kutzilla/docker-hetzner-ddns + - https://hub.docker.com/r/kutzilla/hetzner-ddns +type: application +version: 0.0.30 diff --git a/incubator/hetzner-ddns/0.0.30/README.md b/incubator/hetzner-ddns/0.0.30/README.md new file mode 100644 index 00000000000..d5b8739697a --- /dev/null +++ b/incubator/hetzner-ddns/0.0.30/README.md @@ -0,0 +1,107 @@ +# hetzner-ddns + +This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hetzner-ddns](https://truecharts.org/docs/charts/incubator/hetzner-ddns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hetzner-ddns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hetzner-ddns TrueCharts/hetzner-ddns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hetzner-ddns` deployment + +```console +helm uninstall hetzner-ddns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hetzner-ddns \ + --set env.TZ="America/New York" \ + TrueCharts/hetzner-ddns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hetzner-ddns TrueCharts/hetzner-ddns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hetzner-ddns/0.0.29/app-readme.md b/incubator/hetzner-ddns/0.0.30/app-readme.md similarity index 100% rename from incubator/hetzner-ddns/0.0.29/app-readme.md rename to incubator/hetzner-ddns/0.0.30/app-readme.md diff --git a/incubator/hetzner-ddns/0.0.30/charts/common-10.7.1.tgz b/incubator/hetzner-ddns/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hetzner-ddns/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/hetzner-ddns/0.0.29/ix_values.yaml b/incubator/hetzner-ddns/0.0.30/ix_values.yaml similarity index 100% rename from incubator/hetzner-ddns/0.0.29/ix_values.yaml rename to incubator/hetzner-ddns/0.0.30/ix_values.yaml diff --git a/incubator/hetzner-ddns/0.0.29/questions.yaml b/incubator/hetzner-ddns/0.0.30/questions.yaml similarity index 100% rename from incubator/hetzner-ddns/0.0.29/questions.yaml rename to incubator/hetzner-ddns/0.0.30/questions.yaml diff --git a/incubator/hetzner-ddns/0.0.29/templates/common.yaml b/incubator/hetzner-ddns/0.0.30/templates/common.yaml similarity index 100% rename from incubator/hetzner-ddns/0.0.29/templates/common.yaml rename to incubator/hetzner-ddns/0.0.30/templates/common.yaml diff --git a/incubator/hetzner-ddns/0.0.29/values.yaml b/incubator/hetzner-ddns/0.0.30/values.yaml similarity index 100% rename from incubator/hetzner-ddns/0.0.29/values.yaml rename to incubator/hetzner-ddns/0.0.30/values.yaml diff --git a/incubator/hexchat/0.0.30/CHANGELOG.md b/incubator/hexchat/0.0.30/CHANGELOG.md deleted file mode 100644 index c5f9b51690f..00000000000 --- a/incubator/hexchat/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hexchat-0.0.30](https://github.com/truecharts/charts/compare/hexchat-0.0.29...hexchat-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hexchat-0.0.29](https://github.com/truecharts/charts/compare/hexchat-0.0.28...hexchat-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hexchat-0.0.29](https://github.com/truecharts/charts/compare/hexchat-0.0.28...hexchat-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hexchat-0.0.28](https://github.com/truecharts/charts/compare/hexchat-0.0.27...hexchat-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hexchat-0.0.27](https://github.com/truecharts/charts/compare/hexchat-0.0.26...hexchat-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hexchat-0.0.26](https://github.com/truecharts/charts/compare/hexchat-0.0.25...hexchat-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hexchat-0.0.25](https://github.com/truecharts/charts/compare/hexchat-0.0.24...hexchat-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hexchat-0.0.25](https://github.com/truecharts/charts/compare/hexchat-0.0.24...hexchat-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hexchat/0.0.30/Chart.lock b/incubator/hexchat/0.0.30/Chart.lock deleted file mode 100644 index 93a1eb04ebe..00000000000 --- a/incubator/hexchat/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:09.244860163Z" diff --git a/incubator/hexchat/0.0.30/Chart.yaml b/incubator/hexchat/0.0.30/Chart.yaml deleted file mode 100644 index e2622f44b2a..00000000000 --- a/incubator/hexchat/0.0.30/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat." -home: https://truecharts.org/docs/charts/incubator/hexchat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png -keywords: - - hexchat - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hexchat -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hexchat - - https://hexchat.github.io/ - - https://registry.hub.docker.com/r/binhex/arch-hexchat/ - - https://github.com/binhex/documentation -type: application -version: 0.0.30 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities diff --git a/incubator/hexchat/0.0.30/README.md b/incubator/hexchat/0.0.30/README.md deleted file mode 100644 index 5da078433f1..00000000000 --- a/incubator/hexchat/0.0.30/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# hexchat - -HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hexchat](https://truecharts.org/docs/charts/incubator/hexchat) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hexchat` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hexchat TrueCharts/hexchat -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hexchat` deployment - -```console -helm uninstall hexchat -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hexchat \ - --set env.TZ="America/New York" \ - TrueCharts/hexchat -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hexchat TrueCharts/hexchat -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hexchat/0.0.30/charts/common-10.7.0.tgz b/incubator/hexchat/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hexchat/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hexchat/0.0.31/CHANGELOG.md b/incubator/hexchat/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..727be9bc367 --- /dev/null +++ b/incubator/hexchat/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hexchat-0.0.31](https://github.com/truecharts/charts/compare/hexchat-0.0.30...hexchat-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hexchat-0.0.30](https://github.com/truecharts/charts/compare/hexchat-0.0.29...hexchat-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hexchat-0.0.29](https://github.com/truecharts/charts/compare/hexchat-0.0.28...hexchat-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hexchat-0.0.29](https://github.com/truecharts/charts/compare/hexchat-0.0.28...hexchat-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hexchat-0.0.28](https://github.com/truecharts/charts/compare/hexchat-0.0.27...hexchat-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hexchat-0.0.27](https://github.com/truecharts/charts/compare/hexchat-0.0.26...hexchat-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hexchat-0.0.26](https://github.com/truecharts/charts/compare/hexchat-0.0.25...hexchat-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hexchat-0.0.25](https://github.com/truecharts/charts/compare/hexchat-0.0.24...hexchat-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hexchat/0.0.31/Chart.lock b/incubator/hexchat/0.0.31/Chart.lock new file mode 100644 index 00000000000..bf13835e69e --- /dev/null +++ b/incubator/hexchat/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:15.67704799Z" diff --git a/incubator/hexchat/0.0.31/Chart.yaml b/incubator/hexchat/0.0.31/Chart.yaml new file mode 100644 index 00000000000..57cf7284777 --- /dev/null +++ b/incubator/hexchat/0.0.31/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat." +home: https://truecharts.org/docs/charts/incubator/hexchat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.png +keywords: + - hexchat + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hexchat +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hexchat + - https://hexchat.github.io/ + - https://registry.hub.docker.com/r/binhex/arch-hexchat/ + - https://github.com/binhex/documentation +type: application +version: 0.0.31 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities diff --git a/incubator/hexchat/0.0.31/README.md b/incubator/hexchat/0.0.31/README.md new file mode 100644 index 00000000000..e2f43b6f0ff --- /dev/null +++ b/incubator/hexchat/0.0.31/README.md @@ -0,0 +1,108 @@ +# hexchat + +HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hexchat](https://truecharts.org/docs/charts/incubator/hexchat) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hexchat` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hexchat TrueCharts/hexchat +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hexchat` deployment + +```console +helm uninstall hexchat +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hexchat \ + --set env.TZ="America/New York" \ + TrueCharts/hexchat +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hexchat TrueCharts/hexchat -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hexchat/0.0.30/app-readme.md b/incubator/hexchat/0.0.31/app-readme.md similarity index 100% rename from incubator/hexchat/0.0.30/app-readme.md rename to incubator/hexchat/0.0.31/app-readme.md diff --git a/incubator/hexchat/0.0.31/charts/common-10.7.1.tgz b/incubator/hexchat/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hexchat/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/hexchat/0.0.30/ix_values.yaml b/incubator/hexchat/0.0.31/ix_values.yaml similarity index 100% rename from incubator/hexchat/0.0.30/ix_values.yaml rename to incubator/hexchat/0.0.31/ix_values.yaml diff --git a/incubator/hexchat/0.0.30/questions.yaml b/incubator/hexchat/0.0.31/questions.yaml similarity index 100% rename from incubator/hexchat/0.0.30/questions.yaml rename to incubator/hexchat/0.0.31/questions.yaml diff --git a/incubator/hexchat/0.0.30/templates/common.yaml b/incubator/hexchat/0.0.31/templates/common.yaml similarity index 100% rename from incubator/hexchat/0.0.30/templates/common.yaml rename to incubator/hexchat/0.0.31/templates/common.yaml diff --git a/incubator/hexchat/0.0.30/values.yaml b/incubator/hexchat/0.0.31/values.yaml similarity index 100% rename from incubator/hexchat/0.0.30/values.yaml rename to incubator/hexchat/0.0.31/values.yaml diff --git a/incubator/hexo-blog/0.0.30/CHANGELOG.md b/incubator/hexo-blog/0.0.30/CHANGELOG.md deleted file mode 100644 index 748d6dfb41c..00000000000 --- a/incubator/hexo-blog/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hexo-blog-0.0.30](https://github.com/truecharts/charts/compare/hexo-blog-0.0.29...hexo-blog-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hexo-blog-0.0.29](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...hexo-blog-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hexo-blog-0.0.29](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...hexo-blog-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hexo-blog-0.0.28](https://github.com/truecharts/charts/compare/hexo-blog-0.0.27...hexo-blog-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hexo-blog-0.0.27](https://github.com/truecharts/charts/compare/hexo-blog-0.0.26...hexo-blog-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hexo-blog-0.0.26](https://github.com/truecharts/charts/compare/hexo-blog-0.0.25...hexo-blog-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hexo-blog-0.0.25](https://github.com/truecharts/charts/compare/hexo-blog-0.0.24...hexo-blog-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hexo-blog-0.0.25](https://github.com/truecharts/charts/compare/hexo-blog-0.0.24...hexo-blog-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hexo-blog/0.0.30/Chart.lock b/incubator/hexo-blog/0.0.30/Chart.lock deleted file mode 100644 index 230ecb61704..00000000000 --- a/incubator/hexo-blog/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:17.021369435Z" diff --git a/incubator/hexo-blog/0.0.30/Chart.yaml b/incubator/hexo-blog/0.0.30/Chart.yaml deleted file mode 100644 index bbce816e7a3..00000000000 --- a/incubator/hexo-blog/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A self-hosted blogging platform in which posts are written in markdown -home: https://truecharts.org/docs/charts/incubator/hexo-blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png -keywords: - - hexo-blog - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hexo-blog -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hexo-blog - - https://github.com/fletchto99/hexo-dev-docker - - https://hub.docker.com/r/fletchto99/hexo-dev-blog/ -type: application -version: 0.0.30 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity diff --git a/incubator/hexo-blog/0.0.30/README.md b/incubator/hexo-blog/0.0.30/README.md deleted file mode 100644 index 1f944e19d0c..00000000000 --- a/incubator/hexo-blog/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hexo-blog - -A self-hosted blogging platform in which posts are written in markdown - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hexo-blog](https://truecharts.org/docs/charts/incubator/hexo-blog) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hexo-blog` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hexo-blog TrueCharts/hexo-blog -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hexo-blog` deployment - -```console -helm uninstall hexo-blog -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hexo-blog \ - --set env.TZ="America/New York" \ - TrueCharts/hexo-blog -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hexo-blog TrueCharts/hexo-blog -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hexo-blog/0.0.30/charts/common-10.7.0.tgz b/incubator/hexo-blog/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hexo-blog/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hexo-blog/0.0.31/CHANGELOG.md b/incubator/hexo-blog/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..c4d6c811256 --- /dev/null +++ b/incubator/hexo-blog/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hexo-blog-0.0.31](https://github.com/truecharts/charts/compare/hexo-blog-0.0.30...hexo-blog-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hexo-blog-0.0.30](https://github.com/truecharts/charts/compare/hexo-blog-0.0.29...hexo-blog-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hexo-blog-0.0.29](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...hexo-blog-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hexo-blog-0.0.29](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...hexo-blog-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hexo-blog-0.0.28](https://github.com/truecharts/charts/compare/hexo-blog-0.0.27...hexo-blog-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hexo-blog-0.0.27](https://github.com/truecharts/charts/compare/hexo-blog-0.0.26...hexo-blog-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hexo-blog-0.0.26](https://github.com/truecharts/charts/compare/hexo-blog-0.0.25...hexo-blog-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hexo-blog-0.0.25](https://github.com/truecharts/charts/compare/hexo-blog-0.0.24...hexo-blog-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hexo-blog/0.0.31/Chart.lock b/incubator/hexo-blog/0.0.31/Chart.lock new file mode 100644 index 00000000000..b03c2a3e66f --- /dev/null +++ b/incubator/hexo-blog/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:20.691218174Z" diff --git a/incubator/hexo-blog/0.0.31/Chart.yaml b/incubator/hexo-blog/0.0.31/Chart.yaml new file mode 100644 index 00000000000..3fa3d91f48e --- /dev/null +++ b/incubator/hexo-blog/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A self-hosted blogging platform in which posts are written in markdown +home: https://truecharts.org/docs/charts/incubator/hexo-blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.png +keywords: + - hexo-blog + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hexo-blog +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hexo-blog + - https://github.com/fletchto99/hexo-dev-docker + - https://hub.docker.com/r/fletchto99/hexo-dev-blog/ +type: application +version: 0.0.31 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity diff --git a/incubator/hexo-blog/0.0.31/README.md b/incubator/hexo-blog/0.0.31/README.md new file mode 100644 index 00000000000..543cef2a359 --- /dev/null +++ b/incubator/hexo-blog/0.0.31/README.md @@ -0,0 +1,107 @@ +# hexo-blog + +A self-hosted blogging platform in which posts are written in markdown + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hexo-blog](https://truecharts.org/docs/charts/incubator/hexo-blog) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hexo-blog` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hexo-blog TrueCharts/hexo-blog +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hexo-blog` deployment + +```console +helm uninstall hexo-blog +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hexo-blog \ + --set env.TZ="America/New York" \ + TrueCharts/hexo-blog +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hexo-blog TrueCharts/hexo-blog -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hexo-blog/0.0.30/app-readme.md b/incubator/hexo-blog/0.0.31/app-readme.md similarity index 100% rename from incubator/hexo-blog/0.0.30/app-readme.md rename to incubator/hexo-blog/0.0.31/app-readme.md diff --git a/incubator/hexo-blog/0.0.31/charts/common-10.7.1.tgz b/incubator/hexo-blog/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hexo-blog/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/hexo-blog/0.0.30/ix_values.yaml b/incubator/hexo-blog/0.0.31/ix_values.yaml similarity index 100% rename from incubator/hexo-blog/0.0.30/ix_values.yaml rename to incubator/hexo-blog/0.0.31/ix_values.yaml diff --git a/incubator/hexo-blog/0.0.30/questions.yaml b/incubator/hexo-blog/0.0.31/questions.yaml similarity index 100% rename from incubator/hexo-blog/0.0.30/questions.yaml rename to incubator/hexo-blog/0.0.31/questions.yaml diff --git a/incubator/hexo-blog/0.0.30/templates/common.yaml b/incubator/hexo-blog/0.0.31/templates/common.yaml similarity index 100% rename from incubator/hexo-blog/0.0.30/templates/common.yaml rename to incubator/hexo-blog/0.0.31/templates/common.yaml diff --git a/incubator/hexo-blog/0.0.30/values.yaml b/incubator/hexo-blog/0.0.31/values.yaml similarity index 100% rename from incubator/hexo-blog/0.0.30/values.yaml rename to incubator/hexo-blog/0.0.31/values.yaml diff --git a/incubator/homebridge/1.0.40/CHANGELOG.md b/incubator/homebridge/1.0.40/CHANGELOG.md deleted file mode 100644 index 3b32faa1949..00000000000 --- a/incubator/homebridge/1.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [homebridge-1.0.40](https://github.com/truecharts/charts/compare/homebridge-1.0.39...homebridge-1.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [homebridge-1.0.39](https://github.com/truecharts/charts/compare/homebridge-1.0.38...homebridge-1.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homebridge-1.0.39](https://github.com/truecharts/charts/compare/homebridge-1.0.38...homebridge-1.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homebridge-1.0.38](https://github.com/truecharts/charts/compare/homebridge-1.0.37...homebridge-1.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [homebridge-1.0.37](https://github.com/truecharts/charts/compare/homebridge-1.0.36...homebridge-1.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [homebridge-1.0.36](https://github.com/truecharts/charts/compare/homebridge-1.0.35...homebridge-1.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [homebridge-1.0.35](https://github.com/truecharts/charts/compare/homebridge-1.0.34...homebridge-1.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [homebridge-1.0.35](https://github.com/truecharts/charts/compare/homebridge-1.0.34...homebridge-1.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/homebridge/1.0.40/Chart.lock b/incubator/homebridge/1.0.40/Chart.lock deleted file mode 100644 index 9f168e014d8..00000000000 --- a/incubator/homebridge/1.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:18.502598743Z" diff --git a/incubator/homebridge/1.0.40/Chart.yaml b/incubator/homebridge/1.0.40/Chart.yaml deleted file mode 100644 index af29c413db6..00000000000 --- a/incubator/homebridge/1.0.40/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2022" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A lightweight NodeJS server that emulates the iOS HomeKit API -home: https://truecharts.org/docs/charts/incubator/homebridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png -keywords: - - homebridge - - homekit -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: homebridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge - - https://homebridge.io/ - - https://github.com/oznu/docker-homebridge -type: application -version: 1.0.40 -annotations: - truecharts.org/catagories: | - - media - - test - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/homebridge/1.0.40/README.md b/incubator/homebridge/1.0.40/README.md deleted file mode 100644 index 99ca375f123..00000000000 --- a/incubator/homebridge/1.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# homebridge - -A lightweight NodeJS server that emulates the iOS HomeKit API - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [homebridge](https://truecharts.org/docs/charts/incubator/homebridge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `homebridge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install homebridge TrueCharts/homebridge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `homebridge` deployment - -```console -helm uninstall homebridge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install homebridge \ - --set env.TZ="America/New York" \ - TrueCharts/homebridge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install homebridge TrueCharts/homebridge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/homebridge/1.0.40/charts/common-10.7.0.tgz b/incubator/homebridge/1.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/homebridge/1.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/homebridge/1.0.41/CHANGELOG.md b/incubator/homebridge/1.0.41/CHANGELOG.md new file mode 100644 index 00000000000..27efccedc37 --- /dev/null +++ b/incubator/homebridge/1.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [homebridge-1.0.41](https://github.com/truecharts/charts/compare/homebridge-1.0.40...homebridge-1.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [homebridge-1.0.40](https://github.com/truecharts/charts/compare/homebridge-1.0.39...homebridge-1.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [homebridge-1.0.39](https://github.com/truecharts/charts/compare/homebridge-1.0.38...homebridge-1.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homebridge-1.0.39](https://github.com/truecharts/charts/compare/homebridge-1.0.38...homebridge-1.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homebridge-1.0.38](https://github.com/truecharts/charts/compare/homebridge-1.0.37...homebridge-1.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [homebridge-1.0.37](https://github.com/truecharts/charts/compare/homebridge-1.0.36...homebridge-1.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [homebridge-1.0.36](https://github.com/truecharts/charts/compare/homebridge-1.0.35...homebridge-1.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [homebridge-1.0.35](https://github.com/truecharts/charts/compare/homebridge-1.0.34...homebridge-1.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/homebridge/1.0.41/Chart.lock b/incubator/homebridge/1.0.41/Chart.lock new file mode 100644 index 00000000000..50465430f99 --- /dev/null +++ b/incubator/homebridge/1.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:26.428743243Z" diff --git a/incubator/homebridge/1.0.41/Chart.yaml b/incubator/homebridge/1.0.41/Chart.yaml new file mode 100644 index 00000000000..c0ef644c743 --- /dev/null +++ b/incubator/homebridge/1.0.41/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2022" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A lightweight NodeJS server that emulates the iOS HomeKit API +home: https://truecharts.org/docs/charts/incubator/homebridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.png +keywords: + - homebridge + - homekit +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: homebridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/homebridge + - https://homebridge.io/ + - https://github.com/oznu/docker-homebridge +type: application +version: 1.0.41 +annotations: + truecharts.org/catagories: | + - media + - test + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/homebridge/1.0.41/README.md b/incubator/homebridge/1.0.41/README.md new file mode 100644 index 00000000000..a36208d0f14 --- /dev/null +++ b/incubator/homebridge/1.0.41/README.md @@ -0,0 +1,107 @@ +# homebridge + +A lightweight NodeJS server that emulates the iOS HomeKit API + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [homebridge](https://truecharts.org/docs/charts/incubator/homebridge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `homebridge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install homebridge TrueCharts/homebridge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `homebridge` deployment + +```console +helm uninstall homebridge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install homebridge \ + --set env.TZ="America/New York" \ + TrueCharts/homebridge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install homebridge TrueCharts/homebridge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/homebridge/1.0.40/app-readme.md b/incubator/homebridge/1.0.41/app-readme.md similarity index 100% rename from incubator/homebridge/1.0.40/app-readme.md rename to incubator/homebridge/1.0.41/app-readme.md diff --git a/incubator/homebridge/1.0.41/charts/common-10.7.1.tgz b/incubator/homebridge/1.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/homebridge/1.0.41/charts/common-10.7.1.tgz differ diff --git a/incubator/homebridge/1.0.40/ix_values.yaml b/incubator/homebridge/1.0.41/ix_values.yaml similarity index 100% rename from incubator/homebridge/1.0.40/ix_values.yaml rename to incubator/homebridge/1.0.41/ix_values.yaml diff --git a/incubator/homebridge/1.0.40/questions.yaml b/incubator/homebridge/1.0.41/questions.yaml similarity index 100% rename from incubator/homebridge/1.0.40/questions.yaml rename to incubator/homebridge/1.0.41/questions.yaml diff --git a/incubator/homebridge/1.0.40/templates/common.yaml b/incubator/homebridge/1.0.41/templates/common.yaml similarity index 100% rename from incubator/homebridge/1.0.40/templates/common.yaml rename to incubator/homebridge/1.0.41/templates/common.yaml diff --git a/incubator/homebridge/1.0.40/values.yaml b/incubator/homebridge/1.0.41/values.yaml similarity index 100% rename from incubator/homebridge/1.0.40/values.yaml rename to incubator/homebridge/1.0.41/values.yaml diff --git a/incubator/homelablabelmaker/1.0.1/CHANGELOG.md b/incubator/homelablabelmaker/1.0.1/CHANGELOG.md deleted file mode 100644 index 1fa527b1fa1..00000000000 --- a/incubator/homelablabelmaker/1.0.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [homelablabelmaker-1.0.1](https://github.com/truecharts/charts/compare/homelablabelmaker-1.0.0...homelablabelmaker-1.0.1) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [homelablabelmaker-1.0.0](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.28...homelablabelmaker-1.0.0) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Cleanup to work with SCALE ([#4051](https://github.com/truecharts/charts/issues/4051)) - - - - -## [homelablabelmaker-0.0.28](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.27...homelablabelmaker-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homelablabelmaker-0.0.28](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.27...homelablabelmaker-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homelablabelmaker-0.0.27](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.26...homelablabelmaker-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [homelablabelmaker-0.0.26](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.25...homelablabelmaker-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [homelablabelmaker-0.0.25](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.24...homelablabelmaker-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [homelablabelmaker-0.0.24](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.23...homelablabelmaker-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - diff --git a/incubator/homelablabelmaker/1.0.1/Chart.lock b/incubator/homelablabelmaker/1.0.1/Chart.lock deleted file mode 100644 index 8e15696503c..00000000000 --- a/incubator/homelablabelmaker/1.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:27.192016111Z" diff --git a/incubator/homelablabelmaker/1.0.1/Chart.yaml b/incubator/homelablabelmaker/1.0.1/Chart.yaml deleted file mode 100644 index 98c2965b14c..00000000000 --- a/incubator/homelablabelmaker/1.0.1/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. -home: https://truecharts.org/docs/charts/incubator/homelablabelmaker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png -keywords: - - homelablabelmaker - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: homelablabelmaker -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/homelablabelmaker - - https://github.com/DavidSpek/homelablabelmaker - - https://hub.docker.com/r/davidspek/homelablabelmaker/ -type: application -version: 1.0.1 diff --git a/incubator/homelablabelmaker/1.0.1/README.md b/incubator/homelablabelmaker/1.0.1/README.md deleted file mode 100644 index 09793cfc14a..00000000000 --- a/incubator/homelablabelmaker/1.0.1/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# homelablabelmaker - -DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [homelablabelmaker](https://truecharts.org/docs/charts/incubator/homelablabelmaker) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `homelablabelmaker` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install homelablabelmaker TrueCharts/homelablabelmaker -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `homelablabelmaker` deployment - -```console -helm uninstall homelablabelmaker -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install homelablabelmaker \ - --set env.TZ="America/New York" \ - TrueCharts/homelablabelmaker -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install homelablabelmaker TrueCharts/homelablabelmaker -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/homelablabelmaker/1.0.1/charts/common-10.7.0.tgz b/incubator/homelablabelmaker/1.0.1/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/homelablabelmaker/1.0.1/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/homelablabelmaker/1.0.2/CHANGELOG.md b/incubator/homelablabelmaker/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..0d1e9adb7fd --- /dev/null +++ b/incubator/homelablabelmaker/1.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [homelablabelmaker-1.0.2](https://github.com/truecharts/charts/compare/homelablabelmaker-1.0.1...homelablabelmaker-1.0.2) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [homelablabelmaker-1.0.1](https://github.com/truecharts/charts/compare/homelablabelmaker-1.0.0...homelablabelmaker-1.0.1) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [homelablabelmaker-1.0.0](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.28...homelablabelmaker-1.0.0) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- Cleanup to work with SCALE ([#4051](https://github.com/truecharts/charts/issues/4051)) + + + + +## [homelablabelmaker-0.0.28](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.27...homelablabelmaker-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homelablabelmaker-0.0.28](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.27...homelablabelmaker-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homelablabelmaker-0.0.27](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.26...homelablabelmaker-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [homelablabelmaker-0.0.26](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.25...homelablabelmaker-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [homelablabelmaker-0.0.25](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.24...homelablabelmaker-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [homelablabelmaker-0.0.24](https://github.com/truecharts/charts/compare/homelablabelmaker-0.0.23...homelablabelmaker-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/homelablabelmaker/1.0.2/Chart.lock b/incubator/homelablabelmaker/1.0.2/Chart.lock new file mode 100644 index 00000000000..b1130aa1d89 --- /dev/null +++ b/incubator/homelablabelmaker/1.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:27.751108404Z" diff --git a/incubator/homelablabelmaker/1.0.2/Chart.yaml b/incubator/homelablabelmaker/1.0.2/Chart.yaml new file mode 100644 index 00000000000..cd480543c73 --- /dev/null +++ b/incubator/homelablabelmaker/1.0.2/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. +home: https://truecharts.org/docs/charts/incubator/homelablabelmaker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.png +keywords: + - homelablabelmaker + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: homelablabelmaker +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/homelablabelmaker + - https://github.com/DavidSpek/homelablabelmaker + - https://hub.docker.com/r/davidspek/homelablabelmaker/ +type: application +version: 1.0.2 diff --git a/incubator/homelablabelmaker/1.0.2/README.md b/incubator/homelablabelmaker/1.0.2/README.md new file mode 100644 index 00000000000..48085ad849e --- /dev/null +++ b/incubator/homelablabelmaker/1.0.2/README.md @@ -0,0 +1,107 @@ +# homelablabelmaker + +DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [homelablabelmaker](https://truecharts.org/docs/charts/incubator/homelablabelmaker) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `homelablabelmaker` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install homelablabelmaker TrueCharts/homelablabelmaker +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `homelablabelmaker` deployment + +```console +helm uninstall homelablabelmaker +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install homelablabelmaker \ + --set env.TZ="America/New York" \ + TrueCharts/homelablabelmaker +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install homelablabelmaker TrueCharts/homelablabelmaker -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/homelablabelmaker/1.0.1/app-readme.md b/incubator/homelablabelmaker/1.0.2/app-readme.md similarity index 100% rename from incubator/homelablabelmaker/1.0.1/app-readme.md rename to incubator/homelablabelmaker/1.0.2/app-readme.md diff --git a/incubator/homelablabelmaker/1.0.2/charts/common-10.7.1.tgz b/incubator/homelablabelmaker/1.0.2/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/homelablabelmaker/1.0.2/charts/common-10.7.1.tgz differ diff --git a/incubator/homelablabelmaker/1.0.1/ix_values.yaml b/incubator/homelablabelmaker/1.0.2/ix_values.yaml similarity index 100% rename from incubator/homelablabelmaker/1.0.1/ix_values.yaml rename to incubator/homelablabelmaker/1.0.2/ix_values.yaml diff --git a/incubator/homelablabelmaker/1.0.1/questions.yaml b/incubator/homelablabelmaker/1.0.2/questions.yaml similarity index 100% rename from incubator/homelablabelmaker/1.0.1/questions.yaml rename to incubator/homelablabelmaker/1.0.2/questions.yaml diff --git a/incubator/homelablabelmaker/1.0.1/templates/common.yaml b/incubator/homelablabelmaker/1.0.2/templates/common.yaml similarity index 100% rename from incubator/homelablabelmaker/1.0.1/templates/common.yaml rename to incubator/homelablabelmaker/1.0.2/templates/common.yaml diff --git a/incubator/homelablabelmaker/1.0.1/values.yaml b/incubator/homelablabelmaker/1.0.2/values.yaml similarity index 100% rename from incubator/homelablabelmaker/1.0.1/values.yaml rename to incubator/homelablabelmaker/1.0.2/values.yaml diff --git a/incubator/hoobs/0.0.29/CHANGELOG.md b/incubator/hoobs/0.0.29/CHANGELOG.md deleted file mode 100644 index b8b78341bb2..00000000000 --- a/incubator/hoobs/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hoobs-0.0.29](https://github.com/truecharts/charts/compare/hoobs-0.0.28...hoobs-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hoobs-0.0.28](https://github.com/truecharts/charts/compare/hoobs-0.0.27...hoobs-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hoobs-0.0.28](https://github.com/truecharts/charts/compare/hoobs-0.0.27...hoobs-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hoobs-0.0.27](https://github.com/truecharts/charts/compare/hoobs-0.0.26...hoobs-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hoobs-0.0.26](https://github.com/truecharts/charts/compare/hoobs-0.0.25...hoobs-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hoobs-0.0.25](https://github.com/truecharts/charts/compare/hoobs-0.0.24...hoobs-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hoobs-0.0.24](https://github.com/truecharts/charts/compare/hoobs-0.0.23...hoobs-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hoobs-0.0.24](https://github.com/truecharts/charts/compare/hoobs-0.0.23...hoobs-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hoobs/0.0.29/Chart.lock b/incubator/hoobs/0.0.29/Chart.lock deleted file mode 100644 index f13c52afb31..00000000000 --- a/incubator/hoobs/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:38.408704144Z" diff --git a/incubator/hoobs/0.0.29/Chart.yaml b/incubator/hoobs/0.0.29/Chart.yaml deleted file mode 100644 index 0097140eaaa..00000000000 --- a/incubator/hoobs/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " -home: https://truecharts.org/docs/charts/incubator/hoobs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png -keywords: - - hoobs - - HomeAutomation - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hoobs -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hoobs - - https://hub.docker.com/r/hoobs/hoobs -type: application -version: 0.0.29 diff --git a/incubator/hoobs/0.0.29/README.md b/incubator/hoobs/0.0.29/README.md deleted file mode 100644 index b6f36ba50e3..00000000000 --- a/incubator/hoobs/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# hoobs - -HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hoobs](https://truecharts.org/docs/charts/incubator/hoobs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hoobs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hoobs TrueCharts/hoobs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hoobs` deployment - -```console -helm uninstall hoobs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hoobs \ - --set env.TZ="America/New York" \ - TrueCharts/hoobs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hoobs TrueCharts/hoobs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hoobs/0.0.29/charts/common-10.7.0.tgz b/incubator/hoobs/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hoobs/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hoobs/0.0.30/CHANGELOG.md b/incubator/hoobs/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d1cb511a062 --- /dev/null +++ b/incubator/hoobs/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hoobs-0.0.30](https://github.com/truecharts/charts/compare/hoobs-0.0.29...hoobs-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hoobs-0.0.29](https://github.com/truecharts/charts/compare/hoobs-0.0.28...hoobs-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hoobs-0.0.28](https://github.com/truecharts/charts/compare/hoobs-0.0.27...hoobs-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hoobs-0.0.28](https://github.com/truecharts/charts/compare/hoobs-0.0.27...hoobs-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hoobs-0.0.27](https://github.com/truecharts/charts/compare/hoobs-0.0.26...hoobs-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hoobs-0.0.26](https://github.com/truecharts/charts/compare/hoobs-0.0.25...hoobs-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hoobs-0.0.25](https://github.com/truecharts/charts/compare/hoobs-0.0.24...hoobs-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hoobs-0.0.24](https://github.com/truecharts/charts/compare/hoobs-0.0.23...hoobs-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hoobs/0.0.30/Chart.lock b/incubator/hoobs/0.0.30/Chart.lock new file mode 100644 index 00000000000..5b2d4fb6297 --- /dev/null +++ b/incubator/hoobs/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:47.664754594Z" diff --git a/incubator/hoobs/0.0.30/Chart.yaml b/incubator/hoobs/0.0.30/Chart.yaml new file mode 100644 index 00000000000..dbed9cc28b6 --- /dev/null +++ b/incubator/hoobs/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. " +home: https://truecharts.org/docs/charts/incubator/hoobs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.png +keywords: + - hoobs + - HomeAutomation + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hoobs +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hoobs + - https://hub.docker.com/r/hoobs/hoobs +type: application +version: 0.0.30 diff --git a/incubator/hoobs/0.0.30/README.md b/incubator/hoobs/0.0.30/README.md new file mode 100644 index 00000000000..45ed0110cbb --- /dev/null +++ b/incubator/hoobs/0.0.30/README.md @@ -0,0 +1,106 @@ +# hoobs + +HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hoobs](https://truecharts.org/docs/charts/incubator/hoobs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hoobs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hoobs TrueCharts/hoobs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hoobs` deployment + +```console +helm uninstall hoobs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hoobs \ + --set env.TZ="America/New York" \ + TrueCharts/hoobs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hoobs TrueCharts/hoobs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hoobs/0.0.29/app-readme.md b/incubator/hoobs/0.0.30/app-readme.md similarity index 100% rename from incubator/hoobs/0.0.29/app-readme.md rename to incubator/hoobs/0.0.30/app-readme.md diff --git a/incubator/hoobs/0.0.30/charts/common-10.7.1.tgz b/incubator/hoobs/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hoobs/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/hoobs/0.0.29/ix_values.yaml b/incubator/hoobs/0.0.30/ix_values.yaml similarity index 100% rename from incubator/hoobs/0.0.29/ix_values.yaml rename to incubator/hoobs/0.0.30/ix_values.yaml diff --git a/incubator/hoobs/0.0.29/questions.yaml b/incubator/hoobs/0.0.30/questions.yaml similarity index 100% rename from incubator/hoobs/0.0.29/questions.yaml rename to incubator/hoobs/0.0.30/questions.yaml diff --git a/incubator/hoobs/0.0.29/templates/common.yaml b/incubator/hoobs/0.0.30/templates/common.yaml similarity index 100% rename from incubator/hoobs/0.0.29/templates/common.yaml rename to incubator/hoobs/0.0.30/templates/common.yaml diff --git a/incubator/hoobs/0.0.29/values.yaml b/incubator/hoobs/0.0.30/values.yaml similarity index 100% rename from incubator/hoobs/0.0.29/values.yaml rename to incubator/hoobs/0.0.30/values.yaml diff --git a/incubator/humhub/0.0.31/CHANGELOG.md b/incubator/humhub/0.0.31/CHANGELOG.md deleted file mode 100644 index b4b0d38165c..00000000000 --- a/incubator/humhub/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [humhub-0.0.31](https://github.com/truecharts/charts/compare/humhub-0.0.30...humhub-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [humhub-0.0.30](https://github.com/truecharts/charts/compare/humhub-0.0.29...humhub-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [humhub-0.0.30](https://github.com/truecharts/charts/compare/humhub-0.0.29...humhub-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [humhub-0.0.29](https://github.com/truecharts/charts/compare/humhub-0.0.28...humhub-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [humhub-0.0.28](https://github.com/truecharts/charts/compare/humhub-0.0.27...humhub-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [humhub-0.0.27](https://github.com/truecharts/charts/compare/humhub-0.0.26...humhub-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [humhub-0.0.26](https://github.com/truecharts/charts/compare/humhub-0.0.25...humhub-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [humhub-0.0.26](https://github.com/truecharts/charts/compare/humhub-0.0.25...humhub-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/humhub/0.0.31/Chart.lock b/incubator/humhub/0.0.31/Chart.lock deleted file mode 100644 index 7da0e25e3bc..00000000000 --- a/incubator/humhub/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:46.701883345Z" diff --git a/incubator/humhub/0.0.31/Chart.yaml b/incubator/humhub/0.0.31/Chart.yaml deleted file mode 100644 index 68c38126ad3..00000000000 --- a/incubator/humhub/0.0.31/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) -home: https://truecharts.org/docs/charts/incubator/humhub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png -keywords: - - humhub - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: humhub -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/humhub - - https://ghcr.io/siwatinc/humhub -type: application -version: 0.0.31 diff --git a/incubator/humhub/0.0.31/README.md b/incubator/humhub/0.0.31/README.md deleted file mode 100644 index 07210c94594..00000000000 --- a/incubator/humhub/0.0.31/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# humhub - -HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [humhub](https://truecharts.org/docs/charts/incubator/humhub) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `humhub` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install humhub TrueCharts/humhub -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `humhub` deployment - -```console -helm uninstall humhub -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install humhub \ - --set env.TZ="America/New York" \ - TrueCharts/humhub -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install humhub TrueCharts/humhub -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/humhub/0.0.31/charts/common-10.7.0.tgz b/incubator/humhub/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/humhub/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/humhub/0.0.32/CHANGELOG.md b/incubator/humhub/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..04d5dcf8186 --- /dev/null +++ b/incubator/humhub/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [humhub-0.0.32](https://github.com/truecharts/charts/compare/humhub-0.0.31...humhub-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [humhub-0.0.31](https://github.com/truecharts/charts/compare/humhub-0.0.30...humhub-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [humhub-0.0.30](https://github.com/truecharts/charts/compare/humhub-0.0.29...humhub-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [humhub-0.0.30](https://github.com/truecharts/charts/compare/humhub-0.0.29...humhub-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [humhub-0.0.29](https://github.com/truecharts/charts/compare/humhub-0.0.28...humhub-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [humhub-0.0.28](https://github.com/truecharts/charts/compare/humhub-0.0.27...humhub-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [humhub-0.0.27](https://github.com/truecharts/charts/compare/humhub-0.0.26...humhub-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [humhub-0.0.26](https://github.com/truecharts/charts/compare/humhub-0.0.25...humhub-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/humhub/0.0.32/Chart.lock b/incubator/humhub/0.0.32/Chart.lock new file mode 100644 index 00000000000..9bfb8be16a2 --- /dev/null +++ b/incubator/humhub/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:52.331466066Z" diff --git a/incubator/humhub/0.0.32/Chart.yaml b/incubator/humhub/0.0.32/Chart.yaml new file mode 100644 index 00000000000..a5758e93a1d --- /dev/null +++ b/incubator/humhub/0.0.32/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) +home: https://truecharts.org/docs/charts/incubator/humhub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.png +keywords: + - humhub + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: humhub +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/humhub + - https://ghcr.io/siwatinc/humhub +type: application +version: 0.0.32 diff --git a/incubator/humhub/0.0.32/README.md b/incubator/humhub/0.0.32/README.md new file mode 100644 index 00000000000..7af6626a7a3 --- /dev/null +++ b/incubator/humhub/0.0.32/README.md @@ -0,0 +1,106 @@ +# humhub + +HumHub is a free social network software and framework built to give you the tools to make communication and collaboration easy and successful. The Database is at 'localhost', username is 'humhub', the database name is 'humhub', there are no password (local user) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [humhub](https://truecharts.org/docs/charts/incubator/humhub) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `humhub` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install humhub TrueCharts/humhub +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `humhub` deployment + +```console +helm uninstall humhub +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install humhub \ + --set env.TZ="America/New York" \ + TrueCharts/humhub +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install humhub TrueCharts/humhub -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/humhub/0.0.31/app-readme.md b/incubator/humhub/0.0.32/app-readme.md similarity index 100% rename from incubator/humhub/0.0.31/app-readme.md rename to incubator/humhub/0.0.32/app-readme.md diff --git a/incubator/humhub/0.0.32/charts/common-10.7.1.tgz b/incubator/humhub/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/humhub/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/humhub/0.0.31/ix_values.yaml b/incubator/humhub/0.0.32/ix_values.yaml similarity index 100% rename from incubator/humhub/0.0.31/ix_values.yaml rename to incubator/humhub/0.0.32/ix_values.yaml diff --git a/incubator/humhub/0.0.31/questions.yaml b/incubator/humhub/0.0.32/questions.yaml similarity index 100% rename from incubator/humhub/0.0.31/questions.yaml rename to incubator/humhub/0.0.32/questions.yaml diff --git a/incubator/humhub/0.0.31/templates/common.yaml b/incubator/humhub/0.0.32/templates/common.yaml similarity index 100% rename from incubator/humhub/0.0.31/templates/common.yaml rename to incubator/humhub/0.0.32/templates/common.yaml diff --git a/incubator/humhub/0.0.31/values.yaml b/incubator/humhub/0.0.32/values.yaml similarity index 100% rename from incubator/humhub/0.0.31/values.yaml rename to incubator/humhub/0.0.32/values.yaml diff --git a/incubator/hurtworld/0.0.29/CHANGELOG.md b/incubator/hurtworld/0.0.29/CHANGELOG.md deleted file mode 100644 index deb51639ad4..00000000000 --- a/incubator/hurtworld/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hurtworld-0.0.29](https://github.com/truecharts/charts/compare/hurtworld-0.0.28...hurtworld-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hurtworld-0.0.28](https://github.com/truecharts/charts/compare/hurtworld-0.0.27...hurtworld-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hurtworld-0.0.28](https://github.com/truecharts/charts/compare/hurtworld-0.0.27...hurtworld-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hurtworld-0.0.27](https://github.com/truecharts/charts/compare/hurtworld-0.0.26...hurtworld-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hurtworld-0.0.26](https://github.com/truecharts/charts/compare/hurtworld-0.0.25...hurtworld-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hurtworld-0.0.25](https://github.com/truecharts/charts/compare/hurtworld-0.0.24...hurtworld-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hurtworld-0.0.24](https://github.com/truecharts/charts/compare/hurtworld-0.0.23...hurtworld-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hurtworld-0.0.24](https://github.com/truecharts/charts/compare/hurtworld-0.0.23...hurtworld-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/hurtworld/0.0.29/Chart.lock b/incubator/hurtworld/0.0.29/Chart.lock deleted file mode 100644 index 24f96fb4db7..00000000000 --- a/incubator/hurtworld/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:47.703257552Z" diff --git a/incubator/hurtworld/0.0.29/Chart.yaml b/incubator/hurtworld/0.0.29/Chart.yaml deleted file mode 100644 index ecd403c1a75..00000000000 --- a/incubator/hurtworld/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Hurtworld and run it." -home: https://truecharts.org/docs/charts/incubator/hurtworld -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png -keywords: - - hurtworld - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hurtworld -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/hurtworld - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/hurtworld/0.0.29/README.md b/incubator/hurtworld/0.0.29/README.md deleted file mode 100644 index 3e120a9db43..00000000000 --- a/incubator/hurtworld/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hurtworld - -This Chart will download and install SteamCMD. It will also install Hurtworld and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hurtworld](https://truecharts.org/docs/charts/incubator/hurtworld) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hurtworld` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hurtworld TrueCharts/hurtworld -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hurtworld` deployment - -```console -helm uninstall hurtworld -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hurtworld \ - --set env.TZ="America/New York" \ - TrueCharts/hurtworld -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hurtworld TrueCharts/hurtworld -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/hurtworld/0.0.29/charts/common-10.7.0.tgz b/incubator/hurtworld/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/hurtworld/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/hurtworld/0.0.30/CHANGELOG.md b/incubator/hurtworld/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e1275782796 --- /dev/null +++ b/incubator/hurtworld/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hurtworld-0.0.30](https://github.com/truecharts/charts/compare/hurtworld-0.0.29...hurtworld-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hurtworld-0.0.29](https://github.com/truecharts/charts/compare/hurtworld-0.0.28...hurtworld-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hurtworld-0.0.28](https://github.com/truecharts/charts/compare/hurtworld-0.0.27...hurtworld-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hurtworld-0.0.28](https://github.com/truecharts/charts/compare/hurtworld-0.0.27...hurtworld-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hurtworld-0.0.27](https://github.com/truecharts/charts/compare/hurtworld-0.0.26...hurtworld-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hurtworld-0.0.26](https://github.com/truecharts/charts/compare/hurtworld-0.0.25...hurtworld-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hurtworld-0.0.25](https://github.com/truecharts/charts/compare/hurtworld-0.0.24...hurtworld-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hurtworld-0.0.24](https://github.com/truecharts/charts/compare/hurtworld-0.0.23...hurtworld-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/hurtworld/0.0.30/Chart.lock b/incubator/hurtworld/0.0.30/Chart.lock new file mode 100644 index 00000000000..82a2b892bed --- /dev/null +++ b/incubator/hurtworld/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:56.566509691Z" diff --git a/incubator/hurtworld/0.0.30/Chart.yaml b/incubator/hurtworld/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f51e1bd12eb --- /dev/null +++ b/incubator/hurtworld/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Hurtworld and run it." +home: https://truecharts.org/docs/charts/incubator/hurtworld +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.png +keywords: + - hurtworld + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hurtworld +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/hurtworld + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/hurtworld/0.0.30/README.md b/incubator/hurtworld/0.0.30/README.md new file mode 100644 index 00000000000..9834bb13a46 --- /dev/null +++ b/incubator/hurtworld/0.0.30/README.md @@ -0,0 +1,107 @@ +# hurtworld + +This Chart will download and install SteamCMD. It will also install Hurtworld and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hurtworld](https://truecharts.org/docs/charts/incubator/hurtworld) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hurtworld` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hurtworld TrueCharts/hurtworld +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hurtworld` deployment + +```console +helm uninstall hurtworld +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hurtworld \ + --set env.TZ="America/New York" \ + TrueCharts/hurtworld +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hurtworld TrueCharts/hurtworld -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/hurtworld/0.0.29/app-readme.md b/incubator/hurtworld/0.0.30/app-readme.md similarity index 100% rename from incubator/hurtworld/0.0.29/app-readme.md rename to incubator/hurtworld/0.0.30/app-readme.md diff --git a/incubator/hurtworld/0.0.30/charts/common-10.7.1.tgz b/incubator/hurtworld/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/hurtworld/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/hurtworld/0.0.29/ix_values.yaml b/incubator/hurtworld/0.0.30/ix_values.yaml similarity index 100% rename from incubator/hurtworld/0.0.29/ix_values.yaml rename to incubator/hurtworld/0.0.30/ix_values.yaml diff --git a/incubator/hurtworld/0.0.29/questions.yaml b/incubator/hurtworld/0.0.30/questions.yaml similarity index 100% rename from incubator/hurtworld/0.0.29/questions.yaml rename to incubator/hurtworld/0.0.30/questions.yaml diff --git a/incubator/hurtworld/0.0.29/templates/common.yaml b/incubator/hurtworld/0.0.30/templates/common.yaml similarity index 100% rename from incubator/hurtworld/0.0.29/templates/common.yaml rename to incubator/hurtworld/0.0.30/templates/common.yaml diff --git a/incubator/hurtworld/0.0.29/values.yaml b/incubator/hurtworld/0.0.30/values.yaml similarity index 100% rename from incubator/hurtworld/0.0.29/values.yaml rename to incubator/hurtworld/0.0.30/values.yaml diff --git a/incubator/icloudpd/0.0.40/CHANGELOG.md b/incubator/icloudpd/0.0.40/CHANGELOG.md deleted file mode 100644 index 5202e8e7f6b..00000000000 --- a/incubator/icloudpd/0.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [icloudpd-0.0.40](https://github.com/truecharts/charts/compare/icloudpd-0.0.39...icloudpd-0.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [icloudpd-0.0.39](https://github.com/truecharts/charts/compare/icloudpd-0.0.38...icloudpd-0.0.39) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [icloudpd-0.0.38](https://github.com/truecharts/charts/compare/icloudpd-0.0.37...icloudpd-0.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icloudpd-0.0.38](https://github.com/truecharts/charts/compare/icloudpd-0.0.37...icloudpd-0.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icloudpd-0.0.37](https://github.com/truecharts/charts/compare/icloudpd-0.0.36...icloudpd-0.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [icloudpd-0.0.36](https://github.com/truecharts/charts/compare/icloudpd-0.0.35...icloudpd-0.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [icloudpd-0.0.35](https://github.com/truecharts/charts/compare/icloudpd-0.0.34...icloudpd-0.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - clean up UI and unneeded variables ([#3901](https://github.com/truecharts/charts/issues/3901)) - - - - -## [icloudpd-0.0.34](https://github.com/truecharts/charts/compare/icloudpd-0.0.33...icloudpd-0.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [icloudpd-0.0.33](https://github.com/truecharts/charts/compare/icloudpd-0.0.32...icloudpd-0.0.33) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [icloudpd-0.0.32](https://github.com/truecharts/charts/compare/icloudpd-0.0.31...icloudpd-0.0.32) (2022-09-22) diff --git a/incubator/icloudpd/0.0.40/Chart.lock b/incubator/icloudpd/0.0.40/Chart.lock deleted file mode 100644 index f874632e07c..00000000000 --- a/incubator/icloudpd/0.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:43:55.868913771Z" diff --git a/incubator/icloudpd/0.0.40/Chart.yaml b/incubator/icloudpd/0.0.40/Chart.yaml deleted file mode 100644 index 21bed6eb23e..00000000000 --- a/incubator/icloudpd/0.0.40/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. -home: https://truecharts.org/docs/charts/incubator/icloudpd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png -keywords: - - icloudpd - - Backup - - Cloud - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: icloudpd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd - - https://github.com/Womabre/-TrueNAS-docker-templates - - https://hub.docker.com/r/boredazfcuk/icloudpd/ -type: application -version: 0.0.40 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud - - Downloaders diff --git a/incubator/icloudpd/0.0.40/README.md b/incubator/icloudpd/0.0.40/README.md deleted file mode 100644 index 55b5a830369..00000000000 --- a/incubator/icloudpd/0.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# icloudpd - -iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [icloudpd](https://truecharts.org/docs/charts/incubator/icloudpd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `icloudpd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install icloudpd TrueCharts/icloudpd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `icloudpd` deployment - -```console -helm uninstall icloudpd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install icloudpd \ - --set env.TZ="America/New York" \ - TrueCharts/icloudpd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install icloudpd TrueCharts/icloudpd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/icloudpd/0.0.40/charts/common-10.7.0.tgz b/incubator/icloudpd/0.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/icloudpd/0.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/icloudpd/0.0.41/CHANGELOG.md b/incubator/icloudpd/0.0.41/CHANGELOG.md new file mode 100644 index 00000000000..a2d99b99d9a --- /dev/null +++ b/incubator/icloudpd/0.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [icloudpd-0.0.41](https://github.com/truecharts/charts/compare/icloudpd-0.0.40...icloudpd-0.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [icloudpd-0.0.40](https://github.com/truecharts/charts/compare/icloudpd-0.0.39...icloudpd-0.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [icloudpd-0.0.39](https://github.com/truecharts/charts/compare/icloudpd-0.0.38...icloudpd-0.0.39) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [icloudpd-0.0.38](https://github.com/truecharts/charts/compare/icloudpd-0.0.37...icloudpd-0.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icloudpd-0.0.38](https://github.com/truecharts/charts/compare/icloudpd-0.0.37...icloudpd-0.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icloudpd-0.0.37](https://github.com/truecharts/charts/compare/icloudpd-0.0.36...icloudpd-0.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [icloudpd-0.0.36](https://github.com/truecharts/charts/compare/icloudpd-0.0.35...icloudpd-0.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [icloudpd-0.0.35](https://github.com/truecharts/charts/compare/icloudpd-0.0.34...icloudpd-0.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - clean up UI and unneeded variables ([#3901](https://github.com/truecharts/charts/issues/3901)) + + + + +## [icloudpd-0.0.34](https://github.com/truecharts/charts/compare/icloudpd-0.0.33...icloudpd-0.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [icloudpd-0.0.33](https://github.com/truecharts/charts/compare/icloudpd-0.0.32...icloudpd-0.0.33) (2022-09-23) diff --git a/incubator/icloudpd/0.0.41/Chart.lock b/incubator/icloudpd/0.0.41/Chart.lock new file mode 100644 index 00000000000..51515095c41 --- /dev/null +++ b/incubator/icloudpd/0.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:24:58.585565671Z" diff --git a/incubator/icloudpd/0.0.41/Chart.yaml b/incubator/icloudpd/0.0.41/Chart.yaml new file mode 100644 index 00000000000..bf29f211278 --- /dev/null +++ b/incubator/icloudpd/0.0.41/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. +home: https://truecharts.org/docs/charts/incubator/icloudpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.png +keywords: + - icloudpd + - Backup + - Cloud + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: icloudpd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/icloudpd + - https://github.com/Womabre/-TrueNAS-docker-templates + - https://hub.docker.com/r/boredazfcuk/icloudpd/ +type: application +version: 0.0.41 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud + - Downloaders diff --git a/incubator/icloudpd/0.0.41/README.md b/incubator/icloudpd/0.0.41/README.md new file mode 100644 index 00000000000..2cf558a1a9a --- /dev/null +++ b/incubator/icloudpd/0.0.41/README.md @@ -0,0 +1,107 @@ +# icloudpd + +iCloudPD, syncs photos from iDevices to a single directory on TrueNAS. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [icloudpd](https://truecharts.org/docs/charts/incubator/icloudpd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `icloudpd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install icloudpd TrueCharts/icloudpd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `icloudpd` deployment + +```console +helm uninstall icloudpd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install icloudpd \ + --set env.TZ="America/New York" \ + TrueCharts/icloudpd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install icloudpd TrueCharts/icloudpd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/icloudpd/0.0.40/app-readme.md b/incubator/icloudpd/0.0.41/app-readme.md similarity index 100% rename from incubator/icloudpd/0.0.40/app-readme.md rename to incubator/icloudpd/0.0.41/app-readme.md diff --git a/incubator/icloudpd/0.0.41/charts/common-10.7.1.tgz b/incubator/icloudpd/0.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/icloudpd/0.0.41/charts/common-10.7.1.tgz differ diff --git a/incubator/icloudpd/0.0.40/ix_values.yaml b/incubator/icloudpd/0.0.41/ix_values.yaml similarity index 100% rename from incubator/icloudpd/0.0.40/ix_values.yaml rename to incubator/icloudpd/0.0.41/ix_values.yaml diff --git a/incubator/icloudpd/0.0.40/questions.yaml b/incubator/icloudpd/0.0.41/questions.yaml similarity index 100% rename from incubator/icloudpd/0.0.40/questions.yaml rename to incubator/icloudpd/0.0.41/questions.yaml diff --git a/incubator/icloudpd/0.0.40/templates/common.yaml b/incubator/icloudpd/0.0.41/templates/common.yaml similarity index 100% rename from incubator/icloudpd/0.0.40/templates/common.yaml rename to incubator/icloudpd/0.0.41/templates/common.yaml diff --git a/incubator/icloudpd/0.0.40/values.yaml b/incubator/icloudpd/0.0.41/values.yaml similarity index 100% rename from incubator/icloudpd/0.0.40/values.yaml rename to incubator/icloudpd/0.0.41/values.yaml diff --git a/incubator/imgpush/0.0.29/CHANGELOG.md b/incubator/imgpush/0.0.29/CHANGELOG.md deleted file mode 100644 index 0db58cf091a..00000000000 --- a/incubator/imgpush/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [imgpush-0.0.29](https://github.com/truecharts/charts/compare/imgpush-0.0.28...imgpush-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [imgpush-0.0.28](https://github.com/truecharts/charts/compare/imgpush-0.0.27...imgpush-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [imgpush-0.0.28](https://github.com/truecharts/charts/compare/imgpush-0.0.27...imgpush-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [imgpush-0.0.27](https://github.com/truecharts/charts/compare/imgpush-0.0.26...imgpush-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [imgpush-0.0.26](https://github.com/truecharts/charts/compare/imgpush-0.0.25...imgpush-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [imgpush-0.0.25](https://github.com/truecharts/charts/compare/imgpush-0.0.24...imgpush-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [imgpush-0.0.24](https://github.com/truecharts/charts/compare/imgpush-0.0.23...imgpush-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [imgpush-0.0.24](https://github.com/truecharts/charts/compare/imgpush-0.0.23...imgpush-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/imgpush/0.0.29/Chart.lock b/incubator/imgpush/0.0.29/Chart.lock deleted file mode 100644 index b76dada4acf..00000000000 --- a/incubator/imgpush/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:44:08.297812911Z" diff --git a/incubator/imgpush/0.0.29/Chart.yaml b/incubator/imgpush/0.0.29/Chart.yaml deleted file mode 100644 index 58f90c2a51d..00000000000 --- a/incubator/imgpush/0.0.29/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars)." -home: https://truecharts.org/docs/charts/incubator/imgpush -icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png -keywords: - - imgpush - - Cloud - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: imgpush -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/imgpush - - https://github.com/hauxir/imgpush - - https://hub.docker.com/r/hauxir/imgpush -type: application -version: 0.0.29 diff --git a/incubator/imgpush/0.0.29/README.md b/incubator/imgpush/0.0.29/README.md deleted file mode 100644 index fb5f7b9c43f..00000000000 --- a/incubator/imgpush/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# imgpush - -Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [imgpush](https://truecharts.org/docs/charts/incubator/imgpush) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `imgpush` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install imgpush TrueCharts/imgpush -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `imgpush` deployment - -```console -helm uninstall imgpush -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install imgpush \ - --set env.TZ="America/New York" \ - TrueCharts/imgpush -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install imgpush TrueCharts/imgpush -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/imgpush/0.0.29/charts/common-10.7.0.tgz b/incubator/imgpush/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/imgpush/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/imgpush/0.0.30/CHANGELOG.md b/incubator/imgpush/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b3725ab5bc9 --- /dev/null +++ b/incubator/imgpush/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [imgpush-0.0.30](https://github.com/truecharts/charts/compare/imgpush-0.0.29...imgpush-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [imgpush-0.0.29](https://github.com/truecharts/charts/compare/imgpush-0.0.28...imgpush-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [imgpush-0.0.28](https://github.com/truecharts/charts/compare/imgpush-0.0.27...imgpush-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [imgpush-0.0.28](https://github.com/truecharts/charts/compare/imgpush-0.0.27...imgpush-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [imgpush-0.0.27](https://github.com/truecharts/charts/compare/imgpush-0.0.26...imgpush-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [imgpush-0.0.26](https://github.com/truecharts/charts/compare/imgpush-0.0.25...imgpush-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [imgpush-0.0.25](https://github.com/truecharts/charts/compare/imgpush-0.0.24...imgpush-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [imgpush-0.0.24](https://github.com/truecharts/charts/compare/imgpush-0.0.23...imgpush-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/imgpush/0.0.30/Chart.lock b/incubator/imgpush/0.0.30/Chart.lock new file mode 100644 index 00000000000..68f4280f506 --- /dev/null +++ b/incubator/imgpush/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:19.250440756Z" diff --git a/incubator/imgpush/0.0.30/Chart.yaml b/incubator/imgpush/0.0.30/Chart.yaml new file mode 100644 index 00000000000..dd34664b292 --- /dev/null +++ b/incubator/imgpush/0.0.30/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars)." +home: https://truecharts.org/docs/charts/incubator/imgpush +icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.png +keywords: + - imgpush + - Cloud + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: imgpush +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/imgpush + - https://github.com/hauxir/imgpush + - https://hub.docker.com/r/hauxir/imgpush +type: application +version: 0.0.30 diff --git a/incubator/imgpush/0.0.30/README.md b/incubator/imgpush/0.0.30/README.md new file mode 100644 index 00000000000..9f1df7c8188 --- /dev/null +++ b/incubator/imgpush/0.0.30/README.md @@ -0,0 +1,107 @@ +# imgpush + +Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [imgpush](https://truecharts.org/docs/charts/incubator/imgpush) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `imgpush` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install imgpush TrueCharts/imgpush +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `imgpush` deployment + +```console +helm uninstall imgpush +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install imgpush \ + --set env.TZ="America/New York" \ + TrueCharts/imgpush +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install imgpush TrueCharts/imgpush -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/imgpush/0.0.29/app-readme.md b/incubator/imgpush/0.0.30/app-readme.md similarity index 100% rename from incubator/imgpush/0.0.29/app-readme.md rename to incubator/imgpush/0.0.30/app-readme.md diff --git a/incubator/imgpush/0.0.30/charts/common-10.7.1.tgz b/incubator/imgpush/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/imgpush/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/imgpush/0.0.29/ix_values.yaml b/incubator/imgpush/0.0.30/ix_values.yaml similarity index 100% rename from incubator/imgpush/0.0.29/ix_values.yaml rename to incubator/imgpush/0.0.30/ix_values.yaml diff --git a/incubator/imgpush/0.0.29/questions.yaml b/incubator/imgpush/0.0.30/questions.yaml similarity index 100% rename from incubator/imgpush/0.0.29/questions.yaml rename to incubator/imgpush/0.0.30/questions.yaml diff --git a/incubator/imgpush/0.0.29/templates/common.yaml b/incubator/imgpush/0.0.30/templates/common.yaml similarity index 100% rename from incubator/imgpush/0.0.29/templates/common.yaml rename to incubator/imgpush/0.0.30/templates/common.yaml diff --git a/incubator/imgpush/0.0.29/values.yaml b/incubator/imgpush/0.0.30/values.yaml similarity index 100% rename from incubator/imgpush/0.0.29/values.yaml rename to incubator/imgpush/0.0.30/values.yaml diff --git a/incubator/import-ics/0.0.29/CHANGELOG.md b/incubator/import-ics/0.0.29/CHANGELOG.md deleted file mode 100644 index a00b22d91b1..00000000000 --- a/incubator/import-ics/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [import-ics-0.0.29](https://github.com/truecharts/charts/compare/import-ics-0.0.28...import-ics-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [import-ics-0.0.28](https://github.com/truecharts/charts/compare/import-ics-0.0.27...import-ics-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [import-ics-0.0.28](https://github.com/truecharts/charts/compare/import-ics-0.0.27...import-ics-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [import-ics-0.0.27](https://github.com/truecharts/charts/compare/import-ics-0.0.26...import-ics-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [import-ics-0.0.26](https://github.com/truecharts/charts/compare/import-ics-0.0.25...import-ics-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [import-ics-0.0.25](https://github.com/truecharts/charts/compare/import-ics-0.0.24...import-ics-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [import-ics-0.0.24](https://github.com/truecharts/charts/compare/import-ics-0.0.23...import-ics-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [import-ics-0.0.24](https://github.com/truecharts/charts/compare/import-ics-0.0.23...import-ics-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/import-ics/0.0.29/Chart.lock b/incubator/import-ics/0.0.29/Chart.lock deleted file mode 100644 index 2881cfa67d5..00000000000 --- a/incubator/import-ics/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:44:16.824157392Z" diff --git a/incubator/import-ics/0.0.29/Chart.yaml b/incubator/import-ics/0.0.29/Chart.yaml deleted file mode 100644 index 3d731fe8096..00000000000 --- a/incubator/import-ics/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server." -home: https://truecharts.org/docs/charts/incubator/import-ics -icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png -keywords: - - import-ics - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: import-ics -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/import-ics - - https://github.com/Vilhjalmr26/import_ics - - https://hub.docker.com/repository/docker/vilhjalmr26/import_ics -type: application -version: 0.0.29 diff --git a/incubator/import-ics/0.0.29/README.md b/incubator/import-ics/0.0.29/README.md deleted file mode 100644 index 44c4fe1ca50..00000000000 --- a/incubator/import-ics/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# import-ics - -Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [import-ics](https://truecharts.org/docs/charts/incubator/import-ics) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `import-ics` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install import-ics TrueCharts/import-ics -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `import-ics` deployment - -```console -helm uninstall import-ics -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install import-ics \ - --set env.TZ="America/New York" \ - TrueCharts/import-ics -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install import-ics TrueCharts/import-ics -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/import-ics/0.0.29/charts/common-10.7.0.tgz b/incubator/import-ics/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/import-ics/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/import-ics/0.0.30/CHANGELOG.md b/incubator/import-ics/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ad43f271554 --- /dev/null +++ b/incubator/import-ics/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [import-ics-0.0.30](https://github.com/truecharts/charts/compare/import-ics-0.0.29...import-ics-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [import-ics-0.0.29](https://github.com/truecharts/charts/compare/import-ics-0.0.28...import-ics-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [import-ics-0.0.28](https://github.com/truecharts/charts/compare/import-ics-0.0.27...import-ics-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [import-ics-0.0.28](https://github.com/truecharts/charts/compare/import-ics-0.0.27...import-ics-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [import-ics-0.0.27](https://github.com/truecharts/charts/compare/import-ics-0.0.26...import-ics-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [import-ics-0.0.26](https://github.com/truecharts/charts/compare/import-ics-0.0.25...import-ics-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [import-ics-0.0.25](https://github.com/truecharts/charts/compare/import-ics-0.0.24...import-ics-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [import-ics-0.0.24](https://github.com/truecharts/charts/compare/import-ics-0.0.23...import-ics-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [import-ics-0.0.24](https://github.com/truecharts/charts/compare/import-ics-0.0.23...import-ics-0.0.24) (2022-09-21) diff --git a/incubator/import-ics/0.0.30/Chart.lock b/incubator/import-ics/0.0.30/Chart.lock new file mode 100644 index 00000000000..993df906c92 --- /dev/null +++ b/incubator/import-ics/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:24.131772569Z" diff --git a/incubator/import-ics/0.0.30/Chart.yaml b/incubator/import-ics/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8f2c6fb7182 --- /dev/null +++ b/incubator/import-ics/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server." +home: https://truecharts.org/docs/charts/incubator/import-ics +icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.png +keywords: + - import-ics + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: import-ics +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/import-ics + - https://github.com/Vilhjalmr26/import_ics + - https://hub.docker.com/repository/docker/vilhjalmr26/import_ics +type: application +version: 0.0.30 diff --git a/incubator/import-ics/0.0.30/README.md b/incubator/import-ics/0.0.30/README.md new file mode 100644 index 00000000000..38901b37d7a --- /dev/null +++ b/incubator/import-ics/0.0.30/README.md @@ -0,0 +1,107 @@ +# import-ics + +Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [import-ics](https://truecharts.org/docs/charts/incubator/import-ics) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `import-ics` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install import-ics TrueCharts/import-ics +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `import-ics` deployment + +```console +helm uninstall import-ics +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install import-ics \ + --set env.TZ="America/New York" \ + TrueCharts/import-ics +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install import-ics TrueCharts/import-ics -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/import-ics/0.0.29/app-readme.md b/incubator/import-ics/0.0.30/app-readme.md similarity index 100% rename from incubator/import-ics/0.0.29/app-readme.md rename to incubator/import-ics/0.0.30/app-readme.md diff --git a/incubator/import-ics/0.0.30/charts/common-10.7.1.tgz b/incubator/import-ics/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/import-ics/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/import-ics/0.0.29/ix_values.yaml b/incubator/import-ics/0.0.30/ix_values.yaml similarity index 100% rename from incubator/import-ics/0.0.29/ix_values.yaml rename to incubator/import-ics/0.0.30/ix_values.yaml diff --git a/incubator/import-ics/0.0.29/questions.yaml b/incubator/import-ics/0.0.30/questions.yaml similarity index 100% rename from incubator/import-ics/0.0.29/questions.yaml rename to incubator/import-ics/0.0.30/questions.yaml diff --git a/incubator/import-ics/0.0.29/templates/common.yaml b/incubator/import-ics/0.0.30/templates/common.yaml similarity index 100% rename from incubator/import-ics/0.0.29/templates/common.yaml rename to incubator/import-ics/0.0.30/templates/common.yaml diff --git a/incubator/import-ics/0.0.29/values.yaml b/incubator/import-ics/0.0.30/values.yaml similarity index 100% rename from incubator/import-ics/0.0.29/values.yaml rename to incubator/import-ics/0.0.30/values.yaml diff --git a/incubator/inkscape-desktop-g3/0.0.31/CHANGELOG.md b/incubator/inkscape-desktop-g3/0.0.31/CHANGELOG.md deleted file mode 100644 index ad6a0a17a8e..00000000000 --- a/incubator/inkscape-desktop-g3/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [inkscape-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.30...inkscape-desktop-g3-0.0.31) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [inkscape-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.29...inkscape-desktop-g3-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [inkscape-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.28...inkscape-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [inkscape-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.28...inkscape-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [inkscape-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.27...inkscape-desktop-g3-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [inkscape-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.26...inkscape-desktop-g3-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [inkscape-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.25...inkscape-desktop-g3-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [inkscape-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.23...inkscape-desktop-g3-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/inkscape-desktop-g3/0.0.31/Chart.lock b/incubator/inkscape-desktop-g3/0.0.31/Chart.lock deleted file mode 100644 index 1d29778361e..00000000000 --- a/incubator/inkscape-desktop-g3/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:13:28.143599731Z" diff --git a/incubator/inkscape-desktop-g3/0.0.31/Chart.yaml b/incubator/inkscape-desktop-g3/0.0.31/Chart.yaml deleted file mode 100644 index 275c18566ce..00000000000 --- a/incubator/inkscape-desktop-g3/0.0.31/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/inkscape-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png -keywords: - - inkscape-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: inkscape-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/inkscape-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 -type: application -version: 0.0.31 diff --git a/incubator/inkscape-desktop-g3/0.0.31/README.md b/incubator/inkscape-desktop-g3/0.0.31/README.md deleted file mode 100644 index b59a58a3b30..00000000000 --- a/incubator/inkscape-desktop-g3/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# inkscape-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [inkscape-desktop-g3](https://truecharts.org/docs/charts/incubator/inkscape-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `inkscape-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `inkscape-desktop-g3` deployment - -```console -helm uninstall inkscape-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install inkscape-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/inkscape-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/inkscape-desktop-g3/0.0.31/charts/common-10.7.0.tgz b/incubator/inkscape-desktop-g3/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/inkscape-desktop-g3/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/inkscape-desktop-g3/0.0.32/CHANGELOG.md b/incubator/inkscape-desktop-g3/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..4e5431eb8f0 --- /dev/null +++ b/incubator/inkscape-desktop-g3/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [inkscape-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.31...inkscape-desktop-g3-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [inkscape-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.30...inkscape-desktop-g3-0.0.31) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [inkscape-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.29...inkscape-desktop-g3-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [inkscape-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.28...inkscape-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [inkscape-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.28...inkscape-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [inkscape-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.27...inkscape-desktop-g3-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [inkscape-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.26...inkscape-desktop-g3-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [inkscape-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.25...inkscape-desktop-g3-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [inkscape-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-0.0.23...inkscape-desktop-g3-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/inkscape-desktop-g3/0.0.32/Chart.lock b/incubator/inkscape-desktop-g3/0.0.32/Chart.lock new file mode 100644 index 00000000000..848be205914 --- /dev/null +++ b/incubator/inkscape-desktop-g3/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:28.599819211Z" diff --git a/incubator/inkscape-desktop-g3/0.0.32/Chart.yaml b/incubator/inkscape-desktop-g3/0.0.32/Chart.yaml new file mode 100644 index 00000000000..904bc7006d5 --- /dev/null +++ b/incubator/inkscape-desktop-g3/0.0.32/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/inkscape-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.png +keywords: + - inkscape-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: inkscape-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/inkscape-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-inkscape-g3 +type: application +version: 0.0.32 diff --git a/incubator/inkscape-desktop-g3/0.0.32/README.md b/incubator/inkscape-desktop-g3/0.0.32/README.md new file mode 100644 index 00000000000..9d1fee1a96c --- /dev/null +++ b/incubator/inkscape-desktop-g3/0.0.32/README.md @@ -0,0 +1,107 @@ +# inkscape-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [inkscape-desktop-g3](https://truecharts.org/docs/charts/incubator/inkscape-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `inkscape-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `inkscape-desktop-g3` deployment + +```console +helm uninstall inkscape-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install inkscape-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/inkscape-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install inkscape-desktop-g3 TrueCharts/inkscape-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/inkscape-desktop-g3/0.0.31/app-readme.md b/incubator/inkscape-desktop-g3/0.0.32/app-readme.md similarity index 100% rename from incubator/inkscape-desktop-g3/0.0.31/app-readme.md rename to incubator/inkscape-desktop-g3/0.0.32/app-readme.md diff --git a/incubator/inkscape-desktop-g3/0.0.32/charts/common-10.7.1.tgz b/incubator/inkscape-desktop-g3/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/inkscape-desktop-g3/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/inkscape-desktop-g3/0.0.31/ix_values.yaml b/incubator/inkscape-desktop-g3/0.0.32/ix_values.yaml similarity index 100% rename from incubator/inkscape-desktop-g3/0.0.31/ix_values.yaml rename to incubator/inkscape-desktop-g3/0.0.32/ix_values.yaml diff --git a/incubator/inkscape-desktop-g3/0.0.31/questions.yaml b/incubator/inkscape-desktop-g3/0.0.32/questions.yaml similarity index 100% rename from incubator/inkscape-desktop-g3/0.0.31/questions.yaml rename to incubator/inkscape-desktop-g3/0.0.32/questions.yaml diff --git a/incubator/inkscape-desktop-g3/0.0.31/templates/common.yaml b/incubator/inkscape-desktop-g3/0.0.32/templates/common.yaml similarity index 100% rename from incubator/inkscape-desktop-g3/0.0.31/templates/common.yaml rename to incubator/inkscape-desktop-g3/0.0.32/templates/common.yaml diff --git a/incubator/inkscape-desktop-g3/0.0.31/values.yaml b/incubator/inkscape-desktop-g3/0.0.32/values.yaml similarity index 100% rename from incubator/inkscape-desktop-g3/0.0.31/values.yaml rename to incubator/inkscape-desktop-g3/0.0.32/values.yaml diff --git a/incubator/insurgencysandstorm/0.0.29/CHANGELOG.md b/incubator/insurgencysandstorm/0.0.29/CHANGELOG.md deleted file mode 100644 index aa23e36476b..00000000000 --- a/incubator/insurgencysandstorm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [insurgencysandstorm-0.0.29](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.28...insurgencysandstorm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [insurgencysandstorm-0.0.28](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.27...insurgencysandstorm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [insurgencysandstorm-0.0.28](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.27...insurgencysandstorm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [insurgencysandstorm-0.0.27](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.26...insurgencysandstorm-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [insurgencysandstorm-0.0.26](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.25...insurgencysandstorm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [insurgencysandstorm-0.0.25](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.24...insurgencysandstorm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [insurgencysandstorm-0.0.24](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.23...insurgencysandstorm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [insurgencysandstorm-0.0.24](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.23...insurgencysandstorm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/insurgencysandstorm/0.0.29/Chart.lock b/incubator/insurgencysandstorm/0.0.29/Chart.lock deleted file mode 100644 index ed149b19c6d..00000000000 --- a/incubator/insurgencysandstorm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:44:37.73708374Z" diff --git a/incubator/insurgencysandstorm/0.0.29/Chart.yaml b/incubator/insurgencysandstorm/0.0.29/Chart.yaml deleted file mode 100644 index 94d79faf17d..00000000000 --- a/incubator/insurgencysandstorm/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it." -home: https://truecharts.org/docs/charts/incubator/insurgencysandstorm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png -keywords: - - insurgencysandstorm - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: insurgencysandstorm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/insurgencysandstorm - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/insurgencysandstorm/0.0.29/README.md b/incubator/insurgencysandstorm/0.0.29/README.md deleted file mode 100644 index d2d6fea8467..00000000000 --- a/incubator/insurgencysandstorm/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# insurgencysandstorm - -This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [insurgencysandstorm](https://truecharts.org/docs/charts/incubator/insurgencysandstorm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `insurgencysandstorm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install insurgencysandstorm TrueCharts/insurgencysandstorm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `insurgencysandstorm` deployment - -```console -helm uninstall insurgencysandstorm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install insurgencysandstorm \ - --set env.TZ="America/New York" \ - TrueCharts/insurgencysandstorm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install insurgencysandstorm TrueCharts/insurgencysandstorm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/insurgencysandstorm/0.0.29/charts/common-10.7.0.tgz b/incubator/insurgencysandstorm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/insurgencysandstorm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/insurgencysandstorm/0.0.30/CHANGELOG.md b/incubator/insurgencysandstorm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2f1afb5ae00 --- /dev/null +++ b/incubator/insurgencysandstorm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [insurgencysandstorm-0.0.30](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.29...insurgencysandstorm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [insurgencysandstorm-0.0.29](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.28...insurgencysandstorm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [insurgencysandstorm-0.0.28](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.27...insurgencysandstorm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [insurgencysandstorm-0.0.28](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.27...insurgencysandstorm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [insurgencysandstorm-0.0.27](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.26...insurgencysandstorm-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [insurgencysandstorm-0.0.26](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.25...insurgencysandstorm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [insurgencysandstorm-0.0.25](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.24...insurgencysandstorm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [insurgencysandstorm-0.0.24](https://github.com/truecharts/charts/compare/insurgencysandstorm-0.0.23...insurgencysandstorm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/insurgencysandstorm/0.0.30/Chart.lock b/incubator/insurgencysandstorm/0.0.30/Chart.lock new file mode 100644 index 00000000000..20200f412ed --- /dev/null +++ b/incubator/insurgencysandstorm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:30.309334738Z" diff --git a/incubator/insurgencysandstorm/0.0.30/Chart.yaml b/incubator/insurgencysandstorm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d8c8659d082 --- /dev/null +++ b/incubator/insurgencysandstorm/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it." +home: https://truecharts.org/docs/charts/incubator/insurgencysandstorm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.png +keywords: + - insurgencysandstorm + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: insurgencysandstorm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/insurgencysandstorm + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/insurgencysandstorm/0.0.30/README.md b/incubator/insurgencysandstorm/0.0.30/README.md new file mode 100644 index 00000000000..e0831830750 --- /dev/null +++ b/incubator/insurgencysandstorm/0.0.30/README.md @@ -0,0 +1,107 @@ +# insurgencysandstorm + +This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [insurgencysandstorm](https://truecharts.org/docs/charts/incubator/insurgencysandstorm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `insurgencysandstorm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install insurgencysandstorm TrueCharts/insurgencysandstorm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `insurgencysandstorm` deployment + +```console +helm uninstall insurgencysandstorm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install insurgencysandstorm \ + --set env.TZ="America/New York" \ + TrueCharts/insurgencysandstorm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install insurgencysandstorm TrueCharts/insurgencysandstorm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/insurgencysandstorm/0.0.29/app-readme.md b/incubator/insurgencysandstorm/0.0.30/app-readme.md similarity index 100% rename from incubator/insurgencysandstorm/0.0.29/app-readme.md rename to incubator/insurgencysandstorm/0.0.30/app-readme.md diff --git a/incubator/insurgencysandstorm/0.0.30/charts/common-10.7.1.tgz b/incubator/insurgencysandstorm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/insurgencysandstorm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/insurgencysandstorm/0.0.29/ix_values.yaml b/incubator/insurgencysandstorm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/insurgencysandstorm/0.0.29/ix_values.yaml rename to incubator/insurgencysandstorm/0.0.30/ix_values.yaml diff --git a/incubator/insurgencysandstorm/0.0.29/questions.yaml b/incubator/insurgencysandstorm/0.0.30/questions.yaml similarity index 100% rename from incubator/insurgencysandstorm/0.0.29/questions.yaml rename to incubator/insurgencysandstorm/0.0.30/questions.yaml diff --git a/incubator/insurgencysandstorm/0.0.29/templates/common.yaml b/incubator/insurgencysandstorm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/insurgencysandstorm/0.0.29/templates/common.yaml rename to incubator/insurgencysandstorm/0.0.30/templates/common.yaml diff --git a/incubator/insurgencysandstorm/0.0.29/values.yaml b/incubator/insurgencysandstorm/0.0.30/values.yaml similarity index 100% rename from incubator/insurgencysandstorm/0.0.29/values.yaml rename to incubator/insurgencysandstorm/0.0.30/values.yaml diff --git a/incubator/invitarr/0.0.29/CHANGELOG.md b/incubator/invitarr/0.0.29/CHANGELOG.md deleted file mode 100644 index 3a0adf96296..00000000000 --- a/incubator/invitarr/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [invitarr-0.0.29](https://github.com/truecharts/charts/compare/invitarr-0.0.28...invitarr-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [invitarr-0.0.28](https://github.com/truecharts/charts/compare/invitarr-0.0.27...invitarr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [invitarr-0.0.28](https://github.com/truecharts/charts/compare/invitarr-0.0.27...invitarr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [invitarr-0.0.27](https://github.com/truecharts/charts/compare/invitarr-0.0.26...invitarr-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [invitarr-0.0.26](https://github.com/truecharts/charts/compare/invitarr-0.0.25...invitarr-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [invitarr-0.0.25](https://github.com/truecharts/charts/compare/invitarr-0.0.24...invitarr-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [invitarr-0.0.24](https://github.com/truecharts/charts/compare/invitarr-0.0.23...invitarr-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [invitarr-0.0.24](https://github.com/truecharts/charts/compare/invitarr-0.0.23...invitarr-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/invitarr/0.0.29/Chart.lock b/incubator/invitarr/0.0.29/Chart.lock deleted file mode 100644 index 441eed3959e..00000000000 --- a/incubator/invitarr/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:44:46.098354672Z" diff --git a/incubator/invitarr/0.0.29/Chart.yaml b/incubator/invitarr/0.0.29/Chart.yaml deleted file mode 100644 index 5f93e6b2157..00000000000 --- a/incubator/invitarr/0.0.29/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities - - Other - - MediaApp-Other - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. -home: https://truecharts.org/docs/charts/incubator/invitarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png -keywords: - - invitarr - - HomeAutomation - - Tools-Utilities - - Other - - MediaApp-Other - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: invitarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/invitarr - - https://github.com/Sleepingpirates/Invitarr - - https://hub.docker.com/r/piratify/invitarr -type: application -version: 0.0.29 diff --git a/incubator/invitarr/0.0.29/README.md b/incubator/invitarr/0.0.29/README.md deleted file mode 100644 index 158fd6d3fcf..00000000000 --- a/incubator/invitarr/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# invitarr - -Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [invitarr](https://truecharts.org/docs/charts/incubator/invitarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `invitarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install invitarr TrueCharts/invitarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `invitarr` deployment - -```console -helm uninstall invitarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install invitarr \ - --set env.TZ="America/New York" \ - TrueCharts/invitarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install invitarr TrueCharts/invitarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/invitarr/0.0.29/charts/common-10.7.0.tgz b/incubator/invitarr/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/invitarr/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/invitarr/0.0.30/CHANGELOG.md b/incubator/invitarr/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..42f932edb07 --- /dev/null +++ b/incubator/invitarr/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [invitarr-0.0.30](https://github.com/truecharts/charts/compare/invitarr-0.0.29...invitarr-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [invitarr-0.0.29](https://github.com/truecharts/charts/compare/invitarr-0.0.28...invitarr-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [invitarr-0.0.28](https://github.com/truecharts/charts/compare/invitarr-0.0.27...invitarr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [invitarr-0.0.28](https://github.com/truecharts/charts/compare/invitarr-0.0.27...invitarr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [invitarr-0.0.27](https://github.com/truecharts/charts/compare/invitarr-0.0.26...invitarr-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [invitarr-0.0.26](https://github.com/truecharts/charts/compare/invitarr-0.0.25...invitarr-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [invitarr-0.0.25](https://github.com/truecharts/charts/compare/invitarr-0.0.24...invitarr-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [invitarr-0.0.24](https://github.com/truecharts/charts/compare/invitarr-0.0.23...invitarr-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [invitarr-0.0.24](https://github.com/truecharts/charts/compare/invitarr-0.0.23...invitarr-0.0.24) (2022-09-21) diff --git a/incubator/invitarr/0.0.30/Chart.lock b/incubator/invitarr/0.0.30/Chart.lock new file mode 100644 index 00000000000..26af25b0de8 --- /dev/null +++ b/incubator/invitarr/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:51.340230441Z" diff --git a/incubator/invitarr/0.0.30/Chart.yaml b/incubator/invitarr/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0039f6656bd --- /dev/null +++ b/incubator/invitarr/0.0.30/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities + - Other + - MediaApp-Other + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. +home: https://truecharts.org/docs/charts/incubator/invitarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.png +keywords: + - invitarr + - HomeAutomation + - Tools-Utilities + - Other + - MediaApp-Other + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: invitarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/invitarr + - https://github.com/Sleepingpirates/Invitarr + - https://hub.docker.com/r/piratify/invitarr +type: application +version: 0.0.30 diff --git a/incubator/invitarr/0.0.30/README.md b/incubator/invitarr/0.0.30/README.md new file mode 100644 index 00000000000..dae4c540830 --- /dev/null +++ b/incubator/invitarr/0.0.30/README.md @@ -0,0 +1,107 @@ +# invitarr + +Invitarr is a chatbot that invites discord users to plex. You can also automate this bot to invite discord users to plex once a certain role is given to a user or the user can also be added manually. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [invitarr](https://truecharts.org/docs/charts/incubator/invitarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `invitarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install invitarr TrueCharts/invitarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `invitarr` deployment + +```console +helm uninstall invitarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install invitarr \ + --set env.TZ="America/New York" \ + TrueCharts/invitarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install invitarr TrueCharts/invitarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/invitarr/0.0.29/app-readme.md b/incubator/invitarr/0.0.30/app-readme.md similarity index 100% rename from incubator/invitarr/0.0.29/app-readme.md rename to incubator/invitarr/0.0.30/app-readme.md diff --git a/incubator/invitarr/0.0.30/charts/common-10.7.1.tgz b/incubator/invitarr/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/invitarr/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/invitarr/0.0.29/ix_values.yaml b/incubator/invitarr/0.0.30/ix_values.yaml similarity index 100% rename from incubator/invitarr/0.0.29/ix_values.yaml rename to incubator/invitarr/0.0.30/ix_values.yaml diff --git a/incubator/invitarr/0.0.29/questions.yaml b/incubator/invitarr/0.0.30/questions.yaml similarity index 100% rename from incubator/invitarr/0.0.29/questions.yaml rename to incubator/invitarr/0.0.30/questions.yaml diff --git a/incubator/invitarr/0.0.29/templates/common.yaml b/incubator/invitarr/0.0.30/templates/common.yaml similarity index 100% rename from incubator/invitarr/0.0.29/templates/common.yaml rename to incubator/invitarr/0.0.30/templates/common.yaml diff --git a/incubator/invitarr/0.0.29/values.yaml b/incubator/invitarr/0.0.30/values.yaml similarity index 100% rename from incubator/invitarr/0.0.29/values.yaml rename to incubator/invitarr/0.0.30/values.yaml diff --git a/incubator/ipmi-tools/0.0.29/CHANGELOG.md b/incubator/ipmi-tools/0.0.29/CHANGELOG.md deleted file mode 100644 index 51099af5aca..00000000000 --- a/incubator/ipmi-tools/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ipmi-tools-0.0.29](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.28...ipmi-tools-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ipmi-tools-0.0.28](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.27...ipmi-tools-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ipmi-tools-0.0.28](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.27...ipmi-tools-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ipmi-tools-0.0.27](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.26...ipmi-tools-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ipmi-tools-0.0.26](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.25...ipmi-tools-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ipmi-tools-0.0.25](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.24...ipmi-tools-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ipmi-tools-0.0.24](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.23...ipmi-tools-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ipmi-tools-0.0.24](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.23...ipmi-tools-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ipmi-tools/0.0.29/Chart.lock b/incubator/ipmi-tools/0.0.29/Chart.lock deleted file mode 100644 index 9549b279651..00000000000 --- a/incubator/ipmi-tools/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:44:54.379286939Z" diff --git a/incubator/ipmi-tools/0.0.29/Chart.yaml b/incubator/ipmi-tools/0.0.29/Chart.yaml deleted file mode 100644 index c1820703ede..00000000000 --- a/incubator/ipmi-tools/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This is a Chart with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. -home: https://truecharts.org/docs/charts/incubator/ipmi-tools -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png -keywords: - - ipmi-tools - - Productivity - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ipmi-tools -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ipmi-tools - - https://github.com/EdwardChamberlain/IPMI-Fan-Controller - - https://hub.docker.com/r/edchamberlain/ipmi-tools -type: application -version: 0.0.29 diff --git a/incubator/ipmi-tools/0.0.29/README.md b/incubator/ipmi-tools/0.0.29/README.md deleted file mode 100644 index d61fa32e036..00000000000 --- a/incubator/ipmi-tools/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ipmi-tools - -This is a Chart with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ipmi-tools](https://truecharts.org/docs/charts/incubator/ipmi-tools) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ipmi-tools` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ipmi-tools TrueCharts/ipmi-tools -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ipmi-tools` deployment - -```console -helm uninstall ipmi-tools -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ipmi-tools \ - --set env.TZ="America/New York" \ - TrueCharts/ipmi-tools -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ipmi-tools TrueCharts/ipmi-tools -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ipmi-tools/0.0.29/charts/common-10.7.0.tgz b/incubator/ipmi-tools/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ipmi-tools/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ipmi-tools/0.0.30/CHANGELOG.md b/incubator/ipmi-tools/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ca8e55acdea --- /dev/null +++ b/incubator/ipmi-tools/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ipmi-tools-0.0.30](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.29...ipmi-tools-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ipmi-tools-0.0.29](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.28...ipmi-tools-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ipmi-tools-0.0.28](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.27...ipmi-tools-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ipmi-tools-0.0.28](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.27...ipmi-tools-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ipmi-tools-0.0.27](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.26...ipmi-tools-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ipmi-tools-0.0.26](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.25...ipmi-tools-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ipmi-tools-0.0.25](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.24...ipmi-tools-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ipmi-tools-0.0.24](https://github.com/truecharts/charts/compare/ipmi-tools-0.0.23...ipmi-tools-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ipmi-tools/0.0.30/Chart.lock b/incubator/ipmi-tools/0.0.30/Chart.lock new file mode 100644 index 00000000000..3d5e9ed6d8b --- /dev/null +++ b/incubator/ipmi-tools/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:25:55.054821778Z" diff --git a/incubator/ipmi-tools/0.0.30/Chart.yaml b/incubator/ipmi-tools/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ac4608086a5 --- /dev/null +++ b/incubator/ipmi-tools/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This is a Chart with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. +home: https://truecharts.org/docs/charts/incubator/ipmi-tools +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.png +keywords: + - ipmi-tools + - Productivity + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ipmi-tools +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ipmi-tools + - https://github.com/EdwardChamberlain/IPMI-Fan-Controller + - https://hub.docker.com/r/edchamberlain/ipmi-tools +type: application +version: 0.0.30 diff --git a/incubator/ipmi-tools/0.0.30/README.md b/incubator/ipmi-tools/0.0.30/README.md new file mode 100644 index 00000000000..7d6a1352a6f --- /dev/null +++ b/incubator/ipmi-tools/0.0.30/README.md @@ -0,0 +1,107 @@ +# ipmi-tools + +This is a Chart with a webGUI to manage a Dell servers fan speeds using IPMI. You must enable IPMI from iDRAC. You can pass credentials through environment variables or enter them in the webGUI at runtime. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ipmi-tools](https://truecharts.org/docs/charts/incubator/ipmi-tools) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ipmi-tools` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ipmi-tools TrueCharts/ipmi-tools +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ipmi-tools` deployment + +```console +helm uninstall ipmi-tools +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ipmi-tools \ + --set env.TZ="America/New York" \ + TrueCharts/ipmi-tools +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ipmi-tools TrueCharts/ipmi-tools -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ipmi-tools/0.0.29/app-readme.md b/incubator/ipmi-tools/0.0.30/app-readme.md similarity index 100% rename from incubator/ipmi-tools/0.0.29/app-readme.md rename to incubator/ipmi-tools/0.0.30/app-readme.md diff --git a/incubator/ipmi-tools/0.0.30/charts/common-10.7.1.tgz b/incubator/ipmi-tools/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ipmi-tools/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ipmi-tools/0.0.29/ix_values.yaml b/incubator/ipmi-tools/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ipmi-tools/0.0.29/ix_values.yaml rename to incubator/ipmi-tools/0.0.30/ix_values.yaml diff --git a/incubator/ipmi-tools/0.0.29/questions.yaml b/incubator/ipmi-tools/0.0.30/questions.yaml similarity index 100% rename from incubator/ipmi-tools/0.0.29/questions.yaml rename to incubator/ipmi-tools/0.0.30/questions.yaml diff --git a/incubator/ipmi-tools/0.0.29/templates/common.yaml b/incubator/ipmi-tools/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ipmi-tools/0.0.29/templates/common.yaml rename to incubator/ipmi-tools/0.0.30/templates/common.yaml diff --git a/incubator/ipmi-tools/0.0.29/values.yaml b/incubator/ipmi-tools/0.0.30/values.yaml similarity index 100% rename from incubator/ipmi-tools/0.0.29/values.yaml rename to incubator/ipmi-tools/0.0.30/values.yaml diff --git a/incubator/jelu/0.0.36/CHANGELOG.md b/incubator/jelu/0.0.36/CHANGELOG.md deleted file mode 100644 index 54dd95ded8c..00000000000 --- a/incubator/jelu/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jelu-0.0.36](https://github.com/truecharts/charts/compare/jelu-0.0.35...jelu-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jelu-0.0.35](https://github.com/truecharts/charts/compare/jelu-0.0.34...jelu-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jelu-0.0.35](https://github.com/truecharts/charts/compare/jelu-0.0.34...jelu-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jelu-0.0.34](https://github.com/truecharts/charts/compare/jelu-0.0.33...jelu-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jelu-0.0.33](https://github.com/truecharts/charts/compare/jelu-0.0.32...jelu-0.0.33) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [jelu-0.0.32](https://github.com/truecharts/charts/compare/jelu-0.0.31...jelu-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jelu-0.0.31](https://github.com/truecharts/charts/compare/jelu-0.0.30...jelu-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jelu-0.0.30](https://github.com/truecharts/charts/compare/jelu-0.0.28...jelu-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/incubator/jelu/0.0.36/Chart.lock b/incubator/jelu/0.0.36/Chart.lock deleted file mode 100644 index a0725e98cc3..00000000000 --- a/incubator/jelu/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:06.24832234Z" diff --git a/incubator/jelu/0.0.36/Chart.yaml b/incubator/jelu/0.0.36/Chart.yaml deleted file mode 100644 index 574e22473a8..00000000000 --- a/incubator/jelu/0.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Books -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Track what you have read, what you are reading and what you want to read." -home: https://truecharts.org/docs/charts/incubator/jelu -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png -keywords: - - jelu - - MediaApp-Books -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jelu -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jelu - - https://github.com/bayang/jelu - - https://hub.docker.com/r/wabayang/jelu -type: application -version: 0.0.36 diff --git a/incubator/jelu/0.0.36/README.md b/incubator/jelu/0.0.36/README.md deleted file mode 100644 index 81ac80cea8e..00000000000 --- a/incubator/jelu/0.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# jelu - -Track what you have read, what you are reading and what you want to read. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jelu](https://truecharts.org/docs/charts/incubator/jelu) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jelu` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jelu TrueCharts/jelu -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jelu` deployment - -```console -helm uninstall jelu -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jelu \ - --set env.TZ="America/New York" \ - TrueCharts/jelu -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jelu TrueCharts/jelu -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jelu/0.0.36/charts/common-10.7.0.tgz b/incubator/jelu/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jelu/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jelu/0.0.37/CHANGELOG.md b/incubator/jelu/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..d5a3b2e2e5f --- /dev/null +++ b/incubator/jelu/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jelu-0.0.37](https://github.com/truecharts/charts/compare/jelu-0.0.36...jelu-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jelu-0.0.36](https://github.com/truecharts/charts/compare/jelu-0.0.35...jelu-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jelu-0.0.35](https://github.com/truecharts/charts/compare/jelu-0.0.34...jelu-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jelu-0.0.35](https://github.com/truecharts/charts/compare/jelu-0.0.34...jelu-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jelu-0.0.34](https://github.com/truecharts/charts/compare/jelu-0.0.33...jelu-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jelu-0.0.33](https://github.com/truecharts/charts/compare/jelu-0.0.32...jelu-0.0.33) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [jelu-0.0.32](https://github.com/truecharts/charts/compare/jelu-0.0.31...jelu-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jelu-0.0.31](https://github.com/truecharts/charts/compare/jelu-0.0.30...jelu-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jelu-0.0.30](https://github.com/truecharts/charts/compare/jelu-0.0.28...jelu-0.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/jelu/0.0.37/Chart.lock b/incubator/jelu/0.0.37/Chart.lock new file mode 100644 index 00000000000..617b30bffc7 --- /dev/null +++ b/incubator/jelu/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:00.139199002Z" diff --git a/incubator/jelu/0.0.37/Chart.yaml b/incubator/jelu/0.0.37/Chart.yaml new file mode 100644 index 00000000000..a93879a848c --- /dev/null +++ b/incubator/jelu/0.0.37/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Books +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Track what you have read, what you are reading and what you want to read." +home: https://truecharts.org/docs/charts/incubator/jelu +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.png +keywords: + - jelu + - MediaApp-Books +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jelu +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jelu + - https://github.com/bayang/jelu + - https://hub.docker.com/r/wabayang/jelu +type: application +version: 0.0.37 diff --git a/incubator/jelu/0.0.37/README.md b/incubator/jelu/0.0.37/README.md new file mode 100644 index 00000000000..612ce78d717 --- /dev/null +++ b/incubator/jelu/0.0.37/README.md @@ -0,0 +1,107 @@ +# jelu + +Track what you have read, what you are reading and what you want to read. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jelu](https://truecharts.org/docs/charts/incubator/jelu) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jelu` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jelu TrueCharts/jelu +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jelu` deployment + +```console +helm uninstall jelu +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jelu \ + --set env.TZ="America/New York" \ + TrueCharts/jelu +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jelu TrueCharts/jelu -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jelu/0.0.36/app-readme.md b/incubator/jelu/0.0.37/app-readme.md similarity index 100% rename from incubator/jelu/0.0.36/app-readme.md rename to incubator/jelu/0.0.37/app-readme.md diff --git a/incubator/jelu/0.0.37/charts/common-10.7.1.tgz b/incubator/jelu/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jelu/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/jelu/0.0.36/ix_values.yaml b/incubator/jelu/0.0.37/ix_values.yaml similarity index 100% rename from incubator/jelu/0.0.36/ix_values.yaml rename to incubator/jelu/0.0.37/ix_values.yaml diff --git a/incubator/jelu/0.0.36/questions.yaml b/incubator/jelu/0.0.37/questions.yaml similarity index 100% rename from incubator/jelu/0.0.36/questions.yaml rename to incubator/jelu/0.0.37/questions.yaml diff --git a/incubator/jelu/0.0.36/templates/common.yaml b/incubator/jelu/0.0.37/templates/common.yaml similarity index 100% rename from incubator/jelu/0.0.36/templates/common.yaml rename to incubator/jelu/0.0.37/templates/common.yaml diff --git a/incubator/jelu/0.0.36/values.yaml b/incubator/jelu/0.0.37/values.yaml similarity index 100% rename from incubator/jelu/0.0.36/values.yaml rename to incubator/jelu/0.0.37/values.yaml diff --git a/incubator/jenkins/0.1.14/CHANGELOG.md b/incubator/jenkins/0.1.14/CHANGELOG.md deleted file mode 100644 index c3980e9c9de..00000000000 --- a/incubator/jenkins/0.1.14/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jenkins-0.1.14](https://github.com/truecharts/charts/compare/jenkins-0.1.13...jenkins-0.1.14) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jenkins-0.1.13](https://github.com/truecharts/charts/compare/jenkins-0.1.12...jenkins-0.1.13) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jenkins-0.1.13](https://github.com/truecharts/charts/compare/jenkins-0.1.12...jenkins-0.1.13) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jenkins-0.1.12](https://github.com/truecharts/charts/compare/jenkins-0.1.11...jenkins-0.1.12) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jenkins-0.1.11](https://github.com/truecharts/charts/compare/jenkins-0.1.10...jenkins-0.1.11) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jenkins-0.1.10](https://github.com/truecharts/charts/compare/jenkins-0.1.9...jenkins-0.1.10) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jenkins-0.1.9](https://github.com/truecharts/charts/compare/jenkins-0.1.8...jenkins-0.1.9) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [jenkins-0.1.9](https://github.com/truecharts/charts/compare/jenkins-0.1.8...jenkins-0.1.9) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/jenkins/0.1.14/Chart.lock b/incubator/jenkins/0.1.14/Chart.lock deleted file mode 100644 index ab512651b30..00000000000 --- a/incubator/jenkins/0.1.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:16.066234209Z" diff --git a/incubator/jenkins/0.1.14/Chart.yaml b/incubator/jenkins/0.1.14/Chart.yaml deleted file mode 100644 index 7a080b086ae..00000000000 --- a/incubator/jenkins/0.1.14/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2.362" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Jenkins is the gold standard in devops tools for running CI/CD pipelines" -home: https://truecharts.org/docs/charts/incubator/jenkins -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png -keywords: - - jenkins - - productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jenkins -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins - - https://hub.docker.com/r/jenkins/jenkins -type: application -version: 0.1.14 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity diff --git a/incubator/jenkins/0.1.14/README.md b/incubator/jenkins/0.1.14/README.md deleted file mode 100644 index d4f02034c24..00000000000 --- a/incubator/jenkins/0.1.14/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# jenkins - -Jenkins is the gold standard in devops tools for running CI/CD pipelines - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jenkins](https://truecharts.org/docs/charts/incubator/jenkins) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jenkins` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jenkins TrueCharts/jenkins -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jenkins` deployment - -```console -helm uninstall jenkins -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jenkins \ - --set env.TZ="America/New York" \ - TrueCharts/jenkins -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jenkins TrueCharts/jenkins -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jenkins/0.1.14/charts/common-10.7.0.tgz b/incubator/jenkins/0.1.14/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jenkins/0.1.14/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jenkins/0.1.15/CHANGELOG.md b/incubator/jenkins/0.1.15/CHANGELOG.md new file mode 100644 index 00000000000..c2be432d4ba --- /dev/null +++ b/incubator/jenkins/0.1.15/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jenkins-0.1.15](https://github.com/truecharts/charts/compare/jenkins-0.1.14...jenkins-0.1.15) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jenkins-0.1.14](https://github.com/truecharts/charts/compare/jenkins-0.1.13...jenkins-0.1.14) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jenkins-0.1.13](https://github.com/truecharts/charts/compare/jenkins-0.1.12...jenkins-0.1.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jenkins-0.1.13](https://github.com/truecharts/charts/compare/jenkins-0.1.12...jenkins-0.1.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jenkins-0.1.12](https://github.com/truecharts/charts/compare/jenkins-0.1.11...jenkins-0.1.12) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jenkins-0.1.11](https://github.com/truecharts/charts/compare/jenkins-0.1.10...jenkins-0.1.11) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jenkins-0.1.10](https://github.com/truecharts/charts/compare/jenkins-0.1.9...jenkins-0.1.10) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jenkins-0.1.9](https://github.com/truecharts/charts/compare/jenkins-0.1.8...jenkins-0.1.9) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/jenkins/0.1.15/Chart.lock b/incubator/jenkins/0.1.15/Chart.lock new file mode 100644 index 00000000000..3f58239e53e --- /dev/null +++ b/incubator/jenkins/0.1.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:01.751094071Z" diff --git a/incubator/jenkins/0.1.15/Chart.yaml b/incubator/jenkins/0.1.15/Chart.yaml new file mode 100644 index 00000000000..2b5df700b76 --- /dev/null +++ b/incubator/jenkins/0.1.15/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.362" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Jenkins is the gold standard in devops tools for running CI/CD pipelines" +home: https://truecharts.org/docs/charts/incubator/jenkins +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.png +keywords: + - jenkins + - productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jenkins +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins + - https://hub.docker.com/r/jenkins/jenkins +type: application +version: 0.1.15 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - productivity diff --git a/incubator/jenkins/0.1.15/README.md b/incubator/jenkins/0.1.15/README.md new file mode 100644 index 00000000000..82ebd57eb43 --- /dev/null +++ b/incubator/jenkins/0.1.15/README.md @@ -0,0 +1,106 @@ +# jenkins + +Jenkins is the gold standard in devops tools for running CI/CD pipelines + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jenkins](https://truecharts.org/docs/charts/incubator/jenkins) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jenkins` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jenkins TrueCharts/jenkins +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jenkins` deployment + +```console +helm uninstall jenkins +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jenkins \ + --set env.TZ="America/New York" \ + TrueCharts/jenkins +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jenkins TrueCharts/jenkins -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jenkins/0.1.14/app-readme.md b/incubator/jenkins/0.1.15/app-readme.md similarity index 100% rename from incubator/jenkins/0.1.14/app-readme.md rename to incubator/jenkins/0.1.15/app-readme.md diff --git a/incubator/jenkins/0.1.15/charts/common-10.7.1.tgz b/incubator/jenkins/0.1.15/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jenkins/0.1.15/charts/common-10.7.1.tgz differ diff --git a/incubator/jenkins/0.1.14/ix_values.yaml b/incubator/jenkins/0.1.15/ix_values.yaml similarity index 100% rename from incubator/jenkins/0.1.14/ix_values.yaml rename to incubator/jenkins/0.1.15/ix_values.yaml diff --git a/incubator/jenkins/0.1.14/questions.yaml b/incubator/jenkins/0.1.15/questions.yaml similarity index 100% rename from incubator/jenkins/0.1.14/questions.yaml rename to incubator/jenkins/0.1.15/questions.yaml diff --git a/incubator/jenkins/0.1.14/templates/common.yaml b/incubator/jenkins/0.1.15/templates/common.yaml similarity index 100% rename from incubator/jenkins/0.1.14/templates/common.yaml rename to incubator/jenkins/0.1.15/templates/common.yaml diff --git a/incubator/jenkins/0.1.14/values.yaml b/incubator/jenkins/0.1.15/values.yaml similarity index 100% rename from incubator/jenkins/0.1.14/values.yaml rename to incubator/jenkins/0.1.15/values.yaml diff --git a/incubator/jitsi/0.0.39/CHANGELOG.md b/incubator/jitsi/0.0.39/CHANGELOG.md deleted file mode 100644 index 294d6c21deb..00000000000 --- a/incubator/jitsi/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jitsi-0.0.39](https://github.com/truecharts/charts/compare/jitsi-0.0.38...jitsi-0.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jitsi-0.0.38](https://github.com/truecharts/charts/compare/jitsi-0.0.36...jitsi-0.0.38) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [jitsi-0.0.37](https://github.com/truecharts/charts/compare/jitsi-0.0.36...jitsi-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jitsi-0.0.36](https://github.com/truecharts/charts/compare/jitsi-0.0.35...jitsi-0.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jitsi-0.0.35](https://github.com/truecharts/charts/compare/jitsi-0.0.34...jitsi-0.0.35) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [jitsi-0.0.34](https://github.com/truecharts/charts/compare/jitsi-0.0.33...jitsi-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jitsi-0.0.33](https://github.com/truecharts/charts/compare/jitsi-0.0.32...jitsi-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jitsi-0.0.32](https://github.com/truecharts/charts/compare/jitsi-0.0.31...jitsi-0.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/jitsi/0.0.39/Chart.lock b/incubator/jitsi/0.0.39/Chart.lock deleted file mode 100644 index b11585ff62b..00000000000 --- a/incubator/jitsi/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:24.180480864Z" diff --git a/incubator/jitsi/0.0.39/Chart.yaml b/incubator/jitsi/0.0.39/Chart.yaml deleted file mode 100644 index 5b3bebf801f..00000000000 --- a/incubator/jitsi/0.0.39/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "7648" -description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions -name: jitsi -version: 0.0.39 -kubeVersion: ">=1.16.0-0" -keywords: - - jitsi -home: https://truecharts.org/docs/charts/incubator/jitsi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi - - https://jitsi.org - - https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - work - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/jitsi/0.0.39/README.md b/incubator/jitsi/0.0.39/README.md deleted file mode 100644 index 748b5a32250..00000000000 --- a/incubator/jitsi/0.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# jitsi - -Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jitsi](https://truecharts.org/docs/charts/incubator/jitsi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jitsi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jitsi TrueCharts/jitsi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jitsi` deployment - -```console -helm uninstall jitsi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jitsi \ - --set env.TZ="America/New York" \ - TrueCharts/jitsi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jitsi TrueCharts/jitsi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jitsi/0.0.39/charts/common-10.7.0.tgz b/incubator/jitsi/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jitsi/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jitsi/0.0.40/CHANGELOG.md b/incubator/jitsi/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..d23de0a6ab4 --- /dev/null +++ b/incubator/jitsi/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jitsi-0.0.40](https://github.com/truecharts/charts/compare/jitsi-0.0.39...jitsi-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jitsi-0.0.39](https://github.com/truecharts/charts/compare/jitsi-0.0.38...jitsi-0.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jitsi-0.0.38](https://github.com/truecharts/charts/compare/jitsi-0.0.36...jitsi-0.0.38) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [jitsi-0.0.37](https://github.com/truecharts/charts/compare/jitsi-0.0.36...jitsi-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jitsi-0.0.36](https://github.com/truecharts/charts/compare/jitsi-0.0.35...jitsi-0.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jitsi-0.0.35](https://github.com/truecharts/charts/compare/jitsi-0.0.34...jitsi-0.0.35) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [jitsi-0.0.34](https://github.com/truecharts/charts/compare/jitsi-0.0.33...jitsi-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jitsi-0.0.33](https://github.com/truecharts/charts/compare/jitsi-0.0.32...jitsi-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jitsi-0.0.32](https://github.com/truecharts/charts/compare/jitsi-0.0.31...jitsi-0.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/jitsi/0.0.40/Chart.lock b/incubator/jitsi/0.0.40/Chart.lock new file mode 100644 index 00000000000..f79d6c7585b --- /dev/null +++ b/incubator/jitsi/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:22.333609461Z" diff --git a/incubator/jitsi/0.0.40/Chart.yaml b/incubator/jitsi/0.0.40/Chart.yaml new file mode 100644 index 00000000000..7888646733d --- /dev/null +++ b/incubator/jitsi/0.0.40/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "7648" +description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions +name: jitsi +version: 0.0.40 +kubeVersion: ">=1.16.0-0" +keywords: + - jitsi +home: https://truecharts.org/docs/charts/incubator/jitsi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi + - https://jitsi.org + - https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - work + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/jitsi/0.0.40/README.md b/incubator/jitsi/0.0.40/README.md new file mode 100644 index 00000000000..05f9c4355b6 --- /dev/null +++ b/incubator/jitsi/0.0.40/README.md @@ -0,0 +1,107 @@ +# jitsi + +Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jitsi](https://truecharts.org/docs/charts/incubator/jitsi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jitsi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jitsi TrueCharts/jitsi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jitsi` deployment + +```console +helm uninstall jitsi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jitsi \ + --set env.TZ="America/New York" \ + TrueCharts/jitsi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jitsi TrueCharts/jitsi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jitsi/0.0.39/app-readme.md b/incubator/jitsi/0.0.40/app-readme.md similarity index 100% rename from incubator/jitsi/0.0.39/app-readme.md rename to incubator/jitsi/0.0.40/app-readme.md diff --git a/incubator/jitsi/0.0.40/charts/common-10.7.1.tgz b/incubator/jitsi/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jitsi/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/jitsi/0.0.39/ix_values.yaml b/incubator/jitsi/0.0.40/ix_values.yaml similarity index 100% rename from incubator/jitsi/0.0.39/ix_values.yaml rename to incubator/jitsi/0.0.40/ix_values.yaml diff --git a/incubator/jitsi/0.0.39/questions.yaml b/incubator/jitsi/0.0.40/questions.yaml similarity index 100% rename from incubator/jitsi/0.0.39/questions.yaml rename to incubator/jitsi/0.0.40/questions.yaml diff --git a/incubator/jitsi/0.0.39/templates/common.yaml b/incubator/jitsi/0.0.40/templates/common.yaml similarity index 100% rename from incubator/jitsi/0.0.39/templates/common.yaml rename to incubator/jitsi/0.0.40/templates/common.yaml diff --git a/incubator/jitsi/0.0.39/values.yaml b/incubator/jitsi/0.0.40/values.yaml similarity index 100% rename from incubator/jitsi/0.0.39/values.yaml rename to incubator/jitsi/0.0.40/values.yaml diff --git a/incubator/jmzhomeproxy/0.0.29/CHANGELOG.md b/incubator/jmzhomeproxy/0.0.29/CHANGELOG.md deleted file mode 100644 index 2a4b8d7c44c..00000000000 --- a/incubator/jmzhomeproxy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jmzhomeproxy-0.0.29](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.28...jmzhomeproxy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jmzhomeproxy-0.0.28](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.27...jmzhomeproxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jmzhomeproxy-0.0.28](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.27...jmzhomeproxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jmzhomeproxy-0.0.27](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.26...jmzhomeproxy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jmzhomeproxy-0.0.26](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.25...jmzhomeproxy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jmzhomeproxy-0.0.25](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.24...jmzhomeproxy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jmzhomeproxy-0.0.24](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.23...jmzhomeproxy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [jmzhomeproxy-0.0.24](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.23...jmzhomeproxy-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/jmzhomeproxy/0.0.29/Chart.lock b/incubator/jmzhomeproxy/0.0.29/Chart.lock deleted file mode 100644 index c1a88627d8f..00000000000 --- a/incubator/jmzhomeproxy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:29.925002467Z" diff --git a/incubator/jmzhomeproxy/0.0.29/Chart.yaml b/incubator/jmzhomeproxy/0.0.29/Chart.yaml deleted file mode 100644 index 143ad83e4bf..00000000000 --- a/incubator/jmzhomeproxy/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services." -home: https://truecharts.org/docs/charts/incubator/jmzhomeproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png -keywords: - - jmzhomeproxy - - Cloud - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jmzhomeproxy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jmzhomeproxy - - https://github.com/JmzTaylor/homelab_proxy/ - - https://hub.docker.com/u/jmzsoftware -type: application -version: 0.0.29 diff --git a/incubator/jmzhomeproxy/0.0.29/README.md b/incubator/jmzhomeproxy/0.0.29/README.md deleted file mode 100644 index 7b2b90bc254..00000000000 --- a/incubator/jmzhomeproxy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# jmzhomeproxy - -Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jmzhomeproxy](https://truecharts.org/docs/charts/incubator/jmzhomeproxy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jmzhomeproxy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jmzhomeproxy TrueCharts/jmzhomeproxy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jmzhomeproxy` deployment - -```console -helm uninstall jmzhomeproxy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jmzhomeproxy \ - --set env.TZ="America/New York" \ - TrueCharts/jmzhomeproxy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jmzhomeproxy TrueCharts/jmzhomeproxy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jmzhomeproxy/0.0.29/charts/common-10.7.0.tgz b/incubator/jmzhomeproxy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jmzhomeproxy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jmzhomeproxy/0.0.30/CHANGELOG.md b/incubator/jmzhomeproxy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d82e495fd85 --- /dev/null +++ b/incubator/jmzhomeproxy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jmzhomeproxy-0.0.30](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.29...jmzhomeproxy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jmzhomeproxy-0.0.29](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.28...jmzhomeproxy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jmzhomeproxy-0.0.28](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.27...jmzhomeproxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jmzhomeproxy-0.0.28](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.27...jmzhomeproxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jmzhomeproxy-0.0.27](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.26...jmzhomeproxy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jmzhomeproxy-0.0.26](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.25...jmzhomeproxy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jmzhomeproxy-0.0.25](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.24...jmzhomeproxy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jmzhomeproxy-0.0.24](https://github.com/truecharts/charts/compare/jmzhomeproxy-0.0.23...jmzhomeproxy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/jmzhomeproxy/0.0.30/Chart.lock b/incubator/jmzhomeproxy/0.0.30/Chart.lock new file mode 100644 index 00000000000..9f12f6a1c09 --- /dev/null +++ b/incubator/jmzhomeproxy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:26.446643828Z" diff --git a/incubator/jmzhomeproxy/0.0.30/Chart.yaml b/incubator/jmzhomeproxy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8f53758fb72 --- /dev/null +++ b/incubator/jmzhomeproxy/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services." +home: https://truecharts.org/docs/charts/incubator/jmzhomeproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.png +keywords: + - jmzhomeproxy + - Cloud + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jmzhomeproxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jmzhomeproxy + - https://github.com/JmzTaylor/homelab_proxy/ + - https://hub.docker.com/u/jmzsoftware +type: application +version: 0.0.30 diff --git a/incubator/jmzhomeproxy/0.0.30/README.md b/incubator/jmzhomeproxy/0.0.30/README.md new file mode 100644 index 00000000000..abb65cba824 --- /dev/null +++ b/incubator/jmzhomeproxy/0.0.30/README.md @@ -0,0 +1,107 @@ +# jmzhomeproxy + +Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jmzhomeproxy](https://truecharts.org/docs/charts/incubator/jmzhomeproxy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jmzhomeproxy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jmzhomeproxy TrueCharts/jmzhomeproxy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jmzhomeproxy` deployment + +```console +helm uninstall jmzhomeproxy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jmzhomeproxy \ + --set env.TZ="America/New York" \ + TrueCharts/jmzhomeproxy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jmzhomeproxy TrueCharts/jmzhomeproxy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jmzhomeproxy/0.0.29/app-readme.md b/incubator/jmzhomeproxy/0.0.30/app-readme.md similarity index 100% rename from incubator/jmzhomeproxy/0.0.29/app-readme.md rename to incubator/jmzhomeproxy/0.0.30/app-readme.md diff --git a/incubator/jmzhomeproxy/0.0.30/charts/common-10.7.1.tgz b/incubator/jmzhomeproxy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jmzhomeproxy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/jmzhomeproxy/0.0.29/ix_values.yaml b/incubator/jmzhomeproxy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/jmzhomeproxy/0.0.29/ix_values.yaml rename to incubator/jmzhomeproxy/0.0.30/ix_values.yaml diff --git a/incubator/jmzhomeproxy/0.0.29/questions.yaml b/incubator/jmzhomeproxy/0.0.30/questions.yaml similarity index 100% rename from incubator/jmzhomeproxy/0.0.29/questions.yaml rename to incubator/jmzhomeproxy/0.0.30/questions.yaml diff --git a/incubator/jmzhomeproxy/0.0.29/templates/common.yaml b/incubator/jmzhomeproxy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/jmzhomeproxy/0.0.29/templates/common.yaml rename to incubator/jmzhomeproxy/0.0.30/templates/common.yaml diff --git a/incubator/jmzhomeproxy/0.0.29/values.yaml b/incubator/jmzhomeproxy/0.0.30/values.yaml similarity index 100% rename from incubator/jmzhomeproxy/0.0.29/values.yaml rename to incubator/jmzhomeproxy/0.0.30/values.yaml diff --git a/incubator/jump/0.0.41/CHANGELOG.md b/incubator/jump/0.0.41/CHANGELOG.md deleted file mode 100644 index 0393f60eae4..00000000000 --- a/incubator/jump/0.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jump-0.0.41](https://github.com/truecharts/charts/compare/jump-0.0.40...jump-0.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jump-0.0.40](https://github.com/truecharts/charts/compare/jump-0.0.39...jump-0.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jump-0.0.40](https://github.com/truecharts/charts/compare/jump-0.0.39...jump-0.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jump-0.0.39](https://github.com/truecharts/charts/compare/jump-0.0.38...jump-0.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jump-0.0.38](https://github.com/truecharts/charts/compare/jump-0.0.37...jump-0.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jump-0.0.37](https://github.com/truecharts/charts/compare/jump-0.0.36...jump-0.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jump-0.0.36](https://github.com/truecharts/charts/compare/jump-0.0.35...jump-0.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [jump-0.0.36](https://github.com/truecharts/charts/compare/jump-0.0.35...jump-0.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/jump/0.0.41/Chart.lock b/incubator/jump/0.0.41/Chart.lock deleted file mode 100644 index 35a4991b482..00000000000 --- a/incubator/jump/0.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:35.711594016Z" diff --git a/incubator/jump/0.0.41/Chart.yaml b/incubator/jump/0.0.41/Chart.yaml deleted file mode 100644 index fb74f2cda4f..00000000000 --- a/incubator/jump/0.0.41/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. -home: https://truecharts.org/docs/charts/incubator/jump -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png -keywords: - - dashboard - - jump -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jump -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jump - - https://github.com/daledavies/jump - - https://hub.docker.com/r/daledavies/jump -version: 0.0.41 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/jump/0.0.41/README.md b/incubator/jump/0.0.41/README.md deleted file mode 100644 index c38a878a231..00000000000 --- a/incubator/jump/0.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# jump - -Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jump](https://truecharts.org/docs/charts/incubator/jump) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jump` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jump TrueCharts/jump -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jump` deployment - -```console -helm uninstall jump -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jump \ - --set env.TZ="America/New York" \ - TrueCharts/jump -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jump TrueCharts/jump -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jump/0.0.41/charts/common-10.7.0.tgz b/incubator/jump/0.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jump/0.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jump/0.0.42/CHANGELOG.md b/incubator/jump/0.0.42/CHANGELOG.md new file mode 100644 index 00000000000..91bfe895157 --- /dev/null +++ b/incubator/jump/0.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jump-0.0.42](https://github.com/truecharts/charts/compare/jump-0.0.41...jump-0.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jump-0.0.41](https://github.com/truecharts/charts/compare/jump-0.0.40...jump-0.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jump-0.0.40](https://github.com/truecharts/charts/compare/jump-0.0.39...jump-0.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jump-0.0.40](https://github.com/truecharts/charts/compare/jump-0.0.39...jump-0.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jump-0.0.39](https://github.com/truecharts/charts/compare/jump-0.0.38...jump-0.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jump-0.0.38](https://github.com/truecharts/charts/compare/jump-0.0.37...jump-0.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jump-0.0.37](https://github.com/truecharts/charts/compare/jump-0.0.36...jump-0.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jump-0.0.36](https://github.com/truecharts/charts/compare/jump-0.0.35...jump-0.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/jump/0.0.42/Chart.lock b/incubator/jump/0.0.42/Chart.lock new file mode 100644 index 00000000000..3fbda09444c --- /dev/null +++ b/incubator/jump/0.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:31.690382032Z" diff --git a/incubator/jump/0.0.42/Chart.yaml b/incubator/jump/0.0.42/Chart.yaml new file mode 100644 index 00000000000..06849d18936 --- /dev/null +++ b/incubator/jump/0.0.42/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. +home: https://truecharts.org/docs/charts/incubator/jump +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png +keywords: + - dashboard + - jump +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jump +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jump + - https://github.com/daledavies/jump + - https://hub.docker.com/r/daledavies/jump +version: 0.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/jump/0.0.42/README.md b/incubator/jump/0.0.42/README.md new file mode 100644 index 00000000000..00b28dad47a --- /dev/null +++ b/incubator/jump/0.0.42/README.md @@ -0,0 +1,107 @@ +# jump + +Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jump](https://truecharts.org/docs/charts/incubator/jump) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jump` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jump TrueCharts/jump +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jump` deployment + +```console +helm uninstall jump +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jump \ + --set env.TZ="America/New York" \ + TrueCharts/jump +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jump TrueCharts/jump -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jump/0.0.41/app-readme.md b/incubator/jump/0.0.42/app-readme.md similarity index 100% rename from incubator/jump/0.0.41/app-readme.md rename to incubator/jump/0.0.42/app-readme.md diff --git a/incubator/jump/0.0.42/charts/common-10.7.1.tgz b/incubator/jump/0.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jump/0.0.42/charts/common-10.7.1.tgz differ diff --git a/incubator/jump/0.0.41/ix_values.yaml b/incubator/jump/0.0.42/ix_values.yaml similarity index 100% rename from incubator/jump/0.0.41/ix_values.yaml rename to incubator/jump/0.0.42/ix_values.yaml diff --git a/incubator/jump/0.0.41/questions.yaml b/incubator/jump/0.0.42/questions.yaml similarity index 100% rename from incubator/jump/0.0.41/questions.yaml rename to incubator/jump/0.0.42/questions.yaml diff --git a/incubator/jump/0.0.41/templates/common.yaml b/incubator/jump/0.0.42/templates/common.yaml similarity index 100% rename from incubator/jump/0.0.41/templates/common.yaml rename to incubator/jump/0.0.42/templates/common.yaml diff --git a/incubator/jump/0.0.41/values.yaml b/incubator/jump/0.0.42/values.yaml similarity index 100% rename from incubator/jump/0.0.41/values.yaml rename to incubator/jump/0.0.42/values.yaml diff --git a/incubator/jupyter/0.0.17/CHANGELOG.md b/incubator/jupyter/0.0.17/CHANGELOG.md deleted file mode 100644 index bf1c486ddde..00000000000 --- a/incubator/jupyter/0.0.17/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jupyter-0.0.17](https://github.com/truecharts/charts/compare/jupyter-0.0.16...jupyter-0.0.17) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jupyter-0.0.16](https://github.com/truecharts/charts/compare/jupyter-0.0.15...jupyter-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jupyter-0.0.16](https://github.com/truecharts/charts/compare/jupyter-0.0.15...jupyter-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jupyter-0.0.15](https://github.com/truecharts/charts/compare/jupyter-0.0.14...jupyter-0.0.15) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [jupyter-0.0.14](https://github.com/truecharts/charts/compare/jupyter-0.0.13...jupyter-0.0.14) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [jupyter-0.0.13](https://github.com/truecharts/charts/compare/jupyter-0.0.12...jupyter-0.0.13) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [jupyter-0.0.12](https://github.com/truecharts/charts/compare/jupyter-0.0.11...jupyter-0.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jupyter-0.0.11](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.28...jupyter-0.0.11) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [jupyter-0.0.10](https://github.com/truecharts/charts/compare/jupyter-0.0.9...jupyter-0.0.10) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jupyter-0.0.9](https://github.com/truecharts/charts/compare/jupyter-0.0.8...jupyter-0.0.9) (2022-09-25) diff --git a/incubator/jupyter/0.0.17/Chart.lock b/incubator/jupyter/0.0.17/Chart.lock deleted file mode 100644 index e5387ebec6b..00000000000 --- a/incubator/jupyter/0.0.17/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:45.758674346Z" diff --git a/incubator/jupyter/0.0.17/Chart.yaml b/incubator/jupyter/0.0.17/Chart.yaml deleted file mode 100644 index aa7a522e9ca..00000000000 --- a/incubator/jupyter/0.0.17/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2022" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Jupyter a web based IDE" -home: https://truecharts.org/docs/charts/incubator/jupyter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png -keywords: - - Jupyter - - Notebook - - Lab -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jupyter -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter - - https://github.com/jupyter/docker-stacks -type: application -version: 0.0.17 -annotations: - truecharts.org/catagories: | - - Cloud - truecharts.org/SCALE-support: "true" diff --git a/incubator/jupyter/0.0.17/README.md b/incubator/jupyter/0.0.17/README.md deleted file mode 100644 index 7b0e674ac08..00000000000 --- a/incubator/jupyter/0.0.17/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# jupyter - -Jupyter a web based IDE - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jupyter](https://truecharts.org/docs/charts/incubator/jupyter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jupyter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jupyter TrueCharts/jupyter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jupyter` deployment - -```console -helm uninstall jupyter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jupyter \ - --set env.TZ="America/New York" \ - TrueCharts/jupyter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jupyter TrueCharts/jupyter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/jupyter/0.0.17/charts/common-10.7.0.tgz b/incubator/jupyter/0.0.17/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/jupyter/0.0.17/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/jupyter/0.0.18/CHANGELOG.md b/incubator/jupyter/0.0.18/CHANGELOG.md new file mode 100644 index 00000000000..3455fbb35f5 --- /dev/null +++ b/incubator/jupyter/0.0.18/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jupyter-0.0.18](https://github.com/truecharts/charts/compare/jupyter-0.0.17...jupyter-0.0.18) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jupyter-0.0.17](https://github.com/truecharts/charts/compare/jupyter-0.0.16...jupyter-0.0.17) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jupyter-0.0.16](https://github.com/truecharts/charts/compare/jupyter-0.0.15...jupyter-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jupyter-0.0.16](https://github.com/truecharts/charts/compare/jupyter-0.0.15...jupyter-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jupyter-0.0.15](https://github.com/truecharts/charts/compare/jupyter-0.0.14...jupyter-0.0.15) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [jupyter-0.0.14](https://github.com/truecharts/charts/compare/jupyter-0.0.13...jupyter-0.0.14) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [jupyter-0.0.13](https://github.com/truecharts/charts/compare/jupyter-0.0.12...jupyter-0.0.13) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [jupyter-0.0.12](https://github.com/truecharts/charts/compare/jupyter-0.0.11...jupyter-0.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jupyter-0.0.11](https://github.com/truecharts/charts/compare/cadquery-jupyter-0.0.28...jupyter-0.0.11) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [jupyter-0.0.10](https://github.com/truecharts/charts/compare/jupyter-0.0.9...jupyter-0.0.10) (2022-09-25) diff --git a/incubator/jupyter/0.0.18/Chart.lock b/incubator/jupyter/0.0.18/Chart.lock new file mode 100644 index 00000000000..6f727526c86 --- /dev/null +++ b/incubator/jupyter/0.0.18/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:33.157556836Z" diff --git a/incubator/jupyter/0.0.18/Chart.yaml b/incubator/jupyter/0.0.18/Chart.yaml new file mode 100644 index 00000000000..c5e192fbbea --- /dev/null +++ b/incubator/jupyter/0.0.18/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2022" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Jupyter a web based IDE" +home: https://truecharts.org/docs/charts/incubator/jupyter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png +keywords: + - Jupyter + - Notebook + - Lab +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jupyter +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter + - https://github.com/jupyter/docker-stacks +type: application +version: 0.0.18 +annotations: + truecharts.org/catagories: | + - Cloud + truecharts.org/SCALE-support: "true" diff --git a/incubator/jupyter/0.0.18/README.md b/incubator/jupyter/0.0.18/README.md new file mode 100644 index 00000000000..0cfbc98e901 --- /dev/null +++ b/incubator/jupyter/0.0.18/README.md @@ -0,0 +1,106 @@ +# jupyter + +Jupyter a web based IDE + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jupyter](https://truecharts.org/docs/charts/incubator/jupyter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jupyter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jupyter TrueCharts/jupyter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jupyter` deployment + +```console +helm uninstall jupyter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jupyter \ + --set env.TZ="America/New York" \ + TrueCharts/jupyter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jupyter TrueCharts/jupyter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/jupyter/0.0.17/app-readme.md b/incubator/jupyter/0.0.18/app-readme.md similarity index 100% rename from incubator/jupyter/0.0.17/app-readme.md rename to incubator/jupyter/0.0.18/app-readme.md diff --git a/incubator/jupyter/0.0.18/charts/common-10.7.1.tgz b/incubator/jupyter/0.0.18/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/jupyter/0.0.18/charts/common-10.7.1.tgz differ diff --git a/incubator/jupyter/0.0.17/ix_values.yaml b/incubator/jupyter/0.0.18/ix_values.yaml similarity index 100% rename from incubator/jupyter/0.0.17/ix_values.yaml rename to incubator/jupyter/0.0.18/ix_values.yaml diff --git a/incubator/jupyter/0.0.17/questions.yaml b/incubator/jupyter/0.0.18/questions.yaml similarity index 100% rename from incubator/jupyter/0.0.17/questions.yaml rename to incubator/jupyter/0.0.18/questions.yaml diff --git a/incubator/jupyter/0.0.17/templates/common.yaml b/incubator/jupyter/0.0.18/templates/common.yaml similarity index 100% rename from incubator/jupyter/0.0.17/templates/common.yaml rename to incubator/jupyter/0.0.18/templates/common.yaml diff --git a/incubator/jupyter/0.0.17/values.yaml b/incubator/jupyter/0.0.18/values.yaml similarity index 100% rename from incubator/jupyter/0.0.17/values.yaml rename to incubator/jupyter/0.0.18/values.yaml diff --git a/incubator/kasm/0.0.39/CHANGELOG.md b/incubator/kasm/0.0.39/CHANGELOG.md deleted file mode 100644 index 0a1989f2148..00000000000 --- a/incubator/kasm/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kasm-0.0.39](https://github.com/truecharts/charts/compare/kasm-0.0.38...kasm-0.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kasm-0.0.38](https://github.com/truecharts/charts/compare/kasm-0.0.37...kasm-0.0.38) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [kasm-0.0.37](https://github.com/truecharts/charts/compare/kasm-0.0.36...kasm-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kasm-0.0.37](https://github.com/truecharts/charts/compare/kasm-0.0.36...kasm-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kasm-0.0.36](https://github.com/truecharts/charts/compare/kasm-0.0.35...kasm-0.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kasm-0.0.35](https://github.com/truecharts/charts/compare/kasm-0.0.34...kasm-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) - - - - -## [kasm-0.0.34](https://github.com/truecharts/charts/compare/kasm-0.0.33...kasm-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kasm-0.0.33](https://github.com/truecharts/charts/compare/kasm-0.0.32...kasm-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kasm-0.0.32](https://github.com/truecharts/charts/compare/kasm-0.0.31...kasm-0.0.32) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [kasm-0.0.31](https://github.com/truecharts/charts/compare/kasm-0.0.29...kasm-0.0.31) (2022-09-22) - -### Chore diff --git a/incubator/kasm/0.0.39/Chart.lock b/incubator/kasm/0.0.39/Chart.lock deleted file mode 100644 index 043c67ebfb5..00000000000 --- a/incubator/kasm/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:45:53.260588646Z" diff --git a/incubator/kasm/0.0.39/Chart.yaml b/incubator/kasm/0.0.39/Chart.yaml deleted file mode 100644 index 2e01eac4721..00000000000 --- a/incubator/kasm/0.0.39/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Kasm(https://www.kasmweb.com/) Workspaces is a Chart container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, Chart Charts that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections.\n" -home: https://truecharts.org/docs/charts/incubator/kasm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png -keywords: - - kasm - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kasm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kasm - - https://www.kasmweb.com/ - - https://github.com/orgs/linuxserver/packages/container/package/kasm - - https://github.com/linuxserver/docker-kasm#readme -type: application -version: 0.0.39 diff --git a/incubator/kasm/0.0.39/README.md b/incubator/kasm/0.0.39/README.md deleted file mode 100644 index 23020236113..00000000000 --- a/incubator/kasm/0.0.39/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kasm - -Kasm(https://www.kasmweb.com/) Workspaces is a Chart container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, Chart Charts that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kasm](https://truecharts.org/docs/charts/incubator/kasm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kasm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kasm TrueCharts/kasm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kasm` deployment - -```console -helm uninstall kasm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kasm \ - --set env.TZ="America/New York" \ - TrueCharts/kasm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kasm TrueCharts/kasm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kasm/0.0.39/charts/common-10.7.0.tgz b/incubator/kasm/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kasm/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kasm/0.0.40/CHANGELOG.md b/incubator/kasm/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..25c2b02a733 --- /dev/null +++ b/incubator/kasm/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kasm-0.0.40](https://github.com/truecharts/charts/compare/kasm-0.0.39...kasm-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kasm-0.0.39](https://github.com/truecharts/charts/compare/kasm-0.0.38...kasm-0.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kasm-0.0.38](https://github.com/truecharts/charts/compare/kasm-0.0.37...kasm-0.0.38) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [kasm-0.0.37](https://github.com/truecharts/charts/compare/kasm-0.0.36...kasm-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kasm-0.0.37](https://github.com/truecharts/charts/compare/kasm-0.0.36...kasm-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kasm-0.0.36](https://github.com/truecharts/charts/compare/kasm-0.0.35...kasm-0.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kasm-0.0.35](https://github.com/truecharts/charts/compare/kasm-0.0.34...kasm-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [kasm-0.0.34](https://github.com/truecharts/charts/compare/kasm-0.0.33...kasm-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kasm-0.0.33](https://github.com/truecharts/charts/compare/kasm-0.0.32...kasm-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kasm-0.0.32](https://github.com/truecharts/charts/compare/kasm-0.0.31...kasm-0.0.32) (2022-09-23) + +### Chore diff --git a/incubator/kasm/0.0.40/Chart.lock b/incubator/kasm/0.0.40/Chart.lock new file mode 100644 index 00000000000..6c1b5dcf0c1 --- /dev/null +++ b/incubator/kasm/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:53.14560051Z" diff --git a/incubator/kasm/0.0.40/Chart.yaml b/incubator/kasm/0.0.40/Chart.yaml new file mode 100644 index 00000000000..43561cc6f60 --- /dev/null +++ b/incubator/kasm/0.0.40/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Kasm(https://www.kasmweb.com/) Workspaces is a Chart container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, Chart Charts that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections.\n" +home: https://truecharts.org/docs/charts/incubator/kasm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.png +keywords: + - kasm + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kasm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kasm + - https://www.kasmweb.com/ + - https://github.com/orgs/linuxserver/packages/container/package/kasm + - https://github.com/linuxserver/docker-kasm#readme +type: application +version: 0.0.40 diff --git a/incubator/kasm/0.0.40/README.md b/incubator/kasm/0.0.40/README.md new file mode 100644 index 00000000000..70b9c46cb9b --- /dev/null +++ b/incubator/kasm/0.0.40/README.md @@ -0,0 +1,108 @@ +# kasm + +Kasm(https://www.kasmweb.com/) Workspaces is a Chart container streaming platform for delivering browser-based access to desktops, applications, and web services. Kasm uses devops-enabled Containerized Desktop Infrastructure (CDI) to create on-demand, disposable, Chart Charts that are accessible via web browser. Example use-cases include Remote Browser Isolation (RBI), Data Loss Prevention (DLP), Desktop as a Service (DaaS), Secure Remote Access Services (RAS), and Open Source Intelligence (OSINT) collections. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kasm](https://truecharts.org/docs/charts/incubator/kasm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kasm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kasm TrueCharts/kasm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kasm` deployment + +```console +helm uninstall kasm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kasm \ + --set env.TZ="America/New York" \ + TrueCharts/kasm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kasm TrueCharts/kasm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kasm/0.0.39/app-readme.md b/incubator/kasm/0.0.40/app-readme.md similarity index 100% rename from incubator/kasm/0.0.39/app-readme.md rename to incubator/kasm/0.0.40/app-readme.md diff --git a/incubator/kasm/0.0.40/charts/common-10.7.1.tgz b/incubator/kasm/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kasm/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/kasm/0.0.39/ix_values.yaml b/incubator/kasm/0.0.40/ix_values.yaml similarity index 100% rename from incubator/kasm/0.0.39/ix_values.yaml rename to incubator/kasm/0.0.40/ix_values.yaml diff --git a/incubator/kasm/0.0.39/questions.yaml b/incubator/kasm/0.0.40/questions.yaml similarity index 100% rename from incubator/kasm/0.0.39/questions.yaml rename to incubator/kasm/0.0.40/questions.yaml diff --git a/incubator/kasm/0.0.39/templates/common.yaml b/incubator/kasm/0.0.40/templates/common.yaml similarity index 100% rename from incubator/kasm/0.0.39/templates/common.yaml rename to incubator/kasm/0.0.40/templates/common.yaml diff --git a/incubator/kasm/0.0.39/values.yaml b/incubator/kasm/0.0.40/values.yaml similarity index 100% rename from incubator/kasm/0.0.39/values.yaml rename to incubator/kasm/0.0.40/values.yaml diff --git a/incubator/kavitaemail/0.0.6/CHANGELOG.md b/incubator/kavitaemail/0.0.6/CHANGELOG.md deleted file mode 100644 index 19a1184b3f5..00000000000 --- a/incubator/kavitaemail/0.0.6/CHANGELOG.md +++ /dev/null @@ -1,75 +0,0 @@ -# Changelog - - - -## [kavitaemail-0.0.6](https://github.com/truecharts/charts/compare/kavitaemail-0.0.5...kavitaemail-0.0.6) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [kavitaemail-0.0.5](https://github.com/truecharts/charts/compare/kavitaemail-0.0.4...kavitaemail-0.0.5) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kavitaemail-0.0.4](https://github.com/truecharts/charts/compare/kavitaemail-0.0.3...kavitaemail-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kavitaemail-0.0.4](https://github.com/truecharts/charts/compare/kavitaemail-0.0.3...kavitaemail-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kavitaemail-0.0.3](https://github.com/truecharts/charts/compare/kavitaemail-0.0.2...kavitaemail-0.0.3) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - update docker general non-major - - ### Feat - -- add midarr ([#3984](https://github.com/truecharts/charts/issues/3984)) - - - - -## [kavitaemail-0.0.2](https://github.com/truecharts/charts/compare/kavitaemail-0.0.1...kavitaemail-0.0.2) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - - - -## [kavitaemail-0.0.1]kavitaemail-0.0.1 (2022-10-01) - -### Feat - -- Add kavitaemail ([#3826](https://github.com/truecharts/charts/issues/3826)) diff --git a/incubator/kavitaemail/0.0.6/Chart.lock b/incubator/kavitaemail/0.0.6/Chart.lock deleted file mode 100644 index 8054e2b770f..00000000000 --- a/incubator/kavitaemail/0.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T10:37:53.868531172Z" diff --git a/incubator/kavitaemail/0.0.6/Chart.yaml b/incubator/kavitaemail/0.0.6/Chart.yaml deleted file mode 100644 index 3823f00fa43..00000000000 --- a/incubator/kavitaemail/0.0.6/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: kavitaemail -version: 0.0.6 -appVersion: "0.1.10" -description: Simple email relay server for kavita. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/kavitaemail -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavitaemail.png -keywords: - - kavitaemail - - email -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kavitaemail - - https://truecharts.org/docs/charts/incubator/kavitaemail - - https://github.com/Kareadita/KavitaEmail - - https://hub.docker.com/r/kizaing/kavitaemail -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - email - - relay - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/kavitaemail/0.0.6/README.md b/incubator/kavitaemail/0.0.6/README.md deleted file mode 100644 index e023469eea6..00000000000 --- a/incubator/kavitaemail/0.0.6/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kavitaemail - -Simple email relay server for kavita. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kavitaemail](https://truecharts.org/docs/charts/incubator/kavitaemail) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kavitaemail` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kavitaemail TrueCharts/kavitaemail -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kavitaemail` deployment - -```console -helm uninstall kavitaemail -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kavitaemail \ - --set env.TZ="America/New York" \ - TrueCharts/kavitaemail -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kavitaemail TrueCharts/kavitaemail -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kavitaemail/0.0.6/charts/common-10.7.0.tgz b/incubator/kavitaemail/0.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kavitaemail/0.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kavitaemail/0.0.7/CHANGELOG.md b/incubator/kavitaemail/0.0.7/CHANGELOG.md new file mode 100644 index 00000000000..df6d534aeb0 --- /dev/null +++ b/incubator/kavitaemail/0.0.7/CHANGELOG.md @@ -0,0 +1,85 @@ +# Changelog + + + +## [kavitaemail-0.0.7](https://github.com/truecharts/charts/compare/kavitaemail-0.0.6...kavitaemail-0.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kavitaemail-0.0.6](https://github.com/truecharts/charts/compare/kavitaemail-0.0.5...kavitaemail-0.0.6) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [kavitaemail-0.0.5](https://github.com/truecharts/charts/compare/kavitaemail-0.0.4...kavitaemail-0.0.5) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kavitaemail-0.0.4](https://github.com/truecharts/charts/compare/kavitaemail-0.0.3...kavitaemail-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kavitaemail-0.0.4](https://github.com/truecharts/charts/compare/kavitaemail-0.0.3...kavitaemail-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kavitaemail-0.0.3](https://github.com/truecharts/charts/compare/kavitaemail-0.0.2...kavitaemail-0.0.3) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + - update docker general non-major + + ### Feat + +- add midarr ([#3984](https://github.com/truecharts/charts/issues/3984)) + + + + +## [kavitaemail-0.0.2](https://github.com/truecharts/charts/compare/kavitaemail-0.0.1...kavitaemail-0.0.2) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + + + + +## [kavitaemail-0.0.1]kavitaemail-0.0.1 (2022-10-01) + +### Feat + +- Add kavitaemail ([#3826](https://github.com/truecharts/charts/issues/3826)) diff --git a/incubator/kavitaemail/0.0.7/Chart.lock b/incubator/kavitaemail/0.0.7/Chart.lock new file mode 100644 index 00000000000..332cffcc273 --- /dev/null +++ b/incubator/kavitaemail/0.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:26:58.344181705Z" diff --git a/incubator/kavitaemail/0.0.7/Chart.yaml b/incubator/kavitaemail/0.0.7/Chart.yaml new file mode 100644 index 00000000000..e459a0204de --- /dev/null +++ b/incubator/kavitaemail/0.0.7/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: kavitaemail +version: 0.0.7 +appVersion: "0.1.10" +description: Simple email relay server for kavita. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/kavitaemail +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavitaemail.png +keywords: + - kavitaemail + - email +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kavitaemail + - https://truecharts.org/docs/charts/incubator/kavitaemail + - https://github.com/Kareadita/KavitaEmail + - https://hub.docker.com/r/kizaing/kavitaemail +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - email + - relay + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/kavitaemail/0.0.7/README.md b/incubator/kavitaemail/0.0.7/README.md new file mode 100644 index 00000000000..7c79b5f6194 --- /dev/null +++ b/incubator/kavitaemail/0.0.7/README.md @@ -0,0 +1,108 @@ +# kavitaemail + +Simple email relay server for kavita. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kavitaemail](https://truecharts.org/docs/charts/incubator/kavitaemail) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kavitaemail` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kavitaemail TrueCharts/kavitaemail +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kavitaemail` deployment + +```console +helm uninstall kavitaemail +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kavitaemail \ + --set env.TZ="America/New York" \ + TrueCharts/kavitaemail +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kavitaemail TrueCharts/kavitaemail -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kavitaemail/0.0.6/app-readme.md b/incubator/kavitaemail/0.0.7/app-readme.md similarity index 100% rename from incubator/kavitaemail/0.0.6/app-readme.md rename to incubator/kavitaemail/0.0.7/app-readme.md diff --git a/incubator/kavitaemail/0.0.7/charts/common-10.7.1.tgz b/incubator/kavitaemail/0.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kavitaemail/0.0.7/charts/common-10.7.1.tgz differ diff --git a/incubator/kavitaemail/0.0.6/ix_values.yaml b/incubator/kavitaemail/0.0.7/ix_values.yaml similarity index 100% rename from incubator/kavitaemail/0.0.6/ix_values.yaml rename to incubator/kavitaemail/0.0.7/ix_values.yaml diff --git a/incubator/kavitaemail/0.0.6/questions.yaml b/incubator/kavitaemail/0.0.7/questions.yaml similarity index 100% rename from incubator/kavitaemail/0.0.6/questions.yaml rename to incubator/kavitaemail/0.0.7/questions.yaml diff --git a/incubator/kavitaemail/0.0.6/templates/common.yaml b/incubator/kavitaemail/0.0.7/templates/common.yaml similarity index 100% rename from incubator/kavitaemail/0.0.6/templates/common.yaml rename to incubator/kavitaemail/0.0.7/templates/common.yaml diff --git a/incubator/kavitaemail/0.0.6/values.yaml b/incubator/kavitaemail/0.0.7/values.yaml similarity index 100% rename from incubator/kavitaemail/0.0.6/values.yaml rename to incubator/kavitaemail/0.0.7/values.yaml diff --git a/incubator/kdenlive-vnc/0.0.29/CHANGELOG.md b/incubator/kdenlive-vnc/0.0.29/CHANGELOG.md deleted file mode 100644 index 1378424d8e6..00000000000 --- a/incubator/kdenlive-vnc/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kdenlive-vnc-0.0.29](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.28...kdenlive-vnc-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kdenlive-vnc-0.0.28](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.27...kdenlive-vnc-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kdenlive-vnc-0.0.28](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.27...kdenlive-vnc-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kdenlive-vnc-0.0.27](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.26...kdenlive-vnc-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kdenlive-vnc-0.0.26](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.25...kdenlive-vnc-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kdenlive-vnc-0.0.25](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.24...kdenlive-vnc-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kdenlive-vnc-0.0.24](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.23...kdenlive-vnc-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kdenlive-vnc-0.0.24](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.23...kdenlive-vnc-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/kdenlive-vnc/0.0.29/Chart.lock b/incubator/kdenlive-vnc/0.0.29/Chart.lock deleted file mode 100644 index a01ca9f0fc4..00000000000 --- a/incubator/kdenlive-vnc/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:15.235274691Z" diff --git a/incubator/kdenlive-vnc/0.0.29/Chart.yaml b/incubator/kdenlive-vnc/0.0.29/Chart.yaml deleted file mode 100644 index 4ae571ef46b..00000000000 --- a/incubator/kdenlive-vnc/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Video - - MediaApp-Music - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) -home: https://truecharts.org/docs/charts/incubator/kdenlive-vnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png -keywords: - - kdenlive-vnc - - MediaApp-Video - - MediaApp-Music - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kdenlive-vnc -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive-vnc - - https://github.com/JonathanTreffler/kdenlive-vnc-docker - - https://hub.docker.com/r/tessypowder/docker-kdenlive/ -type: application -version: 0.0.29 diff --git a/incubator/kdenlive-vnc/0.0.29/README.md b/incubator/kdenlive-vnc/0.0.29/README.md deleted file mode 100644 index 66ccb2ab1ae..00000000000 --- a/incubator/kdenlive-vnc/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# kdenlive-vnc - -An instance of kdenlive accessible through vnc and noVnc (=Web Interface) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kdenlive-vnc](https://truecharts.org/docs/charts/incubator/kdenlive-vnc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kdenlive-vnc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kdenlive-vnc TrueCharts/kdenlive-vnc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kdenlive-vnc` deployment - -```console -helm uninstall kdenlive-vnc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kdenlive-vnc \ - --set env.TZ="America/New York" \ - TrueCharts/kdenlive-vnc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kdenlive-vnc TrueCharts/kdenlive-vnc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kdenlive-vnc/0.0.29/charts/common-10.7.0.tgz b/incubator/kdenlive-vnc/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kdenlive-vnc/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kdenlive-vnc/0.0.30/CHANGELOG.md b/incubator/kdenlive-vnc/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d59d79e045e --- /dev/null +++ b/incubator/kdenlive-vnc/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kdenlive-vnc-0.0.30](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.29...kdenlive-vnc-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kdenlive-vnc-0.0.29](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.28...kdenlive-vnc-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kdenlive-vnc-0.0.28](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.27...kdenlive-vnc-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kdenlive-vnc-0.0.28](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.27...kdenlive-vnc-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kdenlive-vnc-0.0.27](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.26...kdenlive-vnc-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kdenlive-vnc-0.0.26](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.25...kdenlive-vnc-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kdenlive-vnc-0.0.25](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.24...kdenlive-vnc-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kdenlive-vnc-0.0.24](https://github.com/truecharts/charts/compare/kdenlive-vnc-0.0.23...kdenlive-vnc-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/kdenlive-vnc/0.0.30/Chart.lock b/incubator/kdenlive-vnc/0.0.30/Chart.lock new file mode 100644 index 00000000000..bdb9ad79b6d --- /dev/null +++ b/incubator/kdenlive-vnc/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:04.293836346Z" diff --git a/incubator/kdenlive-vnc/0.0.30/Chart.yaml b/incubator/kdenlive-vnc/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0f646166b51 --- /dev/null +++ b/incubator/kdenlive-vnc/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Video + - MediaApp-Music + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface) +home: https://truecharts.org/docs/charts/incubator/kdenlive-vnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.png +keywords: + - kdenlive-vnc + - MediaApp-Video + - MediaApp-Music + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kdenlive-vnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive-vnc + - https://github.com/JonathanTreffler/kdenlive-vnc-docker + - https://hub.docker.com/r/tessypowder/docker-kdenlive/ +type: application +version: 0.0.30 diff --git a/incubator/kdenlive-vnc/0.0.30/README.md b/incubator/kdenlive-vnc/0.0.30/README.md new file mode 100644 index 00000000000..f7ae5640e99 --- /dev/null +++ b/incubator/kdenlive-vnc/0.0.30/README.md @@ -0,0 +1,107 @@ +# kdenlive-vnc + +An instance of kdenlive accessible through vnc and noVnc (=Web Interface) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kdenlive-vnc](https://truecharts.org/docs/charts/incubator/kdenlive-vnc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kdenlive-vnc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kdenlive-vnc TrueCharts/kdenlive-vnc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kdenlive-vnc` deployment + +```console +helm uninstall kdenlive-vnc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kdenlive-vnc \ + --set env.TZ="America/New York" \ + TrueCharts/kdenlive-vnc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kdenlive-vnc TrueCharts/kdenlive-vnc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kdenlive-vnc/0.0.29/app-readme.md b/incubator/kdenlive-vnc/0.0.30/app-readme.md similarity index 100% rename from incubator/kdenlive-vnc/0.0.29/app-readme.md rename to incubator/kdenlive-vnc/0.0.30/app-readme.md diff --git a/incubator/kdenlive-vnc/0.0.30/charts/common-10.7.1.tgz b/incubator/kdenlive-vnc/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kdenlive-vnc/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/kdenlive-vnc/0.0.29/ix_values.yaml b/incubator/kdenlive-vnc/0.0.30/ix_values.yaml similarity index 100% rename from incubator/kdenlive-vnc/0.0.29/ix_values.yaml rename to incubator/kdenlive-vnc/0.0.30/ix_values.yaml diff --git a/incubator/kdenlive-vnc/0.0.29/questions.yaml b/incubator/kdenlive-vnc/0.0.30/questions.yaml similarity index 100% rename from incubator/kdenlive-vnc/0.0.29/questions.yaml rename to incubator/kdenlive-vnc/0.0.30/questions.yaml diff --git a/incubator/kdenlive-vnc/0.0.29/templates/common.yaml b/incubator/kdenlive-vnc/0.0.30/templates/common.yaml similarity index 100% rename from incubator/kdenlive-vnc/0.0.29/templates/common.yaml rename to incubator/kdenlive-vnc/0.0.30/templates/common.yaml diff --git a/incubator/kdenlive-vnc/0.0.29/values.yaml b/incubator/kdenlive-vnc/0.0.30/values.yaml similarity index 100% rename from incubator/kdenlive-vnc/0.0.29/values.yaml rename to incubator/kdenlive-vnc/0.0.30/values.yaml diff --git a/incubator/kdenlive/0.0.38/CHANGELOG.md b/incubator/kdenlive/0.0.38/CHANGELOG.md deleted file mode 100644 index 009b611272b..00000000000 --- a/incubator/kdenlive/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [passwordpusherephemeral-0.0.56](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.55...passwordpusherephemeral-0.0.56) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [passwordpusherephemeral-0.0.55](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.54...passwordpusherephemeral-0.0.55) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.54](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.53...passwordpusherephemeral-0.0.54) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [passwordpusherephemeral-0.0.53](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.52...passwordpusherephemeral-0.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [passwordpusherephemeral-0.0.52](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.51...passwordpusherephemeral-0.0.52) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [passwordpusherephemeral-0.0.51](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.50...passwordpusherephemeral-0.0.51) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.50](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.50) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [passwordpusherephemeral-0.0.49](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [passwordpusherephemeral-0.0.48](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.47...passwordpusherephemeral-0.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.47](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.46...passwordpusherephemeral-0.0.47) (2022-10-05) - diff --git a/incubator/kdenlive/0.0.38/Chart.lock b/incubator/kdenlive/0.0.38/Chart.lock deleted file mode 100644 index e66836fa997..00000000000 --- a/incubator/kdenlive/0.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:53:11.431263876Z" diff --git a/incubator/kdenlive/0.0.38/Chart.yaml b/incubator/kdenlive/0.0.38/Chart.yaml deleted file mode 100644 index e79ae210110..00000000000 --- a/incubator/kdenlive/0.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. -home: https://truecharts.org/docs/charts/incubator/kdenlive -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png -keywords: - - kdenlive - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kdenlive -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive - - https://kdenlive.org/ - - https://github.com/orgs/linuxserver/packages/container/package/kdenlive - - https://github.com/linuxserver/docker-kdenlive#readme -type: application -version: 0.0.38 diff --git a/incubator/kdenlive/0.0.38/README.md b/incubator/kdenlive/0.0.38/README.md deleted file mode 100644 index c79bdea97ef..00000000000 --- a/incubator/kdenlive/0.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kdenlive - -Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kdenlive](https://truecharts.org/docs/charts/incubator/kdenlive) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kdenlive` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kdenlive TrueCharts/kdenlive -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kdenlive` deployment - -```console -helm uninstall kdenlive -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kdenlive \ - --set env.TZ="America/New York" \ - TrueCharts/kdenlive -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kdenlive TrueCharts/kdenlive -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kdenlive/0.0.38/charts/common-10.7.0.tgz b/incubator/kdenlive/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kdenlive/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kdenlive/0.0.39/CHANGELOG.md b/incubator/kdenlive/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..0ed5dc0ed88 --- /dev/null +++ b/incubator/kdenlive/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kdenlive-0.0.39](https://github.com/truecharts/charts/compare/kdenlive-0.0.38...kdenlive-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [passwordpusherephemeral-0.0.56](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.55...passwordpusherephemeral-0.0.56) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [passwordpusherephemeral-0.0.55](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.54...passwordpusherephemeral-0.0.55) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [passwordpusherephemeral-0.0.54](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.53...passwordpusherephemeral-0.0.54) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [passwordpusherephemeral-0.0.53](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.52...passwordpusherephemeral-0.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [passwordpusherephemeral-0.0.52](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.51...passwordpusherephemeral-0.0.52) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [passwordpusherephemeral-0.0.51](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.50...passwordpusherephemeral-0.0.51) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [passwordpusherephemeral-0.0.50](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.50) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [passwordpusherephemeral-0.0.49](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [passwordpusherephemeral-0.0.48](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.47...passwordpusherephemeral-0.0.48) (2022-10-07) + diff --git a/incubator/kdenlive/0.0.39/Chart.lock b/incubator/kdenlive/0.0.39/Chart.lock new file mode 100644 index 00000000000..499cf4add4f --- /dev/null +++ b/incubator/kdenlive/0.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:02.774072389Z" diff --git a/incubator/kdenlive/0.0.39/Chart.yaml b/incubator/kdenlive/0.0.39/Chart.yaml new file mode 100644 index 00000000000..c84874b2625 --- /dev/null +++ b/incubator/kdenlive/0.0.39/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. +home: https://truecharts.org/docs/charts/incubator/kdenlive +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png +keywords: + - kdenlive + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kdenlive +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive + - https://kdenlive.org/ + - https://github.com/orgs/linuxserver/packages/container/package/kdenlive + - https://github.com/linuxserver/docker-kdenlive#readme +type: application +version: 0.0.39 diff --git a/incubator/kdenlive/0.0.39/README.md b/incubator/kdenlive/0.0.39/README.md new file mode 100644 index 00000000000..dd4b1a7cb2c --- /dev/null +++ b/incubator/kdenlive/0.0.39/README.md @@ -0,0 +1,108 @@ +# kdenlive + +Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kdenlive](https://truecharts.org/docs/charts/incubator/kdenlive) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kdenlive` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kdenlive TrueCharts/kdenlive +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kdenlive` deployment + +```console +helm uninstall kdenlive +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kdenlive \ + --set env.TZ="America/New York" \ + TrueCharts/kdenlive +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kdenlive TrueCharts/kdenlive -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kdenlive/0.0.38/app-readme.md b/incubator/kdenlive/0.0.39/app-readme.md similarity index 100% rename from incubator/kdenlive/0.0.38/app-readme.md rename to incubator/kdenlive/0.0.39/app-readme.md diff --git a/incubator/kdenlive/0.0.39/charts/common-10.7.1.tgz b/incubator/kdenlive/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kdenlive/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/kdenlive/0.0.38/ix_values.yaml b/incubator/kdenlive/0.0.39/ix_values.yaml similarity index 100% rename from incubator/kdenlive/0.0.38/ix_values.yaml rename to incubator/kdenlive/0.0.39/ix_values.yaml diff --git a/incubator/kdenlive/0.0.38/questions.yaml b/incubator/kdenlive/0.0.39/questions.yaml similarity index 100% rename from incubator/kdenlive/0.0.38/questions.yaml rename to incubator/kdenlive/0.0.39/questions.yaml diff --git a/incubator/kdenlive/0.0.38/templates/common.yaml b/incubator/kdenlive/0.0.39/templates/common.yaml similarity index 100% rename from incubator/kdenlive/0.0.38/templates/common.yaml rename to incubator/kdenlive/0.0.39/templates/common.yaml diff --git a/incubator/kdenlive/0.0.38/values.yaml b/incubator/kdenlive/0.0.39/values.yaml similarity index 100% rename from incubator/kdenlive/0.0.38/values.yaml rename to incubator/kdenlive/0.0.39/values.yaml diff --git a/incubator/keeweb/0.0.30/CHANGELOG.md b/incubator/keeweb/0.0.30/CHANGELOG.md deleted file mode 100644 index 2beb83f1c39..00000000000 --- a/incubator/keeweb/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [keeweb-0.0.30](https://github.com/truecharts/charts/compare/keeweb-0.0.29...keeweb-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [keeweb-0.0.29](https://github.com/truecharts/charts/compare/keeweb-0.0.28...keeweb-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [keeweb-0.0.29](https://github.com/truecharts/charts/compare/keeweb-0.0.28...keeweb-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [keeweb-0.0.28](https://github.com/truecharts/charts/compare/keeweb-0.0.27...keeweb-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [keeweb-0.0.27](https://github.com/truecharts/charts/compare/keeweb-0.0.26...keeweb-0.0.27) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [keeweb-0.0.26](https://github.com/truecharts/charts/compare/keeweb-0.0.25...keeweb-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [keeweb-0.0.25](https://github.com/truecharts/charts/compare/keeweb-0.0.24...keeweb-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [keeweb-0.0.24](https://github.com/truecharts/charts/compare/keeweb-0.0.23...keeweb-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/incubator/keeweb/0.0.30/Chart.lock b/incubator/keeweb/0.0.30/Chart.lock deleted file mode 100644 index 83942c2e5e3..00000000000 --- a/incubator/keeweb/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:22.551296717Z" diff --git a/incubator/keeweb/0.0.30/Chart.yaml b/incubator/keeweb/0.0.30/Chart.yaml deleted file mode 100644 index 891ed0730ee..00000000000 --- a/incubator/keeweb/0.0.30/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. -home: https://truecharts.org/docs/charts/incubator/keeweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png -keywords: - - keeweb - - Productivity - - Tools-Utilities - - Network-Web - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: keeweb -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/keeweb - - https://github.com/keeweb/keeweb - - https://hub.docker.com/r/antelle/keeweb -version: 0.0.30 -annotations: - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Network-Web - - Network-Management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/keeweb/0.0.30/README.md b/incubator/keeweb/0.0.30/README.md deleted file mode 100644 index e4786b6cf82..00000000000 --- a/incubator/keeweb/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# keeweb - -This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [keeweb](https://truecharts.org/docs/charts/incubator/keeweb) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `keeweb` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install keeweb TrueCharts/keeweb -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `keeweb` deployment - -```console -helm uninstall keeweb -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install keeweb \ - --set env.TZ="America/New York" \ - TrueCharts/keeweb -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install keeweb TrueCharts/keeweb -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/keeweb/0.0.30/charts/common-10.7.0.tgz b/incubator/keeweb/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/keeweb/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/keeweb/0.0.31/CHANGELOG.md b/incubator/keeweb/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..a3f62acfa41 --- /dev/null +++ b/incubator/keeweb/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [keeweb-0.0.31](https://github.com/truecharts/charts/compare/keeweb-0.0.30...keeweb-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [keeweb-0.0.30](https://github.com/truecharts/charts/compare/keeweb-0.0.29...keeweb-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [keeweb-0.0.29](https://github.com/truecharts/charts/compare/keeweb-0.0.28...keeweb-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [keeweb-0.0.29](https://github.com/truecharts/charts/compare/keeweb-0.0.28...keeweb-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [keeweb-0.0.28](https://github.com/truecharts/charts/compare/keeweb-0.0.27...keeweb-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [keeweb-0.0.27](https://github.com/truecharts/charts/compare/keeweb-0.0.26...keeweb-0.0.27) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [keeweb-0.0.26](https://github.com/truecharts/charts/compare/keeweb-0.0.25...keeweb-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [keeweb-0.0.25](https://github.com/truecharts/charts/compare/keeweb-0.0.24...keeweb-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [keeweb-0.0.24](https://github.com/truecharts/charts/compare/keeweb-0.0.23...keeweb-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/keeweb/0.0.31/Chart.lock b/incubator/keeweb/0.0.31/Chart.lock new file mode 100644 index 00000000000..9ed44c1dadf --- /dev/null +++ b/incubator/keeweb/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:25.528297003Z" diff --git a/incubator/keeweb/0.0.31/Chart.yaml b/incubator/keeweb/0.0.31/Chart.yaml new file mode 100644 index 00000000000..b8f5296645e --- /dev/null +++ b/incubator/keeweb/0.0.31/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. +home: https://truecharts.org/docs/charts/incubator/keeweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.png +keywords: + - keeweb + - Productivity + - Tools-Utilities + - Network-Web + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: keeweb +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/keeweb + - https://github.com/keeweb/keeweb + - https://hub.docker.com/r/antelle/keeweb +version: 0.0.31 +annotations: + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Network-Web + - Network-Management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/keeweb/0.0.31/README.md b/incubator/keeweb/0.0.31/README.md new file mode 100644 index 00000000000..0f5e4047300 --- /dev/null +++ b/incubator/keeweb/0.0.31/README.md @@ -0,0 +1,107 @@ +# keeweb + +This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [keeweb](https://truecharts.org/docs/charts/incubator/keeweb) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `keeweb` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install keeweb TrueCharts/keeweb +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `keeweb` deployment + +```console +helm uninstall keeweb +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install keeweb \ + --set env.TZ="America/New York" \ + TrueCharts/keeweb +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install keeweb TrueCharts/keeweb -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/keeweb/0.0.30/app-readme.md b/incubator/keeweb/0.0.31/app-readme.md similarity index 100% rename from incubator/keeweb/0.0.30/app-readme.md rename to incubator/keeweb/0.0.31/app-readme.md diff --git a/incubator/keeweb/0.0.31/charts/common-10.7.1.tgz b/incubator/keeweb/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/keeweb/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/keeweb/0.0.30/ix_values.yaml b/incubator/keeweb/0.0.31/ix_values.yaml similarity index 100% rename from incubator/keeweb/0.0.30/ix_values.yaml rename to incubator/keeweb/0.0.31/ix_values.yaml diff --git a/incubator/keeweb/0.0.30/questions.yaml b/incubator/keeweb/0.0.31/questions.yaml similarity index 100% rename from incubator/keeweb/0.0.30/questions.yaml rename to incubator/keeweb/0.0.31/questions.yaml diff --git a/incubator/keeweb/0.0.30/templates/common.yaml b/incubator/keeweb/0.0.31/templates/common.yaml similarity index 100% rename from incubator/keeweb/0.0.30/templates/common.yaml rename to incubator/keeweb/0.0.31/templates/common.yaml diff --git a/incubator/keeweb/0.0.30/values.yaml b/incubator/keeweb/0.0.31/values.yaml similarity index 100% rename from incubator/keeweb/0.0.30/values.yaml rename to incubator/keeweb/0.0.31/values.yaml diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/CHANGELOG.md b/incubator/kerbalspaceprogram-lmp/0.0.29/CHANGELOG.md deleted file mode 100644 index 90cbff0428d..00000000000 --- a/incubator/kerbalspaceprogram-lmp/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kerbalspaceprogram-lmp-0.0.29](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.28...kerbalspaceprogram-lmp-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kerbalspaceprogram-lmp-0.0.28](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.27...kerbalspaceprogram-lmp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kerbalspaceprogram-lmp-0.0.28](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.27...kerbalspaceprogram-lmp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kerbalspaceprogram-lmp-0.0.27](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.26...kerbalspaceprogram-lmp-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kerbalspaceprogram-lmp-0.0.26](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.25...kerbalspaceprogram-lmp-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kerbalspaceprogram-lmp-0.0.25](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.24...kerbalspaceprogram-lmp-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kerbalspaceprogram-lmp-0.0.24](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.23...kerbalspaceprogram-lmp-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kerbalspaceprogram-lmp-0.0.24](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.23...kerbalspaceprogram-lmp-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.lock b/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.lock deleted file mode 100644 index a6b1c1f6f5b..00000000000 --- a/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:27.91770682Z" diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.yaml b/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.yaml deleted file mode 100644 index 2958271e25a..00000000000 --- a/incubator/kerbalspaceprogram-lmp/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP)." -home: https://truecharts.org/docs/charts/incubator/kerbalspaceprogram-lmp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png -keywords: - - kerbalspaceprogram-lmp - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kerbalspaceprogram-lmp -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kerbalspaceprogram-lmp - - https://github.com/LunaMultiplayer/LunaMultiplayer - - https://hub.docker.com/r/ich777/lunamultiplayer-ksp/ -type: application -version: 0.0.29 diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/README.md b/incubator/kerbalspaceprogram-lmp/0.0.29/README.md deleted file mode 100644 index 3f575d5d975..00000000000 --- a/incubator/kerbalspaceprogram-lmp/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# kerbalspaceprogram-lmp - -This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kerbalspaceprogram-lmp](https://truecharts.org/docs/charts/incubator/kerbalspaceprogram-lmp) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kerbalspaceprogram-lmp` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kerbalspaceprogram-lmp` deployment - -```console -helm uninstall kerbalspaceprogram-lmp -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kerbalspaceprogram-lmp \ - --set env.TZ="America/New York" \ - TrueCharts/kerbalspaceprogram-lmp -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/charts/common-10.7.0.tgz b/incubator/kerbalspaceprogram-lmp/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kerbalspaceprogram-lmp/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kerbalspaceprogram-lmp/0.0.30/CHANGELOG.md b/incubator/kerbalspaceprogram-lmp/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5fa4d8138bf --- /dev/null +++ b/incubator/kerbalspaceprogram-lmp/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kerbalspaceprogram-lmp-0.0.30](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.29...kerbalspaceprogram-lmp-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kerbalspaceprogram-lmp-0.0.29](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.28...kerbalspaceprogram-lmp-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kerbalspaceprogram-lmp-0.0.28](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.27...kerbalspaceprogram-lmp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kerbalspaceprogram-lmp-0.0.28](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.27...kerbalspaceprogram-lmp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kerbalspaceprogram-lmp-0.0.27](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.26...kerbalspaceprogram-lmp-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kerbalspaceprogram-lmp-0.0.26](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.25...kerbalspaceprogram-lmp-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kerbalspaceprogram-lmp-0.0.25](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.24...kerbalspaceprogram-lmp-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kerbalspaceprogram-lmp-0.0.24](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-0.0.23...kerbalspaceprogram-lmp-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.lock b/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.lock new file mode 100644 index 00000000000..d8d794d31f5 --- /dev/null +++ b/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:30.14352727Z" diff --git a/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.yaml b/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7a357adb98a --- /dev/null +++ b/incubator/kerbalspaceprogram-lmp/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP)." +home: https://truecharts.org/docs/charts/incubator/kerbalspaceprogram-lmp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.png +keywords: + - kerbalspaceprogram-lmp + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kerbalspaceprogram-lmp +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kerbalspaceprogram-lmp + - https://github.com/LunaMultiplayer/LunaMultiplayer + - https://hub.docker.com/r/ich777/lunamultiplayer-ksp/ +type: application +version: 0.0.30 diff --git a/incubator/kerbalspaceprogram-lmp/0.0.30/README.md b/incubator/kerbalspaceprogram-lmp/0.0.30/README.md new file mode 100644 index 00000000000..3ab5b43f8e0 --- /dev/null +++ b/incubator/kerbalspaceprogram-lmp/0.0.30/README.md @@ -0,0 +1,107 @@ +# kerbalspaceprogram-lmp + +This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kerbalspaceprogram-lmp](https://truecharts.org/docs/charts/incubator/kerbalspaceprogram-lmp) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kerbalspaceprogram-lmp` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kerbalspaceprogram-lmp` deployment + +```console +helm uninstall kerbalspaceprogram-lmp +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kerbalspaceprogram-lmp \ + --set env.TZ="America/New York" \ + TrueCharts/kerbalspaceprogram-lmp +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kerbalspaceprogram-lmp TrueCharts/kerbalspaceprogram-lmp -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/app-readme.md b/incubator/kerbalspaceprogram-lmp/0.0.30/app-readme.md similarity index 100% rename from incubator/kerbalspaceprogram-lmp/0.0.29/app-readme.md rename to incubator/kerbalspaceprogram-lmp/0.0.30/app-readme.md diff --git a/incubator/kerbalspaceprogram-lmp/0.0.30/charts/common-10.7.1.tgz b/incubator/kerbalspaceprogram-lmp/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kerbalspaceprogram-lmp/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/ix_values.yaml b/incubator/kerbalspaceprogram-lmp/0.0.30/ix_values.yaml similarity index 100% rename from incubator/kerbalspaceprogram-lmp/0.0.29/ix_values.yaml rename to incubator/kerbalspaceprogram-lmp/0.0.30/ix_values.yaml diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/questions.yaml b/incubator/kerbalspaceprogram-lmp/0.0.30/questions.yaml similarity index 100% rename from incubator/kerbalspaceprogram-lmp/0.0.29/questions.yaml rename to incubator/kerbalspaceprogram-lmp/0.0.30/questions.yaml diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/templates/common.yaml b/incubator/kerbalspaceprogram-lmp/0.0.30/templates/common.yaml similarity index 100% rename from incubator/kerbalspaceprogram-lmp/0.0.29/templates/common.yaml rename to incubator/kerbalspaceprogram-lmp/0.0.30/templates/common.yaml diff --git a/incubator/kerbalspaceprogram-lmp/0.0.29/values.yaml b/incubator/kerbalspaceprogram-lmp/0.0.30/values.yaml similarity index 100% rename from incubator/kerbalspaceprogram-lmp/0.0.29/values.yaml rename to incubator/kerbalspaceprogram-lmp/0.0.30/values.yaml diff --git a/incubator/kerio-connect/0.0.29/CHANGELOG.md b/incubator/kerio-connect/0.0.29/CHANGELOG.md deleted file mode 100644 index 8f64c9a4571..00000000000 --- a/incubator/kerio-connect/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kerio-connect-0.0.29](https://github.com/truecharts/charts/compare/kerio-connect-0.0.28...kerio-connect-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kerio-connect-0.0.28](https://github.com/truecharts/charts/compare/kerio-connect-0.0.27...kerio-connect-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kerio-connect-0.0.28](https://github.com/truecharts/charts/compare/kerio-connect-0.0.27...kerio-connect-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kerio-connect-0.0.27](https://github.com/truecharts/charts/compare/kerio-connect-0.0.26...kerio-connect-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kerio-connect-0.0.26](https://github.com/truecharts/charts/compare/kerio-connect-0.0.25...kerio-connect-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kerio-connect-0.0.25](https://github.com/truecharts/charts/compare/kerio-connect-0.0.24...kerio-connect-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kerio-connect-0.0.24](https://github.com/truecharts/charts/compare/kerio-connect-0.0.23...kerio-connect-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kerio-connect-0.0.24](https://github.com/truecharts/charts/compare/kerio-connect-0.0.23...kerio-connect-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/kerio-connect/0.0.29/Chart.lock b/incubator/kerio-connect/0.0.29/Chart.lock deleted file mode 100644 index 5a1feebed92..00000000000 --- a/incubator/kerio-connect/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:33.798244279Z" diff --git a/incubator/kerio-connect/0.0.29/Chart.yaml b/incubator/kerio-connect/0.0.29/Chart.yaml deleted file mode 100644 index 49d011cf430..00000000000 --- a/incubator/kerio-connect/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect -home: https://truecharts.org/docs/charts/incubator/kerio-connect -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png -keywords: - - kerio-connect - - Network-Web - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kerio-connect -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kerio-connect - - http://kerio.com - - https://hub.docker.com/r/chvb/docker-kerio-connect/ -type: application -version: 0.0.29 diff --git a/incubator/kerio-connect/0.0.29/README.md b/incubator/kerio-connect/0.0.29/README.md deleted file mode 100644 index 67319324572..00000000000 --- a/incubator/kerio-connect/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# kerio-connect - -Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kerio-connect](https://truecharts.org/docs/charts/incubator/kerio-connect) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kerio-connect` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kerio-connect TrueCharts/kerio-connect -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kerio-connect` deployment - -```console -helm uninstall kerio-connect -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kerio-connect \ - --set env.TZ="America/New York" \ - TrueCharts/kerio-connect -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kerio-connect TrueCharts/kerio-connect -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kerio-connect/0.0.29/charts/common-10.7.0.tgz b/incubator/kerio-connect/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kerio-connect/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kerio-connect/0.0.30/CHANGELOG.md b/incubator/kerio-connect/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..fe024c86d92 --- /dev/null +++ b/incubator/kerio-connect/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kerio-connect-0.0.30](https://github.com/truecharts/charts/compare/kerio-connect-0.0.29...kerio-connect-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kerio-connect-0.0.29](https://github.com/truecharts/charts/compare/kerio-connect-0.0.28...kerio-connect-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kerio-connect-0.0.28](https://github.com/truecharts/charts/compare/kerio-connect-0.0.27...kerio-connect-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kerio-connect-0.0.28](https://github.com/truecharts/charts/compare/kerio-connect-0.0.27...kerio-connect-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kerio-connect-0.0.27](https://github.com/truecharts/charts/compare/kerio-connect-0.0.26...kerio-connect-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kerio-connect-0.0.26](https://github.com/truecharts/charts/compare/kerio-connect-0.0.25...kerio-connect-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kerio-connect-0.0.25](https://github.com/truecharts/charts/compare/kerio-connect-0.0.24...kerio-connect-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kerio-connect-0.0.24](https://github.com/truecharts/charts/compare/kerio-connect-0.0.23...kerio-connect-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/kerio-connect/0.0.30/Chart.lock b/incubator/kerio-connect/0.0.30/Chart.lock new file mode 100644 index 00000000000..dc6c72eb398 --- /dev/null +++ b/incubator/kerio-connect/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:33.518100692Z" diff --git a/incubator/kerio-connect/0.0.30/Chart.yaml b/incubator/kerio-connect/0.0.30/Chart.yaml new file mode 100644 index 00000000000..76ee67b54a7 --- /dev/null +++ b/incubator/kerio-connect/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect +home: https://truecharts.org/docs/charts/incubator/kerio-connect +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.png +keywords: + - kerio-connect + - Network-Web + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kerio-connect +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kerio-connect + - http://kerio.com + - https://hub.docker.com/r/chvb/docker-kerio-connect/ +type: application +version: 0.0.30 diff --git a/incubator/kerio-connect/0.0.30/README.md b/incubator/kerio-connect/0.0.30/README.md new file mode 100644 index 00000000000..37c430c947f --- /dev/null +++ b/incubator/kerio-connect/0.0.30/README.md @@ -0,0 +1,107 @@ +# kerio-connect + +Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kerio-connect](https://truecharts.org/docs/charts/incubator/kerio-connect) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kerio-connect` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kerio-connect TrueCharts/kerio-connect +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kerio-connect` deployment + +```console +helm uninstall kerio-connect +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kerio-connect \ + --set env.TZ="America/New York" \ + TrueCharts/kerio-connect +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kerio-connect TrueCharts/kerio-connect -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kerio-connect/0.0.29/app-readme.md b/incubator/kerio-connect/0.0.30/app-readme.md similarity index 100% rename from incubator/kerio-connect/0.0.29/app-readme.md rename to incubator/kerio-connect/0.0.30/app-readme.md diff --git a/incubator/kerio-connect/0.0.30/charts/common-10.7.1.tgz b/incubator/kerio-connect/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kerio-connect/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/kerio-connect/0.0.29/ix_values.yaml b/incubator/kerio-connect/0.0.30/ix_values.yaml similarity index 100% rename from incubator/kerio-connect/0.0.29/ix_values.yaml rename to incubator/kerio-connect/0.0.30/ix_values.yaml diff --git a/incubator/kerio-connect/0.0.29/questions.yaml b/incubator/kerio-connect/0.0.30/questions.yaml similarity index 100% rename from incubator/kerio-connect/0.0.29/questions.yaml rename to incubator/kerio-connect/0.0.30/questions.yaml diff --git a/incubator/kerio-connect/0.0.29/templates/common.yaml b/incubator/kerio-connect/0.0.30/templates/common.yaml similarity index 100% rename from incubator/kerio-connect/0.0.29/templates/common.yaml rename to incubator/kerio-connect/0.0.30/templates/common.yaml diff --git a/incubator/kerio-connect/0.0.29/values.yaml b/incubator/kerio-connect/0.0.30/values.yaml similarity index 100% rename from incubator/kerio-connect/0.0.29/values.yaml rename to incubator/kerio-connect/0.0.30/values.yaml diff --git a/incubator/kitana/0.0.29/CHANGELOG.md b/incubator/kitana/0.0.29/CHANGELOG.md deleted file mode 100644 index f07186a4fe8..00000000000 --- a/incubator/kitana/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kitana-0.0.29](https://github.com/truecharts/charts/compare/kitana-0.0.28...kitana-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kitana-0.0.28](https://github.com/truecharts/charts/compare/kitana-0.0.27...kitana-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kitana-0.0.28](https://github.com/truecharts/charts/compare/kitana-0.0.27...kitana-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kitana-0.0.27](https://github.com/truecharts/charts/compare/kitana-0.0.26...kitana-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kitana-0.0.26](https://github.com/truecharts/charts/compare/kitana-0.0.25...kitana-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kitana-0.0.25](https://github.com/truecharts/charts/compare/kitana-0.0.24...kitana-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kitana-0.0.24](https://github.com/truecharts/charts/compare/kitana-0.0.23...kitana-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kitana-0.0.24](https://github.com/truecharts/charts/compare/kitana-0.0.23...kitana-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/kitana/0.0.29/Chart.lock b/incubator/kitana/0.0.29/Chart.lock deleted file mode 100644 index 4ee148b302a..00000000000 --- a/incubator/kitana/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:44.104707585Z" diff --git a/incubator/kitana/0.0.29/Chart.yaml b/incubator/kitana/0.0.29/Chart.yaml deleted file mode 100644 index 38eb027a4a5..00000000000 --- a/incubator/kitana/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: 'Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.' -home: https://truecharts.org/docs/charts/incubator/kitana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png -keywords: - - kitana - - HomeAutomation - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kitana -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/kitana - - https://github.com/pannal/Kitana - - https://hub.docker.com/r/pannal/kitana/ -type: application -version: 0.0.29 diff --git a/incubator/kitana/0.0.29/README.md b/incubator/kitana/0.0.29/README.md deleted file mode 100644 index 03b8f9d9a69..00000000000 --- a/incubator/kitana/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# kitana - -Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kitana](https://truecharts.org/docs/charts/incubator/kitana) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kitana` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kitana TrueCharts/kitana -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kitana` deployment - -```console -helm uninstall kitana -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kitana \ - --set env.TZ="America/New York" \ - TrueCharts/kitana -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kitana TrueCharts/kitana -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/kitana/0.0.29/charts/common-10.7.0.tgz b/incubator/kitana/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/kitana/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/kitana/0.0.30/CHANGELOG.md b/incubator/kitana/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..eb6c0bfda93 --- /dev/null +++ b/incubator/kitana/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kitana-0.0.30](https://github.com/truecharts/charts/compare/kitana-0.0.29...kitana-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kitana-0.0.29](https://github.com/truecharts/charts/compare/kitana-0.0.28...kitana-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kitana-0.0.28](https://github.com/truecharts/charts/compare/kitana-0.0.27...kitana-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kitana-0.0.28](https://github.com/truecharts/charts/compare/kitana-0.0.27...kitana-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kitana-0.0.27](https://github.com/truecharts/charts/compare/kitana-0.0.26...kitana-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kitana-0.0.26](https://github.com/truecharts/charts/compare/kitana-0.0.25...kitana-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kitana-0.0.25](https://github.com/truecharts/charts/compare/kitana-0.0.24...kitana-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kitana-0.0.24](https://github.com/truecharts/charts/compare/kitana-0.0.23...kitana-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/kitana/0.0.30/Chart.lock b/incubator/kitana/0.0.30/Chart.lock new file mode 100644 index 00000000000..e0fd7a51b68 --- /dev/null +++ b/incubator/kitana/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:36.058585824Z" diff --git a/incubator/kitana/0.0.30/Chart.yaml b/incubator/kitana/0.0.30/Chart.yaml new file mode 100644 index 00000000000..690a9bc5ab5 --- /dev/null +++ b/incubator/kitana/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: 'Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.' +home: https://truecharts.org/docs/charts/incubator/kitana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.png +keywords: + - kitana + - HomeAutomation + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kitana +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/kitana + - https://github.com/pannal/Kitana + - https://hub.docker.com/r/pannal/kitana/ +type: application +version: 0.0.30 diff --git a/incubator/kitana/0.0.30/README.md b/incubator/kitana/0.0.30/README.md new file mode 100644 index 00000000000..71b9010e3e3 --- /dev/null +++ b/incubator/kitana/0.0.30/README.md @@ -0,0 +1,107 @@ +# kitana + +Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kitana](https://truecharts.org/docs/charts/incubator/kitana) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kitana` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kitana TrueCharts/kitana +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kitana` deployment + +```console +helm uninstall kitana +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kitana \ + --set env.TZ="America/New York" \ + TrueCharts/kitana +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kitana TrueCharts/kitana -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/kitana/0.0.29/app-readme.md b/incubator/kitana/0.0.30/app-readme.md similarity index 100% rename from incubator/kitana/0.0.29/app-readme.md rename to incubator/kitana/0.0.30/app-readme.md diff --git a/incubator/kitana/0.0.30/charts/common-10.7.1.tgz b/incubator/kitana/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/kitana/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/kitana/0.0.29/ix_values.yaml b/incubator/kitana/0.0.30/ix_values.yaml similarity index 100% rename from incubator/kitana/0.0.29/ix_values.yaml rename to incubator/kitana/0.0.30/ix_values.yaml diff --git a/incubator/kitana/0.0.29/questions.yaml b/incubator/kitana/0.0.30/questions.yaml similarity index 100% rename from incubator/kitana/0.0.29/questions.yaml rename to incubator/kitana/0.0.30/questions.yaml diff --git a/incubator/kitana/0.0.29/templates/common.yaml b/incubator/kitana/0.0.30/templates/common.yaml similarity index 100% rename from incubator/kitana/0.0.29/templates/common.yaml rename to incubator/kitana/0.0.30/templates/common.yaml diff --git a/incubator/kitana/0.0.29/values.yaml b/incubator/kitana/0.0.30/values.yaml similarity index 100% rename from incubator/kitana/0.0.29/values.yaml rename to incubator/kitana/0.0.30/values.yaml diff --git a/incubator/krusader/0.0.29/CHANGELOG.md b/incubator/krusader/0.0.29/CHANGELOG.md deleted file mode 100644 index 8bca8f51912..00000000000 --- a/incubator/krusader/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [krusader-0.0.29](https://github.com/truecharts/charts/compare/krusader-0.0.28...krusader-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [krusader-0.0.28](https://github.com/truecharts/charts/compare/krusader-0.0.27...krusader-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [krusader-0.0.28](https://github.com/truecharts/charts/compare/krusader-0.0.27...krusader-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [krusader-0.0.27](https://github.com/truecharts/charts/compare/krusader-0.0.26...krusader-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [krusader-0.0.26](https://github.com/truecharts/charts/compare/krusader-0.0.25...krusader-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [krusader-0.0.25](https://github.com/truecharts/charts/compare/krusader-0.0.24...krusader-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [krusader-0.0.24](https://github.com/truecharts/charts/compare/krusader-0.0.23...krusader-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [krusader-0.0.24](https://github.com/truecharts/charts/compare/krusader-0.0.23...krusader-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/krusader/0.0.29/Chart.lock b/incubator/krusader/0.0.29/Chart.lock deleted file mode 100644 index e3304fcb19a..00000000000 --- a/incubator/krusader/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:52.07905961Z" diff --git a/incubator/krusader/0.0.29/Chart.yaml b/incubator/krusader/0.0.29/Chart.yaml deleted file mode 100644 index ea10c880c3f..00000000000 --- a/incubator/krusader/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc." -home: https://truecharts.org/docs/charts/incubator/krusader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png -keywords: - - krusader - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: krusader -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/krusader - - https://krusader.org/ - - https://hub.docker.com/r/ich777/krusader -type: application -version: 0.0.29 diff --git a/incubator/krusader/0.0.29/README.md b/incubator/krusader/0.0.29/README.md deleted file mode 100644 index c6e075f10b4..00000000000 --- a/incubator/krusader/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# krusader - -Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [krusader](https://truecharts.org/docs/charts/incubator/krusader) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `krusader` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install krusader TrueCharts/krusader -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `krusader` deployment - -```console -helm uninstall krusader -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install krusader \ - --set env.TZ="America/New York" \ - TrueCharts/krusader -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install krusader TrueCharts/krusader -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/krusader/0.0.29/charts/common-10.7.0.tgz b/incubator/krusader/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/krusader/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/krusader/0.0.30/CHANGELOG.md b/incubator/krusader/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9e0508fe05a --- /dev/null +++ b/incubator/krusader/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [krusader-0.0.30](https://github.com/truecharts/charts/compare/krusader-0.0.29...krusader-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [krusader-0.0.29](https://github.com/truecharts/charts/compare/krusader-0.0.28...krusader-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [krusader-0.0.28](https://github.com/truecharts/charts/compare/krusader-0.0.27...krusader-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [krusader-0.0.28](https://github.com/truecharts/charts/compare/krusader-0.0.27...krusader-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [krusader-0.0.27](https://github.com/truecharts/charts/compare/krusader-0.0.26...krusader-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [krusader-0.0.26](https://github.com/truecharts/charts/compare/krusader-0.0.25...krusader-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [krusader-0.0.25](https://github.com/truecharts/charts/compare/krusader-0.0.24...krusader-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [krusader-0.0.24](https://github.com/truecharts/charts/compare/krusader-0.0.23...krusader-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/krusader/0.0.30/Chart.lock b/incubator/krusader/0.0.30/Chart.lock new file mode 100644 index 00000000000..060b973e4eb --- /dev/null +++ b/incubator/krusader/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:27:56.207802806Z" diff --git a/incubator/krusader/0.0.30/Chart.yaml b/incubator/krusader/0.0.30/Chart.yaml new file mode 100644 index 00000000000..aaf5c8445ee --- /dev/null +++ b/incubator/krusader/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc." +home: https://truecharts.org/docs/charts/incubator/krusader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.png +keywords: + - krusader + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: krusader +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/krusader + - https://krusader.org/ + - https://hub.docker.com/r/ich777/krusader +type: application +version: 0.0.30 diff --git a/incubator/krusader/0.0.30/README.md b/incubator/krusader/0.0.30/README.md new file mode 100644 index 00000000000..f1509bbdd57 --- /dev/null +++ b/incubator/krusader/0.0.30/README.md @@ -0,0 +1,107 @@ +# krusader + +Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [krusader](https://truecharts.org/docs/charts/incubator/krusader) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `krusader` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install krusader TrueCharts/krusader +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `krusader` deployment + +```console +helm uninstall krusader +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install krusader \ + --set env.TZ="America/New York" \ + TrueCharts/krusader +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install krusader TrueCharts/krusader -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/krusader/0.0.29/app-readme.md b/incubator/krusader/0.0.30/app-readme.md similarity index 100% rename from incubator/krusader/0.0.29/app-readme.md rename to incubator/krusader/0.0.30/app-readme.md diff --git a/incubator/krusader/0.0.30/charts/common-10.7.1.tgz b/incubator/krusader/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/krusader/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/krusader/0.0.29/ix_values.yaml b/incubator/krusader/0.0.30/ix_values.yaml similarity index 100% rename from incubator/krusader/0.0.29/ix_values.yaml rename to incubator/krusader/0.0.30/ix_values.yaml diff --git a/incubator/krusader/0.0.29/questions.yaml b/incubator/krusader/0.0.30/questions.yaml similarity index 100% rename from incubator/krusader/0.0.29/questions.yaml rename to incubator/krusader/0.0.30/questions.yaml diff --git a/incubator/krusader/0.0.29/templates/common.yaml b/incubator/krusader/0.0.30/templates/common.yaml similarity index 100% rename from incubator/krusader/0.0.29/templates/common.yaml rename to incubator/krusader/0.0.30/templates/common.yaml diff --git a/incubator/krusader/0.0.29/values.yaml b/incubator/krusader/0.0.30/values.yaml similarity index 100% rename from incubator/krusader/0.0.29/values.yaml rename to incubator/krusader/0.0.30/values.yaml diff --git a/incubator/lastoasis/0.0.29/CHANGELOG.md b/incubator/lastoasis/0.0.29/CHANGELOG.md deleted file mode 100644 index e9e741a62bc..00000000000 --- a/incubator/lastoasis/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lastoasis-0.0.29](https://github.com/truecharts/charts/compare/lastoasis-0.0.28...lastoasis-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lastoasis-0.0.28](https://github.com/truecharts/charts/compare/lastoasis-0.0.27...lastoasis-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lastoasis-0.0.28](https://github.com/truecharts/charts/compare/lastoasis-0.0.27...lastoasis-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lastoasis-0.0.27](https://github.com/truecharts/charts/compare/lastoasis-0.0.26...lastoasis-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lastoasis-0.0.26](https://github.com/truecharts/charts/compare/lastoasis-0.0.25...lastoasis-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lastoasis-0.0.25](https://github.com/truecharts/charts/compare/lastoasis-0.0.24...lastoasis-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [lastoasis-0.0.24](https://github.com/truecharts/charts/compare/lastoasis-0.0.23...lastoasis-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [lastoasis-0.0.24](https://github.com/truecharts/charts/compare/lastoasis-0.0.23...lastoasis-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/lastoasis/0.0.29/Chart.lock b/incubator/lastoasis/0.0.29/Chart.lock deleted file mode 100644 index 3b7c72a2c0a..00000000000 --- a/incubator/lastoasis/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:46:56.803277125Z" diff --git a/incubator/lastoasis/0.0.29/Chart.yaml b/incubator/lastoasis/0.0.29/Chart.yaml deleted file mode 100644 index d29d77d60c0..00000000000 --- a/incubator/lastoasis/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Last Oasis and run it." -home: https://truecharts.org/docs/charts/incubator/lastoasis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png -keywords: - - lastoasis - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: lastoasis -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/lastoasis - - https://store.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/lastoasis/0.0.29/README.md b/incubator/lastoasis/0.0.29/README.md deleted file mode 100644 index 765e4d09b5c..00000000000 --- a/incubator/lastoasis/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lastoasis - -This Chart will download and install SteamCMD. It will also install Last Oasis and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lastoasis](https://truecharts.org/docs/charts/incubator/lastoasis) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lastoasis` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lastoasis TrueCharts/lastoasis -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lastoasis` deployment - -```console -helm uninstall lastoasis -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lastoasis \ - --set env.TZ="America/New York" \ - TrueCharts/lastoasis -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lastoasis TrueCharts/lastoasis -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/lastoasis/0.0.29/charts/common-10.7.0.tgz b/incubator/lastoasis/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/lastoasis/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/lastoasis/0.0.30/CHANGELOG.md b/incubator/lastoasis/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3b6ae4b246a --- /dev/null +++ b/incubator/lastoasis/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lastoasis-0.0.30](https://github.com/truecharts/charts/compare/lastoasis-0.0.29...lastoasis-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lastoasis-0.0.29](https://github.com/truecharts/charts/compare/lastoasis-0.0.28...lastoasis-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lastoasis-0.0.28](https://github.com/truecharts/charts/compare/lastoasis-0.0.27...lastoasis-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lastoasis-0.0.28](https://github.com/truecharts/charts/compare/lastoasis-0.0.27...lastoasis-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lastoasis-0.0.27](https://github.com/truecharts/charts/compare/lastoasis-0.0.26...lastoasis-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lastoasis-0.0.26](https://github.com/truecharts/charts/compare/lastoasis-0.0.25...lastoasis-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lastoasis-0.0.25](https://github.com/truecharts/charts/compare/lastoasis-0.0.24...lastoasis-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lastoasis-0.0.24](https://github.com/truecharts/charts/compare/lastoasis-0.0.23...lastoasis-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/lastoasis/0.0.30/Chart.lock b/incubator/lastoasis/0.0.30/Chart.lock new file mode 100644 index 00000000000..122c7a0c72e --- /dev/null +++ b/incubator/lastoasis/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:02.570582616Z" diff --git a/incubator/lastoasis/0.0.30/Chart.yaml b/incubator/lastoasis/0.0.30/Chart.yaml new file mode 100644 index 00000000000..fa3b81c57ed --- /dev/null +++ b/incubator/lastoasis/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Last Oasis and run it." +home: https://truecharts.org/docs/charts/incubator/lastoasis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.png +keywords: + - lastoasis + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lastoasis +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lastoasis + - https://store.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/lastoasis/0.0.30/README.md b/incubator/lastoasis/0.0.30/README.md new file mode 100644 index 00000000000..f3cf4474786 --- /dev/null +++ b/incubator/lastoasis/0.0.30/README.md @@ -0,0 +1,107 @@ +# lastoasis + +This Chart will download and install SteamCMD. It will also install Last Oasis and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lastoasis](https://truecharts.org/docs/charts/incubator/lastoasis) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lastoasis` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lastoasis TrueCharts/lastoasis +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lastoasis` deployment + +```console +helm uninstall lastoasis +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lastoasis \ + --set env.TZ="America/New York" \ + TrueCharts/lastoasis +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lastoasis TrueCharts/lastoasis -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/lastoasis/0.0.29/app-readme.md b/incubator/lastoasis/0.0.30/app-readme.md similarity index 100% rename from incubator/lastoasis/0.0.29/app-readme.md rename to incubator/lastoasis/0.0.30/app-readme.md diff --git a/incubator/lastoasis/0.0.30/charts/common-10.7.1.tgz b/incubator/lastoasis/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/lastoasis/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/lastoasis/0.0.29/ix_values.yaml b/incubator/lastoasis/0.0.30/ix_values.yaml similarity index 100% rename from incubator/lastoasis/0.0.29/ix_values.yaml rename to incubator/lastoasis/0.0.30/ix_values.yaml diff --git a/incubator/lastoasis/0.0.29/questions.yaml b/incubator/lastoasis/0.0.30/questions.yaml similarity index 100% rename from incubator/lastoasis/0.0.29/questions.yaml rename to incubator/lastoasis/0.0.30/questions.yaml diff --git a/incubator/lastoasis/0.0.29/templates/common.yaml b/incubator/lastoasis/0.0.30/templates/common.yaml similarity index 100% rename from incubator/lastoasis/0.0.29/templates/common.yaml rename to incubator/lastoasis/0.0.30/templates/common.yaml diff --git a/incubator/lastoasis/0.0.29/values.yaml b/incubator/lastoasis/0.0.30/values.yaml similarity index 100% rename from incubator/lastoasis/0.0.29/values.yaml rename to incubator/lastoasis/0.0.30/values.yaml diff --git a/incubator/left4dead/0.0.29/CHANGELOG.md b/incubator/left4dead/0.0.29/CHANGELOG.md deleted file mode 100644 index 473c5ccfe28..00000000000 --- a/incubator/left4dead/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [left4dead-0.0.29](https://github.com/truecharts/charts/compare/left4dead-0.0.28...left4dead-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [left4dead-0.0.28](https://github.com/truecharts/charts/compare/left4dead-0.0.27...left4dead-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [left4dead-0.0.28](https://github.com/truecharts/charts/compare/left4dead-0.0.27...left4dead-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [left4dead-0.0.27](https://github.com/truecharts/charts/compare/left4dead-0.0.26...left4dead-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [left4dead-0.0.26](https://github.com/truecharts/charts/compare/left4dead-0.0.25...left4dead-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [left4dead-0.0.25](https://github.com/truecharts/charts/compare/left4dead-0.0.24...left4dead-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [left4dead-0.0.24](https://github.com/truecharts/charts/compare/left4dead-0.0.23...left4dead-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [left4dead-0.0.24](https://github.com/truecharts/charts/compare/left4dead-0.0.23...left4dead-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/left4dead/0.0.29/Chart.lock b/incubator/left4dead/0.0.29/Chart.lock deleted file mode 100644 index b213162be6c..00000000000 --- a/incubator/left4dead/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:02.862120704Z" diff --git a/incubator/left4dead/0.0.29/Chart.yaml b/incubator/left4dead/0.0.29/Chart.yaml deleted file mode 100644 index b5da7cb5be6..00000000000 --- a/incubator/left4dead/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Left4Dead and run it." -home: https://truecharts.org/docs/charts/incubator/left4dead -icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png -keywords: - - left4dead - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: left4dead -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/left4dead - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/left4dead/0.0.29/README.md b/incubator/left4dead/0.0.29/README.md deleted file mode 100644 index 0aab7939662..00000000000 --- a/incubator/left4dead/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# left4dead - -This Chart will download and install SteamCMD. It will also install Left4Dead and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [left4dead](https://truecharts.org/docs/charts/incubator/left4dead) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `left4dead` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install left4dead TrueCharts/left4dead -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `left4dead` deployment - -```console -helm uninstall left4dead -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install left4dead \ - --set env.TZ="America/New York" \ - TrueCharts/left4dead -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install left4dead TrueCharts/left4dead -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/left4dead/0.0.29/charts/common-10.7.0.tgz b/incubator/left4dead/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/left4dead/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/left4dead/0.0.30/CHANGELOG.md b/incubator/left4dead/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..acb3d87ae27 --- /dev/null +++ b/incubator/left4dead/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [left4dead-0.0.30](https://github.com/truecharts/charts/compare/left4dead-0.0.29...left4dead-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [left4dead-0.0.29](https://github.com/truecharts/charts/compare/left4dead-0.0.28...left4dead-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [left4dead-0.0.28](https://github.com/truecharts/charts/compare/left4dead-0.0.27...left4dead-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [left4dead-0.0.28](https://github.com/truecharts/charts/compare/left4dead-0.0.27...left4dead-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [left4dead-0.0.27](https://github.com/truecharts/charts/compare/left4dead-0.0.26...left4dead-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [left4dead-0.0.26](https://github.com/truecharts/charts/compare/left4dead-0.0.25...left4dead-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [left4dead-0.0.25](https://github.com/truecharts/charts/compare/left4dead-0.0.24...left4dead-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [left4dead-0.0.24](https://github.com/truecharts/charts/compare/left4dead-0.0.23...left4dead-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/left4dead/0.0.30/Chart.lock b/incubator/left4dead/0.0.30/Chart.lock new file mode 100644 index 00000000000..0e657ff1344 --- /dev/null +++ b/incubator/left4dead/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:04.829510711Z" diff --git a/incubator/left4dead/0.0.30/Chart.yaml b/incubator/left4dead/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5013d53d614 --- /dev/null +++ b/incubator/left4dead/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Left4Dead and run it." +home: https://truecharts.org/docs/charts/incubator/left4dead +icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.png +keywords: + - left4dead + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: left4dead +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/left4dead + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/left4dead/0.0.30/README.md b/incubator/left4dead/0.0.30/README.md new file mode 100644 index 00000000000..eaec140923a --- /dev/null +++ b/incubator/left4dead/0.0.30/README.md @@ -0,0 +1,107 @@ +# left4dead + +This Chart will download and install SteamCMD. It will also install Left4Dead and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [left4dead](https://truecharts.org/docs/charts/incubator/left4dead) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `left4dead` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install left4dead TrueCharts/left4dead +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `left4dead` deployment + +```console +helm uninstall left4dead +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install left4dead \ + --set env.TZ="America/New York" \ + TrueCharts/left4dead +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install left4dead TrueCharts/left4dead -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/left4dead/0.0.29/app-readme.md b/incubator/left4dead/0.0.30/app-readme.md similarity index 100% rename from incubator/left4dead/0.0.29/app-readme.md rename to incubator/left4dead/0.0.30/app-readme.md diff --git a/incubator/left4dead/0.0.30/charts/common-10.7.1.tgz b/incubator/left4dead/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/left4dead/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/left4dead/0.0.29/ix_values.yaml b/incubator/left4dead/0.0.30/ix_values.yaml similarity index 100% rename from incubator/left4dead/0.0.29/ix_values.yaml rename to incubator/left4dead/0.0.30/ix_values.yaml diff --git a/incubator/left4dead/0.0.29/questions.yaml b/incubator/left4dead/0.0.30/questions.yaml similarity index 100% rename from incubator/left4dead/0.0.29/questions.yaml rename to incubator/left4dead/0.0.30/questions.yaml diff --git a/incubator/left4dead/0.0.29/templates/common.yaml b/incubator/left4dead/0.0.30/templates/common.yaml similarity index 100% rename from incubator/left4dead/0.0.29/templates/common.yaml rename to incubator/left4dead/0.0.30/templates/common.yaml diff --git a/incubator/left4dead/0.0.29/values.yaml b/incubator/left4dead/0.0.30/values.yaml similarity index 100% rename from incubator/left4dead/0.0.29/values.yaml rename to incubator/left4dead/0.0.30/values.yaml diff --git a/incubator/lemur-cfssl/0.0.29/CHANGELOG.md b/incubator/lemur-cfssl/0.0.29/CHANGELOG.md deleted file mode 100644 index 1a333675853..00000000000 --- a/incubator/lemur-cfssl/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lemur-cfssl-0.0.29](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.28...lemur-cfssl-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lemur-cfssl-0.0.28](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.27...lemur-cfssl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lemur-cfssl-0.0.28](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.27...lemur-cfssl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lemur-cfssl-0.0.27](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.26...lemur-cfssl-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lemur-cfssl-0.0.26](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.25...lemur-cfssl-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lemur-cfssl-0.0.25](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.24...lemur-cfssl-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [lemur-cfssl-0.0.24](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.23...lemur-cfssl-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [lemur-cfssl-0.0.24](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.23...lemur-cfssl-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/lemur-cfssl/0.0.29/Chart.lock b/incubator/lemur-cfssl/0.0.29/Chart.lock deleted file mode 100644 index 26b449eb7c5..00000000000 --- a/incubator/lemur-cfssl/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:13.127840786Z" diff --git a/incubator/lemur-cfssl/0.0.29/Chart.yaml b/incubator/lemur-cfssl/0.0.29/Chart.yaml deleted file mode 100644 index 251e2cc2eb6..00000000000 --- a/incubator/lemur-cfssl/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults." -home: https://truecharts.org/docs/charts/incubator/lemur-cfssl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png -keywords: - - lemur-cfssl - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: lemur-cfssl -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/lemur-cfssl - - https://github.com/Netflix/lemur - - https://hub.docker.com/r/halianelf/lemur/ -type: application -version: 0.0.29 diff --git a/incubator/lemur-cfssl/0.0.29/README.md b/incubator/lemur-cfssl/0.0.29/README.md deleted file mode 100644 index 552c4ade4b0..00000000000 --- a/incubator/lemur-cfssl/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lemur-cfssl - -Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lemur-cfssl](https://truecharts.org/docs/charts/incubator/lemur-cfssl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lemur-cfssl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lemur-cfssl TrueCharts/lemur-cfssl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lemur-cfssl` deployment - -```console -helm uninstall lemur-cfssl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lemur-cfssl \ - --set env.TZ="America/New York" \ - TrueCharts/lemur-cfssl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lemur-cfssl TrueCharts/lemur-cfssl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/lemur-cfssl/0.0.29/charts/common-10.7.0.tgz b/incubator/lemur-cfssl/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/lemur-cfssl/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/lemur-cfssl/0.0.30/CHANGELOG.md b/incubator/lemur-cfssl/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4e04b204ae7 --- /dev/null +++ b/incubator/lemur-cfssl/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lemur-cfssl-0.0.30](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.29...lemur-cfssl-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lemur-cfssl-0.0.29](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.28...lemur-cfssl-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lemur-cfssl-0.0.28](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.27...lemur-cfssl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lemur-cfssl-0.0.28](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.27...lemur-cfssl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lemur-cfssl-0.0.27](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.26...lemur-cfssl-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lemur-cfssl-0.0.26](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.25...lemur-cfssl-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lemur-cfssl-0.0.25](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.24...lemur-cfssl-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lemur-cfssl-0.0.24](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.23...lemur-cfssl-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [lemur-cfssl-0.0.24](https://github.com/truecharts/charts/compare/lemur-cfssl-0.0.23...lemur-cfssl-0.0.24) (2022-09-21) diff --git a/incubator/lemur-cfssl/0.0.30/Chart.lock b/incubator/lemur-cfssl/0.0.30/Chart.lock new file mode 100644 index 00000000000..39956c6327c --- /dev/null +++ b/incubator/lemur-cfssl/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:07.498138602Z" diff --git a/incubator/lemur-cfssl/0.0.30/Chart.yaml b/incubator/lemur-cfssl/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f629d5486bb --- /dev/null +++ b/incubator/lemur-cfssl/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults." +home: https://truecharts.org/docs/charts/incubator/lemur-cfssl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.png +keywords: + - lemur-cfssl + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lemur-cfssl +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lemur-cfssl + - https://github.com/Netflix/lemur + - https://hub.docker.com/r/halianelf/lemur/ +type: application +version: 0.0.30 diff --git a/incubator/lemur-cfssl/0.0.30/README.md b/incubator/lemur-cfssl/0.0.30/README.md new file mode 100644 index 00000000000..6f5d5533b79 --- /dev/null +++ b/incubator/lemur-cfssl/0.0.30/README.md @@ -0,0 +1,107 @@ +# lemur-cfssl + +Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lemur-cfssl](https://truecharts.org/docs/charts/incubator/lemur-cfssl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lemur-cfssl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lemur-cfssl TrueCharts/lemur-cfssl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lemur-cfssl` deployment + +```console +helm uninstall lemur-cfssl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lemur-cfssl \ + --set env.TZ="America/New York" \ + TrueCharts/lemur-cfssl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lemur-cfssl TrueCharts/lemur-cfssl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/lemur-cfssl/0.0.29/app-readme.md b/incubator/lemur-cfssl/0.0.30/app-readme.md similarity index 100% rename from incubator/lemur-cfssl/0.0.29/app-readme.md rename to incubator/lemur-cfssl/0.0.30/app-readme.md diff --git a/incubator/lemur-cfssl/0.0.30/charts/common-10.7.1.tgz b/incubator/lemur-cfssl/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/lemur-cfssl/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/lemur-cfssl/0.0.29/ix_values.yaml b/incubator/lemur-cfssl/0.0.30/ix_values.yaml similarity index 100% rename from incubator/lemur-cfssl/0.0.29/ix_values.yaml rename to incubator/lemur-cfssl/0.0.30/ix_values.yaml diff --git a/incubator/lemur-cfssl/0.0.29/questions.yaml b/incubator/lemur-cfssl/0.0.30/questions.yaml similarity index 100% rename from incubator/lemur-cfssl/0.0.29/questions.yaml rename to incubator/lemur-cfssl/0.0.30/questions.yaml diff --git a/incubator/lemur-cfssl/0.0.29/templates/common.yaml b/incubator/lemur-cfssl/0.0.30/templates/common.yaml similarity index 100% rename from incubator/lemur-cfssl/0.0.29/templates/common.yaml rename to incubator/lemur-cfssl/0.0.30/templates/common.yaml diff --git a/incubator/lemur-cfssl/0.0.29/values.yaml b/incubator/lemur-cfssl/0.0.30/values.yaml similarity index 100% rename from incubator/lemur-cfssl/0.0.29/values.yaml rename to incubator/lemur-cfssl/0.0.30/values.yaml diff --git a/incubator/lenpaste/0.0.7/CHANGELOG.md b/incubator/lenpaste/0.0.7/CHANGELOG.md deleted file mode 100644 index d4f0b2b85c4..00000000000 --- a/incubator/lenpaste/0.0.7/CHANGELOG.md +++ /dev/null @@ -1,71 +0,0 @@ -# Changelog - - - -## [lenpaste-0.0.7](https://github.com/truecharts/charts/compare/lenpaste-0.0.6...lenpaste-0.0.7) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [lenpaste-0.0.6](https://github.com/truecharts/charts/compare/lenpaste-0.0.5...lenpaste-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lenpaste-0.0.5](https://github.com/truecharts/charts/compare/lenpaste-0.0.4...lenpaste-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lenpaste-0.0.5](https://github.com/truecharts/charts/compare/lenpaste-0.0.4...lenpaste-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lenpaste-0.0.4](https://github.com/truecharts/charts/compare/lenpaste-0.0.3...lenpaste-0.0.4) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lenpaste-0.0.2](https://github.com/truecharts/charts/compare/lenpaste-0.0.1...lenpaste-0.0.2) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lenpaste-0.0.1]lenpaste-0.0.1 (2022-09-25) - -### Feat - -- add lenpaste ([#3895](https://github.com/truecharts/charts/issues/3895)) diff --git a/incubator/lenpaste/0.0.7/Chart.lock b/incubator/lenpaste/0.0.7/Chart.lock deleted file mode 100644 index be42183a8ab..00000000000 --- a/incubator/lenpaste/0.0.7/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-15T00:13:39.913541604Z" diff --git a/incubator/lenpaste/0.0.7/Chart.yaml b/incubator/lenpaste/0.0.7/Chart.yaml deleted file mode 100644 index 1ac1d8d95a0..00000000000 --- a/incubator/lenpaste/0.0.7/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Lenpaste is a web service that allows you to share notes anonymously -home: https://truecharts.org/docs/charts/incubator/lenpaste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png -keywords: - - lenpaste -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: lenpaste -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste - - https://git.lcomrade.su/root/lenpaste -version: 0.0.7 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/lenpaste/0.0.7/README.md b/incubator/lenpaste/0.0.7/README.md deleted file mode 100644 index 4916eec7632..00000000000 --- a/incubator/lenpaste/0.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lenpaste - -Lenpaste is a web service that allows you to share notes anonymously - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lenpaste](https://truecharts.org/docs/charts/incubator/lenpaste) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lenpaste` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lenpaste TrueCharts/lenpaste -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lenpaste` deployment - -```console -helm uninstall lenpaste -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lenpaste \ - --set env.TZ="America/New York" \ - TrueCharts/lenpaste -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lenpaste TrueCharts/lenpaste -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/lenpaste/0.0.7/charts/common-10.7.0.tgz b/incubator/lenpaste/0.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/lenpaste/0.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/lenpaste/0.0.7/charts/postgresql-8.0.97.tgz b/incubator/lenpaste/0.0.7/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/lenpaste/0.0.7/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/lenpaste/0.0.8/CHANGELOG.md b/incubator/lenpaste/0.0.8/CHANGELOG.md new file mode 100644 index 00000000000..32f9b496de7 --- /dev/null +++ b/incubator/lenpaste/0.0.8/CHANGELOG.md @@ -0,0 +1,81 @@ +# Changelog + + + +## [lenpaste-0.0.8](https://github.com/truecharts/charts/compare/lenpaste-0.0.7...lenpaste-0.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lenpaste-0.0.7](https://github.com/truecharts/charts/compare/lenpaste-0.0.6...lenpaste-0.0.7) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [lenpaste-0.0.6](https://github.com/truecharts/charts/compare/lenpaste-0.0.5...lenpaste-0.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lenpaste-0.0.5](https://github.com/truecharts/charts/compare/lenpaste-0.0.4...lenpaste-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lenpaste-0.0.5](https://github.com/truecharts/charts/compare/lenpaste-0.0.4...lenpaste-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lenpaste-0.0.4](https://github.com/truecharts/charts/compare/lenpaste-0.0.3...lenpaste-0.0.4) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lenpaste-0.0.2](https://github.com/truecharts/charts/compare/lenpaste-0.0.1...lenpaste-0.0.2) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lenpaste-0.0.1]lenpaste-0.0.1 (2022-09-25) + +### Feat + +- add lenpaste ([#3895](https://github.com/truecharts/charts/issues/3895)) diff --git a/incubator/lenpaste/0.0.8/Chart.lock b/incubator/lenpaste/0.0.8/Chart.lock new file mode 100644 index 00000000000..fe761969c14 --- /dev/null +++ b/incubator/lenpaste/0.0.8/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:28:38.423442325Z" diff --git a/incubator/lenpaste/0.0.8/Chart.yaml b/incubator/lenpaste/0.0.8/Chart.yaml new file mode 100644 index 00000000000..e541f6aa023 --- /dev/null +++ b/incubator/lenpaste/0.0.8/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Lenpaste is a web service that allows you to share notes anonymously +home: https://truecharts.org/docs/charts/incubator/lenpaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png +keywords: + - lenpaste +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lenpaste +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste + - https://git.lcomrade.su/root/lenpaste +version: 0.0.8 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/lenpaste/0.0.8/README.md b/incubator/lenpaste/0.0.8/README.md new file mode 100644 index 00000000000..53f2538e443 --- /dev/null +++ b/incubator/lenpaste/0.0.8/README.md @@ -0,0 +1,107 @@ +# lenpaste + +Lenpaste is a web service that allows you to share notes anonymously + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lenpaste](https://truecharts.org/docs/charts/incubator/lenpaste) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lenpaste` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lenpaste TrueCharts/lenpaste +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lenpaste` deployment + +```console +helm uninstall lenpaste +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lenpaste \ + --set env.TZ="America/New York" \ + TrueCharts/lenpaste +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lenpaste TrueCharts/lenpaste -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/lenpaste/0.0.7/app-readme.md b/incubator/lenpaste/0.0.8/app-readme.md similarity index 100% rename from incubator/lenpaste/0.0.7/app-readme.md rename to incubator/lenpaste/0.0.8/app-readme.md diff --git a/incubator/lenpaste/0.0.8/charts/common-10.7.1.tgz b/incubator/lenpaste/0.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/lenpaste/0.0.8/charts/common-10.7.1.tgz differ diff --git a/incubator/lenpaste/0.0.8/charts/postgresql-8.0.101.tgz b/incubator/lenpaste/0.0.8/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/lenpaste/0.0.8/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/lenpaste/0.0.7/ix_values.yaml b/incubator/lenpaste/0.0.8/ix_values.yaml similarity index 100% rename from incubator/lenpaste/0.0.7/ix_values.yaml rename to incubator/lenpaste/0.0.8/ix_values.yaml diff --git a/incubator/lenpaste/0.0.7/questions.yaml b/incubator/lenpaste/0.0.8/questions.yaml similarity index 100% rename from incubator/lenpaste/0.0.7/questions.yaml rename to incubator/lenpaste/0.0.8/questions.yaml diff --git a/incubator/lenpaste/0.0.7/templates/common.yaml b/incubator/lenpaste/0.0.8/templates/common.yaml similarity index 100% rename from incubator/lenpaste/0.0.7/templates/common.yaml rename to incubator/lenpaste/0.0.8/templates/common.yaml diff --git a/incubator/lenpaste/0.0.7/values.yaml b/incubator/lenpaste/0.0.8/values.yaml similarity index 100% rename from incubator/lenpaste/0.0.7/values.yaml rename to incubator/lenpaste/0.0.8/values.yaml diff --git a/incubator/lingva/0.0.31/CHANGELOG.md b/incubator/lingva/0.0.31/CHANGELOG.md deleted file mode 100644 index 1dd367e9758..00000000000 --- a/incubator/lingva/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lingva-0.0.31](https://github.com/truecharts/charts/compare/lingva-0.0.30...lingva-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lingva-0.0.30](https://github.com/truecharts/charts/compare/lingva-0.0.29...lingva-0.0.30) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [lingva-0.0.29](https://github.com/truecharts/charts/compare/lingva-0.0.28...lingva-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lingva-0.0.29](https://github.com/truecharts/charts/compare/lingva-0.0.28...lingva-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lingva-0.0.28](https://github.com/truecharts/charts/compare/lingva-0.0.27...lingva-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lingva-0.0.27](https://github.com/truecharts/charts/compare/lingva-0.0.26...lingva-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lingva-0.0.26](https://github.com/truecharts/charts/compare/lingva-0.0.25...lingva-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [lingva-0.0.25](https://github.com/truecharts/charts/compare/lingva-0.0.24...lingva-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/lingva/0.0.31/Chart.lock b/incubator/lingva/0.0.31/Chart.lock deleted file mode 100644 index a06d055cc24..00000000000 --- a/incubator/lingva/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:26.524379305Z" diff --git a/incubator/lingva/0.0.31/Chart.yaml b/incubator/lingva/0.0.31/Chart.yaml deleted file mode 100644 index ea08b9f1f0d..00000000000 --- a/incubator/lingva/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available -home: https://truecharts.org/docs/charts/incubator/lingva -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png -keywords: - - lingva - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: lingva -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/lingva - - https://github.com/TheDavidDelta/lingva-translate - - https://hub.docker.com/r/thedaviddelta/lingva-translate -type: application -version: 0.0.31 diff --git a/incubator/lingva/0.0.31/README.md b/incubator/lingva/0.0.31/README.md deleted file mode 100644 index 3d8d8733928..00000000000 --- a/incubator/lingva/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lingva - -Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lingva](https://truecharts.org/docs/charts/incubator/lingva) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lingva` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lingva TrueCharts/lingva -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lingva` deployment - -```console -helm uninstall lingva -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lingva \ - --set env.TZ="America/New York" \ - TrueCharts/lingva -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lingva TrueCharts/lingva -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/lingva/0.0.31/charts/common-10.7.0.tgz b/incubator/lingva/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/lingva/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/lingva/0.0.32/CHANGELOG.md b/incubator/lingva/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..486cb89297d --- /dev/null +++ b/incubator/lingva/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lingva-0.0.32](https://github.com/truecharts/charts/compare/lingva-0.0.31...lingva-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lingva-0.0.31](https://github.com/truecharts/charts/compare/lingva-0.0.30...lingva-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lingva-0.0.30](https://github.com/truecharts/charts/compare/lingva-0.0.29...lingva-0.0.30) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [lingva-0.0.29](https://github.com/truecharts/charts/compare/lingva-0.0.28...lingva-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lingva-0.0.29](https://github.com/truecharts/charts/compare/lingva-0.0.28...lingva-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lingva-0.0.28](https://github.com/truecharts/charts/compare/lingva-0.0.27...lingva-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lingva-0.0.27](https://github.com/truecharts/charts/compare/lingva-0.0.26...lingva-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lingva-0.0.26](https://github.com/truecharts/charts/compare/lingva-0.0.25...lingva-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lingva-0.0.25](https://github.com/truecharts/charts/compare/lingva-0.0.24...lingva-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/lingva/0.0.32/Chart.lock b/incubator/lingva/0.0.32/Chart.lock new file mode 100644 index 00000000000..f05772cf354 --- /dev/null +++ b/incubator/lingva/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:33.379697497Z" diff --git a/incubator/lingva/0.0.32/Chart.yaml b/incubator/lingva/0.0.32/Chart.yaml new file mode 100644 index 00000000000..5312091bb25 --- /dev/null +++ b/incubator/lingva/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available +home: https://truecharts.org/docs/charts/incubator/lingva +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.png +keywords: + - lingva + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lingva +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/lingva + - https://github.com/TheDavidDelta/lingva-translate + - https://hub.docker.com/r/thedaviddelta/lingva-translate +type: application +version: 0.0.32 diff --git a/incubator/lingva/0.0.32/README.md b/incubator/lingva/0.0.32/README.md new file mode 100644 index 00000000000..f186e2371ef --- /dev/null +++ b/incubator/lingva/0.0.32/README.md @@ -0,0 +1,107 @@ +# lingva + +Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lingva](https://truecharts.org/docs/charts/incubator/lingva) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lingva` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lingva TrueCharts/lingva +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lingva` deployment + +```console +helm uninstall lingva +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lingva \ + --set env.TZ="America/New York" \ + TrueCharts/lingva +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lingva TrueCharts/lingva -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/lingva/0.0.31/app-readme.md b/incubator/lingva/0.0.32/app-readme.md similarity index 100% rename from incubator/lingva/0.0.31/app-readme.md rename to incubator/lingva/0.0.32/app-readme.md diff --git a/incubator/lingva/0.0.32/charts/common-10.7.1.tgz b/incubator/lingva/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/lingva/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/lingva/0.0.31/ix_values.yaml b/incubator/lingva/0.0.32/ix_values.yaml similarity index 100% rename from incubator/lingva/0.0.31/ix_values.yaml rename to incubator/lingva/0.0.32/ix_values.yaml diff --git a/incubator/lingva/0.0.31/questions.yaml b/incubator/lingva/0.0.32/questions.yaml similarity index 100% rename from incubator/lingva/0.0.31/questions.yaml rename to incubator/lingva/0.0.32/questions.yaml diff --git a/incubator/lingva/0.0.31/templates/common.yaml b/incubator/lingva/0.0.32/templates/common.yaml similarity index 100% rename from incubator/lingva/0.0.31/templates/common.yaml rename to incubator/lingva/0.0.32/templates/common.yaml diff --git a/incubator/lingva/0.0.31/values.yaml b/incubator/lingva/0.0.32/values.yaml similarity index 100% rename from incubator/lingva/0.0.31/values.yaml rename to incubator/lingva/0.0.32/values.yaml diff --git a/incubator/linkwallet/0.0.7/CHANGELOG.md b/incubator/linkwallet/0.0.7/CHANGELOG.md deleted file mode 100644 index 8b0892685bd..00000000000 --- a/incubator/linkwallet/0.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [linkwallet-0.0.7](https://github.com/truecharts/charts/compare/linkwallet-0.0.6...linkwallet-0.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [linkwallet-0.0.6](https://github.com/truecharts/charts/compare/linkwallet-0.0.5...linkwallet-0.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkwallet-0.0.6](https://github.com/truecharts/charts/compare/linkwallet-0.0.5...linkwallet-0.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkwallet-0.0.5](https://github.com/truecharts/charts/compare/linkwallet-0.0.4...linkwallet-0.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [linkwallet-0.0.4](https://github.com/truecharts/charts/compare/linkwallet-0.0.3...linkwallet-0.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [linkwallet-0.0.3](https://github.com/truecharts/charts/compare/linkwallet-0.0.2...linkwallet-0.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [linkwallet-0.0.2]linkwallet-0.0.2 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - move last apps to LB from simple ([#3825](https://github.com/truecharts/charts/issues/3825)) - - ### Feat - -- add linkwallet ([#3809](https://github.com/truecharts/charts/issues/3809)) - - - - -## [linkwallet-0.0.2]linkwallet-0.0.2 (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/linkwallet/0.0.7/Chart.lock b/incubator/linkwallet/0.0.7/Chart.lock deleted file mode 100644 index f8e9454a876..00000000000 --- a/incubator/linkwallet/0.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:32.230607387Z" diff --git a/incubator/linkwallet/0.0.7/Chart.yaml b/incubator/linkwallet/0.0.7/Chart.yaml deleted file mode 100644 index 7d2e0484edb..00000000000 --- a/incubator/linkwallet/0.0.7/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "0.0.34" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A self-hosted bookmark database with full-text page content search. -home: https://truecharts.org/docs/charts/incubator/linkwallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png -keywords: - - bookmarks -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: linkwallet -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/linkwallet - - https://github.com/tardisx/linkwallet -version: 0.0.7 -annotations: - truecharts.org/catagories: | - - bookmarks - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/linkwallet/0.0.7/README.md b/incubator/linkwallet/0.0.7/README.md deleted file mode 100644 index f208e830f15..00000000000 --- a/incubator/linkwallet/0.0.7/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# linkwallet - -A self-hosted bookmark database with full-text page content search. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [linkwallet](https://truecharts.org/docs/charts/incubator/linkwallet) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `linkwallet` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install linkwallet TrueCharts/linkwallet -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `linkwallet` deployment - -```console -helm uninstall linkwallet -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install linkwallet \ - --set env.TZ="America/New York" \ - TrueCharts/linkwallet -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install linkwallet TrueCharts/linkwallet -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/linkwallet/0.0.7/charts/common-10.7.0.tgz b/incubator/linkwallet/0.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/linkwallet/0.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/linkwallet/0.0.8/CHANGELOG.md b/incubator/linkwallet/0.0.8/CHANGELOG.md new file mode 100644 index 00000000000..64bf45ded72 --- /dev/null +++ b/incubator/linkwallet/0.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [linkwallet-0.0.8](https://github.com/truecharts/charts/compare/linkwallet-0.0.7...linkwallet-0.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [linkwallet-0.0.7](https://github.com/truecharts/charts/compare/linkwallet-0.0.6...linkwallet-0.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [linkwallet-0.0.6](https://github.com/truecharts/charts/compare/linkwallet-0.0.5...linkwallet-0.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkwallet-0.0.6](https://github.com/truecharts/charts/compare/linkwallet-0.0.5...linkwallet-0.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkwallet-0.0.5](https://github.com/truecharts/charts/compare/linkwallet-0.0.4...linkwallet-0.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [linkwallet-0.0.4](https://github.com/truecharts/charts/compare/linkwallet-0.0.3...linkwallet-0.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [linkwallet-0.0.3](https://github.com/truecharts/charts/compare/linkwallet-0.0.2...linkwallet-0.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [linkwallet-0.0.2]linkwallet-0.0.2 (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - move last apps to LB from simple ([#3825](https://github.com/truecharts/charts/issues/3825)) + + ### Feat + +- add linkwallet ([#3809](https://github.com/truecharts/charts/issues/3809)) + + + + +## [linkwallet-0.0.2]linkwallet-0.0.2 (2022-09-21) diff --git a/incubator/linkwallet/0.0.8/Chart.lock b/incubator/linkwallet/0.0.8/Chart.lock new file mode 100644 index 00000000000..19b6333a1fc --- /dev/null +++ b/incubator/linkwallet/0.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:36.911966017Z" diff --git a/incubator/linkwallet/0.0.8/Chart.yaml b/incubator/linkwallet/0.0.8/Chart.yaml new file mode 100644 index 00000000000..9e14b91ebb0 --- /dev/null +++ b/incubator/linkwallet/0.0.8/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "0.0.34" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A self-hosted bookmark database with full-text page content search. +home: https://truecharts.org/docs/charts/incubator/linkwallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.png +keywords: + - bookmarks +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: linkwallet +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/linkwallet + - https://github.com/tardisx/linkwallet +version: 0.0.8 +annotations: + truecharts.org/catagories: | + - bookmarks + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/linkwallet/0.0.8/README.md b/incubator/linkwallet/0.0.8/README.md new file mode 100644 index 00000000000..d8a59408a6d --- /dev/null +++ b/incubator/linkwallet/0.0.8/README.md @@ -0,0 +1,106 @@ +# linkwallet + +A self-hosted bookmark database with full-text page content search. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [linkwallet](https://truecharts.org/docs/charts/incubator/linkwallet) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `linkwallet` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install linkwallet TrueCharts/linkwallet +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `linkwallet` deployment + +```console +helm uninstall linkwallet +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install linkwallet \ + --set env.TZ="America/New York" \ + TrueCharts/linkwallet +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install linkwallet TrueCharts/linkwallet -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/linkwallet/0.0.7/app-readme.md b/incubator/linkwallet/0.0.8/app-readme.md similarity index 100% rename from incubator/linkwallet/0.0.7/app-readme.md rename to incubator/linkwallet/0.0.8/app-readme.md diff --git a/incubator/linkwallet/0.0.8/charts/common-10.7.1.tgz b/incubator/linkwallet/0.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/linkwallet/0.0.8/charts/common-10.7.1.tgz differ diff --git a/incubator/linkwallet/0.0.7/ix_values.yaml b/incubator/linkwallet/0.0.8/ix_values.yaml similarity index 100% rename from incubator/linkwallet/0.0.7/ix_values.yaml rename to incubator/linkwallet/0.0.8/ix_values.yaml diff --git a/incubator/linkwallet/0.0.7/questions.yaml b/incubator/linkwallet/0.0.8/questions.yaml similarity index 100% rename from incubator/linkwallet/0.0.7/questions.yaml rename to incubator/linkwallet/0.0.8/questions.yaml diff --git a/incubator/linkwallet/0.0.7/templates/common.yaml b/incubator/linkwallet/0.0.8/templates/common.yaml similarity index 100% rename from incubator/linkwallet/0.0.7/templates/common.yaml rename to incubator/linkwallet/0.0.8/templates/common.yaml diff --git a/incubator/linkwallet/0.0.7/values.yaml b/incubator/linkwallet/0.0.8/values.yaml similarity index 100% rename from incubator/linkwallet/0.0.7/values.yaml rename to incubator/linkwallet/0.0.8/values.yaml diff --git a/incubator/liquid-dl/0.0.29/CHANGELOG.md b/incubator/liquid-dl/0.0.29/CHANGELOG.md deleted file mode 100644 index d100e443eab..00000000000 --- a/incubator/liquid-dl/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [liquid-dl-0.0.29](https://github.com/truecharts/charts/compare/liquid-dl-0.0.28...liquid-dl-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [liquid-dl-0.0.28](https://github.com/truecharts/charts/compare/liquid-dl-0.0.27...liquid-dl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [liquid-dl-0.0.28](https://github.com/truecharts/charts/compare/liquid-dl-0.0.27...liquid-dl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [liquid-dl-0.0.27](https://github.com/truecharts/charts/compare/liquid-dl-0.0.26...liquid-dl-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [liquid-dl-0.0.26](https://github.com/truecharts/charts/compare/liquid-dl-0.0.25...liquid-dl-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [liquid-dl-0.0.25](https://github.com/truecharts/charts/compare/liquid-dl-0.0.24...liquid-dl-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [liquid-dl-0.0.24](https://github.com/truecharts/charts/compare/liquid-dl-0.0.23...liquid-dl-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [liquid-dl-0.0.24](https://github.com/truecharts/charts/compare/liquid-dl-0.0.23...liquid-dl-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/liquid-dl/0.0.29/Chart.lock b/incubator/liquid-dl/0.0.29/Chart.lock deleted file mode 100644 index d656dd633d2..00000000000 --- a/incubator/liquid-dl/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:42.680814361Z" diff --git a/incubator/liquid-dl/0.0.29/Chart.yaml b/incubator/liquid-dl/0.0.29/Chart.yaml deleted file mode 100644 index 787b91f416b..00000000000 --- a/incubator/liquid-dl/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users" -home: https://truecharts.org/docs/charts/incubator/liquid-dl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/liquid-dl.png -keywords: - - liquid-dl - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: liquid-dl -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/liquid-dl - - https://github.com/Kthulu120/liquid_dl - - https://hub.docker.com/r/kthulu120/liquid_dl/ -type: application -version: 0.0.29 diff --git a/incubator/liquid-dl/0.0.29/README.md b/incubator/liquid-dl/0.0.29/README.md deleted file mode 100644 index bb39e61741e..00000000000 --- a/incubator/liquid-dl/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# liquid-dl - -Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [liquid-dl](https://truecharts.org/docs/charts/incubator/liquid-dl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `liquid-dl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install liquid-dl TrueCharts/liquid-dl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `liquid-dl` deployment - -```console -helm uninstall liquid-dl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install liquid-dl \ - --set env.TZ="America/New York" \ - TrueCharts/liquid-dl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install liquid-dl TrueCharts/liquid-dl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/liquid-dl/0.0.29/charts/common-10.7.0.tgz b/incubator/liquid-dl/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/liquid-dl/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/liquid-dl/0.0.30/CHANGELOG.md b/incubator/liquid-dl/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ff7e267f7d4 --- /dev/null +++ b/incubator/liquid-dl/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [liquid-dl-0.0.30](https://github.com/truecharts/charts/compare/liquid-dl-0.0.29...liquid-dl-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [liquid-dl-0.0.29](https://github.com/truecharts/charts/compare/liquid-dl-0.0.28...liquid-dl-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [liquid-dl-0.0.28](https://github.com/truecharts/charts/compare/liquid-dl-0.0.27...liquid-dl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [liquid-dl-0.0.28](https://github.com/truecharts/charts/compare/liquid-dl-0.0.27...liquid-dl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [liquid-dl-0.0.27](https://github.com/truecharts/charts/compare/liquid-dl-0.0.26...liquid-dl-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [liquid-dl-0.0.26](https://github.com/truecharts/charts/compare/liquid-dl-0.0.25...liquid-dl-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [liquid-dl-0.0.25](https://github.com/truecharts/charts/compare/liquid-dl-0.0.24...liquid-dl-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [liquid-dl-0.0.24](https://github.com/truecharts/charts/compare/liquid-dl-0.0.23...liquid-dl-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/liquid-dl/0.0.30/Chart.lock b/incubator/liquid-dl/0.0.30/Chart.lock new file mode 100644 index 00000000000..67f5fe55b10 --- /dev/null +++ b/incubator/liquid-dl/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:28:38.50753295Z" diff --git a/incubator/liquid-dl/0.0.30/Chart.yaml b/incubator/liquid-dl/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f7aefe1e238 --- /dev/null +++ b/incubator/liquid-dl/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users" +home: https://truecharts.org/docs/charts/incubator/liquid-dl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/liquid-dl.png +keywords: + - liquid-dl + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: liquid-dl +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/liquid-dl + - https://github.com/Kthulu120/liquid_dl + - https://hub.docker.com/r/kthulu120/liquid_dl/ +type: application +version: 0.0.30 diff --git a/incubator/liquid-dl/0.0.30/README.md b/incubator/liquid-dl/0.0.30/README.md new file mode 100644 index 00000000000..f3de58be01b --- /dev/null +++ b/incubator/liquid-dl/0.0.30/README.md @@ -0,0 +1,107 @@ +# liquid-dl + +Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [liquid-dl](https://truecharts.org/docs/charts/incubator/liquid-dl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `liquid-dl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install liquid-dl TrueCharts/liquid-dl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `liquid-dl` deployment + +```console +helm uninstall liquid-dl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install liquid-dl \ + --set env.TZ="America/New York" \ + TrueCharts/liquid-dl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install liquid-dl TrueCharts/liquid-dl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/liquid-dl/0.0.29/app-readme.md b/incubator/liquid-dl/0.0.30/app-readme.md similarity index 100% rename from incubator/liquid-dl/0.0.29/app-readme.md rename to incubator/liquid-dl/0.0.30/app-readme.md diff --git a/incubator/liquid-dl/0.0.30/charts/common-10.7.1.tgz b/incubator/liquid-dl/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/liquid-dl/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/liquid-dl/0.0.29/ix_values.yaml b/incubator/liquid-dl/0.0.30/ix_values.yaml similarity index 100% rename from incubator/liquid-dl/0.0.29/ix_values.yaml rename to incubator/liquid-dl/0.0.30/ix_values.yaml diff --git a/incubator/liquid-dl/0.0.29/questions.yaml b/incubator/liquid-dl/0.0.30/questions.yaml similarity index 100% rename from incubator/liquid-dl/0.0.29/questions.yaml rename to incubator/liquid-dl/0.0.30/questions.yaml diff --git a/incubator/liquid-dl/0.0.29/templates/common.yaml b/incubator/liquid-dl/0.0.30/templates/common.yaml similarity index 100% rename from incubator/liquid-dl/0.0.29/templates/common.yaml rename to incubator/liquid-dl/0.0.30/templates/common.yaml diff --git a/incubator/liquid-dl/0.0.29/values.yaml b/incubator/liquid-dl/0.0.30/values.yaml similarity index 100% rename from incubator/liquid-dl/0.0.29/values.yaml rename to incubator/liquid-dl/0.0.30/values.yaml diff --git a/incubator/livebook/0.0.31/CHANGELOG.md b/incubator/livebook/0.0.31/CHANGELOG.md deleted file mode 100644 index 374ac17cd16..00000000000 --- a/incubator/livebook/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [livebook-0.0.31](https://github.com/truecharts/charts/compare/livebook-0.0.30...livebook-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [livebook-0.0.30](https://github.com/truecharts/charts/compare/livebook-0.0.29...livebook-0.0.30) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [livebook-0.0.29](https://github.com/truecharts/charts/compare/livebook-0.0.27...livebook-0.0.29) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [livebook-0.0.28](https://github.com/truecharts/charts/compare/livebook-0.0.27...livebook-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [livebook-0.0.27](https://github.com/truecharts/charts/compare/livebook-0.0.26...livebook-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [livebook-0.0.26](https://github.com/truecharts/charts/compare/livebook-0.0.25...livebook-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [livebook-0.0.25](https://github.com/truecharts/charts/compare/livebook-0.0.24...livebook-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [livebook-0.0.24](https://github.com/truecharts/charts/compare/livebook-0.0.23...livebook-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/livebook/0.0.31/Chart.lock b/incubator/livebook/0.0.31/Chart.lock deleted file mode 100644 index fbaf8d20cc3..00000000000 --- a/incubator/livebook/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:47:55.907844025Z" diff --git a/incubator/livebook/0.0.31/Chart.yaml b/incubator/livebook/0.0.31/Chart.yaml deleted file mode 100644 index a22cd0daf26..00000000000 --- a/incubator/livebook/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir -home: https://truecharts.org/docs/charts/incubator/livebook -icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png -keywords: - - livebook - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: livebook -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/livebook - - https://livebook.dev/ - - https://hub.docker.com/r/livebook/livebook -type: application -version: 0.0.31 diff --git a/incubator/livebook/0.0.31/README.md b/incubator/livebook/0.0.31/README.md deleted file mode 100644 index 598d4457f43..00000000000 --- a/incubator/livebook/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# livebook - -Livebook is a web application for writing interactive and collaborative code notebooks for Elixir - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [livebook](https://truecharts.org/docs/charts/incubator/livebook) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `livebook` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install livebook TrueCharts/livebook -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `livebook` deployment - -```console -helm uninstall livebook -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install livebook \ - --set env.TZ="America/New York" \ - TrueCharts/livebook -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install livebook TrueCharts/livebook -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/livebook/0.0.31/charts/common-10.7.0.tgz b/incubator/livebook/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/livebook/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/livebook/0.0.32/CHANGELOG.md b/incubator/livebook/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..12c45e946d5 --- /dev/null +++ b/incubator/livebook/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [livebook-0.0.32](https://github.com/truecharts/charts/compare/livebook-0.0.31...livebook-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [livebook-0.0.31](https://github.com/truecharts/charts/compare/livebook-0.0.30...livebook-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [livebook-0.0.30](https://github.com/truecharts/charts/compare/livebook-0.0.29...livebook-0.0.30) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [livebook-0.0.29](https://github.com/truecharts/charts/compare/livebook-0.0.27...livebook-0.0.29) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [livebook-0.0.28](https://github.com/truecharts/charts/compare/livebook-0.0.27...livebook-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [livebook-0.0.27](https://github.com/truecharts/charts/compare/livebook-0.0.26...livebook-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [livebook-0.0.26](https://github.com/truecharts/charts/compare/livebook-0.0.25...livebook-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [livebook-0.0.25](https://github.com/truecharts/charts/compare/livebook-0.0.24...livebook-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [livebook-0.0.24](https://github.com/truecharts/charts/compare/livebook-0.0.23...livebook-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/livebook/0.0.32/Chart.lock b/incubator/livebook/0.0.32/Chart.lock new file mode 100644 index 00000000000..48616b2b712 --- /dev/null +++ b/incubator/livebook/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:05.579326742Z" diff --git a/incubator/livebook/0.0.32/Chart.yaml b/incubator/livebook/0.0.32/Chart.yaml new file mode 100644 index 00000000000..8ac75a3caf1 --- /dev/null +++ b/incubator/livebook/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Livebook is a web application for writing interactive and collaborative code notebooks for Elixir +home: https://truecharts.org/docs/charts/incubator/livebook +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livebook.png +keywords: + - livebook + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: livebook +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/livebook + - https://livebook.dev/ + - https://hub.docker.com/r/livebook/livebook +type: application +version: 0.0.32 diff --git a/incubator/livebook/0.0.32/README.md b/incubator/livebook/0.0.32/README.md new file mode 100644 index 00000000000..362918f1995 --- /dev/null +++ b/incubator/livebook/0.0.32/README.md @@ -0,0 +1,107 @@ +# livebook + +Livebook is a web application for writing interactive and collaborative code notebooks for Elixir + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [livebook](https://truecharts.org/docs/charts/incubator/livebook) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `livebook` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install livebook TrueCharts/livebook +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `livebook` deployment + +```console +helm uninstall livebook +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install livebook \ + --set env.TZ="America/New York" \ + TrueCharts/livebook +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install livebook TrueCharts/livebook -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/livebook/0.0.31/app-readme.md b/incubator/livebook/0.0.32/app-readme.md similarity index 100% rename from incubator/livebook/0.0.31/app-readme.md rename to incubator/livebook/0.0.32/app-readme.md diff --git a/incubator/livebook/0.0.32/charts/common-10.7.1.tgz b/incubator/livebook/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/livebook/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/livebook/0.0.31/ix_values.yaml b/incubator/livebook/0.0.32/ix_values.yaml similarity index 100% rename from incubator/livebook/0.0.31/ix_values.yaml rename to incubator/livebook/0.0.32/ix_values.yaml diff --git a/incubator/livebook/0.0.31/questions.yaml b/incubator/livebook/0.0.32/questions.yaml similarity index 100% rename from incubator/livebook/0.0.31/questions.yaml rename to incubator/livebook/0.0.32/questions.yaml diff --git a/incubator/livebook/0.0.31/templates/common.yaml b/incubator/livebook/0.0.32/templates/common.yaml similarity index 100% rename from incubator/livebook/0.0.31/templates/common.yaml rename to incubator/livebook/0.0.32/templates/common.yaml diff --git a/incubator/livebook/0.0.31/values.yaml b/incubator/livebook/0.0.32/values.yaml similarity index 100% rename from incubator/livebook/0.0.31/values.yaml rename to incubator/livebook/0.0.32/values.yaml diff --git a/incubator/livestreamdvr/0.0.28/CHANGELOG.md b/incubator/livestreamdvr/0.0.28/CHANGELOG.md deleted file mode 100644 index 976e0862af7..00000000000 --- a/incubator/livestreamdvr/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [livestreamdvr-0.0.28](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.27...livestreamdvr-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [livestreamdvr-0.0.27](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.26...livestreamdvr-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [livestreamdvr-0.0.27](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.26...livestreamdvr-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [livestreamdvr-0.0.26](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.25...livestreamdvr-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [livestreamdvr-0.0.25](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.24...livestreamdvr-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [livestreamdvr-0.0.24](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.23...livestreamdvr-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [livestreamdvr-0.0.23](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.22...livestreamdvr-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [livestreamdvr-0.0.23](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.22...livestreamdvr-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/livestreamdvr/0.0.28/Chart.lock b/incubator/livestreamdvr/0.0.28/Chart.lock deleted file mode 100644 index f5e73ba1c3c..00000000000 --- a/incubator/livestreamdvr/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:01.202022397Z" diff --git a/incubator/livestreamdvr/0.0.28/Chart.yaml b/incubator/livestreamdvr/0.0.28/Chart.yaml deleted file mode 100644 index 620688e6836..00000000000 --- a/incubator/livestreamdvr/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Video -apiVersion: v2 -appVersion: "master" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "An automatic twitch recorder." -home: https://truecharts.org/docs/charts/incubator/livestreamdvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png -keywords: - - livestreamdvr - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: livestreamdvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/livestreamdvr - - https://github.com/MrBrax/LiveStreamDVR - - https://hub.docker.com/r/mrbrax/twitchautomator/ -type: application -version: 0.0.28 diff --git a/incubator/livestreamdvr/0.0.28/README.md b/incubator/livestreamdvr/0.0.28/README.md deleted file mode 100644 index 8d827526fb2..00000000000 --- a/incubator/livestreamdvr/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# livestreamdvr - -An automatic twitch recorder. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [livestreamdvr](https://truecharts.org/docs/charts/incubator/livestreamdvr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `livestreamdvr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install livestreamdvr TrueCharts/livestreamdvr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `livestreamdvr` deployment - -```console -helm uninstall livestreamdvr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install livestreamdvr \ - --set env.TZ="America/New York" \ - TrueCharts/livestreamdvr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install livestreamdvr TrueCharts/livestreamdvr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/livestreamdvr/0.0.28/charts/common-10.7.0.tgz b/incubator/livestreamdvr/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/livestreamdvr/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/livestreamdvr/0.0.29/CHANGELOG.md b/incubator/livestreamdvr/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..0046788ffc7 --- /dev/null +++ b/incubator/livestreamdvr/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [livestreamdvr-0.0.29](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.28...livestreamdvr-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [livestreamdvr-0.0.28](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.27...livestreamdvr-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [livestreamdvr-0.0.27](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.26...livestreamdvr-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [livestreamdvr-0.0.27](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.26...livestreamdvr-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [livestreamdvr-0.0.26](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.25...livestreamdvr-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [livestreamdvr-0.0.25](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.24...livestreamdvr-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [livestreamdvr-0.0.24](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.23...livestreamdvr-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [livestreamdvr-0.0.23](https://github.com/truecharts/charts/compare/livestreamdvr-0.0.22...livestreamdvr-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/livestreamdvr/0.0.29/Chart.lock b/incubator/livestreamdvr/0.0.29/Chart.lock new file mode 100644 index 00000000000..4b99596dd5e --- /dev/null +++ b/incubator/livestreamdvr/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:08.213785625Z" diff --git a/incubator/livestreamdvr/0.0.29/Chart.yaml b/incubator/livestreamdvr/0.0.29/Chart.yaml new file mode 100644 index 00000000000..677bebecb8b --- /dev/null +++ b/incubator/livestreamdvr/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Video +apiVersion: v2 +appVersion: "master" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "An automatic twitch recorder." +home: https://truecharts.org/docs/charts/incubator/livestreamdvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.png +keywords: + - livestreamdvr + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: livestreamdvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/livestreamdvr + - https://github.com/MrBrax/LiveStreamDVR + - https://hub.docker.com/r/mrbrax/twitchautomator/ +type: application +version: 0.0.29 diff --git a/incubator/livestreamdvr/0.0.29/README.md b/incubator/livestreamdvr/0.0.29/README.md new file mode 100644 index 00000000000..01524fe8b62 --- /dev/null +++ b/incubator/livestreamdvr/0.0.29/README.md @@ -0,0 +1,107 @@ +# livestreamdvr + +An automatic twitch recorder. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [livestreamdvr](https://truecharts.org/docs/charts/incubator/livestreamdvr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `livestreamdvr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install livestreamdvr TrueCharts/livestreamdvr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `livestreamdvr` deployment + +```console +helm uninstall livestreamdvr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install livestreamdvr \ + --set env.TZ="America/New York" \ + TrueCharts/livestreamdvr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install livestreamdvr TrueCharts/livestreamdvr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/livestreamdvr/0.0.28/app-readme.md b/incubator/livestreamdvr/0.0.29/app-readme.md similarity index 100% rename from incubator/livestreamdvr/0.0.28/app-readme.md rename to incubator/livestreamdvr/0.0.29/app-readme.md diff --git a/incubator/livestreamdvr/0.0.29/charts/common-10.7.1.tgz b/incubator/livestreamdvr/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/livestreamdvr/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/livestreamdvr/0.0.28/ix_values.yaml b/incubator/livestreamdvr/0.0.29/ix_values.yaml similarity index 100% rename from incubator/livestreamdvr/0.0.28/ix_values.yaml rename to incubator/livestreamdvr/0.0.29/ix_values.yaml diff --git a/incubator/livestreamdvr/0.0.28/questions.yaml b/incubator/livestreamdvr/0.0.29/questions.yaml similarity index 100% rename from incubator/livestreamdvr/0.0.28/questions.yaml rename to incubator/livestreamdvr/0.0.29/questions.yaml diff --git a/incubator/livestreamdvr/0.0.28/templates/common.yaml b/incubator/livestreamdvr/0.0.29/templates/common.yaml similarity index 100% rename from incubator/livestreamdvr/0.0.28/templates/common.yaml rename to incubator/livestreamdvr/0.0.29/templates/common.yaml diff --git a/incubator/livestreamdvr/0.0.28/values.yaml b/incubator/livestreamdvr/0.0.29/values.yaml similarity index 100% rename from incubator/livestreamdvr/0.0.28/values.yaml rename to incubator/livestreamdvr/0.0.29/values.yaml diff --git a/incubator/llalon-github-backup/0.0.29/CHANGELOG.md b/incubator/llalon-github-backup/0.0.29/CHANGELOG.md deleted file mode 100644 index b6d8e9c3ad6..00000000000 --- a/incubator/llalon-github-backup/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [llalon-github-backup-0.0.29](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.28...llalon-github-backup-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [llalon-github-backup-0.0.28](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.27...llalon-github-backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [llalon-github-backup-0.0.28](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.27...llalon-github-backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [llalon-github-backup-0.0.27](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.26...llalon-github-backup-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [llalon-github-backup-0.0.26](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.25...llalon-github-backup-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [llalon-github-backup-0.0.25](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.24...llalon-github-backup-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [llalon-github-backup-0.0.24](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.23...llalon-github-backup-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [llalon-github-backup-0.0.24](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.23...llalon-github-backup-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/llalon-github-backup/0.0.29/Chart.lock b/incubator/llalon-github-backup/0.0.29/Chart.lock deleted file mode 100644 index 64a7ac19c94..00000000000 --- a/incubator/llalon-github-backup/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:12.680109578Z" diff --git a/incubator/llalon-github-backup/0.0.29/Chart.yaml b/incubator/llalon-github-backup/0.0.29/Chart.yaml deleted file mode 100644 index 195c38f5ed4..00000000000 --- a/incubator/llalon-github-backup/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Automatically backup github repositories on schedule. Allows for custom configuration. -home: https://truecharts.org/docs/charts/incubator/llalon-github-backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png -keywords: - - llalon-github-backup - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: llalon-github-backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/llalon-github-backup - - https://github.com/abusesa/github-backup - - https://hub.docker.com/r/llalon/github-backup -type: application -version: 0.0.29 diff --git a/incubator/llalon-github-backup/0.0.29/README.md b/incubator/llalon-github-backup/0.0.29/README.md deleted file mode 100644 index e516256d226..00000000000 --- a/incubator/llalon-github-backup/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# llalon-github-backup - -Automatically backup github repositories on schedule. Allows for custom configuration. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [llalon-github-backup](https://truecharts.org/docs/charts/incubator/llalon-github-backup) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `llalon-github-backup` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install llalon-github-backup TrueCharts/llalon-github-backup -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `llalon-github-backup` deployment - -```console -helm uninstall llalon-github-backup -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install llalon-github-backup \ - --set env.TZ="America/New York" \ - TrueCharts/llalon-github-backup -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install llalon-github-backup TrueCharts/llalon-github-backup -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/llalon-github-backup/0.0.29/charts/common-10.7.0.tgz b/incubator/llalon-github-backup/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/llalon-github-backup/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/llalon-github-backup/0.0.30/CHANGELOG.md b/incubator/llalon-github-backup/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1728c1601a2 --- /dev/null +++ b/incubator/llalon-github-backup/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [llalon-github-backup-0.0.30](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.29...llalon-github-backup-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [llalon-github-backup-0.0.29](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.28...llalon-github-backup-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [llalon-github-backup-0.0.28](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.27...llalon-github-backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [llalon-github-backup-0.0.28](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.27...llalon-github-backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [llalon-github-backup-0.0.27](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.26...llalon-github-backup-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [llalon-github-backup-0.0.26](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.25...llalon-github-backup-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [llalon-github-backup-0.0.25](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.24...llalon-github-backup-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [llalon-github-backup-0.0.24](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.23...llalon-github-backup-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [llalon-github-backup-0.0.24](https://github.com/truecharts/charts/compare/llalon-github-backup-0.0.23...llalon-github-backup-0.0.24) (2022-09-21) diff --git a/incubator/llalon-github-backup/0.0.30/Chart.lock b/incubator/llalon-github-backup/0.0.30/Chart.lock new file mode 100644 index 00000000000..3da07530585 --- /dev/null +++ b/incubator/llalon-github-backup/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:09.498044467Z" diff --git a/incubator/llalon-github-backup/0.0.30/Chart.yaml b/incubator/llalon-github-backup/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5754230eb5e --- /dev/null +++ b/incubator/llalon-github-backup/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Automatically backup github repositories on schedule. Allows for custom configuration. +home: https://truecharts.org/docs/charts/incubator/llalon-github-backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.png +keywords: + - llalon-github-backup + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: llalon-github-backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/llalon-github-backup + - https://github.com/abusesa/github-backup + - https://hub.docker.com/r/llalon/github-backup +type: application +version: 0.0.30 diff --git a/incubator/llalon-github-backup/0.0.30/README.md b/incubator/llalon-github-backup/0.0.30/README.md new file mode 100644 index 00000000000..970e4188355 --- /dev/null +++ b/incubator/llalon-github-backup/0.0.30/README.md @@ -0,0 +1,107 @@ +# llalon-github-backup + +Automatically backup github repositories on schedule. Allows for custom configuration. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [llalon-github-backup](https://truecharts.org/docs/charts/incubator/llalon-github-backup) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `llalon-github-backup` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install llalon-github-backup TrueCharts/llalon-github-backup +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `llalon-github-backup` deployment + +```console +helm uninstall llalon-github-backup +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install llalon-github-backup \ + --set env.TZ="America/New York" \ + TrueCharts/llalon-github-backup +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install llalon-github-backup TrueCharts/llalon-github-backup -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/llalon-github-backup/0.0.29/app-readme.md b/incubator/llalon-github-backup/0.0.30/app-readme.md similarity index 100% rename from incubator/llalon-github-backup/0.0.29/app-readme.md rename to incubator/llalon-github-backup/0.0.30/app-readme.md diff --git a/incubator/llalon-github-backup/0.0.30/charts/common-10.7.1.tgz b/incubator/llalon-github-backup/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/llalon-github-backup/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/llalon-github-backup/0.0.29/ix_values.yaml b/incubator/llalon-github-backup/0.0.30/ix_values.yaml similarity index 100% rename from incubator/llalon-github-backup/0.0.29/ix_values.yaml rename to incubator/llalon-github-backup/0.0.30/ix_values.yaml diff --git a/incubator/llalon-github-backup/0.0.29/questions.yaml b/incubator/llalon-github-backup/0.0.30/questions.yaml similarity index 100% rename from incubator/llalon-github-backup/0.0.29/questions.yaml rename to incubator/llalon-github-backup/0.0.30/questions.yaml diff --git a/incubator/llalon-github-backup/0.0.29/templates/common.yaml b/incubator/llalon-github-backup/0.0.30/templates/common.yaml similarity index 100% rename from incubator/llalon-github-backup/0.0.29/templates/common.yaml rename to incubator/llalon-github-backup/0.0.30/templates/common.yaml diff --git a/incubator/llalon-github-backup/0.0.29/values.yaml b/incubator/llalon-github-backup/0.0.30/values.yaml similarity index 100% rename from incubator/llalon-github-backup/0.0.29/values.yaml rename to incubator/llalon-github-backup/0.0.30/values.yaml diff --git a/incubator/longvinter/0.0.30/CHANGELOG.md b/incubator/longvinter/0.0.30/CHANGELOG.md deleted file mode 100644 index c9ddc4f7fc5..00000000000 --- a/incubator/longvinter/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [longvinter-0.0.30](https://github.com/truecharts/charts/compare/longvinter-0.0.29...longvinter-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [longvinter-0.0.29](https://github.com/truecharts/charts/compare/longvinter-0.0.28...longvinter-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [longvinter-0.0.29](https://github.com/truecharts/charts/compare/longvinter-0.0.28...longvinter-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [longvinter-0.0.28](https://github.com/truecharts/charts/compare/longvinter-0.0.27...longvinter-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [longvinter-0.0.27](https://github.com/truecharts/charts/compare/longvinter-0.0.26...longvinter-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [longvinter-0.0.26](https://github.com/truecharts/charts/compare/longvinter-0.0.25...longvinter-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [longvinter-0.0.25](https://github.com/truecharts/charts/compare/longvinter-0.0.24...longvinter-0.0.25) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [longvinter-0.0.24](https://github.com/truecharts/charts/compare/longvinter-0.0.23...longvinter-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/longvinter/0.0.30/Chart.lock b/incubator/longvinter/0.0.30/Chart.lock deleted file mode 100644 index 9080f9bbf8c..00000000000 --- a/incubator/longvinter/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:13.309992743Z" diff --git a/incubator/longvinter/0.0.30/Chart.yaml b/incubator/longvinter/0.0.30/Chart.yaml deleted file mode 100644 index 5e5d0277640..00000000000 --- a/incubator/longvinter/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Longvinter and run it." -home: https://truecharts.org/docs/charts/incubator/longvinter -icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png -keywords: - - longvinter - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: longvinter -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/longvinter - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.30 diff --git a/incubator/longvinter/0.0.30/README.md b/incubator/longvinter/0.0.30/README.md deleted file mode 100644 index 9448226d665..00000000000 --- a/incubator/longvinter/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# longvinter - -This Chart will download and install SteamCMD. It will also install Longvinter and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [longvinter](https://truecharts.org/docs/charts/incubator/longvinter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `longvinter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install longvinter TrueCharts/longvinter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `longvinter` deployment - -```console -helm uninstall longvinter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install longvinter \ - --set env.TZ="America/New York" \ - TrueCharts/longvinter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install longvinter TrueCharts/longvinter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/longvinter/0.0.30/charts/common-10.7.0.tgz b/incubator/longvinter/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/longvinter/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/longvinter/0.0.31/CHANGELOG.md b/incubator/longvinter/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..635dbae1dc0 --- /dev/null +++ b/incubator/longvinter/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [longvinter-0.0.31](https://github.com/truecharts/charts/compare/longvinter-0.0.30...longvinter-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [longvinter-0.0.30](https://github.com/truecharts/charts/compare/longvinter-0.0.29...longvinter-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [longvinter-0.0.29](https://github.com/truecharts/charts/compare/longvinter-0.0.28...longvinter-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [longvinter-0.0.29](https://github.com/truecharts/charts/compare/longvinter-0.0.28...longvinter-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [longvinter-0.0.28](https://github.com/truecharts/charts/compare/longvinter-0.0.27...longvinter-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [longvinter-0.0.27](https://github.com/truecharts/charts/compare/longvinter-0.0.26...longvinter-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [longvinter-0.0.26](https://github.com/truecharts/charts/compare/longvinter-0.0.25...longvinter-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [longvinter-0.0.25](https://github.com/truecharts/charts/compare/longvinter-0.0.24...longvinter-0.0.25) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [longvinter-0.0.24](https://github.com/truecharts/charts/compare/longvinter-0.0.23...longvinter-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/longvinter/0.0.31/Chart.lock b/incubator/longvinter/0.0.31/Chart.lock new file mode 100644 index 00000000000..a6214bfe80d --- /dev/null +++ b/incubator/longvinter/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:21.293941023Z" diff --git a/incubator/longvinter/0.0.31/Chart.yaml b/incubator/longvinter/0.0.31/Chart.yaml new file mode 100644 index 00000000000..9ee63b2a8ef --- /dev/null +++ b/incubator/longvinter/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Longvinter and run it." +home: https://truecharts.org/docs/charts/incubator/longvinter +icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.png +keywords: + - longvinter + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: longvinter +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/longvinter + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.31 diff --git a/incubator/longvinter/0.0.31/README.md b/incubator/longvinter/0.0.31/README.md new file mode 100644 index 00000000000..a20f96e2843 --- /dev/null +++ b/incubator/longvinter/0.0.31/README.md @@ -0,0 +1,107 @@ +# longvinter + +This Chart will download and install SteamCMD. It will also install Longvinter and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [longvinter](https://truecharts.org/docs/charts/incubator/longvinter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `longvinter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install longvinter TrueCharts/longvinter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `longvinter` deployment + +```console +helm uninstall longvinter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install longvinter \ + --set env.TZ="America/New York" \ + TrueCharts/longvinter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install longvinter TrueCharts/longvinter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/longvinter/0.0.30/app-readme.md b/incubator/longvinter/0.0.31/app-readme.md similarity index 100% rename from incubator/longvinter/0.0.30/app-readme.md rename to incubator/longvinter/0.0.31/app-readme.md diff --git a/incubator/longvinter/0.0.31/charts/common-10.7.1.tgz b/incubator/longvinter/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/longvinter/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/longvinter/0.0.30/ix_values.yaml b/incubator/longvinter/0.0.31/ix_values.yaml similarity index 100% rename from incubator/longvinter/0.0.30/ix_values.yaml rename to incubator/longvinter/0.0.31/ix_values.yaml diff --git a/incubator/longvinter/0.0.30/questions.yaml b/incubator/longvinter/0.0.31/questions.yaml similarity index 100% rename from incubator/longvinter/0.0.30/questions.yaml rename to incubator/longvinter/0.0.31/questions.yaml diff --git a/incubator/longvinter/0.0.30/templates/common.yaml b/incubator/longvinter/0.0.31/templates/common.yaml similarity index 100% rename from incubator/longvinter/0.0.30/templates/common.yaml rename to incubator/longvinter/0.0.31/templates/common.yaml diff --git a/incubator/longvinter/0.0.30/values.yaml b/incubator/longvinter/0.0.31/values.yaml similarity index 100% rename from incubator/longvinter/0.0.30/values.yaml rename to incubator/longvinter/0.0.31/values.yaml diff --git a/incubator/magnetico-environment/0.0.29/CHANGELOG.md b/incubator/magnetico-environment/0.0.29/CHANGELOG.md deleted file mode 100644 index 35dc6e8b3d8..00000000000 --- a/incubator/magnetico-environment/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [magnetico-environment-0.0.29](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.28...magnetico-environment-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [magnetico-environment-0.0.28](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.27...magnetico-environment-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [magnetico-environment-0.0.28](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.27...magnetico-environment-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [magnetico-environment-0.0.27](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.26...magnetico-environment-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [magnetico-environment-0.0.26](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.25...magnetico-environment-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [magnetico-environment-0.0.25](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.24...magnetico-environment-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [magnetico-environment-0.0.24](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.23...magnetico-environment-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [magnetico-environment-0.0.24](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.23...magnetico-environment-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/magnetico-environment/0.0.29/Chart.lock b/incubator/magnetico-environment/0.0.29/Chart.lock deleted file mode 100644 index 5cac78e29d3..00000000000 --- a/incubator/magnetico-environment/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:24.612968886Z" diff --git a/incubator/magnetico-environment/0.0.29/Chart.yaml b/incubator/magnetico-environment/0.0.29/Chart.yaml deleted file mode 100644 index 76290e1fecb..00000000000 --- a/incubator/magnetico-environment/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. -home: https://truecharts.org/docs/charts/incubator/magnetico-environment -icon: https://truecharts.org/img/hotlink-ok/chart-icons/magnetico-environment.png -keywords: - - magnetico-environment - - Downloaders - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: magnetico-environment -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/magnetico-environment - - https://github.com/boramalper/magnetico - - https://hub.docker.com/r/dyonr/magnetico-environment -type: application -version: 0.0.29 diff --git a/incubator/magnetico-environment/0.0.29/README.md b/incubator/magnetico-environment/0.0.29/README.md deleted file mode 100644 index f3e79d7ac12..00000000000 --- a/incubator/magnetico-environment/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# magnetico-environment - -magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [magnetico-environment](https://truecharts.org/docs/charts/incubator/magnetico-environment) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `magnetico-environment` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install magnetico-environment TrueCharts/magnetico-environment -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `magnetico-environment` deployment - -```console -helm uninstall magnetico-environment -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install magnetico-environment \ - --set env.TZ="America/New York" \ - TrueCharts/magnetico-environment -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install magnetico-environment TrueCharts/magnetico-environment -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/magnetico-environment/0.0.29/charts/common-10.7.0.tgz b/incubator/magnetico-environment/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/magnetico-environment/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/magnetico-environment/0.0.30/CHANGELOG.md b/incubator/magnetico-environment/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5db05a0e90f --- /dev/null +++ b/incubator/magnetico-environment/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [magnetico-environment-0.0.30](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.29...magnetico-environment-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [magnetico-environment-0.0.29](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.28...magnetico-environment-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [magnetico-environment-0.0.28](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.27...magnetico-environment-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [magnetico-environment-0.0.28](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.27...magnetico-environment-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [magnetico-environment-0.0.27](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.26...magnetico-environment-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [magnetico-environment-0.0.26](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.25...magnetico-environment-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [magnetico-environment-0.0.25](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.24...magnetico-environment-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [magnetico-environment-0.0.24](https://github.com/truecharts/charts/compare/magnetico-environment-0.0.23...magnetico-environment-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/magnetico-environment/0.0.30/Chart.lock b/incubator/magnetico-environment/0.0.30/Chart.lock new file mode 100644 index 00000000000..425ef4039ef --- /dev/null +++ b/incubator/magnetico-environment/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:36.406891337Z" diff --git a/incubator/magnetico-environment/0.0.30/Chart.yaml b/incubator/magnetico-environment/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0868772dedb --- /dev/null +++ b/incubator/magnetico-environment/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. +home: https://truecharts.org/docs/charts/incubator/magnetico-environment +icon: https://truecharts.org/img/hotlink-ok/chart-icons/magnetico-environment.png +keywords: + - magnetico-environment + - Downloaders + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: magnetico-environment +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/magnetico-environment + - https://github.com/boramalper/magnetico + - https://hub.docker.com/r/dyonr/magnetico-environment +type: application +version: 0.0.30 diff --git a/incubator/magnetico-environment/0.0.30/README.md b/incubator/magnetico-environment/0.0.30/README.md new file mode 100644 index 00000000000..0829ebd588c --- /dev/null +++ b/incubator/magnetico-environment/0.0.30/README.md @@ -0,0 +1,107 @@ +# magnetico-environment + +magnetico is an autonomous (self-hosted) BitTorrent DHT indexer / crawler / search engine suite. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [magnetico-environment](https://truecharts.org/docs/charts/incubator/magnetico-environment) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `magnetico-environment` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install magnetico-environment TrueCharts/magnetico-environment +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `magnetico-environment` deployment + +```console +helm uninstall magnetico-environment +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install magnetico-environment \ + --set env.TZ="America/New York" \ + TrueCharts/magnetico-environment +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install magnetico-environment TrueCharts/magnetico-environment -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/magnetico-environment/0.0.29/app-readme.md b/incubator/magnetico-environment/0.0.30/app-readme.md similarity index 100% rename from incubator/magnetico-environment/0.0.29/app-readme.md rename to incubator/magnetico-environment/0.0.30/app-readme.md diff --git a/incubator/magnetico-environment/0.0.30/charts/common-10.7.1.tgz b/incubator/magnetico-environment/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/magnetico-environment/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/magnetico-environment/0.0.29/ix_values.yaml b/incubator/magnetico-environment/0.0.30/ix_values.yaml similarity index 100% rename from incubator/magnetico-environment/0.0.29/ix_values.yaml rename to incubator/magnetico-environment/0.0.30/ix_values.yaml diff --git a/incubator/magnetico-environment/0.0.29/questions.yaml b/incubator/magnetico-environment/0.0.30/questions.yaml similarity index 100% rename from incubator/magnetico-environment/0.0.29/questions.yaml rename to incubator/magnetico-environment/0.0.30/questions.yaml diff --git a/incubator/magnetico-environment/0.0.29/templates/common.yaml b/incubator/magnetico-environment/0.0.30/templates/common.yaml similarity index 100% rename from incubator/magnetico-environment/0.0.29/templates/common.yaml rename to incubator/magnetico-environment/0.0.30/templates/common.yaml diff --git a/incubator/magnetico-environment/0.0.29/values.yaml b/incubator/magnetico-environment/0.0.30/values.yaml similarity index 100% rename from incubator/magnetico-environment/0.0.29/values.yaml rename to incubator/magnetico-environment/0.0.30/values.yaml diff --git a/incubator/mailpile/0.0.29/CHANGELOG.md b/incubator/mailpile/0.0.29/CHANGELOG.md deleted file mode 100644 index 3ccc8c4afce..00000000000 --- a/incubator/mailpile/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mailpile-0.0.29](https://github.com/truecharts/charts/compare/mailpile-0.0.28...mailpile-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mailpile-0.0.28](https://github.com/truecharts/charts/compare/mailpile-0.0.27...mailpile-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mailpile-0.0.28](https://github.com/truecharts/charts/compare/mailpile-0.0.27...mailpile-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mailpile-0.0.27](https://github.com/truecharts/charts/compare/mailpile-0.0.26...mailpile-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mailpile-0.0.26](https://github.com/truecharts/charts/compare/mailpile-0.0.25...mailpile-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mailpile-0.0.25](https://github.com/truecharts/charts/compare/mailpile-0.0.24...mailpile-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mailpile-0.0.24](https://github.com/truecharts/charts/compare/mailpile-0.0.23...mailpile-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mailpile-0.0.24](https://github.com/truecharts/charts/compare/mailpile-0.0.23...mailpile-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mailpile/0.0.29/Chart.lock b/incubator/mailpile/0.0.29/Chart.lock deleted file mode 100644 index 6a05d352530..00000000000 --- a/incubator/mailpile/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:29.910227422Z" diff --git a/incubator/mailpile/0.0.29/Chart.yaml b/incubator/mailpile/0.0.29/Chart.yaml deleted file mode 100644 index 3b404a4a899..00000000000 --- a/incubator/mailpile/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Network-Web - - Network-Messenger -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. -home: https://truecharts.org/docs/charts/incubator/mailpile -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png -keywords: - - mailpile - - Productivity - - Network-Web - - Network-Messenger -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mailpile -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mailpile - - https://www.mailpile.is/ - - https://hub.docker.com/r/rroemhild/mailpile/ -type: application -version: 0.0.29 diff --git a/incubator/mailpile/0.0.29/README.md b/incubator/mailpile/0.0.29/README.md deleted file mode 100644 index 0d409459671..00000000000 --- a/incubator/mailpile/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mailpile - -Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mailpile](https://truecharts.org/docs/charts/incubator/mailpile) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mailpile` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mailpile TrueCharts/mailpile -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mailpile` deployment - -```console -helm uninstall mailpile -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mailpile \ - --set env.TZ="America/New York" \ - TrueCharts/mailpile -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mailpile TrueCharts/mailpile -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mailpile/0.0.29/charts/common-10.7.0.tgz b/incubator/mailpile/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mailpile/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mailpile/0.0.30/CHANGELOG.md b/incubator/mailpile/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..49a717d8369 --- /dev/null +++ b/incubator/mailpile/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mailpile-0.0.30](https://github.com/truecharts/charts/compare/mailpile-0.0.29...mailpile-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mailpile-0.0.29](https://github.com/truecharts/charts/compare/mailpile-0.0.28...mailpile-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mailpile-0.0.28](https://github.com/truecharts/charts/compare/mailpile-0.0.27...mailpile-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mailpile-0.0.28](https://github.com/truecharts/charts/compare/mailpile-0.0.27...mailpile-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mailpile-0.0.27](https://github.com/truecharts/charts/compare/mailpile-0.0.26...mailpile-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mailpile-0.0.26](https://github.com/truecharts/charts/compare/mailpile-0.0.25...mailpile-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mailpile-0.0.25](https://github.com/truecharts/charts/compare/mailpile-0.0.24...mailpile-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mailpile-0.0.24](https://github.com/truecharts/charts/compare/mailpile-0.0.23...mailpile-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mailpile/0.0.30/Chart.lock b/incubator/mailpile/0.0.30/Chart.lock new file mode 100644 index 00000000000..5f1e93e32dd --- /dev/null +++ b/incubator/mailpile/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:39.713927573Z" diff --git a/incubator/mailpile/0.0.30/Chart.yaml b/incubator/mailpile/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3d90e4c9b05 --- /dev/null +++ b/incubator/mailpile/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Network-Web + - Network-Messenger +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. +home: https://truecharts.org/docs/charts/incubator/mailpile +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.png +keywords: + - mailpile + - Productivity + - Network-Web + - Network-Messenger +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mailpile +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mailpile + - https://www.mailpile.is/ + - https://hub.docker.com/r/rroemhild/mailpile/ +type: application +version: 0.0.30 diff --git a/incubator/mailpile/0.0.30/README.md b/incubator/mailpile/0.0.30/README.md new file mode 100644 index 00000000000..9a147394ead --- /dev/null +++ b/incubator/mailpile/0.0.30/README.md @@ -0,0 +1,107 @@ +# mailpile + +Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mailpile](https://truecharts.org/docs/charts/incubator/mailpile) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mailpile` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mailpile TrueCharts/mailpile +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mailpile` deployment + +```console +helm uninstall mailpile +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mailpile \ + --set env.TZ="America/New York" \ + TrueCharts/mailpile +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mailpile TrueCharts/mailpile -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mailpile/0.0.29/app-readme.md b/incubator/mailpile/0.0.30/app-readme.md similarity index 100% rename from incubator/mailpile/0.0.29/app-readme.md rename to incubator/mailpile/0.0.30/app-readme.md diff --git a/incubator/mailpile/0.0.30/charts/common-10.7.1.tgz b/incubator/mailpile/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mailpile/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mailpile/0.0.29/ix_values.yaml b/incubator/mailpile/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mailpile/0.0.29/ix_values.yaml rename to incubator/mailpile/0.0.30/ix_values.yaml diff --git a/incubator/mailpile/0.0.29/questions.yaml b/incubator/mailpile/0.0.30/questions.yaml similarity index 100% rename from incubator/mailpile/0.0.29/questions.yaml rename to incubator/mailpile/0.0.30/questions.yaml diff --git a/incubator/mailpile/0.0.29/templates/common.yaml b/incubator/mailpile/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mailpile/0.0.29/templates/common.yaml rename to incubator/mailpile/0.0.30/templates/common.yaml diff --git a/incubator/mailpile/0.0.29/values.yaml b/incubator/mailpile/0.0.30/values.yaml similarity index 100% rename from incubator/mailpile/0.0.29/values.yaml rename to incubator/mailpile/0.0.30/values.yaml diff --git a/incubator/maloja/0.0.30/CHANGELOG.md b/incubator/maloja/0.0.30/CHANGELOG.md deleted file mode 100644 index 7a4cdc13116..00000000000 --- a/incubator/maloja/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [maloja-0.0.30](https://github.com/truecharts/charts/compare/maloja-0.0.29...maloja-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [maloja-0.0.29](https://github.com/truecharts/charts/compare/maloja-0.0.27...maloja-0.0.29) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [maloja-0.0.28](https://github.com/truecharts/charts/compare/maloja-0.0.27...maloja-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [maloja-0.0.27](https://github.com/truecharts/charts/compare/maloja-0.0.26...maloja-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [maloja-0.0.26](https://github.com/truecharts/charts/compare/maloja-0.0.25...maloja-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [maloja-0.0.25](https://github.com/truecharts/charts/compare/maloja-0.0.24...maloja-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [maloja-0.0.24](https://github.com/truecharts/charts/compare/maloja-0.0.23...maloja-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [maloja-0.0.24](https://github.com/truecharts/charts/compare/maloja-0.0.23...maloja-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/maloja/0.0.30/Chart.lock b/incubator/maloja/0.0.30/Chart.lock deleted file mode 100644 index 867768b2e35..00000000000 --- a/incubator/maloja/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:42.280581957Z" diff --git a/incubator/maloja/0.0.30/Chart.yaml b/incubator/maloja/0.0.30/Chart.yaml deleted file mode 100644 index 0e534bef916..00000000000 --- a/incubator/maloja/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM." -home: https://truecharts.org/docs/charts/incubator/maloja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png -keywords: - - maloja - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: maloja -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/maloja - - https://maloja.krateng.ch/ - - https://hub.docker.com/r/krateng/maloja -type: application -version: 0.0.30 diff --git a/incubator/maloja/0.0.30/README.md b/incubator/maloja/0.0.30/README.md deleted file mode 100644 index e2263a97872..00000000000 --- a/incubator/maloja/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# maloja - -Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [maloja](https://truecharts.org/docs/charts/incubator/maloja) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `maloja` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install maloja TrueCharts/maloja -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `maloja` deployment - -```console -helm uninstall maloja -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install maloja \ - --set env.TZ="America/New York" \ - TrueCharts/maloja -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install maloja TrueCharts/maloja -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/maloja/0.0.30/charts/common-10.7.0.tgz b/incubator/maloja/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/maloja/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/maloja/0.0.31/CHANGELOG.md b/incubator/maloja/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..235d2ece532 --- /dev/null +++ b/incubator/maloja/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [maloja-0.0.31](https://github.com/truecharts/charts/compare/maloja-0.0.30...maloja-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [maloja-0.0.30](https://github.com/truecharts/charts/compare/maloja-0.0.29...maloja-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [maloja-0.0.29](https://github.com/truecharts/charts/compare/maloja-0.0.27...maloja-0.0.29) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [maloja-0.0.28](https://github.com/truecharts/charts/compare/maloja-0.0.27...maloja-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [maloja-0.0.27](https://github.com/truecharts/charts/compare/maloja-0.0.26...maloja-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [maloja-0.0.26](https://github.com/truecharts/charts/compare/maloja-0.0.25...maloja-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [maloja-0.0.25](https://github.com/truecharts/charts/compare/maloja-0.0.24...maloja-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [maloja-0.0.24](https://github.com/truecharts/charts/compare/maloja-0.0.23...maloja-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/maloja/0.0.31/Chart.lock b/incubator/maloja/0.0.31/Chart.lock new file mode 100644 index 00000000000..99207a99e10 --- /dev/null +++ b/incubator/maloja/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:40.686082235Z" diff --git a/incubator/maloja/0.0.31/Chart.yaml b/incubator/maloja/0.0.31/Chart.yaml new file mode 100644 index 00000000000..cb462b56742 --- /dev/null +++ b/incubator/maloja/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM." +home: https://truecharts.org/docs/charts/incubator/maloja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.png +keywords: + - maloja + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: maloja +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/maloja + - https://maloja.krateng.ch/ + - https://hub.docker.com/r/krateng/maloja +type: application +version: 0.0.31 diff --git a/incubator/maloja/0.0.31/README.md b/incubator/maloja/0.0.31/README.md new file mode 100644 index 00000000000..6ae3abefbfb --- /dev/null +++ b/incubator/maloja/0.0.31/README.md @@ -0,0 +1,107 @@ +# maloja + +Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [maloja](https://truecharts.org/docs/charts/incubator/maloja) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `maloja` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install maloja TrueCharts/maloja +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `maloja` deployment + +```console +helm uninstall maloja +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install maloja \ + --set env.TZ="America/New York" \ + TrueCharts/maloja +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install maloja TrueCharts/maloja -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/maloja/0.0.30/app-readme.md b/incubator/maloja/0.0.31/app-readme.md similarity index 100% rename from incubator/maloja/0.0.30/app-readme.md rename to incubator/maloja/0.0.31/app-readme.md diff --git a/incubator/maloja/0.0.31/charts/common-10.7.1.tgz b/incubator/maloja/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/maloja/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/maloja/0.0.30/ix_values.yaml b/incubator/maloja/0.0.31/ix_values.yaml similarity index 100% rename from incubator/maloja/0.0.30/ix_values.yaml rename to incubator/maloja/0.0.31/ix_values.yaml diff --git a/incubator/maloja/0.0.30/questions.yaml b/incubator/maloja/0.0.31/questions.yaml similarity index 100% rename from incubator/maloja/0.0.30/questions.yaml rename to incubator/maloja/0.0.31/questions.yaml diff --git a/incubator/maloja/0.0.30/templates/common.yaml b/incubator/maloja/0.0.31/templates/common.yaml similarity index 100% rename from incubator/maloja/0.0.30/templates/common.yaml rename to incubator/maloja/0.0.31/templates/common.yaml diff --git a/incubator/maloja/0.0.30/values.yaml b/incubator/maloja/0.0.31/values.yaml similarity index 100% rename from incubator/maloja/0.0.30/values.yaml rename to incubator/maloja/0.0.31/values.yaml diff --git a/incubator/mango/0.0.30/CHANGELOG.md b/incubator/mango/0.0.30/CHANGELOG.md deleted file mode 100644 index 8b6be7930c4..00000000000 --- a/incubator/mango/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mango-0.0.30](https://github.com/truecharts/charts/compare/mango-0.0.29...mango-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mango-0.0.29](https://github.com/truecharts/charts/compare/mango-0.0.28...mango-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mango-0.0.29](https://github.com/truecharts/charts/compare/mango-0.0.28...mango-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mango-0.0.28](https://github.com/truecharts/charts/compare/mango-0.0.27...mango-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mango-0.0.27](https://github.com/truecharts/charts/compare/mango-0.0.26...mango-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mango-0.0.26](https://github.com/truecharts/charts/compare/mango-0.0.25...mango-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mango-0.0.25](https://github.com/truecharts/charts/compare/mango-0.0.24...mango-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mango-0.0.25](https://github.com/truecharts/charts/compare/mango-0.0.24...mango-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mango/0.0.30/Chart.lock b/incubator/mango/0.0.30/Chart.lock deleted file mode 100644 index 4df9da36e4e..00000000000 --- a/incubator/mango/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:42.590397595Z" diff --git a/incubator/mango/0.0.30/Chart.yaml b/incubator/mango/0.0.30/Chart.yaml deleted file mode 100644 index 7cc96a28b3a..00000000000 --- a/incubator/mango/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Books -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Mango is a self-hosted manga server and reader. Its features include[br]\n" -home: https://truecharts.org/docs/charts/incubator/mango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png -keywords: - - mango - - MediaApp-Books -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mango -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mango - - https://github.com/hkalexling/mango - - https://hub.docker.com/r/hkalexling/mango -type: application -version: 0.0.30 diff --git a/incubator/mango/0.0.30/README.md b/incubator/mango/0.0.30/README.md deleted file mode 100644 index 5dd1d1b4219..00000000000 --- a/incubator/mango/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mango - -Mango is a self-hosted manga server and reader. Its features include[br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mango](https://truecharts.org/docs/charts/incubator/mango) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mango` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mango TrueCharts/mango -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mango` deployment - -```console -helm uninstall mango -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mango \ - --set env.TZ="America/New York" \ - TrueCharts/mango -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mango TrueCharts/mango -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mango/0.0.30/charts/common-10.7.0.tgz b/incubator/mango/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mango/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mango/0.0.31/CHANGELOG.md b/incubator/mango/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..a4c4c51ab9c --- /dev/null +++ b/incubator/mango/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mango-0.0.31](https://github.com/truecharts/charts/compare/mango-0.0.30...mango-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mango-0.0.30](https://github.com/truecharts/charts/compare/mango-0.0.29...mango-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mango-0.0.29](https://github.com/truecharts/charts/compare/mango-0.0.28...mango-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mango-0.0.29](https://github.com/truecharts/charts/compare/mango-0.0.28...mango-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mango-0.0.28](https://github.com/truecharts/charts/compare/mango-0.0.27...mango-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mango-0.0.27](https://github.com/truecharts/charts/compare/mango-0.0.26...mango-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mango-0.0.26](https://github.com/truecharts/charts/compare/mango-0.0.25...mango-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mango-0.0.25](https://github.com/truecharts/charts/compare/mango-0.0.24...mango-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mango/0.0.31/Chart.lock b/incubator/mango/0.0.31/Chart.lock new file mode 100644 index 00000000000..bd395762453 --- /dev/null +++ b/incubator/mango/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:29:52.792765447Z" diff --git a/incubator/mango/0.0.31/Chart.yaml b/incubator/mango/0.0.31/Chart.yaml new file mode 100644 index 00000000000..ec7b3f02c79 --- /dev/null +++ b/incubator/mango/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Books +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Mango is a self-hosted manga server and reader. Its features include[br]\n" +home: https://truecharts.org/docs/charts/incubator/mango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.png +keywords: + - mango + - MediaApp-Books +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mango +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mango + - https://github.com/hkalexling/mango + - https://hub.docker.com/r/hkalexling/mango +type: application +version: 0.0.31 diff --git a/incubator/mango/0.0.31/README.md b/incubator/mango/0.0.31/README.md new file mode 100644 index 00000000000..4280ec0932d --- /dev/null +++ b/incubator/mango/0.0.31/README.md @@ -0,0 +1,107 @@ +# mango + +Mango is a self-hosted manga server and reader. Its features include[br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mango](https://truecharts.org/docs/charts/incubator/mango) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mango` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mango TrueCharts/mango +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mango` deployment + +```console +helm uninstall mango +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mango \ + --set env.TZ="America/New York" \ + TrueCharts/mango +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mango TrueCharts/mango -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mango/0.0.30/app-readme.md b/incubator/mango/0.0.31/app-readme.md similarity index 100% rename from incubator/mango/0.0.30/app-readme.md rename to incubator/mango/0.0.31/app-readme.md diff --git a/incubator/mango/0.0.31/charts/common-10.7.1.tgz b/incubator/mango/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mango/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/mango/0.0.30/ix_values.yaml b/incubator/mango/0.0.31/ix_values.yaml similarity index 100% rename from incubator/mango/0.0.30/ix_values.yaml rename to incubator/mango/0.0.31/ix_values.yaml diff --git a/incubator/mango/0.0.30/questions.yaml b/incubator/mango/0.0.31/questions.yaml similarity index 100% rename from incubator/mango/0.0.30/questions.yaml rename to incubator/mango/0.0.31/questions.yaml diff --git a/incubator/mango/0.0.30/templates/common.yaml b/incubator/mango/0.0.31/templates/common.yaml similarity index 100% rename from incubator/mango/0.0.30/templates/common.yaml rename to incubator/mango/0.0.31/templates/common.yaml diff --git a/incubator/mango/0.0.30/values.yaml b/incubator/mango/0.0.31/values.yaml similarity index 100% rename from incubator/mango/0.0.30/values.yaml rename to incubator/mango/0.0.31/values.yaml diff --git a/incubator/media-roller/0.0.29/CHANGELOG.md b/incubator/media-roller/0.0.29/CHANGELOG.md deleted file mode 100644 index 2d2cf1a1e03..00000000000 --- a/incubator/media-roller/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [media-roller-0.0.29](https://github.com/truecharts/charts/compare/media-roller-0.0.28...media-roller-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [media-roller-0.0.28](https://github.com/truecharts/charts/compare/media-roller-0.0.27...media-roller-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [media-roller-0.0.28](https://github.com/truecharts/charts/compare/media-roller-0.0.27...media-roller-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [media-roller-0.0.27](https://github.com/truecharts/charts/compare/media-roller-0.0.26...media-roller-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [media-roller-0.0.26](https://github.com/truecharts/charts/compare/media-roller-0.0.25...media-roller-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [media-roller-0.0.25](https://github.com/truecharts/charts/compare/media-roller-0.0.24...media-roller-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [media-roller-0.0.24](https://github.com/truecharts/charts/compare/media-roller-0.0.23...media-roller-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [media-roller-0.0.24](https://github.com/truecharts/charts/compare/media-roller-0.0.23...media-roller-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/media-roller/0.0.29/Chart.lock b/incubator/media-roller/0.0.29/Chart.lock deleted file mode 100644 index ee05274b738..00000000000 --- a/incubator/media-roller/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:53.932050816Z" diff --git a/incubator/media-roller/0.0.29/Chart.yaml b/incubator/media-roller/0.0.29/Chart.yaml deleted file mode 100644 index 940077db90d..00000000000 --- a/incubator/media-roller/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Mobile friendly tool for downloading videos from social media." -home: https://truecharts.org/docs/charts/incubator/media-roller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png -keywords: - - media-roller - - Tools-Utilities - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: media-roller -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/media-roller - - https://github.com/rroller/media-roller - - https://hub.docker.com/repository/docker/ronnieroller/media-roller -type: application -version: 0.0.29 diff --git a/incubator/media-roller/0.0.29/README.md b/incubator/media-roller/0.0.29/README.md deleted file mode 100644 index c7e632fb1a8..00000000000 --- a/incubator/media-roller/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# media-roller - -Mobile friendly tool for downloading videos from social media. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [media-roller](https://truecharts.org/docs/charts/incubator/media-roller) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `media-roller` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install media-roller TrueCharts/media-roller -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `media-roller` deployment - -```console -helm uninstall media-roller -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install media-roller \ - --set env.TZ="America/New York" \ - TrueCharts/media-roller -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install media-roller TrueCharts/media-roller -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/media-roller/0.0.29/charts/common-10.7.0.tgz b/incubator/media-roller/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/media-roller/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/media-roller/0.0.30/CHANGELOG.md b/incubator/media-roller/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9696a38f2f0 --- /dev/null +++ b/incubator/media-roller/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [media-roller-0.0.30](https://github.com/truecharts/charts/compare/media-roller-0.0.29...media-roller-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [media-roller-0.0.29](https://github.com/truecharts/charts/compare/media-roller-0.0.28...media-roller-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [media-roller-0.0.28](https://github.com/truecharts/charts/compare/media-roller-0.0.27...media-roller-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [media-roller-0.0.28](https://github.com/truecharts/charts/compare/media-roller-0.0.27...media-roller-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [media-roller-0.0.27](https://github.com/truecharts/charts/compare/media-roller-0.0.26...media-roller-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [media-roller-0.0.26](https://github.com/truecharts/charts/compare/media-roller-0.0.25...media-roller-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [media-roller-0.0.25](https://github.com/truecharts/charts/compare/media-roller-0.0.24...media-roller-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [media-roller-0.0.24](https://github.com/truecharts/charts/compare/media-roller-0.0.23...media-roller-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/media-roller/0.0.30/Chart.lock b/incubator/media-roller/0.0.30/Chart.lock new file mode 100644 index 00000000000..51e837bcd47 --- /dev/null +++ b/incubator/media-roller/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:07.523849062Z" diff --git a/incubator/media-roller/0.0.30/Chart.yaml b/incubator/media-roller/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9f2f52a3e74 --- /dev/null +++ b/incubator/media-roller/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Mobile friendly tool for downloading videos from social media." +home: https://truecharts.org/docs/charts/incubator/media-roller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.png +keywords: + - media-roller + - Tools-Utilities + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: media-roller +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/media-roller + - https://github.com/rroller/media-roller + - https://hub.docker.com/repository/docker/ronnieroller/media-roller +type: application +version: 0.0.30 diff --git a/incubator/media-roller/0.0.30/README.md b/incubator/media-roller/0.0.30/README.md new file mode 100644 index 00000000000..fc187ffea28 --- /dev/null +++ b/incubator/media-roller/0.0.30/README.md @@ -0,0 +1,107 @@ +# media-roller + +Mobile friendly tool for downloading videos from social media. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [media-roller](https://truecharts.org/docs/charts/incubator/media-roller) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `media-roller` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install media-roller TrueCharts/media-roller +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `media-roller` deployment + +```console +helm uninstall media-roller +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install media-roller \ + --set env.TZ="America/New York" \ + TrueCharts/media-roller +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install media-roller TrueCharts/media-roller -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/media-roller/0.0.29/app-readme.md b/incubator/media-roller/0.0.30/app-readme.md similarity index 100% rename from incubator/media-roller/0.0.29/app-readme.md rename to incubator/media-roller/0.0.30/app-readme.md diff --git a/incubator/media-roller/0.0.30/charts/common-10.7.1.tgz b/incubator/media-roller/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/media-roller/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/media-roller/0.0.29/ix_values.yaml b/incubator/media-roller/0.0.30/ix_values.yaml similarity index 100% rename from incubator/media-roller/0.0.29/ix_values.yaml rename to incubator/media-roller/0.0.30/ix_values.yaml diff --git a/incubator/media-roller/0.0.29/questions.yaml b/incubator/media-roller/0.0.30/questions.yaml similarity index 100% rename from incubator/media-roller/0.0.29/questions.yaml rename to incubator/media-roller/0.0.30/questions.yaml diff --git a/incubator/media-roller/0.0.29/templates/common.yaml b/incubator/media-roller/0.0.30/templates/common.yaml similarity index 100% rename from incubator/media-roller/0.0.29/templates/common.yaml rename to incubator/media-roller/0.0.30/templates/common.yaml diff --git a/incubator/media-roller/0.0.29/values.yaml b/incubator/media-roller/0.0.30/values.yaml similarity index 100% rename from incubator/media-roller/0.0.29/values.yaml rename to incubator/media-roller/0.0.30/values.yaml diff --git a/incubator/mediaelch/0.0.29/CHANGELOG.md b/incubator/mediaelch/0.0.29/CHANGELOG.md deleted file mode 100644 index 79151aa1878..00000000000 --- a/incubator/mediaelch/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mediaelch-0.0.29](https://github.com/truecharts/charts/compare/mediaelch-0.0.28...mediaelch-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mediaelch-0.0.28](https://github.com/truecharts/charts/compare/mediaelch-0.0.27...mediaelch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediaelch-0.0.28](https://github.com/truecharts/charts/compare/mediaelch-0.0.27...mediaelch-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediaelch-0.0.27](https://github.com/truecharts/charts/compare/mediaelch-0.0.26...mediaelch-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mediaelch-0.0.26](https://github.com/truecharts/charts/compare/mediaelch-0.0.25...mediaelch-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mediaelch-0.0.25](https://github.com/truecharts/charts/compare/mediaelch-0.0.24...mediaelch-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mediaelch-0.0.24](https://github.com/truecharts/charts/compare/mediaelch-0.0.23...mediaelch-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mediaelch-0.0.24](https://github.com/truecharts/charts/compare/mediaelch-0.0.23...mediaelch-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mediaelch/0.0.29/Chart.lock b/incubator/mediaelch/0.0.29/Chart.lock deleted file mode 100644 index 8df60aedb3b..00000000000 --- a/incubator/mediaelch/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:48:58.605946463Z" diff --git a/incubator/mediaelch/0.0.29/Chart.yaml b/incubator/mediaelch/0.0.29/Chart.yaml deleted file mode 100644 index a4b2226bc3e..00000000000 --- a/incubator/mediaelch/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. -home: https://truecharts.org/docs/charts/incubator/mediaelch -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png -keywords: - - mediaelch - - Tools - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mediaelch -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mediaelch - - https://github.com/Komet/MediaElch - - https://hub.docker.com/repository/docker/masonxx/mediaelch -type: application -version: 0.0.29 diff --git a/incubator/mediaelch/0.0.29/README.md b/incubator/mediaelch/0.0.29/README.md deleted file mode 100644 index 91228545aa1..00000000000 --- a/incubator/mediaelch/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mediaelch - -Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mediaelch](https://truecharts.org/docs/charts/incubator/mediaelch) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mediaelch` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mediaelch TrueCharts/mediaelch -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mediaelch` deployment - -```console -helm uninstall mediaelch -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mediaelch \ - --set env.TZ="America/New York" \ - TrueCharts/mediaelch -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mediaelch TrueCharts/mediaelch -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mediaelch/0.0.29/charts/common-10.7.0.tgz b/incubator/mediaelch/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mediaelch/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mediaelch/0.0.30/CHANGELOG.md b/incubator/mediaelch/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..eddd2d90a98 --- /dev/null +++ b/incubator/mediaelch/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mediaelch-0.0.30](https://github.com/truecharts/charts/compare/mediaelch-0.0.29...mediaelch-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mediaelch-0.0.29](https://github.com/truecharts/charts/compare/mediaelch-0.0.28...mediaelch-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mediaelch-0.0.28](https://github.com/truecharts/charts/compare/mediaelch-0.0.27...mediaelch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediaelch-0.0.28](https://github.com/truecharts/charts/compare/mediaelch-0.0.27...mediaelch-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediaelch-0.0.27](https://github.com/truecharts/charts/compare/mediaelch-0.0.26...mediaelch-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mediaelch-0.0.26](https://github.com/truecharts/charts/compare/mediaelch-0.0.25...mediaelch-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mediaelch-0.0.25](https://github.com/truecharts/charts/compare/mediaelch-0.0.24...mediaelch-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mediaelch-0.0.24](https://github.com/truecharts/charts/compare/mediaelch-0.0.23...mediaelch-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mediaelch/0.0.30/Chart.lock b/incubator/mediaelch/0.0.30/Chart.lock new file mode 100644 index 00000000000..0e1fe4af555 --- /dev/null +++ b/incubator/mediaelch/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:10.707100403Z" diff --git a/incubator/mediaelch/0.0.30/Chart.yaml b/incubator/mediaelch/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1c91ac23796 --- /dev/null +++ b/incubator/mediaelch/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. +home: https://truecharts.org/docs/charts/incubator/mediaelch +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.png +keywords: + - mediaelch + - Tools + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mediaelch +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mediaelch + - https://github.com/Komet/MediaElch + - https://hub.docker.com/repository/docker/masonxx/mediaelch +type: application +version: 0.0.30 diff --git a/incubator/mediaelch/0.0.30/README.md b/incubator/mediaelch/0.0.30/README.md new file mode 100644 index 00000000000..95e3d2f559d --- /dev/null +++ b/incubator/mediaelch/0.0.30/README.md @@ -0,0 +1,107 @@ +# mediaelch + +Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mediaelch](https://truecharts.org/docs/charts/incubator/mediaelch) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mediaelch` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mediaelch TrueCharts/mediaelch +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mediaelch` deployment + +```console +helm uninstall mediaelch +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mediaelch \ + --set env.TZ="America/New York" \ + TrueCharts/mediaelch +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mediaelch TrueCharts/mediaelch -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mediaelch/0.0.29/app-readme.md b/incubator/mediaelch/0.0.30/app-readme.md similarity index 100% rename from incubator/mediaelch/0.0.29/app-readme.md rename to incubator/mediaelch/0.0.30/app-readme.md diff --git a/incubator/mediaelch/0.0.30/charts/common-10.7.1.tgz b/incubator/mediaelch/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mediaelch/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mediaelch/0.0.29/ix_values.yaml b/incubator/mediaelch/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mediaelch/0.0.29/ix_values.yaml rename to incubator/mediaelch/0.0.30/ix_values.yaml diff --git a/incubator/mediaelch/0.0.29/questions.yaml b/incubator/mediaelch/0.0.30/questions.yaml similarity index 100% rename from incubator/mediaelch/0.0.29/questions.yaml rename to incubator/mediaelch/0.0.30/questions.yaml diff --git a/incubator/mediaelch/0.0.29/templates/common.yaml b/incubator/mediaelch/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mediaelch/0.0.29/templates/common.yaml rename to incubator/mediaelch/0.0.30/templates/common.yaml diff --git a/incubator/mediaelch/0.0.29/values.yaml b/incubator/mediaelch/0.0.30/values.yaml similarity index 100% rename from incubator/mediaelch/0.0.29/values.yaml rename to incubator/mediaelch/0.0.30/values.yaml diff --git a/incubator/mediagoblin/0.0.29/CHANGELOG.md b/incubator/mediagoblin/0.0.29/CHANGELOG.md deleted file mode 100644 index 137ad398836..00000000000 --- a/incubator/mediagoblin/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mediagoblin-0.0.29](https://github.com/truecharts/charts/compare/mediagoblin-0.0.28...mediagoblin-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mediagoblin-0.0.28](https://github.com/truecharts/charts/compare/mediagoblin-0.0.27...mediagoblin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediagoblin-0.0.28](https://github.com/truecharts/charts/compare/mediagoblin-0.0.27...mediagoblin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediagoblin-0.0.27](https://github.com/truecharts/charts/compare/mediagoblin-0.0.26...mediagoblin-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mediagoblin-0.0.26](https://github.com/truecharts/charts/compare/mediagoblin-0.0.25...mediagoblin-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mediagoblin-0.0.25](https://github.com/truecharts/charts/compare/mediagoblin-0.0.24...mediagoblin-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mediagoblin-0.0.24](https://github.com/truecharts/charts/compare/mediagoblin-0.0.23...mediagoblin-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mediagoblin-0.0.24](https://github.com/truecharts/charts/compare/mediagoblin-0.0.23...mediagoblin-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mediagoblin/0.0.29/Chart.lock b/incubator/mediagoblin/0.0.29/Chart.lock deleted file mode 100644 index cf80e6d20ee..00000000000 --- a/incubator/mediagoblin/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:49:11.776030505Z" diff --git a/incubator/mediagoblin/0.0.29/Chart.yaml b/incubator/mediagoblin/0.0.29/Chart.yaml deleted file mode 100644 index 5c312d5e54e..00000000000 --- a/incubator/mediagoblin/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" -home: https://truecharts.org/docs/charts/incubator/mediagoblin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png -keywords: - - mediagoblin - - MediaApp-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mediagoblin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mediagoblin - - https://mediagoblin.org/ - - https://hub.docker.com/r/mtlynch/mediagoblin/ -type: application -version: 0.0.29 diff --git a/incubator/mediagoblin/0.0.29/README.md b/incubator/mediagoblin/0.0.29/README.md deleted file mode 100644 index 25d6573fac2..00000000000 --- a/incubator/mediagoblin/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mediagoblin - -MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mediagoblin](https://truecharts.org/docs/charts/incubator/mediagoblin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mediagoblin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mediagoblin TrueCharts/mediagoblin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mediagoblin` deployment - -```console -helm uninstall mediagoblin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mediagoblin \ - --set env.TZ="America/New York" \ - TrueCharts/mediagoblin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mediagoblin TrueCharts/mediagoblin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mediagoblin/0.0.29/charts/common-10.7.0.tgz b/incubator/mediagoblin/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mediagoblin/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mediagoblin/0.0.30/CHANGELOG.md b/incubator/mediagoblin/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2cf68689827 --- /dev/null +++ b/incubator/mediagoblin/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mediagoblin-0.0.30](https://github.com/truecharts/charts/compare/mediagoblin-0.0.29...mediagoblin-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mediagoblin-0.0.29](https://github.com/truecharts/charts/compare/mediagoblin-0.0.28...mediagoblin-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mediagoblin-0.0.28](https://github.com/truecharts/charts/compare/mediagoblin-0.0.27...mediagoblin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediagoblin-0.0.28](https://github.com/truecharts/charts/compare/mediagoblin-0.0.27...mediagoblin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediagoblin-0.0.27](https://github.com/truecharts/charts/compare/mediagoblin-0.0.26...mediagoblin-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mediagoblin-0.0.26](https://github.com/truecharts/charts/compare/mediagoblin-0.0.25...mediagoblin-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mediagoblin-0.0.25](https://github.com/truecharts/charts/compare/mediagoblin-0.0.24...mediagoblin-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mediagoblin-0.0.24](https://github.com/truecharts/charts/compare/mediagoblin-0.0.23...mediagoblin-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mediagoblin/0.0.30/Chart.lock b/incubator/mediagoblin/0.0.30/Chart.lock new file mode 100644 index 00000000000..bb75113899b --- /dev/null +++ b/incubator/mediagoblin/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:12.565065045Z" diff --git a/incubator/mediagoblin/0.0.30/Chart.yaml b/incubator/mediagoblin/0.0.30/Chart.yaml new file mode 100644 index 00000000000..6d00744dd1e --- /dev/null +++ b/incubator/mediagoblin/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]" +home: https://truecharts.org/docs/charts/incubator/mediagoblin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.png +keywords: + - mediagoblin + - MediaApp-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mediagoblin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mediagoblin + - https://mediagoblin.org/ + - https://hub.docker.com/r/mtlynch/mediagoblin/ +type: application +version: 0.0.30 diff --git a/incubator/mediagoblin/0.0.30/README.md b/incubator/mediagoblin/0.0.30/README.md new file mode 100644 index 00000000000..14040129cb3 --- /dev/null +++ b/incubator/mediagoblin/0.0.30/README.md @@ -0,0 +1,107 @@ +# mediagoblin + +MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style='color: #ff9900;']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mediagoblin](https://truecharts.org/docs/charts/incubator/mediagoblin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mediagoblin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mediagoblin TrueCharts/mediagoblin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mediagoblin` deployment + +```console +helm uninstall mediagoblin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mediagoblin \ + --set env.TZ="America/New York" \ + TrueCharts/mediagoblin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mediagoblin TrueCharts/mediagoblin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mediagoblin/0.0.29/app-readme.md b/incubator/mediagoblin/0.0.30/app-readme.md similarity index 100% rename from incubator/mediagoblin/0.0.29/app-readme.md rename to incubator/mediagoblin/0.0.30/app-readme.md diff --git a/incubator/mediagoblin/0.0.30/charts/common-10.7.1.tgz b/incubator/mediagoblin/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mediagoblin/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mediagoblin/0.0.29/ix_values.yaml b/incubator/mediagoblin/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mediagoblin/0.0.29/ix_values.yaml rename to incubator/mediagoblin/0.0.30/ix_values.yaml diff --git a/incubator/mediagoblin/0.0.29/questions.yaml b/incubator/mediagoblin/0.0.30/questions.yaml similarity index 100% rename from incubator/mediagoblin/0.0.29/questions.yaml rename to incubator/mediagoblin/0.0.30/questions.yaml diff --git a/incubator/mediagoblin/0.0.29/templates/common.yaml b/incubator/mediagoblin/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mediagoblin/0.0.29/templates/common.yaml rename to incubator/mediagoblin/0.0.30/templates/common.yaml diff --git a/incubator/mediagoblin/0.0.29/values.yaml b/incubator/mediagoblin/0.0.30/values.yaml similarity index 100% rename from incubator/mediagoblin/0.0.29/values.yaml rename to incubator/mediagoblin/0.0.30/values.yaml diff --git a/incubator/megasync/0.0.29/CHANGELOG.md b/incubator/megasync/0.0.29/CHANGELOG.md deleted file mode 100644 index 8a901d4e5e4..00000000000 --- a/incubator/megasync/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [megasync-0.0.29](https://github.com/truecharts/charts/compare/megasync-0.0.28...megasync-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [megasync-0.0.28](https://github.com/truecharts/charts/compare/megasync-0.0.27...megasync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [megasync-0.0.28](https://github.com/truecharts/charts/compare/megasync-0.0.27...megasync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [megasync-0.0.27](https://github.com/truecharts/charts/compare/megasync-0.0.26...megasync-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [megasync-0.0.26](https://github.com/truecharts/charts/compare/megasync-0.0.25...megasync-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [megasync-0.0.25](https://github.com/truecharts/charts/compare/megasync-0.0.24...megasync-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [megasync-0.0.24](https://github.com/truecharts/charts/compare/megasync-0.0.23...megasync-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [megasync-0.0.24](https://github.com/truecharts/charts/compare/megasync-0.0.23...megasync-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/megasync/0.0.29/Chart.lock b/incubator/megasync/0.0.29/Chart.lock deleted file mode 100644 index 7e17dad3b50..00000000000 --- a/incubator/megasync/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:49:12.251480551Z" diff --git a/incubator/megasync/0.0.29/Chart.yaml b/incubator/megasync/0.0.29/Chart.yaml deleted file mode 100644 index 6c9ebf13a5f..00000000000 --- a/incubator/megasync/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Productivity - - Tools-Utilities - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC." -home: https://truecharts.org/docs/charts/incubator/megasync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png -keywords: - - megasync - - Network-Other - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: megasync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/megasync - - https://hub.docker.com/r/ich777/doh-server - - https://hub.docker.com/r/ich777/megasync -type: application -version: 0.0.29 diff --git a/incubator/megasync/0.0.29/README.md b/incubator/megasync/0.0.29/README.md deleted file mode 100644 index fa64a74fd0e..00000000000 --- a/incubator/megasync/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# megasync - -MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [megasync](https://truecharts.org/docs/charts/incubator/megasync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `megasync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install megasync TrueCharts/megasync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `megasync` deployment - -```console -helm uninstall megasync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install megasync \ - --set env.TZ="America/New York" \ - TrueCharts/megasync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install megasync TrueCharts/megasync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/megasync/0.0.29/charts/common-10.7.0.tgz b/incubator/megasync/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/megasync/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/megasync/0.0.30/CHANGELOG.md b/incubator/megasync/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..533cdf21462 --- /dev/null +++ b/incubator/megasync/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [megasync-0.0.30](https://github.com/truecharts/charts/compare/megasync-0.0.29...megasync-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [megasync-0.0.29](https://github.com/truecharts/charts/compare/megasync-0.0.28...megasync-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [megasync-0.0.28](https://github.com/truecharts/charts/compare/megasync-0.0.27...megasync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [megasync-0.0.28](https://github.com/truecharts/charts/compare/megasync-0.0.27...megasync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [megasync-0.0.27](https://github.com/truecharts/charts/compare/megasync-0.0.26...megasync-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [megasync-0.0.26](https://github.com/truecharts/charts/compare/megasync-0.0.25...megasync-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [megasync-0.0.25](https://github.com/truecharts/charts/compare/megasync-0.0.24...megasync-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [megasync-0.0.24](https://github.com/truecharts/charts/compare/megasync-0.0.23...megasync-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/megasync/0.0.30/Chart.lock b/incubator/megasync/0.0.30/Chart.lock new file mode 100644 index 00000000000..0c7bc094405 --- /dev/null +++ b/incubator/megasync/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:23.958902807Z" diff --git a/incubator/megasync/0.0.30/Chart.yaml b/incubator/megasync/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4495a04c828 --- /dev/null +++ b/incubator/megasync/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Productivity + - Tools-Utilities + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC." +home: https://truecharts.org/docs/charts/incubator/megasync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.png +keywords: + - megasync + - Network-Other + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: megasync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/megasync + - https://hub.docker.com/r/ich777/doh-server + - https://hub.docker.com/r/ich777/megasync +type: application +version: 0.0.30 diff --git a/incubator/megasync/0.0.30/README.md b/incubator/megasync/0.0.30/README.md new file mode 100644 index 00000000000..5ba1acf8db8 --- /dev/null +++ b/incubator/megasync/0.0.30/README.md @@ -0,0 +1,107 @@ +# megasync + +MEGAsync is an intuitive application that enables you to effortlessly synchronize folders on several computers. You simply need to upload data in the cloud and, within seconds, you can explore the same documents on your own PC. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [megasync](https://truecharts.org/docs/charts/incubator/megasync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `megasync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install megasync TrueCharts/megasync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `megasync` deployment + +```console +helm uninstall megasync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install megasync \ + --set env.TZ="America/New York" \ + TrueCharts/megasync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install megasync TrueCharts/megasync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/megasync/0.0.29/app-readme.md b/incubator/megasync/0.0.30/app-readme.md similarity index 100% rename from incubator/megasync/0.0.29/app-readme.md rename to incubator/megasync/0.0.30/app-readme.md diff --git a/incubator/megasync/0.0.30/charts/common-10.7.1.tgz b/incubator/megasync/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/megasync/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/megasync/0.0.29/ix_values.yaml b/incubator/megasync/0.0.30/ix_values.yaml similarity index 100% rename from incubator/megasync/0.0.29/ix_values.yaml rename to incubator/megasync/0.0.30/ix_values.yaml diff --git a/incubator/megasync/0.0.29/questions.yaml b/incubator/megasync/0.0.30/questions.yaml similarity index 100% rename from incubator/megasync/0.0.29/questions.yaml rename to incubator/megasync/0.0.30/questions.yaml diff --git a/incubator/megasync/0.0.29/templates/common.yaml b/incubator/megasync/0.0.30/templates/common.yaml similarity index 100% rename from incubator/megasync/0.0.29/templates/common.yaml rename to incubator/megasync/0.0.30/templates/common.yaml diff --git a/incubator/megasync/0.0.29/values.yaml b/incubator/megasync/0.0.30/values.yaml similarity index 100% rename from incubator/megasync/0.0.29/values.yaml rename to incubator/megasync/0.0.30/values.yaml diff --git a/incubator/memories-of-mars/0.0.29/CHANGELOG.md b/incubator/memories-of-mars/0.0.29/CHANGELOG.md deleted file mode 100644 index 2a948798a5f..00000000000 --- a/incubator/memories-of-mars/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [memories-of-mars-0.0.29](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.28...memories-of-mars-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [memories-of-mars-0.0.28](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.27...memories-of-mars-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [memories-of-mars-0.0.28](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.27...memories-of-mars-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [memories-of-mars-0.0.27](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.26...memories-of-mars-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [memories-of-mars-0.0.26](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.25...memories-of-mars-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [memories-of-mars-0.0.25](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.24...memories-of-mars-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [memories-of-mars-0.0.24](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.23...memories-of-mars-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [memories-of-mars-0.0.24](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.23...memories-of-mars-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/memories-of-mars/0.0.29/Chart.lock b/incubator/memories-of-mars/0.0.29/Chart.lock deleted file mode 100644 index e89e1130c5f..00000000000 --- a/incubator/memories-of-mars/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:49:23.650645078Z" diff --git a/incubator/memories-of-mars/0.0.29/Chart.yaml b/incubator/memories-of-mars/0.0.29/Chart.yaml deleted file mode 100644 index 738a4a8d718..00000000000 --- a/incubator/memories-of-mars/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Memories of Mars and run it." -home: https://truecharts.org/docs/charts/incubator/memories-of-mars -icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png -keywords: - - memories-of-mars - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: memories-of-mars -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/memories-of-mars - - https://memoriesofmars.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/memories-of-mars/0.0.29/README.md b/incubator/memories-of-mars/0.0.29/README.md deleted file mode 100644 index 1f74ef08db8..00000000000 --- a/incubator/memories-of-mars/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# memories-of-mars - -This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [memories-of-mars](https://truecharts.org/docs/charts/incubator/memories-of-mars) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `memories-of-mars` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install memories-of-mars TrueCharts/memories-of-mars -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `memories-of-mars` deployment - -```console -helm uninstall memories-of-mars -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install memories-of-mars \ - --set env.TZ="America/New York" \ - TrueCharts/memories-of-mars -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install memories-of-mars TrueCharts/memories-of-mars -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/memories-of-mars/0.0.29/charts/common-10.7.0.tgz b/incubator/memories-of-mars/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/memories-of-mars/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/memories-of-mars/0.0.30/CHANGELOG.md b/incubator/memories-of-mars/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f1ae09065b0 --- /dev/null +++ b/incubator/memories-of-mars/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [memories-of-mars-0.0.30](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.29...memories-of-mars-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [memories-of-mars-0.0.29](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.28...memories-of-mars-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [memories-of-mars-0.0.28](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.27...memories-of-mars-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [memories-of-mars-0.0.28](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.27...memories-of-mars-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [memories-of-mars-0.0.27](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.26...memories-of-mars-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [memories-of-mars-0.0.26](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.25...memories-of-mars-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [memories-of-mars-0.0.25](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.24...memories-of-mars-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [memories-of-mars-0.0.24](https://github.com/truecharts/charts/compare/memories-of-mars-0.0.23...memories-of-mars-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/memories-of-mars/0.0.30/Chart.lock b/incubator/memories-of-mars/0.0.30/Chart.lock new file mode 100644 index 00000000000..ef9bd2a4121 --- /dev/null +++ b/incubator/memories-of-mars/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:38.717107165Z" diff --git a/incubator/memories-of-mars/0.0.30/Chart.yaml b/incubator/memories-of-mars/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1d23f7f462b --- /dev/null +++ b/incubator/memories-of-mars/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Memories of Mars and run it." +home: https://truecharts.org/docs/charts/incubator/memories-of-mars +icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.png +keywords: + - memories-of-mars + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: memories-of-mars +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/memories-of-mars + - https://memoriesofmars.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/memories-of-mars/0.0.30/README.md b/incubator/memories-of-mars/0.0.30/README.md new file mode 100644 index 00000000000..277d7503ba1 --- /dev/null +++ b/incubator/memories-of-mars/0.0.30/README.md @@ -0,0 +1,107 @@ +# memories-of-mars + +This Chart will download and install SteamCMD. It will also install Memories of Mars and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [memories-of-mars](https://truecharts.org/docs/charts/incubator/memories-of-mars) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `memories-of-mars` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install memories-of-mars TrueCharts/memories-of-mars +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `memories-of-mars` deployment + +```console +helm uninstall memories-of-mars +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install memories-of-mars \ + --set env.TZ="America/New York" \ + TrueCharts/memories-of-mars +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install memories-of-mars TrueCharts/memories-of-mars -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/memories-of-mars/0.0.29/app-readme.md b/incubator/memories-of-mars/0.0.30/app-readme.md similarity index 100% rename from incubator/memories-of-mars/0.0.29/app-readme.md rename to incubator/memories-of-mars/0.0.30/app-readme.md diff --git a/incubator/memories-of-mars/0.0.30/charts/common-10.7.1.tgz b/incubator/memories-of-mars/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/memories-of-mars/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/memories-of-mars/0.0.29/ix_values.yaml b/incubator/memories-of-mars/0.0.30/ix_values.yaml similarity index 100% rename from incubator/memories-of-mars/0.0.29/ix_values.yaml rename to incubator/memories-of-mars/0.0.30/ix_values.yaml diff --git a/incubator/memories-of-mars/0.0.29/questions.yaml b/incubator/memories-of-mars/0.0.30/questions.yaml similarity index 100% rename from incubator/memories-of-mars/0.0.29/questions.yaml rename to incubator/memories-of-mars/0.0.30/questions.yaml diff --git a/incubator/memories-of-mars/0.0.29/templates/common.yaml b/incubator/memories-of-mars/0.0.30/templates/common.yaml similarity index 100% rename from incubator/memories-of-mars/0.0.29/templates/common.yaml rename to incubator/memories-of-mars/0.0.30/templates/common.yaml diff --git a/incubator/memories-of-mars/0.0.29/values.yaml b/incubator/memories-of-mars/0.0.30/values.yaml similarity index 100% rename from incubator/memories-of-mars/0.0.29/values.yaml rename to incubator/memories-of-mars/0.0.30/values.yaml diff --git a/incubator/meshcentral/4.0.15/CHANGELOG.md b/incubator/meshcentral/4.0.15/CHANGELOG.md deleted file mode 100644 index 76a82daa0e9..00000000000 --- a/incubator/meshcentral/4.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [meshcentral-4.0.15](https://github.com/truecharts/charts/compare/meshcentral-4.0.14...meshcentral-4.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [meshcentral-4.0.14](https://github.com/truecharts/charts/compare/meshcentral-4.0.13...meshcentral-4.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [meshcentral-4.0.14](https://github.com/truecharts/charts/compare/meshcentral-4.0.13...meshcentral-4.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [meshcentral-4.0.13](https://github.com/truecharts/charts/compare/meshcentral-4.0.12...meshcentral-4.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [meshcentral-4.0.12](https://github.com/truecharts/charts/compare/meshcentral-4.0.11...meshcentral-4.0.12) (2022-10-04) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [meshcentral-4.0.10](https://github.com/truecharts/charts/compare/meshcentral-4.0.9...meshcentral-4.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [meshcentral-4.0.9](https://github.com/truecharts/charts/compare/meshcentral-4.0.8...meshcentral-4.0.9) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [meshcentral-4.0.8](https://github.com/truecharts/charts/compare/meshcentral-4.0.7...meshcentral-4.0.8) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/incubator/meshcentral/4.0.15/Chart.lock b/incubator/meshcentral/4.0.15/Chart.lock deleted file mode 100644 index ebd543c2c0c..00000000000 --- a/incubator/meshcentral/4.0.15/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mongodb - repository: https://charts.truecharts.org/ - version: 2.0.32 -digest: sha256:a9d9700c906c40e2ff388145f844e842f39b90a7789b37f0f75ea046ab9eb232 -generated: "2022-10-12T15:49:39.181282046Z" diff --git a/incubator/meshcentral/4.0.15/Chart.yaml b/incubator/meshcentral/4.0.15/Chart.yaml deleted file mode 100644 index a95c1ab5718..00000000000 --- a/incubator/meshcentral/4.0.15/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: meshcentral -version: 4.0.15 -appVersion: "1.0.85" -description: MeshCentral is a full computer management web site -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/meshcentral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png -keywords: - - meshcentral - - teamviewer - - rdp -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/meshcentral - - https://github.com/Ylianst/MeshCentral -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mongodb.enabled - name: mongodb - repository: https://charts.truecharts.org/ - version: 2.0.32 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/meshcentral/4.0.15/README.md b/incubator/meshcentral/4.0.15/README.md deleted file mode 100644 index fb822af62f7..00000000000 --- a/incubator/meshcentral/4.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# meshcentral - -MeshCentral is a full computer management web site - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [meshcentral](https://truecharts.org/docs/charts/incubator/meshcentral) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mongodb | 2.0.32 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `meshcentral` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install meshcentral TrueCharts/meshcentral -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `meshcentral` deployment - -```console -helm uninstall meshcentral -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install meshcentral \ - --set env.TZ="America/New York" \ - TrueCharts/meshcentral -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install meshcentral TrueCharts/meshcentral -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/meshcentral/4.0.15/charts/common-10.7.0.tgz b/incubator/meshcentral/4.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/meshcentral/4.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/meshcentral/4.0.15/charts/mongodb-2.0.32.tgz b/incubator/meshcentral/4.0.15/charts/mongodb-2.0.32.tgz deleted file mode 100644 index b9dcd0107d1..00000000000 Binary files a/incubator/meshcentral/4.0.15/charts/mongodb-2.0.32.tgz and /dev/null differ diff --git a/incubator/meshcentral/4.0.16/CHANGELOG.md b/incubator/meshcentral/4.0.16/CHANGELOG.md new file mode 100644 index 00000000000..2ec1a69a646 --- /dev/null +++ b/incubator/meshcentral/4.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [meshcentral-4.0.16](https://github.com/truecharts/charts/compare/meshcentral-4.0.15...meshcentral-4.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [meshcentral-4.0.15](https://github.com/truecharts/charts/compare/meshcentral-4.0.14...meshcentral-4.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [meshcentral-4.0.14](https://github.com/truecharts/charts/compare/meshcentral-4.0.13...meshcentral-4.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [meshcentral-4.0.14](https://github.com/truecharts/charts/compare/meshcentral-4.0.13...meshcentral-4.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [meshcentral-4.0.13](https://github.com/truecharts/charts/compare/meshcentral-4.0.12...meshcentral-4.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [meshcentral-4.0.12](https://github.com/truecharts/charts/compare/meshcentral-4.0.11...meshcentral-4.0.12) (2022-10-04) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [meshcentral-4.0.10](https://github.com/truecharts/charts/compare/meshcentral-4.0.9...meshcentral-4.0.10) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [meshcentral-4.0.9](https://github.com/truecharts/charts/compare/meshcentral-4.0.8...meshcentral-4.0.9) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [meshcentral-4.0.8](https://github.com/truecharts/charts/compare/meshcentral-4.0.7...meshcentral-4.0.8) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/meshcentral/4.0.16/Chart.lock b/incubator/meshcentral/4.0.16/Chart.lock new file mode 100644 index 00000000000..c8e14e5e8f6 --- /dev/null +++ b/incubator/meshcentral/4.0.16/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mongodb + repository: https://charts.truecharts.org/ + version: 2.0.35 +digest: sha256:2fb9d45a5b3560f858fd2e0bc2f158130976195cc054b4318ca214a719310bfb +generated: "2022-10-19T12:30:54.618215365Z" diff --git a/incubator/meshcentral/4.0.16/Chart.yaml b/incubator/meshcentral/4.0.16/Chart.yaml new file mode 100644 index 00000000000..3181b9df9eb --- /dev/null +++ b/incubator/meshcentral/4.0.16/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: meshcentral +version: 4.0.16 +appVersion: "1.0.85" +description: MeshCentral is a full computer management web site +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/meshcentral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.png +keywords: + - meshcentral + - teamviewer + - rdp +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/meshcentral + - https://github.com/Ylianst/MeshCentral +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mongodb.enabled + name: mongodb + repository: https://charts.truecharts.org/ + version: 2.0.35 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/meshcentral/4.0.16/README.md b/incubator/meshcentral/4.0.16/README.md new file mode 100644 index 00000000000..a5508779e4c --- /dev/null +++ b/incubator/meshcentral/4.0.16/README.md @@ -0,0 +1,107 @@ +# meshcentral + +MeshCentral is a full computer management web site + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [meshcentral](https://truecharts.org/docs/charts/incubator/meshcentral) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mongodb | 2.0.35 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `meshcentral` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install meshcentral TrueCharts/meshcentral +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `meshcentral` deployment + +```console +helm uninstall meshcentral +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install meshcentral \ + --set env.TZ="America/New York" \ + TrueCharts/meshcentral +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install meshcentral TrueCharts/meshcentral -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/meshcentral/4.0.15/app-readme.md b/incubator/meshcentral/4.0.16/app-readme.md similarity index 100% rename from incubator/meshcentral/4.0.15/app-readme.md rename to incubator/meshcentral/4.0.16/app-readme.md diff --git a/incubator/meshcentral/4.0.16/charts/common-10.7.1.tgz b/incubator/meshcentral/4.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/meshcentral/4.0.16/charts/common-10.7.1.tgz differ diff --git a/incubator/meshcentral/4.0.16/charts/mongodb-2.0.35.tgz b/incubator/meshcentral/4.0.16/charts/mongodb-2.0.35.tgz new file mode 100644 index 00000000000..1f4d1306ef9 Binary files /dev/null and b/incubator/meshcentral/4.0.16/charts/mongodb-2.0.35.tgz differ diff --git a/incubator/meshcentral/4.0.15/ix_values.yaml b/incubator/meshcentral/4.0.16/ix_values.yaml similarity index 100% rename from incubator/meshcentral/4.0.15/ix_values.yaml rename to incubator/meshcentral/4.0.16/ix_values.yaml diff --git a/incubator/meshcentral/4.0.15/questions.yaml b/incubator/meshcentral/4.0.16/questions.yaml similarity index 100% rename from incubator/meshcentral/4.0.15/questions.yaml rename to incubator/meshcentral/4.0.16/questions.yaml diff --git a/incubator/meshcentral/4.0.15/templates/common.yaml b/incubator/meshcentral/4.0.16/templates/common.yaml similarity index 100% rename from incubator/meshcentral/4.0.15/templates/common.yaml rename to incubator/meshcentral/4.0.16/templates/common.yaml diff --git a/incubator/meshcentral/4.0.15/values.yaml b/incubator/meshcentral/4.0.16/values.yaml similarity index 100% rename from incubator/meshcentral/4.0.15/values.yaml rename to incubator/meshcentral/4.0.16/values.yaml diff --git a/incubator/metatube/0.0.29/CHANGELOG.md b/incubator/metatube/0.0.29/CHANGELOG.md deleted file mode 100644 index eaf1c94cbb0..00000000000 --- a/incubator/metatube/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [metatube-0.0.29](https://github.com/truecharts/charts/compare/metatube-0.0.28...metatube-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [metatube-0.0.28](https://github.com/truecharts/charts/compare/metatube-0.0.27...metatube-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metatube-0.0.28](https://github.com/truecharts/charts/compare/metatube-0.0.27...metatube-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metatube-0.0.27](https://github.com/truecharts/charts/compare/metatube-0.0.26...metatube-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [metatube-0.0.26](https://github.com/truecharts/charts/compare/metatube-0.0.25...metatube-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [metatube-0.0.25](https://github.com/truecharts/charts/compare/metatube-0.0.24...metatube-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [metatube-0.0.24](https://github.com/truecharts/charts/compare/metatube-0.0.23...metatube-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [metatube-0.0.24](https://github.com/truecharts/charts/compare/metatube-0.0.23...metatube-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/metatube/0.0.29/Chart.lock b/incubator/metatube/0.0.29/Chart.lock deleted file mode 100644 index 07846b76689..00000000000 --- a/incubator/metatube/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:49:41.375804386Z" diff --git a/incubator/metatube/0.0.29/Chart.yaml b/incubator/metatube/0.0.29/Chart.yaml deleted file mode 100644 index 94ec37f326f..00000000000 --- a/incubator/metatube/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file." -home: https://truecharts.org/docs/charts/incubator/metatube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png -keywords: - - metatube - - Downloaders - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: metatube -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/metatube - - https://github.com/JVT038/MetaTube - - https://hub.docker.com/r/jvt038/metatube -type: application -version: 0.0.29 diff --git a/incubator/metatube/0.0.29/README.md b/incubator/metatube/0.0.29/README.md deleted file mode 100644 index 984266d907f..00000000000 --- a/incubator/metatube/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# metatube - -MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [metatube](https://truecharts.org/docs/charts/incubator/metatube) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `metatube` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install metatube TrueCharts/metatube -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `metatube` deployment - -```console -helm uninstall metatube -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install metatube \ - --set env.TZ="America/New York" \ - TrueCharts/metatube -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install metatube TrueCharts/metatube -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/metatube/0.0.29/charts/common-10.7.0.tgz b/incubator/metatube/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/metatube/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/metatube/0.0.30/CHANGELOG.md b/incubator/metatube/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..522d1d0c582 --- /dev/null +++ b/incubator/metatube/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [metatube-0.0.30](https://github.com/truecharts/charts/compare/metatube-0.0.29...metatube-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [metatube-0.0.29](https://github.com/truecharts/charts/compare/metatube-0.0.28...metatube-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [metatube-0.0.28](https://github.com/truecharts/charts/compare/metatube-0.0.27...metatube-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metatube-0.0.28](https://github.com/truecharts/charts/compare/metatube-0.0.27...metatube-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metatube-0.0.27](https://github.com/truecharts/charts/compare/metatube-0.0.26...metatube-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [metatube-0.0.26](https://github.com/truecharts/charts/compare/metatube-0.0.25...metatube-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [metatube-0.0.25](https://github.com/truecharts/charts/compare/metatube-0.0.24...metatube-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [metatube-0.0.24](https://github.com/truecharts/charts/compare/metatube-0.0.23...metatube-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/metatube/0.0.30/Chart.lock b/incubator/metatube/0.0.30/Chart.lock new file mode 100644 index 00000000000..ce45fc24ded --- /dev/null +++ b/incubator/metatube/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:43.482664756Z" diff --git a/incubator/metatube/0.0.30/Chart.yaml b/incubator/metatube/0.0.30/Chart.yaml new file mode 100644 index 00000000000..839cdb0e93c --- /dev/null +++ b/incubator/metatube/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file." +home: https://truecharts.org/docs/charts/incubator/metatube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.png +keywords: + - metatube + - Downloaders + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: metatube +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/metatube + - https://github.com/JVT038/MetaTube + - https://hub.docker.com/r/jvt038/metatube +type: application +version: 0.0.30 diff --git a/incubator/metatube/0.0.30/README.md b/incubator/metatube/0.0.30/README.md new file mode 100644 index 00000000000..7c8e9e72fe9 --- /dev/null +++ b/incubator/metatube/0.0.30/README.md @@ -0,0 +1,107 @@ +# metatube + +MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [metatube](https://truecharts.org/docs/charts/incubator/metatube) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `metatube` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install metatube TrueCharts/metatube +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `metatube` deployment + +```console +helm uninstall metatube +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install metatube \ + --set env.TZ="America/New York" \ + TrueCharts/metatube +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install metatube TrueCharts/metatube -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/metatube/0.0.29/app-readme.md b/incubator/metatube/0.0.30/app-readme.md similarity index 100% rename from incubator/metatube/0.0.29/app-readme.md rename to incubator/metatube/0.0.30/app-readme.md diff --git a/incubator/metatube/0.0.30/charts/common-10.7.1.tgz b/incubator/metatube/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/metatube/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/metatube/0.0.29/ix_values.yaml b/incubator/metatube/0.0.30/ix_values.yaml similarity index 100% rename from incubator/metatube/0.0.29/ix_values.yaml rename to incubator/metatube/0.0.30/ix_values.yaml diff --git a/incubator/metatube/0.0.29/questions.yaml b/incubator/metatube/0.0.30/questions.yaml similarity index 100% rename from incubator/metatube/0.0.29/questions.yaml rename to incubator/metatube/0.0.30/questions.yaml diff --git a/incubator/metatube/0.0.29/templates/common.yaml b/incubator/metatube/0.0.30/templates/common.yaml similarity index 100% rename from incubator/metatube/0.0.29/templates/common.yaml rename to incubator/metatube/0.0.30/templates/common.yaml diff --git a/incubator/metatube/0.0.29/values.yaml b/incubator/metatube/0.0.30/values.yaml similarity index 100% rename from incubator/metatube/0.0.29/values.yaml rename to incubator/metatube/0.0.30/values.yaml diff --git a/incubator/microbin/0.0.4/CHANGELOG.md b/incubator/microbin/0.0.4/CHANGELOG.md deleted file mode 100644 index 58f50db2486..00000000000 --- a/incubator/microbin/0.0.4/CHANGELOG.md +++ /dev/null @@ -1,51 +0,0 @@ -# Changelog - - - -## [microbin-0.0.4](https://github.com/truecharts/charts/compare/microbin-0.0.3...microbin-0.0.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [microbin-0.0.3](https://github.com/truecharts/charts/compare/microbin-0.0.2...microbin-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [microbin-0.0.3](https://github.com/truecharts/charts/compare/microbin-0.0.2...microbin-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [microbin-0.0.2](https://github.com/truecharts/charts/compare/microbin-0.0.1...microbin-0.0.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [microbin-0.0.1]microbin-0.0.1 (2022-10-02) - -### Feat - -- add microbin ([#3993](https://github.com/truecharts/charts/issues/3993)) diff --git a/incubator/microbin/0.0.4/Chart.lock b/incubator/microbin/0.0.4/Chart.lock deleted file mode 100644 index 119d79752a9..00000000000 --- a/incubator/microbin/0.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:49:41.772358113Z" diff --git a/incubator/microbin/0.0.4/Chart.yaml b/incubator/microbin/0.0.4/Chart.yaml deleted file mode 100644 index c4b4d9c2981..00000000000 --- a/incubator/microbin/0.0.4/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "1.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. -home: https://truecharts.org/docs/charts/incubator/microbin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png -keywords: - - microbin -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: microbin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/microbin - - https://github.com/szabodanika/microbin -version: 0.0.4 -annotations: - truecharts.org/catagories: | - - utility - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/microbin/0.0.4/README.md b/incubator/microbin/0.0.4/README.md deleted file mode 100644 index 61211f1d00e..00000000000 --- a/incubator/microbin/0.0.4/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# microbin - -MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [microbin](https://truecharts.org/docs/charts/incubator/microbin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `microbin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install microbin TrueCharts/microbin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `microbin` deployment - -```console -helm uninstall microbin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install microbin \ - --set env.TZ="America/New York" \ - TrueCharts/microbin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install microbin TrueCharts/microbin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/microbin/0.0.4/charts/common-10.7.0.tgz b/incubator/microbin/0.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/microbin/0.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/microbin/0.0.5/CHANGELOG.md b/incubator/microbin/0.0.5/CHANGELOG.md new file mode 100644 index 00000000000..75032bf6cc4 --- /dev/null +++ b/incubator/microbin/0.0.5/CHANGELOG.md @@ -0,0 +1,61 @@ +# Changelog + + + +## [microbin-0.0.5](https://github.com/truecharts/charts/compare/microbin-0.0.4...microbin-0.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [microbin-0.0.4](https://github.com/truecharts/charts/compare/microbin-0.0.3...microbin-0.0.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [microbin-0.0.3](https://github.com/truecharts/charts/compare/microbin-0.0.2...microbin-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [microbin-0.0.3](https://github.com/truecharts/charts/compare/microbin-0.0.2...microbin-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [microbin-0.0.2](https://github.com/truecharts/charts/compare/microbin-0.0.1...microbin-0.0.2) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [microbin-0.0.1]microbin-0.0.1 (2022-10-02) + +### Feat + +- add microbin ([#3993](https://github.com/truecharts/charts/issues/3993)) diff --git a/incubator/microbin/0.0.5/Chart.lock b/incubator/microbin/0.0.5/Chart.lock new file mode 100644 index 00000000000..7df9e6439c8 --- /dev/null +++ b/incubator/microbin/0.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:30:55.484551601Z" diff --git a/incubator/microbin/0.0.5/Chart.yaml b/incubator/microbin/0.0.5/Chart.yaml new file mode 100644 index 00000000000..57ee2911432 --- /dev/null +++ b/incubator/microbin/0.0.5/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "1.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. +home: https://truecharts.org/docs/charts/incubator/microbin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/microbin.png +keywords: + - microbin +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: microbin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/microbin + - https://github.com/szabodanika/microbin +version: 0.0.5 +annotations: + truecharts.org/catagories: | + - utility + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/microbin/0.0.5/README.md b/incubator/microbin/0.0.5/README.md new file mode 100644 index 00000000000..109f26e4e87 --- /dev/null +++ b/incubator/microbin/0.0.5/README.md @@ -0,0 +1,106 @@ +# microbin + +MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [microbin](https://truecharts.org/docs/charts/incubator/microbin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `microbin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install microbin TrueCharts/microbin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `microbin` deployment + +```console +helm uninstall microbin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install microbin \ + --set env.TZ="America/New York" \ + TrueCharts/microbin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install microbin TrueCharts/microbin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/microbin/0.0.4/app-readme.md b/incubator/microbin/0.0.5/app-readme.md similarity index 100% rename from incubator/microbin/0.0.4/app-readme.md rename to incubator/microbin/0.0.5/app-readme.md diff --git a/incubator/microbin/0.0.5/charts/common-10.7.1.tgz b/incubator/microbin/0.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/microbin/0.0.5/charts/common-10.7.1.tgz differ diff --git a/incubator/microbin/0.0.4/ix_values.yaml b/incubator/microbin/0.0.5/ix_values.yaml similarity index 100% rename from incubator/microbin/0.0.4/ix_values.yaml rename to incubator/microbin/0.0.5/ix_values.yaml diff --git a/incubator/microbin/0.0.4/questions.yaml b/incubator/microbin/0.0.5/questions.yaml similarity index 100% rename from incubator/microbin/0.0.4/questions.yaml rename to incubator/microbin/0.0.5/questions.yaml diff --git a/incubator/microbin/0.0.4/templates/_args.tpl b/incubator/microbin/0.0.5/templates/_args.tpl similarity index 100% rename from incubator/microbin/0.0.4/templates/_args.tpl rename to incubator/microbin/0.0.5/templates/_args.tpl diff --git a/incubator/microbin/0.0.4/templates/common.yaml b/incubator/microbin/0.0.5/templates/common.yaml similarity index 100% rename from incubator/microbin/0.0.4/templates/common.yaml rename to incubator/microbin/0.0.5/templates/common.yaml diff --git a/incubator/microbin/0.0.4/values.yaml b/incubator/microbin/0.0.5/values.yaml similarity index 100% rename from incubator/microbin/0.0.4/values.yaml rename to incubator/microbin/0.0.5/values.yaml diff --git a/incubator/midarr/0.0.4/CHANGELOG.md b/incubator/midarr/0.0.4/CHANGELOG.md deleted file mode 100644 index 7700d78af54..00000000000 --- a/incubator/midarr/0.0.4/CHANGELOG.md +++ /dev/null @@ -1,51 +0,0 @@ -# Changelog - - - -## [midarr-0.0.4](https://github.com/truecharts/charts/compare/midarr-0.0.3...midarr-0.0.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [midarr-0.0.3](https://github.com/truecharts/charts/compare/midarr-0.0.2...midarr-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [midarr-0.0.3](https://github.com/truecharts/charts/compare/midarr-0.0.2...midarr-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [midarr-0.0.2](https://github.com/truecharts/charts/compare/midarr-0.0.1...midarr-0.0.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [midarr-0.0.1]midarr-0.0.1 (2022-10-01) - -### Feat - -- add midarr ([#3984](https://github.com/truecharts/charts/issues/3984)) diff --git a/incubator/midarr/0.0.4/Chart.lock b/incubator/midarr/0.0.4/Chart.lock deleted file mode 100644 index 6a48e266f71..00000000000 --- a/incubator/midarr/0.0.4/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:50:05.417110845Z" diff --git a/incubator/midarr/0.0.4/Chart.yaml b/incubator/midarr/0.0.4/Chart.yaml deleted file mode 100644 index f9a0bc64f32..00000000000 --- a/incubator/midarr/0.0.4/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.16.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Midarr is a minimal lightweight media server for enjoying your media -home: https://truecharts.org/docs/charts/incubator/midarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/midarr.png -keywords: - - midarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: midarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/midarr - - https://github.com/midarrlabs/midarr-server -version: 0.0.4 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/midarr/0.0.4/README.md b/incubator/midarr/0.0.4/README.md deleted file mode 100644 index 739da6e9a33..00000000000 --- a/incubator/midarr/0.0.4/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# midarr - -Midarr is a minimal lightweight media server for enjoying your media - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [midarr](https://truecharts.org/docs/charts/incubator/midarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `midarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install midarr TrueCharts/midarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `midarr` deployment - -```console -helm uninstall midarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install midarr \ - --set env.TZ="America/New York" \ - TrueCharts/midarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install midarr TrueCharts/midarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/midarr/0.0.4/charts/common-10.7.0.tgz b/incubator/midarr/0.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/midarr/0.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/midarr/0.0.4/charts/postgresql-8.0.97.tgz b/incubator/midarr/0.0.4/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/midarr/0.0.4/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/midarr/0.0.5/CHANGELOG.md b/incubator/midarr/0.0.5/CHANGELOG.md new file mode 100644 index 00000000000..00766955c8c --- /dev/null +++ b/incubator/midarr/0.0.5/CHANGELOG.md @@ -0,0 +1,61 @@ +# Changelog + + + +## [midarr-0.0.5](https://github.com/truecharts/charts/compare/midarr-0.0.4...midarr-0.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [midarr-0.0.4](https://github.com/truecharts/charts/compare/midarr-0.0.3...midarr-0.0.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [midarr-0.0.3](https://github.com/truecharts/charts/compare/midarr-0.0.2...midarr-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [midarr-0.0.3](https://github.com/truecharts/charts/compare/midarr-0.0.2...midarr-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [midarr-0.0.2](https://github.com/truecharts/charts/compare/midarr-0.0.1...midarr-0.0.2) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [midarr-0.0.1]midarr-0.0.1 (2022-10-01) + +### Feat + +- add midarr ([#3984](https://github.com/truecharts/charts/issues/3984)) diff --git a/incubator/midarr/0.0.5/Chart.lock b/incubator/midarr/0.0.5/Chart.lock new file mode 100644 index 00000000000..773920d63b2 --- /dev/null +++ b/incubator/midarr/0.0.5/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:31:22.141743005Z" diff --git a/incubator/midarr/0.0.5/Chart.yaml b/incubator/midarr/0.0.5/Chart.yaml new file mode 100644 index 00000000000..f79711426f8 --- /dev/null +++ b/incubator/midarr/0.0.5/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.16.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Midarr is a minimal lightweight media server for enjoying your media +home: https://truecharts.org/docs/charts/incubator/midarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/midarr.png +keywords: + - midarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: midarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/midarr + - https://github.com/midarrlabs/midarr-server +version: 0.0.5 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/midarr/0.0.5/README.md b/incubator/midarr/0.0.5/README.md new file mode 100644 index 00000000000..7309c00fe76 --- /dev/null +++ b/incubator/midarr/0.0.5/README.md @@ -0,0 +1,107 @@ +# midarr + +Midarr is a minimal lightweight media server for enjoying your media + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [midarr](https://truecharts.org/docs/charts/incubator/midarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `midarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install midarr TrueCharts/midarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `midarr` deployment + +```console +helm uninstall midarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install midarr \ + --set env.TZ="America/New York" \ + TrueCharts/midarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install midarr TrueCharts/midarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/midarr/0.0.4/app-readme.md b/incubator/midarr/0.0.5/app-readme.md similarity index 100% rename from incubator/midarr/0.0.4/app-readme.md rename to incubator/midarr/0.0.5/app-readme.md diff --git a/incubator/midarr/0.0.5/charts/common-10.7.1.tgz b/incubator/midarr/0.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/midarr/0.0.5/charts/common-10.7.1.tgz differ diff --git a/incubator/midarr/0.0.5/charts/postgresql-8.0.101.tgz b/incubator/midarr/0.0.5/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/midarr/0.0.5/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/midarr/0.0.4/ix_values.yaml b/incubator/midarr/0.0.5/ix_values.yaml similarity index 100% rename from incubator/midarr/0.0.4/ix_values.yaml rename to incubator/midarr/0.0.5/ix_values.yaml diff --git a/incubator/midarr/0.0.4/questions.yaml b/incubator/midarr/0.0.5/questions.yaml similarity index 100% rename from incubator/midarr/0.0.4/questions.yaml rename to incubator/midarr/0.0.5/questions.yaml diff --git a/incubator/midarr/0.0.4/templates/_config.tpl b/incubator/midarr/0.0.5/templates/_config.tpl similarity index 100% rename from incubator/midarr/0.0.4/templates/_config.tpl rename to incubator/midarr/0.0.5/templates/_config.tpl diff --git a/incubator/midarr/0.0.4/templates/_secret.tpl b/incubator/midarr/0.0.5/templates/_secret.tpl similarity index 100% rename from incubator/midarr/0.0.4/templates/_secret.tpl rename to incubator/midarr/0.0.5/templates/_secret.tpl diff --git a/incubator/midarr/0.0.4/templates/common.yaml b/incubator/midarr/0.0.5/templates/common.yaml similarity index 100% rename from incubator/midarr/0.0.4/templates/common.yaml rename to incubator/midarr/0.0.5/templates/common.yaml diff --git a/incubator/midarr/0.0.4/values.yaml b/incubator/midarr/0.0.5/values.yaml similarity index 100% rename from incubator/midarr/0.0.4/values.yaml rename to incubator/midarr/0.0.5/values.yaml diff --git a/incubator/mindustry/0.0.29/CHANGELOG.md b/incubator/mindustry/0.0.29/CHANGELOG.md deleted file mode 100644 index 70a2a0e9dac..00000000000 --- a/incubator/mindustry/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mindustry-0.0.29](https://github.com/truecharts/charts/compare/mindustry-0.0.28...mindustry-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mindustry-0.0.28](https://github.com/truecharts/charts/compare/mindustry-0.0.27...mindustry-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mindustry-0.0.28](https://github.com/truecharts/charts/compare/mindustry-0.0.27...mindustry-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mindustry-0.0.27](https://github.com/truecharts/charts/compare/mindustry-0.0.26...mindustry-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mindustry-0.0.26](https://github.com/truecharts/charts/compare/mindustry-0.0.25...mindustry-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mindustry-0.0.25](https://github.com/truecharts/charts/compare/mindustry-0.0.24...mindustry-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mindustry-0.0.24](https://github.com/truecharts/charts/compare/mindustry-0.0.23...mindustry-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mindustry-0.0.24](https://github.com/truecharts/charts/compare/mindustry-0.0.23...mindustry-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mindustry/0.0.29/Chart.lock b/incubator/mindustry/0.0.29/Chart.lock deleted file mode 100644 index e8423a451ab..00000000000 --- a/incubator/mindustry/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:10.336298037Z" diff --git a/incubator/mindustry/0.0.29/Chart.yaml b/incubator/mindustry/0.0.29/Chart.yaml deleted file mode 100644 index ca154c1e32b..00000000000 --- a/incubator/mindustry/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it." -home: https://truecharts.org/docs/charts/incubator/mindustry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png -keywords: - - mindustry - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mindustry -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mindustry - - https://anuke.itch.io/mindustry - - https://hub.docker.com/r/ich777/mindustry-server/ -type: application -version: 0.0.29 diff --git a/incubator/mindustry/0.0.29/README.md b/incubator/mindustry/0.0.29/README.md deleted file mode 100644 index c6a41004d77..00000000000 --- a/incubator/mindustry/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mindustry - -This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mindustry](https://truecharts.org/docs/charts/incubator/mindustry) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mindustry` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mindustry TrueCharts/mindustry -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mindustry` deployment - -```console -helm uninstall mindustry -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mindustry \ - --set env.TZ="America/New York" \ - TrueCharts/mindustry -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mindustry TrueCharts/mindustry -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mindustry/0.0.29/charts/common-10.7.0.tgz b/incubator/mindustry/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mindustry/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mindustry/0.0.30/CHANGELOG.md b/incubator/mindustry/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..148d1afba25 --- /dev/null +++ b/incubator/mindustry/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mindustry-0.0.30](https://github.com/truecharts/charts/compare/mindustry-0.0.29...mindustry-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mindustry-0.0.29](https://github.com/truecharts/charts/compare/mindustry-0.0.28...mindustry-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mindustry-0.0.28](https://github.com/truecharts/charts/compare/mindustry-0.0.27...mindustry-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mindustry-0.0.28](https://github.com/truecharts/charts/compare/mindustry-0.0.27...mindustry-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mindustry-0.0.27](https://github.com/truecharts/charts/compare/mindustry-0.0.26...mindustry-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mindustry-0.0.26](https://github.com/truecharts/charts/compare/mindustry-0.0.25...mindustry-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mindustry-0.0.25](https://github.com/truecharts/charts/compare/mindustry-0.0.24...mindustry-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mindustry-0.0.24](https://github.com/truecharts/charts/compare/mindustry-0.0.23...mindustry-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mindustry/0.0.30/Chart.lock b/incubator/mindustry/0.0.30/Chart.lock new file mode 100644 index 00000000000..e99dfb2318e --- /dev/null +++ b/incubator/mindustry/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:31:16.220652219Z" diff --git a/incubator/mindustry/0.0.30/Chart.yaml b/incubator/mindustry/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a15dfbfd574 --- /dev/null +++ b/incubator/mindustry/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it." +home: https://truecharts.org/docs/charts/incubator/mindustry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.png +keywords: + - mindustry + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mindustry +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mindustry + - https://anuke.itch.io/mindustry + - https://hub.docker.com/r/ich777/mindustry-server/ +type: application +version: 0.0.30 diff --git a/incubator/mindustry/0.0.30/README.md b/incubator/mindustry/0.0.30/README.md new file mode 100644 index 00000000000..428adc159fc --- /dev/null +++ b/incubator/mindustry/0.0.30/README.md @@ -0,0 +1,107 @@ +# mindustry + +This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mindustry](https://truecharts.org/docs/charts/incubator/mindustry) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mindustry` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mindustry TrueCharts/mindustry +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mindustry` deployment + +```console +helm uninstall mindustry +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mindustry \ + --set env.TZ="America/New York" \ + TrueCharts/mindustry +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mindustry TrueCharts/mindustry -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mindustry/0.0.29/app-readme.md b/incubator/mindustry/0.0.30/app-readme.md similarity index 100% rename from incubator/mindustry/0.0.29/app-readme.md rename to incubator/mindustry/0.0.30/app-readme.md diff --git a/incubator/mindustry/0.0.30/charts/common-10.7.1.tgz b/incubator/mindustry/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mindustry/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mindustry/0.0.29/ix_values.yaml b/incubator/mindustry/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mindustry/0.0.29/ix_values.yaml rename to incubator/mindustry/0.0.30/ix_values.yaml diff --git a/incubator/mindustry/0.0.29/questions.yaml b/incubator/mindustry/0.0.30/questions.yaml similarity index 100% rename from incubator/mindustry/0.0.29/questions.yaml rename to incubator/mindustry/0.0.30/questions.yaml diff --git a/incubator/mindustry/0.0.29/templates/common.yaml b/incubator/mindustry/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mindustry/0.0.29/templates/common.yaml rename to incubator/mindustry/0.0.30/templates/common.yaml diff --git a/incubator/mindustry/0.0.29/values.yaml b/incubator/mindustry/0.0.30/values.yaml similarity index 100% rename from incubator/mindustry/0.0.29/values.yaml rename to incubator/mindustry/0.0.30/values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/CHANGELOG.md b/incubator/minecraft-bungeecord/0.0.26/CHANGELOG.md deleted file mode 100644 index 9292a3c4a6d..00000000000 --- a/incubator/minecraft-bungeecord/0.0.26/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minecraft-bungeecord-0.0.26](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.25...minecraft-bungeecord-0.0.26) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minecraft-bungeecord-0.0.25](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.24...minecraft-bungeecord-0.0.25) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bungeecord-0.0.25](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.24...minecraft-bungeecord-0.0.25) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bungeecord-0.0.24](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.23...minecraft-bungeecord-0.0.24) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minecraft-bungeecord-0.0.23](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.22...minecraft-bungeecord-0.0.23) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minecraft-bungeecord-0.0.22](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.21...minecraft-bungeecord-0.0.22) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minecraft-bungeecord-0.0.21](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.20...minecraft-bungeecord-0.0.21) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [minecraft-bungeecord-0.0.21](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.20...minecraft-bungeecord-0.0.21) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/minecraft-bungeecord/0.0.26/Chart.lock b/incubator/minecraft-bungeecord/0.0.26/Chart.lock deleted file mode 100644 index dec89ee4865..00000000000 --- a/incubator/minecraft-bungeecord/0.0.26/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:11.168050392Z" diff --git a/incubator/minecraft-bungeecord/0.0.26/Chart.yaml b/incubator/minecraft-bungeecord/0.0.26/Chart.yaml deleted file mode 100644 index 8b70446b23b..00000000000 --- a/incubator/minecraft-bungeecord/0.0.26/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: minecraft-bungeecord -version: 0.0.26 -appVersion: "2022.4.1" -description: A Spigot BungeeCord server. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/minecraft-bungeecord -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png -keywords: - - gameserver - - minecraft -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/minecraft-bungeecord - - https://hub.docker.com/r/itzg/bungeecord - - https://github.com/itzg/docker-bungeecord -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/minecraft-bungeecord/0.0.26/README.md b/incubator/minecraft-bungeecord/0.0.26/README.md deleted file mode 100644 index defd09e93db..00000000000 --- a/incubator/minecraft-bungeecord/0.0.26/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# minecraft-bungeecord - -A Spigot BungeeCord server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minecraft-bungeecord](https://truecharts.org/docs/charts/incubator/minecraft-bungeecord) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minecraft-bungeecord` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minecraft-bungeecord` deployment - -```console -helm uninstall minecraft-bungeecord -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minecraft-bungeecord \ - --set env.TZ="America/New York" \ - TrueCharts/minecraft-bungeecord -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/minecraft-bungeecord/0.0.26/charts/common-10.7.0.tgz b/incubator/minecraft-bungeecord/0.0.26/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/minecraft-bungeecord/0.0.26/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/minecraft-bungeecord/0.0.27/CHANGELOG.md b/incubator/minecraft-bungeecord/0.0.27/CHANGELOG.md new file mode 100644 index 00000000000..46a0ce2f9b6 --- /dev/null +++ b/incubator/minecraft-bungeecord/0.0.27/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minecraft-bungeecord-0.0.27](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.26...minecraft-bungeecord-0.0.27) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minecraft-bungeecord-0.0.26](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.25...minecraft-bungeecord-0.0.26) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minecraft-bungeecord-0.0.25](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.24...minecraft-bungeecord-0.0.25) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bungeecord-0.0.25](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.24...minecraft-bungeecord-0.0.25) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bungeecord-0.0.24](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.23...minecraft-bungeecord-0.0.24) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minecraft-bungeecord-0.0.23](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.22...minecraft-bungeecord-0.0.23) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minecraft-bungeecord-0.0.22](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.21...minecraft-bungeecord-0.0.22) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [minecraft-bungeecord-0.0.21](https://github.com/truecharts/charts/compare/minecraft-bungeecord-0.0.20...minecraft-bungeecord-0.0.21) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/minecraft-bungeecord/0.0.27/Chart.lock b/incubator/minecraft-bungeecord/0.0.27/Chart.lock new file mode 100644 index 00000000000..dbb9587542f --- /dev/null +++ b/incubator/minecraft-bungeecord/0.0.27/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:31:26.55480745Z" diff --git a/incubator/minecraft-bungeecord/0.0.27/Chart.yaml b/incubator/minecraft-bungeecord/0.0.27/Chart.yaml new file mode 100644 index 00000000000..be0fa3457a8 --- /dev/null +++ b/incubator/minecraft-bungeecord/0.0.27/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: minecraft-bungeecord +version: 0.0.27 +appVersion: "2022.4.1" +description: A Spigot BungeeCord server. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/minecraft-bungeecord +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bungeecord.png +keywords: + - gameserver + - minecraft +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/minecraft-bungeecord + - https://hub.docker.com/r/itzg/bungeecord + - https://github.com/itzg/docker-bungeecord +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/minecraft-bungeecord/0.0.27/README.md b/incubator/minecraft-bungeecord/0.0.27/README.md new file mode 100644 index 00000000000..8caa59d712f --- /dev/null +++ b/incubator/minecraft-bungeecord/0.0.27/README.md @@ -0,0 +1,107 @@ +# minecraft-bungeecord + +A Spigot BungeeCord server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minecraft-bungeecord](https://truecharts.org/docs/charts/incubator/minecraft-bungeecord) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minecraft-bungeecord` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minecraft-bungeecord` deployment + +```console +helm uninstall minecraft-bungeecord +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minecraft-bungeecord \ + --set env.TZ="America/New York" \ + TrueCharts/minecraft-bungeecord +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minecraft-bungeecord TrueCharts/minecraft-bungeecord -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/minecraft-bungeecord/0.0.26/app-readme.md b/incubator/minecraft-bungeecord/0.0.27/app-readme.md similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/app-readme.md rename to incubator/minecraft-bungeecord/0.0.27/app-readme.md diff --git a/incubator/minecraft-bungeecord/0.0.27/charts/common-10.7.1.tgz b/incubator/minecraft-bungeecord/0.0.27/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/minecraft-bungeecord/0.0.27/charts/common-10.7.1.tgz differ diff --git a/incubator/minecraft-bungeecord/0.0.26/ci/base-values.yaml b/incubator/minecraft-bungeecord/0.0.27/ci/base-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/ci/base-values.yaml rename to incubator/minecraft-bungeecord/0.0.27/ci/base-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/ci/j11-values.yaml b/incubator/minecraft-bungeecord/0.0.27/ci/j11-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/ci/j11-values.yaml rename to incubator/minecraft-bungeecord/0.0.27/ci/j11-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/ci/j8-values.yaml b/incubator/minecraft-bungeecord/0.0.27/ci/j8-values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/ci/j8-values.yaml rename to incubator/minecraft-bungeecord/0.0.27/ci/j8-values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/ix_values.yaml b/incubator/minecraft-bungeecord/0.0.27/ix_values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/ix_values.yaml rename to incubator/minecraft-bungeecord/0.0.27/ix_values.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/questions.yaml b/incubator/minecraft-bungeecord/0.0.27/questions.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/questions.yaml rename to incubator/minecraft-bungeecord/0.0.27/questions.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/templates/common.yaml b/incubator/minecraft-bungeecord/0.0.27/templates/common.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/templates/common.yaml rename to incubator/minecraft-bungeecord/0.0.27/templates/common.yaml diff --git a/incubator/minecraft-bungeecord/0.0.26/values.yaml b/incubator/minecraft-bungeecord/0.0.27/values.yaml similarity index 100% rename from incubator/minecraft-bungeecord/0.0.26/values.yaml rename to incubator/minecraft-bungeecord/0.0.27/values.yaml diff --git a/incubator/mineos/0.0.31/CHANGELOG.md b/incubator/mineos/0.0.31/CHANGELOG.md deleted file mode 100644 index de4e53cdc6f..00000000000 --- a/incubator/mineos/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mineos-0.0.31](https://github.com/truecharts/charts/compare/mineos-0.0.30...mineos-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mineos-0.0.30](https://github.com/truecharts/charts/compare/mineos-0.0.29...mineos-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mineos-0.0.30](https://github.com/truecharts/charts/compare/mineos-0.0.29...mineos-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mineos-0.0.29](https://github.com/truecharts/charts/compare/mineos-0.0.28...mineos-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mineos-0.0.28](https://github.com/truecharts/charts/compare/mineos-0.0.27...mineos-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mineos-0.0.27](https://github.com/truecharts/charts/compare/mineos-0.0.26...mineos-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mineos-0.0.26](https://github.com/truecharts/charts/compare/mineos-0.0.25...mineos-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mineos-0.0.26](https://github.com/truecharts/charts/compare/mineos-0.0.25...mineos-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mineos/0.0.31/Chart.lock b/incubator/mineos/0.0.31/Chart.lock deleted file mode 100644 index c9c5d9a4800..00000000000 --- a/incubator/mineos/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:19.130005848Z" diff --git a/incubator/mineos/0.0.31/Chart.yaml b/incubator/mineos/0.0.31/Chart.yaml deleted file mode 100644 index 75b31c9e9a2..00000000000 --- a/incubator/mineos/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: mineos -version: 0.0.31 -appVersion: "latest" -description: MineOS is a server front-end to ease managing Minecraft administrative tasks. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/mineos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mineos.png -keywords: - - gameserver - - minecraft -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mineos - - https://hub.docker.com/r/hexparrot/mineos - - https://github.com/hexparrot/mineos-node -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/mineos/0.0.31/README.md b/incubator/mineos/0.0.31/README.md deleted file mode 100644 index 2529c1d072f..00000000000 --- a/incubator/mineos/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mineos - -MineOS is a server front-end to ease managing Minecraft administrative tasks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mineos](https://truecharts.org/docs/charts/incubator/mineos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mineos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mineos TrueCharts/mineos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mineos` deployment - -```console -helm uninstall mineos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mineos \ - --set env.TZ="America/New York" \ - TrueCharts/mineos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mineos TrueCharts/mineos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mineos/0.0.31/charts/common-10.7.0.tgz b/incubator/mineos/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mineos/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mineos/0.0.32/CHANGELOG.md b/incubator/mineos/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..c6f500ff15d --- /dev/null +++ b/incubator/mineos/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mineos-0.0.32](https://github.com/truecharts/charts/compare/mineos-0.0.31...mineos-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mineos-0.0.31](https://github.com/truecharts/charts/compare/mineos-0.0.30...mineos-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mineos-0.0.30](https://github.com/truecharts/charts/compare/mineos-0.0.29...mineos-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mineos-0.0.30](https://github.com/truecharts/charts/compare/mineos-0.0.29...mineos-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mineos-0.0.29](https://github.com/truecharts/charts/compare/mineos-0.0.28...mineos-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mineos-0.0.28](https://github.com/truecharts/charts/compare/mineos-0.0.27...mineos-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mineos-0.0.27](https://github.com/truecharts/charts/compare/mineos-0.0.26...mineos-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mineos-0.0.26](https://github.com/truecharts/charts/compare/mineos-0.0.25...mineos-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mineos/0.0.32/Chart.lock b/incubator/mineos/0.0.32/Chart.lock new file mode 100644 index 00000000000..55e69544710 --- /dev/null +++ b/incubator/mineos/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:31:37.180883755Z" diff --git a/incubator/mineos/0.0.32/Chart.yaml b/incubator/mineos/0.0.32/Chart.yaml new file mode 100644 index 00000000000..eabd44fe1a8 --- /dev/null +++ b/incubator/mineos/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: mineos +version: 0.0.32 +appVersion: "latest" +description: MineOS is a server front-end to ease managing Minecraft administrative tasks. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/mineos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mineos.png +keywords: + - gameserver + - minecraft +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mineos + - https://hub.docker.com/r/hexparrot/mineos + - https://github.com/hexparrot/mineos-node +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/mineos/0.0.32/README.md b/incubator/mineos/0.0.32/README.md new file mode 100644 index 00000000000..80156e069a6 --- /dev/null +++ b/incubator/mineos/0.0.32/README.md @@ -0,0 +1,107 @@ +# mineos + +MineOS is a server front-end to ease managing Minecraft administrative tasks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mineos](https://truecharts.org/docs/charts/incubator/mineos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mineos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mineos TrueCharts/mineos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mineos` deployment + +```console +helm uninstall mineos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mineos \ + --set env.TZ="America/New York" \ + TrueCharts/mineos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mineos TrueCharts/mineos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mineos/0.0.31/app-readme.md b/incubator/mineos/0.0.32/app-readme.md similarity index 100% rename from incubator/mineos/0.0.31/app-readme.md rename to incubator/mineos/0.0.32/app-readme.md diff --git a/incubator/mineos/0.0.32/charts/common-10.7.1.tgz b/incubator/mineos/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mineos/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/mineos/0.0.31/ix_values.yaml b/incubator/mineos/0.0.32/ix_values.yaml similarity index 100% rename from incubator/mineos/0.0.31/ix_values.yaml rename to incubator/mineos/0.0.32/ix_values.yaml diff --git a/incubator/mineos/0.0.31/questions.yaml b/incubator/mineos/0.0.32/questions.yaml similarity index 100% rename from incubator/mineos/0.0.31/questions.yaml rename to incubator/mineos/0.0.32/questions.yaml diff --git a/incubator/mineos/0.0.31/templates/common.yaml b/incubator/mineos/0.0.32/templates/common.yaml similarity index 100% rename from incubator/mineos/0.0.31/templates/common.yaml rename to incubator/mineos/0.0.32/templates/common.yaml diff --git a/incubator/mineos/0.0.31/values.yaml b/incubator/mineos/0.0.32/values.yaml similarity index 100% rename from incubator/mineos/0.0.31/values.yaml rename to incubator/mineos/0.0.32/values.yaml diff --git a/incubator/minimal-ics-hoster/0.0.29/CHANGELOG.md b/incubator/minimal-ics-hoster/0.0.29/CHANGELOG.md deleted file mode 100644 index 7623229444c..00000000000 --- a/incubator/minimal-ics-hoster/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minimal-ics-hoster-0.0.29](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.28...minimal-ics-hoster-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minimal-ics-hoster-0.0.28](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.27...minimal-ics-hoster-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minimal-ics-hoster-0.0.28](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.27...minimal-ics-hoster-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minimal-ics-hoster-0.0.27](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.26...minimal-ics-hoster-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minimal-ics-hoster-0.0.26](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.25...minimal-ics-hoster-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minimal-ics-hoster-0.0.25](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.24...minimal-ics-hoster-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minimal-ics-hoster-0.0.24](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.23...minimal-ics-hoster-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [minimal-ics-hoster-0.0.24](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.23...minimal-ics-hoster-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/minimal-ics-hoster/0.0.29/Chart.lock b/incubator/minimal-ics-hoster/0.0.29/Chart.lock deleted file mode 100644 index 647626d6f15..00000000000 --- a/incubator/minimal-ics-hoster/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:39.965039031Z" diff --git a/incubator/minimal-ics-hoster/0.0.29/Chart.yaml b/incubator/minimal-ics-hoster/0.0.29/Chart.yaml deleted file mode 100644 index 14a5ef3547b..00000000000 --- a/incubator/minimal-ics-hoster/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Productivity - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "minimal ics / iCal / Calendar hoster, " -home: https://truecharts.org/docs/charts/incubator/minimal-ics-hoster -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minimal-ics-hoster.png -keywords: - - minimal-ics-hoster - - HomeAutomation - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: minimal-ics-hoster -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/minimal-ics-hoster - - https://github.com/patrickstigler/minimal-ics-host/tree/master - - https://hub.docker.com/r/patrickstigler/minimal-ics-hoster -type: application -version: 0.0.29 diff --git a/incubator/minimal-ics-hoster/0.0.29/README.md b/incubator/minimal-ics-hoster/0.0.29/README.md deleted file mode 100644 index 839d6faba08..00000000000 --- a/incubator/minimal-ics-hoster/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# minimal-ics-hoster - -minimal ics / iCal / Calendar hoster, - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minimal-ics-hoster](https://truecharts.org/docs/charts/incubator/minimal-ics-hoster) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minimal-ics-hoster` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minimal-ics-hoster` deployment - -```console -helm uninstall minimal-ics-hoster -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minimal-ics-hoster \ - --set env.TZ="America/New York" \ - TrueCharts/minimal-ics-hoster -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/minimal-ics-hoster/0.0.29/charts/common-10.7.0.tgz b/incubator/minimal-ics-hoster/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/minimal-ics-hoster/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/minimal-ics-hoster/0.0.30/CHANGELOG.md b/incubator/minimal-ics-hoster/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..260a79d65fb --- /dev/null +++ b/incubator/minimal-ics-hoster/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minimal-ics-hoster-0.0.30](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.29...minimal-ics-hoster-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minimal-ics-hoster-0.0.29](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.28...minimal-ics-hoster-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minimal-ics-hoster-0.0.28](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.27...minimal-ics-hoster-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minimal-ics-hoster-0.0.28](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.27...minimal-ics-hoster-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minimal-ics-hoster-0.0.27](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.26...minimal-ics-hoster-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minimal-ics-hoster-0.0.26](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.25...minimal-ics-hoster-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minimal-ics-hoster-0.0.25](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.24...minimal-ics-hoster-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [minimal-ics-hoster-0.0.24](https://github.com/truecharts/charts/compare/minimal-ics-hoster-0.0.23...minimal-ics-hoster-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/minimal-ics-hoster/0.0.30/Chart.lock b/incubator/minimal-ics-hoster/0.0.30/Chart.lock new file mode 100644 index 00000000000..b8e7555887b --- /dev/null +++ b/incubator/minimal-ics-hoster/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:31:47.459438004Z" diff --git a/incubator/minimal-ics-hoster/0.0.30/Chart.yaml b/incubator/minimal-ics-hoster/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a12c88a1354 --- /dev/null +++ b/incubator/minimal-ics-hoster/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Productivity + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "minimal ics / iCal / Calendar hoster, " +home: https://truecharts.org/docs/charts/incubator/minimal-ics-hoster +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minimal-ics-hoster.png +keywords: + - minimal-ics-hoster + - HomeAutomation + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: minimal-ics-hoster +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/minimal-ics-hoster + - https://github.com/patrickstigler/minimal-ics-host/tree/master + - https://hub.docker.com/r/patrickstigler/minimal-ics-hoster +type: application +version: 0.0.30 diff --git a/incubator/minimal-ics-hoster/0.0.30/README.md b/incubator/minimal-ics-hoster/0.0.30/README.md new file mode 100644 index 00000000000..2d3736e0efb --- /dev/null +++ b/incubator/minimal-ics-hoster/0.0.30/README.md @@ -0,0 +1,107 @@ +# minimal-ics-hoster + +minimal ics / iCal / Calendar hoster, + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minimal-ics-hoster](https://truecharts.org/docs/charts/incubator/minimal-ics-hoster) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minimal-ics-hoster` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minimal-ics-hoster` deployment + +```console +helm uninstall minimal-ics-hoster +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minimal-ics-hoster \ + --set env.TZ="America/New York" \ + TrueCharts/minimal-ics-hoster +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minimal-ics-hoster TrueCharts/minimal-ics-hoster -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/minimal-ics-hoster/0.0.29/app-readme.md b/incubator/minimal-ics-hoster/0.0.30/app-readme.md similarity index 100% rename from incubator/minimal-ics-hoster/0.0.29/app-readme.md rename to incubator/minimal-ics-hoster/0.0.30/app-readme.md diff --git a/incubator/minimal-ics-hoster/0.0.30/charts/common-10.7.1.tgz b/incubator/minimal-ics-hoster/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/minimal-ics-hoster/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/minimal-ics-hoster/0.0.29/ix_values.yaml b/incubator/minimal-ics-hoster/0.0.30/ix_values.yaml similarity index 100% rename from incubator/minimal-ics-hoster/0.0.29/ix_values.yaml rename to incubator/minimal-ics-hoster/0.0.30/ix_values.yaml diff --git a/incubator/minimal-ics-hoster/0.0.29/questions.yaml b/incubator/minimal-ics-hoster/0.0.30/questions.yaml similarity index 100% rename from incubator/minimal-ics-hoster/0.0.29/questions.yaml rename to incubator/minimal-ics-hoster/0.0.30/questions.yaml diff --git a/incubator/minimal-ics-hoster/0.0.29/templates/common.yaml b/incubator/minimal-ics-hoster/0.0.30/templates/common.yaml similarity index 100% rename from incubator/minimal-ics-hoster/0.0.29/templates/common.yaml rename to incubator/minimal-ics-hoster/0.0.30/templates/common.yaml diff --git a/incubator/minimal-ics-hoster/0.0.29/values.yaml b/incubator/minimal-ics-hoster/0.0.30/values.yaml similarity index 100% rename from incubator/minimal-ics-hoster/0.0.29/values.yaml rename to incubator/minimal-ics-hoster/0.0.30/values.yaml diff --git a/incubator/mininote/0.0.29/CHANGELOG.md b/incubator/mininote/0.0.29/CHANGELOG.md deleted file mode 100644 index d28758596ae..00000000000 --- a/incubator/mininote/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mininote-0.0.29](https://github.com/truecharts/charts/compare/mininote-0.0.28...mininote-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mininote-0.0.28](https://github.com/truecharts/charts/compare/mininote-0.0.27...mininote-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mininote-0.0.28](https://github.com/truecharts/charts/compare/mininote-0.0.27...mininote-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mininote-0.0.27](https://github.com/truecharts/charts/compare/mininote-0.0.26...mininote-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mininote-0.0.26](https://github.com/truecharts/charts/compare/mininote-0.0.25...mininote-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mininote-0.0.25](https://github.com/truecharts/charts/compare/mininote-0.0.24...mininote-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mininote-0.0.24](https://github.com/truecharts/charts/compare/mininote-0.0.23...mininote-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mininote-0.0.24](https://github.com/truecharts/charts/compare/mininote-0.0.23...mininote-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mininote/0.0.29/Chart.lock b/incubator/mininote/0.0.29/Chart.lock deleted file mode 100644 index c8115f4a527..00000000000 --- a/incubator/mininote/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:40.823004959Z" diff --git a/incubator/mininote/0.0.29/Chart.yaml b/incubator/mininote/0.0.29/Chart.yaml deleted file mode 100644 index 7e157a2b69b..00000000000 --- a/incubator/mininote/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express." -home: https://truecharts.org/docs/charts/incubator/mininote -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png -keywords: - - mininote - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mininote -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mininote - - https://github.com/muety/mininote - - https://hub.docker.com/r/n1try/mininote -type: application -version: 0.0.29 diff --git a/incubator/mininote/0.0.29/README.md b/incubator/mininote/0.0.29/README.md deleted file mode 100644 index a7f59147bf9..00000000000 --- a/incubator/mininote/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mininote - -A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mininote](https://truecharts.org/docs/charts/incubator/mininote) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mininote` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mininote TrueCharts/mininote -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mininote` deployment - -```console -helm uninstall mininote -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mininote \ - --set env.TZ="America/New York" \ - TrueCharts/mininote -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mininote TrueCharts/mininote -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mininote/0.0.29/charts/common-10.7.0.tgz b/incubator/mininote/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mininote/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mininote/0.0.30/CHANGELOG.md b/incubator/mininote/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..8bd37c655eb --- /dev/null +++ b/incubator/mininote/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mininote-0.0.30](https://github.com/truecharts/charts/compare/mininote-0.0.29...mininote-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mininote-0.0.29](https://github.com/truecharts/charts/compare/mininote-0.0.28...mininote-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mininote-0.0.28](https://github.com/truecharts/charts/compare/mininote-0.0.27...mininote-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mininote-0.0.28](https://github.com/truecharts/charts/compare/mininote-0.0.27...mininote-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mininote-0.0.27](https://github.com/truecharts/charts/compare/mininote-0.0.26...mininote-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mininote-0.0.26](https://github.com/truecharts/charts/compare/mininote-0.0.25...mininote-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mininote-0.0.25](https://github.com/truecharts/charts/compare/mininote-0.0.24...mininote-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mininote-0.0.24](https://github.com/truecharts/charts/compare/mininote-0.0.23...mininote-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mininote/0.0.30/Chart.lock b/incubator/mininote/0.0.30/Chart.lock new file mode 100644 index 00000000000..54ecd87aeb0 --- /dev/null +++ b/incubator/mininote/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:31:57.632470775Z" diff --git a/incubator/mininote/0.0.30/Chart.yaml b/incubator/mininote/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4d097efad77 --- /dev/null +++ b/incubator/mininote/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express." +home: https://truecharts.org/docs/charts/incubator/mininote +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.png +keywords: + - mininote + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mininote +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mininote + - https://github.com/muety/mininote + - https://hub.docker.com/r/n1try/mininote +type: application +version: 0.0.30 diff --git a/incubator/mininote/0.0.30/README.md b/incubator/mininote/0.0.30/README.md new file mode 100644 index 00000000000..568bf4e0117 --- /dev/null +++ b/incubator/mininote/0.0.30/README.md @@ -0,0 +1,107 @@ +# mininote + +A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mininote](https://truecharts.org/docs/charts/incubator/mininote) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mininote` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mininote TrueCharts/mininote +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mininote` deployment + +```console +helm uninstall mininote +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mininote \ + --set env.TZ="America/New York" \ + TrueCharts/mininote +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mininote TrueCharts/mininote -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mininote/0.0.29/app-readme.md b/incubator/mininote/0.0.30/app-readme.md similarity index 100% rename from incubator/mininote/0.0.29/app-readme.md rename to incubator/mininote/0.0.30/app-readme.md diff --git a/incubator/mininote/0.0.30/charts/common-10.7.1.tgz b/incubator/mininote/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mininote/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mininote/0.0.29/ix_values.yaml b/incubator/mininote/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mininote/0.0.29/ix_values.yaml rename to incubator/mininote/0.0.30/ix_values.yaml diff --git a/incubator/mininote/0.0.29/questions.yaml b/incubator/mininote/0.0.30/questions.yaml similarity index 100% rename from incubator/mininote/0.0.29/questions.yaml rename to incubator/mininote/0.0.30/questions.yaml diff --git a/incubator/mininote/0.0.29/templates/common.yaml b/incubator/mininote/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mininote/0.0.29/templates/common.yaml rename to incubator/mininote/0.0.30/templates/common.yaml diff --git a/incubator/mininote/0.0.29/values.yaml b/incubator/mininote/0.0.30/values.yaml similarity index 100% rename from incubator/mininote/0.0.29/values.yaml rename to incubator/mininote/0.0.30/values.yaml diff --git a/incubator/mocodo-mcd/0.0.29/CHANGELOG.md b/incubator/mocodo-mcd/0.0.29/CHANGELOG.md deleted file mode 100644 index e4c58cff13e..00000000000 --- a/incubator/mocodo-mcd/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mocodo-mcd-0.0.29](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.28...mocodo-mcd-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mocodo-mcd-0.0.28](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.27...mocodo-mcd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mocodo-mcd-0.0.28](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.27...mocodo-mcd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mocodo-mcd-0.0.27](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.26...mocodo-mcd-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mocodo-mcd-0.0.26](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.25...mocodo-mcd-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mocodo-mcd-0.0.25](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.24...mocodo-mcd-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mocodo-mcd-0.0.24](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.23...mocodo-mcd-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mocodo-mcd-0.0.24](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.23...mocodo-mcd-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mocodo-mcd/0.0.29/Chart.lock b/incubator/mocodo-mcd/0.0.29/Chart.lock deleted file mode 100644 index 674009dc6e1..00000000000 --- a/incubator/mocodo-mcd/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:44.766354995Z" diff --git a/incubator/mocodo-mcd/0.0.29/Chart.yaml b/incubator/mocodo-mcd/0.0.29/Chart.yaml deleted file mode 100644 index d2bd387ba04..00000000000 --- a/incubator/mocodo-mcd/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles." -home: https://truecharts.org/docs/charts/incubator/mocodo-mcd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png -keywords: - - mocodo-mcd - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mocodo-mcd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd - - https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande - - https://hub.docker.com/r/olprog/mocodo -type: application -version: 0.0.29 diff --git a/incubator/mocodo-mcd/0.0.29/README.md b/incubator/mocodo-mcd/0.0.29/README.md deleted file mode 100644 index 04d25a2f9eb..00000000000 --- a/incubator/mocodo-mcd/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mocodo-mcd - -Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mocodo-mcd](https://truecharts.org/docs/charts/incubator/mocodo-mcd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mocodo-mcd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mocodo-mcd TrueCharts/mocodo-mcd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mocodo-mcd` deployment - -```console -helm uninstall mocodo-mcd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mocodo-mcd \ - --set env.TZ="America/New York" \ - TrueCharts/mocodo-mcd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mocodo-mcd TrueCharts/mocodo-mcd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mocodo-mcd/0.0.29/charts/common-10.7.0.tgz b/incubator/mocodo-mcd/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mocodo-mcd/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mocodo-mcd/0.0.30/CHANGELOG.md b/incubator/mocodo-mcd/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2fe02718fc1 --- /dev/null +++ b/incubator/mocodo-mcd/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mocodo-mcd-0.0.30](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.29...mocodo-mcd-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mocodo-mcd-0.0.29](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.28...mocodo-mcd-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mocodo-mcd-0.0.28](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.27...mocodo-mcd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mocodo-mcd-0.0.28](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.27...mocodo-mcd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mocodo-mcd-0.0.27](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.26...mocodo-mcd-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mocodo-mcd-0.0.26](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.25...mocodo-mcd-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mocodo-mcd-0.0.25](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.24...mocodo-mcd-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mocodo-mcd-0.0.24](https://github.com/truecharts/charts/compare/mocodo-mcd-0.0.23...mocodo-mcd-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mocodo-mcd/0.0.30/Chart.lock b/incubator/mocodo-mcd/0.0.30/Chart.lock new file mode 100644 index 00000000000..c02af3a89e8 --- /dev/null +++ b/incubator/mocodo-mcd/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:05.453967613Z" diff --git a/incubator/mocodo-mcd/0.0.30/Chart.yaml b/incubator/mocodo-mcd/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f0bbf3f83d2 --- /dev/null +++ b/incubator/mocodo-mcd/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles." +home: https://truecharts.org/docs/charts/incubator/mocodo-mcd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mocodo-mcd.png +keywords: + - mocodo-mcd + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mocodo-mcd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mocodo-mcd + - https://rawgit.com/laowantong/mocodo/master/doc/fr_refman.html#utiliser_mocodo_en_ligne_de_commande + - https://hub.docker.com/r/olprog/mocodo +type: application +version: 0.0.30 diff --git a/incubator/mocodo-mcd/0.0.30/README.md b/incubator/mocodo-mcd/0.0.30/README.md new file mode 100644 index 00000000000..5bde1e3ca99 --- /dev/null +++ b/incubator/mocodo-mcd/0.0.30/README.md @@ -0,0 +1,107 @@ +# mocodo-mcd + +Mocodo est un logiciel d'aide l'enseignement et la conception des bases de donnes relationnelles. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mocodo-mcd](https://truecharts.org/docs/charts/incubator/mocodo-mcd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mocodo-mcd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mocodo-mcd TrueCharts/mocodo-mcd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mocodo-mcd` deployment + +```console +helm uninstall mocodo-mcd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mocodo-mcd \ + --set env.TZ="America/New York" \ + TrueCharts/mocodo-mcd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mocodo-mcd TrueCharts/mocodo-mcd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mocodo-mcd/0.0.29/app-readme.md b/incubator/mocodo-mcd/0.0.30/app-readme.md similarity index 100% rename from incubator/mocodo-mcd/0.0.29/app-readme.md rename to incubator/mocodo-mcd/0.0.30/app-readme.md diff --git a/incubator/mocodo-mcd/0.0.30/charts/common-10.7.1.tgz b/incubator/mocodo-mcd/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mocodo-mcd/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mocodo-mcd/0.0.29/ix_values.yaml b/incubator/mocodo-mcd/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mocodo-mcd/0.0.29/ix_values.yaml rename to incubator/mocodo-mcd/0.0.30/ix_values.yaml diff --git a/incubator/mocodo-mcd/0.0.29/questions.yaml b/incubator/mocodo-mcd/0.0.30/questions.yaml similarity index 100% rename from incubator/mocodo-mcd/0.0.29/questions.yaml rename to incubator/mocodo-mcd/0.0.30/questions.yaml diff --git a/incubator/mocodo-mcd/0.0.29/templates/common.yaml b/incubator/mocodo-mcd/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mocodo-mcd/0.0.29/templates/common.yaml rename to incubator/mocodo-mcd/0.0.30/templates/common.yaml diff --git a/incubator/mocodo-mcd/0.0.29/values.yaml b/incubator/mocodo-mcd/0.0.30/values.yaml similarity index 100% rename from incubator/mocodo-mcd/0.0.29/values.yaml rename to incubator/mocodo-mcd/0.0.30/values.yaml diff --git a/incubator/mojopaste/0.0.29/CHANGELOG.md b/incubator/mojopaste/0.0.29/CHANGELOG.md deleted file mode 100644 index 02859617855..00000000000 --- a/incubator/mojopaste/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mojopaste-0.0.29](https://github.com/truecharts/charts/compare/mojopaste-0.0.28...mojopaste-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mojopaste-0.0.28](https://github.com/truecharts/charts/compare/mojopaste-0.0.27...mojopaste-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mojopaste-0.0.28](https://github.com/truecharts/charts/compare/mojopaste-0.0.27...mojopaste-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mojopaste-0.0.27](https://github.com/truecharts/charts/compare/mojopaste-0.0.26...mojopaste-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mojopaste-0.0.26](https://github.com/truecharts/charts/compare/mojopaste-0.0.25...mojopaste-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mojopaste-0.0.25](https://github.com/truecharts/charts/compare/mojopaste-0.0.24...mojopaste-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mojopaste-0.0.24](https://github.com/truecharts/charts/compare/mojopaste-0.0.23...mojopaste-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mojopaste-0.0.24](https://github.com/truecharts/charts/compare/mojopaste-0.0.23...mojopaste-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mojopaste/0.0.29/Chart.lock b/incubator/mojopaste/0.0.29/Chart.lock deleted file mode 100644 index dad79884498..00000000000 --- a/incubator/mojopaste/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:50:48.394156246Z" diff --git a/incubator/mojopaste/0.0.29/Chart.yaml b/incubator/mojopaste/0.0.29/Chart.yaml deleted file mode 100644 index 51286ebb337..00000000000 --- a/incubator/mojopaste/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application." -home: https://truecharts.org/docs/charts/incubator/mojopaste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png -keywords: - - mojopaste - - Cloud - - Productivity - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mojopaste -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mojopaste - - https://github.com/jhthorsen/app-mojopaste - - https://hub.docker.com/r/jhthorsen/mojopaste -type: application -version: 0.0.29 diff --git a/incubator/mojopaste/0.0.29/README.md b/incubator/mojopaste/0.0.29/README.md deleted file mode 100644 index a4205e50c64..00000000000 --- a/incubator/mojopaste/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mojopaste - -Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mojopaste](https://truecharts.org/docs/charts/incubator/mojopaste) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mojopaste` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mojopaste TrueCharts/mojopaste -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mojopaste` deployment - -```console -helm uninstall mojopaste -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mojopaste \ - --set env.TZ="America/New York" \ - TrueCharts/mojopaste -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mojopaste TrueCharts/mojopaste -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mojopaste/0.0.29/charts/common-10.7.0.tgz b/incubator/mojopaste/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mojopaste/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mojopaste/0.0.30/CHANGELOG.md b/incubator/mojopaste/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..625742d4410 --- /dev/null +++ b/incubator/mojopaste/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mojopaste-0.0.30](https://github.com/truecharts/charts/compare/mojopaste-0.0.29...mojopaste-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mojopaste-0.0.29](https://github.com/truecharts/charts/compare/mojopaste-0.0.28...mojopaste-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mojopaste-0.0.28](https://github.com/truecharts/charts/compare/mojopaste-0.0.27...mojopaste-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mojopaste-0.0.28](https://github.com/truecharts/charts/compare/mojopaste-0.0.27...mojopaste-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mojopaste-0.0.27](https://github.com/truecharts/charts/compare/mojopaste-0.0.26...mojopaste-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mojopaste-0.0.26](https://github.com/truecharts/charts/compare/mojopaste-0.0.25...mojopaste-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mojopaste-0.0.25](https://github.com/truecharts/charts/compare/mojopaste-0.0.24...mojopaste-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mojopaste-0.0.24](https://github.com/truecharts/charts/compare/mojopaste-0.0.23...mojopaste-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mojopaste/0.0.30/Chart.lock b/incubator/mojopaste/0.0.30/Chart.lock new file mode 100644 index 00000000000..a02776f43b9 --- /dev/null +++ b/incubator/mojopaste/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:08.996200355Z" diff --git a/incubator/mojopaste/0.0.30/Chart.yaml b/incubator/mojopaste/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d7f8eb50050 --- /dev/null +++ b/incubator/mojopaste/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application." +home: https://truecharts.org/docs/charts/incubator/mojopaste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.png +keywords: + - mojopaste + - Cloud + - Productivity + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mojopaste +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mojopaste + - https://github.com/jhthorsen/app-mojopaste + - https://hub.docker.com/r/jhthorsen/mojopaste +type: application +version: 0.0.30 diff --git a/incubator/mojopaste/0.0.30/README.md b/incubator/mojopaste/0.0.30/README.md new file mode 100644 index 00000000000..812bfd71957 --- /dev/null +++ b/incubator/mojopaste/0.0.30/README.md @@ -0,0 +1,107 @@ +# mojopaste + +Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mojopaste](https://truecharts.org/docs/charts/incubator/mojopaste) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mojopaste` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mojopaste TrueCharts/mojopaste +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mojopaste` deployment + +```console +helm uninstall mojopaste +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mojopaste \ + --set env.TZ="America/New York" \ + TrueCharts/mojopaste +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mojopaste TrueCharts/mojopaste -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mojopaste/0.0.29/app-readme.md b/incubator/mojopaste/0.0.30/app-readme.md similarity index 100% rename from incubator/mojopaste/0.0.29/app-readme.md rename to incubator/mojopaste/0.0.30/app-readme.md diff --git a/incubator/mojopaste/0.0.30/charts/common-10.7.1.tgz b/incubator/mojopaste/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mojopaste/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mojopaste/0.0.29/ix_values.yaml b/incubator/mojopaste/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mojopaste/0.0.29/ix_values.yaml rename to incubator/mojopaste/0.0.30/ix_values.yaml diff --git a/incubator/mojopaste/0.0.29/questions.yaml b/incubator/mojopaste/0.0.30/questions.yaml similarity index 100% rename from incubator/mojopaste/0.0.29/questions.yaml rename to incubator/mojopaste/0.0.30/questions.yaml diff --git a/incubator/mojopaste/0.0.29/templates/common.yaml b/incubator/mojopaste/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mojopaste/0.0.29/templates/common.yaml rename to incubator/mojopaste/0.0.30/templates/common.yaml diff --git a/incubator/mojopaste/0.0.29/values.yaml b/incubator/mojopaste/0.0.30/values.yaml similarity index 100% rename from incubator/mojopaste/0.0.29/values.yaml rename to incubator/mojopaste/0.0.30/values.yaml diff --git a/incubator/monero-node/0.0.29/CHANGELOG.md b/incubator/monero-node/0.0.29/CHANGELOG.md deleted file mode 100644 index bd2a01da17f..00000000000 --- a/incubator/monero-node/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [monero-node-0.0.29](https://github.com/truecharts/charts/compare/monero-node-0.0.28...monero-node-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [monero-node-0.0.28](https://github.com/truecharts/charts/compare/monero-node-0.0.27...monero-node-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [monero-node-0.0.28](https://github.com/truecharts/charts/compare/monero-node-0.0.27...monero-node-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [monero-node-0.0.27](https://github.com/truecharts/charts/compare/monero-node-0.0.26...monero-node-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [monero-node-0.0.26](https://github.com/truecharts/charts/compare/monero-node-0.0.25...monero-node-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [monero-node-0.0.25](https://github.com/truecharts/charts/compare/monero-node-0.0.24...monero-node-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [monero-node-0.0.24](https://github.com/truecharts/charts/compare/monero-node-0.0.23...monero-node-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [monero-node-0.0.24](https://github.com/truecharts/charts/compare/monero-node-0.0.23...monero-node-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/monero-node/0.0.29/Chart.lock b/incubator/monero-node/0.0.29/Chart.lock deleted file mode 100644 index 8fb86cd675e..00000000000 --- a/incubator/monero-node/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:09.218384634Z" diff --git a/incubator/monero-node/0.0.29/Chart.yaml b/incubator/monero-node/0.0.29/Chart.yaml deleted file mode 100644 index 18649dec7a8..00000000000 --- a/incubator/monero-node/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto - - Tools-Utilities - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chart to run a monero full network node" -home: https://truecharts.org/docs/charts/incubator/monero-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png -keywords: - - monero-node - - Crypto - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: monero-node -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/monero-node - - https://github.com/kannix/monero-full-node - - https://hub.docker.com/r/kannix/monero-full-node -type: application -version: 0.0.29 diff --git a/incubator/monero-node/0.0.29/README.md b/incubator/monero-node/0.0.29/README.md deleted file mode 100644 index 1ae1b3c7ffa..00000000000 --- a/incubator/monero-node/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# monero-node - -Chart to run a monero full network node - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [monero-node](https://truecharts.org/docs/charts/incubator/monero-node) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `monero-node` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install monero-node TrueCharts/monero-node -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `monero-node` deployment - -```console -helm uninstall monero-node -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install monero-node \ - --set env.TZ="America/New York" \ - TrueCharts/monero-node -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install monero-node TrueCharts/monero-node -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/monero-node/0.0.29/charts/common-10.7.0.tgz b/incubator/monero-node/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/monero-node/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/monero-node/0.0.30/CHANGELOG.md b/incubator/monero-node/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..bf1e4d5a8a6 --- /dev/null +++ b/incubator/monero-node/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [monero-node-0.0.30](https://github.com/truecharts/charts/compare/monero-node-0.0.29...monero-node-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [monero-node-0.0.29](https://github.com/truecharts/charts/compare/monero-node-0.0.28...monero-node-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [monero-node-0.0.28](https://github.com/truecharts/charts/compare/monero-node-0.0.27...monero-node-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [monero-node-0.0.28](https://github.com/truecharts/charts/compare/monero-node-0.0.27...monero-node-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [monero-node-0.0.27](https://github.com/truecharts/charts/compare/monero-node-0.0.26...monero-node-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [monero-node-0.0.26](https://github.com/truecharts/charts/compare/monero-node-0.0.25...monero-node-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [monero-node-0.0.25](https://github.com/truecharts/charts/compare/monero-node-0.0.24...monero-node-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [monero-node-0.0.24](https://github.com/truecharts/charts/compare/monero-node-0.0.23...monero-node-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/monero-node/0.0.30/Chart.lock b/incubator/monero-node/0.0.30/Chart.lock new file mode 100644 index 00000000000..86e8f8d5bb9 --- /dev/null +++ b/incubator/monero-node/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:20.004039196Z" diff --git a/incubator/monero-node/0.0.30/Chart.yaml b/incubator/monero-node/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c34f2405e9f --- /dev/null +++ b/incubator/monero-node/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto + - Tools-Utilities + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chart to run a monero full network node" +home: https://truecharts.org/docs/charts/incubator/monero-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.png +keywords: + - monero-node + - Crypto + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: monero-node +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/monero-node + - https://github.com/kannix/monero-full-node + - https://hub.docker.com/r/kannix/monero-full-node +type: application +version: 0.0.30 diff --git a/incubator/monero-node/0.0.30/README.md b/incubator/monero-node/0.0.30/README.md new file mode 100644 index 00000000000..218a26625df --- /dev/null +++ b/incubator/monero-node/0.0.30/README.md @@ -0,0 +1,107 @@ +# monero-node + +Chart to run a monero full network node + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [monero-node](https://truecharts.org/docs/charts/incubator/monero-node) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `monero-node` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install monero-node TrueCharts/monero-node +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `monero-node` deployment + +```console +helm uninstall monero-node +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install monero-node \ + --set env.TZ="America/New York" \ + TrueCharts/monero-node +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install monero-node TrueCharts/monero-node -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/monero-node/0.0.29/app-readme.md b/incubator/monero-node/0.0.30/app-readme.md similarity index 100% rename from incubator/monero-node/0.0.29/app-readme.md rename to incubator/monero-node/0.0.30/app-readme.md diff --git a/incubator/monero-node/0.0.30/charts/common-10.7.1.tgz b/incubator/monero-node/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/monero-node/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/monero-node/0.0.29/ix_values.yaml b/incubator/monero-node/0.0.30/ix_values.yaml similarity index 100% rename from incubator/monero-node/0.0.29/ix_values.yaml rename to incubator/monero-node/0.0.30/ix_values.yaml diff --git a/incubator/monero-node/0.0.29/questions.yaml b/incubator/monero-node/0.0.30/questions.yaml similarity index 100% rename from incubator/monero-node/0.0.29/questions.yaml rename to incubator/monero-node/0.0.30/questions.yaml diff --git a/incubator/monero-node/0.0.29/templates/common.yaml b/incubator/monero-node/0.0.30/templates/common.yaml similarity index 100% rename from incubator/monero-node/0.0.29/templates/common.yaml rename to incubator/monero-node/0.0.30/templates/common.yaml diff --git a/incubator/monero-node/0.0.29/values.yaml b/incubator/monero-node/0.0.30/values.yaml similarity index 100% rename from incubator/monero-node/0.0.29/values.yaml rename to incubator/monero-node/0.0.30/values.yaml diff --git a/incubator/money-balancer/0.0.4/CHANGELOG.md b/incubator/money-balancer/0.0.4/CHANGELOG.md deleted file mode 100644 index cd57be7fcf4..00000000000 --- a/incubator/money-balancer/0.0.4/CHANGELOG.md +++ /dev/null @@ -1,51 +0,0 @@ -# Changelog - - - -## [money-balancer-0.0.4](https://github.com/truecharts/charts/compare/money-balancer-0.0.3...money-balancer-0.0.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [money-balancer-0.0.3](https://github.com/truecharts/charts/compare/money-balancer-0.0.2...money-balancer-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [money-balancer-0.0.3](https://github.com/truecharts/charts/compare/money-balancer-0.0.2...money-balancer-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [money-balancer-0.0.2](https://github.com/truecharts/charts/compare/money-balancer-0.0.1...money-balancer-0.0.2) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [money-balancer-0.0.1]money-balancer-0.0.1 (2022-10-03) - -### Feat - -- add money-balancer ([#3996](https://github.com/truecharts/charts/issues/3996)) diff --git a/incubator/money-balancer/0.0.4/Chart.lock b/incubator/money-balancer/0.0.4/Chart.lock deleted file mode 100644 index 3f4582f76f9..00000000000 --- a/incubator/money-balancer/0.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:09.694298182Z" diff --git a/incubator/money-balancer/0.0.4/Chart.yaml b/incubator/money-balancer/0.0.4/Chart.yaml deleted file mode 100644 index 6fb52a989c9..00000000000 --- a/incubator/money-balancer/0.0.4/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends. -home: https://truecharts.org/docs/charts/incubator/money-balancer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png -keywords: - - money - - balance -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: money-balancer -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer - - https://github.com/dorianim/money-balancer -type: application -version: 0.0.4 -annotations: - truecharts.org/catagories: | - - finance - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/money-balancer/0.0.4/README.md b/incubator/money-balancer/0.0.4/README.md deleted file mode 100644 index 1dd9b4b282e..00000000000 --- a/incubator/money-balancer/0.0.4/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# money-balancer - -Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [money-balancer](https://truecharts.org/docs/charts/incubator/money-balancer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `money-balancer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install money-balancer TrueCharts/money-balancer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `money-balancer` deployment - -```console -helm uninstall money-balancer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install money-balancer \ - --set env.TZ="America/New York" \ - TrueCharts/money-balancer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install money-balancer TrueCharts/money-balancer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/money-balancer/0.0.4/charts/common-10.7.0.tgz b/incubator/money-balancer/0.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/money-balancer/0.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/money-balancer/0.0.5/CHANGELOG.md b/incubator/money-balancer/0.0.5/CHANGELOG.md new file mode 100644 index 00000000000..7b04198b604 --- /dev/null +++ b/incubator/money-balancer/0.0.5/CHANGELOG.md @@ -0,0 +1,61 @@ +# Changelog + + + +## [money-balancer-0.0.5](https://github.com/truecharts/charts/compare/money-balancer-0.0.4...money-balancer-0.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [money-balancer-0.0.4](https://github.com/truecharts/charts/compare/money-balancer-0.0.3...money-balancer-0.0.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [money-balancer-0.0.3](https://github.com/truecharts/charts/compare/money-balancer-0.0.2...money-balancer-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [money-balancer-0.0.3](https://github.com/truecharts/charts/compare/money-balancer-0.0.2...money-balancer-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [money-balancer-0.0.2](https://github.com/truecharts/charts/compare/money-balancer-0.0.1...money-balancer-0.0.2) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [money-balancer-0.0.1]money-balancer-0.0.1 (2022-10-03) + +### Feat + +- add money-balancer ([#3996](https://github.com/truecharts/charts/issues/3996)) diff --git a/incubator/money-balancer/0.0.5/Chart.lock b/incubator/money-balancer/0.0.5/Chart.lock new file mode 100644 index 00000000000..7050a9b35f6 --- /dev/null +++ b/incubator/money-balancer/0.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:28.37902128Z" diff --git a/incubator/money-balancer/0.0.5/Chart.yaml b/incubator/money-balancer/0.0.5/Chart.yaml new file mode 100644 index 00000000000..383463273f7 --- /dev/null +++ b/incubator/money-balancer/0.0.5/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends. +home: https://truecharts.org/docs/charts/incubator/money-balancer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png +keywords: + - money + - balance +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: money-balancer +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer + - https://github.com/dorianim/money-balancer +type: application +version: 0.0.5 +annotations: + truecharts.org/catagories: | + - finance + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/money-balancer/0.0.5/README.md b/incubator/money-balancer/0.0.5/README.md new file mode 100644 index 00000000000..49c570f8a20 --- /dev/null +++ b/incubator/money-balancer/0.0.5/README.md @@ -0,0 +1,106 @@ +# money-balancer + +Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [money-balancer](https://truecharts.org/docs/charts/incubator/money-balancer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `money-balancer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install money-balancer TrueCharts/money-balancer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `money-balancer` deployment + +```console +helm uninstall money-balancer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install money-balancer \ + --set env.TZ="America/New York" \ + TrueCharts/money-balancer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install money-balancer TrueCharts/money-balancer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/money-balancer/0.0.4/app-readme.md b/incubator/money-balancer/0.0.5/app-readme.md similarity index 100% rename from incubator/money-balancer/0.0.4/app-readme.md rename to incubator/money-balancer/0.0.5/app-readme.md diff --git a/incubator/money-balancer/0.0.5/charts/common-10.7.1.tgz b/incubator/money-balancer/0.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/money-balancer/0.0.5/charts/common-10.7.1.tgz differ diff --git a/incubator/money-balancer/0.0.4/ix_values.yaml b/incubator/money-balancer/0.0.5/ix_values.yaml similarity index 100% rename from incubator/money-balancer/0.0.4/ix_values.yaml rename to incubator/money-balancer/0.0.5/ix_values.yaml diff --git a/incubator/money-balancer/0.0.4/questions.yaml b/incubator/money-balancer/0.0.5/questions.yaml similarity index 100% rename from incubator/money-balancer/0.0.4/questions.yaml rename to incubator/money-balancer/0.0.5/questions.yaml diff --git a/incubator/money-balancer/0.0.4/templates/_secrets.tpl b/incubator/money-balancer/0.0.5/templates/_secrets.tpl similarity index 100% rename from incubator/money-balancer/0.0.4/templates/_secrets.tpl rename to incubator/money-balancer/0.0.5/templates/_secrets.tpl diff --git a/incubator/money-balancer/0.0.4/templates/common.yaml b/incubator/money-balancer/0.0.5/templates/common.yaml similarity index 100% rename from incubator/money-balancer/0.0.4/templates/common.yaml rename to incubator/money-balancer/0.0.5/templates/common.yaml diff --git a/incubator/money-balancer/0.0.4/values.yaml b/incubator/money-balancer/0.0.5/values.yaml similarity index 100% rename from incubator/money-balancer/0.0.4/values.yaml rename to incubator/money-balancer/0.0.5/values.yaml diff --git a/incubator/mordhau/0.0.29/CHANGELOG.md b/incubator/mordhau/0.0.29/CHANGELOG.md deleted file mode 100644 index e21a3dc00fa..00000000000 --- a/incubator/mordhau/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mordhau-0.0.29](https://github.com/truecharts/charts/compare/mordhau-0.0.28...mordhau-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mordhau-0.0.28](https://github.com/truecharts/charts/compare/mordhau-0.0.27...mordhau-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mordhau-0.0.28](https://github.com/truecharts/charts/compare/mordhau-0.0.27...mordhau-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mordhau-0.0.27](https://github.com/truecharts/charts/compare/mordhau-0.0.26...mordhau-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mordhau-0.0.26](https://github.com/truecharts/charts/compare/mordhau-0.0.25...mordhau-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mordhau-0.0.25](https://github.com/truecharts/charts/compare/mordhau-0.0.24...mordhau-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mordhau-0.0.24](https://github.com/truecharts/charts/compare/mordhau-0.0.23...mordhau-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mordhau-0.0.24](https://github.com/truecharts/charts/compare/mordhau-0.0.23...mordhau-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/mordhau/0.0.29/Chart.lock b/incubator/mordhau/0.0.29/Chart.lock deleted file mode 100644 index 8d9642549a7..00000000000 --- a/incubator/mordhau/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:13.924156559Z" diff --git a/incubator/mordhau/0.0.29/Chart.yaml b/incubator/mordhau/0.0.29/Chart.yaml deleted file mode 100644 index 7d0857bb051..00000000000 --- a/incubator/mordhau/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" -home: https://truecharts.org/docs/charts/incubator/mordhau -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png -keywords: - - mordhau - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mordhau -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/mordhau - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/mordhau/0.0.29/README.md b/incubator/mordhau/0.0.29/README.md deleted file mode 100644 index 5099498f4e2..00000000000 --- a/incubator/mordhau/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mordhau - -This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mordhau](https://truecharts.org/docs/charts/incubator/mordhau) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mordhau` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mordhau TrueCharts/mordhau -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mordhau` deployment - -```console -helm uninstall mordhau -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mordhau \ - --set env.TZ="America/New York" \ - TrueCharts/mordhau -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mordhau TrueCharts/mordhau -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/mordhau/0.0.29/charts/common-10.7.0.tgz b/incubator/mordhau/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/mordhau/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/mordhau/0.0.30/CHANGELOG.md b/incubator/mordhau/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..255fcba3a79 --- /dev/null +++ b/incubator/mordhau/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mordhau-0.0.30](https://github.com/truecharts/charts/compare/mordhau-0.0.29...mordhau-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mordhau-0.0.29](https://github.com/truecharts/charts/compare/mordhau-0.0.28...mordhau-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mordhau-0.0.28](https://github.com/truecharts/charts/compare/mordhau-0.0.27...mordhau-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mordhau-0.0.28](https://github.com/truecharts/charts/compare/mordhau-0.0.27...mordhau-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mordhau-0.0.27](https://github.com/truecharts/charts/compare/mordhau-0.0.26...mordhau-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mordhau-0.0.26](https://github.com/truecharts/charts/compare/mordhau-0.0.25...mordhau-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mordhau-0.0.25](https://github.com/truecharts/charts/compare/mordhau-0.0.24...mordhau-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mordhau-0.0.24](https://github.com/truecharts/charts/compare/mordhau-0.0.23...mordhau-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/mordhau/0.0.30/Chart.lock b/incubator/mordhau/0.0.30/Chart.lock new file mode 100644 index 00000000000..86fe86f70e5 --- /dev/null +++ b/incubator/mordhau/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:36.662763635Z" diff --git a/incubator/mordhau/0.0.30/Chart.yaml b/incubator/mordhau/0.0.30/Chart.yaml new file mode 100644 index 00000000000..760f551ebdd --- /dev/null +++ b/incubator/mordhau/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart" +home: https://truecharts.org/docs/charts/incubator/mordhau +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.png +keywords: + - mordhau + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mordhau +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/mordhau + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/mordhau/0.0.30/README.md b/incubator/mordhau/0.0.30/README.md new file mode 100644 index 00000000000..3805372a20e --- /dev/null +++ b/incubator/mordhau/0.0.30/README.md @@ -0,0 +1,107 @@ +# mordhau + +This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mordhau](https://truecharts.org/docs/charts/incubator/mordhau) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mordhau` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mordhau TrueCharts/mordhau +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mordhau` deployment + +```console +helm uninstall mordhau +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mordhau \ + --set env.TZ="America/New York" \ + TrueCharts/mordhau +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mordhau TrueCharts/mordhau -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/mordhau/0.0.29/app-readme.md b/incubator/mordhau/0.0.30/app-readme.md similarity index 100% rename from incubator/mordhau/0.0.29/app-readme.md rename to incubator/mordhau/0.0.30/app-readme.md diff --git a/incubator/mordhau/0.0.30/charts/common-10.7.1.tgz b/incubator/mordhau/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/mordhau/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/mordhau/0.0.29/ix_values.yaml b/incubator/mordhau/0.0.30/ix_values.yaml similarity index 100% rename from incubator/mordhau/0.0.29/ix_values.yaml rename to incubator/mordhau/0.0.30/ix_values.yaml diff --git a/incubator/mordhau/0.0.29/questions.yaml b/incubator/mordhau/0.0.30/questions.yaml similarity index 100% rename from incubator/mordhau/0.0.29/questions.yaml rename to incubator/mordhau/0.0.30/questions.yaml diff --git a/incubator/mordhau/0.0.29/templates/common.yaml b/incubator/mordhau/0.0.30/templates/common.yaml similarity index 100% rename from incubator/mordhau/0.0.29/templates/common.yaml rename to incubator/mordhau/0.0.30/templates/common.yaml diff --git a/incubator/mordhau/0.0.29/values.yaml b/incubator/mordhau/0.0.30/values.yaml similarity index 100% rename from incubator/mordhau/0.0.29/values.yaml rename to incubator/mordhau/0.0.30/values.yaml diff --git a/incubator/moviegrabber/0.0.29/CHANGELOG.md b/incubator/moviegrabber/0.0.29/CHANGELOG.md deleted file mode 100644 index e2a87f5b3d1..00000000000 --- a/incubator/moviegrabber/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [moviegrabber-0.0.29](https://github.com/truecharts/charts/compare/moviegrabber-0.0.28...moviegrabber-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [moviegrabber-0.0.28](https://github.com/truecharts/charts/compare/moviegrabber-0.0.27...moviegrabber-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [moviegrabber-0.0.28](https://github.com/truecharts/charts/compare/moviegrabber-0.0.27...moviegrabber-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [moviegrabber-0.0.27](https://github.com/truecharts/charts/compare/moviegrabber-0.0.26...moviegrabber-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [moviegrabber-0.0.26](https://github.com/truecharts/charts/compare/moviegrabber-0.0.25...moviegrabber-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [moviegrabber-0.0.25](https://github.com/truecharts/charts/compare/moviegrabber-0.0.24...moviegrabber-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [moviegrabber-0.0.24](https://github.com/truecharts/charts/compare/moviegrabber-0.0.23...moviegrabber-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [moviegrabber-0.0.24](https://github.com/truecharts/charts/compare/moviegrabber-0.0.23...moviegrabber-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/moviegrabber/0.0.29/Chart.lock b/incubator/moviegrabber/0.0.29/Chart.lock deleted file mode 100644 index 896139455fb..00000000000 --- a/incubator/moviegrabber/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:17.655540264Z" diff --git a/incubator/moviegrabber/0.0.29/Chart.yaml b/incubator/moviegrabber/0.0.29/Chart.yaml deleted file mode 100644 index 426cd9a46c8..00000000000 --- a/incubator/moviegrabber/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. -home: https://truecharts.org/docs/charts/incubator/moviegrabber -icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png -keywords: - - moviegrabber - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: moviegrabber -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber - - https://github.com/binhex/moviegrabber - - https://registry.hub.docker.com/r/binhex/arch-moviegrabber/ - - https://github.com/binhex/documentation -type: application -version: 0.0.29 diff --git a/incubator/moviegrabber/0.0.29/README.md b/incubator/moviegrabber/0.0.29/README.md deleted file mode 100644 index b675fdf9bb1..00000000000 --- a/incubator/moviegrabber/0.0.29/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# moviegrabber - -MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [moviegrabber](https://truecharts.org/docs/charts/incubator/moviegrabber) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `moviegrabber` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install moviegrabber TrueCharts/moviegrabber -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `moviegrabber` deployment - -```console -helm uninstall moviegrabber -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install moviegrabber \ - --set env.TZ="America/New York" \ - TrueCharts/moviegrabber -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install moviegrabber TrueCharts/moviegrabber -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/moviegrabber/0.0.29/charts/common-10.7.0.tgz b/incubator/moviegrabber/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/moviegrabber/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/moviegrabber/0.0.30/CHANGELOG.md b/incubator/moviegrabber/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c70644f6ca5 --- /dev/null +++ b/incubator/moviegrabber/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [moviegrabber-0.0.30](https://github.com/truecharts/charts/compare/moviegrabber-0.0.29...moviegrabber-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [moviegrabber-0.0.29](https://github.com/truecharts/charts/compare/moviegrabber-0.0.28...moviegrabber-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [moviegrabber-0.0.28](https://github.com/truecharts/charts/compare/moviegrabber-0.0.27...moviegrabber-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [moviegrabber-0.0.28](https://github.com/truecharts/charts/compare/moviegrabber-0.0.27...moviegrabber-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [moviegrabber-0.0.27](https://github.com/truecharts/charts/compare/moviegrabber-0.0.26...moviegrabber-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [moviegrabber-0.0.26](https://github.com/truecharts/charts/compare/moviegrabber-0.0.25...moviegrabber-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [moviegrabber-0.0.25](https://github.com/truecharts/charts/compare/moviegrabber-0.0.24...moviegrabber-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [moviegrabber-0.0.24](https://github.com/truecharts/charts/compare/moviegrabber-0.0.23...moviegrabber-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/moviegrabber/0.0.30/Chart.lock b/incubator/moviegrabber/0.0.30/Chart.lock new file mode 100644 index 00000000000..01beb4d0067 --- /dev/null +++ b/incubator/moviegrabber/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:40.221637735Z" diff --git a/incubator/moviegrabber/0.0.30/Chart.yaml b/incubator/moviegrabber/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2ec31c8da13 --- /dev/null +++ b/incubator/moviegrabber/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. +home: https://truecharts.org/docs/charts/incubator/moviegrabber +icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png +keywords: + - moviegrabber + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: moviegrabber +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber + - https://github.com/binhex/moviegrabber + - https://registry.hub.docker.com/r/binhex/arch-moviegrabber/ + - https://github.com/binhex/documentation +type: application +version: 0.0.30 diff --git a/incubator/moviegrabber/0.0.30/README.md b/incubator/moviegrabber/0.0.30/README.md new file mode 100644 index 00000000000..e7b74fa5e35 --- /dev/null +++ b/incubator/moviegrabber/0.0.30/README.md @@ -0,0 +1,108 @@ +# moviegrabber + +MovieGrabber is a fully automated way of downloading movie from usenet, it supports any nzb client that has a "watched" or "monitor" folder facility such as Sabnzbd+, Grabit and Newsbin. MovieGrabber works by checking imdb for matching criteria and if a match is found the nzb will be downloaded and stored in either a specified queued folder for user review or sent to the watched folder for processing and automatic downloading via your usenet binary client. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [moviegrabber](https://truecharts.org/docs/charts/incubator/moviegrabber) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `moviegrabber` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install moviegrabber TrueCharts/moviegrabber +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `moviegrabber` deployment + +```console +helm uninstall moviegrabber +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install moviegrabber \ + --set env.TZ="America/New York" \ + TrueCharts/moviegrabber +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install moviegrabber TrueCharts/moviegrabber -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/moviegrabber/0.0.29/app-readme.md b/incubator/moviegrabber/0.0.30/app-readme.md similarity index 100% rename from incubator/moviegrabber/0.0.29/app-readme.md rename to incubator/moviegrabber/0.0.30/app-readme.md diff --git a/incubator/moviegrabber/0.0.30/charts/common-10.7.1.tgz b/incubator/moviegrabber/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/moviegrabber/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/moviegrabber/0.0.29/ix_values.yaml b/incubator/moviegrabber/0.0.30/ix_values.yaml similarity index 100% rename from incubator/moviegrabber/0.0.29/ix_values.yaml rename to incubator/moviegrabber/0.0.30/ix_values.yaml diff --git a/incubator/moviegrabber/0.0.29/questions.yaml b/incubator/moviegrabber/0.0.30/questions.yaml similarity index 100% rename from incubator/moviegrabber/0.0.29/questions.yaml rename to incubator/moviegrabber/0.0.30/questions.yaml diff --git a/incubator/moviegrabber/0.0.29/templates/common.yaml b/incubator/moviegrabber/0.0.30/templates/common.yaml similarity index 100% rename from incubator/moviegrabber/0.0.29/templates/common.yaml rename to incubator/moviegrabber/0.0.30/templates/common.yaml diff --git a/incubator/moviegrabber/0.0.29/values.yaml b/incubator/moviegrabber/0.0.30/values.yaml similarity index 100% rename from incubator/moviegrabber/0.0.29/values.yaml rename to incubator/moviegrabber/0.0.30/values.yaml diff --git a/incubator/multi-scrobbler/0.0.29/CHANGELOG.md b/incubator/multi-scrobbler/0.0.29/CHANGELOG.md deleted file mode 100644 index ae19f27f96f..00000000000 --- a/incubator/multi-scrobbler/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [multi-scrobbler-0.0.29](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.28...multi-scrobbler-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [multi-scrobbler-0.0.28](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.27...multi-scrobbler-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [multi-scrobbler-0.0.28](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.27...multi-scrobbler-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [multi-scrobbler-0.0.27](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.26...multi-scrobbler-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [multi-scrobbler-0.0.26](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.25...multi-scrobbler-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [multi-scrobbler-0.0.25](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.24...multi-scrobbler-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [multi-scrobbler-0.0.24](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.23...multi-scrobbler-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [multi-scrobbler-0.0.24](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.23...multi-scrobbler-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/multi-scrobbler/0.0.29/Chart.lock b/incubator/multi-scrobbler/0.0.29/Chart.lock deleted file mode 100644 index 72ba9253385..00000000000 --- a/incubator/multi-scrobbler/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:38.423941565Z" diff --git a/incubator/multi-scrobbler/0.0.29/Chart.yaml b/incubator/multi-scrobbler/0.0.29/Chart.yaml deleted file mode 100644 index c58632304f3..00000000000 --- a/incubator/multi-scrobbler/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Track your music listening history from many sources and record to many scrobble clients." -home: https://truecharts.org/docs/charts/incubator/multi-scrobbler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png -keywords: - - multi-scrobbler - - Network-Web - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: multi-scrobbler -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler - - https://hub.docker.com/repository/docker/foxxmd/multi-scrobbler -type: application -version: 0.0.29 diff --git a/incubator/multi-scrobbler/0.0.29/README.md b/incubator/multi-scrobbler/0.0.29/README.md deleted file mode 100644 index 88f0427eb14..00000000000 --- a/incubator/multi-scrobbler/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# multi-scrobbler - -Track your music listening history from many sources and record to many scrobble clients. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [multi-scrobbler](https://truecharts.org/docs/charts/incubator/multi-scrobbler) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `multi-scrobbler` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install multi-scrobbler TrueCharts/multi-scrobbler -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `multi-scrobbler` deployment - -```console -helm uninstall multi-scrobbler -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install multi-scrobbler \ - --set env.TZ="America/New York" \ - TrueCharts/multi-scrobbler -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install multi-scrobbler TrueCharts/multi-scrobbler -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/multi-scrobbler/0.0.29/charts/common-10.7.0.tgz b/incubator/multi-scrobbler/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/multi-scrobbler/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/multi-scrobbler/0.0.30/CHANGELOG.md b/incubator/multi-scrobbler/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..1cbd635f44a --- /dev/null +++ b/incubator/multi-scrobbler/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [multi-scrobbler-0.0.30](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.29...multi-scrobbler-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [multi-scrobbler-0.0.29](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.28...multi-scrobbler-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [multi-scrobbler-0.0.28](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.27...multi-scrobbler-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [multi-scrobbler-0.0.28](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.27...multi-scrobbler-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [multi-scrobbler-0.0.27](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.26...multi-scrobbler-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [multi-scrobbler-0.0.26](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.25...multi-scrobbler-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [multi-scrobbler-0.0.25](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.24...multi-scrobbler-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [multi-scrobbler-0.0.24](https://github.com/truecharts/charts/compare/multi-scrobbler-0.0.23...multi-scrobbler-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/multi-scrobbler/0.0.30/Chart.lock b/incubator/multi-scrobbler/0.0.30/Chart.lock new file mode 100644 index 00000000000..8f7b563c1ba --- /dev/null +++ b/incubator/multi-scrobbler/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:32:51.778445756Z" diff --git a/incubator/multi-scrobbler/0.0.30/Chart.yaml b/incubator/multi-scrobbler/0.0.30/Chart.yaml new file mode 100644 index 00000000000..030b9c5b022 --- /dev/null +++ b/incubator/multi-scrobbler/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Track your music listening history from many sources and record to many scrobble clients." +home: https://truecharts.org/docs/charts/incubator/multi-scrobbler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.png +keywords: + - multi-scrobbler + - Network-Web + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: multi-scrobbler +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/multi-scrobbler + - https://hub.docker.com/repository/docker/foxxmd/multi-scrobbler +type: application +version: 0.0.30 diff --git a/incubator/multi-scrobbler/0.0.30/README.md b/incubator/multi-scrobbler/0.0.30/README.md new file mode 100644 index 00000000000..59d37c4ee97 --- /dev/null +++ b/incubator/multi-scrobbler/0.0.30/README.md @@ -0,0 +1,106 @@ +# multi-scrobbler + +Track your music listening history from many sources and record to many scrobble clients. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [multi-scrobbler](https://truecharts.org/docs/charts/incubator/multi-scrobbler) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `multi-scrobbler` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install multi-scrobbler TrueCharts/multi-scrobbler +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `multi-scrobbler` deployment + +```console +helm uninstall multi-scrobbler +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install multi-scrobbler \ + --set env.TZ="America/New York" \ + TrueCharts/multi-scrobbler +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install multi-scrobbler TrueCharts/multi-scrobbler -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/multi-scrobbler/0.0.29/app-readme.md b/incubator/multi-scrobbler/0.0.30/app-readme.md similarity index 100% rename from incubator/multi-scrobbler/0.0.29/app-readme.md rename to incubator/multi-scrobbler/0.0.30/app-readme.md diff --git a/incubator/multi-scrobbler/0.0.30/charts/common-10.7.1.tgz b/incubator/multi-scrobbler/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/multi-scrobbler/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/multi-scrobbler/0.0.29/ix_values.yaml b/incubator/multi-scrobbler/0.0.30/ix_values.yaml similarity index 100% rename from incubator/multi-scrobbler/0.0.29/ix_values.yaml rename to incubator/multi-scrobbler/0.0.30/ix_values.yaml diff --git a/incubator/multi-scrobbler/0.0.29/questions.yaml b/incubator/multi-scrobbler/0.0.30/questions.yaml similarity index 100% rename from incubator/multi-scrobbler/0.0.29/questions.yaml rename to incubator/multi-scrobbler/0.0.30/questions.yaml diff --git a/incubator/multi-scrobbler/0.0.29/templates/common.yaml b/incubator/multi-scrobbler/0.0.30/templates/common.yaml similarity index 100% rename from incubator/multi-scrobbler/0.0.29/templates/common.yaml rename to incubator/multi-scrobbler/0.0.30/templates/common.yaml diff --git a/incubator/multi-scrobbler/0.0.29/values.yaml b/incubator/multi-scrobbler/0.0.30/values.yaml similarity index 100% rename from incubator/multi-scrobbler/0.0.29/values.yaml rename to incubator/multi-scrobbler/0.0.30/values.yaml diff --git a/incubator/namecheap-ddns/0.0.29/CHANGELOG.md b/incubator/namecheap-ddns/0.0.29/CHANGELOG.md deleted file mode 100644 index 08af4f56eeb..00000000000 --- a/incubator/namecheap-ddns/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [namecheap-ddns-0.0.29](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.28...namecheap-ddns-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [namecheap-ddns-0.0.28](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.27...namecheap-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [namecheap-ddns-0.0.28](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.27...namecheap-ddns-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [namecheap-ddns-0.0.27](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.26...namecheap-ddns-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [namecheap-ddns-0.0.26](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.25...namecheap-ddns-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [namecheap-ddns-0.0.25](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.24...namecheap-ddns-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [namecheap-ddns-0.0.24](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.23...namecheap-ddns-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [namecheap-ddns-0.0.24](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.23...namecheap-ddns-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/namecheap-ddns/0.0.29/Chart.lock b/incubator/namecheap-ddns/0.0.29/Chart.lock deleted file mode 100644 index 73314747347..00000000000 --- a/incubator/namecheap-ddns/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:39.17112214Z" diff --git a/incubator/namecheap-ddns/0.0.29/Chart.yaml b/incubator/namecheap-ddns/0.0.29/Chart.yaml deleted file mode 100644 index 08f37026acb..00000000000 --- a/incubator/namecheap-ddns/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-DNS - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " -home: https://truecharts.org/docs/charts/incubator/namecheap-ddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png -keywords: - - namecheap-ddns - - Tools-Utilities - - Network-DNS - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: namecheap-ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/namecheap-ddns - - https://github.com/EdwardChamberlain/namecheap_ddns - - https://hub.docker.com/r/edchamberlain/namecheap_ddns -type: application -version: 0.0.29 diff --git a/incubator/namecheap-ddns/0.0.29/README.md b/incubator/namecheap-ddns/0.0.29/README.md deleted file mode 100644 index a43210f053c..00000000000 --- a/incubator/namecheap-ddns/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# namecheap-ddns - -This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [namecheap-ddns](https://truecharts.org/docs/charts/incubator/namecheap-ddns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `namecheap-ddns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install namecheap-ddns TrueCharts/namecheap-ddns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `namecheap-ddns` deployment - -```console -helm uninstall namecheap-ddns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install namecheap-ddns \ - --set env.TZ="America/New York" \ - TrueCharts/namecheap-ddns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install namecheap-ddns TrueCharts/namecheap-ddns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/namecheap-ddns/0.0.29/charts/common-10.7.0.tgz b/incubator/namecheap-ddns/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/namecheap-ddns/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/namecheap-ddns/0.0.30/CHANGELOG.md b/incubator/namecheap-ddns/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9a23dabe902 --- /dev/null +++ b/incubator/namecheap-ddns/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [namecheap-ddns-0.0.30](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.29...namecheap-ddns-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [namecheap-ddns-0.0.29](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.28...namecheap-ddns-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [namecheap-ddns-0.0.28](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.27...namecheap-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [namecheap-ddns-0.0.28](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.27...namecheap-ddns-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [namecheap-ddns-0.0.27](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.26...namecheap-ddns-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [namecheap-ddns-0.0.26](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.25...namecheap-ddns-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [namecheap-ddns-0.0.25](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.24...namecheap-ddns-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [namecheap-ddns-0.0.24](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.23...namecheap-ddns-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [namecheap-ddns-0.0.24](https://github.com/truecharts/charts/compare/namecheap-ddns-0.0.23...namecheap-ddns-0.0.24) (2022-09-21) diff --git a/incubator/namecheap-ddns/0.0.30/Chart.lock b/incubator/namecheap-ddns/0.0.30/Chart.lock new file mode 100644 index 00000000000..f05e0190cd5 --- /dev/null +++ b/incubator/namecheap-ddns/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:00.046979977Z" diff --git a/incubator/namecheap-ddns/0.0.30/Chart.yaml b/incubator/namecheap-ddns/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b5c0b628f35 --- /dev/null +++ b/incubator/namecheap-ddns/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-DNS + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. " +home: https://truecharts.org/docs/charts/incubator/namecheap-ddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.png +keywords: + - namecheap-ddns + - Tools-Utilities + - Network-DNS + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: namecheap-ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/namecheap-ddns + - https://github.com/EdwardChamberlain/namecheap_ddns + - https://hub.docker.com/r/edchamberlain/namecheap_ddns +type: application +version: 0.0.30 diff --git a/incubator/namecheap-ddns/0.0.30/README.md b/incubator/namecheap-ddns/0.0.30/README.md new file mode 100644 index 00000000000..c3da50d527a --- /dev/null +++ b/incubator/namecheap-ddns/0.0.30/README.md @@ -0,0 +1,107 @@ +# namecheap-ddns + +This simple Chart will update a namecheap dynamic dns domain. You must set an 'A + Dynamic DNS Record' for the host and enable Dynamic DNS in the manage page for your domain. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [namecheap-ddns](https://truecharts.org/docs/charts/incubator/namecheap-ddns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `namecheap-ddns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install namecheap-ddns TrueCharts/namecheap-ddns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `namecheap-ddns` deployment + +```console +helm uninstall namecheap-ddns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install namecheap-ddns \ + --set env.TZ="America/New York" \ + TrueCharts/namecheap-ddns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install namecheap-ddns TrueCharts/namecheap-ddns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/namecheap-ddns/0.0.29/app-readme.md b/incubator/namecheap-ddns/0.0.30/app-readme.md similarity index 100% rename from incubator/namecheap-ddns/0.0.29/app-readme.md rename to incubator/namecheap-ddns/0.0.30/app-readme.md diff --git a/incubator/namecheap-ddns/0.0.30/charts/common-10.7.1.tgz b/incubator/namecheap-ddns/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/namecheap-ddns/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/namecheap-ddns/0.0.29/ix_values.yaml b/incubator/namecheap-ddns/0.0.30/ix_values.yaml similarity index 100% rename from incubator/namecheap-ddns/0.0.29/ix_values.yaml rename to incubator/namecheap-ddns/0.0.30/ix_values.yaml diff --git a/incubator/namecheap-ddns/0.0.29/questions.yaml b/incubator/namecheap-ddns/0.0.30/questions.yaml similarity index 100% rename from incubator/namecheap-ddns/0.0.29/questions.yaml rename to incubator/namecheap-ddns/0.0.30/questions.yaml diff --git a/incubator/namecheap-ddns/0.0.29/templates/common.yaml b/incubator/namecheap-ddns/0.0.30/templates/common.yaml similarity index 100% rename from incubator/namecheap-ddns/0.0.29/templates/common.yaml rename to incubator/namecheap-ddns/0.0.30/templates/common.yaml diff --git a/incubator/namecheap-ddns/0.0.29/values.yaml b/incubator/namecheap-ddns/0.0.30/values.yaml similarity index 100% rename from incubator/namecheap-ddns/0.0.29/values.yaml rename to incubator/namecheap-ddns/0.0.30/values.yaml diff --git a/incubator/necesse/0.0.29/CHANGELOG.md b/incubator/necesse/0.0.29/CHANGELOG.md deleted file mode 100644 index 8c04e5ab8ea..00000000000 --- a/incubator/necesse/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [necesse-0.0.29](https://github.com/truecharts/charts/compare/necesse-0.0.28...necesse-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [necesse-0.0.28](https://github.com/truecharts/charts/compare/necesse-0.0.27...necesse-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [necesse-0.0.28](https://github.com/truecharts/charts/compare/necesse-0.0.27...necesse-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [necesse-0.0.27](https://github.com/truecharts/charts/compare/necesse-0.0.26...necesse-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [necesse-0.0.26](https://github.com/truecharts/charts/compare/necesse-0.0.25...necesse-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [necesse-0.0.25](https://github.com/truecharts/charts/compare/necesse-0.0.24...necesse-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [necesse-0.0.24](https://github.com/truecharts/charts/compare/necesse-0.0.23...necesse-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [necesse-0.0.24](https://github.com/truecharts/charts/compare/necesse-0.0.23...necesse-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/necesse/0.0.29/Chart.lock b/incubator/necesse/0.0.29/Chart.lock deleted file mode 100644 index 774cd9a5851..00000000000 --- a/incubator/necesse/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:51:43.075548867Z" diff --git a/incubator/necesse/0.0.29/Chart.yaml b/incubator/necesse/0.0.29/Chart.yaml deleted file mode 100644 index f765489a599..00000000000 --- a/incubator/necesse/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Necesse and run it." -home: https://truecharts.org/docs/charts/incubator/necesse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png -keywords: - - necesse - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: necesse -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/necesse - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/necesse/0.0.29/README.md b/incubator/necesse/0.0.29/README.md deleted file mode 100644 index a1bbbb6b7e4..00000000000 --- a/incubator/necesse/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# necesse - -This Chart will download and install SteamCMD. It will also install Necesse and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [necesse](https://truecharts.org/docs/charts/incubator/necesse) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `necesse` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install necesse TrueCharts/necesse -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `necesse` deployment - -```console -helm uninstall necesse -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install necesse \ - --set env.TZ="America/New York" \ - TrueCharts/necesse -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install necesse TrueCharts/necesse -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/necesse/0.0.29/charts/common-10.7.0.tgz b/incubator/necesse/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/necesse/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/necesse/0.0.30/CHANGELOG.md b/incubator/necesse/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..01ab592d955 --- /dev/null +++ b/incubator/necesse/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [necesse-0.0.30](https://github.com/truecharts/charts/compare/necesse-0.0.29...necesse-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [necesse-0.0.29](https://github.com/truecharts/charts/compare/necesse-0.0.28...necesse-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [necesse-0.0.28](https://github.com/truecharts/charts/compare/necesse-0.0.27...necesse-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [necesse-0.0.28](https://github.com/truecharts/charts/compare/necesse-0.0.27...necesse-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [necesse-0.0.27](https://github.com/truecharts/charts/compare/necesse-0.0.26...necesse-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [necesse-0.0.26](https://github.com/truecharts/charts/compare/necesse-0.0.25...necesse-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [necesse-0.0.25](https://github.com/truecharts/charts/compare/necesse-0.0.24...necesse-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [necesse-0.0.24](https://github.com/truecharts/charts/compare/necesse-0.0.23...necesse-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/necesse/0.0.30/Chart.lock b/incubator/necesse/0.0.30/Chart.lock new file mode 100644 index 00000000000..98d4f50fa0e --- /dev/null +++ b/incubator/necesse/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:07.714634417Z" diff --git a/incubator/necesse/0.0.30/Chart.yaml b/incubator/necesse/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e873775d097 --- /dev/null +++ b/incubator/necesse/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Necesse and run it." +home: https://truecharts.org/docs/charts/incubator/necesse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.png +keywords: + - necesse + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: necesse +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/necesse + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/necesse/0.0.30/README.md b/incubator/necesse/0.0.30/README.md new file mode 100644 index 00000000000..94d7ef79177 --- /dev/null +++ b/incubator/necesse/0.0.30/README.md @@ -0,0 +1,107 @@ +# necesse + +This Chart will download and install SteamCMD. It will also install Necesse and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [necesse](https://truecharts.org/docs/charts/incubator/necesse) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `necesse` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install necesse TrueCharts/necesse +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `necesse` deployment + +```console +helm uninstall necesse +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install necesse \ + --set env.TZ="America/New York" \ + TrueCharts/necesse +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install necesse TrueCharts/necesse -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/necesse/0.0.29/app-readme.md b/incubator/necesse/0.0.30/app-readme.md similarity index 100% rename from incubator/necesse/0.0.29/app-readme.md rename to incubator/necesse/0.0.30/app-readme.md diff --git a/incubator/necesse/0.0.30/charts/common-10.7.1.tgz b/incubator/necesse/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/necesse/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/necesse/0.0.29/ix_values.yaml b/incubator/necesse/0.0.30/ix_values.yaml similarity index 100% rename from incubator/necesse/0.0.29/ix_values.yaml rename to incubator/necesse/0.0.30/ix_values.yaml diff --git a/incubator/necesse/0.0.29/questions.yaml b/incubator/necesse/0.0.30/questions.yaml similarity index 100% rename from incubator/necesse/0.0.29/questions.yaml rename to incubator/necesse/0.0.30/questions.yaml diff --git a/incubator/necesse/0.0.29/templates/common.yaml b/incubator/necesse/0.0.30/templates/common.yaml similarity index 100% rename from incubator/necesse/0.0.29/templates/common.yaml rename to incubator/necesse/0.0.30/templates/common.yaml diff --git a/incubator/necesse/0.0.29/values.yaml b/incubator/necesse/0.0.30/values.yaml similarity index 100% rename from incubator/necesse/0.0.29/values.yaml rename to incubator/necesse/0.0.30/values.yaml diff --git a/incubator/neko/0.0.46/CHANGELOG.md b/incubator/neko/0.0.46/CHANGELOG.md deleted file mode 100644 index ff2002d1e16..00000000000 --- a/incubator/neko/0.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [neko-0.0.46](https://github.com/truecharts/charts/compare/neko-0.0.45...neko-0.0.46) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [neko-0.0.45](https://github.com/truecharts/charts/compare/neko-0.0.44...neko-0.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [neko-0.0.44](https://github.com/truecharts/charts/compare/neko-0.0.43...neko-0.0.44) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [neko-0.0.43](https://github.com/truecharts/charts/compare/neko-0.0.42...neko-0.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [neko-0.0.43](https://github.com/truecharts/charts/compare/neko-0.0.42...neko-0.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [neko-0.0.42](https://github.com/truecharts/charts/compare/neko-0.0.41...neko-0.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [neko-0.0.41](https://github.com/truecharts/charts/compare/neko-0.0.40...neko-0.0.41) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [neko-0.0.40](https://github.com/truecharts/charts/compare/neko-0.0.39...neko-0.0.40) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [neko-0.0.39](https://github.com/truecharts/charts/compare/neko-0.0.38...neko-0.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [neko-0.0.38](https://github.com/truecharts/charts/compare/neko-0.0.37...neko-0.0.38) (2022-09-26) - diff --git a/incubator/neko/0.0.46/Chart.lock b/incubator/neko/0.0.46/Chart.lock deleted file mode 100644 index ebaa457205c..00000000000 --- a/incubator/neko/0.0.46/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-18T05:48:01.766305736Z" diff --git a/incubator/neko/0.0.46/Chart.yaml b/incubator/neko/0.0.46/Chart.yaml deleted file mode 100644 index 63b7baae571..00000000000 --- a/incubator/neko/0.0.46/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A self hosted virtual browser that runs in Chart" -home: https://truecharts.org/docs/charts/incubator/neko -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png -keywords: - - neko - - video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: neko -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/neko - - https://hub.docker.com/r/m1k1o/neko/ -type: application -version: 0.0.46 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - media diff --git a/incubator/neko/0.0.46/README.md b/incubator/neko/0.0.46/README.md deleted file mode 100644 index f5cce9c13f5..00000000000 --- a/incubator/neko/0.0.46/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# neko - -A self hosted virtual browser that runs in Chart - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [neko](https://truecharts.org/docs/charts/incubator/neko) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `neko` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install neko TrueCharts/neko -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `neko` deployment - -```console -helm uninstall neko -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install neko \ - --set env.TZ="America/New York" \ - TrueCharts/neko -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install neko TrueCharts/neko -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/neko/0.0.46/charts/common-10.7.0.tgz b/incubator/neko/0.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/neko/0.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/neko/0.0.47/CHANGELOG.md b/incubator/neko/0.0.47/CHANGELOG.md new file mode 100644 index 00000000000..a9896877a41 --- /dev/null +++ b/incubator/neko/0.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [neko-0.0.47](https://github.com/truecharts/charts/compare/neko-0.0.46...neko-0.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [neko-0.0.46](https://github.com/truecharts/charts/compare/neko-0.0.45...neko-0.0.46) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [neko-0.0.45](https://github.com/truecharts/charts/compare/neko-0.0.44...neko-0.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [neko-0.0.44](https://github.com/truecharts/charts/compare/neko-0.0.43...neko-0.0.44) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [neko-0.0.43](https://github.com/truecharts/charts/compare/neko-0.0.42...neko-0.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [neko-0.0.43](https://github.com/truecharts/charts/compare/neko-0.0.42...neko-0.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [neko-0.0.42](https://github.com/truecharts/charts/compare/neko-0.0.41...neko-0.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [neko-0.0.41](https://github.com/truecharts/charts/compare/neko-0.0.40...neko-0.0.41) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [neko-0.0.40](https://github.com/truecharts/charts/compare/neko-0.0.39...neko-0.0.40) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [neko-0.0.39](https://github.com/truecharts/charts/compare/neko-0.0.38...neko-0.0.39) (2022-09-27) + diff --git a/incubator/neko/0.0.47/Chart.lock b/incubator/neko/0.0.47/Chart.lock new file mode 100644 index 00000000000..eb55e362ce6 --- /dev/null +++ b/incubator/neko/0.0.47/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:11.557279001Z" diff --git a/incubator/neko/0.0.47/Chart.yaml b/incubator/neko/0.0.47/Chart.yaml new file mode 100644 index 00000000000..fefba7f04bd --- /dev/null +++ b/incubator/neko/0.0.47/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A self hosted virtual browser that runs in Chart" +home: https://truecharts.org/docs/charts/incubator/neko +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png +keywords: + - neko + - video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: neko +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/neko + - https://hub.docker.com/r/m1k1o/neko/ +type: application +version: 0.0.47 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - media diff --git a/incubator/neko/0.0.47/README.md b/incubator/neko/0.0.47/README.md new file mode 100644 index 00000000000..79edc391df4 --- /dev/null +++ b/incubator/neko/0.0.47/README.md @@ -0,0 +1,106 @@ +# neko + +A self hosted virtual browser that runs in Chart + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [neko](https://truecharts.org/docs/charts/incubator/neko) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `neko` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install neko TrueCharts/neko +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `neko` deployment + +```console +helm uninstall neko +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install neko \ + --set env.TZ="America/New York" \ + TrueCharts/neko +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install neko TrueCharts/neko -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/neko/0.0.46/app-readme.md b/incubator/neko/0.0.47/app-readme.md similarity index 100% rename from incubator/neko/0.0.46/app-readme.md rename to incubator/neko/0.0.47/app-readme.md diff --git a/incubator/neko/0.0.47/charts/common-10.7.1.tgz b/incubator/neko/0.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/neko/0.0.47/charts/common-10.7.1.tgz differ diff --git a/incubator/neko/0.0.46/ci/basic-values.yaml b/incubator/neko/0.0.47/ci/basic-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/basic-values.yaml rename to incubator/neko/0.0.47/ci/basic-values.yaml diff --git a/incubator/neko/0.0.46/ci/brave-values.yaml b/incubator/neko/0.0.47/ci/brave-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/brave-values.yaml rename to incubator/neko/0.0.47/ci/brave-values.yaml diff --git a/incubator/neko/0.0.46/ci/chrome-values.yaml b/incubator/neko/0.0.47/ci/chrome-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/chrome-values.yaml rename to incubator/neko/0.0.47/ci/chrome-values.yaml diff --git a/incubator/neko/0.0.46/ci/chromium-values.yaml b/incubator/neko/0.0.47/ci/chromium-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/chromium-values.yaml rename to incubator/neko/0.0.47/ci/chromium-values.yaml diff --git a/incubator/neko/0.0.46/ci/edge-values.yaml b/incubator/neko/0.0.47/ci/edge-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/edge-values.yaml rename to incubator/neko/0.0.47/ci/edge-values.yaml diff --git a/incubator/neko/0.0.46/ci/remmina-values.yaml b/incubator/neko/0.0.47/ci/remmina-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/remmina-values.yaml rename to incubator/neko/0.0.47/ci/remmina-values.yaml diff --git a/incubator/neko/0.0.46/ci/tor-values.yaml b/incubator/neko/0.0.47/ci/tor-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/tor-values.yaml rename to incubator/neko/0.0.47/ci/tor-values.yaml diff --git a/incubator/neko/0.0.46/ci/vivaldi-values.yaml b/incubator/neko/0.0.47/ci/vivaldi-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/vivaldi-values.yaml rename to incubator/neko/0.0.47/ci/vivaldi-values.yaml diff --git a/incubator/neko/0.0.46/ci/vlc-values.yaml b/incubator/neko/0.0.47/ci/vlc-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/vlc-values.yaml rename to incubator/neko/0.0.47/ci/vlc-values.yaml diff --git a/incubator/neko/0.0.46/ci/vncviewer-values.yaml b/incubator/neko/0.0.47/ci/vncviewer-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/vncviewer-values.yaml rename to incubator/neko/0.0.47/ci/vncviewer-values.yaml diff --git a/incubator/neko/0.0.46/ci/xfce-values.yaml b/incubator/neko/0.0.47/ci/xfce-values.yaml similarity index 100% rename from incubator/neko/0.0.46/ci/xfce-values.yaml rename to incubator/neko/0.0.47/ci/xfce-values.yaml diff --git a/incubator/neko/0.0.46/ix_values.yaml b/incubator/neko/0.0.47/ix_values.yaml similarity index 100% rename from incubator/neko/0.0.46/ix_values.yaml rename to incubator/neko/0.0.47/ix_values.yaml diff --git a/incubator/neko/0.0.46/questions.yaml b/incubator/neko/0.0.47/questions.yaml similarity index 100% rename from incubator/neko/0.0.46/questions.yaml rename to incubator/neko/0.0.47/questions.yaml diff --git a/incubator/neko/0.0.46/templates/common.yaml b/incubator/neko/0.0.47/templates/common.yaml similarity index 100% rename from incubator/neko/0.0.46/templates/common.yaml rename to incubator/neko/0.0.47/templates/common.yaml diff --git a/incubator/neko/0.0.46/values.yaml b/incubator/neko/0.0.47/values.yaml similarity index 100% rename from incubator/neko/0.0.46/values.yaml rename to incubator/neko/0.0.47/values.yaml diff --git a/incubator/neverwinternights-ee/0.0.29/CHANGELOG.md b/incubator/neverwinternights-ee/0.0.29/CHANGELOG.md deleted file mode 100644 index e4cf4bd2744..00000000000 --- a/incubator/neverwinternights-ee/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [neverwinternights-ee-0.0.29](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.28...neverwinternights-ee-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [neverwinternights-ee-0.0.28](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.27...neverwinternights-ee-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [neverwinternights-ee-0.0.28](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.27...neverwinternights-ee-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [neverwinternights-ee-0.0.27](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.26...neverwinternights-ee-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [neverwinternights-ee-0.0.26](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.25...neverwinternights-ee-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [neverwinternights-ee-0.0.25](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.24...neverwinternights-ee-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [neverwinternights-ee-0.0.24](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.23...neverwinternights-ee-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [neverwinternights-ee-0.0.24](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.23...neverwinternights-ee-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/neverwinternights-ee/0.0.29/Chart.lock b/incubator/neverwinternights-ee/0.0.29/Chart.lock deleted file mode 100644 index bc0369369fa..00000000000 --- a/incubator/neverwinternights-ee/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:07.984785896Z" diff --git a/incubator/neverwinternights-ee/0.0.29/Chart.yaml b/incubator/neverwinternights-ee/0.0.29/Chart.yaml deleted file mode 100644 index 6d53eed37a1..00000000000 --- a/incubator/neverwinternights-ee/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." -home: https://truecharts.org/docs/charts/incubator/neverwinternights-ee -icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png -keywords: - - neverwinternights-ee - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: neverwinternights-ee -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/neverwinternights-ee - - https://www.beamdog.com/games/neverwinter-nights-enhanced/ - - https://hub.docker.com/r/ich777/nwnee-server/ -type: application -version: 0.0.29 diff --git a/incubator/neverwinternights-ee/0.0.29/README.md b/incubator/neverwinternights-ee/0.0.29/README.md deleted file mode 100644 index bcb762f73ac..00000000000 --- a/incubator/neverwinternights-ee/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# neverwinternights-ee - -This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [neverwinternights-ee](https://truecharts.org/docs/charts/incubator/neverwinternights-ee) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `neverwinternights-ee` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install neverwinternights-ee TrueCharts/neverwinternights-ee -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `neverwinternights-ee` deployment - -```console -helm uninstall neverwinternights-ee -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install neverwinternights-ee \ - --set env.TZ="America/New York" \ - TrueCharts/neverwinternights-ee -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install neverwinternights-ee TrueCharts/neverwinternights-ee -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/neverwinternights-ee/0.0.29/charts/common-10.7.0.tgz b/incubator/neverwinternights-ee/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/neverwinternights-ee/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/neverwinternights-ee/0.0.30/CHANGELOG.md b/incubator/neverwinternights-ee/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4ffe1809bf9 --- /dev/null +++ b/incubator/neverwinternights-ee/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [neverwinternights-ee-0.0.30](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.29...neverwinternights-ee-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [neverwinternights-ee-0.0.29](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.28...neverwinternights-ee-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [neverwinternights-ee-0.0.28](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.27...neverwinternights-ee-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [neverwinternights-ee-0.0.28](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.27...neverwinternights-ee-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [neverwinternights-ee-0.0.27](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.26...neverwinternights-ee-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [neverwinternights-ee-0.0.26](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.25...neverwinternights-ee-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [neverwinternights-ee-0.0.25](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.24...neverwinternights-ee-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [neverwinternights-ee-0.0.24](https://github.com/truecharts/charts/compare/neverwinternights-ee-0.0.23...neverwinternights-ee-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/neverwinternights-ee/0.0.30/Chart.lock b/incubator/neverwinternights-ee/0.0.30/Chart.lock new file mode 100644 index 00000000000..98c1d18fbd5 --- /dev/null +++ b/incubator/neverwinternights-ee/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:23.356086895Z" diff --git a/incubator/neverwinternights-ee/0.0.30/Chart.yaml b/incubator/neverwinternights-ee/0.0.30/Chart.yaml new file mode 100644 index 00000000000..eeb3e434670 --- /dev/null +++ b/incubator/neverwinternights-ee/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated)." +home: https://truecharts.org/docs/charts/incubator/neverwinternights-ee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.png +keywords: + - neverwinternights-ee + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: neverwinternights-ee +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/neverwinternights-ee + - https://www.beamdog.com/games/neverwinter-nights-enhanced/ + - https://hub.docker.com/r/ich777/nwnee-server/ +type: application +version: 0.0.30 diff --git a/incubator/neverwinternights-ee/0.0.30/README.md b/incubator/neverwinternights-ee/0.0.30/README.md new file mode 100644 index 00000000000..bf462098ecf --- /dev/null +++ b/incubator/neverwinternights-ee/0.0.30/README.md @@ -0,0 +1,107 @@ +# neverwinternights-ee + +This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [neverwinternights-ee](https://truecharts.org/docs/charts/incubator/neverwinternights-ee) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `neverwinternights-ee` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install neverwinternights-ee TrueCharts/neverwinternights-ee +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `neverwinternights-ee` deployment + +```console +helm uninstall neverwinternights-ee +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install neverwinternights-ee \ + --set env.TZ="America/New York" \ + TrueCharts/neverwinternights-ee +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install neverwinternights-ee TrueCharts/neverwinternights-ee -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/neverwinternights-ee/0.0.29/app-readme.md b/incubator/neverwinternights-ee/0.0.30/app-readme.md similarity index 100% rename from incubator/neverwinternights-ee/0.0.29/app-readme.md rename to incubator/neverwinternights-ee/0.0.30/app-readme.md diff --git a/incubator/neverwinternights-ee/0.0.30/charts/common-10.7.1.tgz b/incubator/neverwinternights-ee/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/neverwinternights-ee/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/neverwinternights-ee/0.0.29/ix_values.yaml b/incubator/neverwinternights-ee/0.0.30/ix_values.yaml similarity index 100% rename from incubator/neverwinternights-ee/0.0.29/ix_values.yaml rename to incubator/neverwinternights-ee/0.0.30/ix_values.yaml diff --git a/incubator/neverwinternights-ee/0.0.29/questions.yaml b/incubator/neverwinternights-ee/0.0.30/questions.yaml similarity index 100% rename from incubator/neverwinternights-ee/0.0.29/questions.yaml rename to incubator/neverwinternights-ee/0.0.30/questions.yaml diff --git a/incubator/neverwinternights-ee/0.0.29/templates/common.yaml b/incubator/neverwinternights-ee/0.0.30/templates/common.yaml similarity index 100% rename from incubator/neverwinternights-ee/0.0.29/templates/common.yaml rename to incubator/neverwinternights-ee/0.0.30/templates/common.yaml diff --git a/incubator/neverwinternights-ee/0.0.29/values.yaml b/incubator/neverwinternights-ee/0.0.30/values.yaml similarity index 100% rename from incubator/neverwinternights-ee/0.0.29/values.yaml rename to incubator/neverwinternights-ee/0.0.30/values.yaml diff --git a/incubator/newyearcountdownclock/0.0.30/CHANGELOG.md b/incubator/newyearcountdownclock/0.0.30/CHANGELOG.md deleted file mode 100644 index f394e6bff97..00000000000 --- a/incubator/newyearcountdownclock/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [newyearcountdownclock-0.0.30](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.29...newyearcountdownclock-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [newyearcountdownclock-0.0.29](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.28...newyearcountdownclock-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [newyearcountdownclock-0.0.29](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.28...newyearcountdownclock-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [newyearcountdownclock-0.0.28](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.27...newyearcountdownclock-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [newyearcountdownclock-0.0.27](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.26...newyearcountdownclock-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [newyearcountdownclock-0.0.26](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.25...newyearcountdownclock-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [newyearcountdownclock-0.0.25](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.24...newyearcountdownclock-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [newyearcountdownclock-0.0.25](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.24...newyearcountdownclock-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/newyearcountdownclock/0.0.30/Chart.lock b/incubator/newyearcountdownclock/0.0.30/Chart.lock deleted file mode 100644 index 7a0c6de6aed..00000000000 --- a/incubator/newyearcountdownclock/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:08.746722329Z" diff --git a/incubator/newyearcountdownclock/0.0.30/Chart.yaml b/incubator/newyearcountdownclock/0.0.30/Chart.yaml deleted file mode 100644 index d1d35fb3a9d..00000000000 --- a/incubator/newyearcountdownclock/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Self Hosted, self contained New Year Countdown clock" -home: https://truecharts.org/docs/charts/incubator/newyearcountdownclock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png -keywords: - - newyearcountdownclock - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: newyearcountdownclock -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/newyearcountdownclock - - https://github.com/modem7/Docker-NewYearCountdown - - https://hub.docker.com/r/modem7/newyearcountdown -type: application -version: 0.0.30 diff --git a/incubator/newyearcountdownclock/0.0.30/README.md b/incubator/newyearcountdownclock/0.0.30/README.md deleted file mode 100644 index fe79062ae1a..00000000000 --- a/incubator/newyearcountdownclock/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# newyearcountdownclock - -Self Hosted, self contained New Year Countdown clock - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [newyearcountdownclock](https://truecharts.org/docs/charts/incubator/newyearcountdownclock) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `newyearcountdownclock` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install newyearcountdownclock TrueCharts/newyearcountdownclock -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `newyearcountdownclock` deployment - -```console -helm uninstall newyearcountdownclock -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install newyearcountdownclock \ - --set env.TZ="America/New York" \ - TrueCharts/newyearcountdownclock -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install newyearcountdownclock TrueCharts/newyearcountdownclock -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/newyearcountdownclock/0.0.30/charts/common-10.7.0.tgz b/incubator/newyearcountdownclock/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/newyearcountdownclock/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/newyearcountdownclock/0.0.31/CHANGELOG.md b/incubator/newyearcountdownclock/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..74753cb3b0a --- /dev/null +++ b/incubator/newyearcountdownclock/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [newyearcountdownclock-0.0.31](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.30...newyearcountdownclock-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [newyearcountdownclock-0.0.30](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.29...newyearcountdownclock-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [newyearcountdownclock-0.0.29](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.28...newyearcountdownclock-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [newyearcountdownclock-0.0.29](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.28...newyearcountdownclock-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [newyearcountdownclock-0.0.28](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.27...newyearcountdownclock-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [newyearcountdownclock-0.0.27](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.26...newyearcountdownclock-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [newyearcountdownclock-0.0.26](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.25...newyearcountdownclock-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [newyearcountdownclock-0.0.25](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.24...newyearcountdownclock-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [newyearcountdownclock-0.0.25](https://github.com/truecharts/charts/compare/newyearcountdownclock-0.0.24...newyearcountdownclock-0.0.25) (2022-09-21) diff --git a/incubator/newyearcountdownclock/0.0.31/Chart.lock b/incubator/newyearcountdownclock/0.0.31/Chart.lock new file mode 100644 index 00000000000..414603dbec1 --- /dev/null +++ b/incubator/newyearcountdownclock/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:31.703764467Z" diff --git a/incubator/newyearcountdownclock/0.0.31/Chart.yaml b/incubator/newyearcountdownclock/0.0.31/Chart.yaml new file mode 100644 index 00000000000..756c9cfcad9 --- /dev/null +++ b/incubator/newyearcountdownclock/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Self Hosted, self contained New Year Countdown clock" +home: https://truecharts.org/docs/charts/incubator/newyearcountdownclock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.png +keywords: + - newyearcountdownclock + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: newyearcountdownclock +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/newyearcountdownclock + - https://github.com/modem7/Docker-NewYearCountdown + - https://hub.docker.com/r/modem7/newyearcountdown +type: application +version: 0.0.31 diff --git a/incubator/newyearcountdownclock/0.0.31/README.md b/incubator/newyearcountdownclock/0.0.31/README.md new file mode 100644 index 00000000000..59f4ab48395 --- /dev/null +++ b/incubator/newyearcountdownclock/0.0.31/README.md @@ -0,0 +1,107 @@ +# newyearcountdownclock + +Self Hosted, self contained New Year Countdown clock + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [newyearcountdownclock](https://truecharts.org/docs/charts/incubator/newyearcountdownclock) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `newyearcountdownclock` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install newyearcountdownclock TrueCharts/newyearcountdownclock +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `newyearcountdownclock` deployment + +```console +helm uninstall newyearcountdownclock +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install newyearcountdownclock \ + --set env.TZ="America/New York" \ + TrueCharts/newyearcountdownclock +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install newyearcountdownclock TrueCharts/newyearcountdownclock -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/newyearcountdownclock/0.0.30/app-readme.md b/incubator/newyearcountdownclock/0.0.31/app-readme.md similarity index 100% rename from incubator/newyearcountdownclock/0.0.30/app-readme.md rename to incubator/newyearcountdownclock/0.0.31/app-readme.md diff --git a/incubator/newyearcountdownclock/0.0.31/charts/common-10.7.1.tgz b/incubator/newyearcountdownclock/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/newyearcountdownclock/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/newyearcountdownclock/0.0.30/ix_values.yaml b/incubator/newyearcountdownclock/0.0.31/ix_values.yaml similarity index 100% rename from incubator/newyearcountdownclock/0.0.30/ix_values.yaml rename to incubator/newyearcountdownclock/0.0.31/ix_values.yaml diff --git a/incubator/newyearcountdownclock/0.0.30/questions.yaml b/incubator/newyearcountdownclock/0.0.31/questions.yaml similarity index 100% rename from incubator/newyearcountdownclock/0.0.30/questions.yaml rename to incubator/newyearcountdownclock/0.0.31/questions.yaml diff --git a/incubator/newyearcountdownclock/0.0.30/templates/common.yaml b/incubator/newyearcountdownclock/0.0.31/templates/common.yaml similarity index 100% rename from incubator/newyearcountdownclock/0.0.30/templates/common.yaml rename to incubator/newyearcountdownclock/0.0.31/templates/common.yaml diff --git a/incubator/newyearcountdownclock/0.0.30/values.yaml b/incubator/newyearcountdownclock/0.0.31/values.yaml similarity index 100% rename from incubator/newyearcountdownclock/0.0.30/values.yaml rename to incubator/newyearcountdownclock/0.0.31/values.yaml diff --git a/incubator/nexus-oss/0.0.17/CHANGELOG.md b/incubator/nexus-oss/0.0.17/CHANGELOG.md deleted file mode 100644 index 3362d4811fd..00000000000 --- a/incubator/nexus-oss/0.0.17/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nexus-oss-0.0.17](https://github.com/truecharts/charts/compare/nexus-oss-0.0.16...nexus-oss-0.0.17) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nexus-oss-0.0.16](https://github.com/truecharts/charts/compare/nexus-oss-0.0.15...nexus-oss-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nexus-oss-0.0.16](https://github.com/truecharts/charts/compare/nexus-oss-0.0.15...nexus-oss-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nexus-oss-0.0.15](https://github.com/truecharts/charts/compare/nexus-oss-0.0.14...nexus-oss-0.0.15) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [nexus-oss-0.0.14](https://github.com/truecharts/charts/compare/nexus-oss-0.0.13...nexus-oss-0.0.14) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nexus-oss-0.0.13](https://github.com/truecharts/charts/compare/nexus-oss-0.0.12...nexus-oss-0.0.13) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nexus-oss-0.0.12](https://github.com/truecharts/charts/compare/nexus-oss-0.0.11...nexus-oss-0.0.12) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nexus-oss-0.0.12](https://github.com/truecharts/charts/compare/nexus-oss-0.0.11...nexus-oss-0.0.12) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/nexus-oss/0.0.17/Chart.lock b/incubator/nexus-oss/0.0.17/Chart.lock deleted file mode 100644 index e0c41ce00c5..00000000000 --- a/incubator/nexus-oss/0.0.17/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:12.323714174Z" diff --git a/incubator/nexus-oss/0.0.17/Chart.yaml b/incubator/nexus-oss/0.0.17/Chart.yaml deleted file mode 100644 index e212e738aec..00000000000 --- a/incubator/nexus-oss/0.0.17/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "3.42.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Sonatype Nexus open source is a artifact repository manager" -home: https://truecharts.org/docs/charts/incubator/nexus-oss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png -keywords: - - nexus-oss - - productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nexus-oss -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/nexus-oss - - https://hub.docker.com/r/sonatype/nexus3 -type: application -version: 0.0.17 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity diff --git a/incubator/nexus-oss/0.0.17/README.md b/incubator/nexus-oss/0.0.17/README.md deleted file mode 100644 index 910a9cd8228..00000000000 --- a/incubator/nexus-oss/0.0.17/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# nexus-oss - -Sonatype Nexus open source is a artifact repository manager - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nexus-oss](https://truecharts.org/docs/charts/incubator/nexus-oss) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nexus-oss` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nexus-oss TrueCharts/nexus-oss -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nexus-oss` deployment - -```console -helm uninstall nexus-oss -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nexus-oss \ - --set env.TZ="America/New York" \ - TrueCharts/nexus-oss -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nexus-oss TrueCharts/nexus-oss -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/nexus-oss/0.0.17/charts/common-10.7.0.tgz b/incubator/nexus-oss/0.0.17/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/nexus-oss/0.0.17/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/nexus-oss/0.0.18/CHANGELOG.md b/incubator/nexus-oss/0.0.18/CHANGELOG.md new file mode 100644 index 00000000000..76b3532883a --- /dev/null +++ b/incubator/nexus-oss/0.0.18/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nexus-oss-0.0.18](https://github.com/truecharts/charts/compare/nexus-oss-0.0.17...nexus-oss-0.0.18) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nexus-oss-0.0.17](https://github.com/truecharts/charts/compare/nexus-oss-0.0.16...nexus-oss-0.0.17) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nexus-oss-0.0.16](https://github.com/truecharts/charts/compare/nexus-oss-0.0.15...nexus-oss-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nexus-oss-0.0.16](https://github.com/truecharts/charts/compare/nexus-oss-0.0.15...nexus-oss-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nexus-oss-0.0.15](https://github.com/truecharts/charts/compare/nexus-oss-0.0.14...nexus-oss-0.0.15) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [nexus-oss-0.0.14](https://github.com/truecharts/charts/compare/nexus-oss-0.0.13...nexus-oss-0.0.14) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nexus-oss-0.0.13](https://github.com/truecharts/charts/compare/nexus-oss-0.0.12...nexus-oss-0.0.13) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nexus-oss-0.0.12](https://github.com/truecharts/charts/compare/nexus-oss-0.0.11...nexus-oss-0.0.12) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/nexus-oss/0.0.18/Chart.lock b/incubator/nexus-oss/0.0.18/Chart.lock new file mode 100644 index 00000000000..c4411e1340d --- /dev/null +++ b/incubator/nexus-oss/0.0.18/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:38.36123507Z" diff --git a/incubator/nexus-oss/0.0.18/Chart.yaml b/incubator/nexus-oss/0.0.18/Chart.yaml new file mode 100644 index 00000000000..cb51a39a06b --- /dev/null +++ b/incubator/nexus-oss/0.0.18/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "3.42.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Sonatype Nexus open source is a artifact repository manager" +home: https://truecharts.org/docs/charts/incubator/nexus-oss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.png +keywords: + - nexus-oss + - productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nexus-oss +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nexus-oss + - https://hub.docker.com/r/sonatype/nexus3 +type: application +version: 0.0.18 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - productivity diff --git a/incubator/nexus-oss/0.0.18/README.md b/incubator/nexus-oss/0.0.18/README.md new file mode 100644 index 00000000000..01e7958eefa --- /dev/null +++ b/incubator/nexus-oss/0.0.18/README.md @@ -0,0 +1,106 @@ +# nexus-oss + +Sonatype Nexus open source is a artifact repository manager + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nexus-oss](https://truecharts.org/docs/charts/incubator/nexus-oss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nexus-oss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nexus-oss TrueCharts/nexus-oss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nexus-oss` deployment + +```console +helm uninstall nexus-oss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nexus-oss \ + --set env.TZ="America/New York" \ + TrueCharts/nexus-oss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nexus-oss TrueCharts/nexus-oss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nexus-oss/0.0.17/app-readme.md b/incubator/nexus-oss/0.0.18/app-readme.md similarity index 100% rename from incubator/nexus-oss/0.0.17/app-readme.md rename to incubator/nexus-oss/0.0.18/app-readme.md diff --git a/incubator/nexus-oss/0.0.18/charts/common-10.7.1.tgz b/incubator/nexus-oss/0.0.18/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/nexus-oss/0.0.18/charts/common-10.7.1.tgz differ diff --git a/incubator/nexus-oss/0.0.17/ix_values.yaml b/incubator/nexus-oss/0.0.18/ix_values.yaml similarity index 100% rename from incubator/nexus-oss/0.0.17/ix_values.yaml rename to incubator/nexus-oss/0.0.18/ix_values.yaml diff --git a/incubator/nexus-oss/0.0.17/questions.yaml b/incubator/nexus-oss/0.0.18/questions.yaml similarity index 100% rename from incubator/nexus-oss/0.0.17/questions.yaml rename to incubator/nexus-oss/0.0.18/questions.yaml diff --git a/incubator/nexus-oss/0.0.17/templates/common.yaml b/incubator/nexus-oss/0.0.18/templates/common.yaml similarity index 100% rename from incubator/nexus-oss/0.0.17/templates/common.yaml rename to incubator/nexus-oss/0.0.18/templates/common.yaml diff --git a/incubator/nexus-oss/0.0.17/values.yaml b/incubator/nexus-oss/0.0.18/values.yaml similarity index 100% rename from incubator/nexus-oss/0.0.17/values.yaml rename to incubator/nexus-oss/0.0.18/values.yaml diff --git a/incubator/nginx-proxy-manager/0.0.2/CHANGELOG.md b/incubator/nginx-proxy-manager/0.0.2/CHANGELOG.md deleted file mode 100644 index 75cc80eefa2..00000000000 --- a/incubator/nginx-proxy-manager/0.0.2/CHANGELOG.md +++ /dev/null @@ -1,19 +0,0 @@ -# Changelog - - - -## [nginx-proxy-manager-0.0.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-0.0.1...nginx-proxy-manager-0.0.2) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [nginx-proxy-manager-0.0.1]nginx-proxy-manager-0.0.1 (2022-10-16) - -### Add - -- add nginx-proxy-manager ([#4112](https://github.com/truecharts/charts/issues/4112)) diff --git a/incubator/nginx-proxy-manager/0.0.2/Chart.lock b/incubator/nginx-proxy-manager/0.0.2/Chart.lock deleted file mode 100644 index c248369328d..00000000000 --- a/incubator/nginx-proxy-manager/0.0.2/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-17T06:01:59.719138925Z" diff --git a/incubator/nginx-proxy-manager/0.0.2/Chart.yaml b/incubator/nginx-proxy-manager/0.0.2/Chart.yaml deleted file mode 100644 index 4bd41d106ca..00000000000 --- a/incubator/nginx-proxy-manager/0.0.2/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "2.9.18" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -deprecated: false -description: Managing Nginx proxy hosts with a simple, powerful interface. -home: https://truecharts.org/docs/charts/incubator/nginx-proxy-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png -keywords: - - nginx-proxy-manager - - nginx - - reverse-proxy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nginx-proxy-manager -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/nginx-proxy-manager - - https://github.com/NginxProxyManager/nginx-proxy-manager - - https://hub.docker.com/r/jc21/nginx-proxy-manager - - https://nginxproxymanager.com/ -type: application -version: 0.0.2 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/nginx-proxy-manager/0.0.2/README.md b/incubator/nginx-proxy-manager/0.0.2/README.md deleted file mode 100644 index 97f01c176d2..00000000000 --- a/incubator/nginx-proxy-manager/0.0.2/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# nginx-proxy-manager - -Managing Nginx proxy hosts with a simple, powerful interface. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nginx-proxy-manager](https://truecharts.org/docs/charts/incubator/nginx-proxy-manager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nginx-proxy-manager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nginx-proxy-manager` deployment - -```console -helm uninstall nginx-proxy-manager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nginx-proxy-manager \ - --set env.TZ="America/New York" \ - TrueCharts/nginx-proxy-manager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/nginx-proxy-manager/0.0.2/charts/common-10.7.0.tgz b/incubator/nginx-proxy-manager/0.0.2/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/nginx-proxy-manager/0.0.2/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/nginx-proxy-manager/0.0.2/charts/mariadb-3.0.92.tgz b/incubator/nginx-proxy-manager/0.0.2/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/incubator/nginx-proxy-manager/0.0.2/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/incubator/nginx-proxy-manager/0.0.3/CHANGELOG.md b/incubator/nginx-proxy-manager/0.0.3/CHANGELOG.md new file mode 100644 index 00000000000..1fce625ac9f --- /dev/null +++ b/incubator/nginx-proxy-manager/0.0.3/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + + + +## [nginx-proxy-manager-0.0.3](https://github.com/truecharts/charts/compare/nginx-proxy-manager-0.0.2...nginx-proxy-manager-0.0.3) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nginx-proxy-manager-0.0.2](https://github.com/truecharts/charts/compare/nginx-proxy-manager-0.0.1...nginx-proxy-manager-0.0.2) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [nginx-proxy-manager-0.0.1]nginx-proxy-manager-0.0.1 (2022-10-16) + +### Add + +- add nginx-proxy-manager ([#4112](https://github.com/truecharts/charts/issues/4112)) diff --git a/incubator/nginx-proxy-manager/0.0.3/Chart.lock b/incubator/nginx-proxy-manager/0.0.3/Chart.lock new file mode 100644 index 00000000000..8a6cccb0f03 --- /dev/null +++ b/incubator/nginx-proxy-manager/0.0.3/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T12:33:55.827124984Z" diff --git a/incubator/nginx-proxy-manager/0.0.3/Chart.yaml b/incubator/nginx-proxy-manager/0.0.3/Chart.yaml new file mode 100644 index 00000000000..49367f660ec --- /dev/null +++ b/incubator/nginx-proxy-manager/0.0.3/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "2.9.18" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +deprecated: false +description: Managing Nginx proxy hosts with a simple, powerful interface. +home: https://truecharts.org/docs/charts/incubator/nginx-proxy-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png +keywords: + - nginx-proxy-manager + - nginx + - reverse-proxy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nginx-proxy-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nginx-proxy-manager + - https://github.com/NginxProxyManager/nginx-proxy-manager + - https://hub.docker.com/r/jc21/nginx-proxy-manager + - https://nginxproxymanager.com/ +type: application +version: 0.0.3 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/nginx-proxy-manager/0.0.3/README.md b/incubator/nginx-proxy-manager/0.0.3/README.md new file mode 100644 index 00000000000..2bb9f179ffd --- /dev/null +++ b/incubator/nginx-proxy-manager/0.0.3/README.md @@ -0,0 +1,109 @@ +# nginx-proxy-manager + +Managing Nginx proxy hosts with a simple, powerful interface. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nginx-proxy-manager](https://truecharts.org/docs/charts/incubator/nginx-proxy-manager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nginx-proxy-manager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nginx-proxy-manager` deployment + +```console +helm uninstall nginx-proxy-manager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nginx-proxy-manager \ + --set env.TZ="America/New York" \ + TrueCharts/nginx-proxy-manager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nginx-proxy-manager TrueCharts/nginx-proxy-manager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nginx-proxy-manager/0.0.2/app-readme.md b/incubator/nginx-proxy-manager/0.0.3/app-readme.md similarity index 100% rename from incubator/nginx-proxy-manager/0.0.2/app-readme.md rename to incubator/nginx-proxy-manager/0.0.3/app-readme.md diff --git a/incubator/nginx-proxy-manager/0.0.3/charts/common-10.7.1.tgz b/incubator/nginx-proxy-manager/0.0.3/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/nginx-proxy-manager/0.0.3/charts/common-10.7.1.tgz differ diff --git a/incubator/nginx-proxy-manager/0.0.3/charts/mariadb-3.0.95.tgz b/incubator/nginx-proxy-manager/0.0.3/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/incubator/nginx-proxy-manager/0.0.3/charts/mariadb-3.0.95.tgz differ diff --git a/incubator/nginx-proxy-manager/0.0.2/ix_values.yaml b/incubator/nginx-proxy-manager/0.0.3/ix_values.yaml similarity index 100% rename from incubator/nginx-proxy-manager/0.0.2/ix_values.yaml rename to incubator/nginx-proxy-manager/0.0.3/ix_values.yaml diff --git a/incubator/nginx-proxy-manager/0.0.2/questions.yaml b/incubator/nginx-proxy-manager/0.0.3/questions.yaml similarity index 100% rename from incubator/nginx-proxy-manager/0.0.2/questions.yaml rename to incubator/nginx-proxy-manager/0.0.3/questions.yaml diff --git a/incubator/nginx-proxy-manager/0.0.2/templates/common.yaml b/incubator/nginx-proxy-manager/0.0.3/templates/common.yaml similarity index 100% rename from incubator/nginx-proxy-manager/0.0.2/templates/common.yaml rename to incubator/nginx-proxy-manager/0.0.3/templates/common.yaml diff --git a/incubator/nginx-proxy-manager/0.0.2/values.yaml b/incubator/nginx-proxy-manager/0.0.3/values.yaml similarity index 100% rename from incubator/nginx-proxy-manager/0.0.2/values.yaml rename to incubator/nginx-proxy-manager/0.0.3/values.yaml diff --git a/incubator/nightscout/0.0.29/CHANGELOG.md b/incubator/nightscout/0.0.29/CHANGELOG.md deleted file mode 100644 index f9e5ae3a21b..00000000000 --- a/incubator/nightscout/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nightscout-0.0.29](https://github.com/truecharts/charts/compare/nightscout-0.0.28...nightscout-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nightscout-0.0.28](https://github.com/truecharts/charts/compare/nightscout-0.0.27...nightscout-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nightscout-0.0.28](https://github.com/truecharts/charts/compare/nightscout-0.0.27...nightscout-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nightscout-0.0.27](https://github.com/truecharts/charts/compare/nightscout-0.0.26...nightscout-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nightscout-0.0.26](https://github.com/truecharts/charts/compare/nightscout-0.0.25...nightscout-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nightscout-0.0.25](https://github.com/truecharts/charts/compare/nightscout-0.0.24...nightscout-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nightscout-0.0.24](https://github.com/truecharts/charts/compare/nightscout-0.0.23...nightscout-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nightscout-0.0.24](https://github.com/truecharts/charts/compare/nightscout-0.0.23...nightscout-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/nightscout/0.0.29/Chart.lock b/incubator/nightscout/0.0.29/Chart.lock deleted file mode 100644 index fa21222e3c4..00000000000 --- a/incubator/nightscout/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:15.690418367Z" diff --git a/incubator/nightscout/0.0.29/Chart.yaml b/incubator/nightscout/0.0.29/Chart.yaml deleted file mode 100644 index 5fd8ededd64..00000000000 --- a/incubator/nightscout/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics." -home: https://truecharts.org/docs/charts/incubator/nightscout -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png -keywords: - - nightscout - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nightscout -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/nightscout - - https://github.com/nightscout/cgm-remote-monitor - - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis -type: application -version: 0.0.29 diff --git a/incubator/nightscout/0.0.29/README.md b/incubator/nightscout/0.0.29/README.md deleted file mode 100644 index 1a51790c359..00000000000 --- a/incubator/nightscout/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# nightscout - -Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nightscout](https://truecharts.org/docs/charts/incubator/nightscout) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nightscout` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nightscout TrueCharts/nightscout -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nightscout` deployment - -```console -helm uninstall nightscout -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nightscout \ - --set env.TZ="America/New York" \ - TrueCharts/nightscout -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nightscout TrueCharts/nightscout -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/nightscout/0.0.29/charts/common-10.7.0.tgz b/incubator/nightscout/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/nightscout/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/nightscout/0.0.30/CHANGELOG.md b/incubator/nightscout/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b23eeea2613 --- /dev/null +++ b/incubator/nightscout/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nightscout-0.0.30](https://github.com/truecharts/charts/compare/nightscout-0.0.29...nightscout-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nightscout-0.0.29](https://github.com/truecharts/charts/compare/nightscout-0.0.28...nightscout-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nightscout-0.0.28](https://github.com/truecharts/charts/compare/nightscout-0.0.27...nightscout-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nightscout-0.0.28](https://github.com/truecharts/charts/compare/nightscout-0.0.27...nightscout-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nightscout-0.0.27](https://github.com/truecharts/charts/compare/nightscout-0.0.26...nightscout-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nightscout-0.0.26](https://github.com/truecharts/charts/compare/nightscout-0.0.25...nightscout-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nightscout-0.0.25](https://github.com/truecharts/charts/compare/nightscout-0.0.24...nightscout-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nightscout-0.0.24](https://github.com/truecharts/charts/compare/nightscout-0.0.23...nightscout-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/nightscout/0.0.30/Chart.lock b/incubator/nightscout/0.0.30/Chart.lock new file mode 100644 index 00000000000..5b0000ba502 --- /dev/null +++ b/incubator/nightscout/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:33:55.269548826Z" diff --git a/incubator/nightscout/0.0.30/Chart.yaml b/incubator/nightscout/0.0.30/Chart.yaml new file mode 100644 index 00000000000..aed36137230 --- /dev/null +++ b/incubator/nightscout/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics." +home: https://truecharts.org/docs/charts/incubator/nightscout +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.png +keywords: + - nightscout + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nightscout +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nightscout + - https://github.com/nightscout/cgm-remote-monitor + - https://registry.hub.docker.com/r/nightscout/cgm-remote-monitor-travis +type: application +version: 0.0.30 diff --git a/incubator/nightscout/0.0.30/README.md b/incubator/nightscout/0.0.30/README.md new file mode 100644 index 00000000000..a1c23fd9c75 --- /dev/null +++ b/incubator/nightscout/0.0.30/README.md @@ -0,0 +1,107 @@ +# nightscout + +Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nightscout](https://truecharts.org/docs/charts/incubator/nightscout) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nightscout` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nightscout TrueCharts/nightscout +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nightscout` deployment + +```console +helm uninstall nightscout +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nightscout \ + --set env.TZ="America/New York" \ + TrueCharts/nightscout +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nightscout TrueCharts/nightscout -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nightscout/0.0.29/app-readme.md b/incubator/nightscout/0.0.30/app-readme.md similarity index 100% rename from incubator/nightscout/0.0.29/app-readme.md rename to incubator/nightscout/0.0.30/app-readme.md diff --git a/incubator/nightscout/0.0.30/charts/common-10.7.1.tgz b/incubator/nightscout/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/nightscout/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/nightscout/0.0.29/ix_values.yaml b/incubator/nightscout/0.0.30/ix_values.yaml similarity index 100% rename from incubator/nightscout/0.0.29/ix_values.yaml rename to incubator/nightscout/0.0.30/ix_values.yaml diff --git a/incubator/nightscout/0.0.29/questions.yaml b/incubator/nightscout/0.0.30/questions.yaml similarity index 100% rename from incubator/nightscout/0.0.29/questions.yaml rename to incubator/nightscout/0.0.30/questions.yaml diff --git a/incubator/nightscout/0.0.29/templates/common.yaml b/incubator/nightscout/0.0.30/templates/common.yaml similarity index 100% rename from incubator/nightscout/0.0.29/templates/common.yaml rename to incubator/nightscout/0.0.30/templates/common.yaml diff --git a/incubator/nightscout/0.0.29/values.yaml b/incubator/nightscout/0.0.30/values.yaml similarity index 100% rename from incubator/nightscout/0.0.29/values.yaml rename to incubator/nightscout/0.0.30/values.yaml diff --git a/incubator/noisedash/0.0.4/CHANGELOG.md b/incubator/noisedash/0.0.4/CHANGELOG.md deleted file mode 100644 index 6ad3276ff39..00000000000 --- a/incubator/noisedash/0.0.4/CHANGELOG.md +++ /dev/null @@ -1,52 +0,0 @@ -# Changelog - - - -## [noisedash-0.0.4](https://github.com/truecharts/charts/compare/noisedash-0.0.3...noisedash-0.0.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [noisedash-0.0.3](https://github.com/truecharts/charts/compare/noisedash-0.0.2...noisedash-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [noisedash-0.0.3](https://github.com/truecharts/charts/compare/noisedash-0.0.2...noisedash-0.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [noisedash-0.0.2](https://github.com/truecharts/charts/compare/noisedash-0.0.1...noisedash-0.0.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [noisedash-0.0.1]noisedash-0.0.1 (2022-09-28) - -### Feat - -- add noisedash ([#3931](https://github.com/truecharts/charts/issues/3931)) diff --git a/incubator/noisedash/0.0.4/Chart.lock b/incubator/noisedash/0.0.4/Chart.lock deleted file mode 100644 index aa6add411e4..00000000000 --- a/incubator/noisedash/0.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:38.073915179Z" diff --git a/incubator/noisedash/0.0.4/Chart.yaml b/incubator/noisedash/0.0.4/Chart.yaml deleted file mode 100644 index 89cec7ddc43..00000000000 --- a/incubator/noisedash/0.0.4/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "0.6.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Self-hosted web tool for generating ambient noises -home: https://truecharts.org/docs/charts/incubator/noisedash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png -keywords: - - noise -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: noisedash -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash - - https://github.com/kaythomas0/noisedash -version: 0.0.4 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/noisedash/0.0.4/README.md b/incubator/noisedash/0.0.4/README.md deleted file mode 100644 index aa36549c784..00000000000 --- a/incubator/noisedash/0.0.4/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# noisedash - -Self-hosted web tool for generating ambient noises - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [noisedash](https://truecharts.org/docs/charts/incubator/noisedash) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `noisedash` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install noisedash TrueCharts/noisedash -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `noisedash` deployment - -```console -helm uninstall noisedash -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install noisedash \ - --set env.TZ="America/New York" \ - TrueCharts/noisedash -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install noisedash TrueCharts/noisedash -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/noisedash/0.0.4/charts/common-10.7.0.tgz b/incubator/noisedash/0.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/noisedash/0.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/noisedash/0.0.5/CHANGELOG.md b/incubator/noisedash/0.0.5/CHANGELOG.md new file mode 100644 index 00000000000..e319ad574b9 --- /dev/null +++ b/incubator/noisedash/0.0.5/CHANGELOG.md @@ -0,0 +1,62 @@ +# Changelog + + + +## [noisedash-0.0.5](https://github.com/truecharts/charts/compare/noisedash-0.0.4...noisedash-0.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [noisedash-0.0.4](https://github.com/truecharts/charts/compare/noisedash-0.0.3...noisedash-0.0.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [noisedash-0.0.3](https://github.com/truecharts/charts/compare/noisedash-0.0.2...noisedash-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [noisedash-0.0.3](https://github.com/truecharts/charts/compare/noisedash-0.0.2...noisedash-0.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [noisedash-0.0.2](https://github.com/truecharts/charts/compare/noisedash-0.0.1...noisedash-0.0.2) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [noisedash-0.0.1]noisedash-0.0.1 (2022-09-28) + +### Feat + +- add noisedash ([#3931](https://github.com/truecharts/charts/issues/3931)) diff --git a/incubator/noisedash/0.0.5/Chart.lock b/incubator/noisedash/0.0.5/Chart.lock new file mode 100644 index 00000000000..58550da951e --- /dev/null +++ b/incubator/noisedash/0.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:02.373614654Z" diff --git a/incubator/noisedash/0.0.5/Chart.yaml b/incubator/noisedash/0.0.5/Chart.yaml new file mode 100644 index 00000000000..e53512144a3 --- /dev/null +++ b/incubator/noisedash/0.0.5/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "0.6.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Self-hosted web tool for generating ambient noises +home: https://truecharts.org/docs/charts/incubator/noisedash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png +keywords: + - noise +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: noisedash +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash + - https://github.com/kaythomas0/noisedash +version: 0.0.5 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/noisedash/0.0.5/README.md b/incubator/noisedash/0.0.5/README.md new file mode 100644 index 00000000000..968c8275694 --- /dev/null +++ b/incubator/noisedash/0.0.5/README.md @@ -0,0 +1,106 @@ +# noisedash + +Self-hosted web tool for generating ambient noises + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [noisedash](https://truecharts.org/docs/charts/incubator/noisedash) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `noisedash` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install noisedash TrueCharts/noisedash +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `noisedash` deployment + +```console +helm uninstall noisedash +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install noisedash \ + --set env.TZ="America/New York" \ + TrueCharts/noisedash +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install noisedash TrueCharts/noisedash -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/noisedash/0.0.4/app-readme.md b/incubator/noisedash/0.0.5/app-readme.md similarity index 100% rename from incubator/noisedash/0.0.4/app-readme.md rename to incubator/noisedash/0.0.5/app-readme.md diff --git a/incubator/noisedash/0.0.5/charts/common-10.7.1.tgz b/incubator/noisedash/0.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/noisedash/0.0.5/charts/common-10.7.1.tgz differ diff --git a/incubator/noisedash/0.0.4/ix_values.yaml b/incubator/noisedash/0.0.5/ix_values.yaml similarity index 100% rename from incubator/noisedash/0.0.4/ix_values.yaml rename to incubator/noisedash/0.0.5/ix_values.yaml diff --git a/incubator/noisedash/0.0.4/questions.yaml b/incubator/noisedash/0.0.5/questions.yaml similarity index 100% rename from incubator/noisedash/0.0.4/questions.yaml rename to incubator/noisedash/0.0.5/questions.yaml diff --git a/incubator/noisedash/0.0.4/templates/_configmap.tpl b/incubator/noisedash/0.0.5/templates/_configmap.tpl similarity index 100% rename from incubator/noisedash/0.0.4/templates/_configmap.tpl rename to incubator/noisedash/0.0.5/templates/_configmap.tpl diff --git a/incubator/noisedash/0.0.4/templates/common.yaml b/incubator/noisedash/0.0.5/templates/common.yaml similarity index 100% rename from incubator/noisedash/0.0.4/templates/common.yaml rename to incubator/noisedash/0.0.5/templates/common.yaml diff --git a/incubator/noisedash/0.0.4/values.yaml b/incubator/noisedash/0.0.5/values.yaml similarity index 100% rename from incubator/noisedash/0.0.4/values.yaml rename to incubator/noisedash/0.0.5/values.yaml diff --git a/incubator/nosqlclient/0.0.29/CHANGELOG.md b/incubator/nosqlclient/0.0.29/CHANGELOG.md deleted file mode 100644 index aacd2c302e2..00000000000 --- a/incubator/nosqlclient/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nosqlclient-0.0.29](https://github.com/truecharts/charts/compare/nosqlclient-0.0.28...nosqlclient-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nosqlclient-0.0.28](https://github.com/truecharts/charts/compare/nosqlclient-0.0.27...nosqlclient-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nosqlclient-0.0.28](https://github.com/truecharts/charts/compare/nosqlclient-0.0.27...nosqlclient-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nosqlclient-0.0.27](https://github.com/truecharts/charts/compare/nosqlclient-0.0.26...nosqlclient-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nosqlclient-0.0.26](https://github.com/truecharts/charts/compare/nosqlclient-0.0.25...nosqlclient-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nosqlclient-0.0.25](https://github.com/truecharts/charts/compare/nosqlclient-0.0.24...nosqlclient-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nosqlclient-0.0.24](https://github.com/truecharts/charts/compare/nosqlclient-0.0.23...nosqlclient-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nosqlclient-0.0.24](https://github.com/truecharts/charts/compare/nosqlclient-0.0.23...nosqlclient-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/nosqlclient/0.0.29/Chart.lock b/incubator/nosqlclient/0.0.29/Chart.lock deleted file mode 100644 index f914a0178a7..00000000000 --- a/incubator/nosqlclient/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:38.10964905Z" diff --git a/incubator/nosqlclient/0.0.29/Chart.yaml b/incubator/nosqlclient/0.0.29/Chart.yaml deleted file mode 100644 index e950c28b216..00000000000 --- a/incubator/nosqlclient/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient -home: https://truecharts.org/docs/charts/incubator/nosqlclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png -keywords: - - nosqlclient - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nosqlclient -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/nosqlclient - - https://github.com/nosqlclient/nosqlclient - - https://hub.docker.com/r/mongoclient/mongoclient/ -type: application -version: 0.0.29 diff --git a/incubator/nosqlclient/0.0.29/README.md b/incubator/nosqlclient/0.0.29/README.md deleted file mode 100644 index 29025c5f227..00000000000 --- a/incubator/nosqlclient/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# nosqlclient - -Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nosqlclient](https://truecharts.org/docs/charts/incubator/nosqlclient) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nosqlclient` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nosqlclient TrueCharts/nosqlclient -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nosqlclient` deployment - -```console -helm uninstall nosqlclient -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nosqlclient \ - --set env.TZ="America/New York" \ - TrueCharts/nosqlclient -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nosqlclient TrueCharts/nosqlclient -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/nosqlclient/0.0.29/charts/common-10.7.0.tgz b/incubator/nosqlclient/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/nosqlclient/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/nosqlclient/0.0.30/CHANGELOG.md b/incubator/nosqlclient/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d98768262b5 --- /dev/null +++ b/incubator/nosqlclient/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nosqlclient-0.0.30](https://github.com/truecharts/charts/compare/nosqlclient-0.0.29...nosqlclient-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nosqlclient-0.0.29](https://github.com/truecharts/charts/compare/nosqlclient-0.0.28...nosqlclient-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nosqlclient-0.0.28](https://github.com/truecharts/charts/compare/nosqlclient-0.0.27...nosqlclient-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nosqlclient-0.0.28](https://github.com/truecharts/charts/compare/nosqlclient-0.0.27...nosqlclient-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nosqlclient-0.0.27](https://github.com/truecharts/charts/compare/nosqlclient-0.0.26...nosqlclient-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nosqlclient-0.0.26](https://github.com/truecharts/charts/compare/nosqlclient-0.0.25...nosqlclient-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nosqlclient-0.0.25](https://github.com/truecharts/charts/compare/nosqlclient-0.0.24...nosqlclient-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nosqlclient-0.0.24](https://github.com/truecharts/charts/compare/nosqlclient-0.0.23...nosqlclient-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/nosqlclient/0.0.30/Chart.lock b/incubator/nosqlclient/0.0.30/Chart.lock new file mode 100644 index 00000000000..ddb4e0c04dc --- /dev/null +++ b/incubator/nosqlclient/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:10.104157411Z" diff --git a/incubator/nosqlclient/0.0.30/Chart.yaml b/incubator/nosqlclient/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1a94d40c594 --- /dev/null +++ b/incubator/nosqlclient/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient +home: https://truecharts.org/docs/charts/incubator/nosqlclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.png +keywords: + - nosqlclient + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nosqlclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/nosqlclient + - https://github.com/nosqlclient/nosqlclient + - https://hub.docker.com/r/mongoclient/mongoclient/ +type: application +version: 0.0.30 diff --git a/incubator/nosqlclient/0.0.30/README.md b/incubator/nosqlclient/0.0.30/README.md new file mode 100644 index 00000000000..64c79fab797 --- /dev/null +++ b/incubator/nosqlclient/0.0.30/README.md @@ -0,0 +1,107 @@ +# nosqlclient + +Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nosqlclient](https://truecharts.org/docs/charts/incubator/nosqlclient) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nosqlclient` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nosqlclient TrueCharts/nosqlclient +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nosqlclient` deployment + +```console +helm uninstall nosqlclient +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nosqlclient \ + --set env.TZ="America/New York" \ + TrueCharts/nosqlclient +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nosqlclient TrueCharts/nosqlclient -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/nosqlclient/0.0.29/app-readme.md b/incubator/nosqlclient/0.0.30/app-readme.md similarity index 100% rename from incubator/nosqlclient/0.0.29/app-readme.md rename to incubator/nosqlclient/0.0.30/app-readme.md diff --git a/incubator/nosqlclient/0.0.30/charts/common-10.7.1.tgz b/incubator/nosqlclient/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/nosqlclient/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/nosqlclient/0.0.29/ix_values.yaml b/incubator/nosqlclient/0.0.30/ix_values.yaml similarity index 100% rename from incubator/nosqlclient/0.0.29/ix_values.yaml rename to incubator/nosqlclient/0.0.30/ix_values.yaml diff --git a/incubator/nosqlclient/0.0.29/questions.yaml b/incubator/nosqlclient/0.0.30/questions.yaml similarity index 100% rename from incubator/nosqlclient/0.0.29/questions.yaml rename to incubator/nosqlclient/0.0.30/questions.yaml diff --git a/incubator/nosqlclient/0.0.29/templates/common.yaml b/incubator/nosqlclient/0.0.30/templates/common.yaml similarity index 100% rename from incubator/nosqlclient/0.0.29/templates/common.yaml rename to incubator/nosqlclient/0.0.30/templates/common.yaml diff --git a/incubator/nosqlclient/0.0.29/values.yaml b/incubator/nosqlclient/0.0.30/values.yaml similarity index 100% rename from incubator/nosqlclient/0.0.29/values.yaml rename to incubator/nosqlclient/0.0.30/values.yaml diff --git a/incubator/notarius/0.0.29/CHANGELOG.md b/incubator/notarius/0.0.29/CHANGELOG.md deleted file mode 100644 index 36f7bb4225b..00000000000 --- a/incubator/notarius/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [notarius-0.0.29](https://github.com/truecharts/charts/compare/notarius-0.0.28...notarius-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [notarius-0.0.28](https://github.com/truecharts/charts/compare/notarius-0.0.27...notarius-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [notarius-0.0.28](https://github.com/truecharts/charts/compare/notarius-0.0.27...notarius-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [notarius-0.0.27](https://github.com/truecharts/charts/compare/notarius-0.0.26...notarius-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [notarius-0.0.26](https://github.com/truecharts/charts/compare/notarius-0.0.25...notarius-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [notarius-0.0.25](https://github.com/truecharts/charts/compare/notarius-0.0.24...notarius-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [notarius-0.0.24](https://github.com/truecharts/charts/compare/notarius-0.0.23...notarius-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [notarius-0.0.24](https://github.com/truecharts/charts/compare/notarius-0.0.23...notarius-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/notarius/0.0.29/Chart.lock b/incubator/notarius/0.0.29/Chart.lock deleted file mode 100644 index 886376119b4..00000000000 --- a/incubator/notarius/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:41.14803776Z" diff --git a/incubator/notarius/0.0.29/Chart.yaml b/incubator/notarius/0.0.29/Chart.yaml deleted file mode 100644 index 532f7416e10..00000000000 --- a/incubator/notarius/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "" -home: https://truecharts.org/docs/charts/incubator/notarius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png -keywords: - - notarius - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: notarius -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/notarius - - https://github.com/agusalex/Notarius - - https://hub.docker.com/r/agusalex/Notarius -type: application -version: 0.0.29 diff --git a/incubator/notarius/0.0.29/README.md b/incubator/notarius/0.0.29/README.md deleted file mode 100644 index 245fc8bf08b..00000000000 --- a/incubator/notarius/0.0.29/README.md +++ /dev/null @@ -1,105 +0,0 @@ -# notarius - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [notarius](https://truecharts.org/docs/charts/incubator/notarius) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `notarius` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install notarius TrueCharts/notarius -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `notarius` deployment - -```console -helm uninstall notarius -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install notarius \ - --set env.TZ="America/New York" \ - TrueCharts/notarius -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install notarius TrueCharts/notarius -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/notarius/0.0.29/charts/common-10.7.0.tgz b/incubator/notarius/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/notarius/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/notarius/0.0.30/CHANGELOG.md b/incubator/notarius/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..90ffaf5561a --- /dev/null +++ b/incubator/notarius/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [notarius-0.0.30](https://github.com/truecharts/charts/compare/notarius-0.0.29...notarius-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [notarius-0.0.29](https://github.com/truecharts/charts/compare/notarius-0.0.28...notarius-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [notarius-0.0.28](https://github.com/truecharts/charts/compare/notarius-0.0.27...notarius-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [notarius-0.0.28](https://github.com/truecharts/charts/compare/notarius-0.0.27...notarius-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [notarius-0.0.27](https://github.com/truecharts/charts/compare/notarius-0.0.26...notarius-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [notarius-0.0.26](https://github.com/truecharts/charts/compare/notarius-0.0.25...notarius-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [notarius-0.0.25](https://github.com/truecharts/charts/compare/notarius-0.0.24...notarius-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [notarius-0.0.24](https://github.com/truecharts/charts/compare/notarius-0.0.23...notarius-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [notarius-0.0.24](https://github.com/truecharts/charts/compare/notarius-0.0.23...notarius-0.0.24) (2022-09-21) diff --git a/incubator/notarius/0.0.30/Chart.lock b/incubator/notarius/0.0.30/Chart.lock new file mode 100644 index 00000000000..a91eb8ba576 --- /dev/null +++ b/incubator/notarius/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:27.270906778Z" diff --git a/incubator/notarius/0.0.30/Chart.yaml b/incubator/notarius/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c5f9e872da0 --- /dev/null +++ b/incubator/notarius/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "" +home: https://truecharts.org/docs/charts/incubator/notarius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.png +keywords: + - notarius + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: notarius +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/notarius + - https://github.com/agusalex/Notarius + - https://hub.docker.com/r/agusalex/Notarius +type: application +version: 0.0.30 diff --git a/incubator/notarius/0.0.30/README.md b/incubator/notarius/0.0.30/README.md new file mode 100644 index 00000000000..e2137eddc04 --- /dev/null +++ b/incubator/notarius/0.0.30/README.md @@ -0,0 +1,105 @@ +# notarius + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [notarius](https://truecharts.org/docs/charts/incubator/notarius) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `notarius` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install notarius TrueCharts/notarius +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `notarius` deployment + +```console +helm uninstall notarius +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install notarius \ + --set env.TZ="America/New York" \ + TrueCharts/notarius +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install notarius TrueCharts/notarius -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/notarius/0.0.29/app-readme.md b/incubator/notarius/0.0.30/app-readme.md similarity index 100% rename from incubator/notarius/0.0.29/app-readme.md rename to incubator/notarius/0.0.30/app-readme.md diff --git a/incubator/notarius/0.0.30/charts/common-10.7.1.tgz b/incubator/notarius/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/notarius/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/notarius/0.0.29/ix_values.yaml b/incubator/notarius/0.0.30/ix_values.yaml similarity index 100% rename from incubator/notarius/0.0.29/ix_values.yaml rename to incubator/notarius/0.0.30/ix_values.yaml diff --git a/incubator/notarius/0.0.29/questions.yaml b/incubator/notarius/0.0.30/questions.yaml similarity index 100% rename from incubator/notarius/0.0.29/questions.yaml rename to incubator/notarius/0.0.30/questions.yaml diff --git a/incubator/notarius/0.0.29/templates/common.yaml b/incubator/notarius/0.0.30/templates/common.yaml similarity index 100% rename from incubator/notarius/0.0.29/templates/common.yaml rename to incubator/notarius/0.0.30/templates/common.yaml diff --git a/incubator/notarius/0.0.29/values.yaml b/incubator/notarius/0.0.30/values.yaml similarity index 100% rename from incubator/notarius/0.0.29/values.yaml rename to incubator/notarius/0.0.30/values.yaml diff --git a/incubator/notea/0.0.30/CHANGELOG.md b/incubator/notea/0.0.30/CHANGELOG.md deleted file mode 100644 index 18418ef138c..00000000000 --- a/incubator/notea/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [notea-0.0.30](https://github.com/truecharts/charts/compare/notea-0.0.29...notea-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [notea-0.0.29](https://github.com/truecharts/charts/compare/notea-0.0.28...notea-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [notea-0.0.29](https://github.com/truecharts/charts/compare/notea-0.0.28...notea-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [notea-0.0.28](https://github.com/truecharts/charts/compare/notea-0.0.27...notea-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [notea-0.0.27](https://github.com/truecharts/charts/compare/notea-0.0.26...notea-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [notea-0.0.26](https://github.com/truecharts/charts/compare/notea-0.0.25...notea-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [notea-0.0.25](https://github.com/truecharts/charts/compare/notea-0.0.24...notea-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [notea-0.0.25](https://github.com/truecharts/charts/compare/notea-0.0.24...notea-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/notea/0.0.30/Chart.lock b/incubator/notea/0.0.30/Chart.lock deleted file mode 100644 index e91775e0968..00000000000 --- a/incubator/notea/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:52:45.114959628Z" diff --git a/incubator/notea/0.0.30/Chart.yaml b/incubator/notea/0.0.30/Chart.yaml deleted file mode 100644 index 9aec80c05c0..00000000000 --- a/incubator/notea/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Self hosted note taking, alternative to Notions. Look at Github for config -home: https://truecharts.org/docs/charts/incubator/notea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png -keywords: - - notea - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: notea -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/notea - - https://github.com/diamkil/docker-notea - - https://registry.hub.docker.com/r/diamkil/notea/ -type: application -version: 0.0.30 diff --git a/incubator/notea/0.0.30/README.md b/incubator/notea/0.0.30/README.md deleted file mode 100644 index 611bf57a2f8..00000000000 --- a/incubator/notea/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# notea - -Self hosted note taking, alternative to Notions. Look at Github for config - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [notea](https://truecharts.org/docs/charts/incubator/notea) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `notea` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install notea TrueCharts/notea -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `notea` deployment - -```console -helm uninstall notea -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install notea \ - --set env.TZ="America/New York" \ - TrueCharts/notea -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install notea TrueCharts/notea -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/notea/0.0.30/charts/common-10.7.0.tgz b/incubator/notea/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/notea/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/notea/0.0.31/CHANGELOG.md b/incubator/notea/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..27c58d88327 --- /dev/null +++ b/incubator/notea/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [notea-0.0.31](https://github.com/truecharts/charts/compare/notea-0.0.30...notea-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [notea-0.0.30](https://github.com/truecharts/charts/compare/notea-0.0.29...notea-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [notea-0.0.29](https://github.com/truecharts/charts/compare/notea-0.0.28...notea-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [notea-0.0.29](https://github.com/truecharts/charts/compare/notea-0.0.28...notea-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [notea-0.0.28](https://github.com/truecharts/charts/compare/notea-0.0.27...notea-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [notea-0.0.27](https://github.com/truecharts/charts/compare/notea-0.0.26...notea-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [notea-0.0.26](https://github.com/truecharts/charts/compare/notea-0.0.25...notea-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [notea-0.0.25](https://github.com/truecharts/charts/compare/notea-0.0.24...notea-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [notea-0.0.25](https://github.com/truecharts/charts/compare/notea-0.0.24...notea-0.0.25) (2022-09-21) diff --git a/incubator/notea/0.0.31/Chart.lock b/incubator/notea/0.0.31/Chart.lock new file mode 100644 index 00000000000..c39799fced8 --- /dev/null +++ b/incubator/notea/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:33.870381653Z" diff --git a/incubator/notea/0.0.31/Chart.yaml b/incubator/notea/0.0.31/Chart.yaml new file mode 100644 index 00000000000..ff82c4e6cfc --- /dev/null +++ b/incubator/notea/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Self hosted note taking, alternative to Notions. Look at Github for config +home: https://truecharts.org/docs/charts/incubator/notea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.png +keywords: + - notea + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: notea +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/notea + - https://github.com/diamkil/docker-notea + - https://registry.hub.docker.com/r/diamkil/notea/ +type: application +version: 0.0.31 diff --git a/incubator/notea/0.0.31/README.md b/incubator/notea/0.0.31/README.md new file mode 100644 index 00000000000..2425dabb83b --- /dev/null +++ b/incubator/notea/0.0.31/README.md @@ -0,0 +1,107 @@ +# notea + +Self hosted note taking, alternative to Notions. Look at Github for config + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [notea](https://truecharts.org/docs/charts/incubator/notea) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `notea` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install notea TrueCharts/notea +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `notea` deployment + +```console +helm uninstall notea +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install notea \ + --set env.TZ="America/New York" \ + TrueCharts/notea +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install notea TrueCharts/notea -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/notea/0.0.30/app-readme.md b/incubator/notea/0.0.31/app-readme.md similarity index 100% rename from incubator/notea/0.0.30/app-readme.md rename to incubator/notea/0.0.31/app-readme.md diff --git a/incubator/notea/0.0.31/charts/common-10.7.1.tgz b/incubator/notea/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/notea/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/notea/0.0.30/ix_values.yaml b/incubator/notea/0.0.31/ix_values.yaml similarity index 100% rename from incubator/notea/0.0.30/ix_values.yaml rename to incubator/notea/0.0.31/ix_values.yaml diff --git a/incubator/notea/0.0.30/questions.yaml b/incubator/notea/0.0.31/questions.yaml similarity index 100% rename from incubator/notea/0.0.30/questions.yaml rename to incubator/notea/0.0.31/questions.yaml diff --git a/incubator/notea/0.0.30/templates/common.yaml b/incubator/notea/0.0.31/templates/common.yaml similarity index 100% rename from incubator/notea/0.0.30/templates/common.yaml rename to incubator/notea/0.0.31/templates/common.yaml diff --git a/incubator/notea/0.0.30/values.yaml b/incubator/notea/0.0.31/values.yaml similarity index 100% rename from incubator/notea/0.0.30/values.yaml rename to incubator/notea/0.0.31/values.yaml diff --git a/incubator/obs-ndi/0.0.31/CHANGELOG.md b/incubator/obs-ndi/0.0.31/CHANGELOG.md deleted file mode 100644 index 9fef3e61595..00000000000 --- a/incubator/obs-ndi/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [obs-ndi-0.0.31](https://github.com/truecharts/charts/compare/obs-ndi-0.0.30...obs-ndi-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [obs-ndi-0.0.30](https://github.com/truecharts/charts/compare/obs-ndi-0.0.29...obs-ndi-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [obs-ndi-0.0.30](https://github.com/truecharts/charts/compare/obs-ndi-0.0.29...obs-ndi-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [obs-ndi-0.0.29](https://github.com/truecharts/charts/compare/obs-ndi-0.0.28...obs-ndi-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [obs-ndi-0.0.28](https://github.com/truecharts/charts/compare/obs-ndi-0.0.27...obs-ndi-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [obs-ndi-0.0.27](https://github.com/truecharts/charts/compare/obs-ndi-0.0.26...obs-ndi-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [obs-ndi-0.0.26](https://github.com/truecharts/charts/compare/obs-ndi-0.0.25...obs-ndi-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [obs-ndi-0.0.26](https://github.com/truecharts/charts/compare/obs-ndi-0.0.25...obs-ndi-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/obs-ndi/0.0.31/Chart.lock b/incubator/obs-ndi/0.0.31/Chart.lock deleted file mode 100644 index 8c243f86e26..00000000000 --- a/incubator/obs-ndi/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:07.390716211Z" diff --git a/incubator/obs-ndi/0.0.31/Chart.yaml b/incubator/obs-ndi/0.0.31/Chart.yaml deleted file mode 100644 index 571415311f0..00000000000 --- a/incubator/obs-ndi/0.0.31/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Productivity - - MediaApp-Video - - MediaServer-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This container is based on bb12489/gui-Chart &amp;amp; bb12489/Chart-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the Chart and add it to the TrueNAS app store.&#xD;" -home: https://truecharts.org/docs/charts/incubator/obs-ndi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png -keywords: - - obs-ndi - - GameServers - - Productivity - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: obs-ndi -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi - - https://github.com/patrickstigler/docker-obs-ndi - - https://hub.docker.com/r/patrickstigler/obs-ndi -type: application -version: 0.0.31 diff --git a/incubator/obs-ndi/0.0.31/README.md b/incubator/obs-ndi/0.0.31/README.md deleted file mode 100644 index a868eacf33f..00000000000 --- a/incubator/obs-ndi/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# obs-ndi - -This container is based on bb12489/gui-Chart &amp;amp; bb12489/Chart-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the Chart and add it to the TrueNAS app store.&#xD; - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [obs-ndi](https://truecharts.org/docs/charts/incubator/obs-ndi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `obs-ndi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install obs-ndi TrueCharts/obs-ndi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `obs-ndi` deployment - -```console -helm uninstall obs-ndi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install obs-ndi \ - --set env.TZ="America/New York" \ - TrueCharts/obs-ndi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install obs-ndi TrueCharts/obs-ndi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/obs-ndi/0.0.31/charts/common-10.7.0.tgz b/incubator/obs-ndi/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/obs-ndi/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/obs-ndi/0.0.32/CHANGELOG.md b/incubator/obs-ndi/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..b08f331ace5 --- /dev/null +++ b/incubator/obs-ndi/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [obs-ndi-0.0.32](https://github.com/truecharts/charts/compare/obs-ndi-0.0.31...obs-ndi-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [obs-ndi-0.0.31](https://github.com/truecharts/charts/compare/obs-ndi-0.0.30...obs-ndi-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [obs-ndi-0.0.30](https://github.com/truecharts/charts/compare/obs-ndi-0.0.29...obs-ndi-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [obs-ndi-0.0.30](https://github.com/truecharts/charts/compare/obs-ndi-0.0.29...obs-ndi-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [obs-ndi-0.0.29](https://github.com/truecharts/charts/compare/obs-ndi-0.0.28...obs-ndi-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [obs-ndi-0.0.28](https://github.com/truecharts/charts/compare/obs-ndi-0.0.27...obs-ndi-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [obs-ndi-0.0.27](https://github.com/truecharts/charts/compare/obs-ndi-0.0.26...obs-ndi-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [obs-ndi-0.0.26](https://github.com/truecharts/charts/compare/obs-ndi-0.0.25...obs-ndi-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/obs-ndi/0.0.32/Chart.lock b/incubator/obs-ndi/0.0.32/Chart.lock new file mode 100644 index 00000000000..f927d56ea36 --- /dev/null +++ b/incubator/obs-ndi/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:38.876229187Z" diff --git a/incubator/obs-ndi/0.0.32/Chart.yaml b/incubator/obs-ndi/0.0.32/Chart.yaml new file mode 100644 index 00000000000..3c916d27a9e --- /dev/null +++ b/incubator/obs-ndi/0.0.32/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Productivity + - MediaApp-Video + - MediaServer-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This container is based on bb12489/gui-Chart &amp;amp; bb12489/Chart-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the Chart and add it to the TrueNAS app store.&#xD;" +home: https://truecharts.org/docs/charts/incubator/obs-ndi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.png +keywords: + - obs-ndi + - GameServers + - Productivity + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: obs-ndi +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/obs-ndi + - https://github.com/patrickstigler/docker-obs-ndi + - https://hub.docker.com/r/patrickstigler/obs-ndi +type: application +version: 0.0.32 diff --git a/incubator/obs-ndi/0.0.32/README.md b/incubator/obs-ndi/0.0.32/README.md new file mode 100644 index 00000000000..8947ed751be --- /dev/null +++ b/incubator/obs-ndi/0.0.32/README.md @@ -0,0 +1,107 @@ +# obs-ndi + +This container is based on bb12489/gui-Chart &amp;amp; bb12489/Chart-obs. The OBS with NDI is incorporated into the container and can be used to stream your desktop. The main reason for this fork is to update the Chart and add it to the TrueNAS app store.&#xD; + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [obs-ndi](https://truecharts.org/docs/charts/incubator/obs-ndi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `obs-ndi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install obs-ndi TrueCharts/obs-ndi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `obs-ndi` deployment + +```console +helm uninstall obs-ndi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install obs-ndi \ + --set env.TZ="America/New York" \ + TrueCharts/obs-ndi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install obs-ndi TrueCharts/obs-ndi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/obs-ndi/0.0.31/app-readme.md b/incubator/obs-ndi/0.0.32/app-readme.md similarity index 100% rename from incubator/obs-ndi/0.0.31/app-readme.md rename to incubator/obs-ndi/0.0.32/app-readme.md diff --git a/incubator/obs-ndi/0.0.32/charts/common-10.7.1.tgz b/incubator/obs-ndi/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/obs-ndi/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/obs-ndi/0.0.31/ix_values.yaml b/incubator/obs-ndi/0.0.32/ix_values.yaml similarity index 100% rename from incubator/obs-ndi/0.0.31/ix_values.yaml rename to incubator/obs-ndi/0.0.32/ix_values.yaml diff --git a/incubator/obs-ndi/0.0.31/questions.yaml b/incubator/obs-ndi/0.0.32/questions.yaml similarity index 100% rename from incubator/obs-ndi/0.0.31/questions.yaml rename to incubator/obs-ndi/0.0.32/questions.yaml diff --git a/incubator/obs-ndi/0.0.31/templates/common.yaml b/incubator/obs-ndi/0.0.32/templates/common.yaml similarity index 100% rename from incubator/obs-ndi/0.0.31/templates/common.yaml rename to incubator/obs-ndi/0.0.32/templates/common.yaml diff --git a/incubator/obs-ndi/0.0.31/values.yaml b/incubator/obs-ndi/0.0.32/values.yaml similarity index 100% rename from incubator/obs-ndi/0.0.31/values.yaml rename to incubator/obs-ndi/0.0.32/values.yaml diff --git a/incubator/observium/0.0.29/CHANGELOG.md b/incubator/observium/0.0.29/CHANGELOG.md deleted file mode 100644 index a999ecbf0ce..00000000000 --- a/incubator/observium/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [observium-0.0.29](https://github.com/truecharts/charts/compare/observium-0.0.28...observium-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [observium-0.0.28](https://github.com/truecharts/charts/compare/observium-0.0.27...observium-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [observium-0.0.28](https://github.com/truecharts/charts/compare/observium-0.0.27...observium-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [observium-0.0.27](https://github.com/truecharts/charts/compare/observium-0.0.26...observium-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [observium-0.0.26](https://github.com/truecharts/charts/compare/observium-0.0.25...observium-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [observium-0.0.25](https://github.com/truecharts/charts/compare/observium-0.0.24...observium-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [observium-0.0.24](https://github.com/truecharts/charts/compare/observium-0.0.23...observium-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [observium-0.0.24](https://github.com/truecharts/charts/compare/observium-0.0.23...observium-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/observium/0.0.29/Chart.lock b/incubator/observium/0.0.29/Chart.lock deleted file mode 100644 index 73ce20a7a52..00000000000 --- a/incubator/observium/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:07.734567182Z" diff --git a/incubator/observium/0.0.29/Chart.yaml b/incubator/observium/0.0.29/Chart.yaml deleted file mode 100644 index cc206e23416..00000000000 --- a/incubator/observium/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]" -home: https://truecharts.org/docs/charts/incubator/observium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png -keywords: - - observium - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: observium -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/observium - - https://www.observium.org/ - - https://hub.docker.com/r/uberchuckie/observium/ -type: application -version: 0.0.29 diff --git a/incubator/observium/0.0.29/README.md b/incubator/observium/0.0.29/README.md deleted file mode 100644 index 0a303ffed89..00000000000 --- a/incubator/observium/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# observium - -Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [observium](https://truecharts.org/docs/charts/incubator/observium) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `observium` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install observium TrueCharts/observium -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `observium` deployment - -```console -helm uninstall observium -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install observium \ - --set env.TZ="America/New York" \ - TrueCharts/observium -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install observium TrueCharts/observium -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/observium/0.0.29/charts/common-10.7.0.tgz b/incubator/observium/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/observium/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/observium/0.0.30/CHANGELOG.md b/incubator/observium/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..edbe84bc64f --- /dev/null +++ b/incubator/observium/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [observium-0.0.30](https://github.com/truecharts/charts/compare/observium-0.0.29...observium-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [observium-0.0.29](https://github.com/truecharts/charts/compare/observium-0.0.28...observium-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [observium-0.0.28](https://github.com/truecharts/charts/compare/observium-0.0.27...observium-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [observium-0.0.28](https://github.com/truecharts/charts/compare/observium-0.0.27...observium-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [observium-0.0.27](https://github.com/truecharts/charts/compare/observium-0.0.26...observium-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [observium-0.0.26](https://github.com/truecharts/charts/compare/observium-0.0.25...observium-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [observium-0.0.25](https://github.com/truecharts/charts/compare/observium-0.0.24...observium-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [observium-0.0.24](https://github.com/truecharts/charts/compare/observium-0.0.23...observium-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/observium/0.0.30/Chart.lock b/incubator/observium/0.0.30/Chart.lock new file mode 100644 index 00000000000..60b0b589fd3 --- /dev/null +++ b/incubator/observium/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:41.262954168Z" diff --git a/incubator/observium/0.0.30/Chart.yaml b/incubator/observium/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f6d651a1aca --- /dev/null +++ b/incubator/observium/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]" +home: https://truecharts.org/docs/charts/incubator/observium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.png +keywords: + - observium + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: observium +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/observium + - https://www.observium.org/ + - https://hub.docker.com/r/uberchuckie/observium/ +type: application +version: 0.0.30 diff --git a/incubator/observium/0.0.30/README.md b/incubator/observium/0.0.30/README.md new file mode 100644 index 00000000000..3971b7328ab --- /dev/null +++ b/incubator/observium/0.0.30/README.md @@ -0,0 +1,107 @@ +# observium + +Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [observium](https://truecharts.org/docs/charts/incubator/observium) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `observium` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install observium TrueCharts/observium +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `observium` deployment + +```console +helm uninstall observium +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install observium \ + --set env.TZ="America/New York" \ + TrueCharts/observium +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install observium TrueCharts/observium -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/observium/0.0.29/app-readme.md b/incubator/observium/0.0.30/app-readme.md similarity index 100% rename from incubator/observium/0.0.29/app-readme.md rename to incubator/observium/0.0.30/app-readme.md diff --git a/incubator/observium/0.0.30/charts/common-10.7.1.tgz b/incubator/observium/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/observium/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/observium/0.0.29/ix_values.yaml b/incubator/observium/0.0.30/ix_values.yaml similarity index 100% rename from incubator/observium/0.0.29/ix_values.yaml rename to incubator/observium/0.0.30/ix_values.yaml diff --git a/incubator/observium/0.0.29/questions.yaml b/incubator/observium/0.0.30/questions.yaml similarity index 100% rename from incubator/observium/0.0.29/questions.yaml rename to incubator/observium/0.0.30/questions.yaml diff --git a/incubator/observium/0.0.29/templates/common.yaml b/incubator/observium/0.0.30/templates/common.yaml similarity index 100% rename from incubator/observium/0.0.29/templates/common.yaml rename to incubator/observium/0.0.30/templates/common.yaml diff --git a/incubator/observium/0.0.29/values.yaml b/incubator/observium/0.0.30/values.yaml similarity index 100% rename from incubator/observium/0.0.29/values.yaml rename to incubator/observium/0.0.30/values.yaml diff --git a/incubator/obsidian/0.0.32/CHANGELOG.md b/incubator/obsidian/0.0.32/CHANGELOG.md deleted file mode 100644 index 3400f8ec669..00000000000 --- a/incubator/obsidian/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [obsidian-0.0.32](https://github.com/truecharts/charts/compare/obsidian-0.0.31...obsidian-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [obsidian-0.0.31](https://github.com/truecharts/charts/compare/obsidian-0.0.30...obsidian-0.0.31) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [obsidian-0.0.30](https://github.com/truecharts/charts/compare/obsidian-0.0.29...obsidian-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [obsidian-0.0.30](https://github.com/truecharts/charts/compare/obsidian-0.0.29...obsidian-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [obsidian-0.0.29](https://github.com/truecharts/charts/compare/obsidian-0.0.28...obsidian-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [obsidian-0.0.28](https://github.com/truecharts/charts/compare/obsidian-0.0.27...obsidian-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [obsidian-0.0.27](https://github.com/truecharts/charts/compare/obsidian-0.0.26...obsidian-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [obsidian-0.0.26](https://github.com/truecharts/charts/compare/obsidian-0.0.25...obsidian-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/obsidian/0.0.32/Chart.lock b/incubator/obsidian/0.0.32/Chart.lock deleted file mode 100644 index 2b6792f65c7..00000000000 --- a/incubator/obsidian/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:09.860316841Z" diff --git a/incubator/obsidian/0.0.32/Chart.yaml b/incubator/obsidian/0.0.32/Chart.yaml deleted file mode 100644 index 9b6a32991cb..00000000000 --- a/incubator/obsidian/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "0.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A knowledge base that works on local Markdown files." -home: https://truecharts.org/docs/charts/incubator/obsidian -icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png -keywords: - - obsidian - - productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: obsidian -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/obsidian - - https://github.com/sytone/obsidian-remote - - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote -type: application -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity -version: 0.0.32 diff --git a/incubator/obsidian/0.0.32/README.md b/incubator/obsidian/0.0.32/README.md deleted file mode 100644 index 7f82e156bf6..00000000000 --- a/incubator/obsidian/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# obsidian - -A knowledge base that works on local Markdown files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [obsidian](https://truecharts.org/docs/charts/incubator/obsidian) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `obsidian` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install obsidian TrueCharts/obsidian -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `obsidian` deployment - -```console -helm uninstall obsidian -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install obsidian \ - --set env.TZ="America/New York" \ - TrueCharts/obsidian -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install obsidian TrueCharts/obsidian -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/obsidian/0.0.32/charts/common-10.7.0.tgz b/incubator/obsidian/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/obsidian/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/obsidian/0.0.33/CHANGELOG.md b/incubator/obsidian/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..d63b39b60b6 --- /dev/null +++ b/incubator/obsidian/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [obsidian-0.0.33](https://github.com/truecharts/charts/compare/obsidian-0.0.32...obsidian-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [obsidian-0.0.32](https://github.com/truecharts/charts/compare/obsidian-0.0.31...obsidian-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [obsidian-0.0.31](https://github.com/truecharts/charts/compare/obsidian-0.0.30...obsidian-0.0.31) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [obsidian-0.0.30](https://github.com/truecharts/charts/compare/obsidian-0.0.29...obsidian-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [obsidian-0.0.30](https://github.com/truecharts/charts/compare/obsidian-0.0.29...obsidian-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [obsidian-0.0.29](https://github.com/truecharts/charts/compare/obsidian-0.0.28...obsidian-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [obsidian-0.0.28](https://github.com/truecharts/charts/compare/obsidian-0.0.27...obsidian-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [obsidian-0.0.27](https://github.com/truecharts/charts/compare/obsidian-0.0.26...obsidian-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [obsidian-0.0.26](https://github.com/truecharts/charts/compare/obsidian-0.0.25...obsidian-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/obsidian/0.0.33/Chart.lock b/incubator/obsidian/0.0.33/Chart.lock new file mode 100644 index 00000000000..ab858954480 --- /dev/null +++ b/incubator/obsidian/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:34:58.192389764Z" diff --git a/incubator/obsidian/0.0.33/Chart.yaml b/incubator/obsidian/0.0.33/Chart.yaml new file mode 100644 index 00000000000..ee92a9e2096 --- /dev/null +++ b/incubator/obsidian/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A knowledge base that works on local Markdown files." +home: https://truecharts.org/docs/charts/incubator/obsidian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.png +keywords: + - obsidian + - productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: obsidian +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/obsidian + - https://github.com/sytone/obsidian-remote + - https://github.com/sytone/obsidian-remote/pkgs/container/obsidian-remote +type: application +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - productivity +version: 0.0.33 diff --git a/incubator/obsidian/0.0.33/README.md b/incubator/obsidian/0.0.33/README.md new file mode 100644 index 00000000000..30c426cfe36 --- /dev/null +++ b/incubator/obsidian/0.0.33/README.md @@ -0,0 +1,107 @@ +# obsidian + +A knowledge base that works on local Markdown files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [obsidian](https://truecharts.org/docs/charts/incubator/obsidian) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `obsidian` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install obsidian TrueCharts/obsidian +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `obsidian` deployment + +```console +helm uninstall obsidian +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install obsidian \ + --set env.TZ="America/New York" \ + TrueCharts/obsidian +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install obsidian TrueCharts/obsidian -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/obsidian/0.0.32/app-readme.md b/incubator/obsidian/0.0.33/app-readme.md similarity index 100% rename from incubator/obsidian/0.0.32/app-readme.md rename to incubator/obsidian/0.0.33/app-readme.md diff --git a/incubator/obsidian/0.0.33/charts/common-10.7.1.tgz b/incubator/obsidian/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/obsidian/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/obsidian/0.0.32/ix_values.yaml b/incubator/obsidian/0.0.33/ix_values.yaml similarity index 100% rename from incubator/obsidian/0.0.32/ix_values.yaml rename to incubator/obsidian/0.0.33/ix_values.yaml diff --git a/incubator/obsidian/0.0.32/questions.yaml b/incubator/obsidian/0.0.33/questions.yaml similarity index 100% rename from incubator/obsidian/0.0.32/questions.yaml rename to incubator/obsidian/0.0.33/questions.yaml diff --git a/incubator/obsidian/0.0.32/templates/common.yaml b/incubator/obsidian/0.0.33/templates/common.yaml similarity index 100% rename from incubator/obsidian/0.0.32/templates/common.yaml rename to incubator/obsidian/0.0.33/templates/common.yaml diff --git a/incubator/obsidian/0.0.32/values.yaml b/incubator/obsidian/0.0.33/values.yaml similarity index 100% rename from incubator/obsidian/0.0.32/values.yaml rename to incubator/obsidian/0.0.33/values.yaml diff --git a/incubator/onlinecheckyourserver/0.0.29/CHANGELOG.md b/incubator/onlinecheckyourserver/0.0.29/CHANGELOG.md deleted file mode 100644 index 97e6ed33de3..00000000000 --- a/incubator/onlinecheckyourserver/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [onlinecheckyourserver-0.0.29](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.28...onlinecheckyourserver-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [onlinecheckyourserver-0.0.28](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.27...onlinecheckyourserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [onlinecheckyourserver-0.0.28](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.27...onlinecheckyourserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [onlinecheckyourserver-0.0.27](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.26...onlinecheckyourserver-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [onlinecheckyourserver-0.0.26](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.25...onlinecheckyourserver-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [onlinecheckyourserver-0.0.25](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.24...onlinecheckyourserver-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [onlinecheckyourserver-0.0.24](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.23...onlinecheckyourserver-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [onlinecheckyourserver-0.0.24](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.23...onlinecheckyourserver-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/onlinecheckyourserver/0.0.29/Chart.lock b/incubator/onlinecheckyourserver/0.0.29/Chart.lock deleted file mode 100644 index d2a6dafcbfc..00000000000 --- a/incubator/onlinecheckyourserver/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:15.245713302Z" diff --git a/incubator/onlinecheckyourserver/0.0.29/Chart.yaml b/incubator/onlinecheckyourserver/0.0.29/Chart.yaml deleted file mode 100644 index fe031663e4b..00000000000 --- a/incubator/onlinecheckyourserver/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline." -home: https://truecharts.org/docs/charts/incubator/onlinecheckyourserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png -keywords: - - onlinecheckyourserver - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: onlinecheckyourserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/onlinecheckyourserver - - https://hub.docker.com/r/ich777/online-check-pushover - - https://hub.docker.com/r/ich777/online-check-pushover -type: application -version: 0.0.29 diff --git a/incubator/onlinecheckyourserver/0.0.29/README.md b/incubator/onlinecheckyourserver/0.0.29/README.md deleted file mode 100644 index 7f293579b27..00000000000 --- a/incubator/onlinecheckyourserver/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# onlinecheckyourserver - -This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [onlinecheckyourserver](https://truecharts.org/docs/charts/incubator/onlinecheckyourserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `onlinecheckyourserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `onlinecheckyourserver` deployment - -```console -helm uninstall onlinecheckyourserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install onlinecheckyourserver \ - --set env.TZ="America/New York" \ - TrueCharts/onlinecheckyourserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/onlinecheckyourserver/0.0.29/charts/common-10.7.0.tgz b/incubator/onlinecheckyourserver/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/onlinecheckyourserver/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/onlinecheckyourserver/0.0.30/CHANGELOG.md b/incubator/onlinecheckyourserver/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d4ff1f32fb0 --- /dev/null +++ b/incubator/onlinecheckyourserver/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [onlinecheckyourserver-0.0.30](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.29...onlinecheckyourserver-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [onlinecheckyourserver-0.0.29](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.28...onlinecheckyourserver-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [onlinecheckyourserver-0.0.28](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.27...onlinecheckyourserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [onlinecheckyourserver-0.0.28](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.27...onlinecheckyourserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [onlinecheckyourserver-0.0.27](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.26...onlinecheckyourserver-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [onlinecheckyourserver-0.0.26](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.25...onlinecheckyourserver-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [onlinecheckyourserver-0.0.25](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.24...onlinecheckyourserver-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [onlinecheckyourserver-0.0.24](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.23...onlinecheckyourserver-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [onlinecheckyourserver-0.0.24](https://github.com/truecharts/charts/compare/onlinecheckyourserver-0.0.23...onlinecheckyourserver-0.0.24) (2022-09-21) diff --git a/incubator/onlinecheckyourserver/0.0.30/Chart.lock b/incubator/onlinecheckyourserver/0.0.30/Chart.lock new file mode 100644 index 00000000000..e5b220a8435 --- /dev/null +++ b/incubator/onlinecheckyourserver/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:04.896055591Z" diff --git a/incubator/onlinecheckyourserver/0.0.30/Chart.yaml b/incubator/onlinecheckyourserver/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a7b7bc4be73 --- /dev/null +++ b/incubator/onlinecheckyourserver/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline." +home: https://truecharts.org/docs/charts/incubator/onlinecheckyourserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.png +keywords: + - onlinecheckyourserver + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: onlinecheckyourserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/onlinecheckyourserver + - https://hub.docker.com/r/ich777/online-check-pushover + - https://hub.docker.com/r/ich777/online-check-pushover +type: application +version: 0.0.30 diff --git a/incubator/onlinecheckyourserver/0.0.30/README.md b/incubator/onlinecheckyourserver/0.0.30/README.md new file mode 100644 index 00000000000..57039c2e453 --- /dev/null +++ b/incubator/onlinecheckyourserver/0.0.30/README.md @@ -0,0 +1,107 @@ +# onlinecheckyourserver + +This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [onlinecheckyourserver](https://truecharts.org/docs/charts/incubator/onlinecheckyourserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `onlinecheckyourserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `onlinecheckyourserver` deployment + +```console +helm uninstall onlinecheckyourserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install onlinecheckyourserver \ + --set env.TZ="America/New York" \ + TrueCharts/onlinecheckyourserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install onlinecheckyourserver TrueCharts/onlinecheckyourserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/onlinecheckyourserver/0.0.29/app-readme.md b/incubator/onlinecheckyourserver/0.0.30/app-readme.md similarity index 100% rename from incubator/onlinecheckyourserver/0.0.29/app-readme.md rename to incubator/onlinecheckyourserver/0.0.30/app-readme.md diff --git a/incubator/onlinecheckyourserver/0.0.30/charts/common-10.7.1.tgz b/incubator/onlinecheckyourserver/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/onlinecheckyourserver/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/onlinecheckyourserver/0.0.29/ix_values.yaml b/incubator/onlinecheckyourserver/0.0.30/ix_values.yaml similarity index 100% rename from incubator/onlinecheckyourserver/0.0.29/ix_values.yaml rename to incubator/onlinecheckyourserver/0.0.30/ix_values.yaml diff --git a/incubator/onlinecheckyourserver/0.0.29/questions.yaml b/incubator/onlinecheckyourserver/0.0.30/questions.yaml similarity index 100% rename from incubator/onlinecheckyourserver/0.0.29/questions.yaml rename to incubator/onlinecheckyourserver/0.0.30/questions.yaml diff --git a/incubator/onlinecheckyourserver/0.0.29/templates/common.yaml b/incubator/onlinecheckyourserver/0.0.30/templates/common.yaml similarity index 100% rename from incubator/onlinecheckyourserver/0.0.29/templates/common.yaml rename to incubator/onlinecheckyourserver/0.0.30/templates/common.yaml diff --git a/incubator/onlinecheckyourserver/0.0.29/values.yaml b/incubator/onlinecheckyourserver/0.0.30/values.yaml similarity index 100% rename from incubator/onlinecheckyourserver/0.0.29/values.yaml rename to incubator/onlinecheckyourserver/0.0.30/values.yaml diff --git a/incubator/openaudible/0.0.6/CHANGELOG.md b/incubator/openaudible/0.0.6/CHANGELOG.md deleted file mode 100644 index a0c2c81c8f6..00000000000 --- a/incubator/openaudible/0.0.6/CHANGELOG.md +++ /dev/null @@ -1,72 +0,0 @@ -# Changelog - - - -## [openaudible-0.0.6](https://github.com/truecharts/charts/compare/openaudible-0.0.5...openaudible-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openaudible-0.0.5](https://github.com/truecharts/charts/compare/openaudible-0.0.4...openaudible-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openaudible-0.0.5](https://github.com/truecharts/charts/compare/openaudible-0.0.4...openaudible-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openaudible-0.0.4](https://github.com/truecharts/charts/compare/openaudible-0.0.3...openaudible-0.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openaudible-0.0.3](https://github.com/truecharts/charts/compare/openaudible-0.0.2...openaudible-0.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openaudible-0.0.2](https://github.com/truecharts/charts/compare/openaudible-0.0.1...openaudible-0.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openaudible-0.0.1]openaudible-0.0.1 (2022-09-25) - -### Feat - -- add openaudible ([#3890](https://github.com/truecharts/charts/issues/3890)) diff --git a/incubator/openaudible/0.0.6/Chart.lock b/incubator/openaudible/0.0.6/Chart.lock deleted file mode 100644 index d4d1f5c1c0f..00000000000 --- a/incubator/openaudible/0.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:36.439851063Z" diff --git a/incubator/openaudible/0.0.6/Chart.yaml b/incubator/openaudible/0.0.6/Chart.yaml deleted file mode 100644 index 6dee334485e..00000000000 --- a/incubator/openaudible/0.0.6/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: All your audiobooks in one place -home: https://truecharts.org/docs/charts/incubator/openaudible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png -keywords: - - audible -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openaudible -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/openaudible - - https://github.com/openaudible/openaudible_docker -version: 0.0.6 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/openaudible/0.0.6/README.md b/incubator/openaudible/0.0.6/README.md deleted file mode 100644 index 90a2d54125a..00000000000 --- a/incubator/openaudible/0.0.6/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# openaudible - -All your audiobooks in one place - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openaudible](https://truecharts.org/docs/charts/incubator/openaudible) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openaudible` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openaudible TrueCharts/openaudible -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openaudible` deployment - -```console -helm uninstall openaudible -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openaudible \ - --set env.TZ="America/New York" \ - TrueCharts/openaudible -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openaudible TrueCharts/openaudible -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/openaudible/0.0.6/charts/common-10.7.0.tgz b/incubator/openaudible/0.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/openaudible/0.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/openaudible/0.0.7/CHANGELOG.md b/incubator/openaudible/0.0.7/CHANGELOG.md new file mode 100644 index 00000000000..bdc10bd275b --- /dev/null +++ b/incubator/openaudible/0.0.7/CHANGELOG.md @@ -0,0 +1,82 @@ +# Changelog + + + +## [openaudible-0.0.7](https://github.com/truecharts/charts/compare/openaudible-0.0.6...openaudible-0.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openaudible-0.0.6](https://github.com/truecharts/charts/compare/openaudible-0.0.5...openaudible-0.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openaudible-0.0.5](https://github.com/truecharts/charts/compare/openaudible-0.0.4...openaudible-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openaudible-0.0.5](https://github.com/truecharts/charts/compare/openaudible-0.0.4...openaudible-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openaudible-0.0.4](https://github.com/truecharts/charts/compare/openaudible-0.0.3...openaudible-0.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openaudible-0.0.3](https://github.com/truecharts/charts/compare/openaudible-0.0.2...openaudible-0.0.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openaudible-0.0.2](https://github.com/truecharts/charts/compare/openaudible-0.0.1...openaudible-0.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openaudible-0.0.1]openaudible-0.0.1 (2022-09-25) + +### Feat + +- add openaudible ([#3890](https://github.com/truecharts/charts/issues/3890)) diff --git a/incubator/openaudible/0.0.7/Chart.lock b/incubator/openaudible/0.0.7/Chart.lock new file mode 100644 index 00000000000..36676260ba5 --- /dev/null +++ b/incubator/openaudible/0.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:10.870753401Z" diff --git a/incubator/openaudible/0.0.7/Chart.yaml b/incubator/openaudible/0.0.7/Chart.yaml new file mode 100644 index 00000000000..e9c12b9cb7a --- /dev/null +++ b/incubator/openaudible/0.0.7/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: All your audiobooks in one place +home: https://truecharts.org/docs/charts/incubator/openaudible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.png +keywords: + - audible +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openaudible +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openaudible + - https://github.com/openaudible/openaudible_docker +version: 0.0.7 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/openaudible/0.0.7/README.md b/incubator/openaudible/0.0.7/README.md new file mode 100644 index 00000000000..088d72d88cc --- /dev/null +++ b/incubator/openaudible/0.0.7/README.md @@ -0,0 +1,106 @@ +# openaudible + +All your audiobooks in one place + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openaudible](https://truecharts.org/docs/charts/incubator/openaudible) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openaudible` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openaudible TrueCharts/openaudible +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openaudible` deployment + +```console +helm uninstall openaudible +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openaudible \ + --set env.TZ="America/New York" \ + TrueCharts/openaudible +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openaudible TrueCharts/openaudible -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/openaudible/0.0.6/app-readme.md b/incubator/openaudible/0.0.7/app-readme.md similarity index 100% rename from incubator/openaudible/0.0.6/app-readme.md rename to incubator/openaudible/0.0.7/app-readme.md diff --git a/incubator/openaudible/0.0.7/charts/common-10.7.1.tgz b/incubator/openaudible/0.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/openaudible/0.0.7/charts/common-10.7.1.tgz differ diff --git a/incubator/openaudible/0.0.6/ix_values.yaml b/incubator/openaudible/0.0.7/ix_values.yaml similarity index 100% rename from incubator/openaudible/0.0.6/ix_values.yaml rename to incubator/openaudible/0.0.7/ix_values.yaml diff --git a/incubator/openaudible/0.0.6/questions.yaml b/incubator/openaudible/0.0.7/questions.yaml similarity index 100% rename from incubator/openaudible/0.0.6/questions.yaml rename to incubator/openaudible/0.0.7/questions.yaml diff --git a/incubator/openaudible/0.0.6/templates/common.yaml b/incubator/openaudible/0.0.7/templates/common.yaml similarity index 100% rename from incubator/openaudible/0.0.6/templates/common.yaml rename to incubator/openaudible/0.0.7/templates/common.yaml diff --git a/incubator/openaudible/0.0.6/values.yaml b/incubator/openaudible/0.0.7/values.yaml similarity index 100% rename from incubator/openaudible/0.0.6/values.yaml rename to incubator/openaudible/0.0.7/values.yaml diff --git a/incubator/opengl-desktop-g3/0.0.31/CHANGELOG.md b/incubator/opengl-desktop-g3/0.0.31/CHANGELOG.md deleted file mode 100644 index e4220dbe9aa..00000000000 --- a/incubator/opengl-desktop-g3/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [opengl-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.30...opengl-desktop-g3-0.0.31) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [opengl-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.29...opengl-desktop-g3-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [opengl-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.28...opengl-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [opengl-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.28...opengl-desktop-g3-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [opengl-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.27...opengl-desktop-g3-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [opengl-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.26...opengl-desktop-g3-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [opengl-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.25...opengl-desktop-g3-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [opengl-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.23...opengl-desktop-g3-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/opengl-desktop-g3/0.0.31/Chart.lock b/incubator/opengl-desktop-g3/0.0.31/Chart.lock deleted file mode 100644 index 8fd683cbdb0..00000000000 --- a/incubator/opengl-desktop-g3/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:13:29.277621353Z" diff --git a/incubator/opengl-desktop-g3/0.0.31/Chart.yaml b/incubator/opengl-desktop-g3/0.0.31/Chart.yaml deleted file mode 100644 index a80dcdd98ce..00000000000 --- a/incubator/opengl-desktop-g3/0.0.31/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" -home: https://truecharts.org/docs/charts/incubator/opengl-desktop-g3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png -keywords: - - opengl-desktop-g3 - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: opengl-desktop-g3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/opengl-desktop-g3 - - https://github.com/accetto/headless-drawing-g3/ - - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 -type: application -version: 0.0.31 diff --git a/incubator/opengl-desktop-g3/0.0.31/README.md b/incubator/opengl-desktop-g3/0.0.31/README.md deleted file mode 100644 index 6cf07bfa183..00000000000 --- a/incubator/opengl-desktop-g3/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# opengl-desktop-g3 - -Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [opengl-desktop-g3](https://truecharts.org/docs/charts/incubator/opengl-desktop-g3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `opengl-desktop-g3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `opengl-desktop-g3` deployment - -```console -helm uninstall opengl-desktop-g3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install opengl-desktop-g3 \ - --set env.TZ="America/New York" \ - TrueCharts/opengl-desktop-g3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/opengl-desktop-g3/0.0.31/charts/common-10.7.0.tgz b/incubator/opengl-desktop-g3/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/opengl-desktop-g3/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/opengl-desktop-g3/0.0.32/CHANGELOG.md b/incubator/opengl-desktop-g3/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..d6e09268320 --- /dev/null +++ b/incubator/opengl-desktop-g3/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [opengl-desktop-g3-0.0.32](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.31...opengl-desktop-g3-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [opengl-desktop-g3-0.0.31](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.30...opengl-desktop-g3-0.0.31) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [opengl-desktop-g3-0.0.30](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.29...opengl-desktop-g3-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [opengl-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.28...opengl-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [opengl-desktop-g3-0.0.29](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.28...opengl-desktop-g3-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [opengl-desktop-g3-0.0.28](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.27...opengl-desktop-g3-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [opengl-desktop-g3-0.0.27](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.26...opengl-desktop-g3-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [opengl-desktop-g3-0.0.26](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.25...opengl-desktop-g3-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [opengl-desktop-g3-0.0.25](https://github.com/truecharts/charts/compare/opengl-desktop-g3-0.0.23...opengl-desktop-g3-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/opengl-desktop-g3/0.0.32/Chart.lock b/incubator/opengl-desktop-g3/0.0.32/Chart.lock new file mode 100644 index 00000000000..ed3a2a88b76 --- /dev/null +++ b/incubator/opengl-desktop-g3/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:12.461979354Z" diff --git a/incubator/opengl-desktop-g3/0.0.32/Chart.yaml b/incubator/opengl-desktop-g3/0.0.32/Chart.yaml new file mode 100644 index 00000000000..f39648677ce --- /dev/null +++ b/incubator/opengl-desktop-g3/0.0.32/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing" +home: https://truecharts.org/docs/charts/incubator/opengl-desktop-g3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.png +keywords: + - opengl-desktop-g3 + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: opengl-desktop-g3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/opengl-desktop-g3 + - https://github.com/accetto/headless-drawing-g3/ + - https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-opengl-g3 +type: application +version: 0.0.32 diff --git a/incubator/opengl-desktop-g3/0.0.32/README.md b/incubator/opengl-desktop-g3/0.0.32/README.md new file mode 100644 index 00000000000..0fdaa88c627 --- /dev/null +++ b/incubator/opengl-desktop-g3/0.0.32/README.md @@ -0,0 +1,107 @@ +# opengl-desktop-g3 + +Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [opengl-desktop-g3](https://truecharts.org/docs/charts/incubator/opengl-desktop-g3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `opengl-desktop-g3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `opengl-desktop-g3` deployment + +```console +helm uninstall opengl-desktop-g3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install opengl-desktop-g3 \ + --set env.TZ="America/New York" \ + TrueCharts/opengl-desktop-g3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install opengl-desktop-g3 TrueCharts/opengl-desktop-g3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/opengl-desktop-g3/0.0.31/app-readme.md b/incubator/opengl-desktop-g3/0.0.32/app-readme.md similarity index 100% rename from incubator/opengl-desktop-g3/0.0.31/app-readme.md rename to incubator/opengl-desktop-g3/0.0.32/app-readme.md diff --git a/incubator/opengl-desktop-g3/0.0.32/charts/common-10.7.1.tgz b/incubator/opengl-desktop-g3/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/opengl-desktop-g3/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/opengl-desktop-g3/0.0.31/ix_values.yaml b/incubator/opengl-desktop-g3/0.0.32/ix_values.yaml similarity index 100% rename from incubator/opengl-desktop-g3/0.0.31/ix_values.yaml rename to incubator/opengl-desktop-g3/0.0.32/ix_values.yaml diff --git a/incubator/opengl-desktop-g3/0.0.31/questions.yaml b/incubator/opengl-desktop-g3/0.0.32/questions.yaml similarity index 100% rename from incubator/opengl-desktop-g3/0.0.31/questions.yaml rename to incubator/opengl-desktop-g3/0.0.32/questions.yaml diff --git a/incubator/opengl-desktop-g3/0.0.31/templates/common.yaml b/incubator/opengl-desktop-g3/0.0.32/templates/common.yaml similarity index 100% rename from incubator/opengl-desktop-g3/0.0.31/templates/common.yaml rename to incubator/opengl-desktop-g3/0.0.32/templates/common.yaml diff --git a/incubator/opengl-desktop-g3/0.0.31/values.yaml b/incubator/opengl-desktop-g3/0.0.32/values.yaml similarity index 100% rename from incubator/opengl-desktop-g3/0.0.31/values.yaml rename to incubator/opengl-desktop-g3/0.0.32/values.yaml diff --git a/incubator/openproject/0.0.38/CHANGELOG.md b/incubator/openproject/0.0.38/CHANGELOG.md deleted file mode 100644 index 7140c31e356..00000000000 --- a/incubator/openproject/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openproject-0.0.38](https://github.com/truecharts/charts/compare/openproject-0.0.37...openproject-0.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openproject-0.0.37](https://github.com/truecharts/charts/compare/openproject-0.0.36...openproject-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openproject-0.0.37](https://github.com/truecharts/charts/compare/openproject-0.0.36...openproject-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openproject-0.0.36](https://github.com/truecharts/charts/compare/openproject-0.0.35...openproject-0.0.36) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openproject-0.0.34](https://github.com/truecharts/charts/compare/openproject-0.0.33...openproject-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openproject-0.0.33](https://github.com/truecharts/charts/compare/openproject-0.0.32...openproject-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openproject-0.0.32](https://github.com/truecharts/charts/compare/openproject-0.0.30...openproject-0.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openttd-0.0.24](https://github.com/truecharts/charts/compare/openttd-0.0.23...openttd-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/openproject/0.0.38/Chart.lock b/incubator/openproject/0.0.38/Chart.lock deleted file mode 100644 index 6b0880a4c41..00000000000 --- a/incubator/openproject/0.0.38/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:53:50.457230307Z" diff --git a/incubator/openproject/0.0.38/Chart.yaml b/incubator/openproject/0.0.38/Chart.yaml deleted file mode 100644 index 620e5b595fa..00000000000 --- a/incubator/openproject/0.0.38/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "12" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -deprecated: false -description: OpenProject is a web-based project management system for location-independent team collaboration. -home: https://truecharts.org/docs/charts/incubator/openproject -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png -keywords: - - openproject - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openproject -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/openproject - - http://openproject.org - - https://hub.docker.com/u/openproject -type: application -version: 0.0.38 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - truecharts.org/grade: U diff --git a/incubator/openproject/0.0.38/README.md b/incubator/openproject/0.0.38/README.md deleted file mode 100644 index 20aef1a35e7..00000000000 --- a/incubator/openproject/0.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# openproject - -OpenProject is a web-based project management system for location-independent team collaboration. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openproject](https://truecharts.org/docs/charts/incubator/openproject) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openproject` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openproject TrueCharts/openproject -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openproject` deployment - -```console -helm uninstall openproject -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openproject \ - --set env.TZ="America/New York" \ - TrueCharts/openproject -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openproject TrueCharts/openproject -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/openproject/0.0.38/charts/common-10.7.0.tgz b/incubator/openproject/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/openproject/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/openproject/0.0.38/charts/postgresql-8.0.97.tgz b/incubator/openproject/0.0.38/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/openproject/0.0.38/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/openproject/0.0.39/CHANGELOG.md b/incubator/openproject/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..46c7ede9212 --- /dev/null +++ b/incubator/openproject/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openproject-0.0.39](https://github.com/truecharts/charts/compare/openproject-0.0.38...openproject-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openproject-0.0.38](https://github.com/truecharts/charts/compare/openproject-0.0.37...openproject-0.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openproject-0.0.37](https://github.com/truecharts/charts/compare/openproject-0.0.36...openproject-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openproject-0.0.37](https://github.com/truecharts/charts/compare/openproject-0.0.36...openproject-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openproject-0.0.36](https://github.com/truecharts/charts/compare/openproject-0.0.35...openproject-0.0.36) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openproject-0.0.34](https://github.com/truecharts/charts/compare/openproject-0.0.33...openproject-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openproject-0.0.33](https://github.com/truecharts/charts/compare/openproject-0.0.32...openproject-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openproject-0.0.32](https://github.com/truecharts/charts/compare/openproject-0.0.30...openproject-0.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/openproject/0.0.39/Chart.lock b/incubator/openproject/0.0.39/Chart.lock new file mode 100644 index 00000000000..b0a1d492d04 --- /dev/null +++ b/incubator/openproject/0.0.39/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:35:41.14276465Z" diff --git a/incubator/openproject/0.0.39/Chart.yaml b/incubator/openproject/0.0.39/Chart.yaml new file mode 100644 index 00000000000..5c0a9c67051 --- /dev/null +++ b/incubator/openproject/0.0.39/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "12" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: OpenProject is a web-based project management system for location-independent team collaboration. +home: https://truecharts.org/docs/charts/incubator/openproject +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png +keywords: + - openproject + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openproject +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openproject + - http://openproject.org + - https://hub.docker.com/u/openproject +type: application +version: 0.0.39 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + truecharts.org/grade: U diff --git a/incubator/openproject/0.0.39/README.md b/incubator/openproject/0.0.39/README.md new file mode 100644 index 00000000000..87d1ff15b9f --- /dev/null +++ b/incubator/openproject/0.0.39/README.md @@ -0,0 +1,108 @@ +# openproject + +OpenProject is a web-based project management system for location-independent team collaboration. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openproject](https://truecharts.org/docs/charts/incubator/openproject) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openproject` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openproject TrueCharts/openproject +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openproject` deployment + +```console +helm uninstall openproject +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openproject \ + --set env.TZ="America/New York" \ + TrueCharts/openproject +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openproject TrueCharts/openproject -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/openproject/0.0.38/app-readme.md b/incubator/openproject/0.0.39/app-readme.md similarity index 100% rename from incubator/openproject/0.0.38/app-readme.md rename to incubator/openproject/0.0.39/app-readme.md diff --git a/incubator/openproject/0.0.39/charts/common-10.7.1.tgz b/incubator/openproject/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/openproject/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/openproject/0.0.39/charts/postgresql-8.0.101.tgz b/incubator/openproject/0.0.39/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/openproject/0.0.39/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/openproject/0.0.38/ix_values.yaml b/incubator/openproject/0.0.39/ix_values.yaml similarity index 100% rename from incubator/openproject/0.0.38/ix_values.yaml rename to incubator/openproject/0.0.39/ix_values.yaml diff --git a/incubator/openproject/0.0.38/questions.yaml b/incubator/openproject/0.0.39/questions.yaml similarity index 100% rename from incubator/openproject/0.0.38/questions.yaml rename to incubator/openproject/0.0.39/questions.yaml diff --git a/incubator/openproject/0.0.38/templates/_secrets.tpl b/incubator/openproject/0.0.39/templates/_secrets.tpl similarity index 100% rename from incubator/openproject/0.0.38/templates/_secrets.tpl rename to incubator/openproject/0.0.39/templates/_secrets.tpl diff --git a/incubator/openproject/0.0.38/templates/common.yaml b/incubator/openproject/0.0.39/templates/common.yaml similarity index 100% rename from incubator/openproject/0.0.38/templates/common.yaml rename to incubator/openproject/0.0.39/templates/common.yaml diff --git a/incubator/openproject/0.0.38/values.yaml b/incubator/openproject/0.0.39/values.yaml similarity index 100% rename from incubator/openproject/0.0.38/values.yaml rename to incubator/openproject/0.0.39/values.yaml diff --git a/incubator/openra/0.0.29/CHANGELOG.md b/incubator/openra/0.0.29/CHANGELOG.md deleted file mode 100644 index 5dc569160b5..00000000000 --- a/incubator/openra/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openra-0.0.29](https://github.com/truecharts/charts/compare/openra-0.0.28...openra-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openra-0.0.28](https://github.com/truecharts/charts/compare/openra-0.0.27...openra-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openra-0.0.28](https://github.com/truecharts/charts/compare/openra-0.0.27...openra-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openra-0.0.27](https://github.com/truecharts/charts/compare/openra-0.0.26...openra-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openra-0.0.26](https://github.com/truecharts/charts/compare/openra-0.0.25...openra-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openra-0.0.25](https://github.com/truecharts/charts/compare/openra-0.0.24...openra-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openra-0.0.24](https://github.com/truecharts/charts/compare/openra-0.0.23...openra-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openra-0.0.24](https://github.com/truecharts/charts/compare/openra-0.0.23...openra-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/openra/0.0.29/Chart.lock b/incubator/openra/0.0.29/Chart.lock deleted file mode 100644 index 8bdb27ab0c2..00000000000 --- a/incubator/openra/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:53:44.504090974Z" diff --git a/incubator/openra/0.0.29/Chart.yaml b/incubator/openra/0.0.29/Chart.yaml deleted file mode 100644 index 3ec47ddd10b..00000000000 --- a/incubator/openra/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]" -home: https://truecharts.org/docs/charts/incubator/openra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png -keywords: - - openra - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openra -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/openra - - http://openra.net/ - - https://hub.docker.com/r/rmoriz/openra -type: application -version: 0.0.29 diff --git a/incubator/openra/0.0.29/README.md b/incubator/openra/0.0.29/README.md deleted file mode 100644 index 8eca0cd2a6a..00000000000 --- a/incubator/openra/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# openra - -Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openra](https://truecharts.org/docs/charts/incubator/openra) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openra` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openra TrueCharts/openra -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openra` deployment - -```console -helm uninstall openra -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openra \ - --set env.TZ="America/New York" \ - TrueCharts/openra -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openra TrueCharts/openra -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/openra/0.0.29/charts/common-10.7.0.tgz b/incubator/openra/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/openra/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/openra/0.0.30/CHANGELOG.md b/incubator/openra/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..832698b1a77 --- /dev/null +++ b/incubator/openra/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openra-0.0.30](https://github.com/truecharts/charts/compare/openra-0.0.29...openra-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openra-0.0.29](https://github.com/truecharts/charts/compare/openra-0.0.28...openra-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openra-0.0.28](https://github.com/truecharts/charts/compare/openra-0.0.27...openra-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openra-0.0.28](https://github.com/truecharts/charts/compare/openra-0.0.27...openra-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openra-0.0.27](https://github.com/truecharts/charts/compare/openra-0.0.26...openra-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openra-0.0.26](https://github.com/truecharts/charts/compare/openra-0.0.25...openra-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openra-0.0.25](https://github.com/truecharts/charts/compare/openra-0.0.24...openra-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openra-0.0.24](https://github.com/truecharts/charts/compare/openra-0.0.23...openra-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/openra/0.0.30/Chart.lock b/incubator/openra/0.0.30/Chart.lock new file mode 100644 index 00000000000..d982d912a75 --- /dev/null +++ b/incubator/openra/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:36.662572364Z" diff --git a/incubator/openra/0.0.30/Chart.yaml b/incubator/openra/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4ec79bd3b07 --- /dev/null +++ b/incubator/openra/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]" +home: https://truecharts.org/docs/charts/incubator/openra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.png +keywords: + - openra + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openra +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openra + - http://openra.net/ + - https://hub.docker.com/r/rmoriz/openra +type: application +version: 0.0.30 diff --git a/incubator/openra/0.0.30/README.md b/incubator/openra/0.0.30/README.md new file mode 100644 index 00000000000..a782cab83b7 --- /dev/null +++ b/incubator/openra/0.0.30/README.md @@ -0,0 +1,107 @@ +# openra + +Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openra](https://truecharts.org/docs/charts/incubator/openra) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openra` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openra TrueCharts/openra +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openra` deployment + +```console +helm uninstall openra +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openra \ + --set env.TZ="America/New York" \ + TrueCharts/openra +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openra TrueCharts/openra -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/openra/0.0.29/app-readme.md b/incubator/openra/0.0.30/app-readme.md similarity index 100% rename from incubator/openra/0.0.29/app-readme.md rename to incubator/openra/0.0.30/app-readme.md diff --git a/incubator/openra/0.0.30/charts/common-10.7.1.tgz b/incubator/openra/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/openra/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/openra/0.0.29/ix_values.yaml b/incubator/openra/0.0.30/ix_values.yaml similarity index 100% rename from incubator/openra/0.0.29/ix_values.yaml rename to incubator/openra/0.0.30/ix_values.yaml diff --git a/incubator/openra/0.0.29/questions.yaml b/incubator/openra/0.0.30/questions.yaml similarity index 100% rename from incubator/openra/0.0.29/questions.yaml rename to incubator/openra/0.0.30/questions.yaml diff --git a/incubator/openra/0.0.29/templates/common.yaml b/incubator/openra/0.0.30/templates/common.yaml similarity index 100% rename from incubator/openra/0.0.29/templates/common.yaml rename to incubator/openra/0.0.30/templates/common.yaml diff --git a/incubator/openra/0.0.29/values.yaml b/incubator/openra/0.0.30/values.yaml similarity index 100% rename from incubator/openra/0.0.29/values.yaml rename to incubator/openra/0.0.30/values.yaml diff --git a/incubator/openttd/0.0.29/CHANGELOG.md b/incubator/openttd/0.0.29/CHANGELOG.md deleted file mode 100644 index be839865b55..00000000000 --- a/incubator/openttd/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openttd-0.0.29](https://github.com/truecharts/charts/compare/openttd-0.0.28...openttd-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openttd-0.0.28](https://github.com/truecharts/charts/compare/openttd-0.0.27...openttd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openttd-0.0.28](https://github.com/truecharts/charts/compare/openttd-0.0.27...openttd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openttd-0.0.27](https://github.com/truecharts/charts/compare/openttd-0.0.26...openttd-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openttd-0.0.26](https://github.com/truecharts/charts/compare/openttd-0.0.25...openttd-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openttd-0.0.25](https://github.com/truecharts/charts/compare/openttd-0.0.24...openttd-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openttd-0.0.24](https://github.com/truecharts/charts/compare/openttd-0.0.23...openttd-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - - -## [openttd-0.0.24](https://github.com/truecharts/charts/compare/openttd-0.0.23...openttd-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/openttd/0.0.29/Chart.lock b/incubator/openttd/0.0.29/Chart.lock deleted file mode 100644 index bcf19a91d17..00000000000 --- a/incubator/openttd/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:05.740212541Z" diff --git a/incubator/openttd/0.0.29/Chart.yaml b/incubator/openttd/0.0.29/Chart.yaml deleted file mode 100644 index 3532566ace3..00000000000 --- a/incubator/openttd/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build)." -home: https://truecharts.org/docs/charts/incubator/openttd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png -keywords: - - openttd - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openttd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/openttd - - https://www.openttd.org/ - - https://hub.docker.com/r/ich777/openttdserver -type: application -version: 0.0.29 diff --git a/incubator/openttd/0.0.29/README.md b/incubator/openttd/0.0.29/README.md deleted file mode 100644 index 3da93f2bf2c..00000000000 --- a/incubator/openttd/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# openttd - -This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openttd](https://truecharts.org/docs/charts/incubator/openttd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openttd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openttd TrueCharts/openttd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openttd` deployment - -```console -helm uninstall openttd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openttd \ - --set env.TZ="America/New York" \ - TrueCharts/openttd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openttd TrueCharts/openttd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/openttd/0.0.29/charts/common-10.7.0.tgz b/incubator/openttd/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/openttd/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/openttd/0.0.30/CHANGELOG.md b/incubator/openttd/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2e4707be953 --- /dev/null +++ b/incubator/openttd/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openttd-0.0.30](https://github.com/truecharts/charts/compare/openttd-0.0.29...openttd-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openttd-0.0.29](https://github.com/truecharts/charts/compare/openttd-0.0.28...openttd-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openttd-0.0.28](https://github.com/truecharts/charts/compare/openttd-0.0.27...openttd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openttd-0.0.28](https://github.com/truecharts/charts/compare/openttd-0.0.27...openttd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openttd-0.0.27](https://github.com/truecharts/charts/compare/openttd-0.0.26...openttd-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openttd-0.0.26](https://github.com/truecharts/charts/compare/openttd-0.0.25...openttd-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openttd-0.0.25](https://github.com/truecharts/charts/compare/openttd-0.0.24...openttd-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openttd-0.0.24](https://github.com/truecharts/charts/compare/openttd-0.0.23...openttd-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/openttd/0.0.30/Chart.lock b/incubator/openttd/0.0.30/Chart.lock new file mode 100644 index 00000000000..c83a7d9e8af --- /dev/null +++ b/incubator/openttd/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:43.827557286Z" diff --git a/incubator/openttd/0.0.30/Chart.yaml b/incubator/openttd/0.0.30/Chart.yaml new file mode 100644 index 00000000000..d3cda7adf05 --- /dev/null +++ b/incubator/openttd/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build)." +home: https://truecharts.org/docs/charts/incubator/openttd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.png +keywords: + - openttd + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openttd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/openttd + - https://www.openttd.org/ + - https://hub.docker.com/r/ich777/openttdserver +type: application +version: 0.0.30 diff --git a/incubator/openttd/0.0.30/README.md b/incubator/openttd/0.0.30/README.md new file mode 100644 index 00000000000..cab6800dc80 --- /dev/null +++ b/incubator/openttd/0.0.30/README.md @@ -0,0 +1,107 @@ +# openttd + +This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openttd](https://truecharts.org/docs/charts/incubator/openttd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openttd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openttd TrueCharts/openttd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openttd` deployment + +```console +helm uninstall openttd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openttd \ + --set env.TZ="America/New York" \ + TrueCharts/openttd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openttd TrueCharts/openttd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/openttd/0.0.29/app-readme.md b/incubator/openttd/0.0.30/app-readme.md similarity index 100% rename from incubator/openttd/0.0.29/app-readme.md rename to incubator/openttd/0.0.30/app-readme.md diff --git a/incubator/openttd/0.0.30/charts/common-10.7.1.tgz b/incubator/openttd/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/openttd/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/openttd/0.0.29/ix_values.yaml b/incubator/openttd/0.0.30/ix_values.yaml similarity index 100% rename from incubator/openttd/0.0.29/ix_values.yaml rename to incubator/openttd/0.0.30/ix_values.yaml diff --git a/incubator/openttd/0.0.29/questions.yaml b/incubator/openttd/0.0.30/questions.yaml similarity index 100% rename from incubator/openttd/0.0.29/questions.yaml rename to incubator/openttd/0.0.30/questions.yaml diff --git a/incubator/openttd/0.0.29/templates/common.yaml b/incubator/openttd/0.0.30/templates/common.yaml similarity index 100% rename from incubator/openttd/0.0.29/templates/common.yaml rename to incubator/openttd/0.0.30/templates/common.yaml diff --git a/incubator/openttd/0.0.29/values.yaml b/incubator/openttd/0.0.30/values.yaml similarity index 100% rename from incubator/openttd/0.0.29/values.yaml rename to incubator/openttd/0.0.30/values.yaml diff --git a/incubator/orbital-sync/0.0.13/CHANGELOG.md b/incubator/orbital-sync/0.0.13/CHANGELOG.md deleted file mode 100644 index 4fb8545aa82..00000000000 --- a/incubator/orbital-sync/0.0.13/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [orbital-sync-0.0.13](https://github.com/truecharts/charts/compare/orbital-sync-0.0.12...orbital-sync-0.0.13) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [orbital-sync-0.0.12](https://github.com/truecharts/charts/compare/orbital-sync-0.0.11...orbital-sync-0.0.12) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [orbital-sync-0.0.12](https://github.com/truecharts/charts/compare/orbital-sync-0.0.11...orbital-sync-0.0.12) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [orbital-sync-0.0.11](https://github.com/truecharts/charts/compare/orbital-sync-0.0.10...orbital-sync-0.0.11) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [orbital-sync-0.0.10](https://github.com/truecharts/charts/compare/orbital-sync-0.0.9...orbital-sync-0.0.10) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [orbital-sync-0.0.9](https://github.com/truecharts/charts/compare/orbital-sync-0.0.8...orbital-sync-0.0.9) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [orbital-sync-0.0.8](https://github.com/truecharts/charts/compare/orbital-sync-0.0.7...orbital-sync-0.0.8) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [orbital-sync-0.0.7](https://github.com/truecharts/charts/compare/orbital-sync-0.0.6...orbital-sync-0.0.7) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [orbital-sync-0.0.6](https://github.com/truecharts/charts/compare/orbital-sync-0.0.5...orbital-sync-0.0.6) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/orbital-sync/0.0.13/Chart.lock b/incubator/orbital-sync/0.0.13/Chart.lock deleted file mode 100644 index fde91e4523f..00000000000 --- a/incubator/orbital-sync/0.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:06.163338439Z" diff --git a/incubator/orbital-sync/0.0.13/Chart.yaml b/incubator/orbital-sync/0.0.13/Chart.yaml deleted file mode 100644 index ea06eb10d9d..00000000000 --- a/incubator/orbital-sync/0.0.13/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Orbital Sync synchronizes multiple Pi-hole instances for high availability. -home: https://truecharts.org/docs/charts/incubator/orbital-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/orbital-sync.png -keywords: - - Orbital Sync - - Pi-Hole - - DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: orbital-sync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/orbital-sync - - https://github.com/mattwebbio/orbital-sync/pkgs/container/orbital-sync -type: application -version: 0.0.13 -annotations: - truecharts.org/catagories: | - - network - - DNS - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/orbital-sync/0.0.13/README.md b/incubator/orbital-sync/0.0.13/README.md deleted file mode 100644 index d6fafa7cf44..00000000000 --- a/incubator/orbital-sync/0.0.13/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# orbital-sync - -Orbital Sync synchronizes multiple Pi-hole instances for high availability. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [orbital-sync](https://truecharts.org/docs/charts/incubator/orbital-sync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `orbital-sync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install orbital-sync TrueCharts/orbital-sync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `orbital-sync` deployment - -```console -helm uninstall orbital-sync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install orbital-sync \ - --set env.TZ="America/New York" \ - TrueCharts/orbital-sync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install orbital-sync TrueCharts/orbital-sync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/orbital-sync/0.0.13/charts/common-10.7.0.tgz b/incubator/orbital-sync/0.0.13/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/orbital-sync/0.0.13/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/orbital-sync/0.0.14/CHANGELOG.md b/incubator/orbital-sync/0.0.14/CHANGELOG.md new file mode 100644 index 00000000000..a0d85065be8 --- /dev/null +++ b/incubator/orbital-sync/0.0.14/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [orbital-sync-0.0.14](https://github.com/truecharts/charts/compare/orbital-sync-0.0.13...orbital-sync-0.0.14) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [orbital-sync-0.0.13](https://github.com/truecharts/charts/compare/orbital-sync-0.0.12...orbital-sync-0.0.13) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [orbital-sync-0.0.12](https://github.com/truecharts/charts/compare/orbital-sync-0.0.11...orbital-sync-0.0.12) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [orbital-sync-0.0.12](https://github.com/truecharts/charts/compare/orbital-sync-0.0.11...orbital-sync-0.0.12) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [orbital-sync-0.0.11](https://github.com/truecharts/charts/compare/orbital-sync-0.0.10...orbital-sync-0.0.11) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [orbital-sync-0.0.10](https://github.com/truecharts/charts/compare/orbital-sync-0.0.9...orbital-sync-0.0.10) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [orbital-sync-0.0.9](https://github.com/truecharts/charts/compare/orbital-sync-0.0.8...orbital-sync-0.0.9) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [orbital-sync-0.0.8](https://github.com/truecharts/charts/compare/orbital-sync-0.0.7...orbital-sync-0.0.8) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [orbital-sync-0.0.7](https://github.com/truecharts/charts/compare/orbital-sync-0.0.6...orbital-sync-0.0.7) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [orbital-sync-0.0.6](https://github.com/truecharts/charts/compare/orbital-sync-0.0.5...orbital-sync-0.0.6) (2022-09-22) + +### Chore diff --git a/incubator/orbital-sync/0.0.14/Chart.lock b/incubator/orbital-sync/0.0.14/Chart.lock new file mode 100644 index 00000000000..79ec4faf868 --- /dev/null +++ b/incubator/orbital-sync/0.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:35:43.867178855Z" diff --git a/incubator/orbital-sync/0.0.14/Chart.yaml b/incubator/orbital-sync/0.0.14/Chart.yaml new file mode 100644 index 00000000000..211bad3d0e7 --- /dev/null +++ b/incubator/orbital-sync/0.0.14/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Orbital Sync synchronizes multiple Pi-hole instances for high availability. +home: https://truecharts.org/docs/charts/incubator/orbital-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/orbital-sync.png +keywords: + - Orbital Sync + - Pi-Hole + - DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: orbital-sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/orbital-sync + - https://github.com/mattwebbio/orbital-sync/pkgs/container/orbital-sync +type: application +version: 0.0.14 +annotations: + truecharts.org/catagories: | + - network + - DNS + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/orbital-sync/0.0.14/README.md b/incubator/orbital-sync/0.0.14/README.md new file mode 100644 index 00000000000..4b7e5c937b3 --- /dev/null +++ b/incubator/orbital-sync/0.0.14/README.md @@ -0,0 +1,106 @@ +# orbital-sync + +Orbital Sync synchronizes multiple Pi-hole instances for high availability. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [orbital-sync](https://truecharts.org/docs/charts/incubator/orbital-sync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `orbital-sync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install orbital-sync TrueCharts/orbital-sync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `orbital-sync` deployment + +```console +helm uninstall orbital-sync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install orbital-sync \ + --set env.TZ="America/New York" \ + TrueCharts/orbital-sync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install orbital-sync TrueCharts/orbital-sync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/orbital-sync/0.0.13/app-readme.md b/incubator/orbital-sync/0.0.14/app-readme.md similarity index 100% rename from incubator/orbital-sync/0.0.13/app-readme.md rename to incubator/orbital-sync/0.0.14/app-readme.md diff --git a/incubator/orbital-sync/0.0.14/charts/common-10.7.1.tgz b/incubator/orbital-sync/0.0.14/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/orbital-sync/0.0.14/charts/common-10.7.1.tgz differ diff --git a/incubator/orbital-sync/0.0.13/ix_values.yaml b/incubator/orbital-sync/0.0.14/ix_values.yaml similarity index 100% rename from incubator/orbital-sync/0.0.13/ix_values.yaml rename to incubator/orbital-sync/0.0.14/ix_values.yaml diff --git a/incubator/orbital-sync/0.0.13/questions.yaml b/incubator/orbital-sync/0.0.14/questions.yaml similarity index 100% rename from incubator/orbital-sync/0.0.13/questions.yaml rename to incubator/orbital-sync/0.0.14/questions.yaml diff --git a/incubator/orbital-sync/0.0.13/templates/_pihole-hosts.tpl b/incubator/orbital-sync/0.0.14/templates/_pihole-hosts.tpl similarity index 100% rename from incubator/orbital-sync/0.0.13/templates/_pihole-hosts.tpl rename to incubator/orbital-sync/0.0.14/templates/_pihole-hosts.tpl diff --git a/incubator/orbital-sync/0.0.13/templates/common.yaml b/incubator/orbital-sync/0.0.14/templates/common.yaml similarity index 100% rename from incubator/orbital-sync/0.0.13/templates/common.yaml rename to incubator/orbital-sync/0.0.14/templates/common.yaml diff --git a/incubator/orbital-sync/0.0.13/values.yaml b/incubator/orbital-sync/0.0.14/values.yaml similarity index 100% rename from incubator/orbital-sync/0.0.13/values.yaml rename to incubator/orbital-sync/0.0.14/values.yaml diff --git a/incubator/owi2plex/0.0.29/CHANGELOG.md b/incubator/owi2plex/0.0.29/CHANGELOG.md deleted file mode 100644 index 619c7b7c7f5..00000000000 --- a/incubator/owi2plex/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [owi2plex-0.0.29](https://github.com/truecharts/charts/compare/owi2plex-0.0.28...owi2plex-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [owi2plex-0.0.28](https://github.com/truecharts/charts/compare/owi2plex-0.0.27...owi2plex-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owi2plex-0.0.28](https://github.com/truecharts/charts/compare/owi2plex-0.0.27...owi2plex-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owi2plex-0.0.27](https://github.com/truecharts/charts/compare/owi2plex-0.0.26...owi2plex-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [owi2plex-0.0.26](https://github.com/truecharts/charts/compare/owi2plex-0.0.25...owi2plex-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [owi2plex-0.0.25](https://github.com/truecharts/charts/compare/owi2plex-0.0.24...owi2plex-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [owi2plex-0.0.24](https://github.com/truecharts/charts/compare/owi2plex-0.0.23...owi2plex-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [owi2plex-0.0.24](https://github.com/truecharts/charts/compare/owi2plex-0.0.23...owi2plex-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/owi2plex/0.0.29/Chart.lock b/incubator/owi2plex/0.0.29/Chart.lock deleted file mode 100644 index 36aae727f6e..00000000000 --- a/incubator/owi2plex/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:13.761248055Z" diff --git a/incubator/owi2plex/0.0.29/Chart.yaml b/incubator/owi2plex/0.0.29/Chart.yaml deleted file mode 100644 index e051c65a89c..00000000000 --- a/incubator/owi2plex/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "a xml grabber for enigma with open webif" -home: https://truecharts.org/docs/charts/incubator/owi2plex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png -keywords: - - owi2plex - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: owi2plex -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/owi2plex - - https://github.com/alturismo/owi2plex - - https://hub.docker.com/r/alturismo/owi2plex -type: application -version: 0.0.29 diff --git a/incubator/owi2plex/0.0.29/README.md b/incubator/owi2plex/0.0.29/README.md deleted file mode 100644 index 17e4b87efcb..00000000000 --- a/incubator/owi2plex/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# owi2plex - -a xml grabber for enigma with open webif - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [owi2plex](https://truecharts.org/docs/charts/incubator/owi2plex) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `owi2plex` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install owi2plex TrueCharts/owi2plex -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `owi2plex` deployment - -```console -helm uninstall owi2plex -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install owi2plex \ - --set env.TZ="America/New York" \ - TrueCharts/owi2plex -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install owi2plex TrueCharts/owi2plex -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/owi2plex/0.0.29/charts/common-10.7.0.tgz b/incubator/owi2plex/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/owi2plex/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/owi2plex/0.0.30/CHANGELOG.md b/incubator/owi2plex/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..31b56d85b0a --- /dev/null +++ b/incubator/owi2plex/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [owi2plex-0.0.30](https://github.com/truecharts/charts/compare/owi2plex-0.0.29...owi2plex-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [owi2plex-0.0.29](https://github.com/truecharts/charts/compare/owi2plex-0.0.28...owi2plex-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [owi2plex-0.0.28](https://github.com/truecharts/charts/compare/owi2plex-0.0.27...owi2plex-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owi2plex-0.0.28](https://github.com/truecharts/charts/compare/owi2plex-0.0.27...owi2plex-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owi2plex-0.0.27](https://github.com/truecharts/charts/compare/owi2plex-0.0.26...owi2plex-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [owi2plex-0.0.26](https://github.com/truecharts/charts/compare/owi2plex-0.0.25...owi2plex-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [owi2plex-0.0.25](https://github.com/truecharts/charts/compare/owi2plex-0.0.24...owi2plex-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [owi2plex-0.0.24](https://github.com/truecharts/charts/compare/owi2plex-0.0.23...owi2plex-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [owi2plex-0.0.24](https://github.com/truecharts/charts/compare/owi2plex-0.0.23...owi2plex-0.0.24) (2022-09-21) diff --git a/incubator/owi2plex/0.0.30/Chart.lock b/incubator/owi2plex/0.0.30/Chart.lock new file mode 100644 index 00000000000..1ed0f2b6b2f --- /dev/null +++ b/incubator/owi2plex/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:07.662340036Z" diff --git a/incubator/owi2plex/0.0.30/Chart.yaml b/incubator/owi2plex/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c708906d8ee --- /dev/null +++ b/incubator/owi2plex/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "a xml grabber for enigma with open webif" +home: https://truecharts.org/docs/charts/incubator/owi2plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.png +keywords: + - owi2plex + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: owi2plex +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/owi2plex + - https://github.com/alturismo/owi2plex + - https://hub.docker.com/r/alturismo/owi2plex +type: application +version: 0.0.30 diff --git a/incubator/owi2plex/0.0.30/README.md b/incubator/owi2plex/0.0.30/README.md new file mode 100644 index 00000000000..b0bfde8a765 --- /dev/null +++ b/incubator/owi2plex/0.0.30/README.md @@ -0,0 +1,107 @@ +# owi2plex + +a xml grabber for enigma with open webif + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [owi2plex](https://truecharts.org/docs/charts/incubator/owi2plex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `owi2plex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install owi2plex TrueCharts/owi2plex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `owi2plex` deployment + +```console +helm uninstall owi2plex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install owi2plex \ + --set env.TZ="America/New York" \ + TrueCharts/owi2plex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install owi2plex TrueCharts/owi2plex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/owi2plex/0.0.29/app-readme.md b/incubator/owi2plex/0.0.30/app-readme.md similarity index 100% rename from incubator/owi2plex/0.0.29/app-readme.md rename to incubator/owi2plex/0.0.30/app-readme.md diff --git a/incubator/owi2plex/0.0.30/charts/common-10.7.1.tgz b/incubator/owi2plex/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/owi2plex/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/owi2plex/0.0.29/ix_values.yaml b/incubator/owi2plex/0.0.30/ix_values.yaml similarity index 100% rename from incubator/owi2plex/0.0.29/ix_values.yaml rename to incubator/owi2plex/0.0.30/ix_values.yaml diff --git a/incubator/owi2plex/0.0.29/questions.yaml b/incubator/owi2plex/0.0.30/questions.yaml similarity index 100% rename from incubator/owi2plex/0.0.29/questions.yaml rename to incubator/owi2plex/0.0.30/questions.yaml diff --git a/incubator/owi2plex/0.0.29/templates/common.yaml b/incubator/owi2plex/0.0.30/templates/common.yaml similarity index 100% rename from incubator/owi2plex/0.0.29/templates/common.yaml rename to incubator/owi2plex/0.0.30/templates/common.yaml diff --git a/incubator/owi2plex/0.0.29/values.yaml b/incubator/owi2plex/0.0.30/values.yaml similarity index 100% rename from incubator/owi2plex/0.0.29/values.yaml rename to incubator/owi2plex/0.0.30/values.yaml diff --git a/incubator/passwordpusherephemeral/0.0.57/CHANGELOG.md b/incubator/passwordpusherephemeral/0.0.57/CHANGELOG.md deleted file mode 100644 index 21b2280c6eb..00000000000 --- a/incubator/passwordpusherephemeral/0.0.57/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [passwordpusherephemeral-0.0.57](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.56...passwordpusherephemeral-0.0.57) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - - -## [passwordpusherephemeral-0.0.55](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.54...passwordpusherephemeral-0.0.55) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.54](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.53...passwordpusherephemeral-0.0.54) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [passwordpusherephemeral-0.0.53](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.52...passwordpusherephemeral-0.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [passwordpusherephemeral-0.0.52](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.51...passwordpusherephemeral-0.0.52) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [passwordpusherephemeral-0.0.51](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.50...passwordpusherephemeral-0.0.51) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.50](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.50) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [passwordpusherephemeral-0.0.49](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [passwordpusherephemeral-0.0.48](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.47...passwordpusherephemeral-0.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [passwordpusherephemeral-0.0.47](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.46...passwordpusherephemeral-0.0.47) (2022-10-05) diff --git a/incubator/passwordpusherephemeral/0.0.57/Chart.lock b/incubator/passwordpusherephemeral/0.0.57/Chart.lock deleted file mode 100644 index 39ed7e44e08..00000000000 --- a/incubator/passwordpusherephemeral/0.0.57/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:01:44.679682129Z" diff --git a/incubator/passwordpusherephemeral/0.0.57/Chart.yaml b/incubator/passwordpusherephemeral/0.0.57/Chart.yaml deleted file mode 100644 index 67266a0f3b9..00000000000 --- a/incubator/passwordpusherephemeral/0.0.57/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Security - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. -home: https://truecharts.org/docs/charts/incubator/passwordpusherephemeral -icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png -keywords: - - passwordpusherephemeral - - Productivity - - Security - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: passwordpusherephemeral -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral - - https://github.com/pglombardo/PasswordPusher - - https://hub.docker.com/r/pglombardo/pwpush-ephemeral/ -type: application -version: 0.0.57 diff --git a/incubator/passwordpusherephemeral/0.0.57/README.md b/incubator/passwordpusherephemeral/0.0.57/README.md deleted file mode 100644 index c98c0f093cd..00000000000 --- a/incubator/passwordpusherephemeral/0.0.57/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# passwordpusherephemeral - -Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [passwordpusherephemeral](https://truecharts.org/docs/charts/incubator/passwordpusherephemeral) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `passwordpusherephemeral` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `passwordpusherephemeral` deployment - -```console -helm uninstall passwordpusherephemeral -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install passwordpusherephemeral \ - --set env.TZ="America/New York" \ - TrueCharts/passwordpusherephemeral -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/passwordpusherephemeral/0.0.57/charts/common-10.7.0.tgz b/incubator/passwordpusherephemeral/0.0.57/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/passwordpusherephemeral/0.0.57/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/passwordpusherephemeral/0.0.58/CHANGELOG.md b/incubator/passwordpusherephemeral/0.0.58/CHANGELOG.md new file mode 100644 index 00000000000..3e46e3d78d5 --- /dev/null +++ b/incubator/passwordpusherephemeral/0.0.58/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [passwordpusherephemeral-0.0.58](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.57...passwordpusherephemeral-0.0.58) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [passwordpusherephemeral-0.0.57](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.56...passwordpusherephemeral-0.0.57) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + + +## [passwordpusherephemeral-0.0.55](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.54...passwordpusherephemeral-0.0.55) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [passwordpusherephemeral-0.0.54](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.53...passwordpusherephemeral-0.0.54) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [passwordpusherephemeral-0.0.53](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.52...passwordpusherephemeral-0.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [passwordpusherephemeral-0.0.52](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.51...passwordpusherephemeral-0.0.52) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [passwordpusherephemeral-0.0.51](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.50...passwordpusherephemeral-0.0.51) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [passwordpusherephemeral-0.0.50](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.50) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [passwordpusherephemeral-0.0.49](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.48...passwordpusherephemeral-0.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [passwordpusherephemeral-0.0.48](https://github.com/truecharts/charts/compare/passwordpusherephemeral-0.0.47...passwordpusherephemeral-0.0.48) (2022-10-07) diff --git a/incubator/passwordpusherephemeral/0.0.58/Chart.lock b/incubator/passwordpusherephemeral/0.0.58/Chart.lock new file mode 100644 index 00000000000..3b72014f281 --- /dev/null +++ b/incubator/passwordpusherephemeral/0.0.58/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:15.163611821Z" diff --git a/incubator/passwordpusherephemeral/0.0.58/Chart.yaml b/incubator/passwordpusherephemeral/0.0.58/Chart.yaml new file mode 100644 index 00000000000..122ad69434b --- /dev/null +++ b/incubator/passwordpusherephemeral/0.0.58/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Security + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. +home: https://truecharts.org/docs/charts/incubator/passwordpusherephemeral +icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.png +keywords: + - passwordpusherephemeral + - Productivity + - Security + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: passwordpusherephemeral +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/passwordpusherephemeral + - https://github.com/pglombardo/PasswordPusher + - https://hub.docker.com/r/pglombardo/pwpush-ephemeral/ +type: application +version: 0.0.58 diff --git a/incubator/passwordpusherephemeral/0.0.58/README.md b/incubator/passwordpusherephemeral/0.0.58/README.md new file mode 100644 index 00000000000..7bdd2b655a4 --- /dev/null +++ b/incubator/passwordpusherephemeral/0.0.58/README.md @@ -0,0 +1,107 @@ +# passwordpusherephemeral + +Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [passwordpusherephemeral](https://truecharts.org/docs/charts/incubator/passwordpusherephemeral) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `passwordpusherephemeral` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `passwordpusherephemeral` deployment + +```console +helm uninstall passwordpusherephemeral +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install passwordpusherephemeral \ + --set env.TZ="America/New York" \ + TrueCharts/passwordpusherephemeral +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install passwordpusherephemeral TrueCharts/passwordpusherephemeral -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/passwordpusherephemeral/0.0.57/app-readme.md b/incubator/passwordpusherephemeral/0.0.58/app-readme.md similarity index 100% rename from incubator/passwordpusherephemeral/0.0.57/app-readme.md rename to incubator/passwordpusherephemeral/0.0.58/app-readme.md diff --git a/incubator/passwordpusherephemeral/0.0.58/charts/common-10.7.1.tgz b/incubator/passwordpusherephemeral/0.0.58/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/passwordpusherephemeral/0.0.58/charts/common-10.7.1.tgz differ diff --git a/incubator/passwordpusherephemeral/0.0.57/ix_values.yaml b/incubator/passwordpusherephemeral/0.0.58/ix_values.yaml similarity index 100% rename from incubator/passwordpusherephemeral/0.0.57/ix_values.yaml rename to incubator/passwordpusherephemeral/0.0.58/ix_values.yaml diff --git a/incubator/passwordpusherephemeral/0.0.57/questions.yaml b/incubator/passwordpusherephemeral/0.0.58/questions.yaml similarity index 100% rename from incubator/passwordpusherephemeral/0.0.57/questions.yaml rename to incubator/passwordpusherephemeral/0.0.58/questions.yaml diff --git a/incubator/passwordpusherephemeral/0.0.57/templates/common.yaml b/incubator/passwordpusherephemeral/0.0.58/templates/common.yaml similarity index 100% rename from incubator/passwordpusherephemeral/0.0.57/templates/common.yaml rename to incubator/passwordpusherephemeral/0.0.58/templates/common.yaml diff --git a/incubator/passwordpusherephemeral/0.0.57/values.yaml b/incubator/passwordpusherephemeral/0.0.58/values.yaml similarity index 100% rename from incubator/passwordpusherephemeral/0.0.57/values.yaml rename to incubator/passwordpusherephemeral/0.0.58/values.yaml diff --git a/incubator/pastey/0.0.31/CHANGELOG.md b/incubator/pastey/0.0.31/CHANGELOG.md deleted file mode 100644 index 3921b6fa150..00000000000 --- a/incubator/pastey/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pastey-0.0.31](https://github.com/truecharts/charts/compare/pastey-0.0.30...pastey-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pastey-0.0.30](https://github.com/truecharts/charts/compare/pastey-0.0.29...pastey-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pastey-0.0.30](https://github.com/truecharts/charts/compare/pastey-0.0.29...pastey-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pastey-0.0.29](https://github.com/truecharts/charts/compare/pastey-0.0.28...pastey-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pastey-0.0.28](https://github.com/truecharts/charts/compare/pastey-0.0.27...pastey-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pastey-0.0.27](https://github.com/truecharts/charts/compare/pastey-0.0.26...pastey-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pastey-0.0.26](https://github.com/truecharts/charts/compare/pastey-0.0.25...pastey-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pastey-0.0.26](https://github.com/truecharts/charts/compare/pastey-0.0.25...pastey-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pastey/0.0.31/Chart.lock b/incubator/pastey/0.0.31/Chart.lock deleted file mode 100644 index 2b441147e41..00000000000 --- a/incubator/pastey/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:35.148523466Z" diff --git a/incubator/pastey/0.0.31/Chart.yaml b/incubator/pastey/0.0.31/Chart.yaml deleted file mode 100644 index 79828f097f2..00000000000 --- a/incubator/pastey/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. -home: https://truecharts.org/docs/charts/incubator/pastey -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png -keywords: - - pastey - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pastey -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pastey - - https://github.com/Cesura/pastey - - https://hub.docker.com/r/cesura/pastey/ -type: application -version: 0.0.31 diff --git a/incubator/pastey/0.0.31/README.md b/incubator/pastey/0.0.31/README.md deleted file mode 100644 index 032e835ef02..00000000000 --- a/incubator/pastey/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pastey - -A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pastey](https://truecharts.org/docs/charts/incubator/pastey) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pastey` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pastey TrueCharts/pastey -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pastey` deployment - -```console -helm uninstall pastey -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pastey \ - --set env.TZ="America/New York" \ - TrueCharts/pastey -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pastey TrueCharts/pastey -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pastey/0.0.31/charts/common-10.7.0.tgz b/incubator/pastey/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pastey/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pastey/0.0.32/CHANGELOG.md b/incubator/pastey/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..21e72c26fc6 --- /dev/null +++ b/incubator/pastey/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pastey-0.0.32](https://github.com/truecharts/charts/compare/pastey-0.0.31...pastey-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pastey-0.0.31](https://github.com/truecharts/charts/compare/pastey-0.0.30...pastey-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pastey-0.0.30](https://github.com/truecharts/charts/compare/pastey-0.0.29...pastey-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pastey-0.0.30](https://github.com/truecharts/charts/compare/pastey-0.0.29...pastey-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pastey-0.0.29](https://github.com/truecharts/charts/compare/pastey-0.0.28...pastey-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pastey-0.0.28](https://github.com/truecharts/charts/compare/pastey-0.0.27...pastey-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pastey-0.0.27](https://github.com/truecharts/charts/compare/pastey-0.0.26...pastey-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pastey-0.0.26](https://github.com/truecharts/charts/compare/pastey-0.0.25...pastey-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pastey/0.0.32/Chart.lock b/incubator/pastey/0.0.32/Chart.lock new file mode 100644 index 00000000000..fdcb27b0c37 --- /dev/null +++ b/incubator/pastey/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:15.739845118Z" diff --git a/incubator/pastey/0.0.32/Chart.yaml b/incubator/pastey/0.0.32/Chart.yaml new file mode 100644 index 00000000000..2d779abe6f1 --- /dev/null +++ b/incubator/pastey/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. +home: https://truecharts.org/docs/charts/incubator/pastey +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.png +keywords: + - pastey + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pastey +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pastey + - https://github.com/Cesura/pastey + - https://hub.docker.com/r/cesura/pastey/ +type: application +version: 0.0.32 diff --git a/incubator/pastey/0.0.32/README.md b/incubator/pastey/0.0.32/README.md new file mode 100644 index 00000000000..4ff16633a4d --- /dev/null +++ b/incubator/pastey/0.0.32/README.md @@ -0,0 +1,107 @@ +# pastey + +A lightweight, self-hosted paste platform (Pastebin alternative) with language detection and on-disk encryption. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pastey](https://truecharts.org/docs/charts/incubator/pastey) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pastey` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pastey TrueCharts/pastey +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pastey` deployment + +```console +helm uninstall pastey +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pastey \ + --set env.TZ="America/New York" \ + TrueCharts/pastey +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pastey TrueCharts/pastey -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pastey/0.0.31/app-readme.md b/incubator/pastey/0.0.32/app-readme.md similarity index 100% rename from incubator/pastey/0.0.31/app-readme.md rename to incubator/pastey/0.0.32/app-readme.md diff --git a/incubator/pastey/0.0.32/charts/common-10.7.1.tgz b/incubator/pastey/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pastey/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/pastey/0.0.31/ix_values.yaml b/incubator/pastey/0.0.32/ix_values.yaml similarity index 100% rename from incubator/pastey/0.0.31/ix_values.yaml rename to incubator/pastey/0.0.32/ix_values.yaml diff --git a/incubator/pastey/0.0.31/questions.yaml b/incubator/pastey/0.0.32/questions.yaml similarity index 100% rename from incubator/pastey/0.0.31/questions.yaml rename to incubator/pastey/0.0.32/questions.yaml diff --git a/incubator/pastey/0.0.31/templates/common.yaml b/incubator/pastey/0.0.32/templates/common.yaml similarity index 100% rename from incubator/pastey/0.0.31/templates/common.yaml rename to incubator/pastey/0.0.32/templates/common.yaml diff --git a/incubator/pastey/0.0.31/values.yaml b/incubator/pastey/0.0.32/values.yaml similarity index 100% rename from incubator/pastey/0.0.31/values.yaml rename to incubator/pastey/0.0.32/values.yaml diff --git a/incubator/pavlovvr/0.0.29/CHANGELOG.md b/incubator/pavlovvr/0.0.29/CHANGELOG.md deleted file mode 100644 index d46c7b61c67..00000000000 --- a/incubator/pavlovvr/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pavlovvr-0.0.29](https://github.com/truecharts/charts/compare/pavlovvr-0.0.28...pavlovvr-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pavlovvr-0.0.28](https://github.com/truecharts/charts/compare/pavlovvr-0.0.27...pavlovvr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pavlovvr-0.0.28](https://github.com/truecharts/charts/compare/pavlovvr-0.0.27...pavlovvr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pavlovvr-0.0.27](https://github.com/truecharts/charts/compare/pavlovvr-0.0.26...pavlovvr-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pavlovvr-0.0.26](https://github.com/truecharts/charts/compare/pavlovvr-0.0.25...pavlovvr-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pavlovvr-0.0.25](https://github.com/truecharts/charts/compare/pavlovvr-0.0.24...pavlovvr-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pavlovvr-0.0.24](https://github.com/truecharts/charts/compare/pavlovvr-0.0.23...pavlovvr-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pavlovvr-0.0.24](https://github.com/truecharts/charts/compare/pavlovvr-0.0.23...pavlovvr-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pavlovvr/0.0.29/Chart.lock b/incubator/pavlovvr/0.0.29/Chart.lock deleted file mode 100644 index d4587491366..00000000000 --- a/incubator/pavlovvr/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:35.538100931Z" diff --git a/incubator/pavlovvr/0.0.29/Chart.yaml b/incubator/pavlovvr/0.0.29/Chart.yaml deleted file mode 100644 index 639ff05ffb7..00000000000 --- a/incubator/pavlovvr/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Pavlov VR and run it." -home: https://truecharts.org/docs/charts/incubator/pavlovvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png -keywords: - - pavlovvr - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pavlovvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pavlovvr - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/pavlovvr/0.0.29/README.md b/incubator/pavlovvr/0.0.29/README.md deleted file mode 100644 index d4bd62224f8..00000000000 --- a/incubator/pavlovvr/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pavlovvr - -This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pavlovvr](https://truecharts.org/docs/charts/incubator/pavlovvr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pavlovvr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pavlovvr TrueCharts/pavlovvr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pavlovvr` deployment - -```console -helm uninstall pavlovvr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pavlovvr \ - --set env.TZ="America/New York" \ - TrueCharts/pavlovvr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pavlovvr TrueCharts/pavlovvr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pavlovvr/0.0.29/charts/common-10.7.0.tgz b/incubator/pavlovvr/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pavlovvr/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pavlovvr/0.0.30/CHANGELOG.md b/incubator/pavlovvr/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b2f5d98b56f --- /dev/null +++ b/incubator/pavlovvr/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pavlovvr-0.0.30](https://github.com/truecharts/charts/compare/pavlovvr-0.0.29...pavlovvr-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pavlovvr-0.0.29](https://github.com/truecharts/charts/compare/pavlovvr-0.0.28...pavlovvr-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pavlovvr-0.0.28](https://github.com/truecharts/charts/compare/pavlovvr-0.0.27...pavlovvr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pavlovvr-0.0.28](https://github.com/truecharts/charts/compare/pavlovvr-0.0.27...pavlovvr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pavlovvr-0.0.27](https://github.com/truecharts/charts/compare/pavlovvr-0.0.26...pavlovvr-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pavlovvr-0.0.26](https://github.com/truecharts/charts/compare/pavlovvr-0.0.25...pavlovvr-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pavlovvr-0.0.25](https://github.com/truecharts/charts/compare/pavlovvr-0.0.24...pavlovvr-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pavlovvr-0.0.24](https://github.com/truecharts/charts/compare/pavlovvr-0.0.23...pavlovvr-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pavlovvr/0.0.30/Chart.lock b/incubator/pavlovvr/0.0.30/Chart.lock new file mode 100644 index 00000000000..5a172890109 --- /dev/null +++ b/incubator/pavlovvr/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:23.950260997Z" diff --git a/incubator/pavlovvr/0.0.30/Chart.yaml b/incubator/pavlovvr/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a2de4c2a17a --- /dev/null +++ b/incubator/pavlovvr/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Pavlov VR and run it." +home: https://truecharts.org/docs/charts/incubator/pavlovvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.png +keywords: + - pavlovvr + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pavlovvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pavlovvr + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/pavlovvr/0.0.30/README.md b/incubator/pavlovvr/0.0.30/README.md new file mode 100644 index 00000000000..4dcb172ce59 --- /dev/null +++ b/incubator/pavlovvr/0.0.30/README.md @@ -0,0 +1,107 @@ +# pavlovvr + +This Chart will download and install SteamCMD. It will also install Pavlov VR and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pavlovvr](https://truecharts.org/docs/charts/incubator/pavlovvr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pavlovvr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pavlovvr TrueCharts/pavlovvr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pavlovvr` deployment + +```console +helm uninstall pavlovvr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pavlovvr \ + --set env.TZ="America/New York" \ + TrueCharts/pavlovvr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pavlovvr TrueCharts/pavlovvr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pavlovvr/0.0.29/app-readme.md b/incubator/pavlovvr/0.0.30/app-readme.md similarity index 100% rename from incubator/pavlovvr/0.0.29/app-readme.md rename to incubator/pavlovvr/0.0.30/app-readme.md diff --git a/incubator/pavlovvr/0.0.30/charts/common-10.7.1.tgz b/incubator/pavlovvr/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pavlovvr/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pavlovvr/0.0.29/ix_values.yaml b/incubator/pavlovvr/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pavlovvr/0.0.29/ix_values.yaml rename to incubator/pavlovvr/0.0.30/ix_values.yaml diff --git a/incubator/pavlovvr/0.0.29/questions.yaml b/incubator/pavlovvr/0.0.30/questions.yaml similarity index 100% rename from incubator/pavlovvr/0.0.29/questions.yaml rename to incubator/pavlovvr/0.0.30/questions.yaml diff --git a/incubator/pavlovvr/0.0.29/templates/common.yaml b/incubator/pavlovvr/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pavlovvr/0.0.29/templates/common.yaml rename to incubator/pavlovvr/0.0.30/templates/common.yaml diff --git a/incubator/pavlovvr/0.0.29/values.yaml b/incubator/pavlovvr/0.0.30/values.yaml similarity index 100% rename from incubator/pavlovvr/0.0.29/values.yaml rename to incubator/pavlovvr/0.0.30/values.yaml diff --git a/incubator/phoenixstats/0.1.1/CHANGELOG.md b/incubator/phoenixstats/0.1.1/CHANGELOG.md deleted file mode 100644 index 9574b4f871f..00000000000 --- a/incubator/phoenixstats/0.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [phoenixstats-0.1.1](https://github.com/truecharts/charts/compare/phoenixstats-0.1.0...phoenixstats-0.1.1) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [phoenixstats-0.1.0](https://github.com/truecharts/charts/compare/phoenixstats-0.0.28...phoenixstats-0.1.0) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Deprecate Chart ([#4054](https://github.com/truecharts/charts/issues/4054)) - - - - -## [phoenixstats-0.0.28](https://github.com/truecharts/charts/compare/phoenixstats-0.0.27...phoenixstats-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phoenixstats-0.0.28](https://github.com/truecharts/charts/compare/phoenixstats-0.0.27...phoenixstats-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phoenixstats-0.0.27](https://github.com/truecharts/charts/compare/phoenixstats-0.0.26...phoenixstats-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [phoenixstats-0.0.26](https://github.com/truecharts/charts/compare/phoenixstats-0.0.25...phoenixstats-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [phoenixstats-0.0.25](https://github.com/truecharts/charts/compare/phoenixstats-0.0.24...phoenixstats-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [phoenixstats-0.0.24](https://github.com/truecharts/charts/compare/phoenixstats-0.0.23...phoenixstats-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) diff --git a/incubator/phoenixstats/0.1.1/Chart.lock b/incubator/phoenixstats/0.1.1/Chart.lock deleted file mode 100644 index d124bd7797f..00000000000 --- a/incubator/phoenixstats/0.1.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:54:42.736314486Z" diff --git a/incubator/phoenixstats/0.1.1/Chart.yaml b/incubator/phoenixstats/0.1.1/Chart.yaml deleted file mode 100644 index e70d36a5e2b..00000000000 --- a/incubator/phoenixstats/0.1.1/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: true -description: Simple Chart for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. -home: https://truecharts.org/docs/charts/incubator/phoenixstats -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoenixstats.png -keywords: - - phoenixstats - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: phoenixstats -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/phoenixstats - - https://hub.docker.com/r/lnxd/phoenixstats -type: application -version: 0.1.1 diff --git a/incubator/phoenixstats/0.1.1/README.md b/incubator/phoenixstats/0.1.1/README.md deleted file mode 100644 index aad43b9b815..00000000000 --- a/incubator/phoenixstats/0.1.1/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# phoenixstats - -Simple Chart for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. - -> **:exclamation: This Helm Chart is deprecated!** - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [phoenixstats](https://truecharts.org/docs/charts/incubator/phoenixstats) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `phoenixstats` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install phoenixstats TrueCharts/phoenixstats -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `phoenixstats` deployment - -```console -helm uninstall phoenixstats -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install phoenixstats \ - --set env.TZ="America/New York" \ - TrueCharts/phoenixstats -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install phoenixstats TrueCharts/phoenixstats -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/phoenixstats/0.1.1/charts/common-10.7.0.tgz b/incubator/phoenixstats/0.1.1/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/phoenixstats/0.1.1/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/phoenixstats/0.1.2/CHANGELOG.md b/incubator/phoenixstats/0.1.2/CHANGELOG.md new file mode 100644 index 00000000000..1f83e936687 --- /dev/null +++ b/incubator/phoenixstats/0.1.2/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [phoenixstats-0.1.2](https://github.com/truecharts/charts/compare/phoenixstats-0.1.1...phoenixstats-0.1.2) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [phoenixstats-0.1.1](https://github.com/truecharts/charts/compare/phoenixstats-0.1.0...phoenixstats-0.1.1) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [phoenixstats-0.1.0](https://github.com/truecharts/charts/compare/phoenixstats-0.0.28...phoenixstats-0.1.0) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- Deprecate Chart ([#4054](https://github.com/truecharts/charts/issues/4054)) + + + + +## [phoenixstats-0.0.28](https://github.com/truecharts/charts/compare/phoenixstats-0.0.27...phoenixstats-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phoenixstats-0.0.28](https://github.com/truecharts/charts/compare/phoenixstats-0.0.27...phoenixstats-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phoenixstats-0.0.27](https://github.com/truecharts/charts/compare/phoenixstats-0.0.26...phoenixstats-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [phoenixstats-0.0.26](https://github.com/truecharts/charts/compare/phoenixstats-0.0.25...phoenixstats-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [phoenixstats-0.0.25](https://github.com/truecharts/charts/compare/phoenixstats-0.0.24...phoenixstats-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [phoenixstats-0.0.24](https://github.com/truecharts/charts/compare/phoenixstats-0.0.23...phoenixstats-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/phoenixstats/0.1.2/Chart.lock b/incubator/phoenixstats/0.1.2/Chart.lock new file mode 100644 index 00000000000..699da12d362 --- /dev/null +++ b/incubator/phoenixstats/0.1.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:38.533769461Z" diff --git a/incubator/phoenixstats/0.1.2/Chart.yaml b/incubator/phoenixstats/0.1.2/Chart.yaml new file mode 100644 index 00000000000..1404758d3a0 --- /dev/null +++ b/incubator/phoenixstats/0.1.2/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: true +description: Simple Chart for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. +home: https://truecharts.org/docs/charts/incubator/phoenixstats +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoenixstats.png +keywords: + - phoenixstats + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: phoenixstats +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phoenixstats + - https://hub.docker.com/r/lnxd/phoenixstats +type: application +version: 0.1.2 diff --git a/incubator/phoenixstats/0.1.2/README.md b/incubator/phoenixstats/0.1.2/README.md new file mode 100644 index 00000000000..b1225faa885 --- /dev/null +++ b/incubator/phoenixstats/0.1.2/README.md @@ -0,0 +1,108 @@ +# phoenixstats + +Simple Chart for displaying stats from any PhoenixMiner instance. Made to go with PhoenixMiner-AMD. + +> **:exclamation: This Helm Chart is deprecated!** + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [phoenixstats](https://truecharts.org/docs/charts/incubator/phoenixstats) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `phoenixstats` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install phoenixstats TrueCharts/phoenixstats +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `phoenixstats` deployment + +```console +helm uninstall phoenixstats +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install phoenixstats \ + --set env.TZ="America/New York" \ + TrueCharts/phoenixstats +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install phoenixstats TrueCharts/phoenixstats -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/phoenixstats/0.1.1/app-readme.md b/incubator/phoenixstats/0.1.2/app-readme.md similarity index 100% rename from incubator/phoenixstats/0.1.1/app-readme.md rename to incubator/phoenixstats/0.1.2/app-readme.md diff --git a/incubator/phoenixstats/0.1.2/charts/common-10.7.1.tgz b/incubator/phoenixstats/0.1.2/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/phoenixstats/0.1.2/charts/common-10.7.1.tgz differ diff --git a/incubator/phoenixstats/0.1.1/ix_values.yaml b/incubator/phoenixstats/0.1.2/ix_values.yaml similarity index 100% rename from incubator/phoenixstats/0.1.1/ix_values.yaml rename to incubator/phoenixstats/0.1.2/ix_values.yaml diff --git a/incubator/phoenixstats/0.1.1/questions.yaml b/incubator/phoenixstats/0.1.2/questions.yaml similarity index 100% rename from incubator/phoenixstats/0.1.1/questions.yaml rename to incubator/phoenixstats/0.1.2/questions.yaml diff --git a/incubator/phoenixstats/0.1.1/templates/common.yaml b/incubator/phoenixstats/0.1.2/templates/common.yaml similarity index 100% rename from incubator/phoenixstats/0.1.1/templates/common.yaml rename to incubator/phoenixstats/0.1.2/templates/common.yaml diff --git a/incubator/phoenixstats/0.1.1/values.yaml b/incubator/phoenixstats/0.1.2/values.yaml similarity index 100% rename from incubator/phoenixstats/0.1.1/values.yaml rename to incubator/phoenixstats/0.1.2/values.yaml diff --git a/incubator/phoronix-test-suite/0.0.29/CHANGELOG.md b/incubator/phoronix-test-suite/0.0.29/CHANGELOG.md deleted file mode 100644 index 94fe0cdb91c..00000000000 --- a/incubator/phoronix-test-suite/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [phoronix-test-suite-0.0.29](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.28...phoronix-test-suite-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [phoronix-test-suite-0.0.28](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.27...phoronix-test-suite-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phoronix-test-suite-0.0.28](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.27...phoronix-test-suite-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phoronix-test-suite-0.0.27](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.26...phoronix-test-suite-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [phoronix-test-suite-0.0.26](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.25...phoronix-test-suite-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [phoronix-test-suite-0.0.25](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.24...phoronix-test-suite-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [phoronix-test-suite-0.0.24](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.23...phoronix-test-suite-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [phoronix-test-suite-0.0.24](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.23...phoronix-test-suite-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/phoronix-test-suite/0.0.29/Chart.lock b/incubator/phoronix-test-suite/0.0.29/Chart.lock deleted file mode 100644 index 57c0a87ad36..00000000000 --- a/incubator/phoronix-test-suite/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:00.491257736Z" diff --git a/incubator/phoronix-test-suite/0.0.29/Chart.yaml b/incubator/phoronix-test-suite/0.0.29/Chart.yaml deleted file mode 100644 index cb4e271b6f4..00000000000 --- a/incubator/phoronix-test-suite/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added." -home: https://truecharts.org/docs/charts/incubator/phoronix-test-suite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png -keywords: - - phoronix-test-suite - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: phoronix-test-suite -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/phoronix-test-suite - - https://github.com/phoronix-test-suite/phoronix-test-suite - - https://hub.docker.com/r/phoronix/pts/ -type: application -version: 0.0.29 diff --git a/incubator/phoronix-test-suite/0.0.29/README.md b/incubator/phoronix-test-suite/0.0.29/README.md deleted file mode 100644 index 4703c61e0ff..00000000000 --- a/incubator/phoronix-test-suite/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# phoronix-test-suite - -The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [phoronix-test-suite](https://truecharts.org/docs/charts/incubator/phoronix-test-suite) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `phoronix-test-suite` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install phoronix-test-suite TrueCharts/phoronix-test-suite -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `phoronix-test-suite` deployment - -```console -helm uninstall phoronix-test-suite -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install phoronix-test-suite \ - --set env.TZ="America/New York" \ - TrueCharts/phoronix-test-suite -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install phoronix-test-suite TrueCharts/phoronix-test-suite -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/phoronix-test-suite/0.0.29/charts/common-10.7.0.tgz b/incubator/phoronix-test-suite/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/phoronix-test-suite/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/phoronix-test-suite/0.0.30/CHANGELOG.md b/incubator/phoronix-test-suite/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a32cdcc369c --- /dev/null +++ b/incubator/phoronix-test-suite/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [phoronix-test-suite-0.0.30](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.29...phoronix-test-suite-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [phoronix-test-suite-0.0.29](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.28...phoronix-test-suite-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [phoronix-test-suite-0.0.28](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.27...phoronix-test-suite-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phoronix-test-suite-0.0.28](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.27...phoronix-test-suite-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phoronix-test-suite-0.0.27](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.26...phoronix-test-suite-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [phoronix-test-suite-0.0.26](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.25...phoronix-test-suite-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [phoronix-test-suite-0.0.25](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.24...phoronix-test-suite-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [phoronix-test-suite-0.0.24](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.23...phoronix-test-suite-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [phoronix-test-suite-0.0.24](https://github.com/truecharts/charts/compare/phoronix-test-suite-0.0.23...phoronix-test-suite-0.0.24) (2022-09-21) diff --git a/incubator/phoronix-test-suite/0.0.30/Chart.lock b/incubator/phoronix-test-suite/0.0.30/Chart.lock new file mode 100644 index 00000000000..a4a70eb77d2 --- /dev/null +++ b/incubator/phoronix-test-suite/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:46.496658206Z" diff --git a/incubator/phoronix-test-suite/0.0.30/Chart.yaml b/incubator/phoronix-test-suite/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0c64531a367 --- /dev/null +++ b/incubator/phoronix-test-suite/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added." +home: https://truecharts.org/docs/charts/incubator/phoronix-test-suite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.png +keywords: + - phoronix-test-suite + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: phoronix-test-suite +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phoronix-test-suite + - https://github.com/phoronix-test-suite/phoronix-test-suite + - https://hub.docker.com/r/phoronix/pts/ +type: application +version: 0.0.30 diff --git a/incubator/phoronix-test-suite/0.0.30/README.md b/incubator/phoronix-test-suite/0.0.30/README.md new file mode 100644 index 00000000000..34bd1f2f8d3 --- /dev/null +++ b/incubator/phoronix-test-suite/0.0.30/README.md @@ -0,0 +1,107 @@ +# phoronix-test-suite + +The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [phoronix-test-suite](https://truecharts.org/docs/charts/incubator/phoronix-test-suite) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `phoronix-test-suite` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install phoronix-test-suite TrueCharts/phoronix-test-suite +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `phoronix-test-suite` deployment + +```console +helm uninstall phoronix-test-suite +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install phoronix-test-suite \ + --set env.TZ="America/New York" \ + TrueCharts/phoronix-test-suite +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install phoronix-test-suite TrueCharts/phoronix-test-suite -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/phoronix-test-suite/0.0.29/app-readme.md b/incubator/phoronix-test-suite/0.0.30/app-readme.md similarity index 100% rename from incubator/phoronix-test-suite/0.0.29/app-readme.md rename to incubator/phoronix-test-suite/0.0.30/app-readme.md diff --git a/incubator/phoronix-test-suite/0.0.30/charts/common-10.7.1.tgz b/incubator/phoronix-test-suite/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/phoronix-test-suite/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/phoronix-test-suite/0.0.29/ix_values.yaml b/incubator/phoronix-test-suite/0.0.30/ix_values.yaml similarity index 100% rename from incubator/phoronix-test-suite/0.0.29/ix_values.yaml rename to incubator/phoronix-test-suite/0.0.30/ix_values.yaml diff --git a/incubator/phoronix-test-suite/0.0.29/questions.yaml b/incubator/phoronix-test-suite/0.0.30/questions.yaml similarity index 100% rename from incubator/phoronix-test-suite/0.0.29/questions.yaml rename to incubator/phoronix-test-suite/0.0.30/questions.yaml diff --git a/incubator/phoronix-test-suite/0.0.29/templates/common.yaml b/incubator/phoronix-test-suite/0.0.30/templates/common.yaml similarity index 100% rename from incubator/phoronix-test-suite/0.0.29/templates/common.yaml rename to incubator/phoronix-test-suite/0.0.30/templates/common.yaml diff --git a/incubator/phoronix-test-suite/0.0.29/values.yaml b/incubator/phoronix-test-suite/0.0.30/values.yaml similarity index 100% rename from incubator/phoronix-test-suite/0.0.29/values.yaml rename to incubator/phoronix-test-suite/0.0.30/values.yaml diff --git a/incubator/photo-stream/0.0.29/CHANGELOG.md b/incubator/photo-stream/0.0.29/CHANGELOG.md deleted file mode 100644 index 82c9606f411..00000000000 --- a/incubator/photo-stream/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [photo-stream-0.0.29](https://github.com/truecharts/charts/compare/photo-stream-0.0.28...photo-stream-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [photo-stream-0.0.28](https://github.com/truecharts/charts/compare/photo-stream-0.0.27...photo-stream-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photo-stream-0.0.28](https://github.com/truecharts/charts/compare/photo-stream-0.0.27...photo-stream-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photo-stream-0.0.27](https://github.com/truecharts/charts/compare/photo-stream-0.0.26...photo-stream-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [photo-stream-0.0.26](https://github.com/truecharts/charts/compare/photo-stream-0.0.25...photo-stream-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [photo-stream-0.0.25](https://github.com/truecharts/charts/compare/photo-stream-0.0.24...photo-stream-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [photo-stream-0.0.24](https://github.com/truecharts/charts/compare/photo-stream-0.0.23...photo-stream-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - - -## [photo-stream-0.0.24](https://github.com/truecharts/charts/compare/photo-stream-0.0.23...photo-stream-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/photo-stream/0.0.29/Chart.lock b/incubator/photo-stream/0.0.29/Chart.lock deleted file mode 100644 index 9c56bb0416f..00000000000 --- a/incubator/photo-stream/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:04.581697729Z" diff --git a/incubator/photo-stream/0.0.29/Chart.yaml b/incubator/photo-stream/0.0.29/Chart.yaml deleted file mode 100644 index e3295c793a9..00000000000 --- a/incubator/photo-stream/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaServer-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos." -home: https://truecharts.org/docs/charts/incubator/photo-stream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png -keywords: - - photo-stream - - Productivity - - Tools-Utilities - - MediaApp-Photos - - MediaServer-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: photo-stream -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/photo-stream - - https://github.com/waschinski/photo-stream - - https://hub.docker.com/r/waschinski/photo-stream -type: application -version: 0.0.29 diff --git a/incubator/photo-stream/0.0.29/README.md b/incubator/photo-stream/0.0.29/README.md deleted file mode 100644 index 252800083eb..00000000000 --- a/incubator/photo-stream/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# photo-stream - -Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [photo-stream](https://truecharts.org/docs/charts/incubator/photo-stream) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `photo-stream` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install photo-stream TrueCharts/photo-stream -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `photo-stream` deployment - -```console -helm uninstall photo-stream -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install photo-stream \ - --set env.TZ="America/New York" \ - TrueCharts/photo-stream -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install photo-stream TrueCharts/photo-stream -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/photo-stream/0.0.29/charts/common-10.7.0.tgz b/incubator/photo-stream/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/photo-stream/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/photo-stream/0.0.30/CHANGELOG.md b/incubator/photo-stream/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..25e9f1ff2e8 --- /dev/null +++ b/incubator/photo-stream/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [photo-stream-0.0.30](https://github.com/truecharts/charts/compare/photo-stream-0.0.29...photo-stream-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [photo-stream-0.0.29](https://github.com/truecharts/charts/compare/photo-stream-0.0.28...photo-stream-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [photo-stream-0.0.28](https://github.com/truecharts/charts/compare/photo-stream-0.0.27...photo-stream-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photo-stream-0.0.28](https://github.com/truecharts/charts/compare/photo-stream-0.0.27...photo-stream-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photo-stream-0.0.27](https://github.com/truecharts/charts/compare/photo-stream-0.0.26...photo-stream-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [photo-stream-0.0.26](https://github.com/truecharts/charts/compare/photo-stream-0.0.25...photo-stream-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [photo-stream-0.0.25](https://github.com/truecharts/charts/compare/photo-stream-0.0.24...photo-stream-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [photo-stream-0.0.24](https://github.com/truecharts/charts/compare/photo-stream-0.0.23...photo-stream-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/photo-stream/0.0.30/Chart.lock b/incubator/photo-stream/0.0.30/Chart.lock new file mode 100644 index 00000000000..988d47e6d2f --- /dev/null +++ b/incubator/photo-stream/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:47.09493121Z" diff --git a/incubator/photo-stream/0.0.30/Chart.yaml b/incubator/photo-stream/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1c636bc005e --- /dev/null +++ b/incubator/photo-stream/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaServer-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos." +home: https://truecharts.org/docs/charts/incubator/photo-stream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png +keywords: + - photo-stream + - Productivity + - Tools-Utilities + - MediaApp-Photos + - MediaServer-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: photo-stream +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/photo-stream + - https://github.com/waschinski/photo-stream + - https://hub.docker.com/r/waschinski/photo-stream +type: application +version: 0.0.30 diff --git a/incubator/photo-stream/0.0.30/README.md b/incubator/photo-stream/0.0.30/README.md new file mode 100644 index 00000000000..9ca44d5d9fb --- /dev/null +++ b/incubator/photo-stream/0.0.30/README.md @@ -0,0 +1,107 @@ +# photo-stream + +Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [photo-stream](https://truecharts.org/docs/charts/incubator/photo-stream) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `photo-stream` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install photo-stream TrueCharts/photo-stream +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `photo-stream` deployment + +```console +helm uninstall photo-stream +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install photo-stream \ + --set env.TZ="America/New York" \ + TrueCharts/photo-stream +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install photo-stream TrueCharts/photo-stream -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/photo-stream/0.0.29/app-readme.md b/incubator/photo-stream/0.0.30/app-readme.md similarity index 100% rename from incubator/photo-stream/0.0.29/app-readme.md rename to incubator/photo-stream/0.0.30/app-readme.md diff --git a/incubator/photo-stream/0.0.30/charts/common-10.7.1.tgz b/incubator/photo-stream/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/photo-stream/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/photo-stream/0.0.29/ix_values.yaml b/incubator/photo-stream/0.0.30/ix_values.yaml similarity index 100% rename from incubator/photo-stream/0.0.29/ix_values.yaml rename to incubator/photo-stream/0.0.30/ix_values.yaml diff --git a/incubator/photo-stream/0.0.29/questions.yaml b/incubator/photo-stream/0.0.30/questions.yaml similarity index 100% rename from incubator/photo-stream/0.0.29/questions.yaml rename to incubator/photo-stream/0.0.30/questions.yaml diff --git a/incubator/photo-stream/0.0.29/templates/common.yaml b/incubator/photo-stream/0.0.30/templates/common.yaml similarity index 100% rename from incubator/photo-stream/0.0.29/templates/common.yaml rename to incubator/photo-stream/0.0.30/templates/common.yaml diff --git a/incubator/photo-stream/0.0.29/values.yaml b/incubator/photo-stream/0.0.30/values.yaml similarity index 100% rename from incubator/photo-stream/0.0.29/values.yaml rename to incubator/photo-stream/0.0.30/values.yaml diff --git a/incubator/photostructure/0.0.29/CHANGELOG.md b/incubator/photostructure/0.0.29/CHANGELOG.md deleted file mode 100644 index ee3707532be..00000000000 --- a/incubator/photostructure/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [photostructure-0.0.29](https://github.com/truecharts/charts/compare/photostructure-0.0.28...photostructure-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [photostructure-0.0.28](https://github.com/truecharts/charts/compare/photostructure-0.0.27...photostructure-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photostructure-0.0.28](https://github.com/truecharts/charts/compare/photostructure-0.0.27...photostructure-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photostructure-0.0.27](https://github.com/truecharts/charts/compare/photostructure-0.0.26...photostructure-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [photostructure-0.0.26](https://github.com/truecharts/charts/compare/photostructure-0.0.25...photostructure-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [photostructure-0.0.25](https://github.com/truecharts/charts/compare/photostructure-0.0.24...photostructure-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [photostructure-0.0.24](https://github.com/truecharts/charts/compare/photostructure-0.0.23...photostructure-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [photostructure-0.0.24](https://github.com/truecharts/charts/compare/photostructure-0.0.23...photostructure-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/photostructure/0.0.29/Chart.lock b/incubator/photostructure/0.0.29/Chart.lock deleted file mode 100644 index 7c98e7ada01..00000000000 --- a/incubator/photostructure/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:04.759668682Z" diff --git a/incubator/photostructure/0.0.29/Chart.yaml b/incubator/photostructure/0.0.29/Chart.yaml deleted file mode 100644 index 853608e3d11..00000000000 --- a/incubator/photostructure/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Photos -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "[b]PhotoStructure is your new home for all your photos and videos.[/b]\n" -home: https://truecharts.org/docs/charts/incubator/photostructure -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png -keywords: - - photostructure - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: photostructure -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure - - https://photostructure.com/ - - https://hub.docker.com/r/photostructure/server/ -type: application -version: 0.0.29 diff --git a/incubator/photostructure/0.0.29/README.md b/incubator/photostructure/0.0.29/README.md deleted file mode 100644 index 3390f5522c2..00000000000 --- a/incubator/photostructure/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# photostructure - -[b]PhotoStructure is your new home for all your photos and videos.[/b] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [photostructure](https://truecharts.org/docs/charts/incubator/photostructure) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `photostructure` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install photostructure TrueCharts/photostructure -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `photostructure` deployment - -```console -helm uninstall photostructure -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install photostructure \ - --set env.TZ="America/New York" \ - TrueCharts/photostructure -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install photostructure TrueCharts/photostructure -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/photostructure/0.0.29/charts/common-10.7.0.tgz b/incubator/photostructure/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/photostructure/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/photostructure/0.0.30/CHANGELOG.md b/incubator/photostructure/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..62b1faeef7c --- /dev/null +++ b/incubator/photostructure/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [photostructure-0.0.30](https://github.com/truecharts/charts/compare/photostructure-0.0.29...photostructure-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [photostructure-0.0.29](https://github.com/truecharts/charts/compare/photostructure-0.0.28...photostructure-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [photostructure-0.0.28](https://github.com/truecharts/charts/compare/photostructure-0.0.27...photostructure-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photostructure-0.0.28](https://github.com/truecharts/charts/compare/photostructure-0.0.27...photostructure-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photostructure-0.0.27](https://github.com/truecharts/charts/compare/photostructure-0.0.26...photostructure-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [photostructure-0.0.26](https://github.com/truecharts/charts/compare/photostructure-0.0.25...photostructure-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [photostructure-0.0.25](https://github.com/truecharts/charts/compare/photostructure-0.0.24...photostructure-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [photostructure-0.0.24](https://github.com/truecharts/charts/compare/photostructure-0.0.23...photostructure-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/photostructure/0.0.30/Chart.lock b/incubator/photostructure/0.0.30/Chart.lock new file mode 100644 index 00000000000..3ab52c63b8d --- /dev/null +++ b/incubator/photostructure/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:36:54.758037487Z" diff --git a/incubator/photostructure/0.0.30/Chart.yaml b/incubator/photostructure/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5043060b991 --- /dev/null +++ b/incubator/photostructure/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "[b]PhotoStructure is your new home for all your photos and videos.[/b]\n" +home: https://truecharts.org/docs/charts/incubator/photostructure +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.png +keywords: + - photostructure + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: photostructure +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/photostructure + - https://photostructure.com/ + - https://hub.docker.com/r/photostructure/server/ +type: application +version: 0.0.30 diff --git a/incubator/photostructure/0.0.30/README.md b/incubator/photostructure/0.0.30/README.md new file mode 100644 index 00000000000..b4908db72dd --- /dev/null +++ b/incubator/photostructure/0.0.30/README.md @@ -0,0 +1,107 @@ +# photostructure + +[b]PhotoStructure is your new home for all your photos and videos.[/b] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [photostructure](https://truecharts.org/docs/charts/incubator/photostructure) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `photostructure` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install photostructure TrueCharts/photostructure +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `photostructure` deployment + +```console +helm uninstall photostructure +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install photostructure \ + --set env.TZ="America/New York" \ + TrueCharts/photostructure +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install photostructure TrueCharts/photostructure -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/photostructure/0.0.29/app-readme.md b/incubator/photostructure/0.0.30/app-readme.md similarity index 100% rename from incubator/photostructure/0.0.29/app-readme.md rename to incubator/photostructure/0.0.30/app-readme.md diff --git a/incubator/photostructure/0.0.30/charts/common-10.7.1.tgz b/incubator/photostructure/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/photostructure/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/photostructure/0.0.29/ix_values.yaml b/incubator/photostructure/0.0.30/ix_values.yaml similarity index 100% rename from incubator/photostructure/0.0.29/ix_values.yaml rename to incubator/photostructure/0.0.30/ix_values.yaml diff --git a/incubator/photostructure/0.0.29/questions.yaml b/incubator/photostructure/0.0.30/questions.yaml similarity index 100% rename from incubator/photostructure/0.0.29/questions.yaml rename to incubator/photostructure/0.0.30/questions.yaml diff --git a/incubator/photostructure/0.0.29/templates/common.yaml b/incubator/photostructure/0.0.30/templates/common.yaml similarity index 100% rename from incubator/photostructure/0.0.29/templates/common.yaml rename to incubator/photostructure/0.0.30/templates/common.yaml diff --git a/incubator/photostructure/0.0.29/values.yaml b/incubator/photostructure/0.0.30/values.yaml similarity index 100% rename from incubator/photostructure/0.0.29/values.yaml rename to incubator/photostructure/0.0.30/values.yaml diff --git a/incubator/phpmyadmin/0.0.29/CHANGELOG.md b/incubator/phpmyadmin/0.0.29/CHANGELOG.md deleted file mode 100644 index 17a1ecd1b69..00000000000 --- a/incubator/phpmyadmin/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [phpmyadmin-0.0.29](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.28...phpmyadmin-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [phpmyadmin-0.0.28](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.27...phpmyadmin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phpmyadmin-0.0.28](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.27...phpmyadmin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phpmyadmin-0.0.27](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.26...phpmyadmin-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [phpmyadmin-0.0.26](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.25...phpmyadmin-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [phpmyadmin-0.0.25](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.24...phpmyadmin-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [phpmyadmin-0.0.24](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.23...phpmyadmin-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [phpmyadmin-0.0.24](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.23...phpmyadmin-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/phpmyadmin/0.0.29/Chart.lock b/incubator/phpmyadmin/0.0.29/Chart.lock deleted file mode 100644 index 1767ecaabac..00000000000 --- a/incubator/phpmyadmin/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:11.883770874Z" diff --git a/incubator/phpmyadmin/0.0.29/Chart.yaml b/incubator/phpmyadmin/0.0.29/Chart.yaml deleted file mode 100644 index 5246ae13a73..00000000000 --- a/incubator/phpmyadmin/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A web interface for MySQL and MariaDB. -home: https://truecharts.org/docs/charts/incubator/phpmyadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png -keywords: - - phpmyadmin - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: phpmyadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin - - https://hub.docker.com/r/phpmyadmin/phpmyadmin/ -type: application -version: 0.0.29 diff --git a/incubator/phpmyadmin/0.0.29/README.md b/incubator/phpmyadmin/0.0.29/README.md deleted file mode 100644 index ac34c659a6c..00000000000 --- a/incubator/phpmyadmin/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# phpmyadmin - -A web interface for MySQL and MariaDB. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [phpmyadmin](https://truecharts.org/docs/charts/incubator/phpmyadmin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `phpmyadmin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install phpmyadmin TrueCharts/phpmyadmin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `phpmyadmin` deployment - -```console -helm uninstall phpmyadmin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install phpmyadmin \ - --set env.TZ="America/New York" \ - TrueCharts/phpmyadmin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install phpmyadmin TrueCharts/phpmyadmin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/phpmyadmin/0.0.29/charts/common-10.7.0.tgz b/incubator/phpmyadmin/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/phpmyadmin/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/phpmyadmin/0.0.30/CHANGELOG.md b/incubator/phpmyadmin/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..976947bae5a --- /dev/null +++ b/incubator/phpmyadmin/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [phpmyadmin-0.0.30](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.29...phpmyadmin-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [phpmyadmin-0.0.29](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.28...phpmyadmin-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [phpmyadmin-0.0.28](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.27...phpmyadmin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phpmyadmin-0.0.28](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.27...phpmyadmin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phpmyadmin-0.0.27](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.26...phpmyadmin-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [phpmyadmin-0.0.26](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.25...phpmyadmin-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [phpmyadmin-0.0.25](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.24...phpmyadmin-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [phpmyadmin-0.0.24](https://github.com/truecharts/charts/compare/phpmyadmin-0.0.23...phpmyadmin-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/phpmyadmin/0.0.30/Chart.lock b/incubator/phpmyadmin/0.0.30/Chart.lock new file mode 100644 index 00000000000..5a9c74a741c --- /dev/null +++ b/incubator/phpmyadmin/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:10.792518115Z" diff --git a/incubator/phpmyadmin/0.0.30/Chart.yaml b/incubator/phpmyadmin/0.0.30/Chart.yaml new file mode 100644 index 00000000000..dc11613685c --- /dev/null +++ b/incubator/phpmyadmin/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A web interface for MySQL and MariaDB. +home: https://truecharts.org/docs/charts/incubator/phpmyadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.png +keywords: + - phpmyadmin + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: phpmyadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/phpmyadmin + - https://hub.docker.com/r/phpmyadmin/phpmyadmin/ +type: application +version: 0.0.30 diff --git a/incubator/phpmyadmin/0.0.30/README.md b/incubator/phpmyadmin/0.0.30/README.md new file mode 100644 index 00000000000..7a7384dac11 --- /dev/null +++ b/incubator/phpmyadmin/0.0.30/README.md @@ -0,0 +1,106 @@ +# phpmyadmin + +A web interface for MySQL and MariaDB. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [phpmyadmin](https://truecharts.org/docs/charts/incubator/phpmyadmin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `phpmyadmin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install phpmyadmin TrueCharts/phpmyadmin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `phpmyadmin` deployment + +```console +helm uninstall phpmyadmin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install phpmyadmin \ + --set env.TZ="America/New York" \ + TrueCharts/phpmyadmin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install phpmyadmin TrueCharts/phpmyadmin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/phpmyadmin/0.0.29/app-readme.md b/incubator/phpmyadmin/0.0.30/app-readme.md similarity index 100% rename from incubator/phpmyadmin/0.0.29/app-readme.md rename to incubator/phpmyadmin/0.0.30/app-readme.md diff --git a/incubator/phpmyadmin/0.0.30/charts/common-10.7.1.tgz b/incubator/phpmyadmin/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/phpmyadmin/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/phpmyadmin/0.0.29/ix_values.yaml b/incubator/phpmyadmin/0.0.30/ix_values.yaml similarity index 100% rename from incubator/phpmyadmin/0.0.29/ix_values.yaml rename to incubator/phpmyadmin/0.0.30/ix_values.yaml diff --git a/incubator/phpmyadmin/0.0.29/questions.yaml b/incubator/phpmyadmin/0.0.30/questions.yaml similarity index 100% rename from incubator/phpmyadmin/0.0.29/questions.yaml rename to incubator/phpmyadmin/0.0.30/questions.yaml diff --git a/incubator/phpmyadmin/0.0.29/templates/common.yaml b/incubator/phpmyadmin/0.0.30/templates/common.yaml similarity index 100% rename from incubator/phpmyadmin/0.0.29/templates/common.yaml rename to incubator/phpmyadmin/0.0.30/templates/common.yaml diff --git a/incubator/phpmyadmin/0.0.29/values.yaml b/incubator/phpmyadmin/0.0.30/values.yaml similarity index 100% rename from incubator/phpmyadmin/0.0.29/values.yaml rename to incubator/phpmyadmin/0.0.30/values.yaml diff --git a/incubator/pigallery2/0.0.29/CHANGELOG.md b/incubator/pigallery2/0.0.29/CHANGELOG.md deleted file mode 100644 index 1a5c6e3e3bf..00000000000 --- a/incubator/pigallery2/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pigallery2-0.0.29](https://github.com/truecharts/charts/compare/pigallery2-0.0.28...pigallery2-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pigallery2-0.0.28](https://github.com/truecharts/charts/compare/pigallery2-0.0.27...pigallery2-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pigallery2-0.0.28](https://github.com/truecharts/charts/compare/pigallery2-0.0.27...pigallery2-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pigallery2-0.0.27](https://github.com/truecharts/charts/compare/pigallery2-0.0.26...pigallery2-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pigallery2-0.0.26](https://github.com/truecharts/charts/compare/pigallery2-0.0.25...pigallery2-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pigallery2-0.0.25](https://github.com/truecharts/charts/compare/pigallery2-0.0.24...pigallery2-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pigallery2-0.0.24](https://github.com/truecharts/charts/compare/pigallery2-0.0.23...pigallery2-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pigallery2-0.0.24](https://github.com/truecharts/charts/compare/pigallery2-0.0.23...pigallery2-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pigallery2/0.0.29/Chart.lock b/incubator/pigallery2/0.0.29/Chart.lock deleted file mode 100644 index 713e27a283b..00000000000 --- a/incubator/pigallery2/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:29.577082497Z" diff --git a/incubator/pigallery2/0.0.29/Chart.yaml b/incubator/pigallery2/0.0.29/Chart.yaml deleted file mode 100644 index 50078f4157b..00000000000 --- a/incubator/pigallery2/0.0.29/Chart.yaml +++ /dev/null @@ -1,41 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Homepage: http://bpatrik.github.io/pigallery2/" -home: https://truecharts.org/docs/charts/incubator/pigallery2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png -keywords: - - pigallery2 - - Cloud - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pigallery2 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pigallery2 - - https://github.com/bpatrik/pigallery2 - - https://hub.docker.com/r/bpatrik/pigallery2 -type: application -version: 0.0.29 diff --git a/incubator/pigallery2/0.0.29/README.md b/incubator/pigallery2/0.0.29/README.md deleted file mode 100644 index 0efbdea650c..00000000000 --- a/incubator/pigallery2/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pigallery2 - -Homepage: http://bpatrik.github.io/pigallery2/ - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pigallery2](https://truecharts.org/docs/charts/incubator/pigallery2) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pigallery2` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pigallery2 TrueCharts/pigallery2 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pigallery2` deployment - -```console -helm uninstall pigallery2 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pigallery2 \ - --set env.TZ="America/New York" \ - TrueCharts/pigallery2 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pigallery2 TrueCharts/pigallery2 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pigallery2/0.0.29/charts/common-10.7.0.tgz b/incubator/pigallery2/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pigallery2/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pigallery2/0.0.30/CHANGELOG.md b/incubator/pigallery2/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b0005ebb3f7 --- /dev/null +++ b/incubator/pigallery2/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pigallery2-0.0.30](https://github.com/truecharts/charts/compare/pigallery2-0.0.29...pigallery2-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pigallery2-0.0.29](https://github.com/truecharts/charts/compare/pigallery2-0.0.28...pigallery2-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pigallery2-0.0.28](https://github.com/truecharts/charts/compare/pigallery2-0.0.27...pigallery2-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pigallery2-0.0.28](https://github.com/truecharts/charts/compare/pigallery2-0.0.27...pigallery2-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pigallery2-0.0.27](https://github.com/truecharts/charts/compare/pigallery2-0.0.26...pigallery2-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pigallery2-0.0.26](https://github.com/truecharts/charts/compare/pigallery2-0.0.25...pigallery2-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pigallery2-0.0.25](https://github.com/truecharts/charts/compare/pigallery2-0.0.24...pigallery2-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pigallery2-0.0.24](https://github.com/truecharts/charts/compare/pigallery2-0.0.23...pigallery2-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pigallery2/0.0.30/Chart.lock b/incubator/pigallery2/0.0.30/Chart.lock new file mode 100644 index 00000000000..9c3a4b6f623 --- /dev/null +++ b/incubator/pigallery2/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:18.187654601Z" diff --git a/incubator/pigallery2/0.0.30/Chart.yaml b/incubator/pigallery2/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e4474a988e7 --- /dev/null +++ b/incubator/pigallery2/0.0.30/Chart.yaml @@ -0,0 +1,41 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Homepage: http://bpatrik.github.io/pigallery2/" +home: https://truecharts.org/docs/charts/incubator/pigallery2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.png +keywords: + - pigallery2 + - Cloud + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pigallery2 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pigallery2 + - https://github.com/bpatrik/pigallery2 + - https://hub.docker.com/r/bpatrik/pigallery2 +type: application +version: 0.0.30 diff --git a/incubator/pigallery2/0.0.30/README.md b/incubator/pigallery2/0.0.30/README.md new file mode 100644 index 00000000000..419e27c03e8 --- /dev/null +++ b/incubator/pigallery2/0.0.30/README.md @@ -0,0 +1,107 @@ +# pigallery2 + +Homepage: http://bpatrik.github.io/pigallery2/ + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pigallery2](https://truecharts.org/docs/charts/incubator/pigallery2) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pigallery2` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pigallery2 TrueCharts/pigallery2 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pigallery2` deployment + +```console +helm uninstall pigallery2 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pigallery2 \ + --set env.TZ="America/New York" \ + TrueCharts/pigallery2 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pigallery2 TrueCharts/pigallery2 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pigallery2/0.0.29/app-readme.md b/incubator/pigallery2/0.0.30/app-readme.md similarity index 100% rename from incubator/pigallery2/0.0.29/app-readme.md rename to incubator/pigallery2/0.0.30/app-readme.md diff --git a/incubator/pigallery2/0.0.30/charts/common-10.7.1.tgz b/incubator/pigallery2/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pigallery2/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pigallery2/0.0.29/ix_values.yaml b/incubator/pigallery2/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pigallery2/0.0.29/ix_values.yaml rename to incubator/pigallery2/0.0.30/ix_values.yaml diff --git a/incubator/pigallery2/0.0.29/questions.yaml b/incubator/pigallery2/0.0.30/questions.yaml similarity index 100% rename from incubator/pigallery2/0.0.29/questions.yaml rename to incubator/pigallery2/0.0.30/questions.yaml diff --git a/incubator/pigallery2/0.0.29/templates/common.yaml b/incubator/pigallery2/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pigallery2/0.0.29/templates/common.yaml rename to incubator/pigallery2/0.0.30/templates/common.yaml diff --git a/incubator/pigallery2/0.0.29/values.yaml b/incubator/pigallery2/0.0.30/values.yaml similarity index 100% rename from incubator/pigallery2/0.0.29/values.yaml rename to incubator/pigallery2/0.0.30/values.yaml diff --git a/incubator/piwigo/3.1.0/CHANGELOG.md b/incubator/piwigo/3.1.0/CHANGELOG.md deleted file mode 100644 index 4f15074ae0a..00000000000 --- a/incubator/piwigo/3.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [piwigo-3.1.0](https://github.com/truecharts/charts/compare/piwigo-3.0.37...piwigo-3.1.0) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- Add persistance for Gallery dir ([#4116](https://github.com/truecharts/charts/issues/4116)) - - - - -## [piwigo-3.0.37](https://github.com/truecharts/charts/compare/piwigo-3.0.36...piwigo-3.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [piwigo-3.0.36](https://github.com/truecharts/charts/compare/piwigo-3.0.35...piwigo-3.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [piwigo-3.0.36](https://github.com/truecharts/charts/compare/piwigo-3.0.35...piwigo-3.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [piwigo-3.0.35](https://github.com/truecharts/charts/compare/piwigo-3.0.34...piwigo-3.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [piwigo-3.0.34](https://github.com/truecharts/charts/compare/piwigo-3.0.33...piwigo-3.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [piwigo-3.0.33](https://github.com/truecharts/charts/compare/piwigo-3.0.32...piwigo-3.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [piwigo-3.0.32](https://github.com/truecharts/charts/compare/piwigo-3.0.31...piwigo-3.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) diff --git a/incubator/piwigo/3.1.0/Chart.lock b/incubator/piwigo/3.1.0/Chart.lock deleted file mode 100644 index 68874198dae..00000000000 --- a/incubator/piwigo/3.1.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:01:45.334222652Z" diff --git a/incubator/piwigo/3.1.0/Chart.yaml b/incubator/piwigo/3.1.0/Chart.yaml deleted file mode 100644 index 2ab930cac63..00000000000 --- a/incubator/piwigo/3.1.0/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "11.5.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A is photo gallery software for the web, built by an active community of users and developers. -home: https://truecharts.org/docs/charts/incubator/piwigo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png -keywords: - - piwigo - - gallery - - photo - - image -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: piwigo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo - - http://piwigo.org/ - - https://github.com/linuxserver/docker-piwigo -type: application -version: 3.1.0 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/piwigo/3.1.0/README.md b/incubator/piwigo/3.1.0/README.md deleted file mode 100644 index 88c00c16fa0..00000000000 --- a/incubator/piwigo/3.1.0/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# piwigo - -A is photo gallery software for the web, built by an active community of users and developers. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [piwigo](https://truecharts.org/docs/charts/incubator/piwigo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `piwigo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install piwigo TrueCharts/piwigo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `piwigo` deployment - -```console -helm uninstall piwigo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install piwigo \ - --set env.TZ="America/New York" \ - TrueCharts/piwigo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install piwigo TrueCharts/piwigo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/piwigo/3.1.0/charts/common-10.7.0.tgz b/incubator/piwigo/3.1.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/piwigo/3.1.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/piwigo/3.1.1/CHANGELOG.md b/incubator/piwigo/3.1.1/CHANGELOG.md new file mode 100644 index 00000000000..3e5de23598e --- /dev/null +++ b/incubator/piwigo/3.1.1/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [piwigo-3.1.1](https://github.com/truecharts/charts/compare/piwigo-3.1.0...piwigo-3.1.1) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [piwigo-3.1.0](https://github.com/truecharts/charts/compare/piwigo-3.0.37...piwigo-3.1.0) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Add persistance for Gallery dir ([#4116](https://github.com/truecharts/charts/issues/4116)) + + + + +## [piwigo-3.0.37](https://github.com/truecharts/charts/compare/piwigo-3.0.36...piwigo-3.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [piwigo-3.0.36](https://github.com/truecharts/charts/compare/piwigo-3.0.35...piwigo-3.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [piwigo-3.0.36](https://github.com/truecharts/charts/compare/piwigo-3.0.35...piwigo-3.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [piwigo-3.0.35](https://github.com/truecharts/charts/compare/piwigo-3.0.34...piwigo-3.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [piwigo-3.0.34](https://github.com/truecharts/charts/compare/piwigo-3.0.33...piwigo-3.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [piwigo-3.0.33](https://github.com/truecharts/charts/compare/piwigo-3.0.32...piwigo-3.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [piwigo-3.0.32](https://github.com/truecharts/charts/compare/piwigo-3.0.31...piwigo-3.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/piwigo/3.1.1/Chart.lock b/incubator/piwigo/3.1.1/Chart.lock new file mode 100644 index 00000000000..6fac670a832 --- /dev/null +++ b/incubator/piwigo/3.1.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:18.760469872Z" diff --git a/incubator/piwigo/3.1.1/Chart.yaml b/incubator/piwigo/3.1.1/Chart.yaml new file mode 100644 index 00000000000..0c73397ed8b --- /dev/null +++ b/incubator/piwigo/3.1.1/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "11.5.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A is photo gallery software for the web, built by an active community of users and developers. +home: https://truecharts.org/docs/charts/incubator/piwigo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.png +keywords: + - piwigo + - gallery + - photo + - image +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: piwigo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/piwigo + - http://piwigo.org/ + - https://github.com/linuxserver/docker-piwigo +type: application +version: 3.1.1 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/piwigo/3.1.1/README.md b/incubator/piwigo/3.1.1/README.md new file mode 100644 index 00000000000..832cde1d48e --- /dev/null +++ b/incubator/piwigo/3.1.1/README.md @@ -0,0 +1,107 @@ +# piwigo + +A is photo gallery software for the web, built by an active community of users and developers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [piwigo](https://truecharts.org/docs/charts/incubator/piwigo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `piwigo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install piwigo TrueCharts/piwigo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `piwigo` deployment + +```console +helm uninstall piwigo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install piwigo \ + --set env.TZ="America/New York" \ + TrueCharts/piwigo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install piwigo TrueCharts/piwigo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/piwigo/3.1.0/app-readme.md b/incubator/piwigo/3.1.1/app-readme.md similarity index 100% rename from incubator/piwigo/3.1.0/app-readme.md rename to incubator/piwigo/3.1.1/app-readme.md diff --git a/incubator/piwigo/3.1.1/charts/common-10.7.1.tgz b/incubator/piwigo/3.1.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/piwigo/3.1.1/charts/common-10.7.1.tgz differ diff --git a/incubator/piwigo/3.1.0/ix_values.yaml b/incubator/piwigo/3.1.1/ix_values.yaml similarity index 100% rename from incubator/piwigo/3.1.0/ix_values.yaml rename to incubator/piwigo/3.1.1/ix_values.yaml diff --git a/incubator/piwigo/3.1.0/questions.yaml b/incubator/piwigo/3.1.1/questions.yaml similarity index 100% rename from incubator/piwigo/3.1.0/questions.yaml rename to incubator/piwigo/3.1.1/questions.yaml diff --git a/incubator/piwigo/3.1.0/templates/common.yaml b/incubator/piwigo/3.1.1/templates/common.yaml similarity index 100% rename from incubator/piwigo/3.1.0/templates/common.yaml rename to incubator/piwigo/3.1.1/templates/common.yaml diff --git a/incubator/piwigo/3.1.0/values.yaml b/incubator/piwigo/3.1.1/values.yaml similarity index 100% rename from incubator/piwigo/3.1.0/values.yaml rename to incubator/piwigo/3.1.1/values.yaml diff --git a/incubator/pixark/0.0.29/CHANGELOG.md b/incubator/pixark/0.0.29/CHANGELOG.md deleted file mode 100644 index 12c2417010e..00000000000 --- a/incubator/pixark/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pixark-0.0.29](https://github.com/truecharts/charts/compare/pixark-0.0.28...pixark-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pixark-0.0.28](https://github.com/truecharts/charts/compare/pixark-0.0.27...pixark-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixark-0.0.28](https://github.com/truecharts/charts/compare/pixark-0.0.27...pixark-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixark-0.0.27](https://github.com/truecharts/charts/compare/pixark-0.0.26...pixark-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pixark-0.0.26](https://github.com/truecharts/charts/compare/pixark-0.0.25...pixark-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pixark-0.0.25](https://github.com/truecharts/charts/compare/pixark-0.0.24...pixark-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pixark-0.0.24](https://github.com/truecharts/charts/compare/pixark-0.0.23...pixark-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pixark-0.0.24](https://github.com/truecharts/charts/compare/pixark-0.0.23...pixark-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pixark/0.0.29/Chart.lock b/incubator/pixark/0.0.29/Chart.lock deleted file mode 100644 index 616f54a96ea..00000000000 --- a/incubator/pixark/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:35.002169791Z" diff --git a/incubator/pixark/0.0.29/Chart.yaml b/incubator/pixark/0.0.29/Chart.yaml deleted file mode 100644 index c077337e6f8..00000000000 --- a/incubator/pixark/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!)." -home: https://truecharts.org/docs/charts/incubator/pixark -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png -keywords: - - pixark - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pixark -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pixark - - https://pixark.snail.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/pixark/0.0.29/README.md b/incubator/pixark/0.0.29/README.md deleted file mode 100644 index 7f18372528e..00000000000 --- a/incubator/pixark/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pixark - -This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pixark](https://truecharts.org/docs/charts/incubator/pixark) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pixark` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pixark TrueCharts/pixark -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pixark` deployment - -```console -helm uninstall pixark -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pixark \ - --set env.TZ="America/New York" \ - TrueCharts/pixark -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pixark TrueCharts/pixark -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pixark/0.0.29/charts/common-10.7.0.tgz b/incubator/pixark/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pixark/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pixark/0.0.30/CHANGELOG.md b/incubator/pixark/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c4f52d68957 --- /dev/null +++ b/incubator/pixark/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pixark-0.0.30](https://github.com/truecharts/charts/compare/pixark-0.0.29...pixark-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pixark-0.0.29](https://github.com/truecharts/charts/compare/pixark-0.0.28...pixark-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pixark-0.0.28](https://github.com/truecharts/charts/compare/pixark-0.0.27...pixark-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixark-0.0.28](https://github.com/truecharts/charts/compare/pixark-0.0.27...pixark-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixark-0.0.27](https://github.com/truecharts/charts/compare/pixark-0.0.26...pixark-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pixark-0.0.26](https://github.com/truecharts/charts/compare/pixark-0.0.25...pixark-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pixark-0.0.25](https://github.com/truecharts/charts/compare/pixark-0.0.24...pixark-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pixark-0.0.24](https://github.com/truecharts/charts/compare/pixark-0.0.23...pixark-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pixark/0.0.30/Chart.lock b/incubator/pixark/0.0.30/Chart.lock new file mode 100644 index 00000000000..291cb575029 --- /dev/null +++ b/incubator/pixark/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:25.999282658Z" diff --git a/incubator/pixark/0.0.30/Chart.yaml b/incubator/pixark/0.0.30/Chart.yaml new file mode 100644 index 00000000000..97d7d488490 --- /dev/null +++ b/incubator/pixark/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!)." +home: https://truecharts.org/docs/charts/incubator/pixark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.png +keywords: + - pixark + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pixark +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pixark + - https://pixark.snail.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/pixark/0.0.30/README.md b/incubator/pixark/0.0.30/README.md new file mode 100644 index 00000000000..05ef0bc8db2 --- /dev/null +++ b/incubator/pixark/0.0.30/README.md @@ -0,0 +1,107 @@ +# pixark + +This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pixark](https://truecharts.org/docs/charts/incubator/pixark) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pixark` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pixark TrueCharts/pixark +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pixark` deployment + +```console +helm uninstall pixark +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pixark \ + --set env.TZ="America/New York" \ + TrueCharts/pixark +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pixark TrueCharts/pixark -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pixark/0.0.29/app-readme.md b/incubator/pixark/0.0.30/app-readme.md similarity index 100% rename from incubator/pixark/0.0.29/app-readme.md rename to incubator/pixark/0.0.30/app-readme.md diff --git a/incubator/pixark/0.0.30/charts/common-10.7.1.tgz b/incubator/pixark/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pixark/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pixark/0.0.29/ix_values.yaml b/incubator/pixark/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pixark/0.0.29/ix_values.yaml rename to incubator/pixark/0.0.30/ix_values.yaml diff --git a/incubator/pixark/0.0.29/questions.yaml b/incubator/pixark/0.0.30/questions.yaml similarity index 100% rename from incubator/pixark/0.0.29/questions.yaml rename to incubator/pixark/0.0.30/questions.yaml diff --git a/incubator/pixark/0.0.29/templates/common.yaml b/incubator/pixark/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pixark/0.0.29/templates/common.yaml rename to incubator/pixark/0.0.30/templates/common.yaml diff --git a/incubator/pixark/0.0.29/values.yaml b/incubator/pixark/0.0.30/values.yaml similarity index 100% rename from incubator/pixark/0.0.29/values.yaml rename to incubator/pixark/0.0.30/values.yaml diff --git a/incubator/pixelserv-tls/0.0.29/CHANGELOG.md b/incubator/pixelserv-tls/0.0.29/CHANGELOG.md deleted file mode 100644 index a80d8113b82..00000000000 --- a/incubator/pixelserv-tls/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pixelserv-tls-0.0.29](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.28...pixelserv-tls-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pixelserv-tls-0.0.28](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.27...pixelserv-tls-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixelserv-tls-0.0.28](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.27...pixelserv-tls-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixelserv-tls-0.0.27](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.26...pixelserv-tls-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pixelserv-tls-0.0.26](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.25...pixelserv-tls-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pixelserv-tls-0.0.25](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.24...pixelserv-tls-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pixelserv-tls-0.0.24](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.23...pixelserv-tls-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pixelserv-tls-0.0.24](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.23...pixelserv-tls-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pixelserv-tls/0.0.29/Chart.lock b/incubator/pixelserv-tls/0.0.29/Chart.lock deleted file mode 100644 index 9f5655b667a..00000000000 --- a/incubator/pixelserv-tls/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:55:41.408761831Z" diff --git a/incubator/pixelserv-tls/0.0.29/Chart.yaml b/incubator/pixelserv-tls/0.0.29/Chart.yaml deleted file mode 100644 index a33db78a401..00000000000 --- a/incubator/pixelserv-tls/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing." -home: https://truecharts.org/docs/charts/incubator/pixelserv-tls -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixelserv-tls.png -keywords: - - pixelserv-tls - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pixelserv-tls -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls - - https://github.com/imTHAI/docker-pixelserv-tls - - https://hub.docker.com/r/imthai/pixelserv-tls/ -type: application -version: 0.0.29 diff --git a/incubator/pixelserv-tls/0.0.29/README.md b/incubator/pixelserv-tls/0.0.29/README.md deleted file mode 100644 index ccf5c007f38..00000000000 --- a/incubator/pixelserv-tls/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pixelserv-tls - -pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pixelserv-tls](https://truecharts.org/docs/charts/incubator/pixelserv-tls) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pixelserv-tls` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pixelserv-tls TrueCharts/pixelserv-tls -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pixelserv-tls` deployment - -```console -helm uninstall pixelserv-tls -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pixelserv-tls \ - --set env.TZ="America/New York" \ - TrueCharts/pixelserv-tls -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pixelserv-tls TrueCharts/pixelserv-tls -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pixelserv-tls/0.0.29/charts/common-10.7.0.tgz b/incubator/pixelserv-tls/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pixelserv-tls/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pixelserv-tls/0.0.30/CHANGELOG.md b/incubator/pixelserv-tls/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d9c4582c2f1 --- /dev/null +++ b/incubator/pixelserv-tls/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pixelserv-tls-0.0.30](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.29...pixelserv-tls-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pixelserv-tls-0.0.29](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.28...pixelserv-tls-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pixelserv-tls-0.0.28](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.27...pixelserv-tls-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixelserv-tls-0.0.28](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.27...pixelserv-tls-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixelserv-tls-0.0.27](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.26...pixelserv-tls-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pixelserv-tls-0.0.26](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.25...pixelserv-tls-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pixelserv-tls-0.0.25](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.24...pixelserv-tls-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pixelserv-tls-0.0.24](https://github.com/truecharts/charts/compare/pixelserv-tls-0.0.23...pixelserv-tls-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pixelserv-tls/0.0.30/Chart.lock b/incubator/pixelserv-tls/0.0.30/Chart.lock new file mode 100644 index 00000000000..770175a05b2 --- /dev/null +++ b/incubator/pixelserv-tls/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:41.484507293Z" diff --git a/incubator/pixelserv-tls/0.0.30/Chart.yaml b/incubator/pixelserv-tls/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0640e5fea41 --- /dev/null +++ b/incubator/pixelserv-tls/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing." +home: https://truecharts.org/docs/charts/incubator/pixelserv-tls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixelserv-tls.png +keywords: + - pixelserv-tls + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pixelserv-tls +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pixelserv-tls + - https://github.com/imTHAI/docker-pixelserv-tls + - https://hub.docker.com/r/imthai/pixelserv-tls/ +type: application +version: 0.0.30 diff --git a/incubator/pixelserv-tls/0.0.30/README.md b/incubator/pixelserv-tls/0.0.30/README.md new file mode 100644 index 00000000000..303202fd408 --- /dev/null +++ b/incubator/pixelserv-tls/0.0.30/README.md @@ -0,0 +1,107 @@ +# pixelserv-tls + +pixelserv-tls is a tiny bespoke HTTP/1.1 webserver with HTTPS and SNI support. It acts on behalf of hundreds of thousands of advert/tracker servers and responds to all requests with nothing to speed up web browsing. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pixelserv-tls](https://truecharts.org/docs/charts/incubator/pixelserv-tls) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pixelserv-tls` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pixelserv-tls TrueCharts/pixelserv-tls +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pixelserv-tls` deployment + +```console +helm uninstall pixelserv-tls +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pixelserv-tls \ + --set env.TZ="America/New York" \ + TrueCharts/pixelserv-tls +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pixelserv-tls TrueCharts/pixelserv-tls -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pixelserv-tls/0.0.29/app-readme.md b/incubator/pixelserv-tls/0.0.30/app-readme.md similarity index 100% rename from incubator/pixelserv-tls/0.0.29/app-readme.md rename to incubator/pixelserv-tls/0.0.30/app-readme.md diff --git a/incubator/pixelserv-tls/0.0.30/charts/common-10.7.1.tgz b/incubator/pixelserv-tls/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pixelserv-tls/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pixelserv-tls/0.0.29/ix_values.yaml b/incubator/pixelserv-tls/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pixelserv-tls/0.0.29/ix_values.yaml rename to incubator/pixelserv-tls/0.0.30/ix_values.yaml diff --git a/incubator/pixelserv-tls/0.0.29/questions.yaml b/incubator/pixelserv-tls/0.0.30/questions.yaml similarity index 100% rename from incubator/pixelserv-tls/0.0.29/questions.yaml rename to incubator/pixelserv-tls/0.0.30/questions.yaml diff --git a/incubator/pixelserv-tls/0.0.29/templates/common.yaml b/incubator/pixelserv-tls/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pixelserv-tls/0.0.29/templates/common.yaml rename to incubator/pixelserv-tls/0.0.30/templates/common.yaml diff --git a/incubator/pixelserv-tls/0.0.29/values.yaml b/incubator/pixelserv-tls/0.0.30/values.yaml similarity index 100% rename from incubator/pixelserv-tls/0.0.29/values.yaml rename to incubator/pixelserv-tls/0.0.30/values.yaml diff --git a/incubator/plausible/1.0.26/CHANGELOG.md b/incubator/plausible/1.0.26/CHANGELOG.md deleted file mode 100644 index 3f39b973be8..00000000000 --- a/incubator/plausible/1.0.26/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plausible-1.0.26](https://github.com/truecharts/charts/compare/plausible-1.0.25...plausible-1.0.26) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plausible-1.0.25](https://github.com/truecharts/charts/compare/plausible-1.0.24...plausible-1.0.25) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plausible-1.0.25](https://github.com/truecharts/charts/compare/plausible-1.0.24...plausible-1.0.25) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plausible-1.0.24](https://github.com/truecharts/charts/compare/plausible-1.0.23...plausible-1.0.24) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plausible-1.0.22](https://github.com/truecharts/charts/compare/plausible-1.0.21...plausible-1.0.22) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plausible-1.0.21](https://github.com/truecharts/charts/compare/plausible-1.0.20...plausible-1.0.21) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plausible-1.0.20](https://github.com/truecharts/charts/compare/plausible-1.0.19...plausible-1.0.20) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [plausible-1.0.20](https://github.com/truecharts/charts/compare/plausible-1.0.19...plausible-1.0.20) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/plausible/1.0.26/Chart.lock b/incubator/plausible/1.0.26/Chart.lock deleted file mode 100644 index b9158fb0cac..00000000000 --- a/incubator/plausible/1.0.26/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: clickhouse - repository: https://charts.truecharts.org/ - version: 1.0.36 -digest: sha256:0aefa563f718ebefe5c730df0acd5cde403c9026efd73a5806c973f593ee13ce -generated: "2022-10-12T15:56:21.317437089Z" diff --git a/incubator/plausible/1.0.26/Chart.yaml b/incubator/plausible/1.0.26/Chart.yaml deleted file mode 100644 index 719c9420134..00000000000 --- a/incubator/plausible/1.0.26/Chart.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: clickhouse.enabled - name: clickhouse - repository: https://charts.truecharts.org/ - version: 1.0.36 -deprecated: false -description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. -home: https://truecharts.org/docs/charts/incubator/plausible -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png -keywords: - - analytics - - plausible -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plausible -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plausible - - https://plausible.io/ - - https://plausible.io/docs/self-hosting - - https://github.com/plausible/analytics - - https://github.com/plausible/hosting - - https://hub.docker.com/r/plausible/analytics -type: application -version: 1.0.26 -annotations: - truecharts.org/catagories: | - - analytics - - plausible - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/plausible/1.0.26/README.md b/incubator/plausible/1.0.26/README.md deleted file mode 100644 index fa6ed9e34ff..00000000000 --- a/incubator/plausible/1.0.26/README.md +++ /dev/null @@ -1,112 +0,0 @@ -# plausible - -Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plausible](https://truecharts.org/docs/charts/incubator/plausible) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | clickhouse | 1.0.36 | -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plausible` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plausible TrueCharts/plausible -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plausible` deployment - -```console -helm uninstall plausible -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plausible \ - --set env.TZ="America/New York" \ - TrueCharts/plausible -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plausible TrueCharts/plausible -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/plausible/1.0.26/charts/clickhouse-1.0.36.tgz b/incubator/plausible/1.0.26/charts/clickhouse-1.0.36.tgz deleted file mode 100644 index 998dbc8f7e8..00000000000 Binary files a/incubator/plausible/1.0.26/charts/clickhouse-1.0.36.tgz and /dev/null differ diff --git a/incubator/plausible/1.0.26/charts/common-10.7.0.tgz b/incubator/plausible/1.0.26/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/plausible/1.0.26/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/plausible/1.0.26/charts/postgresql-8.0.97.tgz b/incubator/plausible/1.0.26/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/plausible/1.0.26/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/plausible/1.0.27/CHANGELOG.md b/incubator/plausible/1.0.27/CHANGELOG.md new file mode 100644 index 00000000000..a78727d0bd5 --- /dev/null +++ b/incubator/plausible/1.0.27/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plausible-1.0.27](https://github.com/truecharts/charts/compare/plausible-1.0.26...plausible-1.0.27) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plausible-1.0.26](https://github.com/truecharts/charts/compare/plausible-1.0.25...plausible-1.0.26) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plausible-1.0.25](https://github.com/truecharts/charts/compare/plausible-1.0.24...plausible-1.0.25) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plausible-1.0.25](https://github.com/truecharts/charts/compare/plausible-1.0.24...plausible-1.0.25) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plausible-1.0.24](https://github.com/truecharts/charts/compare/plausible-1.0.23...plausible-1.0.24) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plausible-1.0.22](https://github.com/truecharts/charts/compare/plausible-1.0.21...plausible-1.0.22) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plausible-1.0.21](https://github.com/truecharts/charts/compare/plausible-1.0.20...plausible-1.0.21) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plausible-1.0.20](https://github.com/truecharts/charts/compare/plausible-1.0.19...plausible-1.0.20) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/plausible/1.0.27/Chart.lock b/incubator/plausible/1.0.27/Chart.lock new file mode 100644 index 00000000000..a2d2305c168 --- /dev/null +++ b/incubator/plausible/1.0.27/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: clickhouse + repository: https://charts.truecharts.org/ + version: 1.0.37 +digest: sha256:82b2b725e0faa010b6973dae7366d693f4afee8b91e6340de112db773b637183 +generated: "2022-10-19T12:38:14.332568336Z" diff --git a/incubator/plausible/1.0.27/Chart.yaml b/incubator/plausible/1.0.27/Chart.yaml new file mode 100644 index 00000000000..6572641bc2c --- /dev/null +++ b/incubator/plausible/1.0.27/Chart.yaml @@ -0,0 +1,42 @@ +apiVersion: v2 +appVersion: "1.4.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: clickhouse.enabled + name: clickhouse + repository: https://charts.truecharts.org/ + version: 1.0.37 +deprecated: false +description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. +home: https://truecharts.org/docs/charts/incubator/plausible +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.png +keywords: + - analytics + - plausible +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plausible +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plausible + - https://plausible.io/ + - https://plausible.io/docs/self-hosting + - https://github.com/plausible/analytics + - https://github.com/plausible/hosting + - https://hub.docker.com/r/plausible/analytics +type: application +version: 1.0.27 +annotations: + truecharts.org/catagories: | + - analytics + - plausible + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/plausible/1.0.27/README.md b/incubator/plausible/1.0.27/README.md new file mode 100644 index 00000000000..09d1ccaa88f --- /dev/null +++ b/incubator/plausible/1.0.27/README.md @@ -0,0 +1,112 @@ +# plausible + +Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plausible](https://truecharts.org/docs/charts/incubator/plausible) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | clickhouse | 1.0.37 | +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plausible` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plausible TrueCharts/plausible +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plausible` deployment + +```console +helm uninstall plausible +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plausible \ + --set env.TZ="America/New York" \ + TrueCharts/plausible +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plausible TrueCharts/plausible -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/plausible/1.0.26/app-readme.md b/incubator/plausible/1.0.27/app-readme.md similarity index 100% rename from incubator/plausible/1.0.26/app-readme.md rename to incubator/plausible/1.0.27/app-readme.md diff --git a/incubator/plausible/1.0.27/charts/clickhouse-1.0.37.tgz b/incubator/plausible/1.0.27/charts/clickhouse-1.0.37.tgz new file mode 100644 index 00000000000..b2d76facdda Binary files /dev/null and b/incubator/plausible/1.0.27/charts/clickhouse-1.0.37.tgz differ diff --git a/incubator/plausible/1.0.27/charts/common-10.7.1.tgz b/incubator/plausible/1.0.27/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/plausible/1.0.27/charts/common-10.7.1.tgz differ diff --git a/incubator/plausible/1.0.27/charts/postgresql-8.0.101.tgz b/incubator/plausible/1.0.27/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/plausible/1.0.27/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/plausible/1.0.26/ix_values.yaml b/incubator/plausible/1.0.27/ix_values.yaml similarity index 100% rename from incubator/plausible/1.0.26/ix_values.yaml rename to incubator/plausible/1.0.27/ix_values.yaml diff --git a/incubator/plausible/1.0.26/questions.yaml b/incubator/plausible/1.0.27/questions.yaml similarity index 100% rename from incubator/plausible/1.0.26/questions.yaml rename to incubator/plausible/1.0.27/questions.yaml diff --git a/incubator/plausible/1.0.26/templates/_env.tpl b/incubator/plausible/1.0.27/templates/_env.tpl similarity index 100% rename from incubator/plausible/1.0.26/templates/_env.tpl rename to incubator/plausible/1.0.27/templates/_env.tpl diff --git a/incubator/plausible/1.0.26/templates/common.yaml b/incubator/plausible/1.0.27/templates/common.yaml similarity index 100% rename from incubator/plausible/1.0.26/templates/common.yaml rename to incubator/plausible/1.0.27/templates/common.yaml diff --git a/incubator/plausible/1.0.26/values.yaml b/incubator/plausible/1.0.27/values.yaml similarity index 100% rename from incubator/plausible/1.0.26/values.yaml rename to incubator/plausible/1.0.27/values.yaml diff --git a/incubator/plex-meta-manager/0.0.29/CHANGELOG.md b/incubator/plex-meta-manager/0.0.29/CHANGELOG.md deleted file mode 100644 index 56e83f4101b..00000000000 --- a/incubator/plex-meta-manager/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plex-meta-manager-0.0.29](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.28...plex-meta-manager-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plex-meta-manager-0.0.28](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.27...plex-meta-manager-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-meta-manager-0.0.28](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.27...plex-meta-manager-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-meta-manager-0.0.27](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.26...plex-meta-manager-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plex-meta-manager-0.0.26](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.25...plex-meta-manager-0.0.26) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [plex-meta-manager-0.0.25](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.24...plex-meta-manager-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plex-meta-manager-0.0.24](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.23...plex-meta-manager-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plex-meta-manager-0.0.23](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.22...plex-meta-manager-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/incubator/plex-meta-manager/0.0.29/Chart.lock b/incubator/plex-meta-manager/0.0.29/Chart.lock deleted file mode 100644 index 75310119ebd..00000000000 --- a/incubator/plex-meta-manager/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:03.714314074Z" diff --git a/incubator/plex-meta-manager/0.0.29/Chart.yaml b/incubator/plex-meta-manager/0.0.29/Chart.yaml deleted file mode 100644 index 2f24c3393c9..00000000000 --- a/incubator/plex-meta-manager/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: plex-meta-manager -version: 0.0.29 -appVersion: "1.17.3" -description: Python script to update metadata and automatically build collections. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/plex-meta-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png -keywords: - - plex-meta-manager -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager - - https://hub.docker.com/r/meisnate12/plex-meta-manager - - https://github.com/meisnate12/Plex-Meta-Manager -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/plex-meta-manager/0.0.29/README.md b/incubator/plex-meta-manager/0.0.29/README.md deleted file mode 100644 index 43cffb2344c..00000000000 --- a/incubator/plex-meta-manager/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plex-meta-manager - -Python script to update metadata and automatically build collections. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plex-meta-manager](https://truecharts.org/docs/charts/incubator/plex-meta-manager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plex-meta-manager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plex-meta-manager TrueCharts/plex-meta-manager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plex-meta-manager` deployment - -```console -helm uninstall plex-meta-manager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plex-meta-manager \ - --set env.TZ="America/New York" \ - TrueCharts/plex-meta-manager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plex-meta-manager TrueCharts/plex-meta-manager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/plex-meta-manager/0.0.29/charts/common-10.7.0.tgz b/incubator/plex-meta-manager/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/plex-meta-manager/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/plex-meta-manager/0.0.30/CHANGELOG.md b/incubator/plex-meta-manager/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7d49015e47a --- /dev/null +++ b/incubator/plex-meta-manager/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plex-meta-manager-0.0.30](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.29...plex-meta-manager-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plex-meta-manager-0.0.29](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.28...plex-meta-manager-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plex-meta-manager-0.0.28](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.27...plex-meta-manager-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-meta-manager-0.0.28](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.27...plex-meta-manager-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-meta-manager-0.0.27](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.26...plex-meta-manager-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plex-meta-manager-0.0.26](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.25...plex-meta-manager-0.0.26) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [plex-meta-manager-0.0.25](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.24...plex-meta-manager-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plex-meta-manager-0.0.24](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.23...plex-meta-manager-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plex-meta-manager-0.0.23](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.22...plex-meta-manager-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/plex-meta-manager/0.0.30/Chart.lock b/incubator/plex-meta-manager/0.0.30/Chart.lock new file mode 100644 index 00000000000..3b80e8d3599 --- /dev/null +++ b/incubator/plex-meta-manager/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:50.107163164Z" diff --git a/incubator/plex-meta-manager/0.0.30/Chart.yaml b/incubator/plex-meta-manager/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5b263e1c429 --- /dev/null +++ b/incubator/plex-meta-manager/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: plex-meta-manager +version: 0.0.30 +appVersion: "1.17.3" +description: Python script to update metadata and automatically build collections. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/plex-meta-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.png +keywords: + - plex-meta-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager + - https://hub.docker.com/r/meisnate12/plex-meta-manager + - https://github.com/meisnate12/Plex-Meta-Manager +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/plex-meta-manager/0.0.30/README.md b/incubator/plex-meta-manager/0.0.30/README.md new file mode 100644 index 00000000000..07856593fd6 --- /dev/null +++ b/incubator/plex-meta-manager/0.0.30/README.md @@ -0,0 +1,107 @@ +# plex-meta-manager + +Python script to update metadata and automatically build collections. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plex-meta-manager](https://truecharts.org/docs/charts/incubator/plex-meta-manager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plex-meta-manager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plex-meta-manager TrueCharts/plex-meta-manager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plex-meta-manager` deployment + +```console +helm uninstall plex-meta-manager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plex-meta-manager \ + --set env.TZ="America/New York" \ + TrueCharts/plex-meta-manager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plex-meta-manager TrueCharts/plex-meta-manager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/plex-meta-manager/0.0.29/app-readme.md b/incubator/plex-meta-manager/0.0.30/app-readme.md similarity index 100% rename from incubator/plex-meta-manager/0.0.29/app-readme.md rename to incubator/plex-meta-manager/0.0.30/app-readme.md diff --git a/incubator/plex-meta-manager/0.0.30/charts/common-10.7.1.tgz b/incubator/plex-meta-manager/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/plex-meta-manager/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/plex-meta-manager/0.0.29/ix_values.yaml b/incubator/plex-meta-manager/0.0.30/ix_values.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.29/ix_values.yaml rename to incubator/plex-meta-manager/0.0.30/ix_values.yaml diff --git a/incubator/plex-meta-manager/0.0.29/questions.yaml b/incubator/plex-meta-manager/0.0.30/questions.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.29/questions.yaml rename to incubator/plex-meta-manager/0.0.30/questions.yaml diff --git a/incubator/plex-meta-manager/0.0.29/templates/common.yaml b/incubator/plex-meta-manager/0.0.30/templates/common.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.29/templates/common.yaml rename to incubator/plex-meta-manager/0.0.30/templates/common.yaml diff --git a/incubator/plex-meta-manager/0.0.29/values.yaml b/incubator/plex-meta-manager/0.0.30/values.yaml similarity index 100% rename from incubator/plex-meta-manager/0.0.29/values.yaml rename to incubator/plex-meta-manager/0.0.30/values.yaml diff --git a/incubator/plexripper/0.0.29/CHANGELOG.md b/incubator/plexripper/0.0.29/CHANGELOG.md deleted file mode 100644 index 9e4097f7164..00000000000 --- a/incubator/plexripper/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plexripper-0.0.29](https://github.com/truecharts/charts/compare/plexripper-0.0.28...plexripper-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plexripper-0.0.28](https://github.com/truecharts/charts/compare/plexripper-0.0.27...plexripper-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plexripper-0.0.28](https://github.com/truecharts/charts/compare/plexripper-0.0.27...plexripper-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plexripper-0.0.27](https://github.com/truecharts/charts/compare/plexripper-0.0.26...plexripper-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plexripper-0.0.26](https://github.com/truecharts/charts/compare/plexripper-0.0.25...plexripper-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plexripper-0.0.25](https://github.com/truecharts/charts/compare/plexripper-0.0.24...plexripper-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plexripper-0.0.24](https://github.com/truecharts/charts/compare/plexripper-0.0.23...plexripper-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [plexripper-0.0.24](https://github.com/truecharts/charts/compare/plexripper-0.0.23...plexripper-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/plexripper/0.0.29/Chart.lock b/incubator/plexripper/0.0.29/Chart.lock deleted file mode 100644 index 04943617b21..00000000000 --- a/incubator/plexripper/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:04.487312164Z" diff --git a/incubator/plexripper/0.0.29/Chart.yaml b/incubator/plexripper/0.0.29/Chart.yaml deleted file mode 100644 index d1db1f4e804..00000000000 --- a/incubator/plexripper/0.0.29/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Downloaders - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! -home: https://truecharts.org/docs/charts/incubator/plexripper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png -keywords: - - plexripper - - Backup - - Downloaders - - MediaApp-Video - - MediaApp-Music - - MediaApp-Photos - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plexripper -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper - - https://github.com/PlexRipper/PlexRipper/ - - https://hub.docker.com/r/plexripper/plexripper/ -type: application -version: 0.0.29 diff --git a/incubator/plexripper/0.0.29/README.md b/incubator/plexripper/0.0.29/README.md deleted file mode 100644 index 84631ae3589..00000000000 --- a/incubator/plexripper/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plexripper - -Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plexripper](https://truecharts.org/docs/charts/incubator/plexripper) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plexripper` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plexripper TrueCharts/plexripper -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plexripper` deployment - -```console -helm uninstall plexripper -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plexripper \ - --set env.TZ="America/New York" \ - TrueCharts/plexripper -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plexripper TrueCharts/plexripper -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/plexripper/0.0.29/charts/common-10.7.0.tgz b/incubator/plexripper/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/plexripper/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/plexripper/0.0.30/CHANGELOG.md b/incubator/plexripper/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..16c0d7e28f2 --- /dev/null +++ b/incubator/plexripper/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plexripper-0.0.30](https://github.com/truecharts/charts/compare/plexripper-0.0.29...plexripper-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plexripper-0.0.29](https://github.com/truecharts/charts/compare/plexripper-0.0.28...plexripper-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plexripper-0.0.28](https://github.com/truecharts/charts/compare/plexripper-0.0.27...plexripper-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plexripper-0.0.28](https://github.com/truecharts/charts/compare/plexripper-0.0.27...plexripper-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plexripper-0.0.27](https://github.com/truecharts/charts/compare/plexripper-0.0.26...plexripper-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plexripper-0.0.26](https://github.com/truecharts/charts/compare/plexripper-0.0.25...plexripper-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plexripper-0.0.25](https://github.com/truecharts/charts/compare/plexripper-0.0.24...plexripper-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plexripper-0.0.24](https://github.com/truecharts/charts/compare/plexripper-0.0.23...plexripper-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/plexripper/0.0.30/Chart.lock b/incubator/plexripper/0.0.30/Chart.lock new file mode 100644 index 00000000000..5475f2f0442 --- /dev/null +++ b/incubator/plexripper/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:37:56.879120321Z" diff --git a/incubator/plexripper/0.0.30/Chart.yaml b/incubator/plexripper/0.0.30/Chart.yaml new file mode 100644 index 00000000000..98af840ea84 --- /dev/null +++ b/incubator/plexripper/0.0.30/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! +home: https://truecharts.org/docs/charts/incubator/plexripper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.png +keywords: + - plexripper + - Backup + - Downloaders + - MediaApp-Video + - MediaApp-Music + - MediaApp-Photos + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plexripper +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plexripper + - https://github.com/PlexRipper/PlexRipper/ + - https://hub.docker.com/r/plexripper/plexripper/ +type: application +version: 0.0.30 diff --git a/incubator/plexripper/0.0.30/README.md b/incubator/plexripper/0.0.30/README.md new file mode 100644 index 00000000000..8edcc0f508c --- /dev/null +++ b/incubator/plexripper/0.0.30/README.md @@ -0,0 +1,107 @@ +# plexripper + +Tired of searching for media on different torrent websites or paying for Usenet server access? Well look no further! You can now use PlexRipper to download "everything" from the Plex servers you have access to and expand your collection that way! Let others collect media for you and then just download everything! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plexripper](https://truecharts.org/docs/charts/incubator/plexripper) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plexripper` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plexripper TrueCharts/plexripper +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plexripper` deployment + +```console +helm uninstall plexripper +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plexripper \ + --set env.TZ="America/New York" \ + TrueCharts/plexripper +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plexripper TrueCharts/plexripper -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/plexripper/0.0.29/app-readme.md b/incubator/plexripper/0.0.30/app-readme.md similarity index 100% rename from incubator/plexripper/0.0.29/app-readme.md rename to incubator/plexripper/0.0.30/app-readme.md diff --git a/incubator/plexripper/0.0.30/charts/common-10.7.1.tgz b/incubator/plexripper/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/plexripper/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/plexripper/0.0.29/ix_values.yaml b/incubator/plexripper/0.0.30/ix_values.yaml similarity index 100% rename from incubator/plexripper/0.0.29/ix_values.yaml rename to incubator/plexripper/0.0.30/ix_values.yaml diff --git a/incubator/plexripper/0.0.29/questions.yaml b/incubator/plexripper/0.0.30/questions.yaml similarity index 100% rename from incubator/plexripper/0.0.29/questions.yaml rename to incubator/plexripper/0.0.30/questions.yaml diff --git a/incubator/plexripper/0.0.29/templates/common.yaml b/incubator/plexripper/0.0.30/templates/common.yaml similarity index 100% rename from incubator/plexripper/0.0.29/templates/common.yaml rename to incubator/plexripper/0.0.30/templates/common.yaml diff --git a/incubator/plexripper/0.0.29/values.yaml b/incubator/plexripper/0.0.30/values.yaml similarity index 100% rename from incubator/plexripper/0.0.29/values.yaml rename to incubator/plexripper/0.0.30/values.yaml diff --git a/incubator/plextraktsync/1.0.10/CHANGELOG.md b/incubator/plextraktsync/1.0.10/CHANGELOG.md new file mode 100644 index 00000000000..fe746223947 --- /dev/null +++ b/incubator/plextraktsync/1.0.10/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plextraktsync-1.0.10](https://github.com/truecharts/charts/compare/plextraktsync-1.0.9...plextraktsync-1.0.10) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [plextraktsync-1.0.9](https://github.com/truecharts/charts/compare/plextraktsync-1.0.8...plextraktsync-1.0.9) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plextraktsync-1.0.8](https://github.com/truecharts/charts/compare/plextraktsync-1.0.7...plextraktsync-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plextraktsync-1.0.8](https://github.com/truecharts/charts/compare/plextraktsync-1.0.7...plextraktsync-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plextraktsync-1.0.7](https://github.com/truecharts/charts/compare/plextraktsync-1.0.6...plextraktsync-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [plextraktsync-1.0.6](https://github.com/truecharts/charts/compare/plextraktsync-1.0.5...plextraktsync-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plextraktsync-1.0.5](https://github.com/truecharts/charts/compare/plextraktsync-1.0.4...plextraktsync-1.0.5) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + - update docker general non-major + + + + +## [plextraktsync-1.0.4](https://github.com/truecharts/charts/compare/plextraktsync-1.0.3...plextraktsync-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plextraktsync-1.0.3](https://github.com/truecharts/charts/compare/plextraktsync-1.0.2...plextraktsync-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plextraktsync-1.0.2](https://github.com/truecharts/charts/compare/plextraktsync-0.0.30...plextraktsync-1.0.2) (2022-09-22) diff --git a/incubator/plextraktsync/1.0.10/Chart.lock b/incubator/plextraktsync/1.0.10/Chart.lock new file mode 100644 index 00000000000..00e9a5fa937 --- /dev/null +++ b/incubator/plextraktsync/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:12.990095738Z" diff --git a/incubator/plextraktsync/1.0.10/Chart.yaml b/incubator/plextraktsync/1.0.10/Chart.yaml new file mode 100644 index 00000000000..15cbb299812 --- /dev/null +++ b/incubator/plextraktsync/1.0.10/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Two-way-sync between trakt.tv and Plex Media Server. +home: https://truecharts.org/docs/charts/incubator/plextraktsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png +keywords: + - plextraktsync + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plextraktsync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync + - https://github.com/Taxel/PlexTraktSync + - https://ghcr.io/taxel/plextraktsync +type: application +version: 1.0.10 diff --git a/incubator/plextraktsync/1.0.10/README.md b/incubator/plextraktsync/1.0.10/README.md new file mode 100644 index 00000000000..feee5db2dda --- /dev/null +++ b/incubator/plextraktsync/1.0.10/README.md @@ -0,0 +1,107 @@ +# plextraktsync + +Two-way-sync between trakt.tv and Plex Media Server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plextraktsync](https://truecharts.org/docs/charts/incubator/plextraktsync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plextraktsync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plextraktsync TrueCharts/plextraktsync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plextraktsync` deployment + +```console +helm uninstall plextraktsync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plextraktsync \ + --set env.TZ="America/New York" \ + TrueCharts/plextraktsync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plextraktsync TrueCharts/plextraktsync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/plextraktsync/1.0.9/app-readme.md b/incubator/plextraktsync/1.0.10/app-readme.md similarity index 100% rename from incubator/plextraktsync/1.0.9/app-readme.md rename to incubator/plextraktsync/1.0.10/app-readme.md diff --git a/incubator/plextraktsync/1.0.10/charts/common-10.7.1.tgz b/incubator/plextraktsync/1.0.10/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/plextraktsync/1.0.10/charts/common-10.7.1.tgz differ diff --git a/incubator/plextraktsync/1.0.10/ix_values.yaml b/incubator/plextraktsync/1.0.10/ix_values.yaml new file mode 100644 index 00000000000..ce6dc7af383 --- /dev/null +++ b/incubator/plextraktsync/1.0.10/ix_values.yaml @@ -0,0 +1,47 @@ +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/plextraktsync + tag: latest@sha256:2b47fe8939358a461e8a79ad4163028e2cab489db295cb8e5c11236b43389d2c + +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +tty: true +stdin: true + +plexTraktSync: + task: "" + schedule: "0 */6 * * *" + +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +service: + main: + enabled: false + ports: + main: + enabled: false + +persistence: + config: + enabled: true + mountPath: /app/config + +portal: + enabled: false + +cronjob: + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 diff --git a/incubator/plextraktsync/1.0.9/questions.yaml b/incubator/plextraktsync/1.0.10/questions.yaml similarity index 100% rename from incubator/plextraktsync/1.0.9/questions.yaml rename to incubator/plextraktsync/1.0.10/questions.yaml diff --git a/incubator/plextraktsync/1.0.9/templates/_cronjob.tpl b/incubator/plextraktsync/1.0.10/templates/_cronjob.tpl similarity index 100% rename from incubator/plextraktsync/1.0.9/templates/_cronjob.tpl rename to incubator/plextraktsync/1.0.10/templates/_cronjob.tpl diff --git a/incubator/plextraktsync/1.0.9/templates/common.yaml b/incubator/plextraktsync/1.0.10/templates/common.yaml similarity index 100% rename from incubator/plextraktsync/1.0.9/templates/common.yaml rename to incubator/plextraktsync/1.0.10/templates/common.yaml diff --git a/incubator/plextraktsync/1.0.9/values.yaml b/incubator/plextraktsync/1.0.10/values.yaml similarity index 100% rename from incubator/plextraktsync/1.0.9/values.yaml rename to incubator/plextraktsync/1.0.10/values.yaml diff --git a/incubator/plextraktsync/1.0.9/CHANGELOG.md b/incubator/plextraktsync/1.0.9/CHANGELOG.md deleted file mode 100644 index 4bc0618c39d..00000000000 --- a/incubator/plextraktsync/1.0.9/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plextraktsync-1.0.9](https://github.com/truecharts/charts/compare/plextraktsync-1.0.8...plextraktsync-1.0.9) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plextraktsync-1.0.8](https://github.com/truecharts/charts/compare/plextraktsync-1.0.7...plextraktsync-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plextraktsync-1.0.8](https://github.com/truecharts/charts/compare/plextraktsync-1.0.7...plextraktsync-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plextraktsync-1.0.7](https://github.com/truecharts/charts/compare/plextraktsync-1.0.6...plextraktsync-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [plextraktsync-1.0.6](https://github.com/truecharts/charts/compare/plextraktsync-1.0.5...plextraktsync-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plextraktsync-1.0.5](https://github.com/truecharts/charts/compare/plextraktsync-1.0.4...plextraktsync-1.0.5) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - update docker general non-major - - - - -## [plextraktsync-1.0.4](https://github.com/truecharts/charts/compare/plextraktsync-1.0.3...plextraktsync-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plextraktsync-1.0.3](https://github.com/truecharts/charts/compare/plextraktsync-1.0.2...plextraktsync-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plextraktsync-1.0.2](https://github.com/truecharts/charts/compare/plextraktsync-0.0.30...plextraktsync-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/plextraktsync/1.0.9/Chart.lock b/incubator/plextraktsync/1.0.9/Chart.lock deleted file mode 100644 index f93eb2ef00b..00000000000 --- a/incubator/plextraktsync/1.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:11.221836462Z" diff --git a/incubator/plextraktsync/1.0.9/Chart.yaml b/incubator/plextraktsync/1.0.9/Chart.yaml deleted file mode 100644 index da9fde69469..00000000000 --- a/incubator/plextraktsync/1.0.9/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Two-way-sync between trakt.tv and Plex Media Server. -home: https://truecharts.org/docs/charts/incubator/plextraktsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.png -keywords: - - plextraktsync - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plextraktsync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plextraktsync - - https://github.com/Taxel/PlexTraktSync - - https://ghcr.io/taxel/plextraktsync -type: application -version: 1.0.9 diff --git a/incubator/plextraktsync/1.0.9/README.md b/incubator/plextraktsync/1.0.9/README.md deleted file mode 100644 index 43223b44f0a..00000000000 --- a/incubator/plextraktsync/1.0.9/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plextraktsync - -Two-way-sync between trakt.tv and Plex Media Server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plextraktsync](https://truecharts.org/docs/charts/incubator/plextraktsync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plextraktsync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plextraktsync TrueCharts/plextraktsync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plextraktsync` deployment - -```console -helm uninstall plextraktsync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plextraktsync \ - --set env.TZ="America/New York" \ - TrueCharts/plextraktsync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plextraktsync TrueCharts/plextraktsync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/plextraktsync/1.0.9/charts/common-10.7.0.tgz b/incubator/plextraktsync/1.0.9/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/plextraktsync/1.0.9/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/plextraktsync/1.0.9/ix_values.yaml b/incubator/plextraktsync/1.0.9/ix_values.yaml deleted file mode 100644 index beac019559d..00000000000 --- a/incubator/plextraktsync/1.0.9/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/plextraktsync - tag: latest@sha256:e733c1a16acfbd1191672656bd52074e67f21dfa83906dcf430440c3ade0a1bb - -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -tty: true -stdin: true - -plexTraktSync: - task: "" - schedule: "0 */6 * * *" - -probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - -service: - main: - enabled: false - ports: - main: - enabled: false - -persistence: - config: - enabled: true - mountPath: /app/config - -portal: - enabled: false - -cronjob: - annotations: {} - failedJobsHistoryLimit: 5 - successfulJobsHistoryLimit: 2 diff --git a/incubator/post-recording/0.0.29/CHANGELOG.md b/incubator/post-recording/0.0.29/CHANGELOG.md deleted file mode 100644 index cbd941538f6..00000000000 --- a/incubator/post-recording/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [post-recording-0.0.29](https://github.com/truecharts/charts/compare/post-recording-0.0.28...post-recording-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [post-recording-0.0.28](https://github.com/truecharts/charts/compare/post-recording-0.0.27...post-recording-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [post-recording-0.0.28](https://github.com/truecharts/charts/compare/post-recording-0.0.27...post-recording-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [post-recording-0.0.27](https://github.com/truecharts/charts/compare/post-recording-0.0.26...post-recording-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [post-recording-0.0.26](https://github.com/truecharts/charts/compare/post-recording-0.0.25...post-recording-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [post-recording-0.0.25](https://github.com/truecharts/charts/compare/post-recording-0.0.24...post-recording-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [post-recording-0.0.24](https://github.com/truecharts/charts/compare/post-recording-0.0.23...post-recording-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - - -## [post-recording-0.0.24](https://github.com/truecharts/charts/compare/post-recording-0.0.23...post-recording-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/post-recording/0.0.29/Chart.lock b/incubator/post-recording/0.0.29/Chart.lock deleted file mode 100644 index d47d696a42a..00000000000 --- a/incubator/post-recording/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:33.470267329Z" diff --git a/incubator/post-recording/0.0.29/Chart.yaml b/incubator/post-recording/0.0.29/Chart.yaml deleted file mode 100644 index b71bf962cb0..00000000000 --- a/incubator/post-recording/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings." -home: https://truecharts.org/docs/charts/incubator/post-recording -icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png -keywords: - - post-recording - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: post-recording -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/post-recording - - https://github.com/chacawaca/docker-post-recording - - https://hub.docker.com/r/chacawaca/post-recording -type: application -version: 0.0.29 diff --git a/incubator/post-recording/0.0.29/README.md b/incubator/post-recording/0.0.29/README.md deleted file mode 100644 index 33f0753d224..00000000000 --- a/incubator/post-recording/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# post-recording - -Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [post-recording](https://truecharts.org/docs/charts/incubator/post-recording) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `post-recording` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install post-recording TrueCharts/post-recording -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `post-recording` deployment - -```console -helm uninstall post-recording -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install post-recording \ - --set env.TZ="America/New York" \ - TrueCharts/post-recording -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install post-recording TrueCharts/post-recording -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/post-recording/0.0.29/charts/common-10.7.0.tgz b/incubator/post-recording/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/post-recording/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/post-recording/0.0.30/CHANGELOG.md b/incubator/post-recording/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3aa12d15664 --- /dev/null +++ b/incubator/post-recording/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [post-recording-0.0.30](https://github.com/truecharts/charts/compare/post-recording-0.0.29...post-recording-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [post-recording-0.0.29](https://github.com/truecharts/charts/compare/post-recording-0.0.28...post-recording-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [post-recording-0.0.28](https://github.com/truecharts/charts/compare/post-recording-0.0.27...post-recording-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [post-recording-0.0.28](https://github.com/truecharts/charts/compare/post-recording-0.0.27...post-recording-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [post-recording-0.0.27](https://github.com/truecharts/charts/compare/post-recording-0.0.26...post-recording-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [post-recording-0.0.26](https://github.com/truecharts/charts/compare/post-recording-0.0.25...post-recording-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [post-recording-0.0.25](https://github.com/truecharts/charts/compare/post-recording-0.0.24...post-recording-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [post-recording-0.0.24](https://github.com/truecharts/charts/compare/post-recording-0.0.23...post-recording-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + + diff --git a/incubator/post-recording/0.0.30/Chart.lock b/incubator/post-recording/0.0.30/Chart.lock new file mode 100644 index 00000000000..45b5d93a772 --- /dev/null +++ b/incubator/post-recording/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:21.179760794Z" diff --git a/incubator/post-recording/0.0.30/Chart.yaml b/incubator/post-recording/0.0.30/Chart.yaml new file mode 100644 index 00000000000..852ebb2815a --- /dev/null +++ b/incubator/post-recording/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings." +home: https://truecharts.org/docs/charts/incubator/post-recording +icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.png +keywords: + - post-recording + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: post-recording +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/post-recording + - https://github.com/chacawaca/docker-post-recording + - https://hub.docker.com/r/chacawaca/post-recording +type: application +version: 0.0.30 diff --git a/incubator/post-recording/0.0.30/README.md b/incubator/post-recording/0.0.30/README.md new file mode 100644 index 00000000000..f0d3869b887 --- /dev/null +++ b/incubator/post-recording/0.0.30/README.md @@ -0,0 +1,107 @@ +# post-recording + +Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [post-recording](https://truecharts.org/docs/charts/incubator/post-recording) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `post-recording` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install post-recording TrueCharts/post-recording +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `post-recording` deployment + +```console +helm uninstall post-recording +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install post-recording \ + --set env.TZ="America/New York" \ + TrueCharts/post-recording +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install post-recording TrueCharts/post-recording -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/post-recording/0.0.29/app-readme.md b/incubator/post-recording/0.0.30/app-readme.md similarity index 100% rename from incubator/post-recording/0.0.29/app-readme.md rename to incubator/post-recording/0.0.30/app-readme.md diff --git a/incubator/post-recording/0.0.30/charts/common-10.7.1.tgz b/incubator/post-recording/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/post-recording/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/post-recording/0.0.29/ix_values.yaml b/incubator/post-recording/0.0.30/ix_values.yaml similarity index 100% rename from incubator/post-recording/0.0.29/ix_values.yaml rename to incubator/post-recording/0.0.30/ix_values.yaml diff --git a/incubator/post-recording/0.0.29/questions.yaml b/incubator/post-recording/0.0.30/questions.yaml similarity index 100% rename from incubator/post-recording/0.0.29/questions.yaml rename to incubator/post-recording/0.0.30/questions.yaml diff --git a/incubator/post-recording/0.0.29/templates/common.yaml b/incubator/post-recording/0.0.30/templates/common.yaml similarity index 100% rename from incubator/post-recording/0.0.29/templates/common.yaml rename to incubator/post-recording/0.0.30/templates/common.yaml diff --git a/incubator/post-recording/0.0.29/values.yaml b/incubator/post-recording/0.0.30/values.yaml similarity index 100% rename from incubator/post-recording/0.0.29/values.yaml rename to incubator/post-recording/0.0.30/values.yaml diff --git a/incubator/poste/0.0.30/CHANGELOG.md b/incubator/poste/0.0.30/CHANGELOG.md deleted file mode 100644 index e5c6612f666..00000000000 --- a/incubator/poste/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [poste-0.0.30](https://github.com/truecharts/charts/compare/posterr-1.0.2...poste-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [poste-0.0.29](https://github.com/truecharts/charts/compare/posterr-1.0.1...poste-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [poste-0.0.29](https://github.com/truecharts/charts/compare/posterr-1.0.1...poste-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [poste-0.0.28](https://github.com/truecharts/charts/compare/posterr-1.0.0...poste-0.0.28) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [poste-0.0.27](https://github.com/truecharts/charts/compare/poste-0.0.26...poste-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [poste-0.0.26](https://github.com/truecharts/charts/compare/poste-0.0.25...poste-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [poste-0.0.25](https://github.com/truecharts/charts/compare/poste-0.0.24...poste-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [poste-0.0.25](https://github.com/truecharts/charts/compare/poste-0.0.24...poste-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/poste/0.0.30/Chart.lock b/incubator/poste/0.0.30/Chart.lock deleted file mode 100644 index e27d35c4839..00000000000 --- a/incubator/poste/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:34.628876704Z" diff --git a/incubator/poste/0.0.30/Chart.yaml b/incubator/poste/0.0.30/Chart.yaml deleted file mode 100644 index 4efcf649753..00000000000 --- a/incubator/poste/0.0.30/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - Network-Web - - Network-Other - - Network-Messenger -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. " -home: https://truecharts.org/docs/charts/incubator/poste -icon: https://truecharts.org/img/hotlink-ok/chart-icons/poste.png -keywords: - - poste - - Cloud - - Productivity - - Tools-Utilities - - Network-Web - - Network-Other - - Network-Messenger -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: poste -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/poste - - https://poste.io/ - - https://hub.docker.com/r/analogic/poste.io/ -type: application -version: 0.0.30 diff --git a/incubator/poste/0.0.30/README.md b/incubator/poste/0.0.30/README.md deleted file mode 100644 index b1f7f7f12c5..00000000000 --- a/incubator/poste/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# poste - -FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [poste](https://truecharts.org/docs/charts/incubator/poste) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `poste` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install poste TrueCharts/poste -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `poste` deployment - -```console -helm uninstall poste -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install poste \ - --set env.TZ="America/New York" \ - TrueCharts/poste -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install poste TrueCharts/poste -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/poste/0.0.30/charts/common-10.7.0.tgz b/incubator/poste/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/poste/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/poste/0.0.31/CHANGELOG.md b/incubator/poste/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..a111598d4b5 --- /dev/null +++ b/incubator/poste/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [poste-0.0.31](https://github.com/truecharts/charts/compare/posterr-1.0.3...poste-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [poste-0.0.30](https://github.com/truecharts/charts/compare/posterr-1.0.2...poste-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [poste-0.0.29](https://github.com/truecharts/charts/compare/posterr-1.0.1...poste-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [poste-0.0.29](https://github.com/truecharts/charts/compare/posterr-1.0.1...poste-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [poste-0.0.28](https://github.com/truecharts/charts/compare/posterr-1.0.0...poste-0.0.28) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [poste-0.0.27](https://github.com/truecharts/charts/compare/poste-0.0.26...poste-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [poste-0.0.26](https://github.com/truecharts/charts/compare/poste-0.0.25...poste-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [poste-0.0.25](https://github.com/truecharts/charts/compare/poste-0.0.24...poste-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/poste/0.0.31/Chart.lock b/incubator/poste/0.0.31/Chart.lock new file mode 100644 index 00000000000..c039e1332ff --- /dev/null +++ b/incubator/poste/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:27.890117921Z" diff --git a/incubator/poste/0.0.31/Chart.yaml b/incubator/poste/0.0.31/Chart.yaml new file mode 100644 index 00000000000..99caafcae0e --- /dev/null +++ b/incubator/poste/0.0.31/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - Network-Web + - Network-Other + - Network-Messenger +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. " +home: https://truecharts.org/docs/charts/incubator/poste +icon: https://truecharts.org/img/hotlink-ok/chart-icons/poste.png +keywords: + - poste + - Cloud + - Productivity + - Tools-Utilities + - Network-Web + - Network-Other + - Network-Messenger +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: poste +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/poste + - https://poste.io/ + - https://hub.docker.com/r/analogic/poste.io/ +type: application +version: 0.0.31 diff --git a/incubator/poste/0.0.31/README.md b/incubator/poste/0.0.31/README.md new file mode 100644 index 00000000000..e838aefd643 --- /dev/null +++ b/incubator/poste/0.0.31/README.md @@ -0,0 +1,107 @@ +# poste + +FREE version of Poste.io, full mail server solution. POP3, SMTP, IMAP, Spamassassin, WebMail, WebAdmin. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [poste](https://truecharts.org/docs/charts/incubator/poste) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `poste` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install poste TrueCharts/poste +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `poste` deployment + +```console +helm uninstall poste +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install poste \ + --set env.TZ="America/New York" \ + TrueCharts/poste +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install poste TrueCharts/poste -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/poste/0.0.30/app-readme.md b/incubator/poste/0.0.31/app-readme.md similarity index 100% rename from incubator/poste/0.0.30/app-readme.md rename to incubator/poste/0.0.31/app-readme.md diff --git a/incubator/poste/0.0.31/charts/common-10.7.1.tgz b/incubator/poste/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/poste/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/poste/0.0.30/ix_values.yaml b/incubator/poste/0.0.31/ix_values.yaml similarity index 100% rename from incubator/poste/0.0.30/ix_values.yaml rename to incubator/poste/0.0.31/ix_values.yaml diff --git a/incubator/poste/0.0.30/questions.yaml b/incubator/poste/0.0.31/questions.yaml similarity index 100% rename from incubator/poste/0.0.30/questions.yaml rename to incubator/poste/0.0.31/questions.yaml diff --git a/incubator/poste/0.0.30/templates/common.yaml b/incubator/poste/0.0.31/templates/common.yaml similarity index 100% rename from incubator/poste/0.0.30/templates/common.yaml rename to incubator/poste/0.0.31/templates/common.yaml diff --git a/incubator/poste/0.0.30/values.yaml b/incubator/poste/0.0.31/values.yaml similarity index 100% rename from incubator/poste/0.0.30/values.yaml rename to incubator/poste/0.0.31/values.yaml diff --git a/incubator/postscriptum/0.0.29/CHANGELOG.md b/incubator/postscriptum/0.0.29/CHANGELOG.md deleted file mode 100644 index 80851d9daad..00000000000 --- a/incubator/postscriptum/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [postscriptum-0.0.29](https://github.com/truecharts/charts/compare/postscriptum-0.0.28...postscriptum-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [postscriptum-0.0.28](https://github.com/truecharts/charts/compare/postscriptum-0.0.27...postscriptum-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [postscriptum-0.0.28](https://github.com/truecharts/charts/compare/postscriptum-0.0.27...postscriptum-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [postscriptum-0.0.27](https://github.com/truecharts/charts/compare/postscriptum-0.0.26...postscriptum-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [postscriptum-0.0.26](https://github.com/truecharts/charts/compare/postscriptum-0.0.25...postscriptum-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [postscriptum-0.0.25](https://github.com/truecharts/charts/compare/postscriptum-0.0.24...postscriptum-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [postscriptum-0.0.24](https://github.com/truecharts/charts/compare/postscriptum-0.0.23...postscriptum-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [postscriptum-0.0.24](https://github.com/truecharts/charts/compare/postscriptum-0.0.23...postscriptum-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/postscriptum/0.0.29/Chart.lock b/incubator/postscriptum/0.0.29/Chart.lock deleted file mode 100644 index 693b00dcf80..00000000000 --- a/incubator/postscriptum/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:56:41.471608749Z" diff --git a/incubator/postscriptum/0.0.29/Chart.yaml b/incubator/postscriptum/0.0.29/Chart.yaml deleted file mode 100644 index b94d49e250a..00000000000 --- a/incubator/postscriptum/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install PostScriptum and run it." -home: https://truecharts.org/docs/charts/incubator/postscriptum -icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png -keywords: - - postscriptum - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: postscriptum -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/postscriptum - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/postscriptum/0.0.29/README.md b/incubator/postscriptum/0.0.29/README.md deleted file mode 100644 index 9218b834c18..00000000000 --- a/incubator/postscriptum/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# postscriptum - -This Chart will download and install SteamCMD. It will also install PostScriptum and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [postscriptum](https://truecharts.org/docs/charts/incubator/postscriptum) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `postscriptum` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install postscriptum TrueCharts/postscriptum -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `postscriptum` deployment - -```console -helm uninstall postscriptum -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install postscriptum \ - --set env.TZ="America/New York" \ - TrueCharts/postscriptum -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install postscriptum TrueCharts/postscriptum -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/postscriptum/0.0.29/charts/common-10.7.0.tgz b/incubator/postscriptum/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/postscriptum/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/postscriptum/0.0.30/CHANGELOG.md b/incubator/postscriptum/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..dc3fd82078d --- /dev/null +++ b/incubator/postscriptum/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [postscriptum-0.0.30](https://github.com/truecharts/charts/compare/postscriptum-0.0.29...postscriptum-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [postscriptum-0.0.29](https://github.com/truecharts/charts/compare/postscriptum-0.0.28...postscriptum-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [postscriptum-0.0.28](https://github.com/truecharts/charts/compare/postscriptum-0.0.27...postscriptum-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [postscriptum-0.0.28](https://github.com/truecharts/charts/compare/postscriptum-0.0.27...postscriptum-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [postscriptum-0.0.27](https://github.com/truecharts/charts/compare/postscriptum-0.0.26...postscriptum-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [postscriptum-0.0.26](https://github.com/truecharts/charts/compare/postscriptum-0.0.25...postscriptum-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [postscriptum-0.0.25](https://github.com/truecharts/charts/compare/postscriptum-0.0.24...postscriptum-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [postscriptum-0.0.24](https://github.com/truecharts/charts/compare/postscriptum-0.0.23...postscriptum-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/postscriptum/0.0.30/Chart.lock b/incubator/postscriptum/0.0.30/Chart.lock new file mode 100644 index 00000000000..7c563dfee91 --- /dev/null +++ b/incubator/postscriptum/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:44.340152737Z" diff --git a/incubator/postscriptum/0.0.30/Chart.yaml b/incubator/postscriptum/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3ae7827a34d --- /dev/null +++ b/incubator/postscriptum/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install PostScriptum and run it." +home: https://truecharts.org/docs/charts/incubator/postscriptum +icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.png +keywords: + - postscriptum + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: postscriptum +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/postscriptum + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/postscriptum/0.0.30/README.md b/incubator/postscriptum/0.0.30/README.md new file mode 100644 index 00000000000..2ff082113b5 --- /dev/null +++ b/incubator/postscriptum/0.0.30/README.md @@ -0,0 +1,107 @@ +# postscriptum + +This Chart will download and install SteamCMD. It will also install PostScriptum and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [postscriptum](https://truecharts.org/docs/charts/incubator/postscriptum) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `postscriptum` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install postscriptum TrueCharts/postscriptum +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `postscriptum` deployment + +```console +helm uninstall postscriptum +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install postscriptum \ + --set env.TZ="America/New York" \ + TrueCharts/postscriptum +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install postscriptum TrueCharts/postscriptum -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/postscriptum/0.0.29/app-readme.md b/incubator/postscriptum/0.0.30/app-readme.md similarity index 100% rename from incubator/postscriptum/0.0.29/app-readme.md rename to incubator/postscriptum/0.0.30/app-readme.md diff --git a/incubator/postscriptum/0.0.30/charts/common-10.7.1.tgz b/incubator/postscriptum/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/postscriptum/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/postscriptum/0.0.29/ix_values.yaml b/incubator/postscriptum/0.0.30/ix_values.yaml similarity index 100% rename from incubator/postscriptum/0.0.29/ix_values.yaml rename to incubator/postscriptum/0.0.30/ix_values.yaml diff --git a/incubator/postscriptum/0.0.29/questions.yaml b/incubator/postscriptum/0.0.30/questions.yaml similarity index 100% rename from incubator/postscriptum/0.0.29/questions.yaml rename to incubator/postscriptum/0.0.30/questions.yaml diff --git a/incubator/postscriptum/0.0.29/templates/common.yaml b/incubator/postscriptum/0.0.30/templates/common.yaml similarity index 100% rename from incubator/postscriptum/0.0.29/templates/common.yaml rename to incubator/postscriptum/0.0.30/templates/common.yaml diff --git a/incubator/postscriptum/0.0.29/values.yaml b/incubator/postscriptum/0.0.30/values.yaml similarity index 100% rename from incubator/postscriptum/0.0.29/values.yaml rename to incubator/postscriptum/0.0.30/values.yaml diff --git a/incubator/preclear/0.0.29/CHANGELOG.md b/incubator/preclear/0.0.29/CHANGELOG.md deleted file mode 100644 index f4664abf5f9..00000000000 --- a/incubator/preclear/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [preclear-0.0.29](https://github.com/truecharts/charts/compare/preclear-0.0.28...preclear-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [preclear-0.0.28](https://github.com/truecharts/charts/compare/preclear-0.0.27...preclear-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [preclear-0.0.28](https://github.com/truecharts/charts/compare/preclear-0.0.27...preclear-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [preclear-0.0.27](https://github.com/truecharts/charts/compare/preclear-0.0.26...preclear-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [preclear-0.0.26](https://github.com/truecharts/charts/compare/preclear-0.0.25...preclear-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [preclear-0.0.25](https://github.com/truecharts/charts/compare/preclear-0.0.24...preclear-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [preclear-0.0.24](https://github.com/truecharts/charts/compare/preclear-0.0.23...preclear-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [preclear-0.0.24](https://github.com/truecharts/charts/compare/preclear-0.0.23...preclear-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/preclear/0.0.29/Chart.lock b/incubator/preclear/0.0.29/Chart.lock deleted file mode 100644 index 5a556904f32..00000000000 --- a/incubator/preclear/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:57:02.855212827Z" diff --git a/incubator/preclear/0.0.29/Chart.yaml b/incubator/preclear/0.0.29/Chart.yaml deleted file mode 100644 index ccb1fc69b2b..00000000000 --- a/incubator/preclear/0.0.29/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. -home: https://truecharts.org/docs/charts/incubator/preclear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/preclear.png -keywords: - - preclear - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: preclear -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/preclear - - https://forums.TrueNAS.net/topic/2732-preclear_disksh-a-new-utility-to-burn-in-and-pre-clear-disks-for-quick-add/ - - https://registry.hub.docker.com/r/binhex/arch-preclear/ - - https://github.com/binhex/documentation -type: application -version: 0.0.29 diff --git a/incubator/preclear/0.0.29/README.md b/incubator/preclear/0.0.29/README.md deleted file mode 100644 index 25b18e8a3f2..00000000000 --- a/incubator/preclear/0.0.29/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# preclear - -A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [preclear](https://truecharts.org/docs/charts/incubator/preclear) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `preclear` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install preclear TrueCharts/preclear -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `preclear` deployment - -```console -helm uninstall preclear -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install preclear \ - --set env.TZ="America/New York" \ - TrueCharts/preclear -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install preclear TrueCharts/preclear -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/preclear/0.0.29/charts/common-10.7.0.tgz b/incubator/preclear/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/preclear/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/preclear/0.0.30/CHANGELOG.md b/incubator/preclear/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c0ff900b91c --- /dev/null +++ b/incubator/preclear/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [preclear-0.0.30](https://github.com/truecharts/charts/compare/preclear-0.0.29...preclear-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [preclear-0.0.29](https://github.com/truecharts/charts/compare/preclear-0.0.28...preclear-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [preclear-0.0.28](https://github.com/truecharts/charts/compare/preclear-0.0.27...preclear-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [preclear-0.0.28](https://github.com/truecharts/charts/compare/preclear-0.0.27...preclear-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [preclear-0.0.27](https://github.com/truecharts/charts/compare/preclear-0.0.26...preclear-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [preclear-0.0.26](https://github.com/truecharts/charts/compare/preclear-0.0.25...preclear-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [preclear-0.0.25](https://github.com/truecharts/charts/compare/preclear-0.0.24...preclear-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [preclear-0.0.24](https://github.com/truecharts/charts/compare/preclear-0.0.23...preclear-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/preclear/0.0.30/Chart.lock b/incubator/preclear/0.0.30/Chart.lock new file mode 100644 index 00000000000..94ff1a8baea --- /dev/null +++ b/incubator/preclear/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:52.728485109Z" diff --git a/incubator/preclear/0.0.30/Chart.yaml b/incubator/preclear/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a9e69a72058 --- /dev/null +++ b/incubator/preclear/0.0.30/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. +home: https://truecharts.org/docs/charts/incubator/preclear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/preclear.png +keywords: + - preclear + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: preclear +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/preclear + - https://forums.TrueNAS.net/topic/2732-preclear_disksh-a-new-utility-to-burn-in-and-pre-clear-disks-for-quick-add/ + - https://registry.hub.docker.com/r/binhex/arch-preclear/ + - https://github.com/binhex/documentation +type: application +version: 0.0.30 diff --git a/incubator/preclear/0.0.30/README.md b/incubator/preclear/0.0.30/README.md new file mode 100644 index 00000000000..2d1bd1c9169 --- /dev/null +++ b/incubator/preclear/0.0.30/README.md @@ -0,0 +1,108 @@ +# preclear + +A utility to "burn-in" a new disk, before adding it to your array has been requested several times. Also requested is a process to "pre-clear" a hard disk before adding it to your array. When a special "signature" is detected, the lengthy "clearing" step otherwise performed by TrueNAS is skipped. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [preclear](https://truecharts.org/docs/charts/incubator/preclear) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `preclear` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install preclear TrueCharts/preclear +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `preclear` deployment + +```console +helm uninstall preclear +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install preclear \ + --set env.TZ="America/New York" \ + TrueCharts/preclear +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install preclear TrueCharts/preclear -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/preclear/0.0.29/app-readme.md b/incubator/preclear/0.0.30/app-readme.md similarity index 100% rename from incubator/preclear/0.0.29/app-readme.md rename to incubator/preclear/0.0.30/app-readme.md diff --git a/incubator/preclear/0.0.30/charts/common-10.7.1.tgz b/incubator/preclear/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/preclear/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/preclear/0.0.29/ix_values.yaml b/incubator/preclear/0.0.30/ix_values.yaml similarity index 100% rename from incubator/preclear/0.0.29/ix_values.yaml rename to incubator/preclear/0.0.30/ix_values.yaml diff --git a/incubator/preclear/0.0.29/questions.yaml b/incubator/preclear/0.0.30/questions.yaml similarity index 100% rename from incubator/preclear/0.0.29/questions.yaml rename to incubator/preclear/0.0.30/questions.yaml diff --git a/incubator/preclear/0.0.29/templates/common.yaml b/incubator/preclear/0.0.30/templates/common.yaml similarity index 100% rename from incubator/preclear/0.0.29/templates/common.yaml rename to incubator/preclear/0.0.30/templates/common.yaml diff --git a/incubator/preclear/0.0.29/values.yaml b/incubator/preclear/0.0.30/values.yaml similarity index 100% rename from incubator/preclear/0.0.29/values.yaml rename to incubator/preclear/0.0.30/values.yaml diff --git a/incubator/pritunl/0.0.29/CHANGELOG.md b/incubator/pritunl/0.0.29/CHANGELOG.md deleted file mode 100644 index c20f142f44b..00000000000 --- a/incubator/pritunl/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pritunl-0.0.29](https://github.com/truecharts/charts/compare/pritunl-0.0.28...pritunl-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pritunl-0.0.28](https://github.com/truecharts/charts/compare/pritunl-0.0.27...pritunl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pritunl-0.0.28](https://github.com/truecharts/charts/compare/pritunl-0.0.27...pritunl-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pritunl-0.0.27](https://github.com/truecharts/charts/compare/pritunl-0.0.26...pritunl-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pritunl-0.0.26](https://github.com/truecharts/charts/compare/pritunl-0.0.25...pritunl-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pritunl-0.0.25](https://github.com/truecharts/charts/compare/pritunl-0.0.24...pritunl-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pritunl-0.0.24](https://github.com/truecharts/charts/compare/pritunl-0.0.23...pritunl-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pritunl-0.0.24](https://github.com/truecharts/charts/compare/pritunl-0.0.23...pritunl-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pritunl/0.0.29/Chart.lock b/incubator/pritunl/0.0.29/Chart.lock deleted file mode 100644 index 46acbd8f044..00000000000 --- a/incubator/pritunl/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:57:03.580737188Z" diff --git a/incubator/pritunl/0.0.29/Chart.yaml b/incubator/pritunl/0.0.29/Chart.yaml deleted file mode 100644 index 4225dbd3c64..00000000000 --- a/incubator/pritunl/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Run a Pritunl VPN Server [br][br]\n" -home: https://truecharts.org/docs/charts/incubator/pritunl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pritunl.png -keywords: - - pritunl - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pritunl -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl - - https://pritunl.com/ - - https://hub.docker.com/r/bashninja/docker-pritunl/ -type: application -version: 0.0.29 diff --git a/incubator/pritunl/0.0.29/README.md b/incubator/pritunl/0.0.29/README.md deleted file mode 100644 index 3bd868ef925..00000000000 --- a/incubator/pritunl/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pritunl - -Run a Pritunl VPN Server [br][br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pritunl](https://truecharts.org/docs/charts/incubator/pritunl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pritunl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pritunl TrueCharts/pritunl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pritunl` deployment - -```console -helm uninstall pritunl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pritunl \ - --set env.TZ="America/New York" \ - TrueCharts/pritunl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pritunl TrueCharts/pritunl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pritunl/0.0.29/charts/common-10.7.0.tgz b/incubator/pritunl/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pritunl/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pritunl/0.0.30/CHANGELOG.md b/incubator/pritunl/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..474e661e470 --- /dev/null +++ b/incubator/pritunl/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pritunl-0.0.30](https://github.com/truecharts/charts/compare/pritunl-0.0.29...pritunl-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pritunl-0.0.29](https://github.com/truecharts/charts/compare/pritunl-0.0.28...pritunl-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pritunl-0.0.28](https://github.com/truecharts/charts/compare/pritunl-0.0.27...pritunl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pritunl-0.0.28](https://github.com/truecharts/charts/compare/pritunl-0.0.27...pritunl-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pritunl-0.0.27](https://github.com/truecharts/charts/compare/pritunl-0.0.26...pritunl-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pritunl-0.0.26](https://github.com/truecharts/charts/compare/pritunl-0.0.25...pritunl-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pritunl-0.0.25](https://github.com/truecharts/charts/compare/pritunl-0.0.24...pritunl-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pritunl-0.0.24](https://github.com/truecharts/charts/compare/pritunl-0.0.23...pritunl-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pritunl/0.0.30/Chart.lock b/incubator/pritunl/0.0.30/Chart.lock new file mode 100644 index 00000000000..dcbc6638d1b --- /dev/null +++ b/incubator/pritunl/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:38:59.487096897Z" diff --git a/incubator/pritunl/0.0.30/Chart.yaml b/incubator/pritunl/0.0.30/Chart.yaml new file mode 100644 index 00000000000..5f07e7be34a --- /dev/null +++ b/incubator/pritunl/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Run a Pritunl VPN Server [br][br]\n" +home: https://truecharts.org/docs/charts/incubator/pritunl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pritunl.png +keywords: + - pritunl + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pritunl +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pritunl + - https://pritunl.com/ + - https://hub.docker.com/r/bashninja/docker-pritunl/ +type: application +version: 0.0.30 diff --git a/incubator/pritunl/0.0.30/README.md b/incubator/pritunl/0.0.30/README.md new file mode 100644 index 00000000000..c32a2ccd194 --- /dev/null +++ b/incubator/pritunl/0.0.30/README.md @@ -0,0 +1,107 @@ +# pritunl + +Run a Pritunl VPN Server [br][br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pritunl](https://truecharts.org/docs/charts/incubator/pritunl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pritunl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pritunl TrueCharts/pritunl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pritunl` deployment + +```console +helm uninstall pritunl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pritunl \ + --set env.TZ="America/New York" \ + TrueCharts/pritunl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pritunl TrueCharts/pritunl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pritunl/0.0.29/app-readme.md b/incubator/pritunl/0.0.30/app-readme.md similarity index 100% rename from incubator/pritunl/0.0.29/app-readme.md rename to incubator/pritunl/0.0.30/app-readme.md diff --git a/incubator/pritunl/0.0.30/charts/common-10.7.1.tgz b/incubator/pritunl/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pritunl/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pritunl/0.0.29/ix_values.yaml b/incubator/pritunl/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pritunl/0.0.29/ix_values.yaml rename to incubator/pritunl/0.0.30/ix_values.yaml diff --git a/incubator/pritunl/0.0.29/questions.yaml b/incubator/pritunl/0.0.30/questions.yaml similarity index 100% rename from incubator/pritunl/0.0.29/questions.yaml rename to incubator/pritunl/0.0.30/questions.yaml diff --git a/incubator/pritunl/0.0.29/templates/common.yaml b/incubator/pritunl/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pritunl/0.0.29/templates/common.yaml rename to incubator/pritunl/0.0.30/templates/common.yaml diff --git a/incubator/pritunl/0.0.29/values.yaml b/incubator/pritunl/0.0.30/values.yaml similarity index 100% rename from incubator/pritunl/0.0.29/values.yaml rename to incubator/pritunl/0.0.30/values.yaml diff --git a/incubator/privatebin/0.0.44/CHANGELOG.md b/incubator/privatebin/0.0.44/CHANGELOG.md deleted file mode 100644 index a8c85cdc4f6..00000000000 --- a/incubator/privatebin/0.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [privatebin-0.0.44](https://github.com/truecharts/charts/compare/privatebin-0.0.43...privatebin-0.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [privatebin-0.0.43](https://github.com/truecharts/charts/compare/privatebin-0.0.42...privatebin-0.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [privatebin-0.0.43](https://github.com/truecharts/charts/compare/privatebin-0.0.42...privatebin-0.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [privatebin-0.0.42](https://github.com/truecharts/charts/compare/privatebin-0.0.41...privatebin-0.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [privatebin-0.0.40](https://github.com/truecharts/charts/compare/privatebin-0.0.39...privatebin-0.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [privatebin-0.0.39](https://github.com/truecharts/charts/compare/privatebin-0.0.38...privatebin-0.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [privatebin-0.0.38](https://github.com/truecharts/charts/compare/privatebin-0.0.37...privatebin-0.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [privatebin-0.0.38](https://github.com/truecharts/charts/compare/privatebin-0.0.37...privatebin-0.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/privatebin/0.0.44/Chart.lock b/incubator/privatebin/0.0.44/Chart.lock deleted file mode 100644 index 35b5cf67b32..00000000000 --- a/incubator/privatebin/0.0.44/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T15:57:22.727042682Z" diff --git a/incubator/privatebin/0.0.44/Chart.yaml b/incubator/privatebin/0.0.44/Chart.yaml deleted file mode 100644 index 8c6e320bf72..00000000000 --- a/incubator/privatebin/0.0.44/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -deprecated: false -description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. -home: https://truecharts.org/docs/charts/incubator/privatebin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png -keywords: - - privatebin - - pastebin -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: privatebin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin - - https://privatebin.info/ - - https://github.com/PrivateBin/PrivateBin - - https://hub.docker.com/r/privatebin/pdo -type: application -version: 0.0.44 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/privatebin/0.0.44/README.md b/incubator/privatebin/0.0.44/README.md deleted file mode 100644 index be1cb922bc2..00000000000 --- a/incubator/privatebin/0.0.44/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# privatebin - -PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [privatebin](https://truecharts.org/docs/charts/incubator/privatebin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `privatebin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install privatebin TrueCharts/privatebin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `privatebin` deployment - -```console -helm uninstall privatebin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install privatebin \ - --set env.TZ="America/New York" \ - TrueCharts/privatebin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install privatebin TrueCharts/privatebin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/privatebin/0.0.44/charts/common-10.7.0.tgz b/incubator/privatebin/0.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/privatebin/0.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/privatebin/0.0.44/charts/postgresql-8.0.97.tgz b/incubator/privatebin/0.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/privatebin/0.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/privatebin/0.0.45/CHANGELOG.md b/incubator/privatebin/0.0.45/CHANGELOG.md new file mode 100644 index 00000000000..2b3776f7425 --- /dev/null +++ b/incubator/privatebin/0.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [privatebin-0.0.45](https://github.com/truecharts/charts/compare/privatebin-0.0.44...privatebin-0.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [privatebin-0.0.44](https://github.com/truecharts/charts/compare/privatebin-0.0.43...privatebin-0.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [privatebin-0.0.43](https://github.com/truecharts/charts/compare/privatebin-0.0.42...privatebin-0.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [privatebin-0.0.43](https://github.com/truecharts/charts/compare/privatebin-0.0.42...privatebin-0.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [privatebin-0.0.42](https://github.com/truecharts/charts/compare/privatebin-0.0.41...privatebin-0.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [privatebin-0.0.40](https://github.com/truecharts/charts/compare/privatebin-0.0.39...privatebin-0.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [privatebin-0.0.39](https://github.com/truecharts/charts/compare/privatebin-0.0.38...privatebin-0.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [privatebin-0.0.38](https://github.com/truecharts/charts/compare/privatebin-0.0.37...privatebin-0.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/privatebin/0.0.45/Chart.lock b/incubator/privatebin/0.0.45/Chart.lock new file mode 100644 index 00000000000..dc1e9ca6cea --- /dev/null +++ b/incubator/privatebin/0.0.45/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:39:21.357448326Z" diff --git a/incubator/privatebin/0.0.45/Chart.yaml b/incubator/privatebin/0.0.45/Chart.yaml new file mode 100644 index 00000000000..006f69687c6 --- /dev/null +++ b/incubator/privatebin/0.0.45/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. +home: https://truecharts.org/docs/charts/incubator/privatebin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png +keywords: + - privatebin + - pastebin +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: privatebin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin + - https://privatebin.info/ + - https://github.com/PrivateBin/PrivateBin + - https://hub.docker.com/r/privatebin/pdo +type: application +version: 0.0.45 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/privatebin/0.0.45/README.md b/incubator/privatebin/0.0.45/README.md new file mode 100644 index 00000000000..bead3e2c127 --- /dev/null +++ b/incubator/privatebin/0.0.45/README.md @@ -0,0 +1,109 @@ +# privatebin + +PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [privatebin](https://truecharts.org/docs/charts/incubator/privatebin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `privatebin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install privatebin TrueCharts/privatebin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `privatebin` deployment + +```console +helm uninstall privatebin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install privatebin \ + --set env.TZ="America/New York" \ + TrueCharts/privatebin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install privatebin TrueCharts/privatebin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/privatebin/0.0.44/app-readme.md b/incubator/privatebin/0.0.45/app-readme.md similarity index 100% rename from incubator/privatebin/0.0.44/app-readme.md rename to incubator/privatebin/0.0.45/app-readme.md diff --git a/incubator/privatebin/0.0.45/charts/common-10.7.1.tgz b/incubator/privatebin/0.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/privatebin/0.0.45/charts/common-10.7.1.tgz differ diff --git a/incubator/privatebin/0.0.45/charts/postgresql-8.0.101.tgz b/incubator/privatebin/0.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/privatebin/0.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/privatebin/0.0.44/ix_values.yaml b/incubator/privatebin/0.0.45/ix_values.yaml similarity index 100% rename from incubator/privatebin/0.0.44/ix_values.yaml rename to incubator/privatebin/0.0.45/ix_values.yaml diff --git a/incubator/privatebin/0.0.44/questions.yaml b/incubator/privatebin/0.0.45/questions.yaml similarity index 100% rename from incubator/privatebin/0.0.44/questions.yaml rename to incubator/privatebin/0.0.45/questions.yaml diff --git a/incubator/privatebin/0.0.44/templates/_configmap.tpl b/incubator/privatebin/0.0.45/templates/_configmap.tpl similarity index 100% rename from incubator/privatebin/0.0.44/templates/_configmap.tpl rename to incubator/privatebin/0.0.45/templates/_configmap.tpl diff --git a/incubator/privatebin/0.0.44/templates/_secrets.tpl b/incubator/privatebin/0.0.45/templates/_secrets.tpl similarity index 100% rename from incubator/privatebin/0.0.44/templates/_secrets.tpl rename to incubator/privatebin/0.0.45/templates/_secrets.tpl diff --git a/incubator/privatebin/0.0.44/templates/common.yaml b/incubator/privatebin/0.0.45/templates/common.yaml similarity index 100% rename from incubator/privatebin/0.0.44/templates/common.yaml rename to incubator/privatebin/0.0.45/templates/common.yaml diff --git a/incubator/privatebin/0.0.44/values.yaml b/incubator/privatebin/0.0.45/values.yaml similarity index 100% rename from incubator/privatebin/0.0.44/values.yaml rename to incubator/privatebin/0.0.45/values.yaml diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/CHANGELOG.md b/incubator/projectzomboidreporter-frontend/0.0.29/CHANGELOG.md deleted file mode 100644 index adee2fec965..00000000000 --- a/incubator/projectzomboidreporter-frontend/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [projectzomboidreporter-frontend-0.0.29](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.28...projectzomboidreporter-frontend-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [projectzomboidreporter-frontend-0.0.28](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.27...projectzomboidreporter-frontend-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [projectzomboidreporter-frontend-0.0.28](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.27...projectzomboidreporter-frontend-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [projectzomboidreporter-frontend-0.0.27](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.26...projectzomboidreporter-frontend-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [projectzomboidreporter-frontend-0.0.26](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.25...projectzomboidreporter-frontend-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [projectzomboidreporter-frontend-0.0.25](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.24...projectzomboidreporter-frontend-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [projectzomboidreporter-frontend-0.0.24](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.23...projectzomboidreporter-frontend-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [projectzomboidreporter-frontend-0.0.24](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.23...projectzomboidreporter-frontend-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/Chart.lock b/incubator/projectzomboidreporter-frontend/0.0.29/Chart.lock deleted file mode 100644 index 4602b770da5..00000000000 --- a/incubator/projectzomboidreporter-frontend/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:57:13.696488414Z" diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/Chart.yaml b/incubator/projectzomboidreporter-frontend/0.0.29/Chart.yaml deleted file mode 100644 index 26da1ab6b26..00000000000 --- a/incubator/projectzomboidreporter-frontend/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. -home: https://truecharts.org/docs/charts/incubator/projectzomboidreporter-frontend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectzomboidreporter-frontend.png -keywords: - - projectzomboidreporter-frontend - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: projectzomboidreporter-frontend -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/projectzomboidreporter-frontend - - https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/ - - https://hub.docker.com/r/chrisashtear/zomboid-reporter-frontend/ -type: application -version: 0.0.29 diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/README.md b/incubator/projectzomboidreporter-frontend/0.0.29/README.md deleted file mode 100644 index 8ec19203f37..00000000000 --- a/incubator/projectzomboidreporter-frontend/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# projectzomboidreporter-frontend - -This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [projectzomboidreporter-frontend](https://truecharts.org/docs/charts/incubator/projectzomboidreporter-frontend) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `projectzomboidreporter-frontend` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `projectzomboidreporter-frontend` deployment - -```console -helm uninstall projectzomboidreporter-frontend -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install projectzomboidreporter-frontend \ - --set env.TZ="America/New York" \ - TrueCharts/projectzomboidreporter-frontend -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/charts/common-10.7.0.tgz b/incubator/projectzomboidreporter-frontend/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/projectzomboidreporter-frontend/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/projectzomboidreporter-frontend/0.0.30/CHANGELOG.md b/incubator/projectzomboidreporter-frontend/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a803d24a1cf --- /dev/null +++ b/incubator/projectzomboidreporter-frontend/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [projectzomboidreporter-frontend-0.0.30](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.29...projectzomboidreporter-frontend-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [projectzomboidreporter-frontend-0.0.29](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.28...projectzomboidreporter-frontend-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [projectzomboidreporter-frontend-0.0.28](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.27...projectzomboidreporter-frontend-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [projectzomboidreporter-frontend-0.0.28](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.27...projectzomboidreporter-frontend-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [projectzomboidreporter-frontend-0.0.27](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.26...projectzomboidreporter-frontend-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [projectzomboidreporter-frontend-0.0.26](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.25...projectzomboidreporter-frontend-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [projectzomboidreporter-frontend-0.0.25](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.24...projectzomboidreporter-frontend-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [projectzomboidreporter-frontend-0.0.24](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.23...projectzomboidreporter-frontend-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [projectzomboidreporter-frontend-0.0.24](https://github.com/truecharts/charts/compare/projectzomboidreporter-frontend-0.0.23...projectzomboidreporter-frontend-0.0.24) (2022-09-21) diff --git a/incubator/projectzomboidreporter-frontend/0.0.30/Chart.lock b/incubator/projectzomboidreporter-frontend/0.0.30/Chart.lock new file mode 100644 index 00000000000..6519b9c6135 --- /dev/null +++ b/incubator/projectzomboidreporter-frontend/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:39:15.15774534Z" diff --git a/incubator/projectzomboidreporter-frontend/0.0.30/Chart.yaml b/incubator/projectzomboidreporter-frontend/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4483674f12e --- /dev/null +++ b/incubator/projectzomboidreporter-frontend/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. +home: https://truecharts.org/docs/charts/incubator/projectzomboidreporter-frontend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectzomboidreporter-frontend.png +keywords: + - projectzomboidreporter-frontend + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: projectzomboidreporter-frontend +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/projectzomboidreporter-frontend + - https://github.com/ChrisAshtear/Zomboid-Server-Stats-Reporter/ + - https://hub.docker.com/r/chrisashtear/zomboid-reporter-frontend/ +type: application +version: 0.0.30 diff --git a/incubator/projectzomboidreporter-frontend/0.0.30/README.md b/incubator/projectzomboidreporter-frontend/0.0.30/README.md new file mode 100644 index 00000000000..3ca1ed2b544 --- /dev/null +++ b/incubator/projectzomboidreporter-frontend/0.0.30/README.md @@ -0,0 +1,107 @@ +# projectzomboidreporter-frontend + +This is the frontend template used in the Project Zomboid Reporter. All visuals used in the final Reporter are pulled from here. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [projectzomboidreporter-frontend](https://truecharts.org/docs/charts/incubator/projectzomboidreporter-frontend) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `projectzomboidreporter-frontend` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `projectzomboidreporter-frontend` deployment + +```console +helm uninstall projectzomboidreporter-frontend +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install projectzomboidreporter-frontend \ + --set env.TZ="America/New York" \ + TrueCharts/projectzomboidreporter-frontend +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install projectzomboidreporter-frontend TrueCharts/projectzomboidreporter-frontend -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/app-readme.md b/incubator/projectzomboidreporter-frontend/0.0.30/app-readme.md similarity index 100% rename from incubator/projectzomboidreporter-frontend/0.0.29/app-readme.md rename to incubator/projectzomboidreporter-frontend/0.0.30/app-readme.md diff --git a/incubator/projectzomboidreporter-frontend/0.0.30/charts/common-10.7.1.tgz b/incubator/projectzomboidreporter-frontend/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/projectzomboidreporter-frontend/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/ix_values.yaml b/incubator/projectzomboidreporter-frontend/0.0.30/ix_values.yaml similarity index 100% rename from incubator/projectzomboidreporter-frontend/0.0.29/ix_values.yaml rename to incubator/projectzomboidreporter-frontend/0.0.30/ix_values.yaml diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/questions.yaml b/incubator/projectzomboidreporter-frontend/0.0.30/questions.yaml similarity index 100% rename from incubator/projectzomboidreporter-frontend/0.0.29/questions.yaml rename to incubator/projectzomboidreporter-frontend/0.0.30/questions.yaml diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/templates/common.yaml b/incubator/projectzomboidreporter-frontend/0.0.30/templates/common.yaml similarity index 100% rename from incubator/projectzomboidreporter-frontend/0.0.29/templates/common.yaml rename to incubator/projectzomboidreporter-frontend/0.0.30/templates/common.yaml diff --git a/incubator/projectzomboidreporter-frontend/0.0.29/values.yaml b/incubator/projectzomboidreporter-frontend/0.0.30/values.yaml similarity index 100% rename from incubator/projectzomboidreporter-frontend/0.0.29/values.yaml rename to incubator/projectzomboidreporter-frontend/0.0.30/values.yaml diff --git a/incubator/prpdf/0.0.29/CHANGELOG.md b/incubator/prpdf/0.0.29/CHANGELOG.md deleted file mode 100644 index 1dbaaf64042..00000000000 --- a/incubator/prpdf/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [prpdf-0.0.29](https://github.com/truecharts/charts/compare/prpdf-0.0.28...prpdf-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [prpdf-0.0.28](https://github.com/truecharts/charts/compare/prpdf-0.0.27...prpdf-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prpdf-0.0.28](https://github.com/truecharts/charts/compare/prpdf-0.0.27...prpdf-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prpdf-0.0.27](https://github.com/truecharts/charts/compare/prpdf-0.0.26...prpdf-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [prpdf-0.0.26](https://github.com/truecharts/charts/compare/prpdf-0.0.25...prpdf-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [prpdf-0.0.25](https://github.com/truecharts/charts/compare/prpdf-0.0.24...prpdf-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [prpdf-0.0.24](https://github.com/truecharts/charts/compare/prpdf-0.0.23...prpdf-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [prpdf-0.0.24](https://github.com/truecharts/charts/compare/prpdf-0.0.23...prpdf-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/prpdf/0.0.29/Chart.lock b/incubator/prpdf/0.0.29/Chart.lock deleted file mode 100644 index 9cbdfe5f966..00000000000 --- a/incubator/prpdf/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:57:32.006379183Z" diff --git a/incubator/prpdf/0.0.29/Chart.yaml b/incubator/prpdf/0.0.29/Chart.yaml deleted file mode 100644 index f31fd611288..00000000000 --- a/incubator/prpdf/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc." -home: https://truecharts.org/docs/charts/incubator/prpdf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png -keywords: - - prpdf - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: prpdf -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/prpdf - - https://github.com/maschhoff/prpdf - - https://hub.docker.com/r/knex666/prpdf -type: application -version: 0.0.29 diff --git a/incubator/prpdf/0.0.29/README.md b/incubator/prpdf/0.0.29/README.md deleted file mode 100644 index 704dd3166bb..00000000000 --- a/incubator/prpdf/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# prpdf - -This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [prpdf](https://truecharts.org/docs/charts/incubator/prpdf) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `prpdf` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install prpdf TrueCharts/prpdf -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `prpdf` deployment - -```console -helm uninstall prpdf -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install prpdf \ - --set env.TZ="America/New York" \ - TrueCharts/prpdf -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install prpdf TrueCharts/prpdf -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/prpdf/0.0.29/charts/common-10.7.0.tgz b/incubator/prpdf/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/prpdf/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/prpdf/0.0.30/CHANGELOG.md b/incubator/prpdf/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..00f21951ae6 --- /dev/null +++ b/incubator/prpdf/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [prpdf-0.0.30](https://github.com/truecharts/charts/compare/prpdf-0.0.29...prpdf-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [prpdf-0.0.29](https://github.com/truecharts/charts/compare/prpdf-0.0.28...prpdf-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [prpdf-0.0.28](https://github.com/truecharts/charts/compare/prpdf-0.0.27...prpdf-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prpdf-0.0.28](https://github.com/truecharts/charts/compare/prpdf-0.0.27...prpdf-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prpdf-0.0.27](https://github.com/truecharts/charts/compare/prpdf-0.0.26...prpdf-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [prpdf-0.0.26](https://github.com/truecharts/charts/compare/prpdf-0.0.25...prpdf-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [prpdf-0.0.25](https://github.com/truecharts/charts/compare/prpdf-0.0.24...prpdf-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [prpdf-0.0.24](https://github.com/truecharts/charts/compare/prpdf-0.0.23...prpdf-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/prpdf/0.0.30/Chart.lock b/incubator/prpdf/0.0.30/Chart.lock new file mode 100644 index 00000000000..12c1a0ab557 --- /dev/null +++ b/incubator/prpdf/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:39:23.981387624Z" diff --git a/incubator/prpdf/0.0.30/Chart.yaml b/incubator/prpdf/0.0.30/Chart.yaml new file mode 100644 index 00000000000..514ba424f2a --- /dev/null +++ b/incubator/prpdf/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc." +home: https://truecharts.org/docs/charts/incubator/prpdf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.png +keywords: + - prpdf + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: prpdf +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/prpdf + - https://github.com/maschhoff/prpdf + - https://hub.docker.com/r/knex666/prpdf +type: application +version: 0.0.30 diff --git a/incubator/prpdf/0.0.30/README.md b/incubator/prpdf/0.0.30/README.md new file mode 100644 index 00000000000..272f864b484 --- /dev/null +++ b/incubator/prpdf/0.0.30/README.md @@ -0,0 +1,107 @@ +# prpdf + +This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [prpdf](https://truecharts.org/docs/charts/incubator/prpdf) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `prpdf` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install prpdf TrueCharts/prpdf +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `prpdf` deployment + +```console +helm uninstall prpdf +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install prpdf \ + --set env.TZ="America/New York" \ + TrueCharts/prpdf +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install prpdf TrueCharts/prpdf -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/prpdf/0.0.29/app-readme.md b/incubator/prpdf/0.0.30/app-readme.md similarity index 100% rename from incubator/prpdf/0.0.29/app-readme.md rename to incubator/prpdf/0.0.30/app-readme.md diff --git a/incubator/prpdf/0.0.30/charts/common-10.7.1.tgz b/incubator/prpdf/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/prpdf/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/prpdf/0.0.29/ix_values.yaml b/incubator/prpdf/0.0.30/ix_values.yaml similarity index 100% rename from incubator/prpdf/0.0.29/ix_values.yaml rename to incubator/prpdf/0.0.30/ix_values.yaml diff --git a/incubator/prpdf/0.0.29/questions.yaml b/incubator/prpdf/0.0.30/questions.yaml similarity index 100% rename from incubator/prpdf/0.0.29/questions.yaml rename to incubator/prpdf/0.0.30/questions.yaml diff --git a/incubator/prpdf/0.0.29/templates/common.yaml b/incubator/prpdf/0.0.30/templates/common.yaml similarity index 100% rename from incubator/prpdf/0.0.29/templates/common.yaml rename to incubator/prpdf/0.0.30/templates/common.yaml diff --git a/incubator/prpdf/0.0.29/values.yaml b/incubator/prpdf/0.0.30/values.yaml similarity index 100% rename from incubator/prpdf/0.0.29/values.yaml rename to incubator/prpdf/0.0.30/values.yaml diff --git a/incubator/prusaslicer-novnc/0.0.39/CHANGELOG.md b/incubator/prusaslicer-novnc/0.0.39/CHANGELOG.md deleted file mode 100644 index a0332b0e1ae..00000000000 --- a/incubator/prusaslicer-novnc/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [prusaslicer-novnc-0.0.39](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.38...prusaslicer-novnc-0.0.39) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [prusaslicer-novnc-0.0.38](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.37...prusaslicer-novnc-0.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [prusaslicer-novnc-0.0.37](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...prusaslicer-novnc-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prusaslicer-novnc-0.0.37](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...prusaslicer-novnc-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prusaslicer-novnc-0.0.36](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.35...prusaslicer-novnc-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [prusaslicer-novnc-0.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.34...prusaslicer-novnc-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [prusaslicer-novnc-0.0.34](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.33...prusaslicer-novnc-0.0.34) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [prusaslicer-novnc-0.0.33](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.32...prusaslicer-novnc-0.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [prusaslicer-novnc-0.0.32](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.31...prusaslicer-novnc-0.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [prusaslicer-novnc-0.0.31](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.30...prusaslicer-novnc-0.0.31) (2022-09-23) - -### Chore diff --git a/incubator/prusaslicer-novnc/0.0.39/Chart.lock b/incubator/prusaslicer-novnc/0.0.39/Chart.lock deleted file mode 100644 index 5ab11d27add..00000000000 --- a/incubator/prusaslicer-novnc/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:13:59.153055049Z" diff --git a/incubator/prusaslicer-novnc/0.0.39/Chart.yaml b/incubator/prusaslicer-novnc/0.0.39/Chart.yaml deleted file mode 100644 index 8f60bcc3659..00000000000 --- a/incubator/prusaslicer-novnc/0.0.39/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart." -home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png -keywords: - - prusaslicer-novnc - - HomeAutomation - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: prusaslicer-novnc -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/prusaslicer-novnc - - https://www.prusa3d.com/prusaslicer/ - - https://hub.docker.com/r/mikeah/prusaslicer-novnc -type: application -version: 0.0.39 diff --git a/incubator/prusaslicer-novnc/0.0.39/README.md b/incubator/prusaslicer-novnc/0.0.39/README.md deleted file mode 100644 index 7b274837ea9..00000000000 --- a/incubator/prusaslicer-novnc/0.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# prusaslicer-novnc - -Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [prusaslicer-novnc](https://truecharts.org/docs/charts/incubator/prusaslicer-novnc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `prusaslicer-novnc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `prusaslicer-novnc` deployment - -```console -helm uninstall prusaslicer-novnc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install prusaslicer-novnc \ - --set env.TZ="America/New York" \ - TrueCharts/prusaslicer-novnc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/prusaslicer-novnc/0.0.39/charts/common-10.7.0.tgz b/incubator/prusaslicer-novnc/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/prusaslicer-novnc/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/prusaslicer-novnc/0.0.40/CHANGELOG.md b/incubator/prusaslicer-novnc/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..96928db31ea --- /dev/null +++ b/incubator/prusaslicer-novnc/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [prusaslicer-novnc-0.0.40](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.39...prusaslicer-novnc-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [prusaslicer-novnc-0.0.39](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.38...prusaslicer-novnc-0.0.39) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [prusaslicer-novnc-0.0.38](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.37...prusaslicer-novnc-0.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [prusaslicer-novnc-0.0.37](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...prusaslicer-novnc-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prusaslicer-novnc-0.0.37](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...prusaslicer-novnc-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prusaslicer-novnc-0.0.36](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.35...prusaslicer-novnc-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [prusaslicer-novnc-0.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.34...prusaslicer-novnc-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [prusaslicer-novnc-0.0.34](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.33...prusaslicer-novnc-0.0.34) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [prusaslicer-novnc-0.0.33](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.32...prusaslicer-novnc-0.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [prusaslicer-novnc-0.0.32](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.31...prusaslicer-novnc-0.0.32) (2022-09-25) + +### Chore diff --git a/incubator/prusaslicer-novnc/0.0.40/Chart.lock b/incubator/prusaslicer-novnc/0.0.40/Chart.lock new file mode 100644 index 00000000000..0d03a96d71c --- /dev/null +++ b/incubator/prusaslicer-novnc/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:39:32.212469292Z" diff --git a/incubator/prusaslicer-novnc/0.0.40/Chart.yaml b/incubator/prusaslicer-novnc/0.0.40/Chart.yaml new file mode 100644 index 00000000000..12248661c73 --- /dev/null +++ b/incubator/prusaslicer-novnc/0.0.40/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart." +home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png +keywords: + - prusaslicer-novnc + - HomeAutomation + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: prusaslicer-novnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/prusaslicer-novnc + - https://www.prusa3d.com/prusaslicer/ + - https://hub.docker.com/r/mikeah/prusaslicer-novnc +type: application +version: 0.0.40 diff --git a/incubator/prusaslicer-novnc/0.0.40/README.md b/incubator/prusaslicer-novnc/0.0.40/README.md new file mode 100644 index 00000000000..ca4570fd0d4 --- /dev/null +++ b/incubator/prusaslicer-novnc/0.0.40/README.md @@ -0,0 +1,107 @@ +# prusaslicer-novnc + +Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [prusaslicer-novnc](https://truecharts.org/docs/charts/incubator/prusaslicer-novnc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `prusaslicer-novnc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `prusaslicer-novnc` deployment + +```console +helm uninstall prusaslicer-novnc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install prusaslicer-novnc \ + --set env.TZ="America/New York" \ + TrueCharts/prusaslicer-novnc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install prusaslicer-novnc TrueCharts/prusaslicer-novnc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/prusaslicer-novnc/0.0.39/app-readme.md b/incubator/prusaslicer-novnc/0.0.40/app-readme.md similarity index 100% rename from incubator/prusaslicer-novnc/0.0.39/app-readme.md rename to incubator/prusaslicer-novnc/0.0.40/app-readme.md diff --git a/incubator/prusaslicer-novnc/0.0.40/charts/common-10.7.1.tgz b/incubator/prusaslicer-novnc/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/prusaslicer-novnc/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/prusaslicer-novnc/0.0.39/ix_values.yaml b/incubator/prusaslicer-novnc/0.0.40/ix_values.yaml similarity index 100% rename from incubator/prusaslicer-novnc/0.0.39/ix_values.yaml rename to incubator/prusaslicer-novnc/0.0.40/ix_values.yaml diff --git a/incubator/prusaslicer-novnc/0.0.39/questions.yaml b/incubator/prusaslicer-novnc/0.0.40/questions.yaml similarity index 100% rename from incubator/prusaslicer-novnc/0.0.39/questions.yaml rename to incubator/prusaslicer-novnc/0.0.40/questions.yaml diff --git a/incubator/prusaslicer-novnc/0.0.39/templates/common.yaml b/incubator/prusaslicer-novnc/0.0.40/templates/common.yaml similarity index 100% rename from incubator/prusaslicer-novnc/0.0.39/templates/common.yaml rename to incubator/prusaslicer-novnc/0.0.40/templates/common.yaml diff --git a/incubator/prusaslicer-novnc/0.0.39/values.yaml b/incubator/prusaslicer-novnc/0.0.40/values.yaml similarity index 100% rename from incubator/prusaslicer-novnc/0.0.39/values.yaml rename to incubator/prusaslicer-novnc/0.0.40/values.yaml diff --git a/incubator/ps3netsrv/0.0.29/CHANGELOG.md b/incubator/ps3netsrv/0.0.29/CHANGELOG.md deleted file mode 100644 index 021a7f9550e..00000000000 --- a/incubator/ps3netsrv/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ps3netsrv-0.0.29](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.28...ps3netsrv-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ps3netsrv-0.0.28](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.27...ps3netsrv-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ps3netsrv-0.0.28](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.27...ps3netsrv-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ps3netsrv-0.0.27](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.26...ps3netsrv-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ps3netsrv-0.0.26](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.25...ps3netsrv-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ps3netsrv-0.0.25](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.24...ps3netsrv-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ps3netsrv-0.0.24](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.23...ps3netsrv-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ps3netsrv-0.0.24](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.23...ps3netsrv-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ps3netsrv/0.0.29/Chart.lock b/incubator/ps3netsrv/0.0.29/Chart.lock deleted file mode 100644 index 69df847cb89..00000000000 --- a/incubator/ps3netsrv/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:57:43.228940758Z" diff --git a/incubator/ps3netsrv/0.0.29/Chart.yaml b/incubator/ps3netsrv/0.0.29/Chart.yaml deleted file mode 100644 index 72b2e497c9f..00000000000 --- a/incubator/ps3netsrv/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br]\n" -home: https://truecharts.org/docs/charts/incubator/ps3netsrv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.png -keywords: - - ps3netsrv - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ps3netsrv -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv - - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv - - https://hub.docker.com/r/shawly/ps3netsrv -type: application -version: 0.0.29 diff --git a/incubator/ps3netsrv/0.0.29/README.md b/incubator/ps3netsrv/0.0.29/README.md deleted file mode 100644 index 94d0cdcdde0..00000000000 --- a/incubator/ps3netsrv/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ps3netsrv - -PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ps3netsrv](https://truecharts.org/docs/charts/incubator/ps3netsrv) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ps3netsrv` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ps3netsrv TrueCharts/ps3netsrv -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ps3netsrv` deployment - -```console -helm uninstall ps3netsrv -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ps3netsrv \ - --set env.TZ="America/New York" \ - TrueCharts/ps3netsrv -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ps3netsrv TrueCharts/ps3netsrv -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ps3netsrv/0.0.29/charts/common-10.7.0.tgz b/incubator/ps3netsrv/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ps3netsrv/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ps3netsrv/0.0.30/CHANGELOG.md b/incubator/ps3netsrv/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..068c7bad7e5 --- /dev/null +++ b/incubator/ps3netsrv/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ps3netsrv-0.0.30](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.29...ps3netsrv-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ps3netsrv-0.0.29](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.28...ps3netsrv-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ps3netsrv-0.0.28](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.27...ps3netsrv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ps3netsrv-0.0.28](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.27...ps3netsrv-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ps3netsrv-0.0.27](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.26...ps3netsrv-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ps3netsrv-0.0.26](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.25...ps3netsrv-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ps3netsrv-0.0.25](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.24...ps3netsrv-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ps3netsrv-0.0.24](https://github.com/truecharts/charts/compare/ps3netsrv-0.0.23...ps3netsrv-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/ps3netsrv/0.0.30/Chart.lock b/incubator/ps3netsrv/0.0.30/Chart.lock new file mode 100644 index 00000000000..c13a7a14bd3 --- /dev/null +++ b/incubator/ps3netsrv/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:39:47.388761899Z" diff --git a/incubator/ps3netsrv/0.0.30/Chart.yaml b/incubator/ps3netsrv/0.0.30/Chart.yaml new file mode 100644 index 00000000000..81001d622f3 --- /dev/null +++ b/incubator/ps3netsrv/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br]\n" +home: https://truecharts.org/docs/charts/incubator/ps3netsrv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.png +keywords: + - ps3netsrv + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ps3netsrv +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ps3netsrv + - https://github.com/aldostools/webMAN-MOD/tree/master/_Projects_/ps3netsrv + - https://hub.docker.com/r/shawly/ps3netsrv +type: application +version: 0.0.30 diff --git a/incubator/ps3netsrv/0.0.30/README.md b/incubator/ps3netsrv/0.0.30/README.md new file mode 100644 index 00000000000..7ada4780a18 --- /dev/null +++ b/incubator/ps3netsrv/0.0.30/README.md @@ -0,0 +1,107 @@ +# ps3netsrv + +PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your TrueNAS server. [span style='color: #E80000;']THIS IS IN BETA AND HAS REPORTED ISSUES with TrueNAS 6.8.0 and higher.[/span][br][br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ps3netsrv](https://truecharts.org/docs/charts/incubator/ps3netsrv) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ps3netsrv` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ps3netsrv TrueCharts/ps3netsrv +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ps3netsrv` deployment + +```console +helm uninstall ps3netsrv +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ps3netsrv \ + --set env.TZ="America/New York" \ + TrueCharts/ps3netsrv +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ps3netsrv TrueCharts/ps3netsrv -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ps3netsrv/0.0.29/app-readme.md b/incubator/ps3netsrv/0.0.30/app-readme.md similarity index 100% rename from incubator/ps3netsrv/0.0.29/app-readme.md rename to incubator/ps3netsrv/0.0.30/app-readme.md diff --git a/incubator/ps3netsrv/0.0.30/charts/common-10.7.1.tgz b/incubator/ps3netsrv/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ps3netsrv/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ps3netsrv/0.0.29/ix_values.yaml b/incubator/ps3netsrv/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ps3netsrv/0.0.29/ix_values.yaml rename to incubator/ps3netsrv/0.0.30/ix_values.yaml diff --git a/incubator/ps3netsrv/0.0.29/questions.yaml b/incubator/ps3netsrv/0.0.30/questions.yaml similarity index 100% rename from incubator/ps3netsrv/0.0.29/questions.yaml rename to incubator/ps3netsrv/0.0.30/questions.yaml diff --git a/incubator/ps3netsrv/0.0.29/templates/common.yaml b/incubator/ps3netsrv/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ps3netsrv/0.0.29/templates/common.yaml rename to incubator/ps3netsrv/0.0.30/templates/common.yaml diff --git a/incubator/ps3netsrv/0.0.29/values.yaml b/incubator/ps3netsrv/0.0.30/values.yaml similarity index 100% rename from incubator/ps3netsrv/0.0.29/values.yaml rename to incubator/ps3netsrv/0.0.30/values.yaml diff --git a/incubator/pt-helper/0.0.30/CHANGELOG.md b/incubator/pt-helper/0.0.30/CHANGELOG.md deleted file mode 100644 index 005a25f6c0f..00000000000 --- a/incubator/pt-helper/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pt-helper-0.0.30](https://github.com/truecharts/charts/compare/pt-helper-0.0.29...pt-helper-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pt-helper-0.0.29](https://github.com/truecharts/charts/compare/pt-helper-0.0.28...pt-helper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pt-helper-0.0.29](https://github.com/truecharts/charts/compare/pt-helper-0.0.28...pt-helper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pt-helper-0.0.28](https://github.com/truecharts/charts/compare/pt-helper-0.0.27...pt-helper-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pt-helper-0.0.27](https://github.com/truecharts/charts/compare/pt-helper-0.0.26...pt-helper-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pt-helper-0.0.26](https://github.com/truecharts/charts/compare/pt-helper-0.0.25...pt-helper-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pt-helper-0.0.25](https://github.com/truecharts/charts/compare/pt-helper-0.0.24...pt-helper-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [pt-helper-0.0.24](https://github.com/truecharts/charts/compare/pt-helper-0.0.23...pt-helper-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/incubator/pt-helper/0.0.30/Chart.lock b/incubator/pt-helper/0.0.30/Chart.lock deleted file mode 100644 index b63f5742360..00000000000 --- a/incubator/pt-helper/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:01.192302156Z" diff --git a/incubator/pt-helper/0.0.30/Chart.yaml b/incubator/pt-helper/0.0.30/Chart.yaml deleted file mode 100644 index 802fdc8d5a3..00000000000 --- a/incubator/pt-helper/0.0.30/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A tool that can automatically download free seeds and delete them after the free time expires. -home: https://truecharts.org/docs/charts/incubator/pt-helper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png -keywords: - - pt-helper - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pt-helper -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pt-helper - - https://hub.docker.com/r/crazyq/pt_helper -type: application -version: 0.0.30 diff --git a/incubator/pt-helper/0.0.30/README.md b/incubator/pt-helper/0.0.30/README.md deleted file mode 100644 index aa59fb29131..00000000000 --- a/incubator/pt-helper/0.0.30/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pt-helper - -A tool that can automatically download free seeds and delete them after the free time expires. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pt-helper](https://truecharts.org/docs/charts/incubator/pt-helper) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pt-helper` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pt-helper TrueCharts/pt-helper -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pt-helper` deployment - -```console -helm uninstall pt-helper -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pt-helper \ - --set env.TZ="America/New York" \ - TrueCharts/pt-helper -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pt-helper TrueCharts/pt-helper -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pt-helper/0.0.30/charts/common-10.7.0.tgz b/incubator/pt-helper/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pt-helper/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pt-helper/0.0.31/CHANGELOG.md b/incubator/pt-helper/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..0c2ca5f5230 --- /dev/null +++ b/incubator/pt-helper/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pt-helper-0.0.31](https://github.com/truecharts/charts/compare/pt-helper-0.0.30...pt-helper-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pt-helper-0.0.30](https://github.com/truecharts/charts/compare/pt-helper-0.0.29...pt-helper-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pt-helper-0.0.29](https://github.com/truecharts/charts/compare/pt-helper-0.0.28...pt-helper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pt-helper-0.0.29](https://github.com/truecharts/charts/compare/pt-helper-0.0.28...pt-helper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pt-helper-0.0.28](https://github.com/truecharts/charts/compare/pt-helper-0.0.27...pt-helper-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pt-helper-0.0.27](https://github.com/truecharts/charts/compare/pt-helper-0.0.26...pt-helper-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pt-helper-0.0.26](https://github.com/truecharts/charts/compare/pt-helper-0.0.25...pt-helper-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pt-helper-0.0.25](https://github.com/truecharts/charts/compare/pt-helper-0.0.24...pt-helper-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [pt-helper-0.0.24](https://github.com/truecharts/charts/compare/pt-helper-0.0.23...pt-helper-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/pt-helper/0.0.31/Chart.lock b/incubator/pt-helper/0.0.31/Chart.lock new file mode 100644 index 00000000000..f57b5655615 --- /dev/null +++ b/incubator/pt-helper/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:39:56.630563954Z" diff --git a/incubator/pt-helper/0.0.31/Chart.yaml b/incubator/pt-helper/0.0.31/Chart.yaml new file mode 100644 index 00000000000..7c5614e50ee --- /dev/null +++ b/incubator/pt-helper/0.0.31/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A tool that can automatically download free seeds and delete them after the free time expires. +home: https://truecharts.org/docs/charts/incubator/pt-helper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.png +keywords: + - pt-helper + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pt-helper +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pt-helper + - https://hub.docker.com/r/crazyq/pt_helper +type: application +version: 0.0.31 diff --git a/incubator/pt-helper/0.0.31/README.md b/incubator/pt-helper/0.0.31/README.md new file mode 100644 index 00000000000..72470ce4321 --- /dev/null +++ b/incubator/pt-helper/0.0.31/README.md @@ -0,0 +1,106 @@ +# pt-helper + +A tool that can automatically download free seeds and delete them after the free time expires. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pt-helper](https://truecharts.org/docs/charts/incubator/pt-helper) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pt-helper` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pt-helper TrueCharts/pt-helper +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pt-helper` deployment + +```console +helm uninstall pt-helper +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pt-helper \ + --set env.TZ="America/New York" \ + TrueCharts/pt-helper +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pt-helper TrueCharts/pt-helper -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pt-helper/0.0.30/app-readme.md b/incubator/pt-helper/0.0.31/app-readme.md similarity index 100% rename from incubator/pt-helper/0.0.30/app-readme.md rename to incubator/pt-helper/0.0.31/app-readme.md diff --git a/incubator/pt-helper/0.0.31/charts/common-10.7.1.tgz b/incubator/pt-helper/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pt-helper/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/pt-helper/0.0.30/ix_values.yaml b/incubator/pt-helper/0.0.31/ix_values.yaml similarity index 100% rename from incubator/pt-helper/0.0.30/ix_values.yaml rename to incubator/pt-helper/0.0.31/ix_values.yaml diff --git a/incubator/pt-helper/0.0.30/questions.yaml b/incubator/pt-helper/0.0.31/questions.yaml similarity index 100% rename from incubator/pt-helper/0.0.30/questions.yaml rename to incubator/pt-helper/0.0.31/questions.yaml diff --git a/incubator/pt-helper/0.0.30/templates/common.yaml b/incubator/pt-helper/0.0.31/templates/common.yaml similarity index 100% rename from incubator/pt-helper/0.0.30/templates/common.yaml rename to incubator/pt-helper/0.0.31/templates/common.yaml diff --git a/incubator/pt-helper/0.0.30/values.yaml b/incubator/pt-helper/0.0.31/values.yaml similarity index 100% rename from incubator/pt-helper/0.0.30/values.yaml rename to incubator/pt-helper/0.0.31/values.yaml diff --git a/incubator/pure-ftpd/0.0.29/CHANGELOG.md b/incubator/pure-ftpd/0.0.29/CHANGELOG.md deleted file mode 100644 index 12f2f3bc386..00000000000 --- a/incubator/pure-ftpd/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pure-ftpd-0.0.29](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.28...pure-ftpd-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pure-ftpd-0.0.28](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.27...pure-ftpd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pure-ftpd-0.0.28](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.27...pure-ftpd-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pure-ftpd-0.0.27](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.26...pure-ftpd-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pure-ftpd-0.0.26](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.25...pure-ftpd-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pure-ftpd-0.0.25](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.24...pure-ftpd-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pure-ftpd-0.0.24](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.23...pure-ftpd-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pure-ftpd-0.0.24](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.23...pure-ftpd-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pure-ftpd/0.0.29/Chart.lock b/incubator/pure-ftpd/0.0.29/Chart.lock deleted file mode 100644 index 72e317eb58c..00000000000 --- a/incubator/pure-ftpd/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:02.63713266Z" diff --git a/incubator/pure-ftpd/0.0.29/Chart.yaml b/incubator/pure-ftpd/0.0.29/Chart.yaml deleted file mode 100644 index 87a6be6ff72..00000000000 --- a/incubator/pure-ftpd/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] -home: https://truecharts.org/docs/charts/incubator/pure-ftpd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png -keywords: - - pure-ftpd - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pure-ftpd -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd - - https://www.pureftpd.org/project/pure-ftpd/ - - https://hub.docker.com/r/crazymax/pure-ftpd/ -type: application -version: 0.0.29 diff --git a/incubator/pure-ftpd/0.0.29/README.md b/incubator/pure-ftpd/0.0.29/README.md deleted file mode 100644 index 3ec38c16fe8..00000000000 --- a/incubator/pure-ftpd/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pure-ftpd - -Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pure-ftpd](https://truecharts.org/docs/charts/incubator/pure-ftpd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pure-ftpd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pure-ftpd TrueCharts/pure-ftpd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pure-ftpd` deployment - -```console -helm uninstall pure-ftpd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pure-ftpd \ - --set env.TZ="America/New York" \ - TrueCharts/pure-ftpd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pure-ftpd TrueCharts/pure-ftpd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pure-ftpd/0.0.29/charts/common-10.7.0.tgz b/incubator/pure-ftpd/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pure-ftpd/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pure-ftpd/0.0.30/CHANGELOG.md b/incubator/pure-ftpd/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..4c9ef18b090 --- /dev/null +++ b/incubator/pure-ftpd/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pure-ftpd-0.0.30](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.29...pure-ftpd-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pure-ftpd-0.0.29](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.28...pure-ftpd-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pure-ftpd-0.0.28](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.27...pure-ftpd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pure-ftpd-0.0.28](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.27...pure-ftpd-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pure-ftpd-0.0.27](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.26...pure-ftpd-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pure-ftpd-0.0.26](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.25...pure-ftpd-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pure-ftpd-0.0.25](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.24...pure-ftpd-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pure-ftpd-0.0.24](https://github.com/truecharts/charts/compare/pure-ftpd-0.0.23...pure-ftpd-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pure-ftpd/0.0.30/Chart.lock b/incubator/pure-ftpd/0.0.30/Chart.lock new file mode 100644 index 00000000000..d3a8b756151 --- /dev/null +++ b/incubator/pure-ftpd/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:03.780993922Z" diff --git a/incubator/pure-ftpd/0.0.30/Chart.yaml b/incubator/pure-ftpd/0.0.30/Chart.yaml new file mode 100644 index 00000000000..69469609124 --- /dev/null +++ b/incubator/pure-ftpd/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] +home: https://truecharts.org/docs/charts/incubator/pure-ftpd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png +keywords: + - pure-ftpd + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pure-ftpd +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd + - https://www.pureftpd.org/project/pure-ftpd/ + - https://hub.docker.com/r/crazymax/pure-ftpd/ +type: application +version: 0.0.30 diff --git a/incubator/pure-ftpd/0.0.30/README.md b/incubator/pure-ftpd/0.0.30/README.md new file mode 100644 index 00000000000..f5e4a6b5c54 --- /dev/null +++ b/incubator/pure-ftpd/0.0.30/README.md @@ -0,0 +1,107 @@ +# pure-ftpd + +Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. [br]Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"[/br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pure-ftpd](https://truecharts.org/docs/charts/incubator/pure-ftpd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pure-ftpd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pure-ftpd TrueCharts/pure-ftpd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pure-ftpd` deployment + +```console +helm uninstall pure-ftpd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pure-ftpd \ + --set env.TZ="America/New York" \ + TrueCharts/pure-ftpd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pure-ftpd TrueCharts/pure-ftpd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pure-ftpd/0.0.29/app-readme.md b/incubator/pure-ftpd/0.0.30/app-readme.md similarity index 100% rename from incubator/pure-ftpd/0.0.29/app-readme.md rename to incubator/pure-ftpd/0.0.30/app-readme.md diff --git a/incubator/pure-ftpd/0.0.30/charts/common-10.7.1.tgz b/incubator/pure-ftpd/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pure-ftpd/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pure-ftpd/0.0.29/ix_values.yaml b/incubator/pure-ftpd/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pure-ftpd/0.0.29/ix_values.yaml rename to incubator/pure-ftpd/0.0.30/ix_values.yaml diff --git a/incubator/pure-ftpd/0.0.29/questions.yaml b/incubator/pure-ftpd/0.0.30/questions.yaml similarity index 100% rename from incubator/pure-ftpd/0.0.29/questions.yaml rename to incubator/pure-ftpd/0.0.30/questions.yaml diff --git a/incubator/pure-ftpd/0.0.29/templates/common.yaml b/incubator/pure-ftpd/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pure-ftpd/0.0.29/templates/common.yaml rename to incubator/pure-ftpd/0.0.30/templates/common.yaml diff --git a/incubator/pure-ftpd/0.0.29/values.yaml b/incubator/pure-ftpd/0.0.30/values.yaml similarity index 100% rename from incubator/pure-ftpd/0.0.29/values.yaml rename to incubator/pure-ftpd/0.0.30/values.yaml diff --git a/incubator/pvk-ii/0.0.29/CHANGELOG.md b/incubator/pvk-ii/0.0.29/CHANGELOG.md deleted file mode 100644 index 9199da000de..00000000000 --- a/incubator/pvk-ii/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pvk-ii-0.0.29](https://github.com/truecharts/charts/compare/pvk-ii-0.0.28...pvk-ii-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pvk-ii-0.0.28](https://github.com/truecharts/charts/compare/pvk-ii-0.0.27...pvk-ii-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pvk-ii-0.0.28](https://github.com/truecharts/charts/compare/pvk-ii-0.0.27...pvk-ii-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pvk-ii-0.0.27](https://github.com/truecharts/charts/compare/pvk-ii-0.0.26...pvk-ii-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pvk-ii-0.0.26](https://github.com/truecharts/charts/compare/pvk-ii-0.0.25...pvk-ii-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pvk-ii-0.0.25](https://github.com/truecharts/charts/compare/pvk-ii-0.0.24...pvk-ii-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pvk-ii-0.0.24](https://github.com/truecharts/charts/compare/pvk-ii-0.0.23...pvk-ii-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pvk-ii-0.0.24](https://github.com/truecharts/charts/compare/pvk-ii-0.0.23...pvk-ii-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pvk-ii/0.0.29/Chart.lock b/incubator/pvk-ii/0.0.29/Chart.lock deleted file mode 100644 index 181daea55fd..00000000000 --- a/incubator/pvk-ii/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:03.254052138Z" diff --git a/incubator/pvk-ii/0.0.29/Chart.yaml b/incubator/pvk-ii/0.0.29/Chart.yaml deleted file mode 100644 index a3b8a2943bd..00000000000 --- a/incubator/pvk-ii/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it." -home: https://truecharts.org/docs/charts/incubator/pvk-ii -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png -keywords: - - pvk-ii - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pvk-ii -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pvk-ii - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/pvk-ii/0.0.29/README.md b/incubator/pvk-ii/0.0.29/README.md deleted file mode 100644 index e3486f3973a..00000000000 --- a/incubator/pvk-ii/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pvk-ii - -This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pvk-ii](https://truecharts.org/docs/charts/incubator/pvk-ii) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pvk-ii` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pvk-ii TrueCharts/pvk-ii -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pvk-ii` deployment - -```console -helm uninstall pvk-ii -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pvk-ii \ - --set env.TZ="America/New York" \ - TrueCharts/pvk-ii -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pvk-ii TrueCharts/pvk-ii -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pvk-ii/0.0.29/charts/common-10.7.0.tgz b/incubator/pvk-ii/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pvk-ii/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pvk-ii/0.0.30/CHANGELOG.md b/incubator/pvk-ii/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a1fbf1f4152 --- /dev/null +++ b/incubator/pvk-ii/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pvk-ii-0.0.30](https://github.com/truecharts/charts/compare/pvk-ii-0.0.29...pvk-ii-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pvk-ii-0.0.29](https://github.com/truecharts/charts/compare/pvk-ii-0.0.28...pvk-ii-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pvk-ii-0.0.28](https://github.com/truecharts/charts/compare/pvk-ii-0.0.27...pvk-ii-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pvk-ii-0.0.28](https://github.com/truecharts/charts/compare/pvk-ii-0.0.27...pvk-ii-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pvk-ii-0.0.27](https://github.com/truecharts/charts/compare/pvk-ii-0.0.26...pvk-ii-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pvk-ii-0.0.26](https://github.com/truecharts/charts/compare/pvk-ii-0.0.25...pvk-ii-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pvk-ii-0.0.25](https://github.com/truecharts/charts/compare/pvk-ii-0.0.24...pvk-ii-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pvk-ii-0.0.24](https://github.com/truecharts/charts/compare/pvk-ii-0.0.23...pvk-ii-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pvk-ii/0.0.30/Chart.lock b/incubator/pvk-ii/0.0.30/Chart.lock new file mode 100644 index 00000000000..019f9c9c9db --- /dev/null +++ b/incubator/pvk-ii/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:05.840912426Z" diff --git a/incubator/pvk-ii/0.0.30/Chart.yaml b/incubator/pvk-ii/0.0.30/Chart.yaml new file mode 100644 index 00000000000..31fbd455ff7 --- /dev/null +++ b/incubator/pvk-ii/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it." +home: https://truecharts.org/docs/charts/incubator/pvk-ii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.png +keywords: + - pvk-ii + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pvk-ii +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pvk-ii + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/pvk-ii/0.0.30/README.md b/incubator/pvk-ii/0.0.30/README.md new file mode 100644 index 00000000000..f5b137bc024 --- /dev/null +++ b/incubator/pvk-ii/0.0.30/README.md @@ -0,0 +1,107 @@ +# pvk-ii + +This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pvk-ii](https://truecharts.org/docs/charts/incubator/pvk-ii) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pvk-ii` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pvk-ii TrueCharts/pvk-ii +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pvk-ii` deployment + +```console +helm uninstall pvk-ii +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pvk-ii \ + --set env.TZ="America/New York" \ + TrueCharts/pvk-ii +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pvk-ii TrueCharts/pvk-ii -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pvk-ii/0.0.29/app-readme.md b/incubator/pvk-ii/0.0.30/app-readme.md similarity index 100% rename from incubator/pvk-ii/0.0.29/app-readme.md rename to incubator/pvk-ii/0.0.30/app-readme.md diff --git a/incubator/pvk-ii/0.0.30/charts/common-10.7.1.tgz b/incubator/pvk-ii/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pvk-ii/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pvk-ii/0.0.29/ix_values.yaml b/incubator/pvk-ii/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pvk-ii/0.0.29/ix_values.yaml rename to incubator/pvk-ii/0.0.30/ix_values.yaml diff --git a/incubator/pvk-ii/0.0.29/questions.yaml b/incubator/pvk-ii/0.0.30/questions.yaml similarity index 100% rename from incubator/pvk-ii/0.0.29/questions.yaml rename to incubator/pvk-ii/0.0.30/questions.yaml diff --git a/incubator/pvk-ii/0.0.29/templates/common.yaml b/incubator/pvk-ii/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pvk-ii/0.0.29/templates/common.yaml rename to incubator/pvk-ii/0.0.30/templates/common.yaml diff --git a/incubator/pvk-ii/0.0.29/values.yaml b/incubator/pvk-ii/0.0.30/values.yaml similarity index 100% rename from incubator/pvk-ii/0.0.29/values.yaml rename to incubator/pvk-ii/0.0.30/values.yaml diff --git a/incubator/pwm/0.0.29/CHANGELOG.md b/incubator/pwm/0.0.29/CHANGELOG.md deleted file mode 100644 index a71ef46c1bc..00000000000 --- a/incubator/pwm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pwm-0.0.29](https://github.com/truecharts/charts/compare/pwm-0.0.28...pwm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pwm-0.0.28](https://github.com/truecharts/charts/compare/pwm-0.0.27...pwm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pwm-0.0.28](https://github.com/truecharts/charts/compare/pwm-0.0.27...pwm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pwm-0.0.27](https://github.com/truecharts/charts/compare/pwm-0.0.26...pwm-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pwm-0.0.26](https://github.com/truecharts/charts/compare/pwm-0.0.25...pwm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pwm-0.0.25](https://github.com/truecharts/charts/compare/pwm-0.0.24...pwm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pwm-0.0.24](https://github.com/truecharts/charts/compare/pwm-0.0.23...pwm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pwm-0.0.24](https://github.com/truecharts/charts/compare/pwm-0.0.23...pwm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/pwm/0.0.29/Chart.lock b/incubator/pwm/0.0.29/Chart.lock deleted file mode 100644 index 4f1ce69f159..00000000000 --- a/incubator/pwm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:12.017271559Z" diff --git a/incubator/pwm/0.0.29/Chart.yaml b/incubator/pwm/0.0.29/Chart.yaml deleted file mode 100644 index d594de3d691..00000000000 --- a/incubator/pwm/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Security -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. -home: https://truecharts.org/docs/charts/incubator/pwm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png -keywords: - - pwm - - Security -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pwm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pwm - - https://github.com/pwm-project/pwm - - https://hub.docker.com/r/fjudith/pwm -type: application -version: 0.0.29 diff --git a/incubator/pwm/0.0.29/README.md b/incubator/pwm/0.0.29/README.md deleted file mode 100644 index d02917413f0..00000000000 --- a/incubator/pwm/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pwm - -PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pwm](https://truecharts.org/docs/charts/incubator/pwm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pwm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pwm TrueCharts/pwm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pwm` deployment - -```console -helm uninstall pwm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pwm \ - --set env.TZ="America/New York" \ - TrueCharts/pwm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pwm TrueCharts/pwm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pwm/0.0.29/charts/common-10.7.0.tgz b/incubator/pwm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pwm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pwm/0.0.30/CHANGELOG.md b/incubator/pwm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d8c49d90f92 --- /dev/null +++ b/incubator/pwm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pwm-0.0.30](https://github.com/truecharts/charts/compare/pwm-0.0.29...pwm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pwm-0.0.29](https://github.com/truecharts/charts/compare/pwm-0.0.28...pwm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pwm-0.0.28](https://github.com/truecharts/charts/compare/pwm-0.0.27...pwm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pwm-0.0.28](https://github.com/truecharts/charts/compare/pwm-0.0.27...pwm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pwm-0.0.27](https://github.com/truecharts/charts/compare/pwm-0.0.26...pwm-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pwm-0.0.26](https://github.com/truecharts/charts/compare/pwm-0.0.25...pwm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pwm-0.0.25](https://github.com/truecharts/charts/compare/pwm-0.0.24...pwm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pwm-0.0.24](https://github.com/truecharts/charts/compare/pwm-0.0.23...pwm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/pwm/0.0.30/Chart.lock b/incubator/pwm/0.0.30/Chart.lock new file mode 100644 index 00000000000..9bab7e5640a --- /dev/null +++ b/incubator/pwm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:18.720336324Z" diff --git a/incubator/pwm/0.0.30/Chart.yaml b/incubator/pwm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3c7200e46d2 --- /dev/null +++ b/incubator/pwm/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Security +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. +home: https://truecharts.org/docs/charts/incubator/pwm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.png +keywords: + - pwm + - Security +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pwm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pwm + - https://github.com/pwm-project/pwm + - https://hub.docker.com/r/fjudith/pwm +type: application +version: 0.0.30 diff --git a/incubator/pwm/0.0.30/README.md b/incubator/pwm/0.0.30/README.md new file mode 100644 index 00000000000..b8f56747878 --- /dev/null +++ b/incubator/pwm/0.0.30/README.md @@ -0,0 +1,107 @@ +# pwm + +PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pwm](https://truecharts.org/docs/charts/incubator/pwm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pwm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pwm TrueCharts/pwm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pwm` deployment + +```console +helm uninstall pwm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pwm \ + --set env.TZ="America/New York" \ + TrueCharts/pwm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pwm TrueCharts/pwm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pwm/0.0.29/app-readme.md b/incubator/pwm/0.0.30/app-readme.md similarity index 100% rename from incubator/pwm/0.0.29/app-readme.md rename to incubator/pwm/0.0.30/app-readme.md diff --git a/incubator/pwm/0.0.30/charts/common-10.7.1.tgz b/incubator/pwm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pwm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/pwm/0.0.29/ix_values.yaml b/incubator/pwm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/pwm/0.0.29/ix_values.yaml rename to incubator/pwm/0.0.30/ix_values.yaml diff --git a/incubator/pwm/0.0.29/questions.yaml b/incubator/pwm/0.0.30/questions.yaml similarity index 100% rename from incubator/pwm/0.0.29/questions.yaml rename to incubator/pwm/0.0.30/questions.yaml diff --git a/incubator/pwm/0.0.29/templates/common.yaml b/incubator/pwm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/pwm/0.0.29/templates/common.yaml rename to incubator/pwm/0.0.30/templates/common.yaml diff --git a/incubator/pwm/0.0.29/values.yaml b/incubator/pwm/0.0.30/values.yaml similarity index 100% rename from incubator/pwm/0.0.29/values.yaml rename to incubator/pwm/0.0.30/values.yaml diff --git a/incubator/pyload-ng/0.0.37/CHANGELOG.md b/incubator/pyload-ng/0.0.37/CHANGELOG.md deleted file mode 100644 index 737646a2d6d..00000000000 --- a/incubator/pyload-ng/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pyload-ng-0.0.37](https://github.com/truecharts/charts/compare/pyload-ng-0.0.36...pyload-ng-0.0.37) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [pyload-ng-0.0.36](https://github.com/truecharts/charts/compare/pyload-ng-0.0.35...pyload-ng-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pyload-ng-0.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.34...pyload-ng-0.0.35) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [pyload-ng-0.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-ng-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pyload-ng-0.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-ng-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pyload-ng-0.0.33](https://github.com/truecharts/charts/compare/pyload-ng-0.0.32...pyload-ng-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pyload-ng-0.0.32](https://github.com/truecharts/charts/compare/pyload-ng-0.0.31...pyload-ng-0.0.32) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [pyload-ng-0.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.30...pyload-ng-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pyload-ng-0.0.30](https://github.com/truecharts/charts/compare/pyload-ng-0.0.29...pyload-ng-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pyload-ng-0.0.29](https://github.com/truecharts/charts/compare/pyload-ng-0.0.27...pyload-ng-0.0.29) (2022-09-22) - -### Chore diff --git a/incubator/pyload-ng/0.0.37/Chart.lock b/incubator/pyload-ng/0.0.37/Chart.lock deleted file mode 100644 index 378f52726e1..00000000000 --- a/incubator/pyload-ng/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:19.760351076Z" diff --git a/incubator/pyload-ng/0.0.37/Chart.yaml b/incubator/pyload-ng/0.0.37/Chart.yaml deleted file mode 100644 index 552569251be..00000000000 --- a/incubator/pyload-ng/0.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. -home: https://truecharts.org/docs/charts/incubator/pyload-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png -keywords: - - pyload-ng - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pyload-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/pyload-ng - - https://pyload.net/ - - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng - - https://github.com/linuxserver/docker-pyload-ng#readme -type: application -version: 0.0.37 diff --git a/incubator/pyload-ng/0.0.37/README.md b/incubator/pyload-ng/0.0.37/README.md deleted file mode 100644 index a52cb5ce2d8..00000000000 --- a/incubator/pyload-ng/0.0.37/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# pyload-ng - -pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pyload-ng](https://truecharts.org/docs/charts/incubator/pyload-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pyload-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pyload-ng TrueCharts/pyload-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pyload-ng` deployment - -```console -helm uninstall pyload-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pyload-ng \ - --set env.TZ="America/New York" \ - TrueCharts/pyload-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pyload-ng TrueCharts/pyload-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/pyload-ng/0.0.37/charts/common-10.7.0.tgz b/incubator/pyload-ng/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/pyload-ng/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/pyload-ng/0.0.38/CHANGELOG.md b/incubator/pyload-ng/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..d3511fc7c63 --- /dev/null +++ b/incubator/pyload-ng/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pyload-ng-0.0.38](https://github.com/truecharts/charts/compare/pyload-ng-0.0.37...pyload-ng-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pyload-ng-0.0.37](https://github.com/truecharts/charts/compare/pyload-ng-0.0.36...pyload-ng-0.0.37) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [pyload-ng-0.0.36](https://github.com/truecharts/charts/compare/pyload-ng-0.0.35...pyload-ng-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pyload-ng-0.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.34...pyload-ng-0.0.35) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [pyload-ng-0.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-ng-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pyload-ng-0.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-ng-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pyload-ng-0.0.33](https://github.com/truecharts/charts/compare/pyload-ng-0.0.32...pyload-ng-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pyload-ng-0.0.32](https://github.com/truecharts/charts/compare/pyload-ng-0.0.31...pyload-ng-0.0.32) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [pyload-ng-0.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.30...pyload-ng-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pyload-ng-0.0.30](https://github.com/truecharts/charts/compare/pyload-ng-0.0.29...pyload-ng-0.0.30) (2022-09-25) + +### Chore diff --git a/incubator/pyload-ng/0.0.38/Chart.lock b/incubator/pyload-ng/0.0.38/Chart.lock new file mode 100644 index 00000000000..5369c8e72ed --- /dev/null +++ b/incubator/pyload-ng/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:28.175965978Z" diff --git a/incubator/pyload-ng/0.0.38/Chart.yaml b/incubator/pyload-ng/0.0.38/Chart.yaml new file mode 100644 index 00000000000..8d28c99e74d --- /dev/null +++ b/incubator/pyload-ng/0.0.38/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. +home: https://truecharts.org/docs/charts/incubator/pyload-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png +keywords: + - pyload-ng + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pyload-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/pyload-ng + - https://pyload.net/ + - https://github.com/orgs/linuxserver/packages/container/package/pyload-ng + - https://github.com/linuxserver/docker-pyload-ng#readme +type: application +version: 0.0.38 diff --git a/incubator/pyload-ng/0.0.38/README.md b/incubator/pyload-ng/0.0.38/README.md new file mode 100644 index 00000000000..ef823239863 --- /dev/null +++ b/incubator/pyload-ng/0.0.38/README.md @@ -0,0 +1,108 @@ +# pyload-ng + +pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pyload-ng](https://truecharts.org/docs/charts/incubator/pyload-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pyload-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pyload-ng TrueCharts/pyload-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pyload-ng` deployment + +```console +helm uninstall pyload-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pyload-ng \ + --set env.TZ="America/New York" \ + TrueCharts/pyload-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pyload-ng TrueCharts/pyload-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/pyload-ng/0.0.37/app-readme.md b/incubator/pyload-ng/0.0.38/app-readme.md similarity index 100% rename from incubator/pyload-ng/0.0.37/app-readme.md rename to incubator/pyload-ng/0.0.38/app-readme.md diff --git a/incubator/pyload-ng/0.0.38/charts/common-10.7.1.tgz b/incubator/pyload-ng/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/pyload-ng/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/pyload-ng/0.0.37/ix_values.yaml b/incubator/pyload-ng/0.0.38/ix_values.yaml similarity index 100% rename from incubator/pyload-ng/0.0.37/ix_values.yaml rename to incubator/pyload-ng/0.0.38/ix_values.yaml diff --git a/incubator/pyload-ng/0.0.37/questions.yaml b/incubator/pyload-ng/0.0.38/questions.yaml similarity index 100% rename from incubator/pyload-ng/0.0.37/questions.yaml rename to incubator/pyload-ng/0.0.38/questions.yaml diff --git a/incubator/pyload-ng/0.0.37/templates/common.yaml b/incubator/pyload-ng/0.0.38/templates/common.yaml similarity index 100% rename from incubator/pyload-ng/0.0.37/templates/common.yaml rename to incubator/pyload-ng/0.0.38/templates/common.yaml diff --git a/incubator/pyload-ng/0.0.37/values.yaml b/incubator/pyload-ng/0.0.38/values.yaml similarity index 100% rename from incubator/pyload-ng/0.0.37/values.yaml rename to incubator/pyload-ng/0.0.38/values.yaml diff --git a/incubator/qflood/0.0.39/CHANGELOG.md b/incubator/qflood/0.0.39/CHANGELOG.md deleted file mode 100644 index 63fe975a8b6..00000000000 --- a/incubator/qflood/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [qflood-0.0.39](https://github.com/truecharts/charts/compare/qflood-0.0.38...qflood-0.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [qflood-0.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.37...qflood-0.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qflood-0.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.37...qflood-0.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qflood-0.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.36...qflood-0.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [qflood-0.0.36](https://github.com/truecharts/charts/compare/qflood-0.0.35...qflood-0.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [qflood-0.0.35](https://github.com/truecharts/charts/compare/qflood-0.0.34...qflood-0.0.35) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [qflood-0.0.34](https://github.com/truecharts/charts/compare/qflood-0.0.33...qflood-0.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [qflood-0.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.32...qflood-0.0.33) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [qflood-0.0.32](https://github.com/truecharts/charts/compare/qflood-0.0.29...qflood-0.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/qflood/0.0.39/Chart.lock b/incubator/qflood/0.0.39/Chart.lock deleted file mode 100644 index 8eb3dd5b70f..00000000000 --- a/incubator/qflood/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:32.268208658Z" diff --git a/incubator/qflood/0.0.39/Chart.yaml b/incubator/qflood/0.0.39/Chart.yaml deleted file mode 100644 index d3be6e9f09b..00000000000 --- a/incubator/qflood/0.0.39/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Chart with qBittorrent and the Flood UI. -home: https://truecharts.org/docs/charts/incubator/qflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png -keywords: - - qflood - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: qflood -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/qflood - - https://hotio.dev/containers/qflood - - https://hub.docker.com/r/hotio/qflood -type: application -version: 0.0.39 diff --git a/incubator/qflood/0.0.39/README.md b/incubator/qflood/0.0.39/README.md deleted file mode 100644 index e3b8e671710..00000000000 --- a/incubator/qflood/0.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# qflood - -Chart with qBittorrent and the Flood UI. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [qflood](https://truecharts.org/docs/charts/incubator/qflood) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `qflood` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install qflood TrueCharts/qflood -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `qflood` deployment - -```console -helm uninstall qflood -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install qflood \ - --set env.TZ="America/New York" \ - TrueCharts/qflood -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install qflood TrueCharts/qflood -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/qflood/0.0.39/charts/common-10.7.0.tgz b/incubator/qflood/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/qflood/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/qflood/0.0.40/CHANGELOG.md b/incubator/qflood/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..af420e09e96 --- /dev/null +++ b/incubator/qflood/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [qflood-0.0.40](https://github.com/truecharts/charts/compare/qflood-0.0.39...qflood-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [qflood-0.0.39](https://github.com/truecharts/charts/compare/qflood-0.0.38...qflood-0.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [qflood-0.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.37...qflood-0.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qflood-0.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.37...qflood-0.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qflood-0.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.36...qflood-0.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [qflood-0.0.36](https://github.com/truecharts/charts/compare/qflood-0.0.35...qflood-0.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [qflood-0.0.35](https://github.com/truecharts/charts/compare/qflood-0.0.34...qflood-0.0.35) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [qflood-0.0.34](https://github.com/truecharts/charts/compare/qflood-0.0.33...qflood-0.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [qflood-0.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.32...qflood-0.0.33) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [qflood-0.0.32](https://github.com/truecharts/charts/compare/qflood-0.0.29...qflood-0.0.32) (2022-09-22) + +### Chore diff --git a/incubator/qflood/0.0.40/Chart.lock b/incubator/qflood/0.0.40/Chart.lock new file mode 100644 index 00000000000..aab3d67aa14 --- /dev/null +++ b/incubator/qflood/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:34.418477716Z" diff --git a/incubator/qflood/0.0.40/Chart.yaml b/incubator/qflood/0.0.40/Chart.yaml new file mode 100644 index 00000000000..9343a71616d --- /dev/null +++ b/incubator/qflood/0.0.40/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Chart with qBittorrent and the Flood UI. +home: https://truecharts.org/docs/charts/incubator/qflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.png +keywords: + - qflood + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: qflood +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/qflood + - https://hotio.dev/containers/qflood + - https://hub.docker.com/r/hotio/qflood +type: application +version: 0.0.40 diff --git a/incubator/qflood/0.0.40/README.md b/incubator/qflood/0.0.40/README.md new file mode 100644 index 00000000000..33cc4cf8eee --- /dev/null +++ b/incubator/qflood/0.0.40/README.md @@ -0,0 +1,107 @@ +# qflood + +Chart with qBittorrent and the Flood UI. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [qflood](https://truecharts.org/docs/charts/incubator/qflood) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `qflood` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install qflood TrueCharts/qflood +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `qflood` deployment + +```console +helm uninstall qflood +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install qflood \ + --set env.TZ="America/New York" \ + TrueCharts/qflood +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install qflood TrueCharts/qflood -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/qflood/0.0.39/app-readme.md b/incubator/qflood/0.0.40/app-readme.md similarity index 100% rename from incubator/qflood/0.0.39/app-readme.md rename to incubator/qflood/0.0.40/app-readme.md diff --git a/incubator/qflood/0.0.40/charts/common-10.7.1.tgz b/incubator/qflood/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/qflood/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/qflood/0.0.39/ix_values.yaml b/incubator/qflood/0.0.40/ix_values.yaml similarity index 100% rename from incubator/qflood/0.0.39/ix_values.yaml rename to incubator/qflood/0.0.40/ix_values.yaml diff --git a/incubator/qflood/0.0.39/questions.yaml b/incubator/qflood/0.0.40/questions.yaml similarity index 100% rename from incubator/qflood/0.0.39/questions.yaml rename to incubator/qflood/0.0.40/questions.yaml diff --git a/incubator/qflood/0.0.39/templates/common.yaml b/incubator/qflood/0.0.40/templates/common.yaml similarity index 100% rename from incubator/qflood/0.0.39/templates/common.yaml rename to incubator/qflood/0.0.40/templates/common.yaml diff --git a/incubator/qflood/0.0.39/values.yaml b/incubator/qflood/0.0.40/values.yaml similarity index 100% rename from incubator/qflood/0.0.39/values.yaml rename to incubator/qflood/0.0.40/values.yaml diff --git a/incubator/quake3/0.0.29/CHANGELOG.md b/incubator/quake3/0.0.29/CHANGELOG.md deleted file mode 100644 index 0b7dd1ee247..00000000000 --- a/incubator/quake3/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [quake3-0.0.29](https://github.com/truecharts/charts/compare/quake3-0.0.28...quake3-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [quake3-0.0.28](https://github.com/truecharts/charts/compare/quake3-0.0.27...quake3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quake3-0.0.28](https://github.com/truecharts/charts/compare/quake3-0.0.27...quake3-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quake3-0.0.27](https://github.com/truecharts/charts/compare/quake3-0.0.26...quake3-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [quake3-0.0.26](https://github.com/truecharts/charts/compare/quake3-0.0.25...quake3-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [quake3-0.0.25](https://github.com/truecharts/charts/compare/quake3-0.0.24...quake3-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [quake3-0.0.24](https://github.com/truecharts/charts/compare/quake3-0.0.23...quake3-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [quake3-0.0.24](https://github.com/truecharts/charts/compare/quake3-0.0.23...quake3-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/quake3/0.0.29/Chart.lock b/incubator/quake3/0.0.29/Chart.lock deleted file mode 100644 index 913829e0fbd..00000000000 --- a/incubator/quake3/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:32.902326648Z" diff --git a/incubator/quake3/0.0.29/Chart.yaml b/incubator/quake3/0.0.29/Chart.yaml deleted file mode 100644 index 34a56b66f1a..00000000000 --- a/incubator/quake3/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server)." -home: https://truecharts.org/docs/charts/incubator/quake3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png -keywords: - - quake3 - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: quake3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/quake3 - - https://www.idsoftware.com/ - - https://hub.docker.com/r/ich777/quake3 -type: application -version: 0.0.29 diff --git a/incubator/quake3/0.0.29/README.md b/incubator/quake3/0.0.29/README.md deleted file mode 100644 index 17a56411ea5..00000000000 --- a/incubator/quake3/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# quake3 - -This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [quake3](https://truecharts.org/docs/charts/incubator/quake3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `quake3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install quake3 TrueCharts/quake3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `quake3` deployment - -```console -helm uninstall quake3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install quake3 \ - --set env.TZ="America/New York" \ - TrueCharts/quake3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install quake3 TrueCharts/quake3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/quake3/0.0.29/charts/common-10.7.0.tgz b/incubator/quake3/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/quake3/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/quake3/0.0.30/CHANGELOG.md b/incubator/quake3/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b25b8019824 --- /dev/null +++ b/incubator/quake3/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [quake3-0.0.30](https://github.com/truecharts/charts/compare/quake3-0.0.29...quake3-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [quake3-0.0.29](https://github.com/truecharts/charts/compare/quake3-0.0.28...quake3-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [quake3-0.0.28](https://github.com/truecharts/charts/compare/quake3-0.0.27...quake3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quake3-0.0.28](https://github.com/truecharts/charts/compare/quake3-0.0.27...quake3-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quake3-0.0.27](https://github.com/truecharts/charts/compare/quake3-0.0.26...quake3-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [quake3-0.0.26](https://github.com/truecharts/charts/compare/quake3-0.0.25...quake3-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [quake3-0.0.25](https://github.com/truecharts/charts/compare/quake3-0.0.24...quake3-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [quake3-0.0.24](https://github.com/truecharts/charts/compare/quake3-0.0.23...quake3-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/quake3/0.0.30/Chart.lock b/incubator/quake3/0.0.30/Chart.lock new file mode 100644 index 00000000000..75b93bc6520 --- /dev/null +++ b/incubator/quake3/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:38.14871418Z" diff --git a/incubator/quake3/0.0.30/Chart.yaml b/incubator/quake3/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0846bce548e --- /dev/null +++ b/incubator/quake3/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server)." +home: https://truecharts.org/docs/charts/incubator/quake3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.png +keywords: + - quake3 + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: quake3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quake3 + - https://www.idsoftware.com/ + - https://hub.docker.com/r/ich777/quake3 +type: application +version: 0.0.30 diff --git a/incubator/quake3/0.0.30/README.md b/incubator/quake3/0.0.30/README.md new file mode 100644 index 00000000000..28e2792447a --- /dev/null +++ b/incubator/quake3/0.0.30/README.md @@ -0,0 +1,107 @@ +# quake3 + +This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [quake3](https://truecharts.org/docs/charts/incubator/quake3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `quake3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install quake3 TrueCharts/quake3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `quake3` deployment + +```console +helm uninstall quake3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install quake3 \ + --set env.TZ="America/New York" \ + TrueCharts/quake3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install quake3 TrueCharts/quake3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/quake3/0.0.29/app-readme.md b/incubator/quake3/0.0.30/app-readme.md similarity index 100% rename from incubator/quake3/0.0.29/app-readme.md rename to incubator/quake3/0.0.30/app-readme.md diff --git a/incubator/quake3/0.0.30/charts/common-10.7.1.tgz b/incubator/quake3/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/quake3/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/quake3/0.0.29/ix_values.yaml b/incubator/quake3/0.0.30/ix_values.yaml similarity index 100% rename from incubator/quake3/0.0.29/ix_values.yaml rename to incubator/quake3/0.0.30/ix_values.yaml diff --git a/incubator/quake3/0.0.29/questions.yaml b/incubator/quake3/0.0.30/questions.yaml similarity index 100% rename from incubator/quake3/0.0.29/questions.yaml rename to incubator/quake3/0.0.30/questions.yaml diff --git a/incubator/quake3/0.0.29/templates/common.yaml b/incubator/quake3/0.0.30/templates/common.yaml similarity index 100% rename from incubator/quake3/0.0.29/templates/common.yaml rename to incubator/quake3/0.0.30/templates/common.yaml diff --git a/incubator/quake3/0.0.29/values.yaml b/incubator/quake3/0.0.30/values.yaml similarity index 100% rename from incubator/quake3/0.0.29/values.yaml rename to incubator/quake3/0.0.30/values.yaml diff --git a/incubator/quickshare/0.0.30/CHANGELOG.md b/incubator/quickshare/0.0.30/CHANGELOG.md deleted file mode 100644 index 0b42800cd0b..00000000000 --- a/incubator/quickshare/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [quickshare-0.0.30](https://github.com/truecharts/charts/compare/quickshare-0.0.29...quickshare-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [quickshare-0.0.29](https://github.com/truecharts/charts/compare/quickshare-0.0.28...quickshare-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quickshare-0.0.29](https://github.com/truecharts/charts/compare/quickshare-0.0.28...quickshare-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quickshare-0.0.28](https://github.com/truecharts/charts/compare/quickshare-0.0.27...quickshare-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [quickshare-0.0.27](https://github.com/truecharts/charts/compare/quickshare-0.0.26...quickshare-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [quickshare-0.0.26](https://github.com/truecharts/charts/compare/quickshare-0.0.25...quickshare-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [quickshare-0.0.25](https://github.com/truecharts/charts/compare/quickshare-0.0.24...quickshare-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [quickshare-0.0.25](https://github.com/truecharts/charts/compare/quickshare-0.0.24...quickshare-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/quickshare/0.0.30/Chart.lock b/incubator/quickshare/0.0.30/Chart.lock deleted file mode 100644 index a3e0edecbb0..00000000000 --- a/incubator/quickshare/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:40.906262635Z" diff --git a/incubator/quickshare/0.0.30/Chart.yaml b/incubator/quickshare/0.0.30/Chart.yaml deleted file mode 100644 index d9f4c1f479f..00000000000 --- a/incubator/quickshare/0.0.30/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Quick and simple file sharing between different devices." -home: https://truecharts.org/docs/charts/incubator/quickshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png -keywords: - - quickshare - - Cloud - - Productivity - - Tools-Utilities - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: quickshare -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/quickshare - - https://github.com/ihexxa/quickshare - - https://hub.docker.com/r/hexxa/quickshare -type: application -version: 0.0.30 diff --git a/incubator/quickshare/0.0.30/README.md b/incubator/quickshare/0.0.30/README.md deleted file mode 100644 index a6628113f81..00000000000 --- a/incubator/quickshare/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# quickshare - -Quick and simple file sharing between different devices. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [quickshare](https://truecharts.org/docs/charts/incubator/quickshare) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `quickshare` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install quickshare TrueCharts/quickshare -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `quickshare` deployment - -```console -helm uninstall quickshare -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install quickshare \ - --set env.TZ="America/New York" \ - TrueCharts/quickshare -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install quickshare TrueCharts/quickshare -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/quickshare/0.0.30/charts/common-10.7.0.tgz b/incubator/quickshare/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/quickshare/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/quickshare/0.0.31/CHANGELOG.md b/incubator/quickshare/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..f760c1caf8c --- /dev/null +++ b/incubator/quickshare/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [quickshare-0.0.31](https://github.com/truecharts/charts/compare/quickshare-0.0.30...quickshare-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [quickshare-0.0.30](https://github.com/truecharts/charts/compare/quickshare-0.0.29...quickshare-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [quickshare-0.0.29](https://github.com/truecharts/charts/compare/quickshare-0.0.28...quickshare-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quickshare-0.0.29](https://github.com/truecharts/charts/compare/quickshare-0.0.28...quickshare-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quickshare-0.0.28](https://github.com/truecharts/charts/compare/quickshare-0.0.27...quickshare-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [quickshare-0.0.27](https://github.com/truecharts/charts/compare/quickshare-0.0.26...quickshare-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [quickshare-0.0.26](https://github.com/truecharts/charts/compare/quickshare-0.0.25...quickshare-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [quickshare-0.0.25](https://github.com/truecharts/charts/compare/quickshare-0.0.24...quickshare-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/quickshare/0.0.31/Chart.lock b/incubator/quickshare/0.0.31/Chart.lock new file mode 100644 index 00000000000..94ab60428bf --- /dev/null +++ b/incubator/quickshare/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:50.656247981Z" diff --git a/incubator/quickshare/0.0.31/Chart.yaml b/incubator/quickshare/0.0.31/Chart.yaml new file mode 100644 index 00000000000..8712ca2ccc9 --- /dev/null +++ b/incubator/quickshare/0.0.31/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Quick and simple file sharing between different devices." +home: https://truecharts.org/docs/charts/incubator/quickshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.png +keywords: + - quickshare + - Cloud + - Productivity + - Tools-Utilities + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: quickshare +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quickshare + - https://github.com/ihexxa/quickshare + - https://hub.docker.com/r/hexxa/quickshare +type: application +version: 0.0.31 diff --git a/incubator/quickshare/0.0.31/README.md b/incubator/quickshare/0.0.31/README.md new file mode 100644 index 00000000000..aa7283869f5 --- /dev/null +++ b/incubator/quickshare/0.0.31/README.md @@ -0,0 +1,107 @@ +# quickshare + +Quick and simple file sharing between different devices. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [quickshare](https://truecharts.org/docs/charts/incubator/quickshare) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `quickshare` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install quickshare TrueCharts/quickshare +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `quickshare` deployment + +```console +helm uninstall quickshare +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install quickshare \ + --set env.TZ="America/New York" \ + TrueCharts/quickshare +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install quickshare TrueCharts/quickshare -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/quickshare/0.0.30/app-readme.md b/incubator/quickshare/0.0.31/app-readme.md similarity index 100% rename from incubator/quickshare/0.0.30/app-readme.md rename to incubator/quickshare/0.0.31/app-readme.md diff --git a/incubator/quickshare/0.0.31/charts/common-10.7.1.tgz b/incubator/quickshare/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/quickshare/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/quickshare/0.0.30/ix_values.yaml b/incubator/quickshare/0.0.31/ix_values.yaml similarity index 100% rename from incubator/quickshare/0.0.30/ix_values.yaml rename to incubator/quickshare/0.0.31/ix_values.yaml diff --git a/incubator/quickshare/0.0.30/questions.yaml b/incubator/quickshare/0.0.31/questions.yaml similarity index 100% rename from incubator/quickshare/0.0.30/questions.yaml rename to incubator/quickshare/0.0.31/questions.yaml diff --git a/incubator/quickshare/0.0.30/templates/common.yaml b/incubator/quickshare/0.0.31/templates/common.yaml similarity index 100% rename from incubator/quickshare/0.0.30/templates/common.yaml rename to incubator/quickshare/0.0.31/templates/common.yaml diff --git a/incubator/quickshare/0.0.30/values.yaml b/incubator/quickshare/0.0.31/values.yaml similarity index 100% rename from incubator/quickshare/0.0.30/values.yaml rename to incubator/quickshare/0.0.31/values.yaml diff --git a/incubator/quiz-game/0.0.29/CHANGELOG.md b/incubator/quiz-game/0.0.29/CHANGELOG.md deleted file mode 100644 index 6376b427059..00000000000 --- a/incubator/quiz-game/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [quiz-game-0.0.29](https://github.com/truecharts/charts/compare/quiz-game-0.0.28...quiz-game-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [quiz-game-0.0.28](https://github.com/truecharts/charts/compare/quiz-game-0.0.27...quiz-game-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quiz-game-0.0.28](https://github.com/truecharts/charts/compare/quiz-game-0.0.27...quiz-game-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quiz-game-0.0.27](https://github.com/truecharts/charts/compare/quiz-game-0.0.26...quiz-game-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [quiz-game-0.0.26](https://github.com/truecharts/charts/compare/quiz-game-0.0.25...quiz-game-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [quiz-game-0.0.25](https://github.com/truecharts/charts/compare/quiz-game-0.0.24...quiz-game-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [quiz-game-0.0.24](https://github.com/truecharts/charts/compare/quiz-game-0.0.23...quiz-game-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [quiz-game-0.0.24](https://github.com/truecharts/charts/compare/quiz-game-0.0.23...quiz-game-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/quiz-game/0.0.29/Chart.lock b/incubator/quiz-game/0.0.29/Chart.lock deleted file mode 100644 index cce2f23de98..00000000000 --- a/incubator/quiz-game/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:58:58.836238881Z" diff --git a/incubator/quiz-game/0.0.29/Chart.yaml b/incubator/quiz-game/0.0.29/Chart.yaml deleted file mode 100644 index 4b89ba80245..00000000000 --- a/incubator/quiz-game/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Other - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed -home: https://truecharts.org/docs/charts/incubator/quiz-game -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png -keywords: - - quiz-game - - GameServers - - Other - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: quiz-game -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/quiz-game - - https://github.com/ASKJR/quiz-game - - https://registry.hub.docker.com/r/patrickstigler/quiz-game -type: application -version: 0.0.29 diff --git a/incubator/quiz-game/0.0.29/README.md b/incubator/quiz-game/0.0.29/README.md deleted file mode 100644 index 51176ce1955..00000000000 --- a/incubator/quiz-game/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# quiz-game - -Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [quiz-game](https://truecharts.org/docs/charts/incubator/quiz-game) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `quiz-game` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install quiz-game TrueCharts/quiz-game -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `quiz-game` deployment - -```console -helm uninstall quiz-game -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install quiz-game \ - --set env.TZ="America/New York" \ - TrueCharts/quiz-game -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install quiz-game TrueCharts/quiz-game -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/quiz-game/0.0.29/charts/common-10.7.0.tgz b/incubator/quiz-game/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/quiz-game/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/quiz-game/0.0.30/CHANGELOG.md b/incubator/quiz-game/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2e69b423738 --- /dev/null +++ b/incubator/quiz-game/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [quiz-game-0.0.30](https://github.com/truecharts/charts/compare/quiz-game-0.0.29...quiz-game-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [quiz-game-0.0.29](https://github.com/truecharts/charts/compare/quiz-game-0.0.28...quiz-game-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [quiz-game-0.0.28](https://github.com/truecharts/charts/compare/quiz-game-0.0.27...quiz-game-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quiz-game-0.0.28](https://github.com/truecharts/charts/compare/quiz-game-0.0.27...quiz-game-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quiz-game-0.0.27](https://github.com/truecharts/charts/compare/quiz-game-0.0.26...quiz-game-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [quiz-game-0.0.26](https://github.com/truecharts/charts/compare/quiz-game-0.0.25...quiz-game-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [quiz-game-0.0.25](https://github.com/truecharts/charts/compare/quiz-game-0.0.24...quiz-game-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [quiz-game-0.0.24](https://github.com/truecharts/charts/compare/quiz-game-0.0.23...quiz-game-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [quiz-game-0.0.24](https://github.com/truecharts/charts/compare/quiz-game-0.0.23...quiz-game-0.0.24) (2022-09-21) diff --git a/incubator/quiz-game/0.0.30/Chart.lock b/incubator/quiz-game/0.0.30/Chart.lock new file mode 100644 index 00000000000..cb6d9ed49de --- /dev/null +++ b/incubator/quiz-game/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:40:59.258102875Z" diff --git a/incubator/quiz-game/0.0.30/Chart.yaml b/incubator/quiz-game/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b28df7664ab --- /dev/null +++ b/incubator/quiz-game/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Other + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed +home: https://truecharts.org/docs/charts/incubator/quiz-game +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.png +keywords: + - quiz-game + - GameServers + - Other + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: quiz-game +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/quiz-game + - https://github.com/ASKJR/quiz-game + - https://registry.hub.docker.com/r/patrickstigler/quiz-game +type: application +version: 0.0.30 diff --git a/incubator/quiz-game/0.0.30/README.md b/incubator/quiz-game/0.0.30/README.md new file mode 100644 index 00000000000..8b86553e7d9 --- /dev/null +++ b/incubator/quiz-game/0.0.30/README.md @@ -0,0 +1,107 @@ +# quiz-game + +Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [quiz-game](https://truecharts.org/docs/charts/incubator/quiz-game) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `quiz-game` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install quiz-game TrueCharts/quiz-game +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `quiz-game` deployment + +```console +helm uninstall quiz-game +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install quiz-game \ + --set env.TZ="America/New York" \ + TrueCharts/quiz-game +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install quiz-game TrueCharts/quiz-game -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/quiz-game/0.0.29/app-readme.md b/incubator/quiz-game/0.0.30/app-readme.md similarity index 100% rename from incubator/quiz-game/0.0.29/app-readme.md rename to incubator/quiz-game/0.0.30/app-readme.md diff --git a/incubator/quiz-game/0.0.30/charts/common-10.7.1.tgz b/incubator/quiz-game/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/quiz-game/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/quiz-game/0.0.29/ix_values.yaml b/incubator/quiz-game/0.0.30/ix_values.yaml similarity index 100% rename from incubator/quiz-game/0.0.29/ix_values.yaml rename to incubator/quiz-game/0.0.30/ix_values.yaml diff --git a/incubator/quiz-game/0.0.29/questions.yaml b/incubator/quiz-game/0.0.30/questions.yaml similarity index 100% rename from incubator/quiz-game/0.0.29/questions.yaml rename to incubator/quiz-game/0.0.30/questions.yaml diff --git a/incubator/quiz-game/0.0.29/templates/common.yaml b/incubator/quiz-game/0.0.30/templates/common.yaml similarity index 100% rename from incubator/quiz-game/0.0.29/templates/common.yaml rename to incubator/quiz-game/0.0.30/templates/common.yaml diff --git a/incubator/quiz-game/0.0.29/values.yaml b/incubator/quiz-game/0.0.30/values.yaml similarity index 100% rename from incubator/quiz-game/0.0.29/values.yaml rename to incubator/quiz-game/0.0.30/values.yaml diff --git a/incubator/ra-rom-processor/0.0.37/CHANGELOG.md b/incubator/ra-rom-processor/0.0.37/CHANGELOG.md deleted file mode 100644 index fdaa3115eac..00000000000 --- a/incubator/ra-rom-processor/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ra-rom-processor-0.0.37](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.36...ra-rom-processor-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ra-rom-processor-0.0.36](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.35...ra-rom-processor-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ra-rom-processor-0.0.36](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.35...ra-rom-processor-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ra-rom-processor-0.0.35](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.34...ra-rom-processor-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ra-rom-processor-0.0.34](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.33...ra-rom-processor-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ra-rom-processor-0.0.33](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.32...ra-rom-processor-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ra-rom-processor-0.0.32](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.31...ra-rom-processor-0.0.32) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [ra-rom-processor-0.0.31](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.29...ra-rom-processor-0.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/incubator/ra-rom-processor/0.0.37/Chart.lock b/incubator/ra-rom-processor/0.0.37/Chart.lock deleted file mode 100644 index 02df557334d..00000000000 --- a/incubator/ra-rom-processor/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:01.896240933Z" diff --git a/incubator/ra-rom-processor/0.0.37/Chart.yaml b/incubator/ra-rom-processor/0.0.37/Chart.yaml deleted file mode 100644 index 354c72d1106..00000000000 --- a/incubator/ra-rom-processor/0.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: RA ROM Processor is a Chart Chart that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. -home: https://truecharts.org/docs/charts/incubator/ra-rom-processor -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ra-rom-processor.png -keywords: - - ra-rom-processor - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ra-rom-processor -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ra-rom-processor - - https://github.com/RandomNinjaAtk/docker-raromprocessor - - https://hub.docker.com/r/randomninjaatk/raromprocessor - - https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines -type: application -version: 0.0.37 diff --git a/incubator/ra-rom-processor/0.0.37/README.md b/incubator/ra-rom-processor/0.0.37/README.md deleted file mode 100644 index c264437fff1..00000000000 --- a/incubator/ra-rom-processor/0.0.37/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# ra-rom-processor - -RA ROM Processor is a Chart Chart that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ra-rom-processor](https://truecharts.org/docs/charts/incubator/ra-rom-processor) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ra-rom-processor` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ra-rom-processor TrueCharts/ra-rom-processor -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ra-rom-processor` deployment - -```console -helm uninstall ra-rom-processor -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ra-rom-processor \ - --set env.TZ="America/New York" \ - TrueCharts/ra-rom-processor -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ra-rom-processor TrueCharts/ra-rom-processor -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ra-rom-processor/0.0.37/charts/common-10.7.0.tgz b/incubator/ra-rom-processor/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ra-rom-processor/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ra-rom-processor/0.0.38/CHANGELOG.md b/incubator/ra-rom-processor/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..6fa9ef985ab --- /dev/null +++ b/incubator/ra-rom-processor/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ra-rom-processor-0.0.38](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.37...ra-rom-processor-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ra-rom-processor-0.0.37](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.36...ra-rom-processor-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ra-rom-processor-0.0.36](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.35...ra-rom-processor-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ra-rom-processor-0.0.36](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.35...ra-rom-processor-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ra-rom-processor-0.0.35](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.34...ra-rom-processor-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ra-rom-processor-0.0.34](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.33...ra-rom-processor-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ra-rom-processor-0.0.33](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.32...ra-rom-processor-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ra-rom-processor-0.0.32](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.31...ra-rom-processor-0.0.32) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [ra-rom-processor-0.0.31](https://github.com/truecharts/charts/compare/ra-rom-processor-0.0.29...ra-rom-processor-0.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/ra-rom-processor/0.0.38/Chart.lock b/incubator/ra-rom-processor/0.0.38/Chart.lock new file mode 100644 index 00000000000..f85ba08677e --- /dev/null +++ b/incubator/ra-rom-processor/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:05.912779388Z" diff --git a/incubator/ra-rom-processor/0.0.38/Chart.yaml b/incubator/ra-rom-processor/0.0.38/Chart.yaml new file mode 100644 index 00000000000..47fd71badd0 --- /dev/null +++ b/incubator/ra-rom-processor/0.0.38/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: RA ROM Processor is a Chart Chart that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. +home: https://truecharts.org/docs/charts/incubator/ra-rom-processor +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ra-rom-processor.png +keywords: + - ra-rom-processor + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ra-rom-processor +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ra-rom-processor + - https://github.com/RandomNinjaAtk/docker-raromprocessor + - https://hub.docker.com/r/randomninjaatk/raromprocessor + - https://github.com/RandomNinjaAtk/docker-raromprocessor#instructionsusage-guidelines +type: application +version: 0.0.38 diff --git a/incubator/ra-rom-processor/0.0.38/README.md b/incubator/ra-rom-processor/0.0.38/README.md new file mode 100644 index 00000000000..868dcb8dcd5 --- /dev/null +++ b/incubator/ra-rom-processor/0.0.38/README.md @@ -0,0 +1,108 @@ +# ra-rom-processor + +RA ROM Processor is a Chart Chart that is used to download/orgainze/process/verify/dedupe/scrape a ROMs library automatically by matching ROMs to the RetroAchievement.org website Hash database. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ra-rom-processor](https://truecharts.org/docs/charts/incubator/ra-rom-processor) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ra-rom-processor` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ra-rom-processor TrueCharts/ra-rom-processor +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ra-rom-processor` deployment + +```console +helm uninstall ra-rom-processor +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ra-rom-processor \ + --set env.TZ="America/New York" \ + TrueCharts/ra-rom-processor +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ra-rom-processor TrueCharts/ra-rom-processor -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ra-rom-processor/0.0.37/app-readme.md b/incubator/ra-rom-processor/0.0.38/app-readme.md similarity index 100% rename from incubator/ra-rom-processor/0.0.37/app-readme.md rename to incubator/ra-rom-processor/0.0.38/app-readme.md diff --git a/incubator/ra-rom-processor/0.0.38/charts/common-10.7.1.tgz b/incubator/ra-rom-processor/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ra-rom-processor/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/ra-rom-processor/0.0.37/ix_values.yaml b/incubator/ra-rom-processor/0.0.38/ix_values.yaml similarity index 100% rename from incubator/ra-rom-processor/0.0.37/ix_values.yaml rename to incubator/ra-rom-processor/0.0.38/ix_values.yaml diff --git a/incubator/ra-rom-processor/0.0.37/questions.yaml b/incubator/ra-rom-processor/0.0.38/questions.yaml similarity index 100% rename from incubator/ra-rom-processor/0.0.37/questions.yaml rename to incubator/ra-rom-processor/0.0.38/questions.yaml diff --git a/incubator/ra-rom-processor/0.0.37/templates/common.yaml b/incubator/ra-rom-processor/0.0.38/templates/common.yaml similarity index 100% rename from incubator/ra-rom-processor/0.0.37/templates/common.yaml rename to incubator/ra-rom-processor/0.0.38/templates/common.yaml diff --git a/incubator/ra-rom-processor/0.0.37/values.yaml b/incubator/ra-rom-processor/0.0.38/values.yaml similarity index 100% rename from incubator/ra-rom-processor/0.0.37/values.yaml rename to incubator/ra-rom-processor/0.0.38/values.yaml diff --git a/incubator/radarrsync/0.0.29/CHANGELOG.md b/incubator/radarrsync/0.0.29/CHANGELOG.md deleted file mode 100644 index 615d000caaf..00000000000 --- a/incubator/radarrsync/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [radarrsync-0.0.29](https://github.com/truecharts/charts/compare/radarrsync-0.0.28...radarrsync-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [radarrsync-0.0.28](https://github.com/truecharts/charts/compare/radarrsync-0.0.27...radarrsync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [radarrsync-0.0.28](https://github.com/truecharts/charts/compare/radarrsync-0.0.27...radarrsync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [radarrsync-0.0.27](https://github.com/truecharts/charts/compare/radarrsync-0.0.26...radarrsync-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [radarrsync-0.0.26](https://github.com/truecharts/charts/compare/radarrsync-0.0.25...radarrsync-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [radarrsync-0.0.25](https://github.com/truecharts/charts/compare/radarrsync-0.0.24...radarrsync-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [radarrsync-0.0.24](https://github.com/truecharts/charts/compare/radarrsync-0.0.23...radarrsync-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [radarrsync-0.0.24](https://github.com/truecharts/charts/compare/radarrsync-0.0.23...radarrsync-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/radarrsync/0.0.29/Chart.lock b/incubator/radarrsync/0.0.29/Chart.lock deleted file mode 100644 index 99e1f3e68e9..00000000000 --- a/incubator/radarrsync/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:01.862653084Z" diff --git a/incubator/radarrsync/0.0.29/Chart.yaml b/incubator/radarrsync/0.0.29/Chart.yaml deleted file mode 100644 index 99fbf0e7058..00000000000 --- a/incubator/radarrsync/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers." -home: https://truecharts.org/docs/charts/incubator/radarrsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png -keywords: - - radarrsync - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: radarrsync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/radarrsync - - https://github.com/dairefinn/RadarrSync - - https://hub.docker.com/r/dmanius/radarrsync-docker/ -type: application -version: 0.0.29 diff --git a/incubator/radarrsync/0.0.29/README.md b/incubator/radarrsync/0.0.29/README.md deleted file mode 100644 index 8db6c435adf..00000000000 --- a/incubator/radarrsync/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# radarrsync - -RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [radarrsync](https://truecharts.org/docs/charts/incubator/radarrsync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `radarrsync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install radarrsync TrueCharts/radarrsync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `radarrsync` deployment - -```console -helm uninstall radarrsync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install radarrsync \ - --set env.TZ="America/New York" \ - TrueCharts/radarrsync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install radarrsync TrueCharts/radarrsync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/radarrsync/0.0.29/charts/common-10.7.0.tgz b/incubator/radarrsync/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/radarrsync/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/radarrsync/0.0.30/CHANGELOG.md b/incubator/radarrsync/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2e62f23be32 --- /dev/null +++ b/incubator/radarrsync/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [radarrsync-0.0.30](https://github.com/truecharts/charts/compare/radarrsync-0.0.29...radarrsync-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [radarrsync-0.0.29](https://github.com/truecharts/charts/compare/radarrsync-0.0.28...radarrsync-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [radarrsync-0.0.28](https://github.com/truecharts/charts/compare/radarrsync-0.0.27...radarrsync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radarrsync-0.0.28](https://github.com/truecharts/charts/compare/radarrsync-0.0.27...radarrsync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radarrsync-0.0.27](https://github.com/truecharts/charts/compare/radarrsync-0.0.26...radarrsync-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [radarrsync-0.0.26](https://github.com/truecharts/charts/compare/radarrsync-0.0.25...radarrsync-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [radarrsync-0.0.25](https://github.com/truecharts/charts/compare/radarrsync-0.0.24...radarrsync-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [radarrsync-0.0.24](https://github.com/truecharts/charts/compare/radarrsync-0.0.23...radarrsync-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [radarrsync-0.0.24](https://github.com/truecharts/charts/compare/radarrsync-0.0.23...radarrsync-0.0.24) (2022-09-21) diff --git a/incubator/radarrsync/0.0.30/Chart.lock b/incubator/radarrsync/0.0.30/Chart.lock new file mode 100644 index 00000000000..dea4807c55a --- /dev/null +++ b/incubator/radarrsync/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:09.263263101Z" diff --git a/incubator/radarrsync/0.0.30/Chart.yaml b/incubator/radarrsync/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a75181831a1 --- /dev/null +++ b/incubator/radarrsync/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers." +home: https://truecharts.org/docs/charts/incubator/radarrsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.png +keywords: + - radarrsync + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: radarrsync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/radarrsync + - https://github.com/dairefinn/RadarrSync + - https://hub.docker.com/r/dmanius/radarrsync-docker/ +type: application +version: 0.0.30 diff --git a/incubator/radarrsync/0.0.30/README.md b/incubator/radarrsync/0.0.30/README.md new file mode 100644 index 00000000000..f42e165d602 --- /dev/null +++ b/incubator/radarrsync/0.0.30/README.md @@ -0,0 +1,107 @@ +# radarrsync + +RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [radarrsync](https://truecharts.org/docs/charts/incubator/radarrsync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `radarrsync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install radarrsync TrueCharts/radarrsync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `radarrsync` deployment + +```console +helm uninstall radarrsync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install radarrsync \ + --set env.TZ="America/New York" \ + TrueCharts/radarrsync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install radarrsync TrueCharts/radarrsync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/radarrsync/0.0.29/app-readme.md b/incubator/radarrsync/0.0.30/app-readme.md similarity index 100% rename from incubator/radarrsync/0.0.29/app-readme.md rename to incubator/radarrsync/0.0.30/app-readme.md diff --git a/incubator/radarrsync/0.0.30/charts/common-10.7.1.tgz b/incubator/radarrsync/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/radarrsync/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/radarrsync/0.0.29/ix_values.yaml b/incubator/radarrsync/0.0.30/ix_values.yaml similarity index 100% rename from incubator/radarrsync/0.0.29/ix_values.yaml rename to incubator/radarrsync/0.0.30/ix_values.yaml diff --git a/incubator/radarrsync/0.0.29/questions.yaml b/incubator/radarrsync/0.0.30/questions.yaml similarity index 100% rename from incubator/radarrsync/0.0.29/questions.yaml rename to incubator/radarrsync/0.0.30/questions.yaml diff --git a/incubator/radarrsync/0.0.29/templates/common.yaml b/incubator/radarrsync/0.0.30/templates/common.yaml similarity index 100% rename from incubator/radarrsync/0.0.29/templates/common.yaml rename to incubator/radarrsync/0.0.30/templates/common.yaml diff --git a/incubator/radarrsync/0.0.29/values.yaml b/incubator/radarrsync/0.0.30/values.yaml similarity index 100% rename from incubator/radarrsync/0.0.29/values.yaml rename to incubator/radarrsync/0.0.30/values.yaml diff --git a/incubator/radicale/0.0.37/CHANGELOG.md b/incubator/radicale/0.0.37/CHANGELOG.md deleted file mode 100644 index 51daf3830b4..00000000000 --- a/incubator/radicale/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [radicale-0.0.37](https://github.com/truecharts/charts/compare/radicale-0.0.36...radicale-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [radicale-0.0.36](https://github.com/truecharts/charts/compare/radicale-0.0.35...radicale-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [radicale-0.0.36](https://github.com/truecharts/charts/compare/radicale-0.0.35...radicale-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [radicale-0.0.35](https://github.com/truecharts/charts/compare/radicale-0.0.34...radicale-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [radicale-0.0.34](https://github.com/truecharts/charts/compare/radicale-0.0.33...radicale-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [radicale-0.0.33](https://github.com/truecharts/charts/compare/radicale-0.0.32...radicale-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [radicale-0.0.32](https://github.com/truecharts/charts/compare/radicale-0.0.31...radicale-0.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [radicale-0.0.32](https://github.com/truecharts/charts/compare/radicale-0.0.31...radicale-0.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/radicale/0.0.37/Chart.lock b/incubator/radicale/0.0.37/Chart.lock deleted file mode 100644 index 6c25b0dcd75..00000000000 --- a/incubator/radicale/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:09.693543404Z" diff --git a/incubator/radicale/0.0.37/Chart.yaml b/incubator/radicale/0.0.37/Chart.yaml deleted file mode 100644 index f806e752391..00000000000 --- a/incubator/radicale/0.0.37/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: v2 -appVersion: "3.1.8.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. -home: https://truecharts.org/docs/charts/incubator/radicale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png -keywords: - - radicale - - CalDAV - - CardDAV - - calendars - - contacts - - tasks - - to-do -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: radicale -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/radicale - - https://radicale.org/ - - https://github.com/Kozea/Radicale - - https://github.com/tomsquest/docker-radicale - - https://hub.docker.com/r/tomsquest/docker-radicale -type: application -version: 0.0.37 -annotations: - truecharts.org/catagories: | - - radicale - - CalDAV - - CardDAV - - calendars - - contacts - - tasks - - to-do - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/radicale/0.0.37/README.md b/incubator/radicale/0.0.37/README.md deleted file mode 100644 index 2c79c330726..00000000000 --- a/incubator/radicale/0.0.37/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# radicale - -Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [radicale](https://truecharts.org/docs/charts/incubator/radicale) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `radicale` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install radicale TrueCharts/radicale -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `radicale` deployment - -```console -helm uninstall radicale -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install radicale \ - --set env.TZ="America/New York" \ - TrueCharts/radicale -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install radicale TrueCharts/radicale -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/radicale/0.0.37/charts/common-10.7.0.tgz b/incubator/radicale/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/radicale/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/radicale/0.0.38/CHANGELOG.md b/incubator/radicale/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..2224bd3daae --- /dev/null +++ b/incubator/radicale/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [radicale-0.0.38](https://github.com/truecharts/charts/compare/radicale-0.0.37...radicale-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [radicale-0.0.37](https://github.com/truecharts/charts/compare/radicale-0.0.36...radicale-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [radicale-0.0.36](https://github.com/truecharts/charts/compare/radicale-0.0.35...radicale-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radicale-0.0.36](https://github.com/truecharts/charts/compare/radicale-0.0.35...radicale-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radicale-0.0.35](https://github.com/truecharts/charts/compare/radicale-0.0.34...radicale-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [radicale-0.0.34](https://github.com/truecharts/charts/compare/radicale-0.0.33...radicale-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [radicale-0.0.33](https://github.com/truecharts/charts/compare/radicale-0.0.32...radicale-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [radicale-0.0.32](https://github.com/truecharts/charts/compare/radicale-0.0.31...radicale-0.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/radicale/0.0.38/Chart.lock b/incubator/radicale/0.0.38/Chart.lock new file mode 100644 index 00000000000..00382d040fe --- /dev/null +++ b/incubator/radicale/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:22.065444875Z" diff --git a/incubator/radicale/0.0.38/Chart.yaml b/incubator/radicale/0.0.38/Chart.yaml new file mode 100644 index 00000000000..167b610a9d3 --- /dev/null +++ b/incubator/radicale/0.0.38/Chart.yaml @@ -0,0 +1,43 @@ +apiVersion: v2 +appVersion: "3.1.8.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. +home: https://truecharts.org/docs/charts/incubator/radicale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.png +keywords: + - radicale + - CalDAV + - CardDAV + - calendars + - contacts + - tasks + - to-do +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: radicale +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/radicale + - https://radicale.org/ + - https://github.com/Kozea/Radicale + - https://github.com/tomsquest/docker-radicale + - https://hub.docker.com/r/tomsquest/docker-radicale +type: application +version: 0.0.38 +annotations: + truecharts.org/catagories: | + - radicale + - CalDAV + - CardDAV + - calendars + - contacts + - tasks + - to-do + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/radicale/0.0.38/README.md b/incubator/radicale/0.0.38/README.md new file mode 100644 index 00000000000..c9978720996 --- /dev/null +++ b/incubator/radicale/0.0.38/README.md @@ -0,0 +1,109 @@ +# radicale + +Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [radicale](https://truecharts.org/docs/charts/incubator/radicale) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `radicale` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install radicale TrueCharts/radicale +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `radicale` deployment + +```console +helm uninstall radicale +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install radicale \ + --set env.TZ="America/New York" \ + TrueCharts/radicale +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install radicale TrueCharts/radicale -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/radicale/0.0.37/app-readme.md b/incubator/radicale/0.0.38/app-readme.md similarity index 100% rename from incubator/radicale/0.0.37/app-readme.md rename to incubator/radicale/0.0.38/app-readme.md diff --git a/incubator/radicale/0.0.38/charts/common-10.7.1.tgz b/incubator/radicale/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/radicale/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/radicale/0.0.37/ix_values.yaml b/incubator/radicale/0.0.38/ix_values.yaml similarity index 100% rename from incubator/radicale/0.0.37/ix_values.yaml rename to incubator/radicale/0.0.38/ix_values.yaml diff --git a/incubator/radicale/0.0.37/questions.yaml b/incubator/radicale/0.0.38/questions.yaml similarity index 100% rename from incubator/radicale/0.0.37/questions.yaml rename to incubator/radicale/0.0.38/questions.yaml diff --git a/incubator/radicale/0.0.37/templates/_configmap.tpl b/incubator/radicale/0.0.38/templates/_configmap.tpl similarity index 100% rename from incubator/radicale/0.0.37/templates/_configmap.tpl rename to incubator/radicale/0.0.38/templates/_configmap.tpl diff --git a/incubator/radicale/0.0.37/templates/_secret.tpl b/incubator/radicale/0.0.38/templates/_secret.tpl similarity index 100% rename from incubator/radicale/0.0.37/templates/_secret.tpl rename to incubator/radicale/0.0.38/templates/_secret.tpl diff --git a/incubator/radicale/0.0.37/templates/common.yaml b/incubator/radicale/0.0.38/templates/common.yaml similarity index 100% rename from incubator/radicale/0.0.37/templates/common.yaml rename to incubator/radicale/0.0.38/templates/common.yaml diff --git a/incubator/radicale/0.0.37/values.yaml b/incubator/radicale/0.0.38/values.yaml similarity index 100% rename from incubator/radicale/0.0.37/values.yaml rename to incubator/radicale/0.0.38/values.yaml diff --git a/incubator/raneto/0.0.36/CHANGELOG.md b/incubator/raneto/0.0.36/CHANGELOG.md deleted file mode 100644 index 00a75bb3768..00000000000 --- a/incubator/raneto/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [raneto-0.0.36](https://github.com/truecharts/charts/compare/raneto-0.0.35...raneto-0.0.36) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [raneto-0.0.35](https://github.com/truecharts/charts/compare/raneto-0.0.34...raneto-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [raneto-0.0.34](https://github.com/truecharts/charts/compare/raneto-0.0.33...raneto-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [raneto-0.0.34](https://github.com/truecharts/charts/compare/raneto-0.0.33...raneto-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [raneto-0.0.33](https://github.com/truecharts/charts/compare/raneto-0.0.32...raneto-0.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [raneto-0.0.32](https://github.com/truecharts/charts/compare/raneto-0.0.31...raneto-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [raneto-0.0.31](https://github.com/truecharts/charts/compare/raneto-0.0.30...raneto-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [raneto-0.0.30](https://github.com/truecharts/charts/compare/raneto-0.0.28...raneto-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/raneto/0.0.36/Chart.lock b/incubator/raneto/0.0.36/Chart.lock deleted file mode 100644 index de4606efa0b..00000000000 --- a/incubator/raneto/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:20.333323158Z" diff --git a/incubator/raneto/0.0.36/Chart.yaml b/incubator/raneto/0.0.36/Chart.yaml deleted file mode 100644 index 8678b2a1d5a..00000000000 --- a/incubator/raneto/0.0.36/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. -home: https://truecharts.org/docs/charts/incubator/raneto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/raneto.png -keywords: - - raneto - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: raneto -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/raneto - - http://raneto.com/ - - https://github.com/orgs/linuxserver/packages/container/package/raneto - - https://github.com/linuxserver/docker-raneto#readme -type: application -version: 0.0.36 diff --git a/incubator/raneto/0.0.36/README.md b/incubator/raneto/0.0.36/README.md deleted file mode 100644 index ddcdf93731c..00000000000 --- a/incubator/raneto/0.0.36/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# raneto - -Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [raneto](https://truecharts.org/docs/charts/incubator/raneto) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `raneto` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install raneto TrueCharts/raneto -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `raneto` deployment - -```console -helm uninstall raneto -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install raneto \ - --set env.TZ="America/New York" \ - TrueCharts/raneto -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install raneto TrueCharts/raneto -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/raneto/0.0.36/charts/common-10.7.0.tgz b/incubator/raneto/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/raneto/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/raneto/0.0.37/CHANGELOG.md b/incubator/raneto/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..fbe8e87de5a --- /dev/null +++ b/incubator/raneto/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [raneto-0.0.37](https://github.com/truecharts/charts/compare/raneto-0.0.36...raneto-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [raneto-0.0.36](https://github.com/truecharts/charts/compare/raneto-0.0.35...raneto-0.0.36) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [raneto-0.0.35](https://github.com/truecharts/charts/compare/raneto-0.0.34...raneto-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [raneto-0.0.34](https://github.com/truecharts/charts/compare/raneto-0.0.33...raneto-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [raneto-0.0.34](https://github.com/truecharts/charts/compare/raneto-0.0.33...raneto-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [raneto-0.0.33](https://github.com/truecharts/charts/compare/raneto-0.0.32...raneto-0.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [raneto-0.0.32](https://github.com/truecharts/charts/compare/raneto-0.0.31...raneto-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [raneto-0.0.31](https://github.com/truecharts/charts/compare/raneto-0.0.30...raneto-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [raneto-0.0.30](https://github.com/truecharts/charts/compare/raneto-0.0.28...raneto-0.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/raneto/0.0.37/Chart.lock b/incubator/raneto/0.0.37/Chart.lock new file mode 100644 index 00000000000..9ff1e354962 --- /dev/null +++ b/incubator/raneto/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:31.448744959Z" diff --git a/incubator/raneto/0.0.37/Chart.yaml b/incubator/raneto/0.0.37/Chart.yaml new file mode 100644 index 00000000000..339c2e37aef --- /dev/null +++ b/incubator/raneto/0.0.37/Chart.yaml @@ -0,0 +1,32 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. +home: https://truecharts.org/docs/charts/incubator/raneto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/raneto.png +keywords: + - raneto + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: raneto +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/raneto + - http://raneto.com/ + - https://github.com/orgs/linuxserver/packages/container/package/raneto + - https://github.com/linuxserver/docker-raneto#readme +type: application +version: 0.0.37 diff --git a/incubator/raneto/0.0.37/README.md b/incubator/raneto/0.0.37/README.md new file mode 100644 index 00000000000..3fd1ff7f8b5 --- /dev/null +++ b/incubator/raneto/0.0.37/README.md @@ -0,0 +1,108 @@ +# raneto + +Raneto(http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [raneto](https://truecharts.org/docs/charts/incubator/raneto) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `raneto` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install raneto TrueCharts/raneto +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `raneto` deployment + +```console +helm uninstall raneto +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install raneto \ + --set env.TZ="America/New York" \ + TrueCharts/raneto +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install raneto TrueCharts/raneto -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/raneto/0.0.36/app-readme.md b/incubator/raneto/0.0.37/app-readme.md similarity index 100% rename from incubator/raneto/0.0.36/app-readme.md rename to incubator/raneto/0.0.37/app-readme.md diff --git a/incubator/raneto/0.0.37/charts/common-10.7.1.tgz b/incubator/raneto/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/raneto/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/raneto/0.0.36/ix_values.yaml b/incubator/raneto/0.0.37/ix_values.yaml similarity index 100% rename from incubator/raneto/0.0.36/ix_values.yaml rename to incubator/raneto/0.0.37/ix_values.yaml diff --git a/incubator/raneto/0.0.36/questions.yaml b/incubator/raneto/0.0.37/questions.yaml similarity index 100% rename from incubator/raneto/0.0.36/questions.yaml rename to incubator/raneto/0.0.37/questions.yaml diff --git a/incubator/raneto/0.0.36/templates/common.yaml b/incubator/raneto/0.0.37/templates/common.yaml similarity index 100% rename from incubator/raneto/0.0.36/templates/common.yaml rename to incubator/raneto/0.0.37/templates/common.yaml diff --git a/incubator/raneto/0.0.36/values.yaml b/incubator/raneto/0.0.37/values.yaml similarity index 100% rename from incubator/raneto/0.0.36/values.yaml rename to incubator/raneto/0.0.37/values.yaml diff --git a/incubator/rapidphotodownloader/0.0.29/CHANGELOG.md b/incubator/rapidphotodownloader/0.0.29/CHANGELOG.md deleted file mode 100644 index f9bff7e32f1..00000000000 --- a/incubator/rapidphotodownloader/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rapidphotodownloader-0.0.29](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.28...rapidphotodownloader-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rapidphotodownloader-0.0.28](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.27...rapidphotodownloader-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rapidphotodownloader-0.0.28](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.27...rapidphotodownloader-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rapidphotodownloader-0.0.27](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.26...rapidphotodownloader-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rapidphotodownloader-0.0.26](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.25...rapidphotodownloader-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rapidphotodownloader-0.0.25](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.24...rapidphotodownloader-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rapidphotodownloader-0.0.24](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.23...rapidphotodownloader-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rapidphotodownloader-0.0.24](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.23...rapidphotodownloader-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rapidphotodownloader/0.0.29/Chart.lock b/incubator/rapidphotodownloader/0.0.29/Chart.lock deleted file mode 100644 index 6b66f676b5a..00000000000 --- a/incubator/rapidphotodownloader/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:31.284271913Z" diff --git a/incubator/rapidphotodownloader/0.0.29/Chart.yaml b/incubator/rapidphotodownloader/0.0.29/Chart.yaml deleted file mode 100644 index 904819dd350..00000000000 --- a/incubator/rapidphotodownloader/0.0.29/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Photos - - Productivity - - Tools-Utilities - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Rapid Photo Downloader." -home: https://truecharts.org/docs/charts/incubator/rapidphotodownloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png -keywords: - - rapidphotodownloader - - MediaApp-Photos - - Productivity - - Tools-Utilities - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rapidphotodownloader -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rapidphotodownloader - - https://www.damonlynch.net/rapid/ - - https://hub.docker.com/r/ich777/rapidphotodownloader/ -type: application -version: 0.0.29 diff --git a/incubator/rapidphotodownloader/0.0.29/README.md b/incubator/rapidphotodownloader/0.0.29/README.md deleted file mode 100644 index 6dcd80a7694..00000000000 --- a/incubator/rapidphotodownloader/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rapidphotodownloader - -This Chart will download and install Rapid Photo Downloader. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rapidphotodownloader](https://truecharts.org/docs/charts/incubator/rapidphotodownloader) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rapidphotodownloader` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rapidphotodownloader TrueCharts/rapidphotodownloader -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rapidphotodownloader` deployment - -```console -helm uninstall rapidphotodownloader -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rapidphotodownloader \ - --set env.TZ="America/New York" \ - TrueCharts/rapidphotodownloader -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rapidphotodownloader TrueCharts/rapidphotodownloader -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rapidphotodownloader/0.0.29/charts/common-10.7.0.tgz b/incubator/rapidphotodownloader/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rapidphotodownloader/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rapidphotodownloader/0.0.30/CHANGELOG.md b/incubator/rapidphotodownloader/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..d6a0985aec8 --- /dev/null +++ b/incubator/rapidphotodownloader/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rapidphotodownloader-0.0.30](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.29...rapidphotodownloader-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rapidphotodownloader-0.0.29](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.28...rapidphotodownloader-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rapidphotodownloader-0.0.28](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.27...rapidphotodownloader-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rapidphotodownloader-0.0.28](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.27...rapidphotodownloader-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rapidphotodownloader-0.0.27](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.26...rapidphotodownloader-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rapidphotodownloader-0.0.26](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.25...rapidphotodownloader-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rapidphotodownloader-0.0.25](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.24...rapidphotodownloader-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rapidphotodownloader-0.0.24](https://github.com/truecharts/charts/compare/rapidphotodownloader-0.0.23...rapidphotodownloader-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/rapidphotodownloader/0.0.30/Chart.lock b/incubator/rapidphotodownloader/0.0.30/Chart.lock new file mode 100644 index 00000000000..1855de02541 --- /dev/null +++ b/incubator/rapidphotodownloader/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:36.690269848Z" diff --git a/incubator/rapidphotodownloader/0.0.30/Chart.yaml b/incubator/rapidphotodownloader/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a792768e540 --- /dev/null +++ b/incubator/rapidphotodownloader/0.0.30/Chart.yaml @@ -0,0 +1,35 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Photos + - Productivity + - Tools-Utilities + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Rapid Photo Downloader." +home: https://truecharts.org/docs/charts/incubator/rapidphotodownloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.png +keywords: + - rapidphotodownloader + - MediaApp-Photos + - Productivity + - Tools-Utilities + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rapidphotodownloader +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rapidphotodownloader + - https://www.damonlynch.net/rapid/ + - https://hub.docker.com/r/ich777/rapidphotodownloader/ +type: application +version: 0.0.30 diff --git a/incubator/rapidphotodownloader/0.0.30/README.md b/incubator/rapidphotodownloader/0.0.30/README.md new file mode 100644 index 00000000000..1056fe93cda --- /dev/null +++ b/incubator/rapidphotodownloader/0.0.30/README.md @@ -0,0 +1,107 @@ +# rapidphotodownloader + +This Chart will download and install Rapid Photo Downloader. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rapidphotodownloader](https://truecharts.org/docs/charts/incubator/rapidphotodownloader) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rapidphotodownloader` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rapidphotodownloader TrueCharts/rapidphotodownloader +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rapidphotodownloader` deployment + +```console +helm uninstall rapidphotodownloader +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rapidphotodownloader \ + --set env.TZ="America/New York" \ + TrueCharts/rapidphotodownloader +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rapidphotodownloader TrueCharts/rapidphotodownloader -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rapidphotodownloader/0.0.29/app-readme.md b/incubator/rapidphotodownloader/0.0.30/app-readme.md similarity index 100% rename from incubator/rapidphotodownloader/0.0.29/app-readme.md rename to incubator/rapidphotodownloader/0.0.30/app-readme.md diff --git a/incubator/rapidphotodownloader/0.0.30/charts/common-10.7.1.tgz b/incubator/rapidphotodownloader/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rapidphotodownloader/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rapidphotodownloader/0.0.29/ix_values.yaml b/incubator/rapidphotodownloader/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rapidphotodownloader/0.0.29/ix_values.yaml rename to incubator/rapidphotodownloader/0.0.30/ix_values.yaml diff --git a/incubator/rapidphotodownloader/0.0.29/questions.yaml b/incubator/rapidphotodownloader/0.0.30/questions.yaml similarity index 100% rename from incubator/rapidphotodownloader/0.0.29/questions.yaml rename to incubator/rapidphotodownloader/0.0.30/questions.yaml diff --git a/incubator/rapidphotodownloader/0.0.29/templates/common.yaml b/incubator/rapidphotodownloader/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rapidphotodownloader/0.0.29/templates/common.yaml rename to incubator/rapidphotodownloader/0.0.30/templates/common.yaml diff --git a/incubator/rapidphotodownloader/0.0.29/values.yaml b/incubator/rapidphotodownloader/0.0.30/values.yaml similarity index 100% rename from incubator/rapidphotodownloader/0.0.29/values.yaml rename to incubator/rapidphotodownloader/0.0.30/values.yaml diff --git a/incubator/rdesktop/0.0.39/CHANGELOG.md b/incubator/rdesktop/0.0.39/CHANGELOG.md deleted file mode 100644 index aa1e80d66fd..00000000000 --- a/incubator/rdesktop/0.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rdesktop-0.0.39](https://github.com/truecharts/charts/compare/rdesktop-0.0.38...rdesktop-0.0.39) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [rdesktop-0.0.38](https://github.com/truecharts/charts/compare/rdesktop-0.0.37...rdesktop-0.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rdesktop-0.0.37](https://github.com/truecharts/charts/compare/rdesktop-0.0.36...rdesktop-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rdesktop-0.0.37](https://github.com/truecharts/charts/compare/rdesktop-0.0.36...rdesktop-0.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rdesktop-0.0.36](https://github.com/truecharts/charts/compare/rdesktop-0.0.35...rdesktop-0.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rdesktop-0.0.35](https://github.com/truecharts/charts/compare/rdesktop-0.0.34...rdesktop-0.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rdesktop-0.0.34](https://github.com/truecharts/charts/compare/rdesktop-0.0.32...rdesktop-0.0.34) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) - - - - -## [rdesktop-0.0.32](https://github.com/truecharts/charts/compare/rdesktop-0.0.31...rdesktop-0.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rdesktop-0.0.31](https://github.com/truecharts/charts/compare/rdesktop-0.0.30...rdesktop-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [rdesktop-0.0.30](https://github.com/truecharts/charts/compare/rdesktop-0.0.28...rdesktop-0.0.30) (2022-09-22) - -### Chore diff --git a/incubator/rdesktop/0.0.39/Chart.lock b/incubator/rdesktop/0.0.39/Chart.lock deleted file mode 100644 index 2a2ee24135e..00000000000 --- a/incubator/rdesktop/0.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:53:42.120477044Z" diff --git a/incubator/rdesktop/0.0.39/Chart.yaml b/incubator/rdesktop/0.0.39/Chart.yaml deleted file mode 100644 index 26fe116f064..00000000000 --- a/incubator/rdesktop/0.0.39/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. -home: https://truecharts.org/docs/charts/incubator/rdesktop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png -keywords: - - rdesktop - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rdesktop -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop - - http://xrdp.org/ - - https://github.com/orgs/linuxserver/packages/container/package/rdesktop - - https://github.com/linuxserver/docker-rdesktop#readme -type: application -version: 0.0.39 diff --git a/incubator/rdesktop/0.0.39/README.md b/incubator/rdesktop/0.0.39/README.md deleted file mode 100644 index 7f0e79e4746..00000000000 --- a/incubator/rdesktop/0.0.39/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# rdesktop - -Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rdesktop](https://truecharts.org/docs/charts/incubator/rdesktop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rdesktop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rdesktop TrueCharts/rdesktop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rdesktop` deployment - -```console -helm uninstall rdesktop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rdesktop \ - --set env.TZ="America/New York" \ - TrueCharts/rdesktop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rdesktop TrueCharts/rdesktop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rdesktop/0.0.39/charts/common-10.7.0.tgz b/incubator/rdesktop/0.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rdesktop/0.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rdesktop/0.0.40/CHANGELOG.md b/incubator/rdesktop/0.0.40/CHANGELOG.md new file mode 100644 index 00000000000..865b8c7a5bf --- /dev/null +++ b/incubator/rdesktop/0.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rdesktop-0.0.40](https://github.com/truecharts/charts/compare/rdesktop-0.0.39...rdesktop-0.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rdesktop-0.0.39](https://github.com/truecharts/charts/compare/rdesktop-0.0.38...rdesktop-0.0.39) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [rdesktop-0.0.38](https://github.com/truecharts/charts/compare/rdesktop-0.0.37...rdesktop-0.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rdesktop-0.0.37](https://github.com/truecharts/charts/compare/rdesktop-0.0.36...rdesktop-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rdesktop-0.0.37](https://github.com/truecharts/charts/compare/rdesktop-0.0.36...rdesktop-0.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rdesktop-0.0.36](https://github.com/truecharts/charts/compare/rdesktop-0.0.35...rdesktop-0.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rdesktop-0.0.35](https://github.com/truecharts/charts/compare/rdesktop-0.0.34...rdesktop-0.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rdesktop-0.0.34](https://github.com/truecharts/charts/compare/rdesktop-0.0.32...rdesktop-0.0.34) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) + + + + +## [rdesktop-0.0.32](https://github.com/truecharts/charts/compare/rdesktop-0.0.31...rdesktop-0.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rdesktop-0.0.31](https://github.com/truecharts/charts/compare/rdesktop-0.0.30...rdesktop-0.0.31) (2022-09-25) + +### Chore diff --git a/incubator/rdesktop/0.0.40/Chart.lock b/incubator/rdesktop/0.0.40/Chart.lock new file mode 100644 index 00000000000..21c050f1e87 --- /dev/null +++ b/incubator/rdesktop/0.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:40.249910835Z" diff --git a/incubator/rdesktop/0.0.40/Chart.yaml b/incubator/rdesktop/0.0.40/Chart.yaml new file mode 100644 index 00000000000..67e8824a5eb --- /dev/null +++ b/incubator/rdesktop/0.0.40/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. +home: https://truecharts.org/docs/charts/incubator/rdesktop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png +keywords: + - rdesktop + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rdesktop +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rdesktop + - http://xrdp.org/ + - https://github.com/orgs/linuxserver/packages/container/package/rdesktop + - https://github.com/linuxserver/docker-rdesktop#readme +type: application +version: 0.0.40 diff --git a/incubator/rdesktop/0.0.40/README.md b/incubator/rdesktop/0.0.40/README.md new file mode 100644 index 00000000000..9bec5554b57 --- /dev/null +++ b/incubator/rdesktop/0.0.40/README.md @@ -0,0 +1,108 @@ +# rdesktop + +Rdesktop(http://xrdp.org/) - Charts containing full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rdesktop](https://truecharts.org/docs/charts/incubator/rdesktop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rdesktop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rdesktop TrueCharts/rdesktop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rdesktop` deployment + +```console +helm uninstall rdesktop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rdesktop \ + --set env.TZ="America/New York" \ + TrueCharts/rdesktop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rdesktop TrueCharts/rdesktop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rdesktop/0.0.39/app-readme.md b/incubator/rdesktop/0.0.40/app-readme.md similarity index 100% rename from incubator/rdesktop/0.0.39/app-readme.md rename to incubator/rdesktop/0.0.40/app-readme.md diff --git a/incubator/rdesktop/0.0.40/charts/common-10.7.1.tgz b/incubator/rdesktop/0.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rdesktop/0.0.40/charts/common-10.7.1.tgz differ diff --git a/incubator/rdesktop/0.0.39/ix_values.yaml b/incubator/rdesktop/0.0.40/ix_values.yaml similarity index 100% rename from incubator/rdesktop/0.0.39/ix_values.yaml rename to incubator/rdesktop/0.0.40/ix_values.yaml diff --git a/incubator/rdesktop/0.0.39/questions.yaml b/incubator/rdesktop/0.0.40/questions.yaml similarity index 100% rename from incubator/rdesktop/0.0.39/questions.yaml rename to incubator/rdesktop/0.0.40/questions.yaml diff --git a/incubator/rdesktop/0.0.39/templates/common.yaml b/incubator/rdesktop/0.0.40/templates/common.yaml similarity index 100% rename from incubator/rdesktop/0.0.39/templates/common.yaml rename to incubator/rdesktop/0.0.40/templates/common.yaml diff --git a/incubator/rdesktop/0.0.39/values.yaml b/incubator/rdesktop/0.0.40/values.yaml similarity index 100% rename from incubator/rdesktop/0.0.39/values.yaml rename to incubator/rdesktop/0.0.40/values.yaml diff --git a/incubator/reactive-resume/0.0.28/CHANGELOG.md b/incubator/reactive-resume/0.0.28/CHANGELOG.md deleted file mode 100644 index 8168049bab0..00000000000 --- a/incubator/reactive-resume/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [reactive-resume-0.0.28](https://github.com/truecharts/charts/compare/reactive-resume-0.0.27...reactive-resume-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [reactive-resume-0.0.27](https://github.com/truecharts/charts/compare/reactive-resume-0.0.26...reactive-resume-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [reactive-resume-0.0.27](https://github.com/truecharts/charts/compare/reactive-resume-0.0.26...reactive-resume-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [reactive-resume-0.0.26](https://github.com/truecharts/charts/compare/reactive-resume-0.0.25...reactive-resume-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [reactive-resume-0.0.25](https://github.com/truecharts/charts/compare/reactive-resume-0.0.24...reactive-resume-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [reactive-resume-0.0.24](https://github.com/truecharts/charts/compare/reactive-resume-0.0.23...reactive-resume-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [reactive-resume-0.0.23](https://github.com/truecharts/charts/compare/reactive-resume-0.0.22...reactive-resume-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [reactive-resume-0.0.23](https://github.com/truecharts/charts/compare/reactive-resume-0.0.22...reactive-resume-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/reactive-resume/0.0.28/Chart.lock b/incubator/reactive-resume/0.0.28/Chart.lock deleted file mode 100644 index 58d63a51d99..00000000000 --- a/incubator/reactive-resume/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:38.873005707Z" diff --git a/incubator/reactive-resume/0.0.28/Chart.yaml b/incubator/reactive-resume/0.0.28/Chart.yaml deleted file mode 100644 index 4aa8003e4eb..00000000000 --- a/incubator/reactive-resume/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A one-of-a-kind resume builder that keeps your privacy in mind. -home: https://truecharts.org/docs/charts/incubator/reactive-resume -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reactive-resume.png -keywords: - - reactive-resume - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: reactive-resume -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume - - https://rxresu.me/ - - https://hub.docker.com/r/amruthpillai/reactive-resume/ -type: application -version: 0.0.28 diff --git a/incubator/reactive-resume/0.0.28/README.md b/incubator/reactive-resume/0.0.28/README.md deleted file mode 100644 index 7571440a404..00000000000 --- a/incubator/reactive-resume/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# reactive-resume - -A one-of-a-kind resume builder that keeps your privacy in mind. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [reactive-resume](https://truecharts.org/docs/charts/incubator/reactive-resume) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `reactive-resume` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install reactive-resume TrueCharts/reactive-resume -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `reactive-resume` deployment - -```console -helm uninstall reactive-resume -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install reactive-resume \ - --set env.TZ="America/New York" \ - TrueCharts/reactive-resume -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install reactive-resume TrueCharts/reactive-resume -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/reactive-resume/0.0.28/charts/common-10.7.0.tgz b/incubator/reactive-resume/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/reactive-resume/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/reactive-resume/0.0.29/CHANGELOG.md b/incubator/reactive-resume/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..25ee52cc3b6 --- /dev/null +++ b/incubator/reactive-resume/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [reactive-resume-0.0.29](https://github.com/truecharts/charts/compare/reactive-resume-0.0.28...reactive-resume-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [reactive-resume-0.0.28](https://github.com/truecharts/charts/compare/reactive-resume-0.0.27...reactive-resume-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [reactive-resume-0.0.27](https://github.com/truecharts/charts/compare/reactive-resume-0.0.26...reactive-resume-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [reactive-resume-0.0.27](https://github.com/truecharts/charts/compare/reactive-resume-0.0.26...reactive-resume-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [reactive-resume-0.0.26](https://github.com/truecharts/charts/compare/reactive-resume-0.0.25...reactive-resume-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [reactive-resume-0.0.25](https://github.com/truecharts/charts/compare/reactive-resume-0.0.24...reactive-resume-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [reactive-resume-0.0.24](https://github.com/truecharts/charts/compare/reactive-resume-0.0.23...reactive-resume-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [reactive-resume-0.0.23](https://github.com/truecharts/charts/compare/reactive-resume-0.0.22...reactive-resume-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [reactive-resume-0.0.23](https://github.com/truecharts/charts/compare/reactive-resume-0.0.22...reactive-resume-0.0.23) (2022-09-21) diff --git a/incubator/reactive-resume/0.0.29/Chart.lock b/incubator/reactive-resume/0.0.29/Chart.lock new file mode 100644 index 00000000000..e44301adfa9 --- /dev/null +++ b/incubator/reactive-resume/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:41:53.412850219Z" diff --git a/incubator/reactive-resume/0.0.29/Chart.yaml b/incubator/reactive-resume/0.0.29/Chart.yaml new file mode 100644 index 00000000000..e7c5c07f543 --- /dev/null +++ b/incubator/reactive-resume/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A one-of-a-kind resume builder that keeps your privacy in mind. +home: https://truecharts.org/docs/charts/incubator/reactive-resume +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reactive-resume.png +keywords: + - reactive-resume + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: reactive-resume +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/reactive-resume + - https://rxresu.me/ + - https://hub.docker.com/r/amruthpillai/reactive-resume/ +type: application +version: 0.0.29 diff --git a/incubator/reactive-resume/0.0.29/README.md b/incubator/reactive-resume/0.0.29/README.md new file mode 100644 index 00000000000..3b611760275 --- /dev/null +++ b/incubator/reactive-resume/0.0.29/README.md @@ -0,0 +1,107 @@ +# reactive-resume + +A one-of-a-kind resume builder that keeps your privacy in mind. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [reactive-resume](https://truecharts.org/docs/charts/incubator/reactive-resume) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `reactive-resume` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install reactive-resume TrueCharts/reactive-resume +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `reactive-resume` deployment + +```console +helm uninstall reactive-resume +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install reactive-resume \ + --set env.TZ="America/New York" \ + TrueCharts/reactive-resume +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install reactive-resume TrueCharts/reactive-resume -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/reactive-resume/0.0.28/app-readme.md b/incubator/reactive-resume/0.0.29/app-readme.md similarity index 100% rename from incubator/reactive-resume/0.0.28/app-readme.md rename to incubator/reactive-resume/0.0.29/app-readme.md diff --git a/incubator/reactive-resume/0.0.29/charts/common-10.7.1.tgz b/incubator/reactive-resume/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/reactive-resume/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/reactive-resume/0.0.28/ix_values.yaml b/incubator/reactive-resume/0.0.29/ix_values.yaml similarity index 100% rename from incubator/reactive-resume/0.0.28/ix_values.yaml rename to incubator/reactive-resume/0.0.29/ix_values.yaml diff --git a/incubator/reactive-resume/0.0.28/questions.yaml b/incubator/reactive-resume/0.0.29/questions.yaml similarity index 100% rename from incubator/reactive-resume/0.0.28/questions.yaml rename to incubator/reactive-resume/0.0.29/questions.yaml diff --git a/incubator/reactive-resume/0.0.28/templates/common.yaml b/incubator/reactive-resume/0.0.29/templates/common.yaml similarity index 100% rename from incubator/reactive-resume/0.0.28/templates/common.yaml rename to incubator/reactive-resume/0.0.29/templates/common.yaml diff --git a/incubator/reactive-resume/0.0.28/values.yaml b/incubator/reactive-resume/0.0.29/values.yaml similarity index 100% rename from incubator/reactive-resume/0.0.28/values.yaml rename to incubator/reactive-resume/0.0.29/values.yaml diff --git a/incubator/red-discordbot/0.0.28/CHANGELOG.md b/incubator/red-discordbot/0.0.28/CHANGELOG.md deleted file mode 100644 index e7b219371e8..00000000000 --- a/incubator/red-discordbot/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [red-discordbot-0.0.28](https://github.com/truecharts/charts/compare/red-discordbot-0.0.27...red-discordbot-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [red-discordbot-0.0.27](https://github.com/truecharts/charts/compare/red-discordbot-0.0.26...red-discordbot-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [red-discordbot-0.0.27](https://github.com/truecharts/charts/compare/red-discordbot-0.0.26...red-discordbot-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [red-discordbot-0.0.26](https://github.com/truecharts/charts/compare/red-discordbot-0.0.25...red-discordbot-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [red-discordbot-0.0.25](https://github.com/truecharts/charts/compare/red-discordbot-0.0.24...red-discordbot-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [red-discordbot-0.0.24](https://github.com/truecharts/charts/compare/red-discordbot-0.0.23...red-discordbot-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [red-discordbot-0.0.23](https://github.com/truecharts/charts/compare/red-discordbot-0.0.22...red-discordbot-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [red-discordbot-0.0.23](https://github.com/truecharts/charts/compare/red-discordbot-0.0.22...red-discordbot-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/red-discordbot/0.0.28/Chart.lock b/incubator/red-discordbot/0.0.28/Chart.lock deleted file mode 100644 index f154a6e7a5c..00000000000 --- a/incubator/red-discordbot/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T15:59:56.225745865Z" diff --git a/incubator/red-discordbot/0.0.28/Chart.yaml b/incubator/red-discordbot/0.0.28/Chart.yaml deleted file mode 100644 index 8bce6edce5c..00000000000 --- a/incubator/red-discordbot/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "full" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The newest Red-Discordbot in a convenient multi-arch Chart " -home: https://truecharts.org/docs/charts/incubator/red-discordbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png -keywords: - - red-discordbot - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: red-discordbot -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/red-discordbot - - https://github.com/PhasecoreX/docker-red-discordbot - - https://hub.docker.com/r/phasecorex/red-discordbot/ -type: application -version: 0.0.28 diff --git a/incubator/red-discordbot/0.0.28/README.md b/incubator/red-discordbot/0.0.28/README.md deleted file mode 100644 index ae5a2efe378..00000000000 --- a/incubator/red-discordbot/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# red-discordbot - -The newest Red-Discordbot in a convenient multi-arch Chart - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [red-discordbot](https://truecharts.org/docs/charts/incubator/red-discordbot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `red-discordbot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install red-discordbot TrueCharts/red-discordbot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `red-discordbot` deployment - -```console -helm uninstall red-discordbot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install red-discordbot \ - --set env.TZ="America/New York" \ - TrueCharts/red-discordbot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install red-discordbot TrueCharts/red-discordbot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/red-discordbot/0.0.28/charts/common-10.7.0.tgz b/incubator/red-discordbot/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/red-discordbot/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/red-discordbot/0.0.29/CHANGELOG.md b/incubator/red-discordbot/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..f037776e4d3 --- /dev/null +++ b/incubator/red-discordbot/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [red-discordbot-0.0.29](https://github.com/truecharts/charts/compare/red-discordbot-0.0.28...red-discordbot-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [red-discordbot-0.0.28](https://github.com/truecharts/charts/compare/red-discordbot-0.0.27...red-discordbot-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [red-discordbot-0.0.27](https://github.com/truecharts/charts/compare/red-discordbot-0.0.26...red-discordbot-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [red-discordbot-0.0.27](https://github.com/truecharts/charts/compare/red-discordbot-0.0.26...red-discordbot-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [red-discordbot-0.0.26](https://github.com/truecharts/charts/compare/red-discordbot-0.0.25...red-discordbot-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [red-discordbot-0.0.25](https://github.com/truecharts/charts/compare/red-discordbot-0.0.24...red-discordbot-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [red-discordbot-0.0.24](https://github.com/truecharts/charts/compare/red-discordbot-0.0.23...red-discordbot-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [red-discordbot-0.0.23](https://github.com/truecharts/charts/compare/red-discordbot-0.0.22...red-discordbot-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [red-discordbot-0.0.23](https://github.com/truecharts/charts/compare/red-discordbot-0.0.22...red-discordbot-0.0.23) (2022-09-21) diff --git a/incubator/red-discordbot/0.0.29/Chart.lock b/incubator/red-discordbot/0.0.29/Chart.lock new file mode 100644 index 00000000000..a245b273448 --- /dev/null +++ b/incubator/red-discordbot/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:03.324108577Z" diff --git a/incubator/red-discordbot/0.0.29/Chart.yaml b/incubator/red-discordbot/0.0.29/Chart.yaml new file mode 100644 index 00000000000..5be1d2a8bb3 --- /dev/null +++ b/incubator/red-discordbot/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "full" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The newest Red-Discordbot in a convenient multi-arch Chart " +home: https://truecharts.org/docs/charts/incubator/red-discordbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.png +keywords: + - red-discordbot + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: red-discordbot +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/red-discordbot + - https://github.com/PhasecoreX/docker-red-discordbot + - https://hub.docker.com/r/phasecorex/red-discordbot/ +type: application +version: 0.0.29 diff --git a/incubator/red-discordbot/0.0.29/README.md b/incubator/red-discordbot/0.0.29/README.md new file mode 100644 index 00000000000..10bafff7ba2 --- /dev/null +++ b/incubator/red-discordbot/0.0.29/README.md @@ -0,0 +1,107 @@ +# red-discordbot + +The newest Red-Discordbot in a convenient multi-arch Chart + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [red-discordbot](https://truecharts.org/docs/charts/incubator/red-discordbot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `red-discordbot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install red-discordbot TrueCharts/red-discordbot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `red-discordbot` deployment + +```console +helm uninstall red-discordbot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install red-discordbot \ + --set env.TZ="America/New York" \ + TrueCharts/red-discordbot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install red-discordbot TrueCharts/red-discordbot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/red-discordbot/0.0.28/app-readme.md b/incubator/red-discordbot/0.0.29/app-readme.md similarity index 100% rename from incubator/red-discordbot/0.0.28/app-readme.md rename to incubator/red-discordbot/0.0.29/app-readme.md diff --git a/incubator/red-discordbot/0.0.29/charts/common-10.7.1.tgz b/incubator/red-discordbot/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/red-discordbot/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/red-discordbot/0.0.28/ix_values.yaml b/incubator/red-discordbot/0.0.29/ix_values.yaml similarity index 100% rename from incubator/red-discordbot/0.0.28/ix_values.yaml rename to incubator/red-discordbot/0.0.29/ix_values.yaml diff --git a/incubator/red-discordbot/0.0.28/questions.yaml b/incubator/red-discordbot/0.0.29/questions.yaml similarity index 100% rename from incubator/red-discordbot/0.0.28/questions.yaml rename to incubator/red-discordbot/0.0.29/questions.yaml diff --git a/incubator/red-discordbot/0.0.28/templates/common.yaml b/incubator/red-discordbot/0.0.29/templates/common.yaml similarity index 100% rename from incubator/red-discordbot/0.0.28/templates/common.yaml rename to incubator/red-discordbot/0.0.29/templates/common.yaml diff --git a/incubator/red-discordbot/0.0.28/values.yaml b/incubator/red-discordbot/0.0.29/values.yaml similarity index 100% rename from incubator/red-discordbot/0.0.28/values.yaml rename to incubator/red-discordbot/0.0.29/values.yaml diff --git a/incubator/redisinsight/0.0.31/CHANGELOG.md b/incubator/redisinsight/0.0.31/CHANGELOG.md deleted file mode 100644 index b0e919bac6a..00000000000 --- a/incubator/redisinsight/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [redisinsight-0.0.31](https://github.com/truecharts/charts/compare/redisinsight-0.0.30...redisinsight-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [redisinsight-0.0.30](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redisinsight-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [redisinsight-0.0.30](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redisinsight-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [redisinsight-0.0.29](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redisinsight-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [redisinsight-0.0.28](https://github.com/truecharts/charts/compare/redisinsight-0.0.27...redisinsight-0.0.28) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [redisinsight-0.0.27](https://github.com/truecharts/charts/compare/redisinsight-0.0.26...redisinsight-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [redisinsight-0.0.26](https://github.com/truecharts/charts/compare/redisinsight-0.0.25...redisinsight-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [redisinsight-0.0.25](https://github.com/truecharts/charts/compare/redisinsight-0.0.24...redisinsight-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [redisinsight-0.0.25](https://github.com/truecharts/charts/compare/redisinsight-0.0.24...redisinsight-0.0.25) (2022-09-21) diff --git a/incubator/redisinsight/0.0.31/Chart.lock b/incubator/redisinsight/0.0.31/Chart.lock deleted file mode 100644 index f1a92cb78aa..00000000000 --- a/incubator/redisinsight/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:00.73191597Z" diff --git a/incubator/redisinsight/0.0.31/Chart.yaml b/incubator/redisinsight/0.0.31/Chart.yaml deleted file mode 100644 index 9ec53129605..00000000000 --- a/incubator/redisinsight/0.0.31/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: redisinsight -version: 0.0.31 -appVersion: "latest" -description: GUI for Redis. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/redisinsight -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png -keywords: - - redisinsight - - Tools-Utilities -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/redisinsight - - https://redis.com/redis-enterprise/redis-insight/ - - https://hub.docker.com/r/redislabs/redisinsight -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - Tools-Utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/redisinsight/0.0.31/README.md b/incubator/redisinsight/0.0.31/README.md deleted file mode 100644 index 6e9dccfd38b..00000000000 --- a/incubator/redisinsight/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# redisinsight - -GUI for Redis. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [redisinsight](https://truecharts.org/docs/charts/incubator/redisinsight) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `redisinsight` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install redisinsight TrueCharts/redisinsight -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `redisinsight` deployment - -```console -helm uninstall redisinsight -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install redisinsight \ - --set env.TZ="America/New York" \ - TrueCharts/redisinsight -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install redisinsight TrueCharts/redisinsight -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/redisinsight/0.0.31/charts/common-10.7.0.tgz b/incubator/redisinsight/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/redisinsight/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/redisinsight/0.0.32/CHANGELOG.md b/incubator/redisinsight/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..6f07be4741c --- /dev/null +++ b/incubator/redisinsight/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [redisinsight-0.0.32](https://github.com/truecharts/charts/compare/redisinsight-0.0.31...redisinsight-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [redisinsight-0.0.31](https://github.com/truecharts/charts/compare/redisinsight-0.0.30...redisinsight-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [redisinsight-0.0.30](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redisinsight-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [redisinsight-0.0.30](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redisinsight-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [redisinsight-0.0.29](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redisinsight-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [redisinsight-0.0.28](https://github.com/truecharts/charts/compare/redisinsight-0.0.27...redisinsight-0.0.28) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [redisinsight-0.0.27](https://github.com/truecharts/charts/compare/redisinsight-0.0.26...redisinsight-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [redisinsight-0.0.26](https://github.com/truecharts/charts/compare/redisinsight-0.0.25...redisinsight-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [redisinsight-0.0.25](https://github.com/truecharts/charts/compare/redisinsight-0.0.24...redisinsight-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/redisinsight/0.0.32/Chart.lock b/incubator/redisinsight/0.0.32/Chart.lock new file mode 100644 index 00000000000..e8910740fd6 --- /dev/null +++ b/incubator/redisinsight/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:07.813882004Z" diff --git a/incubator/redisinsight/0.0.32/Chart.yaml b/incubator/redisinsight/0.0.32/Chart.yaml new file mode 100644 index 00000000000..962d0eb59b1 --- /dev/null +++ b/incubator/redisinsight/0.0.32/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: redisinsight +version: 0.0.32 +appVersion: "latest" +description: GUI for Redis. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/redisinsight +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.png +keywords: + - redisinsight + - Tools-Utilities +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/redisinsight + - https://redis.com/redis-enterprise/redis-insight/ + - https://hub.docker.com/r/redislabs/redisinsight +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - Tools-Utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/redisinsight/0.0.32/README.md b/incubator/redisinsight/0.0.32/README.md new file mode 100644 index 00000000000..be465c34bf8 --- /dev/null +++ b/incubator/redisinsight/0.0.32/README.md @@ -0,0 +1,107 @@ +# redisinsight + +GUI for Redis. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [redisinsight](https://truecharts.org/docs/charts/incubator/redisinsight) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `redisinsight` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install redisinsight TrueCharts/redisinsight +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `redisinsight` deployment + +```console +helm uninstall redisinsight +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install redisinsight \ + --set env.TZ="America/New York" \ + TrueCharts/redisinsight +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install redisinsight TrueCharts/redisinsight -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/redisinsight/0.0.31/app-readme.md b/incubator/redisinsight/0.0.32/app-readme.md similarity index 100% rename from incubator/redisinsight/0.0.31/app-readme.md rename to incubator/redisinsight/0.0.32/app-readme.md diff --git a/incubator/redisinsight/0.0.32/charts/common-10.7.1.tgz b/incubator/redisinsight/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/redisinsight/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/redisinsight/0.0.31/ix_values.yaml b/incubator/redisinsight/0.0.32/ix_values.yaml similarity index 100% rename from incubator/redisinsight/0.0.31/ix_values.yaml rename to incubator/redisinsight/0.0.32/ix_values.yaml diff --git a/incubator/redisinsight/0.0.31/questions.yaml b/incubator/redisinsight/0.0.32/questions.yaml similarity index 100% rename from incubator/redisinsight/0.0.31/questions.yaml rename to incubator/redisinsight/0.0.32/questions.yaml diff --git a/incubator/redisinsight/0.0.31/templates/common.yaml b/incubator/redisinsight/0.0.32/templates/common.yaml similarity index 100% rename from incubator/redisinsight/0.0.31/templates/common.yaml rename to incubator/redisinsight/0.0.32/templates/common.yaml diff --git a/incubator/redisinsight/0.0.31/values.yaml b/incubator/redisinsight/0.0.32/values.yaml similarity index 100% rename from incubator/redisinsight/0.0.31/values.yaml rename to incubator/redisinsight/0.0.32/values.yaml diff --git a/incubator/redm/0.0.29/CHANGELOG.md b/incubator/redm/0.0.29/CHANGELOG.md deleted file mode 100644 index c933829128d..00000000000 --- a/incubator/redm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [redm-0.0.29](https://github.com/truecharts/charts/compare/redm-0.0.28...redm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [redm-0.0.28](https://github.com/truecharts/charts/compare/redmine-3.0.54...redm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [redm-0.0.28](https://github.com/truecharts/charts/compare/redmine-3.0.54...redm-0.0.28) (2022-10-07) - -### Chore - -- update helm general non-major - - - - -## [redm-0.0.27](https://github.com/truecharts/charts/compare/redmine-3.0.52...redm-0.0.27) (2022-10-05) - -### Chore - -- update helm general non-major - - - - -## [redm-0.0.26](https://github.com/truecharts/charts/compare/redm-0.0.25...redm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [redm-0.0.25](https://github.com/truecharts/charts/compare/redmine-3.0.48...redm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [redm-0.0.24](https://github.com/truecharts/charts/compare/redmine-3.0.46...redm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [redm-0.0.24](https://github.com/truecharts/charts/compare/redmine-3.0.46...redm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/redm/0.0.29/Chart.lock b/incubator/redm/0.0.29/Chart.lock deleted file mode 100644 index 2fd3d1ac21f..00000000000 --- a/incubator/redm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:00.892955146Z" diff --git a/incubator/redm/0.0.29/Chart.yaml b/incubator/redm/0.0.29/Chart.yaml deleted file mode 100644 index 22ec69558bc..00000000000 --- a/incubator/redm/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." -home: https://truecharts.org/docs/charts/incubator/redm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png -keywords: - - redm - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: redm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/redm - - https://redm.gg/ - - https://hub.docker.com/r/ich777/redmserver/ -type: application -version: 0.0.29 diff --git a/incubator/redm/0.0.29/README.md b/incubator/redm/0.0.29/README.md deleted file mode 100644 index d1112d6d5d3..00000000000 --- a/incubator/redm/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# redm - -With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [redm](https://truecharts.org/docs/charts/incubator/redm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `redm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install redm TrueCharts/redm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `redm` deployment - -```console -helm uninstall redm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install redm \ - --set env.TZ="America/New York" \ - TrueCharts/redm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install redm TrueCharts/redm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/redm/0.0.29/charts/common-10.7.0.tgz b/incubator/redm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/redm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/redm/0.0.30/CHANGELOG.md b/incubator/redm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c5361026ccb --- /dev/null +++ b/incubator/redm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [redm-0.0.30](https://github.com/truecharts/charts/compare/redm-0.0.29...redm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [redm-0.0.29](https://github.com/truecharts/charts/compare/redm-0.0.28...redm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [redm-0.0.28](https://github.com/truecharts/charts/compare/redmine-3.0.54...redm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [redm-0.0.28](https://github.com/truecharts/charts/compare/redmine-3.0.54...redm-0.0.28) (2022-10-07) + +### Chore + +- update helm general non-major + + + + +## [redm-0.0.27](https://github.com/truecharts/charts/compare/redmine-3.0.52...redm-0.0.27) (2022-10-05) + +### Chore + +- update helm general non-major + + + + +## [redm-0.0.26](https://github.com/truecharts/charts/compare/redm-0.0.25...redm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [redm-0.0.25](https://github.com/truecharts/charts/compare/redmine-3.0.48...redm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [redm-0.0.24](https://github.com/truecharts/charts/compare/redmine-3.0.46...redm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [redm-0.0.24](https://github.com/truecharts/charts/compare/redmine-3.0.46...redm-0.0.24) (2022-09-21) + +### Chore diff --git a/incubator/redm/0.0.30/Chart.lock b/incubator/redm/0.0.30/Chart.lock new file mode 100644 index 00000000000..92923bf8726 --- /dev/null +++ b/incubator/redm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:11.875108127Z" diff --git a/incubator/redm/0.0.30/Chart.yaml b/incubator/redm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1315b79aa53 --- /dev/null +++ b/incubator/redm/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name." +home: https://truecharts.org/docs/charts/incubator/redm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.png +keywords: + - redm + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: redm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/redm + - https://redm.gg/ + - https://hub.docker.com/r/ich777/redmserver/ +type: application +version: 0.0.30 diff --git a/incubator/redm/0.0.30/README.md b/incubator/redm/0.0.30/README.md new file mode 100644 index 00000000000..29233513d41 --- /dev/null +++ b/incubator/redm/0.0.30/README.md @@ -0,0 +1,107 @@ +# redm + +With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the 'Show more settings' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [redm](https://truecharts.org/docs/charts/incubator/redm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `redm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install redm TrueCharts/redm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `redm` deployment + +```console +helm uninstall redm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install redm \ + --set env.TZ="America/New York" \ + TrueCharts/redm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install redm TrueCharts/redm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/redm/0.0.29/app-readme.md b/incubator/redm/0.0.30/app-readme.md similarity index 100% rename from incubator/redm/0.0.29/app-readme.md rename to incubator/redm/0.0.30/app-readme.md diff --git a/incubator/redm/0.0.30/charts/common-10.7.1.tgz b/incubator/redm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/redm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/redm/0.0.29/ix_values.yaml b/incubator/redm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/redm/0.0.29/ix_values.yaml rename to incubator/redm/0.0.30/ix_values.yaml diff --git a/incubator/redm/0.0.29/questions.yaml b/incubator/redm/0.0.30/questions.yaml similarity index 100% rename from incubator/redm/0.0.29/questions.yaml rename to incubator/redm/0.0.30/questions.yaml diff --git a/incubator/redm/0.0.29/templates/common.yaml b/incubator/redm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/redm/0.0.29/templates/common.yaml rename to incubator/redm/0.0.30/templates/common.yaml diff --git a/incubator/redm/0.0.29/values.yaml b/incubator/redm/0.0.30/values.yaml similarity index 100% rename from incubator/redm/0.0.29/values.yaml rename to incubator/redm/0.0.30/values.yaml diff --git a/incubator/remotely/0.0.31/CHANGELOG.md b/incubator/remotely/0.0.31/CHANGELOG.md deleted file mode 100644 index 09c1e7465d8..00000000000 --- a/incubator/remotely/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [remotely-0.0.31](https://github.com/truecharts/charts/compare/remotely-0.0.30...remotely-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [remotely-0.0.30](https://github.com/truecharts/charts/compare/remotely-0.0.29...remotely-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [remotely-0.0.30](https://github.com/truecharts/charts/compare/remotely-0.0.29...remotely-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [remotely-0.0.29](https://github.com/truecharts/charts/compare/remotely-0.0.28...remotely-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [remotely-0.0.28](https://github.com/truecharts/charts/compare/remotely-0.0.27...remotely-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [remotely-0.0.27](https://github.com/truecharts/charts/compare/remotely-0.0.26...remotely-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [remotely-0.0.26](https://github.com/truecharts/charts/compare/remotely-0.0.24...remotely-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [remotely-0.0.26](https://github.com/truecharts/charts/compare/remotely-0.0.24...remotely-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/remotely/0.0.31/Chart.lock b/incubator/remotely/0.0.31/Chart.lock deleted file mode 100644 index f6e2b461eb8..00000000000 --- a/incubator/remotely/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:07.85383092Z" diff --git a/incubator/remotely/0.0.31/Chart.yaml b/incubator/remotely/0.0.31/Chart.yaml deleted file mode 100644 index c480681ba63..00000000000 --- a/incubator/remotely/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. -home: https://truecharts.org/docs/charts/incubator/remotely -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png -keywords: - - remotely - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: remotely -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/remotely - - https://remotely.one/ - - https://hub.docker.com/r/translucency/remotely/ -type: application -version: 0.0.31 diff --git a/incubator/remotely/0.0.31/README.md b/incubator/remotely/0.0.31/README.md deleted file mode 100644 index edc7df22d6c..00000000000 --- a/incubator/remotely/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# remotely - -A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [remotely](https://truecharts.org/docs/charts/incubator/remotely) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `remotely` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install remotely TrueCharts/remotely -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `remotely` deployment - -```console -helm uninstall remotely -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install remotely \ - --set env.TZ="America/New York" \ - TrueCharts/remotely -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install remotely TrueCharts/remotely -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/remotely/0.0.31/charts/common-10.7.0.tgz b/incubator/remotely/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/remotely/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/remotely/0.0.32/CHANGELOG.md b/incubator/remotely/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..5fe50d4b32a --- /dev/null +++ b/incubator/remotely/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [remotely-0.0.32](https://github.com/truecharts/charts/compare/remotely-0.0.31...remotely-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [remotely-0.0.31](https://github.com/truecharts/charts/compare/remotely-0.0.30...remotely-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [remotely-0.0.30](https://github.com/truecharts/charts/compare/remotely-0.0.29...remotely-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [remotely-0.0.30](https://github.com/truecharts/charts/compare/remotely-0.0.29...remotely-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [remotely-0.0.29](https://github.com/truecharts/charts/compare/remotely-0.0.28...remotely-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [remotely-0.0.28](https://github.com/truecharts/charts/compare/remotely-0.0.27...remotely-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [remotely-0.0.27](https://github.com/truecharts/charts/compare/remotely-0.0.26...remotely-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [remotely-0.0.26](https://github.com/truecharts/charts/compare/remotely-0.0.24...remotely-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/remotely/0.0.32/Chart.lock b/incubator/remotely/0.0.32/Chart.lock new file mode 100644 index 00000000000..c5ebb33cf89 --- /dev/null +++ b/incubator/remotely/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:25.864413315Z" diff --git a/incubator/remotely/0.0.32/Chart.yaml b/incubator/remotely/0.0.32/Chart.yaml new file mode 100644 index 00000000000..c45c89621fa --- /dev/null +++ b/incubator/remotely/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. +home: https://truecharts.org/docs/charts/incubator/remotely +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.png +keywords: + - remotely + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: remotely +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/remotely + - https://remotely.one/ + - https://hub.docker.com/r/translucency/remotely/ +type: application +version: 0.0.32 diff --git a/incubator/remotely/0.0.32/README.md b/incubator/remotely/0.0.32/README.md new file mode 100644 index 00000000000..64079be8daf --- /dev/null +++ b/incubator/remotely/0.0.32/README.md @@ -0,0 +1,107 @@ +# remotely + +A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [remotely](https://truecharts.org/docs/charts/incubator/remotely) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `remotely` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install remotely TrueCharts/remotely +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `remotely` deployment + +```console +helm uninstall remotely +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install remotely \ + --set env.TZ="America/New York" \ + TrueCharts/remotely +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install remotely TrueCharts/remotely -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/remotely/0.0.31/app-readme.md b/incubator/remotely/0.0.32/app-readme.md similarity index 100% rename from incubator/remotely/0.0.31/app-readme.md rename to incubator/remotely/0.0.32/app-readme.md diff --git a/incubator/remotely/0.0.32/charts/common-10.7.1.tgz b/incubator/remotely/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/remotely/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/remotely/0.0.31/ix_values.yaml b/incubator/remotely/0.0.32/ix_values.yaml similarity index 100% rename from incubator/remotely/0.0.31/ix_values.yaml rename to incubator/remotely/0.0.32/ix_values.yaml diff --git a/incubator/remotely/0.0.31/questions.yaml b/incubator/remotely/0.0.32/questions.yaml similarity index 100% rename from incubator/remotely/0.0.31/questions.yaml rename to incubator/remotely/0.0.32/questions.yaml diff --git a/incubator/remotely/0.0.31/templates/common.yaml b/incubator/remotely/0.0.32/templates/common.yaml similarity index 100% rename from incubator/remotely/0.0.31/templates/common.yaml rename to incubator/remotely/0.0.32/templates/common.yaml diff --git a/incubator/remotely/0.0.31/values.yaml b/incubator/remotely/0.0.32/values.yaml similarity index 100% rename from incubator/remotely/0.0.31/values.yaml rename to incubator/remotely/0.0.32/values.yaml diff --git a/incubator/restic-rest-server/0.0.29/CHANGELOG.md b/incubator/restic-rest-server/0.0.29/CHANGELOG.md deleted file mode 100644 index 7b47add94b7..00000000000 --- a/incubator/restic-rest-server/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [restic-rest-server-0.0.29](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.28...restic-rest-server-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [restic-rest-server-0.0.28](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.27...restic-rest-server-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [restic-rest-server-0.0.28](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.27...restic-rest-server-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [restic-rest-server-0.0.27](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.26...restic-rest-server-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [restic-rest-server-0.0.26](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.25...restic-rest-server-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [restic-rest-server-0.0.25](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.24...restic-rest-server-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [restic-rest-server-0.0.24](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.23...restic-rest-server-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [restic-rest-server-0.0.24](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.23...restic-rest-server-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/restic-rest-server/0.0.29/Chart.lock b/incubator/restic-rest-server/0.0.29/Chart.lock deleted file mode 100644 index 32d2e6caf58..00000000000 --- a/incubator/restic-rest-server/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:25.068310094Z" diff --git a/incubator/restic-rest-server/0.0.29/Chart.yaml b/incubator/restic-rest-server/0.0.29/Chart.yaml deleted file mode 100644 index 3b611b189ee..00000000000 --- a/incubator/restic-rest-server/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." -home: https://truecharts.org/docs/charts/incubator/restic-rest-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png -keywords: - - restic-rest-server - - Backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: restic-rest-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/restic-rest-server - - https://github.com/restic/rest-server - - https://hub.docker.com/r/restic/rest-server -type: application -version: 0.0.29 diff --git a/incubator/restic-rest-server/0.0.29/README.md b/incubator/restic-rest-server/0.0.29/README.md deleted file mode 100644 index b992f2c56a1..00000000000 --- a/incubator/restic-rest-server/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# restic-rest-server - -Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [restic-rest-server](https://truecharts.org/docs/charts/incubator/restic-rest-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `restic-rest-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install restic-rest-server TrueCharts/restic-rest-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `restic-rest-server` deployment - -```console -helm uninstall restic-rest-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install restic-rest-server \ - --set env.TZ="America/New York" \ - TrueCharts/restic-rest-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install restic-rest-server TrueCharts/restic-rest-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/restic-rest-server/0.0.29/charts/common-10.7.0.tgz b/incubator/restic-rest-server/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/restic-rest-server/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/restic-rest-server/0.0.30/CHANGELOG.md b/incubator/restic-rest-server/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..585bbac5a70 --- /dev/null +++ b/incubator/restic-rest-server/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [restic-rest-server-0.0.30](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.29...restic-rest-server-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [restic-rest-server-0.0.29](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.28...restic-rest-server-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [restic-rest-server-0.0.28](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.27...restic-rest-server-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [restic-rest-server-0.0.28](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.27...restic-rest-server-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [restic-rest-server-0.0.27](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.26...restic-rest-server-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [restic-rest-server-0.0.26](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.25...restic-rest-server-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [restic-rest-server-0.0.25](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.24...restic-rest-server-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [restic-rest-server-0.0.24](https://github.com/truecharts/charts/compare/restic-rest-server-0.0.23...restic-rest-server-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/restic-rest-server/0.0.30/Chart.lock b/incubator/restic-rest-server/0.0.30/Chart.lock new file mode 100644 index 00000000000..f4c496bf5d8 --- /dev/null +++ b/incubator/restic-rest-server/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:33.72048377Z" diff --git a/incubator/restic-rest-server/0.0.30/Chart.yaml b/incubator/restic-rest-server/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8994763a431 --- /dev/null +++ b/incubator/restic-rest-server/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL." +home: https://truecharts.org/docs/charts/incubator/restic-rest-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.png +keywords: + - restic-rest-server + - Backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: restic-rest-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/restic-rest-server + - https://github.com/restic/rest-server + - https://hub.docker.com/r/restic/rest-server +type: application +version: 0.0.30 diff --git a/incubator/restic-rest-server/0.0.30/README.md b/incubator/restic-rest-server/0.0.30/README.md new file mode 100644 index 00000000000..97a2980ca56 --- /dev/null +++ b/incubator/restic-rest-server/0.0.30/README.md @@ -0,0 +1,107 @@ +# restic-rest-server + +Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [restic-rest-server](https://truecharts.org/docs/charts/incubator/restic-rest-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `restic-rest-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install restic-rest-server TrueCharts/restic-rest-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `restic-rest-server` deployment + +```console +helm uninstall restic-rest-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install restic-rest-server \ + --set env.TZ="America/New York" \ + TrueCharts/restic-rest-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install restic-rest-server TrueCharts/restic-rest-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/restic-rest-server/0.0.29/app-readme.md b/incubator/restic-rest-server/0.0.30/app-readme.md similarity index 100% rename from incubator/restic-rest-server/0.0.29/app-readme.md rename to incubator/restic-rest-server/0.0.30/app-readme.md diff --git a/incubator/restic-rest-server/0.0.30/charts/common-10.7.1.tgz b/incubator/restic-rest-server/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/restic-rest-server/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/restic-rest-server/0.0.29/ix_values.yaml b/incubator/restic-rest-server/0.0.30/ix_values.yaml similarity index 100% rename from incubator/restic-rest-server/0.0.29/ix_values.yaml rename to incubator/restic-rest-server/0.0.30/ix_values.yaml diff --git a/incubator/restic-rest-server/0.0.29/questions.yaml b/incubator/restic-rest-server/0.0.30/questions.yaml similarity index 100% rename from incubator/restic-rest-server/0.0.29/questions.yaml rename to incubator/restic-rest-server/0.0.30/questions.yaml diff --git a/incubator/restic-rest-server/0.0.29/templates/common.yaml b/incubator/restic-rest-server/0.0.30/templates/common.yaml similarity index 100% rename from incubator/restic-rest-server/0.0.29/templates/common.yaml rename to incubator/restic-rest-server/0.0.30/templates/common.yaml diff --git a/incubator/restic-rest-server/0.0.29/values.yaml b/incubator/restic-rest-server/0.0.30/values.yaml similarity index 100% rename from incubator/restic-rest-server/0.0.29/values.yaml rename to incubator/restic-rest-server/0.0.30/values.yaml diff --git a/incubator/restreamer/0.1.8/CHANGELOG.md b/incubator/restreamer/0.1.8/CHANGELOG.md deleted file mode 100644 index 3ea9875ae64..00000000000 --- a/incubator/restreamer/0.1.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [restreamer-0.1.8](https://github.com/truecharts/charts/compare/restreamer-0.1.7...restreamer-0.1.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [restreamer-0.1.7](https://github.com/truecharts/charts/compare/restreamer-0.1.6...restreamer-0.1.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [restreamer-0.1.7](https://github.com/truecharts/charts/compare/restreamer-0.1.6...restreamer-0.1.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [restreamer-0.1.6](https://github.com/truecharts/charts/compare/restreamer-0.1.5...restreamer-0.1.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [restreamer-0.1.5](https://github.com/truecharts/charts/compare/restreamer-0.1.4...restreamer-0.1.5) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [restreamer-0.1.4](https://github.com/truecharts/charts/compare/restreamer-0.1.3...restreamer-0.1.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [restreamer-0.1.3](https://github.com/truecharts/charts/compare/restreamer-0.1.2...restreamer-0.1.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [restreamer-0.1.2](https://github.com/truecharts/charts/compare/restreamer-0.0.23...restreamer-0.1.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - fix prometheus annotations ([#3841](https://github.com/truecharts/charts/issues/3841)) - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/incubator/restreamer/0.1.8/Chart.lock b/incubator/restreamer/0.1.8/Chart.lock deleted file mode 100644 index 3d2d97880b8..00000000000 --- a/incubator/restreamer/0.1.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:29.94158009Z" diff --git a/incubator/restreamer/0.1.8/Chart.yaml b/incubator/restreamer/0.1.8/Chart.yaml deleted file mode 100644 index e98459f168a..00000000000 --- a/incubator/restreamer/0.1.8/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: restreamer -version: 0.1.8 -appVersion: "2.3.0" -description: "Allows smart free video streaming in real time." -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/restreamer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/restreamer.png -keywords: - - restreamer - - Network-Other - - MediaApp-Video - - Productivity -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer - - https://datarhei.github.io/restreamer/ - - https://hub.docker.com/r/datarhei/restreamer -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - Network-Other - - MediaApp-Video - - Productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/restreamer/0.1.8/README.md b/incubator/restreamer/0.1.8/README.md deleted file mode 100644 index fdaf884e910..00000000000 --- a/incubator/restreamer/0.1.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# restreamer - -Allows smart free video streaming in real time. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [restreamer](https://truecharts.org/docs/charts/incubator/restreamer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `restreamer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install restreamer TrueCharts/restreamer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `restreamer` deployment - -```console -helm uninstall restreamer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install restreamer \ - --set env.TZ="America/New York" \ - TrueCharts/restreamer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install restreamer TrueCharts/restreamer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/restreamer/0.1.8/charts/common-10.7.0.tgz b/incubator/restreamer/0.1.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/restreamer/0.1.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/restreamer/0.1.9/CHANGELOG.md b/incubator/restreamer/0.1.9/CHANGELOG.md new file mode 100644 index 00000000000..e1bd459e0c7 --- /dev/null +++ b/incubator/restreamer/0.1.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [restreamer-0.1.9](https://github.com/truecharts/charts/compare/restreamer-0.1.8...restreamer-0.1.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [restreamer-0.1.8](https://github.com/truecharts/charts/compare/restreamer-0.1.7...restreamer-0.1.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [restreamer-0.1.7](https://github.com/truecharts/charts/compare/restreamer-0.1.6...restreamer-0.1.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [restreamer-0.1.7](https://github.com/truecharts/charts/compare/restreamer-0.1.6...restreamer-0.1.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [restreamer-0.1.6](https://github.com/truecharts/charts/compare/restreamer-0.1.5...restreamer-0.1.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [restreamer-0.1.5](https://github.com/truecharts/charts/compare/restreamer-0.1.4...restreamer-0.1.5) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [restreamer-0.1.4](https://github.com/truecharts/charts/compare/restreamer-0.1.3...restreamer-0.1.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [restreamer-0.1.3](https://github.com/truecharts/charts/compare/restreamer-0.1.2...restreamer-0.1.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [restreamer-0.1.2](https://github.com/truecharts/charts/compare/restreamer-0.0.23...restreamer-0.1.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/restreamer/0.1.9/Chart.lock b/incubator/restreamer/0.1.9/Chart.lock new file mode 100644 index 00000000000..b09024408be --- /dev/null +++ b/incubator/restreamer/0.1.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:39.80416309Z" diff --git a/incubator/restreamer/0.1.9/Chart.yaml b/incubator/restreamer/0.1.9/Chart.yaml new file mode 100644 index 00000000000..d2e499e853e --- /dev/null +++ b/incubator/restreamer/0.1.9/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: restreamer +version: 0.1.9 +appVersion: "2.3.0" +description: "Allows smart free video streaming in real time." +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/restreamer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/restreamer.png +keywords: + - restreamer + - Network-Other + - MediaApp-Video + - Productivity +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/restreamer + - https://datarhei.github.io/restreamer/ + - https://hub.docker.com/r/datarhei/restreamer +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - Network-Other + - MediaApp-Video + - Productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/restreamer/0.1.9/README.md b/incubator/restreamer/0.1.9/README.md new file mode 100644 index 00000000000..cf859b38c85 --- /dev/null +++ b/incubator/restreamer/0.1.9/README.md @@ -0,0 +1,107 @@ +# restreamer + +Allows smart free video streaming in real time. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [restreamer](https://truecharts.org/docs/charts/incubator/restreamer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `restreamer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install restreamer TrueCharts/restreamer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `restreamer` deployment + +```console +helm uninstall restreamer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install restreamer \ + --set env.TZ="America/New York" \ + TrueCharts/restreamer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install restreamer TrueCharts/restreamer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/restreamer/0.1.8/app-readme.md b/incubator/restreamer/0.1.9/app-readme.md similarity index 100% rename from incubator/restreamer/0.1.8/app-readme.md rename to incubator/restreamer/0.1.9/app-readme.md diff --git a/incubator/restreamer/0.1.9/charts/common-10.7.1.tgz b/incubator/restreamer/0.1.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/restreamer/0.1.9/charts/common-10.7.1.tgz differ diff --git a/incubator/restreamer/0.1.8/ix_values.yaml b/incubator/restreamer/0.1.9/ix_values.yaml similarity index 100% rename from incubator/restreamer/0.1.8/ix_values.yaml rename to incubator/restreamer/0.1.9/ix_values.yaml diff --git a/incubator/restreamer/0.1.8/questions.yaml b/incubator/restreamer/0.1.9/questions.yaml similarity index 100% rename from incubator/restreamer/0.1.8/questions.yaml rename to incubator/restreamer/0.1.9/questions.yaml diff --git a/incubator/restreamer/0.1.8/templates/_config.tpl b/incubator/restreamer/0.1.9/templates/_config.tpl similarity index 100% rename from incubator/restreamer/0.1.8/templates/_config.tpl rename to incubator/restreamer/0.1.9/templates/_config.tpl diff --git a/incubator/restreamer/0.1.8/templates/_secret.tpl b/incubator/restreamer/0.1.9/templates/_secret.tpl similarity index 100% rename from incubator/restreamer/0.1.8/templates/_secret.tpl rename to incubator/restreamer/0.1.9/templates/_secret.tpl diff --git a/incubator/restreamer/0.1.8/templates/common.yaml b/incubator/restreamer/0.1.9/templates/common.yaml similarity index 100% rename from incubator/restreamer/0.1.8/templates/common.yaml rename to incubator/restreamer/0.1.9/templates/common.yaml diff --git a/incubator/restreamer/0.1.8/values.yaml b/incubator/restreamer/0.1.9/values.yaml similarity index 100% rename from incubator/restreamer/0.1.8/values.yaml rename to incubator/restreamer/0.1.9/values.yaml diff --git a/incubator/retrobot/0.0.1/CHANGELOG.md b/incubator/retrobot/0.0.1/CHANGELOG.md deleted file mode 100644 index 8101d1178cd..00000000000 --- a/incubator/retrobot/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# Changelog - - - -## [retrobot-0.0.1]retrobot-0.0.1 (2022-10-14) - diff --git a/incubator/retrobot/0.0.1/Chart.lock b/incubator/retrobot/0.0.1/Chart.lock deleted file mode 100644 index 424da93fdeb..00000000000 --- a/incubator/retrobot/0.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:26.735062969Z" diff --git a/incubator/retrobot/0.0.1/Chart.yaml b/incubator/retrobot/0.0.1/Chart.yaml deleted file mode 100644 index ac4e590b095..00000000000 --- a/incubator/retrobot/0.0.1/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A discord bot that allows you to play old nintendo games with your friends over chat. -home: https://truecharts.org/docs/charts/incubator/retrobot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png -keywords: - - retrobot - - emulator - - discord -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: retrobot -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/retrobot - - https://github.com/rossimo/retrobot - - https://hub.docker.com/r/rossimo/retrobot -type: application -version: 0.0.1 -annotations: - truecharts.org/catagories: | - - emulator - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/retrobot/0.0.1/README.md b/incubator/retrobot/0.0.1/README.md deleted file mode 100644 index 6250db5d7c1..00000000000 --- a/incubator/retrobot/0.0.1/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# retrobot - -A discord bot that allows you to play old nintendo games with your friends over chat. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [retrobot](https://truecharts.org/docs/charts/incubator/retrobot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `retrobot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install retrobot TrueCharts/retrobot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `retrobot` deployment - -```console -helm uninstall retrobot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install retrobot \ - --set env.TZ="America/New York" \ - TrueCharts/retrobot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install retrobot TrueCharts/retrobot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/retrobot/0.0.1/charts/common-10.7.0.tgz b/incubator/retrobot/0.0.1/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/retrobot/0.0.1/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/retrobot/0.0.2/CHANGELOG.md b/incubator/retrobot/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..8d18156cbe3 --- /dev/null +++ b/incubator/retrobot/0.0.2/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + + + +## [retrobot-0.0.2](https://github.com/truecharts/charts/compare/retrobot-0.0.1...retrobot-0.0.2) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [retrobot-0.0.1]retrobot-0.0.1 (2022-10-14) diff --git a/incubator/retrobot/0.0.2/Chart.lock b/incubator/retrobot/0.0.2/Chart.lock new file mode 100644 index 00000000000..d91f5e4a649 --- /dev/null +++ b/incubator/retrobot/0.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:42.786545968Z" diff --git a/incubator/retrobot/0.0.2/Chart.yaml b/incubator/retrobot/0.0.2/Chart.yaml new file mode 100644 index 00000000000..5031bd8a3ee --- /dev/null +++ b/incubator/retrobot/0.0.2/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A discord bot that allows you to play old nintendo games with your friends over chat. +home: https://truecharts.org/docs/charts/incubator/retrobot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.png +keywords: + - retrobot + - emulator + - discord +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: retrobot +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/retrobot + - https://github.com/rossimo/retrobot + - https://hub.docker.com/r/rossimo/retrobot +type: application +version: 0.0.2 +annotations: + truecharts.org/catagories: | + - emulator + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/retrobot/0.0.2/README.md b/incubator/retrobot/0.0.2/README.md new file mode 100644 index 00000000000..54dd3b25f81 --- /dev/null +++ b/incubator/retrobot/0.0.2/README.md @@ -0,0 +1,107 @@ +# retrobot + +A discord bot that allows you to play old nintendo games with your friends over chat. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [retrobot](https://truecharts.org/docs/charts/incubator/retrobot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `retrobot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install retrobot TrueCharts/retrobot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `retrobot` deployment + +```console +helm uninstall retrobot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install retrobot \ + --set env.TZ="America/New York" \ + TrueCharts/retrobot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install retrobot TrueCharts/retrobot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/retrobot/0.0.1/app-readme.md b/incubator/retrobot/0.0.2/app-readme.md similarity index 100% rename from incubator/retrobot/0.0.1/app-readme.md rename to incubator/retrobot/0.0.2/app-readme.md diff --git a/incubator/retrobot/0.0.2/charts/common-10.7.1.tgz b/incubator/retrobot/0.0.2/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/retrobot/0.0.2/charts/common-10.7.1.tgz differ diff --git a/incubator/retrobot/0.0.1/ix_values.yaml b/incubator/retrobot/0.0.2/ix_values.yaml similarity index 100% rename from incubator/retrobot/0.0.1/ix_values.yaml rename to incubator/retrobot/0.0.2/ix_values.yaml diff --git a/incubator/retrobot/0.0.1/questions.yaml b/incubator/retrobot/0.0.2/questions.yaml similarity index 100% rename from incubator/retrobot/0.0.1/questions.yaml rename to incubator/retrobot/0.0.2/questions.yaml diff --git a/incubator/retrobot/0.0.1/templates/common.yaml b/incubator/retrobot/0.0.2/templates/common.yaml similarity index 100% rename from incubator/retrobot/0.0.1/templates/common.yaml rename to incubator/retrobot/0.0.2/templates/common.yaml diff --git a/incubator/retrobot/0.0.1/values.yaml b/incubator/retrobot/0.0.2/values.yaml similarity index 100% rename from incubator/retrobot/0.0.1/values.yaml rename to incubator/retrobot/0.0.2/values.yaml diff --git a/incubator/rflood/0.0.36/CHANGELOG.md b/incubator/rflood/0.0.36/CHANGELOG.md deleted file mode 100644 index eab42bd602f..00000000000 --- a/incubator/rflood/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rflood-0.0.36](https://github.com/truecharts/charts/compare/rflood-0.0.35...rflood-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rflood-0.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.34...rflood-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rflood-0.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.34...rflood-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rflood-0.0.34](https://github.com/truecharts/charts/compare/rflood-0.0.33...rflood-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rflood-0.0.33](https://github.com/truecharts/charts/compare/rflood-0.0.32...rflood-0.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rflood-0.0.32](https://github.com/truecharts/charts/compare/rflood-0.0.31...rflood-0.0.32) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [rflood-0.0.31](https://github.com/truecharts/charts/compare/rflood-0.0.30...rflood-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rflood-0.0.30](https://github.com/truecharts/charts/compare/rflood-0.0.29...rflood-0.0.30) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [rflood-0.0.29](https://github.com/truecharts/charts/compare/rflood-0.0.26...rflood-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rflood/0.0.36/Chart.lock b/incubator/rflood/0.0.36/Chart.lock deleted file mode 100644 index 3b44d759764..00000000000 --- a/incubator/rflood/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:30.77515664Z" diff --git a/incubator/rflood/0.0.36/Chart.yaml b/incubator/rflood/0.0.36/Chart.yaml deleted file mode 100644 index 726087117ad..00000000000 --- a/incubator/rflood/0.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Chart with rTorrent and the Flood UI. -home: https://truecharts.org/docs/charts/incubator/rflood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png -keywords: - - rflood - - downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rflood -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rflood - - https://hotio.dev/containers/rflood - - https://hub.docker.com/r/hotio/rflood -type: application -version: 0.0.36 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders diff --git a/incubator/rflood/0.0.36/README.md b/incubator/rflood/0.0.36/README.md deleted file mode 100644 index eda21e4e7ea..00000000000 --- a/incubator/rflood/0.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rflood - -Chart with rTorrent and the Flood UI. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rflood](https://truecharts.org/docs/charts/incubator/rflood) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rflood` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rflood TrueCharts/rflood -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rflood` deployment - -```console -helm uninstall rflood -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rflood \ - --set env.TZ="America/New York" \ - TrueCharts/rflood -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rflood TrueCharts/rflood -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rflood/0.0.36/charts/common-10.7.0.tgz b/incubator/rflood/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rflood/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rflood/0.0.37/CHANGELOG.md b/incubator/rflood/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..ce8901ea6dd --- /dev/null +++ b/incubator/rflood/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rflood-0.0.37](https://github.com/truecharts/charts/compare/rflood-0.0.36...rflood-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rflood-0.0.36](https://github.com/truecharts/charts/compare/rflood-0.0.35...rflood-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rflood-0.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.34...rflood-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rflood-0.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.34...rflood-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rflood-0.0.34](https://github.com/truecharts/charts/compare/rflood-0.0.33...rflood-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rflood-0.0.33](https://github.com/truecharts/charts/compare/rflood-0.0.32...rflood-0.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rflood-0.0.32](https://github.com/truecharts/charts/compare/rflood-0.0.31...rflood-0.0.32) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [rflood-0.0.31](https://github.com/truecharts/charts/compare/rflood-0.0.30...rflood-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rflood-0.0.30](https://github.com/truecharts/charts/compare/rflood-0.0.29...rflood-0.0.30) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [rflood-0.0.29](https://github.com/truecharts/charts/compare/rflood-0.0.26...rflood-0.0.29) (2022-09-22) + +### Chore diff --git a/incubator/rflood/0.0.37/Chart.lock b/incubator/rflood/0.0.37/Chart.lock new file mode 100644 index 00000000000..ac443ee4647 --- /dev/null +++ b/incubator/rflood/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:42:56.586666934Z" diff --git a/incubator/rflood/0.0.37/Chart.yaml b/incubator/rflood/0.0.37/Chart.yaml new file mode 100644 index 00000000000..003c39f8403 --- /dev/null +++ b/incubator/rflood/0.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Chart with rTorrent and the Flood UI. +home: https://truecharts.org/docs/charts/incubator/rflood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png +keywords: + - rflood + - downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rflood +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rflood + - https://hotio.dev/containers/rflood + - https://hub.docker.com/r/hotio/rflood +type: application +version: 0.0.37 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders diff --git a/incubator/rflood/0.0.37/README.md b/incubator/rflood/0.0.37/README.md new file mode 100644 index 00000000000..10b2f95c054 --- /dev/null +++ b/incubator/rflood/0.0.37/README.md @@ -0,0 +1,107 @@ +# rflood + +Chart with rTorrent and the Flood UI. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rflood](https://truecharts.org/docs/charts/incubator/rflood) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rflood` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rflood TrueCharts/rflood +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rflood` deployment + +```console +helm uninstall rflood +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rflood \ + --set env.TZ="America/New York" \ + TrueCharts/rflood +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rflood TrueCharts/rflood -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rflood/0.0.36/app-readme.md b/incubator/rflood/0.0.37/app-readme.md similarity index 100% rename from incubator/rflood/0.0.36/app-readme.md rename to incubator/rflood/0.0.37/app-readme.md diff --git a/incubator/rflood/0.0.37/charts/common-10.7.1.tgz b/incubator/rflood/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rflood/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/rflood/0.0.36/ix_values.yaml b/incubator/rflood/0.0.37/ix_values.yaml similarity index 100% rename from incubator/rflood/0.0.36/ix_values.yaml rename to incubator/rflood/0.0.37/ix_values.yaml diff --git a/incubator/rflood/0.0.36/questions.yaml b/incubator/rflood/0.0.37/questions.yaml similarity index 100% rename from incubator/rflood/0.0.36/questions.yaml rename to incubator/rflood/0.0.37/questions.yaml diff --git a/incubator/rflood/0.0.36/templates/common.yaml b/incubator/rflood/0.0.37/templates/common.yaml similarity index 100% rename from incubator/rflood/0.0.36/templates/common.yaml rename to incubator/rflood/0.0.37/templates/common.yaml diff --git a/incubator/rflood/0.0.36/values.yaml b/incubator/rflood/0.0.37/values.yaml similarity index 100% rename from incubator/rflood/0.0.36/values.yaml rename to incubator/rflood/0.0.37/values.yaml diff --git a/incubator/rickroll/0.0.37/CHANGELOG.md b/incubator/rickroll/0.0.37/CHANGELOG.md deleted file mode 100644 index 5a930ea8751..00000000000 --- a/incubator/rickroll/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rickroll-0.0.37](https://github.com/truecharts/charts/compare/rickroll-0.0.36...rickroll-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rickroll-0.0.36](https://github.com/truecharts/charts/compare/rickroll-0.0.34...rickroll-0.0.36) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [rickroll-0.0.35](https://github.com/truecharts/charts/compare/rickroll-0.0.34...rickroll-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rickroll-0.0.34](https://github.com/truecharts/charts/compare/rickroll-0.0.33...rickroll-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rickroll-0.0.33](https://github.com/truecharts/charts/compare/rickroll-0.0.32...rickroll-0.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rickroll-0.0.32](https://github.com/truecharts/charts/compare/rickroll-0.0.31...rickroll-0.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rickroll-0.0.31](https://github.com/truecharts/charts/compare/rickroll-0.0.30...rickroll-0.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rickroll-0.0.31](https://github.com/truecharts/charts/compare/rickroll-0.0.30...rickroll-0.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rickroll/0.0.37/Chart.lock b/incubator/rickroll/0.0.37/Chart.lock deleted file mode 100644 index e798011d424..00000000000 --- a/incubator/rickroll/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:37.686896978Z" diff --git a/incubator/rickroll/0.0.37/Chart.yaml b/incubator/rickroll/0.0.37/Chart.yaml deleted file mode 100644 index d2c242c8300..00000000000 --- a/incubator/rickroll/0.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the Chart. -home: https://truecharts.org/docs/charts/incubator/rickroll -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png -keywords: - - rickroll - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rickroll -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rickroll - - https://github.com/modem7/docker-rickroll - - https://hub.docker.com/r/modem7/docker-rickroll -type: application -version: 0.0.37 diff --git a/incubator/rickroll/0.0.37/README.md b/incubator/rickroll/0.0.37/README.md deleted file mode 100644 index 5122b606ff0..00000000000 --- a/incubator/rickroll/0.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rickroll - -Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rickroll](https://truecharts.org/docs/charts/incubator/rickroll) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rickroll` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rickroll TrueCharts/rickroll -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rickroll` deployment - -```console -helm uninstall rickroll -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rickroll \ - --set env.TZ="America/New York" \ - TrueCharts/rickroll -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rickroll TrueCharts/rickroll -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rickroll/0.0.37/charts/common-10.7.0.tgz b/incubator/rickroll/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rickroll/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rickroll/0.0.38/CHANGELOG.md b/incubator/rickroll/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..0fe4d1cc086 --- /dev/null +++ b/incubator/rickroll/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rickroll-0.0.38](https://github.com/truecharts/charts/compare/rickroll-0.0.37...rickroll-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rickroll-0.0.37](https://github.com/truecharts/charts/compare/rickroll-0.0.36...rickroll-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rickroll-0.0.36](https://github.com/truecharts/charts/compare/rickroll-0.0.34...rickroll-0.0.36) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [rickroll-0.0.35](https://github.com/truecharts/charts/compare/rickroll-0.0.34...rickroll-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rickroll-0.0.34](https://github.com/truecharts/charts/compare/rickroll-0.0.33...rickroll-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rickroll-0.0.33](https://github.com/truecharts/charts/compare/rickroll-0.0.32...rickroll-0.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rickroll-0.0.32](https://github.com/truecharts/charts/compare/rickroll-0.0.31...rickroll-0.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rickroll-0.0.31](https://github.com/truecharts/charts/compare/rickroll-0.0.30...rickroll-0.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/rickroll/0.0.38/Chart.lock b/incubator/rickroll/0.0.38/Chart.lock new file mode 100644 index 00000000000..5bbc16403a3 --- /dev/null +++ b/incubator/rickroll/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:05.185674717Z" diff --git a/incubator/rickroll/0.0.38/Chart.yaml b/incubator/rickroll/0.0.38/Chart.yaml new file mode 100644 index 00000000000..4ad1dfb806a --- /dev/null +++ b/incubator/rickroll/0.0.38/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the Chart. +home: https://truecharts.org/docs/charts/incubator/rickroll +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.png +keywords: + - rickroll + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rickroll +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rickroll + - https://github.com/modem7/docker-rickroll + - https://hub.docker.com/r/modem7/docker-rickroll +type: application +version: 0.0.38 diff --git a/incubator/rickroll/0.0.38/README.md b/incubator/rickroll/0.0.38/README.md new file mode 100644 index 00000000000..303767b28c6 --- /dev/null +++ b/incubator/rickroll/0.0.38/README.md @@ -0,0 +1,107 @@ +# rickroll + +Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rickroll](https://truecharts.org/docs/charts/incubator/rickroll) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rickroll` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rickroll TrueCharts/rickroll +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rickroll` deployment + +```console +helm uninstall rickroll +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rickroll \ + --set env.TZ="America/New York" \ + TrueCharts/rickroll +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rickroll TrueCharts/rickroll -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rickroll/0.0.37/app-readme.md b/incubator/rickroll/0.0.38/app-readme.md similarity index 100% rename from incubator/rickroll/0.0.37/app-readme.md rename to incubator/rickroll/0.0.38/app-readme.md diff --git a/incubator/rickroll/0.0.38/charts/common-10.7.1.tgz b/incubator/rickroll/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rickroll/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/rickroll/0.0.37/ci/basic-values.yaml b/incubator/rickroll/0.0.38/ci/basic-values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ci/basic-values.yaml rename to incubator/rickroll/0.0.38/ci/basic-values.yaml diff --git a/incubator/rickroll/0.0.37/ci/fhd-values.yaml b/incubator/rickroll/0.0.38/ci/fhd-values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ci/fhd-values.yaml rename to incubator/rickroll/0.0.38/ci/fhd-values.yaml diff --git a/incubator/rickroll/0.0.37/ci/fhdgame-values.yaml b/incubator/rickroll/0.0.38/ci/fhdgame-values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ci/fhdgame-values.yaml rename to incubator/rickroll/0.0.38/ci/fhdgame-values.yaml diff --git a/incubator/rickroll/0.0.37/ci/fhdonclick-values.yaml b/incubator/rickroll/0.0.38/ci/fhdonclick-values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ci/fhdonclick-values.yaml rename to incubator/rickroll/0.0.38/ci/fhdonclick-values.yaml diff --git a/incubator/rickroll/0.0.37/ci/onclick-values.yaml b/incubator/rickroll/0.0.38/ci/onclick-values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ci/onclick-values.yaml rename to incubator/rickroll/0.0.38/ci/onclick-values.yaml diff --git a/incubator/rickroll/0.0.37/ix_values.yaml b/incubator/rickroll/0.0.38/ix_values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/ix_values.yaml rename to incubator/rickroll/0.0.38/ix_values.yaml diff --git a/incubator/rickroll/0.0.37/questions.yaml b/incubator/rickroll/0.0.38/questions.yaml similarity index 100% rename from incubator/rickroll/0.0.37/questions.yaml rename to incubator/rickroll/0.0.38/questions.yaml diff --git a/incubator/rickroll/0.0.37/templates/common.yaml b/incubator/rickroll/0.0.38/templates/common.yaml similarity index 100% rename from incubator/rickroll/0.0.37/templates/common.yaml rename to incubator/rickroll/0.0.38/templates/common.yaml diff --git a/incubator/rickroll/0.0.37/values.yaml b/incubator/rickroll/0.0.38/values.yaml similarity index 100% rename from incubator/rickroll/0.0.37/values.yaml rename to incubator/rickroll/0.0.38/values.yaml diff --git a/incubator/rimgo/0.0.83/CHANGELOG.md b/incubator/rimgo/0.0.83/CHANGELOG.md deleted file mode 100644 index e8b611471e3..00000000000 --- a/incubator/rimgo/0.0.83/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rimgo-0.0.83](https://github.com/truecharts/charts/compare/rimgo-0.0.82...rimgo-0.0.83) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [rimgo-0.0.82](https://github.com/truecharts/charts/compare/rimgo-0.0.81...rimgo-0.0.82) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [rimgo-0.0.81](https://github.com/truecharts/charts/compare/rimgo-0.0.80...rimgo-0.0.81) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [rimgo-0.0.80](https://github.com/truecharts/charts/compare/rimgo-0.0.79...rimgo-0.0.80) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [rimgo-0.0.79](https://github.com/truecharts/charts/compare/rimgo-0.0.78...rimgo-0.0.79) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rimgo-0.0.78](https://github.com/truecharts/charts/compare/rimgo-0.0.77...rimgo-0.0.78) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [rimgo-0.0.77](https://github.com/truecharts/charts/compare/rimgo-0.0.76...rimgo-0.0.77) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [rimgo-0.0.76](https://github.com/truecharts/charts/compare/rimgo-0.0.74...rimgo-0.0.76) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [rimgo-0.0.75](https://github.com/truecharts/charts/compare/rimgo-0.0.74...rimgo-0.0.75) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rimgo-0.0.74](https://github.com/truecharts/charts/compare/rimgo-0.0.73...rimgo-0.0.74) (2022-10-07) - diff --git a/incubator/rimgo/0.0.83/Chart.lock b/incubator/rimgo/0.0.83/Chart.lock deleted file mode 100644 index 103ae757cc3..00000000000 --- a/incubator/rimgo/0.0.83/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:02:23.111525256Z" diff --git a/incubator/rimgo/0.0.83/Chart.yaml b/incubator/rimgo/0.0.83/Chart.yaml deleted file mode 100644 index 1315a6279cc..00000000000 --- a/incubator/rimgo/0.0.83/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Alternative Imgur front-end" -home: https://truecharts.org/docs/charts/incubator/rimgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png -keywords: - - rimgo - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rimgo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo - - https://quay.io/repository/pussthecatorg/rimgo -type: application -version: 0.0.83 diff --git a/incubator/rimgo/0.0.83/README.md b/incubator/rimgo/0.0.83/README.md deleted file mode 100644 index c5eae421d03..00000000000 --- a/incubator/rimgo/0.0.83/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# rimgo - -Alternative Imgur front-end - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rimgo](https://truecharts.org/docs/charts/incubator/rimgo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rimgo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rimgo TrueCharts/rimgo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rimgo` deployment - -```console -helm uninstall rimgo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rimgo \ - --set env.TZ="America/New York" \ - TrueCharts/rimgo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rimgo TrueCharts/rimgo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rimgo/0.0.83/charts/common-10.7.0.tgz b/incubator/rimgo/0.0.83/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rimgo/0.0.83/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rimgo/0.0.84/CHANGELOG.md b/incubator/rimgo/0.0.84/CHANGELOG.md new file mode 100644 index 00000000000..d6986b2f013 --- /dev/null +++ b/incubator/rimgo/0.0.84/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rimgo-0.0.84](https://github.com/truecharts/charts/compare/rimgo-0.0.83...rimgo-0.0.84) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rimgo-0.0.83](https://github.com/truecharts/charts/compare/rimgo-0.0.82...rimgo-0.0.83) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [rimgo-0.0.82](https://github.com/truecharts/charts/compare/rimgo-0.0.81...rimgo-0.0.82) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [rimgo-0.0.81](https://github.com/truecharts/charts/compare/rimgo-0.0.80...rimgo-0.0.81) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [rimgo-0.0.80](https://github.com/truecharts/charts/compare/rimgo-0.0.79...rimgo-0.0.80) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [rimgo-0.0.79](https://github.com/truecharts/charts/compare/rimgo-0.0.78...rimgo-0.0.79) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rimgo-0.0.78](https://github.com/truecharts/charts/compare/rimgo-0.0.77...rimgo-0.0.78) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [rimgo-0.0.77](https://github.com/truecharts/charts/compare/rimgo-0.0.76...rimgo-0.0.77) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [rimgo-0.0.76](https://github.com/truecharts/charts/compare/rimgo-0.0.74...rimgo-0.0.76) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [rimgo-0.0.75](https://github.com/truecharts/charts/compare/rimgo-0.0.74...rimgo-0.0.75) (2022-10-07) + diff --git a/incubator/rimgo/0.0.84/Chart.lock b/incubator/rimgo/0.0.84/Chart.lock new file mode 100644 index 00000000000..b7f432da4c5 --- /dev/null +++ b/incubator/rimgo/0.0.84/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:11.764452278Z" diff --git a/incubator/rimgo/0.0.84/Chart.yaml b/incubator/rimgo/0.0.84/Chart.yaml new file mode 100644 index 00000000000..d76d97f2626 --- /dev/null +++ b/incubator/rimgo/0.0.84/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Alternative Imgur front-end" +home: https://truecharts.org/docs/charts/incubator/rimgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rimgo.png +keywords: + - rimgo + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rimgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rimgo + - https://quay.io/repository/pussthecatorg/rimgo +type: application +version: 0.0.84 diff --git a/incubator/rimgo/0.0.84/README.md b/incubator/rimgo/0.0.84/README.md new file mode 100644 index 00000000000..e6a8cb475e8 --- /dev/null +++ b/incubator/rimgo/0.0.84/README.md @@ -0,0 +1,106 @@ +# rimgo + +Alternative Imgur front-end + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rimgo](https://truecharts.org/docs/charts/incubator/rimgo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rimgo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rimgo TrueCharts/rimgo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rimgo` deployment + +```console +helm uninstall rimgo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rimgo \ + --set env.TZ="America/New York" \ + TrueCharts/rimgo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rimgo TrueCharts/rimgo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rimgo/0.0.83/app-readme.md b/incubator/rimgo/0.0.84/app-readme.md similarity index 100% rename from incubator/rimgo/0.0.83/app-readme.md rename to incubator/rimgo/0.0.84/app-readme.md diff --git a/incubator/rimgo/0.0.84/charts/common-10.7.1.tgz b/incubator/rimgo/0.0.84/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rimgo/0.0.84/charts/common-10.7.1.tgz differ diff --git a/incubator/rimgo/0.0.83/ix_values.yaml b/incubator/rimgo/0.0.84/ix_values.yaml similarity index 100% rename from incubator/rimgo/0.0.83/ix_values.yaml rename to incubator/rimgo/0.0.84/ix_values.yaml diff --git a/incubator/rimgo/0.0.83/questions.yaml b/incubator/rimgo/0.0.84/questions.yaml similarity index 100% rename from incubator/rimgo/0.0.83/questions.yaml rename to incubator/rimgo/0.0.84/questions.yaml diff --git a/incubator/rimgo/0.0.83/templates/common.yaml b/incubator/rimgo/0.0.84/templates/common.yaml similarity index 100% rename from incubator/rimgo/0.0.83/templates/common.yaml rename to incubator/rimgo/0.0.84/templates/common.yaml diff --git a/incubator/rimgo/0.0.83/values.yaml b/incubator/rimgo/0.0.84/values.yaml similarity index 100% rename from incubator/rimgo/0.0.83/values.yaml rename to incubator/rimgo/0.0.84/values.yaml diff --git a/incubator/rmlint/0.0.29/CHANGELOG.md b/incubator/rmlint/0.0.29/CHANGELOG.md deleted file mode 100644 index 87714e04bb5..00000000000 --- a/incubator/rmlint/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rmlint-0.0.29](https://github.com/truecharts/charts/compare/rmlint-0.0.28...rmlint-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rmlint-0.0.28](https://github.com/truecharts/charts/compare/rmlint-0.0.27...rmlint-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rmlint-0.0.28](https://github.com/truecharts/charts/compare/rmlint-0.0.27...rmlint-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rmlint-0.0.27](https://github.com/truecharts/charts/compare/rmlint-0.0.26...rmlint-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rmlint-0.0.26](https://github.com/truecharts/charts/compare/rmlint-0.0.25...rmlint-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rmlint-0.0.25](https://github.com/truecharts/charts/compare/rmlint-0.0.24...rmlint-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rmlint-0.0.24](https://github.com/truecharts/charts/compare/rmlint-0.0.23...rmlint-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rmlint-0.0.24](https://github.com/truecharts/charts/compare/rmlint-0.0.23...rmlint-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rmlint/0.0.29/Chart.lock b/incubator/rmlint/0.0.29/Chart.lock deleted file mode 100644 index 2e3ca23d300..00000000000 --- a/incubator/rmlint/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:00:59.086262723Z" diff --git a/incubator/rmlint/0.0.29/Chart.yaml b/incubator/rmlint/0.0.29/Chart.yaml deleted file mode 100644 index f6e87c3c463..00000000000 --- a/incubator/rmlint/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "rmlint finds space waste and other broken things on your filesystem and offers to remove it." -home: https://truecharts.org/docs/charts/incubator/rmlint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png -keywords: - - rmlint - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rmlint -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rmlint - - https://github.com/sahib/rmlint - - https://hub.docker.com/r/bobbintb/docker-rmlint-TrueNAS -type: application -version: 0.0.29 diff --git a/incubator/rmlint/0.0.29/README.md b/incubator/rmlint/0.0.29/README.md deleted file mode 100644 index 816bbc16186..00000000000 --- a/incubator/rmlint/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rmlint - -rmlint finds space waste and other broken things on your filesystem and offers to remove it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rmlint](https://truecharts.org/docs/charts/incubator/rmlint) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rmlint` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rmlint TrueCharts/rmlint -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rmlint` deployment - -```console -helm uninstall rmlint -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rmlint \ - --set env.TZ="America/New York" \ - TrueCharts/rmlint -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rmlint TrueCharts/rmlint -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rmlint/0.0.29/charts/common-10.7.0.tgz b/incubator/rmlint/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rmlint/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rmlint/0.0.30/CHANGELOG.md b/incubator/rmlint/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..2e1f629a41b --- /dev/null +++ b/incubator/rmlint/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rmlint-0.0.30](https://github.com/truecharts/charts/compare/rmlint-0.0.29...rmlint-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rmlint-0.0.29](https://github.com/truecharts/charts/compare/rmlint-0.0.28...rmlint-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rmlint-0.0.28](https://github.com/truecharts/charts/compare/rmlint-0.0.27...rmlint-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rmlint-0.0.28](https://github.com/truecharts/charts/compare/rmlint-0.0.27...rmlint-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rmlint-0.0.27](https://github.com/truecharts/charts/compare/rmlint-0.0.26...rmlint-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rmlint-0.0.26](https://github.com/truecharts/charts/compare/rmlint-0.0.25...rmlint-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rmlint-0.0.25](https://github.com/truecharts/charts/compare/rmlint-0.0.24...rmlint-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rmlint-0.0.24](https://github.com/truecharts/charts/compare/rmlint-0.0.23...rmlint-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/rmlint/0.0.30/Chart.lock b/incubator/rmlint/0.0.30/Chart.lock new file mode 100644 index 00000000000..bd6be2660e3 --- /dev/null +++ b/incubator/rmlint/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:13.931338627Z" diff --git a/incubator/rmlint/0.0.30/Chart.yaml b/incubator/rmlint/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0b78239c8e5 --- /dev/null +++ b/incubator/rmlint/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "rmlint finds space waste and other broken things on your filesystem and offers to remove it." +home: https://truecharts.org/docs/charts/incubator/rmlint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.png +keywords: + - rmlint + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rmlint +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rmlint + - https://github.com/sahib/rmlint + - https://hub.docker.com/r/bobbintb/docker-rmlint-TrueNAS +type: application +version: 0.0.30 diff --git a/incubator/rmlint/0.0.30/README.md b/incubator/rmlint/0.0.30/README.md new file mode 100644 index 00000000000..8e865589238 --- /dev/null +++ b/incubator/rmlint/0.0.30/README.md @@ -0,0 +1,107 @@ +# rmlint + +rmlint finds space waste and other broken things on your filesystem and offers to remove it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rmlint](https://truecharts.org/docs/charts/incubator/rmlint) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rmlint` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rmlint TrueCharts/rmlint +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rmlint` deployment + +```console +helm uninstall rmlint +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rmlint \ + --set env.TZ="America/New York" \ + TrueCharts/rmlint +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rmlint TrueCharts/rmlint -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rmlint/0.0.29/app-readme.md b/incubator/rmlint/0.0.30/app-readme.md similarity index 100% rename from incubator/rmlint/0.0.29/app-readme.md rename to incubator/rmlint/0.0.30/app-readme.md diff --git a/incubator/rmlint/0.0.30/charts/common-10.7.1.tgz b/incubator/rmlint/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rmlint/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rmlint/0.0.29/ix_values.yaml b/incubator/rmlint/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rmlint/0.0.29/ix_values.yaml rename to incubator/rmlint/0.0.30/ix_values.yaml diff --git a/incubator/rmlint/0.0.29/questions.yaml b/incubator/rmlint/0.0.30/questions.yaml similarity index 100% rename from incubator/rmlint/0.0.29/questions.yaml rename to incubator/rmlint/0.0.30/questions.yaml diff --git a/incubator/rmlint/0.0.29/templates/common.yaml b/incubator/rmlint/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rmlint/0.0.29/templates/common.yaml rename to incubator/rmlint/0.0.30/templates/common.yaml diff --git a/incubator/rmlint/0.0.29/values.yaml b/incubator/rmlint/0.0.30/values.yaml similarity index 100% rename from incubator/rmlint/0.0.29/values.yaml rename to incubator/rmlint/0.0.30/values.yaml diff --git a/incubator/rollarr/0.0.29/CHANGELOG.md b/incubator/rollarr/0.0.29/CHANGELOG.md deleted file mode 100644 index 943560d4100..00000000000 --- a/incubator/rollarr/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rollarr-0.0.29](https://github.com/truecharts/charts/compare/rollarr-0.0.28...rollarr-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rollarr-0.0.28](https://github.com/truecharts/charts/compare/rollarr-0.0.27...rollarr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rollarr-0.0.28](https://github.com/truecharts/charts/compare/rollarr-0.0.27...rollarr-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rollarr-0.0.27](https://github.com/truecharts/charts/compare/rollarr-0.0.26...rollarr-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rollarr-0.0.26](https://github.com/truecharts/charts/compare/rollarr-0.0.25...rollarr-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rollarr-0.0.25](https://github.com/truecharts/charts/compare/rollarr-0.0.24...rollarr-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rollarr-0.0.24](https://github.com/truecharts/charts/compare/rollarr-0.0.23...rollarr-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rollarr-0.0.24](https://github.com/truecharts/charts/compare/rollarr-0.0.23...rollarr-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rollarr/0.0.29/Chart.lock b/incubator/rollarr/0.0.29/Chart.lock deleted file mode 100644 index cf1b337a2e1..00000000000 --- a/incubator/rollarr/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:00.001061253Z" diff --git a/incubator/rollarr/0.0.29/Chart.yaml b/incubator/rollarr/0.0.29/Chart.yaml deleted file mode 100644 index 30f42f3680d..00000000000 --- a/incubator/rollarr/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A automated pre-roll program for your plex pre-roll needs." -home: https://truecharts.org/docs/charts/incubator/rollarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rollarr.png -keywords: - - rollarr - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rollarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rollarr - - https://github.com/TheHumanRobot/Rollarr - - https://hub.docker.com/r/thehumanrobot/rollarr/ -type: application -version: 0.0.29 diff --git a/incubator/rollarr/0.0.29/README.md b/incubator/rollarr/0.0.29/README.md deleted file mode 100644 index 1c52b2951e4..00000000000 --- a/incubator/rollarr/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rollarr - -A automated pre-roll program for your plex pre-roll needs. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rollarr](https://truecharts.org/docs/charts/incubator/rollarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rollarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rollarr TrueCharts/rollarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rollarr` deployment - -```console -helm uninstall rollarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rollarr \ - --set env.TZ="America/New York" \ - TrueCharts/rollarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rollarr TrueCharts/rollarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rollarr/0.0.29/charts/common-10.7.0.tgz b/incubator/rollarr/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rollarr/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rollarr/0.0.30/CHANGELOG.md b/incubator/rollarr/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7f67eb74693 --- /dev/null +++ b/incubator/rollarr/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rollarr-0.0.30](https://github.com/truecharts/charts/compare/rollarr-0.0.29...rollarr-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rollarr-0.0.29](https://github.com/truecharts/charts/compare/rollarr-0.0.28...rollarr-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rollarr-0.0.28](https://github.com/truecharts/charts/compare/rollarr-0.0.27...rollarr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rollarr-0.0.28](https://github.com/truecharts/charts/compare/rollarr-0.0.27...rollarr-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rollarr-0.0.27](https://github.com/truecharts/charts/compare/rollarr-0.0.26...rollarr-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rollarr-0.0.26](https://github.com/truecharts/charts/compare/rollarr-0.0.25...rollarr-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rollarr-0.0.25](https://github.com/truecharts/charts/compare/rollarr-0.0.24...rollarr-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rollarr-0.0.24](https://github.com/truecharts/charts/compare/rollarr-0.0.23...rollarr-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/rollarr/0.0.30/Chart.lock b/incubator/rollarr/0.0.30/Chart.lock new file mode 100644 index 00000000000..d96b761c7f9 --- /dev/null +++ b/incubator/rollarr/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:27.752553264Z" diff --git a/incubator/rollarr/0.0.30/Chart.yaml b/incubator/rollarr/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e276d1456be --- /dev/null +++ b/incubator/rollarr/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A automated pre-roll program for your plex pre-roll needs." +home: https://truecharts.org/docs/charts/incubator/rollarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rollarr.png +keywords: + - rollarr + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rollarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rollarr + - https://github.com/TheHumanRobot/Rollarr + - https://hub.docker.com/r/thehumanrobot/rollarr/ +type: application +version: 0.0.30 diff --git a/incubator/rollarr/0.0.30/README.md b/incubator/rollarr/0.0.30/README.md new file mode 100644 index 00000000000..c2f4b979868 --- /dev/null +++ b/incubator/rollarr/0.0.30/README.md @@ -0,0 +1,107 @@ +# rollarr + +A automated pre-roll program for your plex pre-roll needs. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rollarr](https://truecharts.org/docs/charts/incubator/rollarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rollarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rollarr TrueCharts/rollarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rollarr` deployment + +```console +helm uninstall rollarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rollarr \ + --set env.TZ="America/New York" \ + TrueCharts/rollarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rollarr TrueCharts/rollarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rollarr/0.0.29/app-readme.md b/incubator/rollarr/0.0.30/app-readme.md similarity index 100% rename from incubator/rollarr/0.0.29/app-readme.md rename to incubator/rollarr/0.0.30/app-readme.md diff --git a/incubator/rollarr/0.0.30/charts/common-10.7.1.tgz b/incubator/rollarr/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rollarr/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rollarr/0.0.29/ix_values.yaml b/incubator/rollarr/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rollarr/0.0.29/ix_values.yaml rename to incubator/rollarr/0.0.30/ix_values.yaml diff --git a/incubator/rollarr/0.0.29/questions.yaml b/incubator/rollarr/0.0.30/questions.yaml similarity index 100% rename from incubator/rollarr/0.0.29/questions.yaml rename to incubator/rollarr/0.0.30/questions.yaml diff --git a/incubator/rollarr/0.0.29/templates/common.yaml b/incubator/rollarr/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rollarr/0.0.29/templates/common.yaml rename to incubator/rollarr/0.0.30/templates/common.yaml diff --git a/incubator/rollarr/0.0.29/values.yaml b/incubator/rollarr/0.0.30/values.yaml similarity index 100% rename from incubator/rollarr/0.0.29/values.yaml rename to incubator/rollarr/0.0.30/values.yaml diff --git a/incubator/root/0.0.29/CHANGELOG.md b/incubator/root/0.0.29/CHANGELOG.md deleted file mode 100644 index 5e8aaafa0bb..00000000000 --- a/incubator/root/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [root-0.0.29](https://github.com/truecharts/charts/compare/root-0.0.28...root-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [root-0.0.28](https://github.com/truecharts/charts/compare/root-0.0.27...root-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [root-0.0.28](https://github.com/truecharts/charts/compare/root-0.0.27...root-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [root-0.0.27](https://github.com/truecharts/charts/compare/root-0.0.26...root-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [root-0.0.26](https://github.com/truecharts/charts/compare/root-0.0.25...root-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [root-0.0.25](https://github.com/truecharts/charts/compare/root-0.0.24...root-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [root-0.0.24](https://github.com/truecharts/charts/compare/root-0.0.23...root-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [root-0.0.24](https://github.com/truecharts/charts/compare/root-0.0.23...root-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/root/0.0.29/Chart.lock b/incubator/root/0.0.29/Chart.lock deleted file mode 100644 index 1fcc5006256..00000000000 --- a/incubator/root/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:07.181702863Z" diff --git a/incubator/root/0.0.29/Chart.yaml b/incubator/root/0.0.29/Chart.yaml deleted file mode 100644 index 2745290f00d..00000000000 --- a/incubator/root/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. -home: https://truecharts.org/docs/charts/incubator/root -icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png -keywords: - - root - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: root -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/root - - https://root.cern/ - - https://hub.docker.com/repository/docker/bgameiro/arch-cern-root -type: application -version: 0.0.29 diff --git a/incubator/root/0.0.29/README.md b/incubator/root/0.0.29/README.md deleted file mode 100644 index 9b1807ccef1..00000000000 --- a/incubator/root/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# root - -ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [root](https://truecharts.org/docs/charts/incubator/root) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `root` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install root TrueCharts/root -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `root` deployment - -```console -helm uninstall root -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install root \ - --set env.TZ="America/New York" \ - TrueCharts/root -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install root TrueCharts/root -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/root/0.0.29/charts/common-10.7.0.tgz b/incubator/root/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/root/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/root/0.0.30/CHANGELOG.md b/incubator/root/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9f67a4aa598 --- /dev/null +++ b/incubator/root/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [root-0.0.30](https://github.com/truecharts/charts/compare/root-0.0.29...root-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [root-0.0.29](https://github.com/truecharts/charts/compare/root-0.0.28...root-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [root-0.0.28](https://github.com/truecharts/charts/compare/root-0.0.27...root-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [root-0.0.28](https://github.com/truecharts/charts/compare/root-0.0.27...root-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [root-0.0.27](https://github.com/truecharts/charts/compare/root-0.0.26...root-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [root-0.0.26](https://github.com/truecharts/charts/compare/root-0.0.25...root-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [root-0.0.25](https://github.com/truecharts/charts/compare/root-0.0.24...root-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [root-0.0.24](https://github.com/truecharts/charts/compare/root-0.0.23...root-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/root/0.0.30/Chart.lock b/incubator/root/0.0.30/Chart.lock new file mode 100644 index 00000000000..d3c232df71f --- /dev/null +++ b/incubator/root/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:37.20810942Z" diff --git a/incubator/root/0.0.30/Chart.yaml b/incubator/root/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b87881b41ac --- /dev/null +++ b/incubator/root/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. +home: https://truecharts.org/docs/charts/incubator/root +icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.png +keywords: + - root + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: root +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/root + - https://root.cern/ + - https://hub.docker.com/repository/docker/bgameiro/arch-cern-root +type: application +version: 0.0.30 diff --git a/incubator/root/0.0.30/README.md b/incubator/root/0.0.30/README.md new file mode 100644 index 00000000000..7379812e164 --- /dev/null +++ b/incubator/root/0.0.30/README.md @@ -0,0 +1,107 @@ +# root + +ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [root](https://truecharts.org/docs/charts/incubator/root) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `root` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install root TrueCharts/root +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `root` deployment + +```console +helm uninstall root +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install root \ + --set env.TZ="America/New York" \ + TrueCharts/root +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install root TrueCharts/root -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/root/0.0.29/app-readme.md b/incubator/root/0.0.30/app-readme.md similarity index 100% rename from incubator/root/0.0.29/app-readme.md rename to incubator/root/0.0.30/app-readme.md diff --git a/incubator/root/0.0.30/charts/common-10.7.1.tgz b/incubator/root/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/root/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/root/0.0.29/ix_values.yaml b/incubator/root/0.0.30/ix_values.yaml similarity index 100% rename from incubator/root/0.0.29/ix_values.yaml rename to incubator/root/0.0.30/ix_values.yaml diff --git a/incubator/root/0.0.29/questions.yaml b/incubator/root/0.0.30/questions.yaml similarity index 100% rename from incubator/root/0.0.29/questions.yaml rename to incubator/root/0.0.30/questions.yaml diff --git a/incubator/root/0.0.29/templates/common.yaml b/incubator/root/0.0.30/templates/common.yaml similarity index 100% rename from incubator/root/0.0.29/templates/common.yaml rename to incubator/root/0.0.30/templates/common.yaml diff --git a/incubator/root/0.0.29/values.yaml b/incubator/root/0.0.30/values.yaml similarity index 100% rename from incubator/root/0.0.29/values.yaml rename to incubator/root/0.0.30/values.yaml diff --git a/incubator/rss-proxy/0.0.29/CHANGELOG.md b/incubator/rss-proxy/0.0.29/CHANGELOG.md deleted file mode 100644 index 0cf22060821..00000000000 --- a/incubator/rss-proxy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rss-proxy-0.0.29](https://github.com/truecharts/charts/compare/rss-proxy-0.0.28...rss-proxy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rss-proxy-0.0.28](https://github.com/truecharts/charts/compare/rss-proxy-0.0.27...rss-proxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-proxy-0.0.28](https://github.com/truecharts/charts/compare/rss-proxy-0.0.27...rss-proxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-proxy-0.0.27](https://github.com/truecharts/charts/compare/rss-proxy-0.0.26...rss-proxy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rss-proxy-0.0.26](https://github.com/truecharts/charts/compare/rss-proxy-0.0.25...rss-proxy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rss-proxy-0.0.25](https://github.com/truecharts/charts/compare/rss-proxy-0.0.24...rss-proxy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rss-proxy-0.0.24](https://github.com/truecharts/charts/compare/rss-proxy-0.0.23...rss-proxy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [rss-proxy-0.0.24](https://github.com/truecharts/charts/compare/rss-proxy-0.0.23...rss-proxy-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rss-proxy/0.0.29/Chart.lock b/incubator/rss-proxy/0.0.29/Chart.lock deleted file mode 100644 index 17c2ee51af0..00000000000 --- a/incubator/rss-proxy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:23.579828932Z" diff --git a/incubator/rss-proxy/0.0.29/Chart.yaml b/incubator/rss-proxy/0.0.29/Chart.yaml deleted file mode 100644 index a6dbbbd244f..00000000000 --- a/incubator/rss-proxy/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure." -home: https://truecharts.org/docs/charts/incubator/rss-proxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png -keywords: - - rss-proxy - - Cloud - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rss-proxy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-proxy - - https://github.com/damoeb/rss-proxy - - https://hub.docker.com/r/damoeb/rss-proxy -type: application -version: 0.0.29 diff --git a/incubator/rss-proxy/0.0.29/README.md b/incubator/rss-proxy/0.0.29/README.md deleted file mode 100644 index 839dd42ea46..00000000000 --- a/incubator/rss-proxy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rss-proxy - -RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rss-proxy](https://truecharts.org/docs/charts/incubator/rss-proxy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rss-proxy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rss-proxy TrueCharts/rss-proxy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rss-proxy` deployment - -```console -helm uninstall rss-proxy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rss-proxy \ - --set env.TZ="America/New York" \ - TrueCharts/rss-proxy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rss-proxy TrueCharts/rss-proxy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rss-proxy/0.0.29/charts/common-10.7.0.tgz b/incubator/rss-proxy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rss-proxy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rss-proxy/0.0.30/CHANGELOG.md b/incubator/rss-proxy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0ec2c8fe520 --- /dev/null +++ b/incubator/rss-proxy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rss-proxy-0.0.30](https://github.com/truecharts/charts/compare/rss-proxy-0.0.29...rss-proxy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rss-proxy-0.0.29](https://github.com/truecharts/charts/compare/rss-proxy-0.0.28...rss-proxy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rss-proxy-0.0.28](https://github.com/truecharts/charts/compare/rss-proxy-0.0.27...rss-proxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-proxy-0.0.28](https://github.com/truecharts/charts/compare/rss-proxy-0.0.27...rss-proxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-proxy-0.0.27](https://github.com/truecharts/charts/compare/rss-proxy-0.0.26...rss-proxy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rss-proxy-0.0.26](https://github.com/truecharts/charts/compare/rss-proxy-0.0.25...rss-proxy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rss-proxy-0.0.25](https://github.com/truecharts/charts/compare/rss-proxy-0.0.24...rss-proxy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rss-proxy-0.0.24](https://github.com/truecharts/charts/compare/rss-proxy-0.0.23...rss-proxy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [rss-proxy-0.0.24](https://github.com/truecharts/charts/compare/rss-proxy-0.0.23...rss-proxy-0.0.24) (2022-09-21) diff --git a/incubator/rss-proxy/0.0.30/Chart.lock b/incubator/rss-proxy/0.0.30/Chart.lock new file mode 100644 index 00000000000..6ed2db98a8c --- /dev/null +++ b/incubator/rss-proxy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:43.529248723Z" diff --git a/incubator/rss-proxy/0.0.30/Chart.yaml b/incubator/rss-proxy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7076d2be527 --- /dev/null +++ b/incubator/rss-proxy/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure." +home: https://truecharts.org/docs/charts/incubator/rss-proxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.png +keywords: + - rss-proxy + - Cloud + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rss-proxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-proxy + - https://github.com/damoeb/rss-proxy + - https://hub.docker.com/r/damoeb/rss-proxy +type: application +version: 0.0.30 diff --git a/incubator/rss-proxy/0.0.30/README.md b/incubator/rss-proxy/0.0.30/README.md new file mode 100644 index 00000000000..91f764b0d07 --- /dev/null +++ b/incubator/rss-proxy/0.0.30/README.md @@ -0,0 +1,107 @@ +# rss-proxy + +RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rss-proxy](https://truecharts.org/docs/charts/incubator/rss-proxy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rss-proxy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rss-proxy TrueCharts/rss-proxy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rss-proxy` deployment + +```console +helm uninstall rss-proxy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rss-proxy \ + --set env.TZ="America/New York" \ + TrueCharts/rss-proxy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rss-proxy TrueCharts/rss-proxy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rss-proxy/0.0.29/app-readme.md b/incubator/rss-proxy/0.0.30/app-readme.md similarity index 100% rename from incubator/rss-proxy/0.0.29/app-readme.md rename to incubator/rss-proxy/0.0.30/app-readme.md diff --git a/incubator/rss-proxy/0.0.30/charts/common-10.7.1.tgz b/incubator/rss-proxy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rss-proxy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rss-proxy/0.0.29/ix_values.yaml b/incubator/rss-proxy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rss-proxy/0.0.29/ix_values.yaml rename to incubator/rss-proxy/0.0.30/ix_values.yaml diff --git a/incubator/rss-proxy/0.0.29/questions.yaml b/incubator/rss-proxy/0.0.30/questions.yaml similarity index 100% rename from incubator/rss-proxy/0.0.29/questions.yaml rename to incubator/rss-proxy/0.0.30/questions.yaml diff --git a/incubator/rss-proxy/0.0.29/templates/common.yaml b/incubator/rss-proxy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rss-proxy/0.0.29/templates/common.yaml rename to incubator/rss-proxy/0.0.30/templates/common.yaml diff --git a/incubator/rss-proxy/0.0.29/values.yaml b/incubator/rss-proxy/0.0.30/values.yaml similarity index 100% rename from incubator/rss-proxy/0.0.29/values.yaml rename to incubator/rss-proxy/0.0.30/values.yaml diff --git a/incubator/rss-to-telegram/0.0.29/CHANGELOG.md b/incubator/rss-to-telegram/0.0.29/CHANGELOG.md deleted file mode 100644 index 32e7653bf6b..00000000000 --- a/incubator/rss-to-telegram/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rss-to-telegram-0.0.29](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.28...rss-to-telegram-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rss-to-telegram-0.0.28](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.27...rss-to-telegram-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-to-telegram-0.0.28](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.27...rss-to-telegram-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-to-telegram-0.0.27](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.26...rss-to-telegram-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rss-to-telegram-0.0.26](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.25...rss-to-telegram-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rss-to-telegram-0.0.25](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.24...rss-to-telegram-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rss-to-telegram-0.0.24](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.23...rss-to-telegram-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [rss-to-telegram-0.0.24](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.23...rss-to-telegram-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rss-to-telegram/0.0.29/Chart.lock b/incubator/rss-to-telegram/0.0.29/Chart.lock deleted file mode 100644 index e2e2a1b1c44..00000000000 --- a/incubator/rss-to-telegram/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:28.065311003Z" diff --git a/incubator/rss-to-telegram/0.0.29/Chart.yaml b/incubator/rss-to-telegram/0.0.29/Chart.yaml deleted file mode 100644 index 0aa28696016..00000000000 --- a/incubator/rss-to-telegram/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Network-Messenger - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. -home: https://truecharts.org/docs/charts/incubator/rss-to-telegram -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png -keywords: - - rss-to-telegram - - Network-Other - - Network-Messenger - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rss-to-telegram -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-to-telegram - - https://github.com/BoKKeR/RSS-to-Telegram-Bot - - https://hub.docker.com/r/bokker/rss.to.telegram -type: application -version: 0.0.29 diff --git a/incubator/rss-to-telegram/0.0.29/README.md b/incubator/rss-to-telegram/0.0.29/README.md deleted file mode 100644 index 17ef040ea6b..00000000000 --- a/incubator/rss-to-telegram/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rss-to-telegram - -A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rss-to-telegram](https://truecharts.org/docs/charts/incubator/rss-to-telegram) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rss-to-telegram` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rss-to-telegram TrueCharts/rss-to-telegram -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rss-to-telegram` deployment - -```console -helm uninstall rss-to-telegram -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rss-to-telegram \ - --set env.TZ="America/New York" \ - TrueCharts/rss-to-telegram -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rss-to-telegram TrueCharts/rss-to-telegram -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rss-to-telegram/0.0.29/charts/common-10.7.0.tgz b/incubator/rss-to-telegram/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rss-to-telegram/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rss-to-telegram/0.0.30/CHANGELOG.md b/incubator/rss-to-telegram/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..ff9020d2dba --- /dev/null +++ b/incubator/rss-to-telegram/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rss-to-telegram-0.0.30](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.29...rss-to-telegram-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rss-to-telegram-0.0.29](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.28...rss-to-telegram-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rss-to-telegram-0.0.28](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.27...rss-to-telegram-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-to-telegram-0.0.28](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.27...rss-to-telegram-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-to-telegram-0.0.27](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.26...rss-to-telegram-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rss-to-telegram-0.0.26](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.25...rss-to-telegram-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rss-to-telegram-0.0.25](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.24...rss-to-telegram-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rss-to-telegram-0.0.24](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.23...rss-to-telegram-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [rss-to-telegram-0.0.24](https://github.com/truecharts/charts/compare/rss-to-telegram-0.0.23...rss-to-telegram-0.0.24) (2022-09-21) diff --git a/incubator/rss-to-telegram/0.0.30/Chart.lock b/incubator/rss-to-telegram/0.0.30/Chart.lock new file mode 100644 index 00000000000..ef5b1402060 --- /dev/null +++ b/incubator/rss-to-telegram/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:45.47930838Z" diff --git a/incubator/rss-to-telegram/0.0.30/Chart.yaml b/incubator/rss-to-telegram/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4bfc6dc1968 --- /dev/null +++ b/incubator/rss-to-telegram/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Network-Messenger + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. +home: https://truecharts.org/docs/charts/incubator/rss-to-telegram +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.png +keywords: + - rss-to-telegram + - Network-Other + - Network-Messenger + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rss-to-telegram +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rss-to-telegram + - https://github.com/BoKKeR/RSS-to-Telegram-Bot + - https://hub.docker.com/r/bokker/rss.to.telegram +type: application +version: 0.0.30 diff --git a/incubator/rss-to-telegram/0.0.30/README.md b/incubator/rss-to-telegram/0.0.30/README.md new file mode 100644 index 00000000000..29d5efd2bed --- /dev/null +++ b/incubator/rss-to-telegram/0.0.30/README.md @@ -0,0 +1,107 @@ +# rss-to-telegram + +A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rss-to-telegram](https://truecharts.org/docs/charts/incubator/rss-to-telegram) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rss-to-telegram` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rss-to-telegram TrueCharts/rss-to-telegram +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rss-to-telegram` deployment + +```console +helm uninstall rss-to-telegram +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rss-to-telegram \ + --set env.TZ="America/New York" \ + TrueCharts/rss-to-telegram +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rss-to-telegram TrueCharts/rss-to-telegram -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rss-to-telegram/0.0.29/app-readme.md b/incubator/rss-to-telegram/0.0.30/app-readme.md similarity index 100% rename from incubator/rss-to-telegram/0.0.29/app-readme.md rename to incubator/rss-to-telegram/0.0.30/app-readme.md diff --git a/incubator/rss-to-telegram/0.0.30/charts/common-10.7.1.tgz b/incubator/rss-to-telegram/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rss-to-telegram/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rss-to-telegram/0.0.29/ix_values.yaml b/incubator/rss-to-telegram/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rss-to-telegram/0.0.29/ix_values.yaml rename to incubator/rss-to-telegram/0.0.30/ix_values.yaml diff --git a/incubator/rss-to-telegram/0.0.29/questions.yaml b/incubator/rss-to-telegram/0.0.30/questions.yaml similarity index 100% rename from incubator/rss-to-telegram/0.0.29/questions.yaml rename to incubator/rss-to-telegram/0.0.30/questions.yaml diff --git a/incubator/rss-to-telegram/0.0.29/templates/common.yaml b/incubator/rss-to-telegram/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rss-to-telegram/0.0.29/templates/common.yaml rename to incubator/rss-to-telegram/0.0.30/templates/common.yaml diff --git a/incubator/rss-to-telegram/0.0.29/values.yaml b/incubator/rss-to-telegram/0.0.30/values.yaml similarity index 100% rename from incubator/rss-to-telegram/0.0.29/values.yaml rename to incubator/rss-to-telegram/0.0.30/values.yaml diff --git a/incubator/rstudio/0.0.33/CHANGELOG.md b/incubator/rstudio/0.0.33/CHANGELOG.md deleted file mode 100644 index 5d89d7531de..00000000000 --- a/incubator/rstudio/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rstudio-0.0.33](https://github.com/truecharts/charts/compare/rstudio-0.0.32...rstudio-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rstudio-0.0.32](https://github.com/truecharts/charts/compare/rstudio-0.0.31...rstudio-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rstudio-0.0.32](https://github.com/truecharts/charts/compare/rstudio-0.0.31...rstudio-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rstudio-0.0.31](https://github.com/truecharts/charts/compare/rstudio-0.0.30...rstudio-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rstudio-0.0.30](https://github.com/truecharts/charts/compare/rstudio-0.0.29...rstudio-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rstudio-0.0.29](https://github.com/truecharts/charts/compare/rstudio-0.0.28...rstudio-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rstudio-0.0.28](https://github.com/truecharts/charts/compare/rstudio-0.0.27...rstudio-0.0.28) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [rstudio-0.0.27](https://github.com/truecharts/charts/compare/rstudio-0.0.25...rstudio-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/incubator/rstudio/0.0.33/Chart.lock b/incubator/rstudio/0.0.33/Chart.lock deleted file mode 100644 index 547b64afe8a..00000000000 --- a/incubator/rstudio/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:28.843184193Z" diff --git a/incubator/rstudio/0.0.33/Chart.yaml b/incubator/rstudio/0.0.33/Chart.yaml deleted file mode 100644 index 59612b31c58..00000000000 --- a/incubator/rstudio/0.0.33/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "***NOTE*** First run is slow." -home: https://truecharts.org/docs/charts/incubator/rstudio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png -keywords: - - rstudio - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rstudio -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rstudio - - https://github.com/rocker-org/rocker-versioned - - https://hub.docker.com/r/rocker/rstudio/ -type: application -version: 0.0.33 diff --git a/incubator/rstudio/0.0.33/README.md b/incubator/rstudio/0.0.33/README.md deleted file mode 100644 index 3d05918c868..00000000000 --- a/incubator/rstudio/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rstudio - -***NOTE*** First run is slow. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rstudio](https://truecharts.org/docs/charts/incubator/rstudio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rstudio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rstudio TrueCharts/rstudio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rstudio` deployment - -```console -helm uninstall rstudio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rstudio \ - --set env.TZ="America/New York" \ - TrueCharts/rstudio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rstudio TrueCharts/rstudio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rstudio/0.0.33/charts/common-10.7.0.tgz b/incubator/rstudio/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rstudio/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rstudio/0.0.34/CHANGELOG.md b/incubator/rstudio/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..ca96803902f --- /dev/null +++ b/incubator/rstudio/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rstudio-0.0.34](https://github.com/truecharts/charts/compare/rstudio-0.0.33...rstudio-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rstudio-0.0.33](https://github.com/truecharts/charts/compare/rstudio-0.0.32...rstudio-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rstudio-0.0.32](https://github.com/truecharts/charts/compare/rstudio-0.0.31...rstudio-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rstudio-0.0.32](https://github.com/truecharts/charts/compare/rstudio-0.0.31...rstudio-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rstudio-0.0.31](https://github.com/truecharts/charts/compare/rstudio-0.0.30...rstudio-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rstudio-0.0.30](https://github.com/truecharts/charts/compare/rstudio-0.0.29...rstudio-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rstudio-0.0.29](https://github.com/truecharts/charts/compare/rstudio-0.0.28...rstudio-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rstudio-0.0.28](https://github.com/truecharts/charts/compare/rstudio-0.0.27...rstudio-0.0.28) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [rstudio-0.0.27](https://github.com/truecharts/charts/compare/rstudio-0.0.25...rstudio-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/rstudio/0.0.34/Chart.lock b/incubator/rstudio/0.0.34/Chart.lock new file mode 100644 index 00000000000..25f5779eec3 --- /dev/null +++ b/incubator/rstudio/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:43:59.026541211Z" diff --git a/incubator/rstudio/0.0.34/Chart.yaml b/incubator/rstudio/0.0.34/Chart.yaml new file mode 100644 index 00000000000..e06a418531e --- /dev/null +++ b/incubator/rstudio/0.0.34/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "***NOTE*** First run is slow." +home: https://truecharts.org/docs/charts/incubator/rstudio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.png +keywords: + - rstudio + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rstudio +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rstudio + - https://github.com/rocker-org/rocker-versioned + - https://hub.docker.com/r/rocker/rstudio/ +type: application +version: 0.0.34 diff --git a/incubator/rstudio/0.0.34/README.md b/incubator/rstudio/0.0.34/README.md new file mode 100644 index 00000000000..2261552b0a5 --- /dev/null +++ b/incubator/rstudio/0.0.34/README.md @@ -0,0 +1,107 @@ +# rstudio + +***NOTE*** First run is slow. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rstudio](https://truecharts.org/docs/charts/incubator/rstudio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rstudio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rstudio TrueCharts/rstudio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rstudio` deployment + +```console +helm uninstall rstudio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rstudio \ + --set env.TZ="America/New York" \ + TrueCharts/rstudio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rstudio TrueCharts/rstudio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rstudio/0.0.33/app-readme.md b/incubator/rstudio/0.0.34/app-readme.md similarity index 100% rename from incubator/rstudio/0.0.33/app-readme.md rename to incubator/rstudio/0.0.34/app-readme.md diff --git a/incubator/rstudio/0.0.34/charts/common-10.7.1.tgz b/incubator/rstudio/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rstudio/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/rstudio/0.0.33/ix_values.yaml b/incubator/rstudio/0.0.34/ix_values.yaml similarity index 100% rename from incubator/rstudio/0.0.33/ix_values.yaml rename to incubator/rstudio/0.0.34/ix_values.yaml diff --git a/incubator/rstudio/0.0.33/questions.yaml b/incubator/rstudio/0.0.34/questions.yaml similarity index 100% rename from incubator/rstudio/0.0.33/questions.yaml rename to incubator/rstudio/0.0.34/questions.yaml diff --git a/incubator/rstudio/0.0.33/templates/common.yaml b/incubator/rstudio/0.0.34/templates/common.yaml similarity index 100% rename from incubator/rstudio/0.0.33/templates/common.yaml rename to incubator/rstudio/0.0.34/templates/common.yaml diff --git a/incubator/rstudio/0.0.33/values.yaml b/incubator/rstudio/0.0.34/values.yaml similarity index 100% rename from incubator/rstudio/0.0.33/values.yaml rename to incubator/rstudio/0.0.34/values.yaml diff --git a/incubator/rtmpserver/0.0.29/CHANGELOG.md b/incubator/rtmpserver/0.0.29/CHANGELOG.md deleted file mode 100644 index 4f46ff6d06f..00000000000 --- a/incubator/rtmpserver/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rtmpserver-0.0.29](https://github.com/truecharts/charts/compare/rtmpserver-0.0.28...rtmpserver-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rtmpserver-0.0.28](https://github.com/truecharts/charts/compare/rtmpserver-0.0.27...rtmpserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rtmpserver-0.0.28](https://github.com/truecharts/charts/compare/rtmpserver-0.0.27...rtmpserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rtmpserver-0.0.27](https://github.com/truecharts/charts/compare/rtmpserver-0.0.26...rtmpserver-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rtmpserver-0.0.26](https://github.com/truecharts/charts/compare/rtmpserver-0.0.25...rtmpserver-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rtmpserver-0.0.25](https://github.com/truecharts/charts/compare/rtmpserver-0.0.24...rtmpserver-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rtmpserver-0.0.24](https://github.com/truecharts/charts/compare/rtmpserver-0.0.23...rtmpserver-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [rtmpserver-0.0.24](https://github.com/truecharts/charts/compare/rtmpserver-0.0.23...rtmpserver-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rtmpserver/0.0.29/Chart.lock b/incubator/rtmpserver/0.0.29/Chart.lock deleted file mode 100644 index 4f72e900aa7..00000000000 --- a/incubator/rtmpserver/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:36.082929796Z" diff --git a/incubator/rtmpserver/0.0.29/Chart.yaml b/incubator/rtmpserver/0.0.29/Chart.yaml deleted file mode 100644 index 86326ca9214..00000000000 --- a/incubator/rtmpserver/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images." -home: https://truecharts.org/docs/charts/incubator/rtmpserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png -keywords: - - rtmpserver - - GameServers - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rtmpserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver - - https://github.com/TareqAlqutami/rtmp-hls-server - - https://hub.docker.com/r/alqutami/rtmp-hls -type: application -version: 0.0.29 diff --git a/incubator/rtmpserver/0.0.29/README.md b/incubator/rtmpserver/0.0.29/README.md deleted file mode 100644 index 3674f1c9300..00000000000 --- a/incubator/rtmpserver/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rtmpserver - -This Chart can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rtmpserver](https://truecharts.org/docs/charts/incubator/rtmpserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rtmpserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rtmpserver TrueCharts/rtmpserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rtmpserver` deployment - -```console -helm uninstall rtmpserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rtmpserver \ - --set env.TZ="America/New York" \ - TrueCharts/rtmpserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rtmpserver TrueCharts/rtmpserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rtmpserver/0.0.29/charts/common-10.7.0.tgz b/incubator/rtmpserver/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rtmpserver/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rtmpserver/0.0.30/CHANGELOG.md b/incubator/rtmpserver/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0f6f2b03fbb --- /dev/null +++ b/incubator/rtmpserver/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rtmpserver-0.0.30](https://github.com/truecharts/charts/compare/rtmpserver-0.0.29...rtmpserver-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rtmpserver-0.0.29](https://github.com/truecharts/charts/compare/rtmpserver-0.0.28...rtmpserver-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rtmpserver-0.0.28](https://github.com/truecharts/charts/compare/rtmpserver-0.0.27...rtmpserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rtmpserver-0.0.28](https://github.com/truecharts/charts/compare/rtmpserver-0.0.27...rtmpserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rtmpserver-0.0.27](https://github.com/truecharts/charts/compare/rtmpserver-0.0.26...rtmpserver-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rtmpserver-0.0.26](https://github.com/truecharts/charts/compare/rtmpserver-0.0.25...rtmpserver-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rtmpserver-0.0.25](https://github.com/truecharts/charts/compare/rtmpserver-0.0.24...rtmpserver-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rtmpserver-0.0.24](https://github.com/truecharts/charts/compare/rtmpserver-0.0.23...rtmpserver-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [rtmpserver-0.0.24](https://github.com/truecharts/charts/compare/rtmpserver-0.0.23...rtmpserver-0.0.24) (2022-09-21) diff --git a/incubator/rtmpserver/0.0.30/Chart.lock b/incubator/rtmpserver/0.0.30/Chart.lock new file mode 100644 index 00000000000..f8cc16d05e4 --- /dev/null +++ b/incubator/rtmpserver/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:07.828462902Z" diff --git a/incubator/rtmpserver/0.0.30/Chart.yaml b/incubator/rtmpserver/0.0.30/Chart.yaml new file mode 100644 index 00000000000..aee62dde1dc --- /dev/null +++ b/incubator/rtmpserver/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images." +home: https://truecharts.org/docs/charts/incubator/rtmpserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png +keywords: + - rtmpserver + - GameServers + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rtmpserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver + - https://github.com/TareqAlqutami/rtmp-hls-server + - https://hub.docker.com/r/alqutami/rtmp-hls +type: application +version: 0.0.30 diff --git a/incubator/rtmpserver/0.0.30/README.md b/incubator/rtmpserver/0.0.30/README.md new file mode 100644 index 00000000000..42373879515 --- /dev/null +++ b/incubator/rtmpserver/0.0.30/README.md @@ -0,0 +1,107 @@ +# rtmpserver + +This Chart can be used to create a video streaming server that supports RTMP, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rtmpserver](https://truecharts.org/docs/charts/incubator/rtmpserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rtmpserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rtmpserver TrueCharts/rtmpserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rtmpserver` deployment + +```console +helm uninstall rtmpserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rtmpserver \ + --set env.TZ="America/New York" \ + TrueCharts/rtmpserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rtmpserver TrueCharts/rtmpserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rtmpserver/0.0.29/app-readme.md b/incubator/rtmpserver/0.0.30/app-readme.md similarity index 100% rename from incubator/rtmpserver/0.0.29/app-readme.md rename to incubator/rtmpserver/0.0.30/app-readme.md diff --git a/incubator/rtmpserver/0.0.30/charts/common-10.7.1.tgz b/incubator/rtmpserver/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rtmpserver/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rtmpserver/0.0.29/ix_values.yaml b/incubator/rtmpserver/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rtmpserver/0.0.29/ix_values.yaml rename to incubator/rtmpserver/0.0.30/ix_values.yaml diff --git a/incubator/rtmpserver/0.0.29/questions.yaml b/incubator/rtmpserver/0.0.30/questions.yaml similarity index 100% rename from incubator/rtmpserver/0.0.29/questions.yaml rename to incubator/rtmpserver/0.0.30/questions.yaml diff --git a/incubator/rtmpserver/0.0.29/templates/common.yaml b/incubator/rtmpserver/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rtmpserver/0.0.29/templates/common.yaml rename to incubator/rtmpserver/0.0.30/templates/common.yaml diff --git a/incubator/rtmpserver/0.0.29/values.yaml b/incubator/rtmpserver/0.0.30/values.yaml similarity index 100% rename from incubator/rtmpserver/0.0.29/values.yaml rename to incubator/rtmpserver/0.0.30/values.yaml diff --git a/incubator/rust/0.0.29/CHANGELOG.md b/incubator/rust/0.0.29/CHANGELOG.md deleted file mode 100644 index 04f47c0de2a..00000000000 --- a/incubator/rust/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rust-0.0.29](https://github.com/truecharts/charts/compare/rustpad-0.0.28...rust-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rust-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rust-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rust-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rust-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rust-0.0.27](https://github.com/truecharts/charts/compare/rustpad-0.0.26...rust-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rust-0.0.26](https://github.com/truecharts/charts/compare/rustpad-0.0.25...rust-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rust-0.0.25](https://github.com/truecharts/charts/compare/rustpad-0.0.24...rust-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rust-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rust-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rust-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rust-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rust/0.0.29/Chart.lock b/incubator/rust/0.0.29/Chart.lock deleted file mode 100644 index 19db8803def..00000000000 --- a/incubator/rust/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:53.469140114Z" diff --git a/incubator/rust/0.0.29/Chart.yaml b/incubator/rust/0.0.29/Chart.yaml deleted file mode 100644 index 8080f0ce3ac..00000000000 --- a/incubator/rust/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install RUST and run it." -home: https://truecharts.org/docs/charts/incubator/rust -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png -keywords: - - rust - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rust -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rust - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/rust/0.0.29/README.md b/incubator/rust/0.0.29/README.md deleted file mode 100644 index 88157f74fb6..00000000000 --- a/incubator/rust/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rust - -This Chart will download and install SteamCMD. It will also install RUST and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rust](https://truecharts.org/docs/charts/incubator/rust) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rust` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rust TrueCharts/rust -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rust` deployment - -```console -helm uninstall rust -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rust \ - --set env.TZ="America/New York" \ - TrueCharts/rust -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rust TrueCharts/rust -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rust/0.0.29/charts/common-10.7.0.tgz b/incubator/rust/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rust/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rust/0.0.30/CHANGELOG.md b/incubator/rust/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5bb62320657 --- /dev/null +++ b/incubator/rust/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rust-0.0.30](https://github.com/truecharts/charts/compare/rustpad-0.0.29...rust-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rust-0.0.29](https://github.com/truecharts/charts/compare/rustpad-0.0.28...rust-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rust-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rust-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rust-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rust-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rust-0.0.27](https://github.com/truecharts/charts/compare/rustpad-0.0.26...rust-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rust-0.0.26](https://github.com/truecharts/charts/compare/rustpad-0.0.25...rust-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rust-0.0.25](https://github.com/truecharts/charts/compare/rustpad-0.0.24...rust-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rust-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rust-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/incubator/rust/0.0.30/Chart.lock b/incubator/rust/0.0.30/Chart.lock new file mode 100644 index 00000000000..9ca214aec08 --- /dev/null +++ b/incubator/rust/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:14.353281225Z" diff --git a/incubator/rust/0.0.30/Chart.yaml b/incubator/rust/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1ee88798389 --- /dev/null +++ b/incubator/rust/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install RUST and run it." +home: https://truecharts.org/docs/charts/incubator/rust +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.png +keywords: + - rust + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rust +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rust + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/rust/0.0.30/README.md b/incubator/rust/0.0.30/README.md new file mode 100644 index 00000000000..53becec7208 --- /dev/null +++ b/incubator/rust/0.0.30/README.md @@ -0,0 +1,107 @@ +# rust + +This Chart will download and install SteamCMD. It will also install RUST and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rust](https://truecharts.org/docs/charts/incubator/rust) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rust` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rust TrueCharts/rust +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rust` deployment + +```console +helm uninstall rust +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rust \ + --set env.TZ="America/New York" \ + TrueCharts/rust +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rust TrueCharts/rust -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rust/0.0.29/app-readme.md b/incubator/rust/0.0.30/app-readme.md similarity index 100% rename from incubator/rust/0.0.29/app-readme.md rename to incubator/rust/0.0.30/app-readme.md diff --git a/incubator/rust/0.0.30/charts/common-10.7.1.tgz b/incubator/rust/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rust/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rust/0.0.29/ix_values.yaml b/incubator/rust/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rust/0.0.29/ix_values.yaml rename to incubator/rust/0.0.30/ix_values.yaml diff --git a/incubator/rust/0.0.29/questions.yaml b/incubator/rust/0.0.30/questions.yaml similarity index 100% rename from incubator/rust/0.0.29/questions.yaml rename to incubator/rust/0.0.30/questions.yaml diff --git a/incubator/rust/0.0.29/templates/common.yaml b/incubator/rust/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rust/0.0.29/templates/common.yaml rename to incubator/rust/0.0.30/templates/common.yaml diff --git a/incubator/rust/0.0.29/values.yaml b/incubator/rust/0.0.30/values.yaml similarity index 100% rename from incubator/rust/0.0.29/values.yaml rename to incubator/rust/0.0.30/values.yaml diff --git a/incubator/rustpad/0.0.29/CHANGELOG.md b/incubator/rustpad/0.0.29/CHANGELOG.md deleted file mode 100644 index 3078be2a3a2..00000000000 --- a/incubator/rustpad/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rustpad-0.0.29](https://github.com/truecharts/charts/compare/rustpad-0.0.28...rustpad-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rustpad-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rustpad-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rustpad-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rustpad-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rustpad-0.0.27](https://github.com/truecharts/charts/compare/rustpad-0.0.26...rustpad-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [rustpad-0.0.26](https://github.com/truecharts/charts/compare/rustpad-0.0.25...rustpad-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rustpad-0.0.25](https://github.com/truecharts/charts/compare/rustpad-0.0.24...rustpad-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rustpad-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rustpad-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [rustpad-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rustpad-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/rustpad/0.0.29/Chart.lock b/incubator/rustpad/0.0.29/Chart.lock deleted file mode 100644 index 22ebe950887..00000000000 --- a/incubator/rustpad/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:57.486830466Z" diff --git a/incubator/rustpad/0.0.29/Chart.yaml b/incubator/rustpad/0.0.29/Chart.yaml deleted file mode 100644 index aa03a6c2503..00000000000 --- a/incubator/rustpad/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required." -home: https://truecharts.org/docs/charts/incubator/rustpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png -keywords: - - rustpad - - Cloud - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rustpad -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/rustpad - - https://github.com/ekzhang/rustpad - - https://hub.docker.com/r/ekzhang/rustpad -type: application -version: 0.0.29 diff --git a/incubator/rustpad/0.0.29/README.md b/incubator/rustpad/0.0.29/README.md deleted file mode 100644 index 7ff03b88e73..00000000000 --- a/incubator/rustpad/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rustpad - -Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rustpad](https://truecharts.org/docs/charts/incubator/rustpad) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rustpad` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rustpad TrueCharts/rustpad -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rustpad` deployment - -```console -helm uninstall rustpad -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rustpad \ - --set env.TZ="America/New York" \ - TrueCharts/rustpad -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rustpad TrueCharts/rustpad -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/rustpad/0.0.29/charts/common-10.7.0.tgz b/incubator/rustpad/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/rustpad/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/rustpad/0.0.30/CHANGELOG.md b/incubator/rustpad/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..3ee4f2b2c82 --- /dev/null +++ b/incubator/rustpad/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rustpad-0.0.30](https://github.com/truecharts/charts/compare/rustpad-0.0.29...rustpad-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rustpad-0.0.29](https://github.com/truecharts/charts/compare/rustpad-0.0.28...rustpad-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rustpad-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rustpad-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rustpad-0.0.28](https://github.com/truecharts/charts/compare/rustpad-0.0.27...rustpad-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rustpad-0.0.27](https://github.com/truecharts/charts/compare/rustpad-0.0.26...rustpad-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [rustpad-0.0.26](https://github.com/truecharts/charts/compare/rustpad-0.0.25...rustpad-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rustpad-0.0.25](https://github.com/truecharts/charts/compare/rustpad-0.0.24...rustpad-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rustpad-0.0.24](https://github.com/truecharts/charts/compare/rustpad-0.0.23...rustpad-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/incubator/rustpad/0.0.30/Chart.lock b/incubator/rustpad/0.0.30/Chart.lock new file mode 100644 index 00000000000..e1e98e1cfbb --- /dev/null +++ b/incubator/rustpad/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:17.534273893Z" diff --git a/incubator/rustpad/0.0.30/Chart.yaml b/incubator/rustpad/0.0.30/Chart.yaml new file mode 100644 index 00000000000..478db8f9145 --- /dev/null +++ b/incubator/rustpad/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required." +home: https://truecharts.org/docs/charts/incubator/rustpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.png +keywords: + - rustpad + - Cloud + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rustpad +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/rustpad + - https://github.com/ekzhang/rustpad + - https://hub.docker.com/r/ekzhang/rustpad +type: application +version: 0.0.30 diff --git a/incubator/rustpad/0.0.30/README.md b/incubator/rustpad/0.0.30/README.md new file mode 100644 index 00000000000..be6364e1e95 --- /dev/null +++ b/incubator/rustpad/0.0.30/README.md @@ -0,0 +1,107 @@ +# rustpad + +Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rustpad](https://truecharts.org/docs/charts/incubator/rustpad) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rustpad` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rustpad TrueCharts/rustpad +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rustpad` deployment + +```console +helm uninstall rustpad +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rustpad \ + --set env.TZ="America/New York" \ + TrueCharts/rustpad +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rustpad TrueCharts/rustpad -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/rustpad/0.0.29/app-readme.md b/incubator/rustpad/0.0.30/app-readme.md similarity index 100% rename from incubator/rustpad/0.0.29/app-readme.md rename to incubator/rustpad/0.0.30/app-readme.md diff --git a/incubator/rustpad/0.0.30/charts/common-10.7.1.tgz b/incubator/rustpad/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/rustpad/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/rustpad/0.0.29/ix_values.yaml b/incubator/rustpad/0.0.30/ix_values.yaml similarity index 100% rename from incubator/rustpad/0.0.29/ix_values.yaml rename to incubator/rustpad/0.0.30/ix_values.yaml diff --git a/incubator/rustpad/0.0.29/questions.yaml b/incubator/rustpad/0.0.30/questions.yaml similarity index 100% rename from incubator/rustpad/0.0.29/questions.yaml rename to incubator/rustpad/0.0.30/questions.yaml diff --git a/incubator/rustpad/0.0.29/templates/common.yaml b/incubator/rustpad/0.0.30/templates/common.yaml similarity index 100% rename from incubator/rustpad/0.0.29/templates/common.yaml rename to incubator/rustpad/0.0.30/templates/common.yaml diff --git a/incubator/rustpad/0.0.29/values.yaml b/incubator/rustpad/0.0.30/values.yaml similarity index 100% rename from incubator/rustpad/0.0.29/values.yaml rename to incubator/rustpad/0.0.30/values.yaml diff --git a/incubator/s3backup/0.0.29/CHANGELOG.md b/incubator/s3backup/0.0.29/CHANGELOG.md deleted file mode 100644 index ca3edd7673c..00000000000 --- a/incubator/s3backup/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [s3backup-0.0.29](https://github.com/truecharts/charts/compare/s3backup-0.0.28...s3backup-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [s3backup-0.0.28](https://github.com/truecharts/charts/compare/s3backup-0.0.27...s3backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [s3backup-0.0.28](https://github.com/truecharts/charts/compare/s3backup-0.0.27...s3backup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [s3backup-0.0.27](https://github.com/truecharts/charts/compare/s3backup-0.0.26...s3backup-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [s3backup-0.0.26](https://github.com/truecharts/charts/compare/s3backup-0.0.25...s3backup-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [s3backup-0.0.25](https://github.com/truecharts/charts/compare/s3backup-0.0.24...s3backup-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [s3backup-0.0.24](https://github.com/truecharts/charts/compare/s3backup-0.0.23...s3backup-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [s3backup-0.0.24](https://github.com/truecharts/charts/compare/s3backup-0.0.23...s3backup-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/s3backup/0.0.29/Chart.lock b/incubator/s3backup/0.0.29/Chart.lock deleted file mode 100644 index e326050e90c..00000000000 --- a/incubator/s3backup/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:01:57.856595408Z" diff --git a/incubator/s3backup/0.0.29/Chart.yaml b/incubator/s3backup/0.0.29/Chart.yaml deleted file mode 100644 index b5e551cbc34..00000000000 --- a/incubator/s3backup/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A simple way to backup important files to Amazon S3 and Glacier. -home: https://truecharts.org/docs/charts/incubator/s3backup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png -keywords: - - s3backup - - Backup - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: s3backup -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/s3backup - - https://registry.hub.docker.com/r/joch/s3backup/ -type: application -version: 0.0.29 diff --git a/incubator/s3backup/0.0.29/README.md b/incubator/s3backup/0.0.29/README.md deleted file mode 100644 index 1d92eeebf83..00000000000 --- a/incubator/s3backup/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# s3backup - -A simple way to backup important files to Amazon S3 and Glacier. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [s3backup](https://truecharts.org/docs/charts/incubator/s3backup) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `s3backup` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install s3backup TrueCharts/s3backup -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `s3backup` deployment - -```console -helm uninstall s3backup -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install s3backup \ - --set env.TZ="America/New York" \ - TrueCharts/s3backup -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install s3backup TrueCharts/s3backup -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/s3backup/0.0.29/charts/common-10.7.0.tgz b/incubator/s3backup/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/s3backup/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/s3backup/0.0.30/CHANGELOG.md b/incubator/s3backup/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..84b4ff0a995 --- /dev/null +++ b/incubator/s3backup/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [s3backup-0.0.30](https://github.com/truecharts/charts/compare/s3backup-0.0.29...s3backup-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [s3backup-0.0.29](https://github.com/truecharts/charts/compare/s3backup-0.0.28...s3backup-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [s3backup-0.0.28](https://github.com/truecharts/charts/compare/s3backup-0.0.27...s3backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [s3backup-0.0.28](https://github.com/truecharts/charts/compare/s3backup-0.0.27...s3backup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [s3backup-0.0.27](https://github.com/truecharts/charts/compare/s3backup-0.0.26...s3backup-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [s3backup-0.0.26](https://github.com/truecharts/charts/compare/s3backup-0.0.25...s3backup-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [s3backup-0.0.25](https://github.com/truecharts/charts/compare/s3backup-0.0.24...s3backup-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [s3backup-0.0.24](https://github.com/truecharts/charts/compare/s3backup-0.0.23...s3backup-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [s3backup-0.0.24](https://github.com/truecharts/charts/compare/s3backup-0.0.23...s3backup-0.0.24) (2022-09-21) diff --git a/incubator/s3backup/0.0.30/Chart.lock b/incubator/s3backup/0.0.30/Chart.lock new file mode 100644 index 00000000000..57b067948aa --- /dev/null +++ b/incubator/s3backup/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:30.325567254Z" diff --git a/incubator/s3backup/0.0.30/Chart.yaml b/incubator/s3backup/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c63139dc39e --- /dev/null +++ b/incubator/s3backup/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A simple way to backup important files to Amazon S3 and Glacier. +home: https://truecharts.org/docs/charts/incubator/s3backup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.png +keywords: + - s3backup + - Backup + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: s3backup +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/s3backup + - https://registry.hub.docker.com/r/joch/s3backup/ +type: application +version: 0.0.30 diff --git a/incubator/s3backup/0.0.30/README.md b/incubator/s3backup/0.0.30/README.md new file mode 100644 index 00000000000..93430417298 --- /dev/null +++ b/incubator/s3backup/0.0.30/README.md @@ -0,0 +1,106 @@ +# s3backup + +A simple way to backup important files to Amazon S3 and Glacier. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [s3backup](https://truecharts.org/docs/charts/incubator/s3backup) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `s3backup` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install s3backup TrueCharts/s3backup +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `s3backup` deployment + +```console +helm uninstall s3backup +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install s3backup \ + --set env.TZ="America/New York" \ + TrueCharts/s3backup +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install s3backup TrueCharts/s3backup -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/s3backup/0.0.29/app-readme.md b/incubator/s3backup/0.0.30/app-readme.md similarity index 100% rename from incubator/s3backup/0.0.29/app-readme.md rename to incubator/s3backup/0.0.30/app-readme.md diff --git a/incubator/s3backup/0.0.30/charts/common-10.7.1.tgz b/incubator/s3backup/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/s3backup/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/s3backup/0.0.29/ix_values.yaml b/incubator/s3backup/0.0.30/ix_values.yaml similarity index 100% rename from incubator/s3backup/0.0.29/ix_values.yaml rename to incubator/s3backup/0.0.30/ix_values.yaml diff --git a/incubator/s3backup/0.0.29/questions.yaml b/incubator/s3backup/0.0.30/questions.yaml similarity index 100% rename from incubator/s3backup/0.0.29/questions.yaml rename to incubator/s3backup/0.0.30/questions.yaml diff --git a/incubator/s3backup/0.0.29/templates/common.yaml b/incubator/s3backup/0.0.30/templates/common.yaml similarity index 100% rename from incubator/s3backup/0.0.29/templates/common.yaml rename to incubator/s3backup/0.0.30/templates/common.yaml diff --git a/incubator/s3backup/0.0.29/values.yaml b/incubator/s3backup/0.0.30/values.yaml similarity index 100% rename from incubator/s3backup/0.0.29/values.yaml rename to incubator/s3backup/0.0.30/values.yaml diff --git a/incubator/s3sync/0.0.29/CHANGELOG.md b/incubator/s3sync/0.0.29/CHANGELOG.md deleted file mode 100644 index 47c43a3baa6..00000000000 --- a/incubator/s3sync/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [s3sync-0.0.29](https://github.com/truecharts/charts/compare/s3sync-0.0.28...s3sync-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [s3sync-0.0.28](https://github.com/truecharts/charts/compare/s3sync-0.0.27...s3sync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [s3sync-0.0.28](https://github.com/truecharts/charts/compare/s3sync-0.0.27...s3sync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [s3sync-0.0.27](https://github.com/truecharts/charts/compare/s3sync-0.0.26...s3sync-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [s3sync-0.0.26](https://github.com/truecharts/charts/compare/s3sync-0.0.25...s3sync-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [s3sync-0.0.25](https://github.com/truecharts/charts/compare/s3sync-0.0.24...s3sync-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [s3sync-0.0.24](https://github.com/truecharts/charts/compare/s3sync-0.0.22...s3sync-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [s3sync-0.0.24](https://github.com/truecharts/charts/compare/s3sync-0.0.22...s3sync-0.0.24) (2022-09-21) - -### Chore diff --git a/incubator/s3sync/0.0.29/Chart.lock b/incubator/s3sync/0.0.29/Chart.lock deleted file mode 100644 index 8b568baa111..00000000000 --- a/incubator/s3sync/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:05.240963526Z" diff --git a/incubator/s3sync/0.0.29/Chart.yaml b/incubator/s3sync/0.0.29/Chart.yaml deleted file mode 100644 index 24f7d965215..00000000000 --- a/incubator/s3sync/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys." -home: https://truecharts.org/docs/charts/incubator/s3sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png -keywords: - - s3sync - - Backup - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: s3sync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/s3sync - - https://github.com/what-name/docker-s3sync - - https://hub.docker.com/repository/docker/whatname/docker-s3sync -type: application -version: 0.0.29 diff --git a/incubator/s3sync/0.0.29/README.md b/incubator/s3sync/0.0.29/README.md deleted file mode 100644 index 91e30907bf7..00000000000 --- a/incubator/s3sync/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# s3sync - -This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [s3sync](https://truecharts.org/docs/charts/incubator/s3sync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `s3sync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install s3sync TrueCharts/s3sync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `s3sync` deployment - -```console -helm uninstall s3sync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install s3sync \ - --set env.TZ="America/New York" \ - TrueCharts/s3sync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install s3sync TrueCharts/s3sync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/s3sync/0.0.29/charts/common-10.7.0.tgz b/incubator/s3sync/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/s3sync/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/s3sync/0.0.30/CHANGELOG.md b/incubator/s3sync/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f9564145e02 --- /dev/null +++ b/incubator/s3sync/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [s3sync-0.0.30](https://github.com/truecharts/charts/compare/s3sync-0.0.29...s3sync-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [s3sync-0.0.29](https://github.com/truecharts/charts/compare/s3sync-0.0.28...s3sync-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [s3sync-0.0.28](https://github.com/truecharts/charts/compare/s3sync-0.0.27...s3sync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [s3sync-0.0.28](https://github.com/truecharts/charts/compare/s3sync-0.0.27...s3sync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [s3sync-0.0.27](https://github.com/truecharts/charts/compare/s3sync-0.0.26...s3sync-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [s3sync-0.0.26](https://github.com/truecharts/charts/compare/s3sync-0.0.25...s3sync-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [s3sync-0.0.25](https://github.com/truecharts/charts/compare/s3sync-0.0.24...s3sync-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [s3sync-0.0.24](https://github.com/truecharts/charts/compare/s3sync-0.0.22...s3sync-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/s3sync/0.0.30/Chart.lock b/incubator/s3sync/0.0.30/Chart.lock new file mode 100644 index 00000000000..b01f55015c4 --- /dev/null +++ b/incubator/s3sync/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:38.86493185Z" diff --git a/incubator/s3sync/0.0.30/Chart.yaml b/incubator/s3sync/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a46d41ea15d --- /dev/null +++ b/incubator/s3sync/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys." +home: https://truecharts.org/docs/charts/incubator/s3sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.png +keywords: + - s3sync + - Backup + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: s3sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/s3sync + - https://github.com/what-name/docker-s3sync + - https://hub.docker.com/repository/docker/whatname/docker-s3sync +type: application +version: 0.0.30 diff --git a/incubator/s3sync/0.0.30/README.md b/incubator/s3sync/0.0.30/README.md new file mode 100644 index 00000000000..c45b267697e --- /dev/null +++ b/incubator/s3sync/0.0.30/README.md @@ -0,0 +1,107 @@ +# s3sync + +This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [s3sync](https://truecharts.org/docs/charts/incubator/s3sync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `s3sync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install s3sync TrueCharts/s3sync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `s3sync` deployment + +```console +helm uninstall s3sync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install s3sync \ + --set env.TZ="America/New York" \ + TrueCharts/s3sync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install s3sync TrueCharts/s3sync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/s3sync/0.0.29/app-readme.md b/incubator/s3sync/0.0.30/app-readme.md similarity index 100% rename from incubator/s3sync/0.0.29/app-readme.md rename to incubator/s3sync/0.0.30/app-readme.md diff --git a/incubator/s3sync/0.0.30/charts/common-10.7.1.tgz b/incubator/s3sync/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/s3sync/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/s3sync/0.0.29/ix_values.yaml b/incubator/s3sync/0.0.30/ix_values.yaml similarity index 100% rename from incubator/s3sync/0.0.29/ix_values.yaml rename to incubator/s3sync/0.0.30/ix_values.yaml diff --git a/incubator/s3sync/0.0.29/questions.yaml b/incubator/s3sync/0.0.30/questions.yaml similarity index 100% rename from incubator/s3sync/0.0.29/questions.yaml rename to incubator/s3sync/0.0.30/questions.yaml diff --git a/incubator/s3sync/0.0.29/templates/common.yaml b/incubator/s3sync/0.0.30/templates/common.yaml similarity index 100% rename from incubator/s3sync/0.0.29/templates/common.yaml rename to incubator/s3sync/0.0.30/templates/common.yaml diff --git a/incubator/s3sync/0.0.29/values.yaml b/incubator/s3sync/0.0.30/values.yaml similarity index 100% rename from incubator/s3sync/0.0.29/values.yaml rename to incubator/s3sync/0.0.30/values.yaml diff --git a/incubator/scprime/0.0.29/CHANGELOG.md b/incubator/scprime/0.0.29/CHANGELOG.md deleted file mode 100644 index bb21922b361..00000000000 --- a/incubator/scprime/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [scprime-0.0.29](https://github.com/truecharts/charts/compare/scprime-0.0.28...scprime-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [scprime-0.0.28](https://github.com/truecharts/charts/compare/scprime-0.0.27...scprime-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [scprime-0.0.28](https://github.com/truecharts/charts/compare/scprime-0.0.27...scprime-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [scprime-0.0.27](https://github.com/truecharts/charts/compare/scprime-0.0.26...scprime-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [scprime-0.0.26](https://github.com/truecharts/charts/compare/scprime-0.0.25...scprime-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [scprime-0.0.25](https://github.com/truecharts/charts/compare/scprime-0.0.24...scprime-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [scprime-0.0.24](https://github.com/truecharts/charts/compare/scprime-0.0.23...scprime-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [scprime-0.0.24](https://github.com/truecharts/charts/compare/scprime-0.0.23...scprime-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/scprime/0.0.29/Chart.lock b/incubator/scprime/0.0.29/Chart.lock deleted file mode 100644 index f47b9299918..00000000000 --- a/incubator/scprime/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:23.125158024Z" diff --git a/incubator/scprime/0.0.29/Chart.yaml b/incubator/scprime/0.0.29/Chart.yaml deleted file mode 100644 index 040637e5ad5..00000000000 --- a/incubator/scprime/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy." -home: https://truecharts.org/docs/charts/incubator/scprime -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png -keywords: - - scprime - - Cloud - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: scprime -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/scprime - - https://scpri.me - - https://hub.docker.com/r/scprime/scprime -type: application -version: 0.0.29 diff --git a/incubator/scprime/0.0.29/README.md b/incubator/scprime/0.0.29/README.md deleted file mode 100644 index bf1e176b9e4..00000000000 --- a/incubator/scprime/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# scprime - -ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [scprime](https://truecharts.org/docs/charts/incubator/scprime) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `scprime` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install scprime TrueCharts/scprime -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `scprime` deployment - -```console -helm uninstall scprime -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install scprime \ - --set env.TZ="America/New York" \ - TrueCharts/scprime -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install scprime TrueCharts/scprime -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/scprime/0.0.29/charts/common-10.7.0.tgz b/incubator/scprime/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/scprime/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/scprime/0.0.30/CHANGELOG.md b/incubator/scprime/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9cbfd790e3a --- /dev/null +++ b/incubator/scprime/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [scprime-0.0.30](https://github.com/truecharts/charts/compare/scprime-0.0.29...scprime-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [scprime-0.0.29](https://github.com/truecharts/charts/compare/scprime-0.0.28...scprime-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [scprime-0.0.28](https://github.com/truecharts/charts/compare/scprime-0.0.27...scprime-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [scprime-0.0.28](https://github.com/truecharts/charts/compare/scprime-0.0.27...scprime-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [scprime-0.0.27](https://github.com/truecharts/charts/compare/scprime-0.0.26...scprime-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [scprime-0.0.26](https://github.com/truecharts/charts/compare/scprime-0.0.25...scprime-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [scprime-0.0.25](https://github.com/truecharts/charts/compare/scprime-0.0.24...scprime-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [scprime-0.0.24](https://github.com/truecharts/charts/compare/scprime-0.0.23...scprime-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/scprime/0.0.30/Chart.lock b/incubator/scprime/0.0.30/Chart.lock new file mode 100644 index 00000000000..2fe017f07d6 --- /dev/null +++ b/incubator/scprime/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:45.894712248Z" diff --git a/incubator/scprime/0.0.30/Chart.yaml b/incubator/scprime/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c707b0efa7e --- /dev/null +++ b/incubator/scprime/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy." +home: https://truecharts.org/docs/charts/incubator/scprime +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png +keywords: + - scprime + - Cloud + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: scprime +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/scprime + - https://scpri.me + - https://hub.docker.com/r/scprime/scprime +type: application +version: 0.0.30 diff --git a/incubator/scprime/0.0.30/README.md b/incubator/scprime/0.0.30/README.md new file mode 100644 index 00000000000..602c678c969 --- /dev/null +++ b/incubator/scprime/0.0.30/README.md @@ -0,0 +1,107 @@ +# scprime + +ScPrime is a cryptocurrency project targeting public cloud services with a blockchain based ecosystem to pay individuals to store data around the globe using smart contracts and cryptographic proofs to ensure accuracy, security and redundancy. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [scprime](https://truecharts.org/docs/charts/incubator/scprime) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `scprime` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install scprime TrueCharts/scprime +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `scprime` deployment + +```console +helm uninstall scprime +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install scprime \ + --set env.TZ="America/New York" \ + TrueCharts/scprime +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install scprime TrueCharts/scprime -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/scprime/0.0.29/app-readme.md b/incubator/scprime/0.0.30/app-readme.md similarity index 100% rename from incubator/scprime/0.0.29/app-readme.md rename to incubator/scprime/0.0.30/app-readme.md diff --git a/incubator/scprime/0.0.30/charts/common-10.7.1.tgz b/incubator/scprime/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/scprime/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/scprime/0.0.29/ix_values.yaml b/incubator/scprime/0.0.30/ix_values.yaml similarity index 100% rename from incubator/scprime/0.0.29/ix_values.yaml rename to incubator/scprime/0.0.30/ix_values.yaml diff --git a/incubator/scprime/0.0.29/questions.yaml b/incubator/scprime/0.0.30/questions.yaml similarity index 100% rename from incubator/scprime/0.0.29/questions.yaml rename to incubator/scprime/0.0.30/questions.yaml diff --git a/incubator/scprime/0.0.29/templates/common.yaml b/incubator/scprime/0.0.30/templates/common.yaml similarity index 100% rename from incubator/scprime/0.0.29/templates/common.yaml rename to incubator/scprime/0.0.30/templates/common.yaml diff --git a/incubator/scprime/0.0.29/values.yaml b/incubator/scprime/0.0.30/values.yaml similarity index 100% rename from incubator/scprime/0.0.29/values.yaml rename to incubator/scprime/0.0.30/values.yaml diff --git a/incubator/searx/0.0.41/CHANGELOG.md b/incubator/searx/0.0.41/CHANGELOG.md deleted file mode 100644 index fe3ab475c63..00000000000 --- a/incubator/searx/0.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [searx-0.0.41](https://github.com/truecharts/charts/compare/searx-0.0.40...searx-0.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [searx-0.0.40](https://github.com/truecharts/charts/compare/searx-0.0.39...searx-0.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [searx-0.0.40](https://github.com/truecharts/charts/compare/searx-0.0.39...searx-0.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [searx-0.0.39](https://github.com/truecharts/charts/compare/searx-0.0.38...searx-0.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [searx-0.0.38](https://github.com/truecharts/charts/compare/searx-0.0.37...searx-0.0.38) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - update docker general non-major - - - - -## [searx-0.0.37](https://github.com/truecharts/charts/compare/searxng-0.0.50...searx-0.0.37) (2022-10-01) - -### Chore - -- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [searx-0.0.36](https://github.com/truecharts/charts/compare/searxng-0.0.48...searx-0.0.36) (2022-09-27) - -### Chore - -- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [searx-0.0.35](https://github.com/truecharts/charts/compare/searxng-0.0.46...searx-0.0.35) (2022-09-25) - -### Chore - -- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [searx-0.0.34](https://github.com/truecharts/charts/compare/searx-0.0.31...searx-0.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/searx/0.0.41/Chart.lock b/incubator/searx/0.0.41/Chart.lock deleted file mode 100644 index 702956a15f0..00000000000 --- a/incubator/searx/0.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:27.219843915Z" diff --git a/incubator/searx/0.0.41/Chart.yaml b/incubator/searx/0.0.41/Chart.yaml deleted file mode 100644 index df75fc61b23..00000000000 --- a/incubator/searx/0.0.41/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. -home: https://truecharts.org/docs/charts/incubator/searx -icon: https://truecharts.org/img/hotlink-ok/chart-icons/searx.png -keywords: - - searx - - Productivity - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: searx -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/searx - - https://github.com/asciimoo/searx - - https://hub.docker.com/r/searx/searx/ -type: application -version: 0.0.41 diff --git a/incubator/searx/0.0.41/README.md b/incubator/searx/0.0.41/README.md deleted file mode 100644 index 28aa8e63c8c..00000000000 --- a/incubator/searx/0.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# searx - -Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [searx](https://truecharts.org/docs/charts/incubator/searx) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `searx` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install searx TrueCharts/searx -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `searx` deployment - -```console -helm uninstall searx -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install searx \ - --set env.TZ="America/New York" \ - TrueCharts/searx -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install searx TrueCharts/searx -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/searx/0.0.41/charts/common-10.7.0.tgz b/incubator/searx/0.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/searx/0.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/searx/0.0.42/CHANGELOG.md b/incubator/searx/0.0.42/CHANGELOG.md new file mode 100644 index 00000000000..7f6c62f383e --- /dev/null +++ b/incubator/searx/0.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [searx-0.0.42](https://github.com/truecharts/charts/compare/searxng-0.0.56...searx-0.0.42) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [searx-0.0.41](https://github.com/truecharts/charts/compare/searx-0.0.40...searx-0.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [searx-0.0.40](https://github.com/truecharts/charts/compare/searx-0.0.39...searx-0.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [searx-0.0.40](https://github.com/truecharts/charts/compare/searx-0.0.39...searx-0.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [searx-0.0.39](https://github.com/truecharts/charts/compare/searx-0.0.38...searx-0.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [searx-0.0.38](https://github.com/truecharts/charts/compare/searx-0.0.37...searx-0.0.38) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + - update docker general non-major + + + + +## [searx-0.0.37](https://github.com/truecharts/charts/compare/searxng-0.0.50...searx-0.0.37) (2022-10-01) + +### Chore + +- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [searx-0.0.36](https://github.com/truecharts/charts/compare/searxng-0.0.48...searx-0.0.36) (2022-09-27) + +### Chore + +- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [searx-0.0.35](https://github.com/truecharts/charts/compare/searxng-0.0.46...searx-0.0.35) (2022-09-25) + +### Chore + +- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [searx-0.0.34](https://github.com/truecharts/charts/compare/searx-0.0.31...searx-0.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/searx/0.0.42/Chart.lock b/incubator/searx/0.0.42/Chart.lock new file mode 100644 index 00000000000..9e5b51e34b9 --- /dev/null +++ b/incubator/searx/0.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:44:48.438829502Z" diff --git a/incubator/searx/0.0.42/Chart.yaml b/incubator/searx/0.0.42/Chart.yaml new file mode 100644 index 00000000000..ade7694f867 --- /dev/null +++ b/incubator/searx/0.0.42/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. +home: https://truecharts.org/docs/charts/incubator/searx +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searx.png +keywords: + - searx + - Productivity + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: searx +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/searx + - https://github.com/asciimoo/searx + - https://hub.docker.com/r/searx/searx/ +type: application +version: 0.0.42 diff --git a/incubator/searx/0.0.42/README.md b/incubator/searx/0.0.42/README.md new file mode 100644 index 00000000000..b843d02db13 --- /dev/null +++ b/incubator/searx/0.0.42/README.md @@ -0,0 +1,107 @@ +# searx + +Searx is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [searx](https://truecharts.org/docs/charts/incubator/searx) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `searx` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install searx TrueCharts/searx +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `searx` deployment + +```console +helm uninstall searx +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install searx \ + --set env.TZ="America/New York" \ + TrueCharts/searx +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install searx TrueCharts/searx -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/searx/0.0.41/app-readme.md b/incubator/searx/0.0.42/app-readme.md similarity index 100% rename from incubator/searx/0.0.41/app-readme.md rename to incubator/searx/0.0.42/app-readme.md diff --git a/incubator/searx/0.0.42/charts/common-10.7.1.tgz b/incubator/searx/0.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/searx/0.0.42/charts/common-10.7.1.tgz differ diff --git a/incubator/searx/0.0.41/ix_values.yaml b/incubator/searx/0.0.42/ix_values.yaml similarity index 100% rename from incubator/searx/0.0.41/ix_values.yaml rename to incubator/searx/0.0.42/ix_values.yaml diff --git a/incubator/searx/0.0.41/questions.yaml b/incubator/searx/0.0.42/questions.yaml similarity index 100% rename from incubator/searx/0.0.41/questions.yaml rename to incubator/searx/0.0.42/questions.yaml diff --git a/incubator/searx/0.0.41/templates/common.yaml b/incubator/searx/0.0.42/templates/common.yaml similarity index 100% rename from incubator/searx/0.0.41/templates/common.yaml rename to incubator/searx/0.0.42/templates/common.yaml diff --git a/incubator/searx/0.0.41/values.yaml b/incubator/searx/0.0.42/values.yaml similarity index 100% rename from incubator/searx/0.0.41/values.yaml rename to incubator/searx/0.0.42/values.yaml diff --git a/incubator/searxng/0.0.56/CHANGELOG.md b/incubator/searxng/0.0.56/CHANGELOG.md deleted file mode 100644 index 5606a7b4662..00000000000 --- a/incubator/searxng/0.0.56/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [searxng-0.0.56](https://github.com/truecharts/charts/compare/searxng-0.0.55...searxng-0.0.56) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [searxng-0.0.55](https://github.com/truecharts/charts/compare/searxng-0.0.54...searxng-0.0.55) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [searxng-0.0.54](https://github.com/truecharts/charts/compare/searxng-0.0.53...searxng-0.0.54) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [searxng-0.0.53](https://github.com/truecharts/charts/compare/searxng-0.0.52...searxng-0.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [searxng-0.0.53](https://github.com/truecharts/charts/compare/searxng-0.0.52...searxng-0.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [searxng-0.0.52](https://github.com/truecharts/charts/compare/searxng-0.0.51...searxng-0.0.52) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [searxng-0.0.51](https://github.com/truecharts/charts/compare/searxng-0.0.50...searxng-0.0.51) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [searxng-0.0.50](https://github.com/truecharts/charts/compare/searxng-0.0.49...searxng-0.0.50) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [searxng-0.0.50](https://github.com/truecharts/charts/compare/searxng-0.0.49...searxng-0.0.50) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - diff --git a/incubator/searxng/0.0.56/Chart.lock b/incubator/searxng/0.0.56/Chart.lock deleted file mode 100644 index a72049846ec..00000000000 --- a/incubator/searxng/0.0.56/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T10:38:34.810365689Z" diff --git a/incubator/searxng/0.0.56/Chart.yaml b/incubator/searxng/0.0.56/Chart.yaml deleted file mode 100644 index d014461eda3..00000000000 --- a/incubator/searxng/0.0.56/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity." -home: https://truecharts.org/docs/charts/incubator/searxng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png -keywords: - - searxng - - Productivity - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: searxng -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/searxng - - https://github.com/searxng/searxng - - https://hub.docker.com/r/searxng/searxng -type: application -version: 0.0.56 diff --git a/incubator/searxng/0.0.56/README.md b/incubator/searxng/0.0.56/README.md deleted file mode 100644 index 8d111f50e79..00000000000 --- a/incubator/searxng/0.0.56/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# searxng - -SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [searxng](https://truecharts.org/docs/charts/incubator/searxng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `searxng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install searxng TrueCharts/searxng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `searxng` deployment - -```console -helm uninstall searxng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install searxng \ - --set env.TZ="America/New York" \ - TrueCharts/searxng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install searxng TrueCharts/searxng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/searxng/0.0.56/charts/common-10.7.0.tgz b/incubator/searxng/0.0.56/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/searxng/0.0.56/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/searxng/0.0.57/CHANGELOG.md b/incubator/searxng/0.0.57/CHANGELOG.md new file mode 100644 index 00000000000..a77f45b11f6 --- /dev/null +++ b/incubator/searxng/0.0.57/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [searxng-0.0.57](https://github.com/truecharts/charts/compare/searxng-0.0.56...searxng-0.0.57) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [searxng-0.0.56](https://github.com/truecharts/charts/compare/searxng-0.0.55...searxng-0.0.56) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [searxng-0.0.55](https://github.com/truecharts/charts/compare/searxng-0.0.54...searxng-0.0.55) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [searxng-0.0.54](https://github.com/truecharts/charts/compare/searxng-0.0.53...searxng-0.0.54) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [searxng-0.0.53](https://github.com/truecharts/charts/compare/searxng-0.0.52...searxng-0.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [searxng-0.0.53](https://github.com/truecharts/charts/compare/searxng-0.0.52...searxng-0.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [searxng-0.0.52](https://github.com/truecharts/charts/compare/searxng-0.0.51...searxng-0.0.52) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [searxng-0.0.51](https://github.com/truecharts/charts/compare/searxng-0.0.50...searxng-0.0.51) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [searxng-0.0.50](https://github.com/truecharts/charts/compare/searxng-0.0.49...searxng-0.0.50) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + diff --git a/incubator/searxng/0.0.57/Chart.lock b/incubator/searxng/0.0.57/Chart.lock new file mode 100644 index 00000000000..d51c45e08c6 --- /dev/null +++ b/incubator/searxng/0.0.57/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:01.19026146Z" diff --git a/incubator/searxng/0.0.57/Chart.yaml b/incubator/searxng/0.0.57/Chart.yaml new file mode 100644 index 00000000000..902a3a69f76 --- /dev/null +++ b/incubator/searxng/0.0.57/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity." +home: https://truecharts.org/docs/charts/incubator/searxng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.png +keywords: + - searxng + - Productivity + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: searxng +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/searxng + - https://github.com/searxng/searxng + - https://hub.docker.com/r/searxng/searxng +type: application +version: 0.0.57 diff --git a/incubator/searxng/0.0.57/README.md b/incubator/searxng/0.0.57/README.md new file mode 100644 index 00000000000..e58cad38100 --- /dev/null +++ b/incubator/searxng/0.0.57/README.md @@ -0,0 +1,107 @@ +# searxng + +SearXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, SearXNG can be used over Tor for online anonymity. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [searxng](https://truecharts.org/docs/charts/incubator/searxng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `searxng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install searxng TrueCharts/searxng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `searxng` deployment + +```console +helm uninstall searxng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install searxng \ + --set env.TZ="America/New York" \ + TrueCharts/searxng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install searxng TrueCharts/searxng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/searxng/0.0.56/app-readme.md b/incubator/searxng/0.0.57/app-readme.md similarity index 100% rename from incubator/searxng/0.0.56/app-readme.md rename to incubator/searxng/0.0.57/app-readme.md diff --git a/incubator/searxng/0.0.57/charts/common-10.7.1.tgz b/incubator/searxng/0.0.57/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/searxng/0.0.57/charts/common-10.7.1.tgz differ diff --git a/incubator/searxng/0.0.56/ix_values.yaml b/incubator/searxng/0.0.57/ix_values.yaml similarity index 100% rename from incubator/searxng/0.0.56/ix_values.yaml rename to incubator/searxng/0.0.57/ix_values.yaml diff --git a/incubator/searxng/0.0.56/questions.yaml b/incubator/searxng/0.0.57/questions.yaml similarity index 100% rename from incubator/searxng/0.0.56/questions.yaml rename to incubator/searxng/0.0.57/questions.yaml diff --git a/incubator/searxng/0.0.56/templates/common.yaml b/incubator/searxng/0.0.57/templates/common.yaml similarity index 100% rename from incubator/searxng/0.0.56/templates/common.yaml rename to incubator/searxng/0.0.57/templates/common.yaml diff --git a/incubator/searxng/0.0.56/values.yaml b/incubator/searxng/0.0.57/values.yaml similarity index 100% rename from incubator/searxng/0.0.56/values.yaml rename to incubator/searxng/0.0.57/values.yaml diff --git a/incubator/seedsync/0.0.29/CHANGELOG.md b/incubator/seedsync/0.0.29/CHANGELOG.md deleted file mode 100644 index cd9d65c7bd0..00000000000 --- a/incubator/seedsync/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [seedsync-0.0.29](https://github.com/truecharts/charts/compare/seedsync-0.0.28...seedsync-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [seedsync-0.0.28](https://github.com/truecharts/charts/compare/seedsync-0.0.27...seedsync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [seedsync-0.0.28](https://github.com/truecharts/charts/compare/seedsync-0.0.27...seedsync-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [seedsync-0.0.27](https://github.com/truecharts/charts/compare/seedsync-0.0.26...seedsync-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [seedsync-0.0.26](https://github.com/truecharts/charts/compare/seedsync-0.0.25...seedsync-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [seedsync-0.0.25](https://github.com/truecharts/charts/compare/seedsync-0.0.24...seedsync-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [seedsync-0.0.24](https://github.com/truecharts/charts/compare/seedsync-0.0.23...seedsync-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [seedsync-0.0.24](https://github.com/truecharts/charts/compare/seedsync-0.0.23...seedsync-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/seedsync/0.0.29/Chart.lock b/incubator/seedsync/0.0.29/Chart.lock deleted file mode 100644 index bb3d26869ea..00000000000 --- a/incubator/seedsync/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:33.977648709Z" diff --git a/incubator/seedsync/0.0.29/Chart.yaml b/incubator/seedsync/0.0.29/Chart.yaml deleted file mode 100644 index 115d06a0cfd..00000000000 --- a/incubator/seedsync/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! -home: https://truecharts.org/docs/charts/incubator/seedsync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png -keywords: - - seedsync - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: seedsync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/seedsync - - https://github.com/ipsingh06/seedsync - - https://hub.docker.com/r/ipsingh06/seedsync/ -type: application -version: 0.0.29 diff --git a/incubator/seedsync/0.0.29/README.md b/incubator/seedsync/0.0.29/README.md deleted file mode 100644 index bc1089bc126..00000000000 --- a/incubator/seedsync/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# seedsync - -SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [seedsync](https://truecharts.org/docs/charts/incubator/seedsync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `seedsync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install seedsync TrueCharts/seedsync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `seedsync` deployment - -```console -helm uninstall seedsync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install seedsync \ - --set env.TZ="America/New York" \ - TrueCharts/seedsync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install seedsync TrueCharts/seedsync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/seedsync/0.0.29/charts/common-10.7.0.tgz b/incubator/seedsync/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/seedsync/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/seedsync/0.0.30/CHANGELOG.md b/incubator/seedsync/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..410ac08a729 --- /dev/null +++ b/incubator/seedsync/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [seedsync-0.0.30](https://github.com/truecharts/charts/compare/seedsync-0.0.29...seedsync-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [seedsync-0.0.29](https://github.com/truecharts/charts/compare/seedsync-0.0.28...seedsync-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [seedsync-0.0.28](https://github.com/truecharts/charts/compare/seedsync-0.0.27...seedsync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [seedsync-0.0.28](https://github.com/truecharts/charts/compare/seedsync-0.0.27...seedsync-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [seedsync-0.0.27](https://github.com/truecharts/charts/compare/seedsync-0.0.26...seedsync-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [seedsync-0.0.26](https://github.com/truecharts/charts/compare/seedsync-0.0.25...seedsync-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [seedsync-0.0.25](https://github.com/truecharts/charts/compare/seedsync-0.0.24...seedsync-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [seedsync-0.0.24](https://github.com/truecharts/charts/compare/seedsync-0.0.23...seedsync-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/seedsync/0.0.30/Chart.lock b/incubator/seedsync/0.0.30/Chart.lock new file mode 100644 index 00000000000..cf3b8ece2f7 --- /dev/null +++ b/incubator/seedsync/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:10.783352385Z" diff --git a/incubator/seedsync/0.0.30/Chart.yaml b/incubator/seedsync/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3281beeae89 --- /dev/null +++ b/incubator/seedsync/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! +home: https://truecharts.org/docs/charts/incubator/seedsync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.png +keywords: + - seedsync + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: seedsync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/seedsync + - https://github.com/ipsingh06/seedsync + - https://hub.docker.com/r/ipsingh06/seedsync/ +type: application +version: 0.0.30 diff --git a/incubator/seedsync/0.0.30/README.md b/incubator/seedsync/0.0.30/README.md new file mode 100644 index 00000000000..01d8ac026ea --- /dev/null +++ b/incubator/seedsync/0.0.30/README.md @@ -0,0 +1,107 @@ +# seedsync + +SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [seedsync](https://truecharts.org/docs/charts/incubator/seedsync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `seedsync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install seedsync TrueCharts/seedsync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `seedsync` deployment + +```console +helm uninstall seedsync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install seedsync \ + --set env.TZ="America/New York" \ + TrueCharts/seedsync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install seedsync TrueCharts/seedsync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/seedsync/0.0.29/app-readme.md b/incubator/seedsync/0.0.30/app-readme.md similarity index 100% rename from incubator/seedsync/0.0.29/app-readme.md rename to incubator/seedsync/0.0.30/app-readme.md diff --git a/incubator/seedsync/0.0.30/charts/common-10.7.1.tgz b/incubator/seedsync/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/seedsync/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/seedsync/0.0.29/ix_values.yaml b/incubator/seedsync/0.0.30/ix_values.yaml similarity index 100% rename from incubator/seedsync/0.0.29/ix_values.yaml rename to incubator/seedsync/0.0.30/ix_values.yaml diff --git a/incubator/seedsync/0.0.29/questions.yaml b/incubator/seedsync/0.0.30/questions.yaml similarity index 100% rename from incubator/seedsync/0.0.29/questions.yaml rename to incubator/seedsync/0.0.30/questions.yaml diff --git a/incubator/seedsync/0.0.29/templates/common.yaml b/incubator/seedsync/0.0.30/templates/common.yaml similarity index 100% rename from incubator/seedsync/0.0.29/templates/common.yaml rename to incubator/seedsync/0.0.30/templates/common.yaml diff --git a/incubator/seedsync/0.0.29/values.yaml b/incubator/seedsync/0.0.30/values.yaml similarity index 100% rename from incubator/seedsync/0.0.29/values.yaml rename to incubator/seedsync/0.0.30/values.yaml diff --git a/incubator/self-service-password/1.0.44/CHANGELOG.md b/incubator/self-service-password/1.0.44/CHANGELOG.md deleted file mode 100644 index 4e7f09cee56..00000000000 --- a/incubator/self-service-password/1.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [self-service-password-1.0.44](https://github.com/truecharts/charts/compare/self-service-password-1.0.43...self-service-password-1.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [self-service-password-1.0.43](https://github.com/truecharts/charts/compare/self-service-password-1.0.42...self-service-password-1.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [self-service-password-1.0.43](https://github.com/truecharts/charts/compare/self-service-password-1.0.42...self-service-password-1.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [self-service-password-1.0.42](https://github.com/truecharts/charts/compare/self-service-password-1.0.41...self-service-password-1.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [self-service-password-1.0.41](https://github.com/truecharts/charts/compare/self-service-password-1.0.40...self-service-password-1.0.41) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [self-service-password-1.0.40](https://github.com/truecharts/charts/compare/self-service-password-1.0.39...self-service-password-1.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [self-service-password-1.0.39](https://github.com/truecharts/charts/compare/self-service-password-1.0.38...self-service-password-1.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [self-service-password-1.0.38](https://github.com/truecharts/charts/compare/self-service-password-1.0.37...self-service-password-1.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/incubator/self-service-password/1.0.44/Chart.lock b/incubator/self-service-password/1.0.44/Chart.lock deleted file mode 100644 index ab47ac57e09..00000000000 --- a/incubator/self-service-password/1.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:52.694537942Z" diff --git a/incubator/self-service-password/1.0.44/Chart.yaml b/incubator/self-service-password/1.0.44/Chart.yaml deleted file mode 100644 index 09120afb2c2..00000000000 --- a/incubator/self-service-password/1.0.44/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "5.3.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory. -home: https://truecharts.org/docs/charts/incubator/self-service-password -icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png -keywords: - - password - - self-service - - ldap -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: self-service-password -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password - - https://github.com/tiredofit/docker-self-service-password - - https://hub.docker.com/r/tiredofit/self-service-password - - https://self-service-password.readthedocs.io/en/latest -type: application -version: 1.0.44 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/self-service-password/1.0.44/README.md b/incubator/self-service-password/1.0.44/README.md deleted file mode 100644 index 36b117ab109..00000000000 --- a/incubator/self-service-password/1.0.44/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# self-service-password - -Self Service Password is a PHP application that allows users to change their password in an LDAP directory. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [self-service-password](https://truecharts.org/docs/charts/incubator/self-service-password) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `self-service-password` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install self-service-password TrueCharts/self-service-password -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `self-service-password` deployment - -```console -helm uninstall self-service-password -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install self-service-password \ - --set env.TZ="America/New York" \ - TrueCharts/self-service-password -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install self-service-password TrueCharts/self-service-password -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/self-service-password/1.0.44/charts/common-10.7.0.tgz b/incubator/self-service-password/1.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/self-service-password/1.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/self-service-password/1.0.45/CHANGELOG.md b/incubator/self-service-password/1.0.45/CHANGELOG.md new file mode 100644 index 00000000000..4ac6fee4a89 --- /dev/null +++ b/incubator/self-service-password/1.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [self-service-password-1.0.45](https://github.com/truecharts/charts/compare/self-service-password-1.0.44...self-service-password-1.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [self-service-password-1.0.44](https://github.com/truecharts/charts/compare/self-service-password-1.0.43...self-service-password-1.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [self-service-password-1.0.43](https://github.com/truecharts/charts/compare/self-service-password-1.0.42...self-service-password-1.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [self-service-password-1.0.43](https://github.com/truecharts/charts/compare/self-service-password-1.0.42...self-service-password-1.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [self-service-password-1.0.42](https://github.com/truecharts/charts/compare/self-service-password-1.0.41...self-service-password-1.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [self-service-password-1.0.41](https://github.com/truecharts/charts/compare/self-service-password-1.0.40...self-service-password-1.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [self-service-password-1.0.40](https://github.com/truecharts/charts/compare/self-service-password-1.0.39...self-service-password-1.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [self-service-password-1.0.39](https://github.com/truecharts/charts/compare/self-service-password-1.0.38...self-service-password-1.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [self-service-password-1.0.38](https://github.com/truecharts/charts/compare/self-service-password-1.0.37...self-service-password-1.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/self-service-password/1.0.45/Chart.lock b/incubator/self-service-password/1.0.45/Chart.lock new file mode 100644 index 00000000000..9a33549ab2a --- /dev/null +++ b/incubator/self-service-password/1.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:17.520983613Z" diff --git a/incubator/self-service-password/1.0.45/Chart.yaml b/incubator/self-service-password/1.0.45/Chart.yaml new file mode 100644 index 00000000000..a67f1e4cebf --- /dev/null +++ b/incubator/self-service-password/1.0.45/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "5.3.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Self Service Password is a PHP application that allows users to change their password in an LDAP directory. +home: https://truecharts.org/docs/charts/incubator/self-service-password +icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png +keywords: + - password + - self-service + - ldap +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: self-service-password +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password + - https://github.com/tiredofit/docker-self-service-password + - https://hub.docker.com/r/tiredofit/self-service-password + - https://self-service-password.readthedocs.io/en/latest +type: application +version: 1.0.45 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/self-service-password/1.0.45/README.md b/incubator/self-service-password/1.0.45/README.md new file mode 100644 index 00000000000..d03f052d398 --- /dev/null +++ b/incubator/self-service-password/1.0.45/README.md @@ -0,0 +1,108 @@ +# self-service-password + +Self Service Password is a PHP application that allows users to change their password in an LDAP directory. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [self-service-password](https://truecharts.org/docs/charts/incubator/self-service-password) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `self-service-password` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install self-service-password TrueCharts/self-service-password +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `self-service-password` deployment + +```console +helm uninstall self-service-password +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install self-service-password \ + --set env.TZ="America/New York" \ + TrueCharts/self-service-password +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install self-service-password TrueCharts/self-service-password -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/self-service-password/1.0.44/SKIPINSTALL b/incubator/self-service-password/1.0.45/SKIPINSTALL similarity index 100% rename from incubator/self-service-password/1.0.44/SKIPINSTALL rename to incubator/self-service-password/1.0.45/SKIPINSTALL diff --git a/incubator/self-service-password/1.0.44/app-readme.md b/incubator/self-service-password/1.0.45/app-readme.md similarity index 100% rename from incubator/self-service-password/1.0.44/app-readme.md rename to incubator/self-service-password/1.0.45/app-readme.md diff --git a/incubator/self-service-password/1.0.45/charts/common-10.7.1.tgz b/incubator/self-service-password/1.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/self-service-password/1.0.45/charts/common-10.7.1.tgz differ diff --git a/incubator/self-service-password/1.0.44/ix_values.yaml b/incubator/self-service-password/1.0.45/ix_values.yaml similarity index 100% rename from incubator/self-service-password/1.0.44/ix_values.yaml rename to incubator/self-service-password/1.0.45/ix_values.yaml diff --git a/incubator/self-service-password/1.0.44/questions.yaml b/incubator/self-service-password/1.0.45/questions.yaml similarity index 100% rename from incubator/self-service-password/1.0.44/questions.yaml rename to incubator/self-service-password/1.0.45/questions.yaml diff --git a/incubator/self-service-password/1.0.44/templates/common.yaml b/incubator/self-service-password/1.0.45/templates/common.yaml similarity index 100% rename from incubator/self-service-password/1.0.44/templates/common.yaml rename to incubator/self-service-password/1.0.45/templates/common.yaml diff --git a/incubator/self-service-password/1.0.44/values.yaml b/incubator/self-service-password/1.0.45/values.yaml similarity index 100% rename from incubator/self-service-password/1.0.44/values.yaml rename to incubator/self-service-password/1.0.45/values.yaml diff --git a/incubator/send/0.0.30/CHANGELOG.md b/incubator/send/0.0.30/CHANGELOG.md deleted file mode 100644 index 5180cf48057..00000000000 --- a/incubator/send/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [send-0.0.30](https://github.com/truecharts/charts/compare/send-0.0.29...send-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [send-0.0.29](https://github.com/truecharts/charts/compare/projectsend-3.0.41...send-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [send-0.0.29](https://github.com/truecharts/charts/compare/projectsend-3.0.41...send-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [send-0.0.28](https://github.com/truecharts/charts/compare/projectsend-3.0.40...send-0.0.28) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [send-0.0.27](https://github.com/truecharts/charts/compare/send-0.0.26...send-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [send-0.0.26](https://github.com/truecharts/charts/compare/projectsend-3.0.37...send-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [send-0.0.25](https://github.com/truecharts/charts/compare/send-0.0.24...send-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [send-0.0.25](https://github.com/truecharts/charts/compare/send-0.0.24...send-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/send/0.0.30/Chart.lock b/incubator/send/0.0.30/Chart.lock deleted file mode 100644 index f87bd13d3d6..00000000000 --- a/incubator/send/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:56.595113414Z" diff --git a/incubator/send/0.0.30/Chart.yaml b/incubator/send/0.0.30/Chart.yaml deleted file mode 100644 index 08a58f2da14..00000000000 --- a/incubator/send/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive." -home: https://truecharts.org/docs/charts/incubator/send -icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png -keywords: - - send - - Cloud - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: send -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/send - - https://gitlab.com/timvisee/send - - https://gitlab.com/timvisee/send -type: application -version: 0.0.30 diff --git a/incubator/send/0.0.30/README.md b/incubator/send/0.0.30/README.md deleted file mode 100644 index 4e815bdbb7d..00000000000 --- a/incubator/send/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# send - -A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [send](https://truecharts.org/docs/charts/incubator/send) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `send` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install send TrueCharts/send -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `send` deployment - -```console -helm uninstall send -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install send \ - --set env.TZ="America/New York" \ - TrueCharts/send -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install send TrueCharts/send -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/send/0.0.30/charts/common-10.7.0.tgz b/incubator/send/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/send/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/send/0.0.31/CHANGELOG.md b/incubator/send/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..7a527af8111 --- /dev/null +++ b/incubator/send/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [send-0.0.31](https://github.com/truecharts/charts/compare/send-0.0.30...send-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [send-0.0.30](https://github.com/truecharts/charts/compare/send-0.0.29...send-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [send-0.0.29](https://github.com/truecharts/charts/compare/projectsend-3.0.41...send-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [send-0.0.29](https://github.com/truecharts/charts/compare/projectsend-3.0.41...send-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [send-0.0.28](https://github.com/truecharts/charts/compare/projectsend-3.0.40...send-0.0.28) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [send-0.0.27](https://github.com/truecharts/charts/compare/send-0.0.26...send-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [send-0.0.26](https://github.com/truecharts/charts/compare/projectsend-3.0.37...send-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [send-0.0.25](https://github.com/truecharts/charts/compare/send-0.0.24...send-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [send-0.0.25](https://github.com/truecharts/charts/compare/send-0.0.24...send-0.0.25) (2022-09-21) diff --git a/incubator/send/0.0.31/Chart.lock b/incubator/send/0.0.31/Chart.lock new file mode 100644 index 00000000000..a0e616d182e --- /dev/null +++ b/incubator/send/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:19.833827079Z" diff --git a/incubator/send/0.0.31/Chart.yaml b/incubator/send/0.0.31/Chart.yaml new file mode 100644 index 00000000000..718a6da8a4c --- /dev/null +++ b/incubator/send/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive." +home: https://truecharts.org/docs/charts/incubator/send +icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.png +keywords: + - send + - Cloud + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: send +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/send + - https://gitlab.com/timvisee/send + - https://gitlab.com/timvisee/send +type: application +version: 0.0.31 diff --git a/incubator/send/0.0.31/README.md b/incubator/send/0.0.31/README.md new file mode 100644 index 00000000000..d67580f56e0 --- /dev/null +++ b/incubator/send/0.0.31/README.md @@ -0,0 +1,107 @@ +# send + +A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [send](https://truecharts.org/docs/charts/incubator/send) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `send` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install send TrueCharts/send +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `send` deployment + +```console +helm uninstall send +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install send \ + --set env.TZ="America/New York" \ + TrueCharts/send +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install send TrueCharts/send -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/send/0.0.30/app-readme.md b/incubator/send/0.0.31/app-readme.md similarity index 100% rename from incubator/send/0.0.30/app-readme.md rename to incubator/send/0.0.31/app-readme.md diff --git a/incubator/send/0.0.31/charts/common-10.7.1.tgz b/incubator/send/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/send/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/send/0.0.30/ix_values.yaml b/incubator/send/0.0.31/ix_values.yaml similarity index 100% rename from incubator/send/0.0.30/ix_values.yaml rename to incubator/send/0.0.31/ix_values.yaml diff --git a/incubator/send/0.0.30/questions.yaml b/incubator/send/0.0.31/questions.yaml similarity index 100% rename from incubator/send/0.0.30/questions.yaml rename to incubator/send/0.0.31/questions.yaml diff --git a/incubator/send/0.0.30/templates/common.yaml b/incubator/send/0.0.31/templates/common.yaml similarity index 100% rename from incubator/send/0.0.30/templates/common.yaml rename to incubator/send/0.0.31/templates/common.yaml diff --git a/incubator/send/0.0.30/values.yaml b/incubator/send/0.0.31/values.yaml similarity index 100% rename from incubator/send/0.0.30/values.yaml rename to incubator/send/0.0.31/values.yaml diff --git a/incubator/senseai-server/0.0.37/CHANGELOG.md b/incubator/senseai-server/0.0.37/CHANGELOG.md deleted file mode 100644 index 7fb333f014e..00000000000 --- a/incubator/senseai-server/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [senseai-server-0.0.37](https://github.com/truecharts/charts/compare/senseai-server-0.0.36...senseai-server-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [senseai-server-0.0.36](https://github.com/truecharts/charts/compare/senseai-server-0.0.35...senseai-server-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [senseai-server-0.0.36](https://github.com/truecharts/charts/compare/senseai-server-0.0.35...senseai-server-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [senseai-server-0.0.35](https://github.com/truecharts/charts/compare/senseai-server-0.0.34...senseai-server-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [senseai-server-0.0.34](https://github.com/truecharts/charts/compare/senseai-server-0.0.33...senseai-server-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [senseai-server-0.0.33](https://github.com/truecharts/charts/compare/senseai-server-0.0.32...senseai-server-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [senseai-server-0.0.32](https://github.com/truecharts/charts/compare/senseai-server-0.0.31...senseai-server-0.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [senseai-server-0.0.32](https://github.com/truecharts/charts/compare/senseai-server-0.0.31...senseai-server-0.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/senseai-server/0.0.37/Chart.lock b/incubator/senseai-server/0.0.37/Chart.lock deleted file mode 100644 index fb2076a910d..00000000000 --- a/incubator/senseai-server/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:02:56.873292308Z" diff --git a/incubator/senseai-server/0.0.37/Chart.yaml b/incubator/senseai-server/0.0.37/Chart.yaml deleted file mode 100644 index de4413990e1..00000000000 --- a/incubator/senseai-server/0.0.37/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. -home: https://truecharts.org/docs/charts/incubator/senseai-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/senseai-server.png -keywords: - - ai - - senseai -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: senseai-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/senseai-server - - https://github.com/codeproject/CodeProject.SenseAI - - https://hub.docker.com/r/codeproject/senseai-server -version: 0.0.37 -annotations: - truecharts.org/catagories: | - - ai - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/senseai-server/0.0.37/README.md b/incubator/senseai-server/0.0.37/README.md deleted file mode 100644 index 4bf263ad141..00000000000 --- a/incubator/senseai-server/0.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# senseai-server - -A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [senseai-server](https://truecharts.org/docs/charts/incubator/senseai-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `senseai-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install senseai-server TrueCharts/senseai-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `senseai-server` deployment - -```console -helm uninstall senseai-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install senseai-server \ - --set env.TZ="America/New York" \ - TrueCharts/senseai-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install senseai-server TrueCharts/senseai-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/senseai-server/0.0.37/charts/common-10.7.0.tgz b/incubator/senseai-server/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/senseai-server/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/senseai-server/0.0.38/CHANGELOG.md b/incubator/senseai-server/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..a33563408aa --- /dev/null +++ b/incubator/senseai-server/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [senseai-server-0.0.38](https://github.com/truecharts/charts/compare/senseai-server-0.0.37...senseai-server-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [senseai-server-0.0.37](https://github.com/truecharts/charts/compare/senseai-server-0.0.36...senseai-server-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [senseai-server-0.0.36](https://github.com/truecharts/charts/compare/senseai-server-0.0.35...senseai-server-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [senseai-server-0.0.36](https://github.com/truecharts/charts/compare/senseai-server-0.0.35...senseai-server-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [senseai-server-0.0.35](https://github.com/truecharts/charts/compare/senseai-server-0.0.34...senseai-server-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [senseai-server-0.0.34](https://github.com/truecharts/charts/compare/senseai-server-0.0.33...senseai-server-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [senseai-server-0.0.33](https://github.com/truecharts/charts/compare/senseai-server-0.0.32...senseai-server-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [senseai-server-0.0.32](https://github.com/truecharts/charts/compare/senseai-server-0.0.31...senseai-server-0.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/senseai-server/0.0.38/Chart.lock b/incubator/senseai-server/0.0.38/Chart.lock new file mode 100644 index 00000000000..01274df6530 --- /dev/null +++ b/incubator/senseai-server/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:32.208560245Z" diff --git a/incubator/senseai-server/0.0.38/Chart.yaml b/incubator/senseai-server/0.0.38/Chart.yaml new file mode 100644 index 00000000000..b2fe0ed79a4 --- /dev/null +++ b/incubator/senseai-server/0.0.38/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. +home: https://truecharts.org/docs/charts/incubator/senseai-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/senseai-server.png +keywords: + - ai + - senseai +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: senseai-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/senseai-server + - https://github.com/codeproject/CodeProject.SenseAI + - https://hub.docker.com/r/codeproject/senseai-server +version: 0.0.38 +annotations: + truecharts.org/catagories: | + - ai + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/senseai-server/0.0.38/README.md b/incubator/senseai-server/0.0.38/README.md new file mode 100644 index 00000000000..4f413260d87 --- /dev/null +++ b/incubator/senseai-server/0.0.38/README.md @@ -0,0 +1,107 @@ +# senseai-server + +A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [senseai-server](https://truecharts.org/docs/charts/incubator/senseai-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `senseai-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install senseai-server TrueCharts/senseai-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `senseai-server` deployment + +```console +helm uninstall senseai-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install senseai-server \ + --set env.TZ="America/New York" \ + TrueCharts/senseai-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install senseai-server TrueCharts/senseai-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/senseai-server/0.0.37/app-readme.md b/incubator/senseai-server/0.0.38/app-readme.md similarity index 100% rename from incubator/senseai-server/0.0.37/app-readme.md rename to incubator/senseai-server/0.0.38/app-readme.md diff --git a/incubator/senseai-server/0.0.38/charts/common-10.7.1.tgz b/incubator/senseai-server/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/senseai-server/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/senseai-server/0.0.37/ix_values.yaml b/incubator/senseai-server/0.0.38/ix_values.yaml similarity index 100% rename from incubator/senseai-server/0.0.37/ix_values.yaml rename to incubator/senseai-server/0.0.38/ix_values.yaml diff --git a/incubator/senseai-server/0.0.37/questions.yaml b/incubator/senseai-server/0.0.38/questions.yaml similarity index 100% rename from incubator/senseai-server/0.0.37/questions.yaml rename to incubator/senseai-server/0.0.38/questions.yaml diff --git a/incubator/senseai-server/0.0.37/templates/common.yaml b/incubator/senseai-server/0.0.38/templates/common.yaml similarity index 100% rename from incubator/senseai-server/0.0.37/templates/common.yaml rename to incubator/senseai-server/0.0.38/templates/common.yaml diff --git a/incubator/senseai-server/0.0.37/values.yaml b/incubator/senseai-server/0.0.38/values.yaml similarity index 100% rename from incubator/senseai-server/0.0.37/values.yaml rename to incubator/senseai-server/0.0.38/values.yaml diff --git a/incubator/serviio/0.0.29/CHANGELOG.md b/incubator/serviio/0.0.29/CHANGELOG.md deleted file mode 100644 index 3240f0f23bd..00000000000 --- a/incubator/serviio/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [serviio-0.0.29](https://github.com/truecharts/charts/compare/serviio-0.0.28...serviio-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [serviio-0.0.28](https://github.com/truecharts/charts/compare/serviio-0.0.27...serviio-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [serviio-0.0.28](https://github.com/truecharts/charts/compare/serviio-0.0.27...serviio-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [serviio-0.0.27](https://github.com/truecharts/charts/compare/serviio-0.0.26...serviio-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [serviio-0.0.26](https://github.com/truecharts/charts/compare/serviio-0.0.25...serviio-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [serviio-0.0.25](https://github.com/truecharts/charts/compare/serviio-0.0.24...serviio-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [serviio-0.0.24](https://github.com/truecharts/charts/compare/serviio-0.0.23...serviio-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [serviio-0.0.24](https://github.com/truecharts/charts/compare/serviio-0.0.23...serviio-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/serviio/0.0.29/Chart.lock b/incubator/serviio/0.0.29/Chart.lock deleted file mode 100644 index 25325cecde9..00000000000 --- a/incubator/serviio/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:02.011755366Z" diff --git a/incubator/serviio/0.0.29/Chart.yaml b/incubator/serviio/0.0.29/Chart.yaml deleted file mode 100644 index bbaeb6de0ef..00000000000 --- a/incubator/serviio/0.0.29/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Video - - MediaServer-Music - - MediaServer-Books - - MediaServer-Photos - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network." -home: https://truecharts.org/docs/charts/incubator/serviio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png -keywords: - - serviio - - MediaServer-Video - - MediaServer-Music - - MediaServer-Books - - MediaServer-Photos - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: serviio -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/serviio - - https://serviio.org/ - - https://hub.docker.com/r/riftbit/serviio -type: application -version: 0.0.29 diff --git a/incubator/serviio/0.0.29/README.md b/incubator/serviio/0.0.29/README.md deleted file mode 100644 index 4fed50adf25..00000000000 --- a/incubator/serviio/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# serviio - -Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [serviio](https://truecharts.org/docs/charts/incubator/serviio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `serviio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install serviio TrueCharts/serviio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `serviio` deployment - -```console -helm uninstall serviio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install serviio \ - --set env.TZ="America/New York" \ - TrueCharts/serviio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install serviio TrueCharts/serviio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/serviio/0.0.29/charts/common-10.7.0.tgz b/incubator/serviio/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/serviio/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/serviio/0.0.30/CHANGELOG.md b/incubator/serviio/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e76e343aa70 --- /dev/null +++ b/incubator/serviio/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [serviio-0.0.30](https://github.com/truecharts/charts/compare/serviio-0.0.29...serviio-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [serviio-0.0.29](https://github.com/truecharts/charts/compare/serviio-0.0.28...serviio-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [serviio-0.0.28](https://github.com/truecharts/charts/compare/serviio-0.0.27...serviio-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [serviio-0.0.28](https://github.com/truecharts/charts/compare/serviio-0.0.27...serviio-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [serviio-0.0.27](https://github.com/truecharts/charts/compare/serviio-0.0.26...serviio-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [serviio-0.0.26](https://github.com/truecharts/charts/compare/serviio-0.0.25...serviio-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [serviio-0.0.25](https://github.com/truecharts/charts/compare/serviio-0.0.24...serviio-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [serviio-0.0.24](https://github.com/truecharts/charts/compare/serviio-0.0.23...serviio-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/serviio/0.0.30/Chart.lock b/incubator/serviio/0.0.30/Chart.lock new file mode 100644 index 00000000000..9d9e509de58 --- /dev/null +++ b/incubator/serviio/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:41.910838723Z" diff --git a/incubator/serviio/0.0.30/Chart.yaml b/incubator/serviio/0.0.30/Chart.yaml new file mode 100644 index 00000000000..8cbbbe7fa7e --- /dev/null +++ b/incubator/serviio/0.0.30/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Video + - MediaServer-Music + - MediaServer-Books + - MediaServer-Photos + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network." +home: https://truecharts.org/docs/charts/incubator/serviio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png +keywords: + - serviio + - MediaServer-Video + - MediaServer-Music + - MediaServer-Books + - MediaServer-Photos + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: serviio +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/serviio + - https://serviio.org/ + - https://hub.docker.com/r/riftbit/serviio +type: application +version: 0.0.30 diff --git a/incubator/serviio/0.0.30/README.md b/incubator/serviio/0.0.30/README.md new file mode 100644 index 00000000000..ac30c66279d --- /dev/null +++ b/incubator/serviio/0.0.30/README.md @@ -0,0 +1,107 @@ +# serviio + +Serviio is a freeware media server designed to let users stream music, video, or image files to DLNA compliant televisions, Blu-ray players, game consoles, and Android or Windows Mobile devices on a home network. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [serviio](https://truecharts.org/docs/charts/incubator/serviio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `serviio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install serviio TrueCharts/serviio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `serviio` deployment + +```console +helm uninstall serviio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install serviio \ + --set env.TZ="America/New York" \ + TrueCharts/serviio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install serviio TrueCharts/serviio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/serviio/0.0.29/app-readme.md b/incubator/serviio/0.0.30/app-readme.md similarity index 100% rename from incubator/serviio/0.0.29/app-readme.md rename to incubator/serviio/0.0.30/app-readme.md diff --git a/incubator/serviio/0.0.30/charts/common-10.7.1.tgz b/incubator/serviio/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/serviio/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/serviio/0.0.29/ix_values.yaml b/incubator/serviio/0.0.30/ix_values.yaml similarity index 100% rename from incubator/serviio/0.0.29/ix_values.yaml rename to incubator/serviio/0.0.30/ix_values.yaml diff --git a/incubator/serviio/0.0.29/questions.yaml b/incubator/serviio/0.0.30/questions.yaml similarity index 100% rename from incubator/serviio/0.0.29/questions.yaml rename to incubator/serviio/0.0.30/questions.yaml diff --git a/incubator/serviio/0.0.29/templates/common.yaml b/incubator/serviio/0.0.30/templates/common.yaml similarity index 100% rename from incubator/serviio/0.0.29/templates/common.yaml rename to incubator/serviio/0.0.30/templates/common.yaml diff --git a/incubator/serviio/0.0.29/values.yaml b/incubator/serviio/0.0.30/values.yaml similarity index 100% rename from incubator/serviio/0.0.29/values.yaml rename to incubator/serviio/0.0.30/values.yaml diff --git a/incubator/sftpgo/0.0.34/CHANGELOG.md b/incubator/sftpgo/0.0.34/CHANGELOG.md deleted file mode 100644 index f0380a8aa00..00000000000 --- a/incubator/sftpgo/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sftpgo-0.0.34](https://github.com/truecharts/charts/compare/sftpgo-0.0.33...sftpgo-0.0.34) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [sftpgo-0.0.33](https://github.com/truecharts/charts/compare/sftpgo-0.0.32...sftpgo-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sftpgo-0.0.32](https://github.com/truecharts/charts/compare/sftpgo-0.0.31...sftpgo-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sftpgo-0.0.32](https://github.com/truecharts/charts/compare/sftpgo-0.0.31...sftpgo-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sftpgo-0.0.31](https://github.com/truecharts/charts/compare/sftpgo-0.0.30...sftpgo-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sftpgo-0.0.30](https://github.com/truecharts/charts/compare/sftpgo-0.0.29...sftpgo-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sftpgo-0.0.29](https://github.com/truecharts/charts/compare/sftpgo-0.0.28...sftpgo-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sftpgo-0.0.28](https://github.com/truecharts/charts/compare/sftpgo-0.0.26...sftpgo-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/incubator/sftpgo/0.0.34/Chart.lock b/incubator/sftpgo/0.0.34/Chart.lock deleted file mode 100644 index 38bad311a31..00000000000 --- a/incubator/sftpgo/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:50.140047451Z" diff --git a/incubator/sftpgo/0.0.34/Chart.yaml b/incubator/sftpgo/0.0.34/Chart.yaml deleted file mode 100644 index e5ab7a4c1b4..00000000000 --- a/incubator/sftpgo/0.0.34/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." -home: https://truecharts.org/docs/charts/incubator/sftpgo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png -keywords: - - sftpgo - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sftpgo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sftpgo - - https://github.com/drakkan/sftpgo - - https://hub.docker.com/r/drakkan/sftpgo -type: application -version: 0.0.34 diff --git a/incubator/sftpgo/0.0.34/README.md b/incubator/sftpgo/0.0.34/README.md deleted file mode 100644 index dd136d9532c..00000000000 --- a/incubator/sftpgo/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sftpgo - -Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sftpgo](https://truecharts.org/docs/charts/incubator/sftpgo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sftpgo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sftpgo TrueCharts/sftpgo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sftpgo` deployment - -```console -helm uninstall sftpgo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sftpgo \ - --set env.TZ="America/New York" \ - TrueCharts/sftpgo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sftpgo TrueCharts/sftpgo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sftpgo/0.0.34/charts/common-10.7.0.tgz b/incubator/sftpgo/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sftpgo/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sftpgo/0.0.35/CHANGELOG.md b/incubator/sftpgo/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..91fcc300d16 --- /dev/null +++ b/incubator/sftpgo/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sftpgo-0.0.35](https://github.com/truecharts/charts/compare/sftpgo-0.0.34...sftpgo-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sftpgo-0.0.34](https://github.com/truecharts/charts/compare/sftpgo-0.0.33...sftpgo-0.0.34) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [sftpgo-0.0.33](https://github.com/truecharts/charts/compare/sftpgo-0.0.32...sftpgo-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sftpgo-0.0.32](https://github.com/truecharts/charts/compare/sftpgo-0.0.31...sftpgo-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sftpgo-0.0.32](https://github.com/truecharts/charts/compare/sftpgo-0.0.31...sftpgo-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sftpgo-0.0.31](https://github.com/truecharts/charts/compare/sftpgo-0.0.30...sftpgo-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sftpgo-0.0.30](https://github.com/truecharts/charts/compare/sftpgo-0.0.29...sftpgo-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sftpgo-0.0.29](https://github.com/truecharts/charts/compare/sftpgo-0.0.28...sftpgo-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sftpgo-0.0.28](https://github.com/truecharts/charts/compare/sftpgo-0.0.26...sftpgo-0.0.28) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/sftpgo/0.0.35/Chart.lock b/incubator/sftpgo/0.0.35/Chart.lock new file mode 100644 index 00000000000..bab28a9278b --- /dev/null +++ b/incubator/sftpgo/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:49.198483344Z" diff --git a/incubator/sftpgo/0.0.35/Chart.yaml b/incubator/sftpgo/0.0.35/Chart.yaml new file mode 100644 index 00000000000..cf7524a15ba --- /dev/null +++ b/incubator/sftpgo/0.0.35/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP." +home: https://truecharts.org/docs/charts/incubator/sftpgo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.png +keywords: + - sftpgo + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sftpgo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sftpgo + - https://github.com/drakkan/sftpgo + - https://hub.docker.com/r/drakkan/sftpgo +type: application +version: 0.0.35 diff --git a/incubator/sftpgo/0.0.35/README.md b/incubator/sftpgo/0.0.35/README.md new file mode 100644 index 00000000000..27051e86589 --- /dev/null +++ b/incubator/sftpgo/0.0.35/README.md @@ -0,0 +1,107 @@ +# sftpgo + +Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sftpgo](https://truecharts.org/docs/charts/incubator/sftpgo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sftpgo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sftpgo TrueCharts/sftpgo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sftpgo` deployment + +```console +helm uninstall sftpgo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sftpgo \ + --set env.TZ="America/New York" \ + TrueCharts/sftpgo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sftpgo TrueCharts/sftpgo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sftpgo/0.0.34/app-readme.md b/incubator/sftpgo/0.0.35/app-readme.md similarity index 100% rename from incubator/sftpgo/0.0.34/app-readme.md rename to incubator/sftpgo/0.0.35/app-readme.md diff --git a/incubator/sftpgo/0.0.35/charts/common-10.7.1.tgz b/incubator/sftpgo/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sftpgo/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/sftpgo/0.0.34/ix_values.yaml b/incubator/sftpgo/0.0.35/ix_values.yaml similarity index 100% rename from incubator/sftpgo/0.0.34/ix_values.yaml rename to incubator/sftpgo/0.0.35/ix_values.yaml diff --git a/incubator/sftpgo/0.0.34/questions.yaml b/incubator/sftpgo/0.0.35/questions.yaml similarity index 100% rename from incubator/sftpgo/0.0.34/questions.yaml rename to incubator/sftpgo/0.0.35/questions.yaml diff --git a/incubator/sftpgo/0.0.34/templates/common.yaml b/incubator/sftpgo/0.0.35/templates/common.yaml similarity index 100% rename from incubator/sftpgo/0.0.34/templates/common.yaml rename to incubator/sftpgo/0.0.35/templates/common.yaml diff --git a/incubator/sftpgo/0.0.34/values.yaml b/incubator/sftpgo/0.0.35/values.yaml similarity index 100% rename from incubator/sftpgo/0.0.34/values.yaml rename to incubator/sftpgo/0.0.35/values.yaml diff --git a/incubator/shaarli/0.0.28/CHANGELOG.md b/incubator/shaarli/0.0.28/CHANGELOG.md deleted file mode 100644 index 9c2e487b431..00000000000 --- a/incubator/shaarli/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shaarli-0.0.28](https://github.com/truecharts/charts/compare/shaarli-0.0.27...shaarli-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shaarli-0.0.27](https://github.com/truecharts/charts/compare/shaarli-0.0.26...shaarli-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shaarli-0.0.27](https://github.com/truecharts/charts/compare/shaarli-0.0.26...shaarli-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shaarli-0.0.26](https://github.com/truecharts/charts/compare/shaarli-0.0.25...shaarli-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shaarli-0.0.25](https://github.com/truecharts/charts/compare/shaarli-0.0.24...shaarli-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shaarli-0.0.24](https://github.com/truecharts/charts/compare/shaarli-0.0.23...shaarli-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shaarli-0.0.23](https://github.com/truecharts/charts/compare/shaarli-0.0.22...shaarli-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shaarli-0.0.23](https://github.com/truecharts/charts/compare/shaarli-0.0.22...shaarli-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/shaarli/0.0.28/Chart.lock b/incubator/shaarli/0.0.28/Chart.lock deleted file mode 100644 index 70e584dbb71..00000000000 --- a/incubator/shaarli/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:26.10240973Z" diff --git a/incubator/shaarli/0.0.28/Chart.yaml b/incubator/shaarli/0.0.28/Chart.yaml deleted file mode 100644 index c3f86577820..00000000000 --- a/incubator/shaarli/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "master" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: The personal, minimalist, super-fast, database free, bookmarking service. -home: https://truecharts.org/docs/charts/incubator/shaarli -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png -keywords: - - shaarli - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shaarli -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/shaarli - - https://github.com/shaarli/Shaarli - - https://hub.docker.com/r/shaarli/shaarli/ -type: application -version: 0.0.28 diff --git a/incubator/shaarli/0.0.28/README.md b/incubator/shaarli/0.0.28/README.md deleted file mode 100644 index 468fdbce578..00000000000 --- a/incubator/shaarli/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shaarli - -The personal, minimalist, super-fast, database free, bookmarking service. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shaarli](https://truecharts.org/docs/charts/incubator/shaarli) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shaarli` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shaarli TrueCharts/shaarli -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shaarli` deployment - -```console -helm uninstall shaarli -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shaarli \ - --set env.TZ="America/New York" \ - TrueCharts/shaarli -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shaarli TrueCharts/shaarli -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/shaarli/0.0.28/charts/common-10.7.0.tgz b/incubator/shaarli/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/shaarli/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/shaarli/0.0.29/CHANGELOG.md b/incubator/shaarli/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..9e37f7750f2 --- /dev/null +++ b/incubator/shaarli/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shaarli-0.0.29](https://github.com/truecharts/charts/compare/shaarli-0.0.28...shaarli-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shaarli-0.0.28](https://github.com/truecharts/charts/compare/shaarli-0.0.27...shaarli-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shaarli-0.0.27](https://github.com/truecharts/charts/compare/shaarli-0.0.26...shaarli-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shaarli-0.0.27](https://github.com/truecharts/charts/compare/shaarli-0.0.26...shaarli-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shaarli-0.0.26](https://github.com/truecharts/charts/compare/shaarli-0.0.25...shaarli-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shaarli-0.0.25](https://github.com/truecharts/charts/compare/shaarli-0.0.24...shaarli-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shaarli-0.0.24](https://github.com/truecharts/charts/compare/shaarli-0.0.23...shaarli-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shaarli-0.0.23](https://github.com/truecharts/charts/compare/shaarli-0.0.22...shaarli-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/shaarli/0.0.29/Chart.lock b/incubator/shaarli/0.0.29/Chart.lock new file mode 100644 index 00000000000..791b2913971 --- /dev/null +++ b/incubator/shaarli/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:45:51.358489147Z" diff --git a/incubator/shaarli/0.0.29/Chart.yaml b/incubator/shaarli/0.0.29/Chart.yaml new file mode 100644 index 00000000000..31e216eaf5a --- /dev/null +++ b/incubator/shaarli/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "master" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: The personal, minimalist, super-fast, database free, bookmarking service. +home: https://truecharts.org/docs/charts/incubator/shaarli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.png +keywords: + - shaarli + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shaarli +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shaarli + - https://github.com/shaarli/Shaarli + - https://hub.docker.com/r/shaarli/shaarli/ +type: application +version: 0.0.29 diff --git a/incubator/shaarli/0.0.29/README.md b/incubator/shaarli/0.0.29/README.md new file mode 100644 index 00000000000..073812e19f1 --- /dev/null +++ b/incubator/shaarli/0.0.29/README.md @@ -0,0 +1,107 @@ +# shaarli + +The personal, minimalist, super-fast, database free, bookmarking service. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shaarli](https://truecharts.org/docs/charts/incubator/shaarli) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shaarli` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shaarli TrueCharts/shaarli +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shaarli` deployment + +```console +helm uninstall shaarli +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shaarli \ + --set env.TZ="America/New York" \ + TrueCharts/shaarli +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shaarli TrueCharts/shaarli -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/shaarli/0.0.28/app-readme.md b/incubator/shaarli/0.0.29/app-readme.md similarity index 100% rename from incubator/shaarli/0.0.28/app-readme.md rename to incubator/shaarli/0.0.29/app-readme.md diff --git a/incubator/shaarli/0.0.29/charts/common-10.7.1.tgz b/incubator/shaarli/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/shaarli/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/shaarli/0.0.28/ix_values.yaml b/incubator/shaarli/0.0.29/ix_values.yaml similarity index 100% rename from incubator/shaarli/0.0.28/ix_values.yaml rename to incubator/shaarli/0.0.29/ix_values.yaml diff --git a/incubator/shaarli/0.0.28/questions.yaml b/incubator/shaarli/0.0.29/questions.yaml similarity index 100% rename from incubator/shaarli/0.0.28/questions.yaml rename to incubator/shaarli/0.0.29/questions.yaml diff --git a/incubator/shaarli/0.0.28/templates/common.yaml b/incubator/shaarli/0.0.29/templates/common.yaml similarity index 100% rename from incubator/shaarli/0.0.28/templates/common.yaml rename to incubator/shaarli/0.0.29/templates/common.yaml diff --git a/incubator/shaarli/0.0.28/values.yaml b/incubator/shaarli/0.0.29/values.yaml similarity index 100% rename from incubator/shaarli/0.0.28/values.yaml rename to incubator/shaarli/0.0.29/values.yaml diff --git a/incubator/shadowsocks/0.0.29/CHANGELOG.md b/incubator/shadowsocks/0.0.29/CHANGELOG.md deleted file mode 100644 index 9ac3748c811..00000000000 --- a/incubator/shadowsocks/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shadowsocks-0.0.29](https://github.com/truecharts/charts/compare/shadowsocks-0.0.28...shadowsocks-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shadowsocks-0.0.28](https://github.com/truecharts/charts/compare/shadowsocks-0.0.27...shadowsocks-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shadowsocks-0.0.28](https://github.com/truecharts/charts/compare/shadowsocks-0.0.27...shadowsocks-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shadowsocks-0.0.27](https://github.com/truecharts/charts/compare/shadowsocks-0.0.26...shadowsocks-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shadowsocks-0.0.26](https://github.com/truecharts/charts/compare/shadowsocks-0.0.25...shadowsocks-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shadowsocks-0.0.25](https://github.com/truecharts/charts/compare/shadowsocks-0.0.24...shadowsocks-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shadowsocks-0.0.24](https://github.com/truecharts/charts/compare/shadowsocks-0.0.23...shadowsocks-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shadowsocks-0.0.24](https://github.com/truecharts/charts/compare/shadowsocks-0.0.23...shadowsocks-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/shadowsocks/0.0.29/Chart.lock b/incubator/shadowsocks/0.0.29/Chart.lock deleted file mode 100644 index c36484f9377..00000000000 --- a/incubator/shadowsocks/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:26.425303795Z" diff --git a/incubator/shadowsocks/0.0.29/Chart.yaml b/incubator/shadowsocks/0.0.29/Chart.yaml deleted file mode 100644 index 5fa462ddbf2..00000000000 --- a/incubator/shadowsocks/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Security - - Network-Proxy - - Network-VPN -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: 'A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.' -home: https://truecharts.org/docs/charts/incubator/shadowsocks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png -keywords: - - shadowsocks - - Security - - Network-Proxy - - Network-VPN -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shadowsocks -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks - - https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md - - https://hub.docker.com/r/shadowsocks/shadowsocks-libev -type: application -version: 0.0.29 diff --git a/incubator/shadowsocks/0.0.29/README.md b/incubator/shadowsocks/0.0.29/README.md deleted file mode 100644 index e54ec4aa836..00000000000 --- a/incubator/shadowsocks/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shadowsocks - -A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shadowsocks](https://truecharts.org/docs/charts/incubator/shadowsocks) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shadowsocks` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shadowsocks TrueCharts/shadowsocks -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shadowsocks` deployment - -```console -helm uninstall shadowsocks -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shadowsocks \ - --set env.TZ="America/New York" \ - TrueCharts/shadowsocks -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shadowsocks TrueCharts/shadowsocks -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/shadowsocks/0.0.29/charts/common-10.7.0.tgz b/incubator/shadowsocks/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/shadowsocks/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/shadowsocks/0.0.30/CHANGELOG.md b/incubator/shadowsocks/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..dc3fe20866c --- /dev/null +++ b/incubator/shadowsocks/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shadowsocks-0.0.30](https://github.com/truecharts/charts/compare/shadowsocks-0.0.29...shadowsocks-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shadowsocks-0.0.29](https://github.com/truecharts/charts/compare/shadowsocks-0.0.28...shadowsocks-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shadowsocks-0.0.28](https://github.com/truecharts/charts/compare/shadowsocks-0.0.27...shadowsocks-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shadowsocks-0.0.28](https://github.com/truecharts/charts/compare/shadowsocks-0.0.27...shadowsocks-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shadowsocks-0.0.27](https://github.com/truecharts/charts/compare/shadowsocks-0.0.26...shadowsocks-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shadowsocks-0.0.26](https://github.com/truecharts/charts/compare/shadowsocks-0.0.25...shadowsocks-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shadowsocks-0.0.25](https://github.com/truecharts/charts/compare/shadowsocks-0.0.24...shadowsocks-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shadowsocks-0.0.24](https://github.com/truecharts/charts/compare/shadowsocks-0.0.23...shadowsocks-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/shadowsocks/0.0.30/Chart.lock b/incubator/shadowsocks/0.0.30/Chart.lock new file mode 100644 index 00000000000..e50855ddb3a --- /dev/null +++ b/incubator/shadowsocks/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:03.88431505Z" diff --git a/incubator/shadowsocks/0.0.30/Chart.yaml b/incubator/shadowsocks/0.0.30/Chart.yaml new file mode 100644 index 00000000000..31ff69de1ea --- /dev/null +++ b/incubator/shadowsocks/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Security + - Network-Proxy + - Network-VPN +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: 'A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client.' +home: https://truecharts.org/docs/charts/incubator/shadowsocks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png +keywords: + - shadowsocks + - Security + - Network-Proxy + - Network-VPN +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shadowsocks +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks + - https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md + - https://hub.docker.com/r/shadowsocks/shadowsocks-libev +type: application +version: 0.0.30 diff --git a/incubator/shadowsocks/0.0.30/README.md b/incubator/shadowsocks/0.0.30/README.md new file mode 100644 index 00000000000..53d0806f1f6 --- /dev/null +++ b/incubator/shadowsocks/0.0.30/README.md @@ -0,0 +1,107 @@ +# shadowsocks + +A secure SOCKS5 proxy. Shadowsocks is a free and open-source encryption protocol project, widely used in China to circumvent Internet censorship. It was created in 2012 by a Chinese programmer named "clowwindy", and multiple implementations of the protocol have been made available since. Can be used with any SOCKS or Shadowsocks client. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shadowsocks](https://truecharts.org/docs/charts/incubator/shadowsocks) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shadowsocks` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shadowsocks TrueCharts/shadowsocks +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shadowsocks` deployment + +```console +helm uninstall shadowsocks +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shadowsocks \ + --set env.TZ="America/New York" \ + TrueCharts/shadowsocks +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shadowsocks TrueCharts/shadowsocks -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/shadowsocks/0.0.29/app-readme.md b/incubator/shadowsocks/0.0.30/app-readme.md similarity index 100% rename from incubator/shadowsocks/0.0.29/app-readme.md rename to incubator/shadowsocks/0.0.30/app-readme.md diff --git a/incubator/shadowsocks/0.0.30/charts/common-10.7.1.tgz b/incubator/shadowsocks/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/shadowsocks/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/shadowsocks/0.0.29/ix_values.yaml b/incubator/shadowsocks/0.0.30/ix_values.yaml similarity index 100% rename from incubator/shadowsocks/0.0.29/ix_values.yaml rename to incubator/shadowsocks/0.0.30/ix_values.yaml diff --git a/incubator/shadowsocks/0.0.29/questions.yaml b/incubator/shadowsocks/0.0.30/questions.yaml similarity index 100% rename from incubator/shadowsocks/0.0.29/questions.yaml rename to incubator/shadowsocks/0.0.30/questions.yaml diff --git a/incubator/shadowsocks/0.0.29/templates/common.yaml b/incubator/shadowsocks/0.0.30/templates/common.yaml similarity index 100% rename from incubator/shadowsocks/0.0.29/templates/common.yaml rename to incubator/shadowsocks/0.0.30/templates/common.yaml diff --git a/incubator/shadowsocks/0.0.29/values.yaml b/incubator/shadowsocks/0.0.30/values.yaml similarity index 100% rename from incubator/shadowsocks/0.0.29/values.yaml rename to incubator/shadowsocks/0.0.30/values.yaml diff --git a/incubator/shapeshifter-obfuscator/0.0.29/CHANGELOG.md b/incubator/shapeshifter-obfuscator/0.0.29/CHANGELOG.md deleted file mode 100644 index efa41fbc123..00000000000 --- a/incubator/shapeshifter-obfuscator/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shapeshifter-obfuscator-0.0.29](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.28...shapeshifter-obfuscator-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shapeshifter-obfuscator-0.0.28](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.27...shapeshifter-obfuscator-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shapeshifter-obfuscator-0.0.28](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.27...shapeshifter-obfuscator-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shapeshifter-obfuscator-0.0.27](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.26...shapeshifter-obfuscator-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shapeshifter-obfuscator-0.0.26](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.25...shapeshifter-obfuscator-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shapeshifter-obfuscator-0.0.25](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.24...shapeshifter-obfuscator-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shapeshifter-obfuscator-0.0.24](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.23...shapeshifter-obfuscator-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shapeshifter-obfuscator-0.0.24](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.23...shapeshifter-obfuscator-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/shapeshifter-obfuscator/0.0.29/Chart.lock b/incubator/shapeshifter-obfuscator/0.0.29/Chart.lock deleted file mode 100644 index 521c2f034aa..00000000000 --- a/incubator/shapeshifter-obfuscator/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:31.199681452Z" diff --git a/incubator/shapeshifter-obfuscator/0.0.29/Chart.yaml b/incubator/shapeshifter-obfuscator/0.0.29/Chart.yaml deleted file mode 100644 index a1f81adceb4..00000000000 --- a/incubator/shapeshifter-obfuscator/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Security -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " -home: https://truecharts.org/docs/charts/incubator/shapeshifter-obfuscator -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png -keywords: - - shapeshifter-obfuscator - - Security -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shapeshifter-obfuscator -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/shapeshifter-obfuscator - - https://github.com/juchong/shapeshifter-docker - - https://hub.docker.com/r/juchong/shapeshifter-docker -type: application -version: 0.0.29 diff --git a/incubator/shapeshifter-obfuscator/0.0.29/README.md b/incubator/shapeshifter-obfuscator/0.0.29/README.md deleted file mode 100644 index 09b49032634..00000000000 --- a/incubator/shapeshifter-obfuscator/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shapeshifter-obfuscator - -Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shapeshifter-obfuscator](https://truecharts.org/docs/charts/incubator/shapeshifter-obfuscator) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shapeshifter-obfuscator` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shapeshifter-obfuscator` deployment - -```console -helm uninstall shapeshifter-obfuscator -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shapeshifter-obfuscator \ - --set env.TZ="America/New York" \ - TrueCharts/shapeshifter-obfuscator -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/shapeshifter-obfuscator/0.0.29/charts/common-10.7.0.tgz b/incubator/shapeshifter-obfuscator/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/shapeshifter-obfuscator/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/shapeshifter-obfuscator/0.0.30/CHANGELOG.md b/incubator/shapeshifter-obfuscator/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..74412f9e952 --- /dev/null +++ b/incubator/shapeshifter-obfuscator/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shapeshifter-obfuscator-0.0.30](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.29...shapeshifter-obfuscator-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shapeshifter-obfuscator-0.0.29](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.28...shapeshifter-obfuscator-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shapeshifter-obfuscator-0.0.28](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.27...shapeshifter-obfuscator-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shapeshifter-obfuscator-0.0.28](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.27...shapeshifter-obfuscator-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shapeshifter-obfuscator-0.0.27](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.26...shapeshifter-obfuscator-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shapeshifter-obfuscator-0.0.26](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.25...shapeshifter-obfuscator-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shapeshifter-obfuscator-0.0.25](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.24...shapeshifter-obfuscator-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shapeshifter-obfuscator-0.0.24](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-0.0.23...shapeshifter-obfuscator-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/shapeshifter-obfuscator/0.0.30/Chart.lock b/incubator/shapeshifter-obfuscator/0.0.30/Chart.lock new file mode 100644 index 00000000000..78df07c458a --- /dev/null +++ b/incubator/shapeshifter-obfuscator/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:11.98040863Z" diff --git a/incubator/shapeshifter-obfuscator/0.0.30/Chart.yaml b/incubator/shapeshifter-obfuscator/0.0.30/Chart.yaml new file mode 100644 index 00000000000..51b274f449e --- /dev/null +++ b/incubator/shapeshifter-obfuscator/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Security +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. " +home: https://truecharts.org/docs/charts/incubator/shapeshifter-obfuscator +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.png +keywords: + - shapeshifter-obfuscator + - Security +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shapeshifter-obfuscator +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shapeshifter-obfuscator + - https://github.com/juchong/shapeshifter-docker + - https://hub.docker.com/r/juchong/shapeshifter-docker +type: application +version: 0.0.30 diff --git a/incubator/shapeshifter-obfuscator/0.0.30/README.md b/incubator/shapeshifter-obfuscator/0.0.30/README.md new file mode 100644 index 00000000000..79d628d8a8b --- /dev/null +++ b/incubator/shapeshifter-obfuscator/0.0.30/README.md @@ -0,0 +1,107 @@ +# shapeshifter-obfuscator + +Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shapeshifter-obfuscator](https://truecharts.org/docs/charts/incubator/shapeshifter-obfuscator) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shapeshifter-obfuscator` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shapeshifter-obfuscator` deployment + +```console +helm uninstall shapeshifter-obfuscator +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shapeshifter-obfuscator \ + --set env.TZ="America/New York" \ + TrueCharts/shapeshifter-obfuscator +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shapeshifter-obfuscator TrueCharts/shapeshifter-obfuscator -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/shapeshifter-obfuscator/0.0.29/app-readme.md b/incubator/shapeshifter-obfuscator/0.0.30/app-readme.md similarity index 100% rename from incubator/shapeshifter-obfuscator/0.0.29/app-readme.md rename to incubator/shapeshifter-obfuscator/0.0.30/app-readme.md diff --git a/incubator/shapeshifter-obfuscator/0.0.30/charts/common-10.7.1.tgz b/incubator/shapeshifter-obfuscator/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/shapeshifter-obfuscator/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/shapeshifter-obfuscator/0.0.29/ix_values.yaml b/incubator/shapeshifter-obfuscator/0.0.30/ix_values.yaml similarity index 100% rename from incubator/shapeshifter-obfuscator/0.0.29/ix_values.yaml rename to incubator/shapeshifter-obfuscator/0.0.30/ix_values.yaml diff --git a/incubator/shapeshifter-obfuscator/0.0.29/questions.yaml b/incubator/shapeshifter-obfuscator/0.0.30/questions.yaml similarity index 100% rename from incubator/shapeshifter-obfuscator/0.0.29/questions.yaml rename to incubator/shapeshifter-obfuscator/0.0.30/questions.yaml diff --git a/incubator/shapeshifter-obfuscator/0.0.29/templates/common.yaml b/incubator/shapeshifter-obfuscator/0.0.30/templates/common.yaml similarity index 100% rename from incubator/shapeshifter-obfuscator/0.0.29/templates/common.yaml rename to incubator/shapeshifter-obfuscator/0.0.30/templates/common.yaml diff --git a/incubator/shapeshifter-obfuscator/0.0.29/values.yaml b/incubator/shapeshifter-obfuscator/0.0.30/values.yaml similarity index 100% rename from incubator/shapeshifter-obfuscator/0.0.29/values.yaml rename to incubator/shapeshifter-obfuscator/0.0.30/values.yaml diff --git a/incubator/sheetable/0.0.22/CHANGELOG.md b/incubator/sheetable/0.0.22/CHANGELOG.md deleted file mode 100644 index bdf1887dfea..00000000000 --- a/incubator/sheetable/0.0.22/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sheetable-0.0.22](https://github.com/truecharts/charts/compare/sheetable-0.0.21...sheetable-0.0.22) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sheetable-0.0.21](https://github.com/truecharts/charts/compare/sheetable-0.0.20...sheetable-0.0.21) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sheetable-0.0.21](https://github.com/truecharts/charts/compare/sheetable-0.0.20...sheetable-0.0.21) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sheetable-0.0.20](https://github.com/truecharts/charts/compare/sheetable-0.0.19...sheetable-0.0.20) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sheetable-0.0.18](https://github.com/truecharts/charts/compare/sheetable-0.0.17...sheetable-0.0.18) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sheetable-0.0.17](https://github.com/truecharts/charts/compare/sheetable-0.0.16...sheetable-0.0.17) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sheetable-0.0.16](https://github.com/truecharts/charts/compare/sheetable-0.0.15...sheetable-0.0.16) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [sheetable-0.0.16](https://github.com/truecharts/charts/compare/sheetable-0.0.15...sheetable-0.0.16) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/sheetable/0.0.22/Chart.lock b/incubator/sheetable/0.0.22/Chart.lock deleted file mode 100644 index 0207510cafa..00000000000 --- a/incubator/sheetable/0.0.22/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:04:01.344617026Z" diff --git a/incubator/sheetable/0.0.22/Chart.yaml b/incubator/sheetable/0.0.22/Chart.yaml deleted file mode 100644 index a29c05f8813..00000000000 --- a/incubator/sheetable/0.0.22/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "0.8" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. -home: https://truecharts.org/docs/charts/incubator/sheetable -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png -keywords: - - sheetable -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sheetable -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sheetable - - https://sheetable.net/docs - - https://github.com/SheetAble -version: 0.0.22 -annotations: - truecharts.org/catagories: | - - music - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/sheetable/0.0.22/README.md b/incubator/sheetable/0.0.22/README.md deleted file mode 100644 index f2cee2722f1..00000000000 --- a/incubator/sheetable/0.0.22/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# sheetable - -SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sheetable](https://truecharts.org/docs/charts/incubator/sheetable) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sheetable` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sheetable TrueCharts/sheetable -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sheetable` deployment - -```console -helm uninstall sheetable -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sheetable \ - --set env.TZ="America/New York" \ - TrueCharts/sheetable -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sheetable TrueCharts/sheetable -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sheetable/0.0.22/charts/common-10.7.0.tgz b/incubator/sheetable/0.0.22/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sheetable/0.0.22/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sheetable/0.0.22/charts/postgresql-8.0.97.tgz b/incubator/sheetable/0.0.22/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/sheetable/0.0.22/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/sheetable/0.0.23/CHANGELOG.md b/incubator/sheetable/0.0.23/CHANGELOG.md new file mode 100644 index 00000000000..4085022faf0 --- /dev/null +++ b/incubator/sheetable/0.0.23/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sheetable-0.0.23](https://github.com/truecharts/charts/compare/sheetable-0.0.22...sheetable-0.0.23) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sheetable-0.0.22](https://github.com/truecharts/charts/compare/sheetable-0.0.21...sheetable-0.0.22) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sheetable-0.0.21](https://github.com/truecharts/charts/compare/sheetable-0.0.20...sheetable-0.0.21) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sheetable-0.0.21](https://github.com/truecharts/charts/compare/sheetable-0.0.20...sheetable-0.0.21) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sheetable-0.0.20](https://github.com/truecharts/charts/compare/sheetable-0.0.19...sheetable-0.0.20) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sheetable-0.0.18](https://github.com/truecharts/charts/compare/sheetable-0.0.17...sheetable-0.0.18) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sheetable-0.0.17](https://github.com/truecharts/charts/compare/sheetable-0.0.16...sheetable-0.0.17) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sheetable-0.0.16](https://github.com/truecharts/charts/compare/sheetable-0.0.15...sheetable-0.0.16) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/sheetable/0.0.23/Chart.lock b/incubator/sheetable/0.0.23/Chart.lock new file mode 100644 index 00000000000..50370028e89 --- /dev/null +++ b/incubator/sheetable/0.0.23/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:46:32.881555769Z" diff --git a/incubator/sheetable/0.0.23/Chart.yaml b/incubator/sheetable/0.0.23/Chart.yaml new file mode 100644 index 00000000000..2acaecc2f10 --- /dev/null +++ b/incubator/sheetable/0.0.23/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.8" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. +home: https://truecharts.org/docs/charts/incubator/sheetable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.png +keywords: + - sheetable +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sheetable +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sheetable + - https://sheetable.net/docs + - https://github.com/SheetAble +version: 0.0.23 +annotations: + truecharts.org/catagories: | + - music + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/sheetable/0.0.23/README.md b/incubator/sheetable/0.0.23/README.md new file mode 100644 index 00000000000..fcb3a8a9272 --- /dev/null +++ b/incubator/sheetable/0.0.23/README.md @@ -0,0 +1,108 @@ +# sheetable + +SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sheetable](https://truecharts.org/docs/charts/incubator/sheetable) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sheetable` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sheetable TrueCharts/sheetable +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sheetable` deployment + +```console +helm uninstall sheetable +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sheetable \ + --set env.TZ="America/New York" \ + TrueCharts/sheetable +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sheetable TrueCharts/sheetable -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sheetable/0.0.22/app-readme.md b/incubator/sheetable/0.0.23/app-readme.md similarity index 100% rename from incubator/sheetable/0.0.22/app-readme.md rename to incubator/sheetable/0.0.23/app-readme.md diff --git a/incubator/sheetable/0.0.23/charts/common-10.7.1.tgz b/incubator/sheetable/0.0.23/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sheetable/0.0.23/charts/common-10.7.1.tgz differ diff --git a/incubator/sheetable/0.0.23/charts/postgresql-8.0.101.tgz b/incubator/sheetable/0.0.23/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/sheetable/0.0.23/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/sheetable/0.0.22/ix_values.yaml b/incubator/sheetable/0.0.23/ix_values.yaml similarity index 100% rename from incubator/sheetable/0.0.22/ix_values.yaml rename to incubator/sheetable/0.0.23/ix_values.yaml diff --git a/incubator/sheetable/0.0.22/questions.yaml b/incubator/sheetable/0.0.23/questions.yaml similarity index 100% rename from incubator/sheetable/0.0.22/questions.yaml rename to incubator/sheetable/0.0.23/questions.yaml diff --git a/incubator/sheetable/0.0.22/templates/_secrets.tpl b/incubator/sheetable/0.0.23/templates/_secrets.tpl similarity index 100% rename from incubator/sheetable/0.0.22/templates/_secrets.tpl rename to incubator/sheetable/0.0.23/templates/_secrets.tpl diff --git a/incubator/sheetable/0.0.22/templates/common.yaml b/incubator/sheetable/0.0.23/templates/common.yaml similarity index 100% rename from incubator/sheetable/0.0.22/templates/common.yaml rename to incubator/sheetable/0.0.23/templates/common.yaml diff --git a/incubator/sheetable/0.0.22/values.yaml b/incubator/sheetable/0.0.23/values.yaml similarity index 100% rename from incubator/sheetable/0.0.22/values.yaml rename to incubator/sheetable/0.0.23/values.yaml diff --git a/incubator/shoko-server/0.0.28/CHANGELOG.md b/incubator/shoko-server/0.0.28/CHANGELOG.md deleted file mode 100644 index 5cbe25b6c2f..00000000000 --- a/incubator/shoko-server/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shoko-server-0.0.28](https://github.com/truecharts/charts/compare/shoko-server-0.0.27...shoko-server-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shoko-server-0.0.27](https://github.com/truecharts/charts/compare/shoko-server-0.0.26...shoko-server-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shoko-server-0.0.27](https://github.com/truecharts/charts/compare/shoko-server-0.0.26...shoko-server-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shoko-server-0.0.26](https://github.com/truecharts/charts/compare/shoko-server-0.0.25...shoko-server-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shoko-server-0.0.25](https://github.com/truecharts/charts/compare/shoko-server-0.0.24...shoko-server-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shoko-server-0.0.24](https://github.com/truecharts/charts/compare/shoko-server-0.0.23...shoko-server-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shoko-server-0.0.23](https://github.com/truecharts/charts/compare/shoko-server-0.0.22...shoko-server-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shoko-server-0.0.23](https://github.com/truecharts/charts/compare/shoko-server-0.0.22...shoko-server-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/shoko-server/0.0.28/Chart.lock b/incubator/shoko-server/0.0.28/Chart.lock deleted file mode 100644 index 29ecd250591..00000000000 --- a/incubator/shoko-server/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:55.556451486Z" diff --git a/incubator/shoko-server/0.0.28/Chart.yaml b/incubator/shoko-server/0.0.28/Chart.yaml deleted file mode 100644 index 98a2f9940d7..00000000000 --- a/incubator/shoko-server/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "daily" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. -home: https://truecharts.org/docs/charts/incubator/shoko-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png -keywords: - - shoko-server - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shoko-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/shoko-server - - https://github.com/ShokoAnime/ShokoServer - - https://hub.docker.com/r/shokoanime/server/ -type: application -version: 0.0.28 diff --git a/incubator/shoko-server/0.0.28/README.md b/incubator/shoko-server/0.0.28/README.md deleted file mode 100644 index 017ece51795..00000000000 --- a/incubator/shoko-server/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shoko-server - -Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shoko-server](https://truecharts.org/docs/charts/incubator/shoko-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shoko-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shoko-server TrueCharts/shoko-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shoko-server` deployment - -```console -helm uninstall shoko-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shoko-server \ - --set env.TZ="America/New York" \ - TrueCharts/shoko-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shoko-server TrueCharts/shoko-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/shoko-server/0.0.28/charts/common-10.7.0.tgz b/incubator/shoko-server/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/shoko-server/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/shoko-server/0.0.29/CHANGELOG.md b/incubator/shoko-server/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..0f936a64449 --- /dev/null +++ b/incubator/shoko-server/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shoko-server-0.0.29](https://github.com/truecharts/charts/compare/shoko-server-0.0.28...shoko-server-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shoko-server-0.0.28](https://github.com/truecharts/charts/compare/shoko-server-0.0.27...shoko-server-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shoko-server-0.0.27](https://github.com/truecharts/charts/compare/shoko-server-0.0.26...shoko-server-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shoko-server-0.0.27](https://github.com/truecharts/charts/compare/shoko-server-0.0.26...shoko-server-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shoko-server-0.0.26](https://github.com/truecharts/charts/compare/shoko-server-0.0.25...shoko-server-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shoko-server-0.0.25](https://github.com/truecharts/charts/compare/shoko-server-0.0.24...shoko-server-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shoko-server-0.0.24](https://github.com/truecharts/charts/compare/shoko-server-0.0.23...shoko-server-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shoko-server-0.0.23](https://github.com/truecharts/charts/compare/shoko-server-0.0.22...shoko-server-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/shoko-server/0.0.29/Chart.lock b/incubator/shoko-server/0.0.29/Chart.lock new file mode 100644 index 00000000000..50ff3663ea2 --- /dev/null +++ b/incubator/shoko-server/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:22.845430254Z" diff --git a/incubator/shoko-server/0.0.29/Chart.yaml b/incubator/shoko-server/0.0.29/Chart.yaml new file mode 100644 index 00000000000..87a81f497b0 --- /dev/null +++ b/incubator/shoko-server/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "daily" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. +home: https://truecharts.org/docs/charts/incubator/shoko-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.png +keywords: + - shoko-server + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shoko-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shoko-server + - https://github.com/ShokoAnime/ShokoServer + - https://hub.docker.com/r/shokoanime/server/ +type: application +version: 0.0.29 diff --git a/incubator/shoko-server/0.0.29/README.md b/incubator/shoko-server/0.0.29/README.md new file mode 100644 index 00000000000..853cbe2ce19 --- /dev/null +++ b/incubator/shoko-server/0.0.29/README.md @@ -0,0 +1,107 @@ +# shoko-server + +Shoko server is the core component of the Shoko suite and with it's client-server architecture which allows any program or plugin to access Shoko. You'll have access to your entire collection locally and over the internet with no additional work outside the initial configuration required. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shoko-server](https://truecharts.org/docs/charts/incubator/shoko-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shoko-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shoko-server TrueCharts/shoko-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shoko-server` deployment + +```console +helm uninstall shoko-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shoko-server \ + --set env.TZ="America/New York" \ + TrueCharts/shoko-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shoko-server TrueCharts/shoko-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/shoko-server/0.0.28/app-readme.md b/incubator/shoko-server/0.0.29/app-readme.md similarity index 100% rename from incubator/shoko-server/0.0.28/app-readme.md rename to incubator/shoko-server/0.0.29/app-readme.md diff --git a/incubator/shoko-server/0.0.29/charts/common-10.7.1.tgz b/incubator/shoko-server/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/shoko-server/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/shoko-server/0.0.28/ix_values.yaml b/incubator/shoko-server/0.0.29/ix_values.yaml similarity index 100% rename from incubator/shoko-server/0.0.28/ix_values.yaml rename to incubator/shoko-server/0.0.29/ix_values.yaml diff --git a/incubator/shoko-server/0.0.28/questions.yaml b/incubator/shoko-server/0.0.29/questions.yaml similarity index 100% rename from incubator/shoko-server/0.0.28/questions.yaml rename to incubator/shoko-server/0.0.29/questions.yaml diff --git a/incubator/shoko-server/0.0.28/templates/common.yaml b/incubator/shoko-server/0.0.29/templates/common.yaml similarity index 100% rename from incubator/shoko-server/0.0.28/templates/common.yaml rename to incubator/shoko-server/0.0.29/templates/common.yaml diff --git a/incubator/shoko-server/0.0.28/values.yaml b/incubator/shoko-server/0.0.29/values.yaml similarity index 100% rename from incubator/shoko-server/0.0.28/values.yaml rename to incubator/shoko-server/0.0.29/values.yaml diff --git a/incubator/shortipy/0.0.29/CHANGELOG.md b/incubator/shortipy/0.0.29/CHANGELOG.md deleted file mode 100644 index dc90fc745fd..00000000000 --- a/incubator/shortipy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shortipy-0.0.29](https://github.com/truecharts/charts/compare/shortipy-0.0.28...shortipy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shortipy-0.0.28](https://github.com/truecharts/charts/compare/shortipy-0.0.27...shortipy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shortipy-0.0.28](https://github.com/truecharts/charts/compare/shortipy-0.0.27...shortipy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shortipy-0.0.27](https://github.com/truecharts/charts/compare/shortipy-0.0.26...shortipy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shortipy-0.0.26](https://github.com/truecharts/charts/compare/shortipy-0.0.25...shortipy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shortipy-0.0.25](https://github.com/truecharts/charts/compare/shortipy-0.0.24...shortipy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shortipy-0.0.24](https://github.com/truecharts/charts/compare/shortipy-0.0.22...shortipy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [shortipy-0.0.24](https://github.com/truecharts/charts/compare/shortipy-0.0.22...shortipy-0.0.24) (2022-09-21) - -### Chore - diff --git a/incubator/shortipy/0.0.29/Chart.lock b/incubator/shortipy/0.0.29/Chart.lock deleted file mode 100644 index 75e4fbe0f45..00000000000 --- a/incubator/shortipy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:03:56.549901528Z" diff --git a/incubator/shortipy/0.0.29/Chart.yaml b/incubator/shortipy/0.0.29/Chart.yaml deleted file mode 100644 index d45dd3357a5..00000000000 --- a/incubator/shortipy/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: URL Shortener in python based on flask -home: https://truecharts.org/docs/charts/incubator/shortipy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png -keywords: - - shortipy - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shortipy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/shortipy - - https://github.com/maschhoff/shortipy - - https://hub.docker.com/repository/docker/knex666/shortipy -type: application -version: 0.0.29 diff --git a/incubator/shortipy/0.0.29/README.md b/incubator/shortipy/0.0.29/README.md deleted file mode 100644 index ade35743031..00000000000 --- a/incubator/shortipy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shortipy - -URL Shortener in python based on flask - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shortipy](https://truecharts.org/docs/charts/incubator/shortipy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shortipy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shortipy TrueCharts/shortipy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shortipy` deployment - -```console -helm uninstall shortipy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shortipy \ - --set env.TZ="America/New York" \ - TrueCharts/shortipy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shortipy TrueCharts/shortipy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/shortipy/0.0.29/charts/common-10.7.0.tgz b/incubator/shortipy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/shortipy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/shortipy/0.0.30/CHANGELOG.md b/incubator/shortipy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..fee84f889d2 --- /dev/null +++ b/incubator/shortipy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shortipy-0.0.30](https://github.com/truecharts/charts/compare/shortipy-0.0.29...shortipy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shortipy-0.0.29](https://github.com/truecharts/charts/compare/shortipy-0.0.28...shortipy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shortipy-0.0.28](https://github.com/truecharts/charts/compare/shortipy-0.0.27...shortipy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shortipy-0.0.28](https://github.com/truecharts/charts/compare/shortipy-0.0.27...shortipy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shortipy-0.0.27](https://github.com/truecharts/charts/compare/shortipy-0.0.26...shortipy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shortipy-0.0.26](https://github.com/truecharts/charts/compare/shortipy-0.0.25...shortipy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shortipy-0.0.25](https://github.com/truecharts/charts/compare/shortipy-0.0.24...shortipy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shortipy-0.0.24](https://github.com/truecharts/charts/compare/shortipy-0.0.22...shortipy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/shortipy/0.0.30/Chart.lock b/incubator/shortipy/0.0.30/Chart.lock new file mode 100644 index 00000000000..1df4851fe8b --- /dev/null +++ b/incubator/shortipy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:35.118622866Z" diff --git a/incubator/shortipy/0.0.30/Chart.yaml b/incubator/shortipy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..1efd17a0ff3 --- /dev/null +++ b/incubator/shortipy/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: URL Shortener in python based on flask +home: https://truecharts.org/docs/charts/incubator/shortipy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.png +keywords: + - shortipy + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shortipy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/shortipy + - https://github.com/maschhoff/shortipy + - https://hub.docker.com/repository/docker/knex666/shortipy +type: application +version: 0.0.30 diff --git a/incubator/shortipy/0.0.30/README.md b/incubator/shortipy/0.0.30/README.md new file mode 100644 index 00000000000..89bb65e7509 --- /dev/null +++ b/incubator/shortipy/0.0.30/README.md @@ -0,0 +1,107 @@ +# shortipy + +URL Shortener in python based on flask + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shortipy](https://truecharts.org/docs/charts/incubator/shortipy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shortipy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shortipy TrueCharts/shortipy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shortipy` deployment + +```console +helm uninstall shortipy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shortipy \ + --set env.TZ="America/New York" \ + TrueCharts/shortipy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shortipy TrueCharts/shortipy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/shortipy/0.0.29/app-readme.md b/incubator/shortipy/0.0.30/app-readme.md similarity index 100% rename from incubator/shortipy/0.0.29/app-readme.md rename to incubator/shortipy/0.0.30/app-readme.md diff --git a/incubator/shortipy/0.0.30/charts/common-10.7.1.tgz b/incubator/shortipy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/shortipy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/shortipy/0.0.29/ix_values.yaml b/incubator/shortipy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/shortipy/0.0.29/ix_values.yaml rename to incubator/shortipy/0.0.30/ix_values.yaml diff --git a/incubator/shortipy/0.0.29/questions.yaml b/incubator/shortipy/0.0.30/questions.yaml similarity index 100% rename from incubator/shortipy/0.0.29/questions.yaml rename to incubator/shortipy/0.0.30/questions.yaml diff --git a/incubator/shortipy/0.0.29/templates/common.yaml b/incubator/shortipy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/shortipy/0.0.29/templates/common.yaml rename to incubator/shortipy/0.0.30/templates/common.yaml diff --git a/incubator/shortipy/0.0.29/values.yaml b/incubator/shortipy/0.0.30/values.yaml similarity index 100% rename from incubator/shortipy/0.0.29/values.yaml rename to incubator/shortipy/0.0.30/values.yaml diff --git a/incubator/sia-daemon/0.0.28/CHANGELOG.md b/incubator/sia-daemon/0.0.28/CHANGELOG.md deleted file mode 100644 index e3e959926a0..00000000000 --- a/incubator/sia-daemon/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sia-daemon-0.0.28](https://github.com/truecharts/charts/compare/sia-daemon-0.0.27...sia-daemon-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sia-daemon-0.0.27](https://github.com/truecharts/charts/compare/sia-daemon-0.0.26...sia-daemon-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sia-daemon-0.0.27](https://github.com/truecharts/charts/compare/sia-daemon-0.0.26...sia-daemon-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sia-daemon-0.0.26](https://github.com/truecharts/charts/compare/sia-daemon-0.0.25...sia-daemon-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sia-daemon-0.0.25](https://github.com/truecharts/charts/compare/sia-daemon-0.0.24...sia-daemon-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sia-daemon-0.0.24](https://github.com/truecharts/charts/compare/sia-daemon-0.0.23...sia-daemon-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sia-daemon-0.0.23](https://github.com/truecharts/charts/compare/sia-daemon-0.0.22...sia-daemon-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sia-daemon-0.0.23](https://github.com/truecharts/charts/compare/sia-daemon-0.0.22...sia-daemon-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/sia-daemon/0.0.28/Chart.lock b/incubator/sia-daemon/0.0.28/Chart.lock deleted file mode 100644 index 85e3fecd225..00000000000 --- a/incubator/sia-daemon/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:00.759535937Z" diff --git a/incubator/sia-daemon/0.0.28/Chart.yaml b/incubator/sia-daemon/0.0.28/Chart.yaml deleted file mode 100644 index 4999e7530ad..00000000000 --- a/incubator/sia-daemon/0.0.28/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Other -apiVersion: v2 -appVersion: "master" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. -home: https://truecharts.org/docs/charts/incubator/sia-daemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png -keywords: - - sia-daemon - - Cloud - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sia-daemon -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sia-daemon - - https://github.com/siafoundation/siad - - https://github.com/SiaFoundation/siad/pkgs/container/siad -type: application -version: 0.0.28 diff --git a/incubator/sia-daemon/0.0.28/README.md b/incubator/sia-daemon/0.0.28/README.md deleted file mode 100644 index 46082760dae..00000000000 --- a/incubator/sia-daemon/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sia-daemon - -Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sia-daemon](https://truecharts.org/docs/charts/incubator/sia-daemon) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sia-daemon` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sia-daemon TrueCharts/sia-daemon -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sia-daemon` deployment - -```console -helm uninstall sia-daemon -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sia-daemon \ - --set env.TZ="America/New York" \ - TrueCharts/sia-daemon -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sia-daemon TrueCharts/sia-daemon -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sia-daemon/0.0.28/charts/common-10.7.0.tgz b/incubator/sia-daemon/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sia-daemon/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sia-daemon/0.0.29/CHANGELOG.md b/incubator/sia-daemon/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..00aeb3f75f8 --- /dev/null +++ b/incubator/sia-daemon/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sia-daemon-0.0.29](https://github.com/truecharts/charts/compare/sia-daemon-0.0.28...sia-daemon-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sia-daemon-0.0.28](https://github.com/truecharts/charts/compare/sia-daemon-0.0.27...sia-daemon-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sia-daemon-0.0.27](https://github.com/truecharts/charts/compare/sia-daemon-0.0.26...sia-daemon-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sia-daemon-0.0.27](https://github.com/truecharts/charts/compare/sia-daemon-0.0.26...sia-daemon-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sia-daemon-0.0.26](https://github.com/truecharts/charts/compare/sia-daemon-0.0.25...sia-daemon-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sia-daemon-0.0.25](https://github.com/truecharts/charts/compare/sia-daemon-0.0.24...sia-daemon-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sia-daemon-0.0.24](https://github.com/truecharts/charts/compare/sia-daemon-0.0.23...sia-daemon-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sia-daemon-0.0.23](https://github.com/truecharts/charts/compare/sia-daemon-0.0.22...sia-daemon-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/sia-daemon/0.0.29/Chart.lock b/incubator/sia-daemon/0.0.29/Chart.lock new file mode 100644 index 00000000000..ff27c904e3f --- /dev/null +++ b/incubator/sia-daemon/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:43.793723909Z" diff --git a/incubator/sia-daemon/0.0.29/Chart.yaml b/incubator/sia-daemon/0.0.29/Chart.yaml new file mode 100644 index 00000000000..70bbc63500e --- /dev/null +++ b/incubator/sia-daemon/0.0.29/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Other +apiVersion: v2 +appVersion: "master" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. +home: https://truecharts.org/docs/charts/incubator/sia-daemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.png +keywords: + - sia-daemon + - Cloud + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sia-daemon +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sia-daemon + - https://github.com/siafoundation/siad + - https://github.com/SiaFoundation/siad/pkgs/container/siad +type: application +version: 0.0.29 diff --git a/incubator/sia-daemon/0.0.29/README.md b/incubator/sia-daemon/0.0.29/README.md new file mode 100644 index 00000000000..6539fa0b1df --- /dev/null +++ b/incubator/sia-daemon/0.0.29/README.md @@ -0,0 +1,107 @@ +# sia-daemon + +Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sia-daemon](https://truecharts.org/docs/charts/incubator/sia-daemon) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sia-daemon` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sia-daemon TrueCharts/sia-daemon +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sia-daemon` deployment + +```console +helm uninstall sia-daemon +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sia-daemon \ + --set env.TZ="America/New York" \ + TrueCharts/sia-daemon +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sia-daemon TrueCharts/sia-daemon -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sia-daemon/0.0.28/app-readme.md b/incubator/sia-daemon/0.0.29/app-readme.md similarity index 100% rename from incubator/sia-daemon/0.0.28/app-readme.md rename to incubator/sia-daemon/0.0.29/app-readme.md diff --git a/incubator/sia-daemon/0.0.29/charts/common-10.7.1.tgz b/incubator/sia-daemon/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sia-daemon/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/sia-daemon/0.0.28/ix_values.yaml b/incubator/sia-daemon/0.0.29/ix_values.yaml similarity index 100% rename from incubator/sia-daemon/0.0.28/ix_values.yaml rename to incubator/sia-daemon/0.0.29/ix_values.yaml diff --git a/incubator/sia-daemon/0.0.28/questions.yaml b/incubator/sia-daemon/0.0.29/questions.yaml similarity index 100% rename from incubator/sia-daemon/0.0.28/questions.yaml rename to incubator/sia-daemon/0.0.29/questions.yaml diff --git a/incubator/sia-daemon/0.0.28/templates/common.yaml b/incubator/sia-daemon/0.0.29/templates/common.yaml similarity index 100% rename from incubator/sia-daemon/0.0.28/templates/common.yaml rename to incubator/sia-daemon/0.0.29/templates/common.yaml diff --git a/incubator/sia-daemon/0.0.28/values.yaml b/incubator/sia-daemon/0.0.29/values.yaml similarity index 100% rename from incubator/sia-daemon/0.0.28/values.yaml rename to incubator/sia-daemon/0.0.29/values.yaml diff --git a/incubator/sinusbot/0.0.29/CHANGELOG.md b/incubator/sinusbot/0.0.29/CHANGELOG.md deleted file mode 100644 index f1c6ebcfa87..00000000000 --- a/incubator/sinusbot/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sinusbot-0.0.29](https://github.com/truecharts/charts/compare/sinusbot-0.0.28...sinusbot-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sinusbot-0.0.28](https://github.com/truecharts/charts/compare/sinusbot-0.0.27...sinusbot-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sinusbot-0.0.28](https://github.com/truecharts/charts/compare/sinusbot-0.0.27...sinusbot-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sinusbot-0.0.27](https://github.com/truecharts/charts/compare/sinusbot-0.0.26...sinusbot-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sinusbot-0.0.26](https://github.com/truecharts/charts/compare/sinusbot-0.0.25...sinusbot-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sinusbot-0.0.25](https://github.com/truecharts/charts/compare/sinusbot-0.0.24...sinusbot-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sinusbot-0.0.24](https://github.com/truecharts/charts/compare/sinusbot-0.0.23...sinusbot-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sinusbot-0.0.24](https://github.com/truecharts/charts/compare/sinusbot-0.0.23...sinusbot-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/sinusbot/0.0.29/Chart.lock b/incubator/sinusbot/0.0.29/Chart.lock deleted file mode 100644 index 33ff7b651b1..00000000000 --- a/incubator/sinusbot/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:24.813543986Z" diff --git a/incubator/sinusbot/0.0.29/Chart.yaml b/incubator/sinusbot/0.0.29/Chart.yaml deleted file mode 100644 index 50d09c6c7e0..00000000000 --- a/incubator/sinusbot/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - MediaServer-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord." -home: https://truecharts.org/docs/charts/incubator/sinusbot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png -keywords: - - sinusbot - - Productivity - - Tools-Utilities - - MediaServer-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sinusbot -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sinusbot - - https://forum.sinusbot.com - - https://hub.docker.com/r/sinusbot/docker -type: application -version: 0.0.29 diff --git a/incubator/sinusbot/0.0.29/README.md b/incubator/sinusbot/0.0.29/README.md deleted file mode 100644 index 01c6759b9b5..00000000000 --- a/incubator/sinusbot/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sinusbot - -SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sinusbot](https://truecharts.org/docs/charts/incubator/sinusbot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sinusbot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sinusbot TrueCharts/sinusbot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sinusbot` deployment - -```console -helm uninstall sinusbot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sinusbot \ - --set env.TZ="America/New York" \ - TrueCharts/sinusbot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sinusbot TrueCharts/sinusbot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sinusbot/0.0.29/charts/common-10.7.0.tgz b/incubator/sinusbot/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sinusbot/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sinusbot/0.0.30/CHANGELOG.md b/incubator/sinusbot/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..feef4579d1a --- /dev/null +++ b/incubator/sinusbot/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sinusbot-0.0.30](https://github.com/truecharts/charts/compare/sinusbot-0.0.29...sinusbot-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sinusbot-0.0.29](https://github.com/truecharts/charts/compare/sinusbot-0.0.28...sinusbot-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sinusbot-0.0.28](https://github.com/truecharts/charts/compare/sinusbot-0.0.27...sinusbot-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sinusbot-0.0.28](https://github.com/truecharts/charts/compare/sinusbot-0.0.27...sinusbot-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sinusbot-0.0.27](https://github.com/truecharts/charts/compare/sinusbot-0.0.26...sinusbot-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sinusbot-0.0.26](https://github.com/truecharts/charts/compare/sinusbot-0.0.25...sinusbot-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sinusbot-0.0.25](https://github.com/truecharts/charts/compare/sinusbot-0.0.24...sinusbot-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sinusbot-0.0.24](https://github.com/truecharts/charts/compare/sinusbot-0.0.23...sinusbot-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/sinusbot/0.0.30/Chart.lock b/incubator/sinusbot/0.0.30/Chart.lock new file mode 100644 index 00000000000..8d42b99e881 --- /dev/null +++ b/incubator/sinusbot/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:46:53.633701061Z" diff --git a/incubator/sinusbot/0.0.30/Chart.yaml b/incubator/sinusbot/0.0.30/Chart.yaml new file mode 100644 index 00000000000..a3ab6852083 --- /dev/null +++ b/incubator/sinusbot/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - MediaServer-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord." +home: https://truecharts.org/docs/charts/incubator/sinusbot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.png +keywords: + - sinusbot + - Productivity + - Tools-Utilities + - MediaServer-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sinusbot +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sinusbot + - https://forum.sinusbot.com + - https://hub.docker.com/r/sinusbot/docker +type: application +version: 0.0.30 diff --git a/incubator/sinusbot/0.0.30/README.md b/incubator/sinusbot/0.0.30/README.md new file mode 100644 index 00000000000..d6e266acde7 --- /dev/null +++ b/incubator/sinusbot/0.0.30/README.md @@ -0,0 +1,107 @@ +# sinusbot + +SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sinusbot](https://truecharts.org/docs/charts/incubator/sinusbot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sinusbot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sinusbot TrueCharts/sinusbot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sinusbot` deployment + +```console +helm uninstall sinusbot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sinusbot \ + --set env.TZ="America/New York" \ + TrueCharts/sinusbot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sinusbot TrueCharts/sinusbot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sinusbot/0.0.29/app-readme.md b/incubator/sinusbot/0.0.30/app-readme.md similarity index 100% rename from incubator/sinusbot/0.0.29/app-readme.md rename to incubator/sinusbot/0.0.30/app-readme.md diff --git a/incubator/sinusbot/0.0.30/charts/common-10.7.1.tgz b/incubator/sinusbot/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sinusbot/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/sinusbot/0.0.29/ix_values.yaml b/incubator/sinusbot/0.0.30/ix_values.yaml similarity index 100% rename from incubator/sinusbot/0.0.29/ix_values.yaml rename to incubator/sinusbot/0.0.30/ix_values.yaml diff --git a/incubator/sinusbot/0.0.29/questions.yaml b/incubator/sinusbot/0.0.30/questions.yaml similarity index 100% rename from incubator/sinusbot/0.0.29/questions.yaml rename to incubator/sinusbot/0.0.30/questions.yaml diff --git a/incubator/sinusbot/0.0.29/templates/common.yaml b/incubator/sinusbot/0.0.30/templates/common.yaml similarity index 100% rename from incubator/sinusbot/0.0.29/templates/common.yaml rename to incubator/sinusbot/0.0.30/templates/common.yaml diff --git a/incubator/sinusbot/0.0.29/values.yaml b/incubator/sinusbot/0.0.30/values.yaml similarity index 100% rename from incubator/sinusbot/0.0.29/values.yaml rename to incubator/sinusbot/0.0.30/values.yaml diff --git a/incubator/slack-invite/0.0.29/CHANGELOG.md b/incubator/slack-invite/0.0.29/CHANGELOG.md deleted file mode 100644 index 6eba59e1a1c..00000000000 --- a/incubator/slack-invite/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [slack-invite-0.0.29](https://github.com/truecharts/charts/compare/slack-invite-0.0.28...slack-invite-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [slack-invite-0.0.28](https://github.com/truecharts/charts/compare/slack-invite-0.0.27...slack-invite-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [slack-invite-0.0.28](https://github.com/truecharts/charts/compare/slack-invite-0.0.27...slack-invite-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [slack-invite-0.0.27](https://github.com/truecharts/charts/compare/slack-invite-0.0.26...slack-invite-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [slack-invite-0.0.26](https://github.com/truecharts/charts/compare/slack-invite-0.0.25...slack-invite-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [slack-invite-0.0.25](https://github.com/truecharts/charts/compare/slack-invite-0.0.24...slack-invite-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [slack-invite-0.0.24](https://github.com/truecharts/charts/compare/slack-invite-0.0.23...slack-invite-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [slack-invite-0.0.24](https://github.com/truecharts/charts/compare/slack-invite-0.0.23...slack-invite-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/slack-invite/0.0.29/Chart.lock b/incubator/slack-invite/0.0.29/Chart.lock deleted file mode 100644 index 34e5f783dc3..00000000000 --- a/incubator/slack-invite/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:26.396384957Z" diff --git a/incubator/slack-invite/0.0.29/Chart.yaml b/incubator/slack-invite/0.0.29/Chart.yaml deleted file mode 100644 index 91c80f4cfab..00000000000 --- a/incubator/slack-invite/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Messenger - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Creates a simple webpage for Slack invite signups -home: https://truecharts.org/docs/charts/incubator/slack-invite -icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png -keywords: - - slack-invite - - Network-Messenger - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: slack-invite -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/slack-invite - - httpss://github.com/ninthwalker/slack-invite - - https://hub.docker.com/r/ninthwalker/slack-invite/ -type: application -version: 0.0.29 diff --git a/incubator/slack-invite/0.0.29/README.md b/incubator/slack-invite/0.0.29/README.md deleted file mode 100644 index 39f791582f9..00000000000 --- a/incubator/slack-invite/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# slack-invite - -Creates a simple webpage for Slack invite signups - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [slack-invite](https://truecharts.org/docs/charts/incubator/slack-invite) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `slack-invite` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install slack-invite TrueCharts/slack-invite -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `slack-invite` deployment - -```console -helm uninstall slack-invite -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install slack-invite \ - --set env.TZ="America/New York" \ - TrueCharts/slack-invite -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install slack-invite TrueCharts/slack-invite -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/slack-invite/0.0.29/charts/common-10.7.0.tgz b/incubator/slack-invite/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/slack-invite/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/slack-invite/0.0.30/CHANGELOG.md b/incubator/slack-invite/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c91e295d4d4 --- /dev/null +++ b/incubator/slack-invite/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [slack-invite-0.0.30](https://github.com/truecharts/charts/compare/slack-invite-0.0.29...slack-invite-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [slack-invite-0.0.29](https://github.com/truecharts/charts/compare/slack-invite-0.0.28...slack-invite-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [slack-invite-0.0.28](https://github.com/truecharts/charts/compare/slack-invite-0.0.27...slack-invite-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [slack-invite-0.0.28](https://github.com/truecharts/charts/compare/slack-invite-0.0.27...slack-invite-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [slack-invite-0.0.27](https://github.com/truecharts/charts/compare/slack-invite-0.0.26...slack-invite-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [slack-invite-0.0.26](https://github.com/truecharts/charts/compare/slack-invite-0.0.25...slack-invite-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [slack-invite-0.0.25](https://github.com/truecharts/charts/compare/slack-invite-0.0.24...slack-invite-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [slack-invite-0.0.24](https://github.com/truecharts/charts/compare/slack-invite-0.0.23...slack-invite-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/slack-invite/0.0.30/Chart.lock b/incubator/slack-invite/0.0.30/Chart.lock new file mode 100644 index 00000000000..299c3ed3299 --- /dev/null +++ b/incubator/slack-invite/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:06.40698082Z" diff --git a/incubator/slack-invite/0.0.30/Chart.yaml b/incubator/slack-invite/0.0.30/Chart.yaml new file mode 100644 index 00000000000..619155b3910 --- /dev/null +++ b/incubator/slack-invite/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Messenger + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Creates a simple webpage for Slack invite signups +home: https://truecharts.org/docs/charts/incubator/slack-invite +icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.png +keywords: + - slack-invite + - Network-Messenger + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: slack-invite +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/slack-invite + - httpss://github.com/ninthwalker/slack-invite + - https://hub.docker.com/r/ninthwalker/slack-invite/ +type: application +version: 0.0.30 diff --git a/incubator/slack-invite/0.0.30/README.md b/incubator/slack-invite/0.0.30/README.md new file mode 100644 index 00000000000..5779fcd2e7d --- /dev/null +++ b/incubator/slack-invite/0.0.30/README.md @@ -0,0 +1,107 @@ +# slack-invite + +Creates a simple webpage for Slack invite signups + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [slack-invite](https://truecharts.org/docs/charts/incubator/slack-invite) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `slack-invite` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install slack-invite TrueCharts/slack-invite +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `slack-invite` deployment + +```console +helm uninstall slack-invite +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install slack-invite \ + --set env.TZ="America/New York" \ + TrueCharts/slack-invite +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install slack-invite TrueCharts/slack-invite -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/slack-invite/0.0.29/app-readme.md b/incubator/slack-invite/0.0.30/app-readme.md similarity index 100% rename from incubator/slack-invite/0.0.29/app-readme.md rename to incubator/slack-invite/0.0.30/app-readme.md diff --git a/incubator/slack-invite/0.0.30/charts/common-10.7.1.tgz b/incubator/slack-invite/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/slack-invite/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/slack-invite/0.0.29/ix_values.yaml b/incubator/slack-invite/0.0.30/ix_values.yaml similarity index 100% rename from incubator/slack-invite/0.0.29/ix_values.yaml rename to incubator/slack-invite/0.0.30/ix_values.yaml diff --git a/incubator/slack-invite/0.0.29/questions.yaml b/incubator/slack-invite/0.0.30/questions.yaml similarity index 100% rename from incubator/slack-invite/0.0.29/questions.yaml rename to incubator/slack-invite/0.0.30/questions.yaml diff --git a/incubator/slack-invite/0.0.29/templates/common.yaml b/incubator/slack-invite/0.0.30/templates/common.yaml similarity index 100% rename from incubator/slack-invite/0.0.29/templates/common.yaml rename to incubator/slack-invite/0.0.30/templates/common.yaml diff --git a/incubator/slack-invite/0.0.29/values.yaml b/incubator/slack-invite/0.0.30/values.yaml similarity index 100% rename from incubator/slack-invite/0.0.29/values.yaml rename to incubator/slack-invite/0.0.30/values.yaml diff --git a/incubator/snippet-box/0.0.29/CHANGELOG.md b/incubator/snippet-box/0.0.29/CHANGELOG.md deleted file mode 100644 index 9aea5a53064..00000000000 --- a/incubator/snippet-box/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [snippet-box-0.0.29](https://github.com/truecharts/charts/compare/snippet-box-0.0.28...snippet-box-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [snippet-box-0.0.28](https://github.com/truecharts/charts/compare/snippet-box-0.0.27...snippet-box-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [snippet-box-0.0.28](https://github.com/truecharts/charts/compare/snippet-box-0.0.27...snippet-box-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [snippet-box-0.0.27](https://github.com/truecharts/charts/compare/snippet-box-0.0.26...snippet-box-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [snippet-box-0.0.26](https://github.com/truecharts/charts/compare/snippet-box-0.0.25...snippet-box-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [snippet-box-0.0.25](https://github.com/truecharts/charts/compare/snippet-box-0.0.24...snippet-box-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [snippet-box-0.0.24](https://github.com/truecharts/charts/compare/snippet-box-0.0.23...snippet-box-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [snippet-box-0.0.24](https://github.com/truecharts/charts/compare/snippet-box-0.0.23...snippet-box-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/snippet-box/0.0.29/Chart.lock b/incubator/snippet-box/0.0.29/Chart.lock deleted file mode 100644 index ebb67baeea5..00000000000 --- a/incubator/snippet-box/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:30.524808619Z" diff --git a/incubator/snippet-box/0.0.29/Chart.yaml b/incubator/snippet-box/0.0.29/Chart.yaml deleted file mode 100644 index f1657c09fa9..00000000000 --- a/incubator/snippet-box/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. -home: https://truecharts.org/docs/charts/incubator/snippet-box -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png -keywords: - - snippet-box - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: snippet-box -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/snippet-box - - https://github.com/pawelmalak/snippet-box - - https://hub.docker.com/r/pawelmalak/snippet-box -type: application -version: 0.0.29 diff --git a/incubator/snippet-box/0.0.29/README.md b/incubator/snippet-box/0.0.29/README.md deleted file mode 100644 index ba277936cea..00000000000 --- a/incubator/snippet-box/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# snippet-box - -Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [snippet-box](https://truecharts.org/docs/charts/incubator/snippet-box) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `snippet-box` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install snippet-box TrueCharts/snippet-box -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `snippet-box` deployment - -```console -helm uninstall snippet-box -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install snippet-box \ - --set env.TZ="America/New York" \ - TrueCharts/snippet-box -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install snippet-box TrueCharts/snippet-box -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/snippet-box/0.0.29/charts/common-10.7.0.tgz b/incubator/snippet-box/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/snippet-box/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/snippet-box/0.0.30/CHANGELOG.md b/incubator/snippet-box/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..30ce3f38b09 --- /dev/null +++ b/incubator/snippet-box/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [snippet-box-0.0.30](https://github.com/truecharts/charts/compare/snippet-box-0.0.29...snippet-box-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [snippet-box-0.0.29](https://github.com/truecharts/charts/compare/snippet-box-0.0.28...snippet-box-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [snippet-box-0.0.28](https://github.com/truecharts/charts/compare/snippet-box-0.0.27...snippet-box-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [snippet-box-0.0.28](https://github.com/truecharts/charts/compare/snippet-box-0.0.27...snippet-box-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [snippet-box-0.0.27](https://github.com/truecharts/charts/compare/snippet-box-0.0.26...snippet-box-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [snippet-box-0.0.26](https://github.com/truecharts/charts/compare/snippet-box-0.0.25...snippet-box-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [snippet-box-0.0.25](https://github.com/truecharts/charts/compare/snippet-box-0.0.24...snippet-box-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [snippet-box-0.0.24](https://github.com/truecharts/charts/compare/snippet-box-0.0.23...snippet-box-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/snippet-box/0.0.30/Chart.lock b/incubator/snippet-box/0.0.30/Chart.lock new file mode 100644 index 00000000000..86c54445906 --- /dev/null +++ b/incubator/snippet-box/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:14.449196077Z" diff --git a/incubator/snippet-box/0.0.30/Chart.yaml b/incubator/snippet-box/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e72ff0c1b08 --- /dev/null +++ b/incubator/snippet-box/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. +home: https://truecharts.org/docs/charts/incubator/snippet-box +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png +keywords: + - snippet-box + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: snippet-box +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/snippet-box + - https://github.com/pawelmalak/snippet-box + - https://hub.docker.com/r/pawelmalak/snippet-box +type: application +version: 0.0.30 diff --git a/incubator/snippet-box/0.0.30/README.md b/incubator/snippet-box/0.0.30/README.md new file mode 100644 index 00000000000..a5dc9021dfa --- /dev/null +++ b/incubator/snippet-box/0.0.30/README.md @@ -0,0 +1,107 @@ +# snippet-box + +Snippet Box is a simple self-hosted app for organizing your code snippets. It allows you to easily create, edit, browse and manage your snippets in various languages. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [snippet-box](https://truecharts.org/docs/charts/incubator/snippet-box) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `snippet-box` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install snippet-box TrueCharts/snippet-box +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `snippet-box` deployment + +```console +helm uninstall snippet-box +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install snippet-box \ + --set env.TZ="America/New York" \ + TrueCharts/snippet-box +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install snippet-box TrueCharts/snippet-box -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/snippet-box/0.0.29/app-readme.md b/incubator/snippet-box/0.0.30/app-readme.md similarity index 100% rename from incubator/snippet-box/0.0.29/app-readme.md rename to incubator/snippet-box/0.0.30/app-readme.md diff --git a/incubator/snippet-box/0.0.30/charts/common-10.7.1.tgz b/incubator/snippet-box/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/snippet-box/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/snippet-box/0.0.29/ix_values.yaml b/incubator/snippet-box/0.0.30/ix_values.yaml similarity index 100% rename from incubator/snippet-box/0.0.29/ix_values.yaml rename to incubator/snippet-box/0.0.30/ix_values.yaml diff --git a/incubator/snippet-box/0.0.29/questions.yaml b/incubator/snippet-box/0.0.30/questions.yaml similarity index 100% rename from incubator/snippet-box/0.0.29/questions.yaml rename to incubator/snippet-box/0.0.30/questions.yaml diff --git a/incubator/snippet-box/0.0.29/templates/common.yaml b/incubator/snippet-box/0.0.30/templates/common.yaml similarity index 100% rename from incubator/snippet-box/0.0.29/templates/common.yaml rename to incubator/snippet-box/0.0.30/templates/common.yaml diff --git a/incubator/snippet-box/0.0.29/values.yaml b/incubator/snippet-box/0.0.30/values.yaml similarity index 100% rename from incubator/snippet-box/0.0.29/values.yaml rename to incubator/snippet-box/0.0.30/values.yaml diff --git a/incubator/socials/0.0.28/CHANGELOG.md b/incubator/socials/0.0.28/CHANGELOG.md deleted file mode 100644 index c049b3bf215..00000000000 --- a/incubator/socials/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [socials-0.0.28](https://github.com/truecharts/charts/compare/socials-0.0.27...socials-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [socials-0.0.27](https://github.com/truecharts/charts/compare/socials-0.0.26...socials-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [socials-0.0.27](https://github.com/truecharts/charts/compare/socials-0.0.26...socials-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [socials-0.0.26](https://github.com/truecharts/charts/compare/socials-0.0.25...socials-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [socials-0.0.25](https://github.com/truecharts/charts/compare/socials-0.0.24...socials-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [socials-0.0.24](https://github.com/truecharts/charts/compare/socials-0.0.23...socials-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [socials-0.0.23](https://github.com/truecharts/charts/compare/socials-0.0.22...socials-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [socials-0.0.23](https://github.com/truecharts/charts/compare/socials-0.0.22...socials-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/socials/0.0.28/Chart.lock b/incubator/socials/0.0.28/Chart.lock deleted file mode 100644 index 23763867c6e..00000000000 --- a/incubator/socials/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:40.537071713Z" diff --git a/incubator/socials/0.0.28/Chart.yaml b/incubator/socials/0.0.28/Chart.yaml deleted file mode 100644 index 6a7cceb9c16..00000000000 --- a/incubator/socials/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "main" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!" -home: https://truecharts.org/docs/charts/incubator/socials -icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png -keywords: - - socials - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: socials -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/socials - - https://github.com/diamkil/socials - - https://registry.hub.docker.com/r/diamkil/socials/ -type: application -version: 0.0.28 diff --git a/incubator/socials/0.0.28/README.md b/incubator/socials/0.0.28/README.md deleted file mode 100644 index 300b524ef13..00000000000 --- a/incubator/socials/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# socials - -Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [socials](https://truecharts.org/docs/charts/incubator/socials) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `socials` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install socials TrueCharts/socials -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `socials` deployment - -```console -helm uninstall socials -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install socials \ - --set env.TZ="America/New York" \ - TrueCharts/socials -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install socials TrueCharts/socials -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/socials/0.0.28/charts/common-10.7.0.tgz b/incubator/socials/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/socials/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/socials/0.0.29/CHANGELOG.md b/incubator/socials/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..ec2adb321a9 --- /dev/null +++ b/incubator/socials/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [socials-0.0.29](https://github.com/truecharts/charts/compare/socials-0.0.28...socials-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [socials-0.0.28](https://github.com/truecharts/charts/compare/socials-0.0.27...socials-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [socials-0.0.27](https://github.com/truecharts/charts/compare/socials-0.0.26...socials-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [socials-0.0.27](https://github.com/truecharts/charts/compare/socials-0.0.26...socials-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [socials-0.0.26](https://github.com/truecharts/charts/compare/socials-0.0.25...socials-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [socials-0.0.25](https://github.com/truecharts/charts/compare/socials-0.0.24...socials-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [socials-0.0.24](https://github.com/truecharts/charts/compare/socials-0.0.23...socials-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [socials-0.0.23](https://github.com/truecharts/charts/compare/socials-0.0.22...socials-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/socials/0.0.29/Chart.lock b/incubator/socials/0.0.29/Chart.lock new file mode 100644 index 00000000000..f157df6cf82 --- /dev/null +++ b/incubator/socials/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:16.221286374Z" diff --git a/incubator/socials/0.0.29/Chart.yaml b/incubator/socials/0.0.29/Chart.yaml new file mode 100644 index 00000000000..fe7d34f215d --- /dev/null +++ b/incubator/socials/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "main" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!" +home: https://truecharts.org/docs/charts/incubator/socials +icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.png +keywords: + - socials + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: socials +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/socials + - https://github.com/diamkil/socials + - https://registry.hub.docker.com/r/diamkil/socials/ +type: application +version: 0.0.29 diff --git a/incubator/socials/0.0.29/README.md b/incubator/socials/0.0.29/README.md new file mode 100644 index 00000000000..db7284e3749 --- /dev/null +++ b/incubator/socials/0.0.29/README.md @@ -0,0 +1,107 @@ +# socials + +Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [socials](https://truecharts.org/docs/charts/incubator/socials) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `socials` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install socials TrueCharts/socials +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `socials` deployment + +```console +helm uninstall socials +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install socials \ + --set env.TZ="America/New York" \ + TrueCharts/socials +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install socials TrueCharts/socials -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/socials/0.0.28/app-readme.md b/incubator/socials/0.0.29/app-readme.md similarity index 100% rename from incubator/socials/0.0.28/app-readme.md rename to incubator/socials/0.0.29/app-readme.md diff --git a/incubator/socials/0.0.29/charts/common-10.7.1.tgz b/incubator/socials/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/socials/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/socials/0.0.28/ix_values.yaml b/incubator/socials/0.0.29/ix_values.yaml similarity index 100% rename from incubator/socials/0.0.28/ix_values.yaml rename to incubator/socials/0.0.29/ix_values.yaml diff --git a/incubator/socials/0.0.28/questions.yaml b/incubator/socials/0.0.29/questions.yaml similarity index 100% rename from incubator/socials/0.0.28/questions.yaml rename to incubator/socials/0.0.29/questions.yaml diff --git a/incubator/socials/0.0.28/templates/common.yaml b/incubator/socials/0.0.29/templates/common.yaml similarity index 100% rename from incubator/socials/0.0.28/templates/common.yaml rename to incubator/socials/0.0.29/templates/common.yaml diff --git a/incubator/socials/0.0.28/values.yaml b/incubator/socials/0.0.29/values.yaml similarity index 100% rename from incubator/socials/0.0.28/values.yaml rename to incubator/socials/0.0.29/values.yaml diff --git a/incubator/sonarqube/0.0.32/CHANGELOG.md b/incubator/sonarqube/0.0.32/CHANGELOG.md deleted file mode 100644 index 45bf3e850a0..00000000000 --- a/incubator/sonarqube/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sonarqube-0.0.32](https://github.com/truecharts/charts/compare/sonarqube-0.0.31...sonarqube-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sonarqube-0.0.31](https://github.com/truecharts/charts/compare/sonarqube-0.0.30...sonarqube-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sonarqube-0.0.31](https://github.com/truecharts/charts/compare/sonarqube-0.0.30...sonarqube-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sonarqube-0.0.30](https://github.com/truecharts/charts/compare/sonarqube-0.0.29...sonarqube-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [sonarqube-0.0.29](https://github.com/truecharts/charts/compare/sonarqube-0.0.28...sonarqube-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sonarqube-0.0.28](https://github.com/truecharts/charts/compare/sonarqube-0.0.27...sonarqube-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sonarqube-0.0.27](https://github.com/truecharts/charts/compare/sonarqube-0.0.26...sonarqube-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sonarqube-0.0.26](https://github.com/truecharts/charts/compare/sonarqube-0.0.25...sonarqube-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/incubator/sonarqube/0.0.32/Chart.lock b/incubator/sonarqube/0.0.32/Chart.lock deleted file mode 100644 index 8309390094a..00000000000 --- a/incubator/sonarqube/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:54.437233871Z" diff --git a/incubator/sonarqube/0.0.32/Chart.yaml b/incubator/sonarqube/0.0.32/Chart.yaml deleted file mode 100644 index 42b6eb426d0..00000000000 --- a/incubator/sonarqube/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "SonarQube is an open source platform for continuous inspection of code quality. " -home: https://truecharts.org/docs/charts/incubator/sonarqube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png -keywords: - - sonarqube - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sonarqube -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube - - https://github.com/SonarSource/sonarqube - - https://hub.docker.com/_/sonarqube/ -type: application -version: 0.0.32 diff --git a/incubator/sonarqube/0.0.32/README.md b/incubator/sonarqube/0.0.32/README.md deleted file mode 100644 index 75eccb14e51..00000000000 --- a/incubator/sonarqube/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sonarqube - -SonarQube is an open source platform for continuous inspection of code quality. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sonarqube](https://truecharts.org/docs/charts/incubator/sonarqube) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sonarqube` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sonarqube TrueCharts/sonarqube -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sonarqube` deployment - -```console -helm uninstall sonarqube -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sonarqube \ - --set env.TZ="America/New York" \ - TrueCharts/sonarqube -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sonarqube TrueCharts/sonarqube -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sonarqube/0.0.32/charts/common-10.7.0.tgz b/incubator/sonarqube/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sonarqube/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sonarqube/0.0.33/CHANGELOG.md b/incubator/sonarqube/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..5c1993a007b --- /dev/null +++ b/incubator/sonarqube/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sonarqube-0.0.33](https://github.com/truecharts/charts/compare/sonarqube-0.0.32...sonarqube-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sonarqube-0.0.32](https://github.com/truecharts/charts/compare/sonarqube-0.0.31...sonarqube-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sonarqube-0.0.31](https://github.com/truecharts/charts/compare/sonarqube-0.0.30...sonarqube-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sonarqube-0.0.31](https://github.com/truecharts/charts/compare/sonarqube-0.0.30...sonarqube-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sonarqube-0.0.30](https://github.com/truecharts/charts/compare/sonarqube-0.0.29...sonarqube-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [sonarqube-0.0.29](https://github.com/truecharts/charts/compare/sonarqube-0.0.28...sonarqube-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sonarqube-0.0.28](https://github.com/truecharts/charts/compare/sonarqube-0.0.27...sonarqube-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sonarqube-0.0.27](https://github.com/truecharts/charts/compare/sonarqube-0.0.26...sonarqube-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sonarqube-0.0.26](https://github.com/truecharts/charts/compare/sonarqube-0.0.25...sonarqube-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/sonarqube/0.0.33/Chart.lock b/incubator/sonarqube/0.0.33/Chart.lock new file mode 100644 index 00000000000..cc9b3794280 --- /dev/null +++ b/incubator/sonarqube/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:24.809328514Z" diff --git a/incubator/sonarqube/0.0.33/Chart.yaml b/incubator/sonarqube/0.0.33/Chart.yaml new file mode 100644 index 00000000000..efa23c8cdfa --- /dev/null +++ b/incubator/sonarqube/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "SonarQube is an open source platform for continuous inspection of code quality. " +home: https://truecharts.org/docs/charts/incubator/sonarqube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png +keywords: + - sonarqube + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sonarqube +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube + - https://github.com/SonarSource/sonarqube + - https://hub.docker.com/_/sonarqube/ +type: application +version: 0.0.33 diff --git a/incubator/sonarqube/0.0.33/README.md b/incubator/sonarqube/0.0.33/README.md new file mode 100644 index 00000000000..cc6337c9a48 --- /dev/null +++ b/incubator/sonarqube/0.0.33/README.md @@ -0,0 +1,107 @@ +# sonarqube + +SonarQube is an open source platform for continuous inspection of code quality. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sonarqube](https://truecharts.org/docs/charts/incubator/sonarqube) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sonarqube` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sonarqube TrueCharts/sonarqube +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sonarqube` deployment + +```console +helm uninstall sonarqube +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sonarqube \ + --set env.TZ="America/New York" \ + TrueCharts/sonarqube +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sonarqube TrueCharts/sonarqube -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sonarqube/0.0.32/app-readme.md b/incubator/sonarqube/0.0.33/app-readme.md similarity index 100% rename from incubator/sonarqube/0.0.32/app-readme.md rename to incubator/sonarqube/0.0.33/app-readme.md diff --git a/incubator/sonarqube/0.0.33/charts/common-10.7.1.tgz b/incubator/sonarqube/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sonarqube/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/sonarqube/0.0.32/ix_values.yaml b/incubator/sonarqube/0.0.33/ix_values.yaml similarity index 100% rename from incubator/sonarqube/0.0.32/ix_values.yaml rename to incubator/sonarqube/0.0.33/ix_values.yaml diff --git a/incubator/sonarqube/0.0.32/questions.yaml b/incubator/sonarqube/0.0.33/questions.yaml similarity index 100% rename from incubator/sonarqube/0.0.32/questions.yaml rename to incubator/sonarqube/0.0.33/questions.yaml diff --git a/incubator/sonarqube/0.0.32/templates/common.yaml b/incubator/sonarqube/0.0.33/templates/common.yaml similarity index 100% rename from incubator/sonarqube/0.0.32/templates/common.yaml rename to incubator/sonarqube/0.0.33/templates/common.yaml diff --git a/incubator/sonarqube/0.0.32/values.yaml b/incubator/sonarqube/0.0.33/values.yaml similarity index 100% rename from incubator/sonarqube/0.0.32/values.yaml rename to incubator/sonarqube/0.0.33/values.yaml diff --git a/incubator/songkong/0.0.29/CHANGELOG.md b/incubator/songkong/0.0.29/CHANGELOG.md deleted file mode 100644 index 17a1ffbba25..00000000000 --- a/incubator/songkong/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [songkong-0.0.29](https://github.com/truecharts/charts/compare/songkong-0.0.28...songkong-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [songkong-0.0.28](https://github.com/truecharts/charts/compare/songkong-0.0.27...songkong-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [songkong-0.0.28](https://github.com/truecharts/charts/compare/songkong-0.0.27...songkong-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [songkong-0.0.27](https://github.com/truecharts/charts/compare/songkong-0.0.26...songkong-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [songkong-0.0.26](https://github.com/truecharts/charts/compare/songkong-0.0.25...songkong-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [songkong-0.0.25](https://github.com/truecharts/charts/compare/songkong-0.0.24...songkong-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [songkong-0.0.24](https://github.com/truecharts/charts/compare/songkong-0.0.23...songkong-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [songkong-0.0.24](https://github.com/truecharts/charts/compare/songkong-0.0.23...songkong-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/songkong/0.0.29/Chart.lock b/incubator/songkong/0.0.29/Chart.lock deleted file mode 100644 index e70cfa702fc..00000000000 --- a/incubator/songkong/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:55.767017111Z" diff --git a/incubator/songkong/0.0.29/Chart.yaml b/incubator/songkong/0.0.29/Chart.yaml deleted file mode 100644 index 0a580eff3eb..00000000000 --- a/incubator/songkong/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Music -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically -home: https://truecharts.org/docs/charts/incubator/songkong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png -keywords: - - songkong - - MediaApp-Music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: songkong -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/songkong - - http://www.jthink.net/songkong - - https://hub.docker.com/r/songkong/songkong/ -type: application -version: 0.0.29 diff --git a/incubator/songkong/0.0.29/README.md b/incubator/songkong/0.0.29/README.md deleted file mode 100644 index 658d3afb741..00000000000 --- a/incubator/songkong/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# songkong - -Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [songkong](https://truecharts.org/docs/charts/incubator/songkong) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `songkong` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install songkong TrueCharts/songkong -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `songkong` deployment - -```console -helm uninstall songkong -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install songkong \ - --set env.TZ="America/New York" \ - TrueCharts/songkong -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install songkong TrueCharts/songkong -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/songkong/0.0.29/charts/common-10.7.0.tgz b/incubator/songkong/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/songkong/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/songkong/0.0.30/CHANGELOG.md b/incubator/songkong/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c7b3e96fe68 --- /dev/null +++ b/incubator/songkong/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [songkong-0.0.30](https://github.com/truecharts/charts/compare/songkong-0.0.29...songkong-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [songkong-0.0.29](https://github.com/truecharts/charts/compare/songkong-0.0.28...songkong-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [songkong-0.0.28](https://github.com/truecharts/charts/compare/songkong-0.0.27...songkong-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [songkong-0.0.28](https://github.com/truecharts/charts/compare/songkong-0.0.27...songkong-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [songkong-0.0.27](https://github.com/truecharts/charts/compare/songkong-0.0.26...songkong-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [songkong-0.0.26](https://github.com/truecharts/charts/compare/songkong-0.0.25...songkong-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [songkong-0.0.25](https://github.com/truecharts/charts/compare/songkong-0.0.24...songkong-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [songkong-0.0.24](https://github.com/truecharts/charts/compare/songkong-0.0.23...songkong-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/songkong/0.0.30/Chart.lock b/incubator/songkong/0.0.30/Chart.lock new file mode 100644 index 00000000000..14b441fbc05 --- /dev/null +++ b/incubator/songkong/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:37.615696715Z" diff --git a/incubator/songkong/0.0.30/Chart.yaml b/incubator/songkong/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ec2dbd07cc1 --- /dev/null +++ b/incubator/songkong/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Music +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically +home: https://truecharts.org/docs/charts/incubator/songkong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.png +keywords: + - songkong + - MediaApp-Music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: songkong +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/songkong + - http://www.jthink.net/songkong + - https://hub.docker.com/r/songkong/songkong/ +type: application +version: 0.0.30 diff --git a/incubator/songkong/0.0.30/README.md b/incubator/songkong/0.0.30/README.md new file mode 100644 index 00000000000..ec6f92719ef --- /dev/null +++ b/incubator/songkong/0.0.30/README.md @@ -0,0 +1,107 @@ +# songkong + +Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [songkong](https://truecharts.org/docs/charts/incubator/songkong) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `songkong` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install songkong TrueCharts/songkong +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `songkong` deployment + +```console +helm uninstall songkong +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install songkong \ + --set env.TZ="America/New York" \ + TrueCharts/songkong +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install songkong TrueCharts/songkong -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/songkong/0.0.29/app-readme.md b/incubator/songkong/0.0.30/app-readme.md similarity index 100% rename from incubator/songkong/0.0.29/app-readme.md rename to incubator/songkong/0.0.30/app-readme.md diff --git a/incubator/songkong/0.0.30/charts/common-10.7.1.tgz b/incubator/songkong/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/songkong/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/songkong/0.0.29/ix_values.yaml b/incubator/songkong/0.0.30/ix_values.yaml similarity index 100% rename from incubator/songkong/0.0.29/ix_values.yaml rename to incubator/songkong/0.0.30/ix_values.yaml diff --git a/incubator/songkong/0.0.29/questions.yaml b/incubator/songkong/0.0.30/questions.yaml similarity index 100% rename from incubator/songkong/0.0.29/questions.yaml rename to incubator/songkong/0.0.30/questions.yaml diff --git a/incubator/songkong/0.0.29/templates/common.yaml b/incubator/songkong/0.0.30/templates/common.yaml similarity index 100% rename from incubator/songkong/0.0.29/templates/common.yaml rename to incubator/songkong/0.0.30/templates/common.yaml diff --git a/incubator/songkong/0.0.29/values.yaml b/incubator/songkong/0.0.30/values.yaml similarity index 100% rename from incubator/songkong/0.0.29/values.yaml rename to incubator/songkong/0.0.30/values.yaml diff --git a/incubator/sourcegraph/0.0.33/CHANGELOG.md b/incubator/sourcegraph/0.0.33/CHANGELOG.md deleted file mode 100644 index 4fcd62b6f29..00000000000 --- a/incubator/sourcegraph/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sourcegraph-0.0.33](https://github.com/truecharts/charts/compare/sourcegraph-0.0.32...sourcegraph-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sourcegraph-0.0.32](https://github.com/truecharts/charts/compare/sourcegraph-0.0.31...sourcegraph-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sourcegraph-0.0.32](https://github.com/truecharts/charts/compare/sourcegraph-0.0.31...sourcegraph-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sourcegraph-0.0.31](https://github.com/truecharts/charts/compare/sourcegraph-0.0.30...sourcegraph-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [sourcegraph-0.0.30](https://github.com/truecharts/charts/compare/sourcegraph-0.0.29...sourcegraph-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sourcegraph-0.0.29](https://github.com/truecharts/charts/compare/sourcegraph-0.0.28...sourcegraph-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sourcegraph-0.0.28](https://github.com/truecharts/charts/compare/sourcegraph-0.0.27...sourcegraph-0.0.28) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/sourcegraph to v4.0.0 ([#3862](https://github.com/truecharts/charts/issues/3862)) - - - - -## [sourcegraph-0.0.27](https://github.com/truecharts/charts/compare/sourcegraph-0.0.26...sourcegraph-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/incubator/sourcegraph/0.0.33/Chart.lock b/incubator/sourcegraph/0.0.33/Chart.lock deleted file mode 100644 index eefd3ec8e66..00000000000 --- a/incubator/sourcegraph/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:04:59.041201986Z" diff --git a/incubator/sourcegraph/0.0.33/Chart.yaml b/incubator/sourcegraph/0.0.33/Chart.yaml deleted file mode 100644 index ca46b70d22e..00000000000 --- a/incubator/sourcegraph/0.0.33/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Cloud - - Network-Web - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "4.0.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Sourcegraph Chart. -home: https://truecharts.org/docs/charts/incubator/sourcegraph -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png -keywords: - - sourcegraph - - Backup - - Cloud - - Network-Web - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sourcegraph -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph - - https://hub.docker.com/r/sourcegraph/server/ -type: application -version: 0.0.33 diff --git a/incubator/sourcegraph/0.0.33/README.md b/incubator/sourcegraph/0.0.33/README.md deleted file mode 100644 index 1a581833a59..00000000000 --- a/incubator/sourcegraph/0.0.33/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# sourcegraph - -Sourcegraph Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sourcegraph](https://truecharts.org/docs/charts/incubator/sourcegraph) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sourcegraph` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sourcegraph TrueCharts/sourcegraph -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sourcegraph` deployment - -```console -helm uninstall sourcegraph -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sourcegraph \ - --set env.TZ="America/New York" \ - TrueCharts/sourcegraph -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sourcegraph TrueCharts/sourcegraph -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sourcegraph/0.0.33/charts/common-10.7.0.tgz b/incubator/sourcegraph/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sourcegraph/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sourcegraph/0.0.34/CHANGELOG.md b/incubator/sourcegraph/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..56ec12c40be --- /dev/null +++ b/incubator/sourcegraph/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sourcegraph-0.0.34](https://github.com/truecharts/charts/compare/sourcegraph-0.0.33...sourcegraph-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sourcegraph-0.0.33](https://github.com/truecharts/charts/compare/sourcegraph-0.0.32...sourcegraph-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sourcegraph-0.0.32](https://github.com/truecharts/charts/compare/sourcegraph-0.0.31...sourcegraph-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sourcegraph-0.0.32](https://github.com/truecharts/charts/compare/sourcegraph-0.0.31...sourcegraph-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sourcegraph-0.0.31](https://github.com/truecharts/charts/compare/sourcegraph-0.0.30...sourcegraph-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [sourcegraph-0.0.30](https://github.com/truecharts/charts/compare/sourcegraph-0.0.29...sourcegraph-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sourcegraph-0.0.29](https://github.com/truecharts/charts/compare/sourcegraph-0.0.28...sourcegraph-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sourcegraph-0.0.28](https://github.com/truecharts/charts/compare/sourcegraph-0.0.27...sourcegraph-0.0.28) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update container image tccr.io/truecharts/sourcegraph to v4.0.0 ([#3862](https://github.com/truecharts/charts/issues/3862)) + + + + +## [sourcegraph-0.0.27](https://github.com/truecharts/charts/compare/sourcegraph-0.0.26...sourcegraph-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/sourcegraph/0.0.34/Chart.lock b/incubator/sourcegraph/0.0.34/Chart.lock new file mode 100644 index 00000000000..d7b561ccd2b --- /dev/null +++ b/incubator/sourcegraph/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:46.713628137Z" diff --git a/incubator/sourcegraph/0.0.34/Chart.yaml b/incubator/sourcegraph/0.0.34/Chart.yaml new file mode 100644 index 00000000000..803ec1e408c --- /dev/null +++ b/incubator/sourcegraph/0.0.34/Chart.yaml @@ -0,0 +1,36 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Cloud + - Network-Web + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "4.0.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Sourcegraph Chart. +home: https://truecharts.org/docs/charts/incubator/sourcegraph +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.png +keywords: + - sourcegraph + - Backup + - Cloud + - Network-Web + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sourcegraph +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph + - https://hub.docker.com/r/sourcegraph/server/ +type: application +version: 0.0.34 diff --git a/incubator/sourcegraph/0.0.34/README.md b/incubator/sourcegraph/0.0.34/README.md new file mode 100644 index 00000000000..60358057d58 --- /dev/null +++ b/incubator/sourcegraph/0.0.34/README.md @@ -0,0 +1,106 @@ +# sourcegraph + +Sourcegraph Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sourcegraph](https://truecharts.org/docs/charts/incubator/sourcegraph) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sourcegraph` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sourcegraph TrueCharts/sourcegraph +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sourcegraph` deployment + +```console +helm uninstall sourcegraph +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sourcegraph \ + --set env.TZ="America/New York" \ + TrueCharts/sourcegraph +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sourcegraph TrueCharts/sourcegraph -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sourcegraph/0.0.33/app-readme.md b/incubator/sourcegraph/0.0.34/app-readme.md similarity index 100% rename from incubator/sourcegraph/0.0.33/app-readme.md rename to incubator/sourcegraph/0.0.34/app-readme.md diff --git a/incubator/sourcegraph/0.0.34/charts/common-10.7.1.tgz b/incubator/sourcegraph/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sourcegraph/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/sourcegraph/0.0.33/ix_values.yaml b/incubator/sourcegraph/0.0.34/ix_values.yaml similarity index 100% rename from incubator/sourcegraph/0.0.33/ix_values.yaml rename to incubator/sourcegraph/0.0.34/ix_values.yaml diff --git a/incubator/sourcegraph/0.0.33/questions.yaml b/incubator/sourcegraph/0.0.34/questions.yaml similarity index 100% rename from incubator/sourcegraph/0.0.33/questions.yaml rename to incubator/sourcegraph/0.0.34/questions.yaml diff --git a/incubator/sourcegraph/0.0.33/templates/common.yaml b/incubator/sourcegraph/0.0.34/templates/common.yaml similarity index 100% rename from incubator/sourcegraph/0.0.33/templates/common.yaml rename to incubator/sourcegraph/0.0.34/templates/common.yaml diff --git a/incubator/sourcegraph/0.0.33/values.yaml b/incubator/sourcegraph/0.0.34/values.yaml similarity index 100% rename from incubator/sourcegraph/0.0.33/values.yaml rename to incubator/sourcegraph/0.0.34/values.yaml diff --git a/incubator/spaceengineers/0.0.29/CHANGELOG.md b/incubator/spaceengineers/0.0.29/CHANGELOG.md deleted file mode 100644 index b888572e29e..00000000000 --- a/incubator/spaceengineers/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [spaceengineers-0.0.29](https://github.com/truecharts/charts/compare/spaceengineers-0.0.28...spaceengineers-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [spaceengineers-0.0.28](https://github.com/truecharts/charts/compare/spaceengineers-0.0.27...spaceengineers-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [spaceengineers-0.0.28](https://github.com/truecharts/charts/compare/spaceengineers-0.0.27...spaceengineers-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [spaceengineers-0.0.27](https://github.com/truecharts/charts/compare/spaceengineers-0.0.26...spaceengineers-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [spaceengineers-0.0.26](https://github.com/truecharts/charts/compare/spaceengineers-0.0.25...spaceengineers-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [spaceengineers-0.0.25](https://github.com/truecharts/charts/compare/spaceengineers-0.0.24...spaceengineers-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [spaceengineers-0.0.24](https://github.com/truecharts/charts/compare/spaceengineers-0.0.23...spaceengineers-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [spaceengineers-0.0.24](https://github.com/truecharts/charts/compare/spaceengineers-0.0.23...spaceengineers-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/spaceengineers/0.0.29/Chart.lock b/incubator/spaceengineers/0.0.29/Chart.lock deleted file mode 100644 index 8442ff60f8f..00000000000 --- a/incubator/spaceengineers/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:09.939805304Z" diff --git a/incubator/spaceengineers/0.0.29/Chart.yaml b/incubator/spaceengineers/0.0.29/Chart.yaml deleted file mode 100644 index b538f5db7e6..00000000000 --- a/incubator/spaceengineers/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Space Engineers Dedicated Server build on Debian10" -home: https://truecharts.org/docs/charts/incubator/spaceengineers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png -keywords: - - spaceengineers - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: spaceengineers -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers - - https://hub.docker.com/r/devidian/spaceengineers/ - - https://hub.docker.com/r/devidian/spaceengineers/ -type: application -version: 0.0.29 diff --git a/incubator/spaceengineers/0.0.29/README.md b/incubator/spaceengineers/0.0.29/README.md deleted file mode 100644 index 45f8afeec38..00000000000 --- a/incubator/spaceengineers/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# spaceengineers - -Space Engineers Dedicated Server build on Debian10 - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [spaceengineers](https://truecharts.org/docs/charts/incubator/spaceengineers) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `spaceengineers` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install spaceengineers TrueCharts/spaceengineers -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `spaceengineers` deployment - -```console -helm uninstall spaceengineers -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install spaceengineers \ - --set env.TZ="America/New York" \ - TrueCharts/spaceengineers -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install spaceengineers TrueCharts/spaceengineers -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/spaceengineers/0.0.29/charts/common-10.7.0.tgz b/incubator/spaceengineers/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/spaceengineers/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/spaceengineers/0.0.29/ix_values.yaml b/incubator/spaceengineers/0.0.29/ix_values.yaml deleted file mode 100644 index 5664216e471..00000000000 --- a/incubator/spaceengineers/0.0.29/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -env: - APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE: "1" - WINEARCH: win64 - WINEDEBUG: -all - WINEPREFIX: /root/server -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/spaceengineers - tag: latest@sha256:a676f984c4963878972ae04644129ee1dc80683a6d713b75dccf9fd73014fbef -persistence: - savegame: - enabled: true - mountPath: /appdata/space-engineers/instances/Saves/ - serverconfig: - enabled: true - mountPath: /appdata/space-engineers/instances - serverfiles: - enabled: true - mountPath: /appdata/space-engineers/SpaceEngineersDedicated - steamcmd: - enabled: true - mountPath: /serverdata/steamcmd -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - ports: - main: - port: 27017 - protocol: UDP - targetPort: 27017 - -portal: - enabled: true diff --git a/incubator/spaceengineers/0.0.30/CHANGELOG.md b/incubator/spaceengineers/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c7b1fef4e48 --- /dev/null +++ b/incubator/spaceengineers/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [spaceengineers-0.0.30](https://github.com/truecharts/charts/compare/spaceengineers-0.0.29...spaceengineers-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [spaceengineers-0.0.29](https://github.com/truecharts/charts/compare/spaceengineers-0.0.28...spaceengineers-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [spaceengineers-0.0.28](https://github.com/truecharts/charts/compare/spaceengineers-0.0.27...spaceengineers-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [spaceengineers-0.0.28](https://github.com/truecharts/charts/compare/spaceengineers-0.0.27...spaceengineers-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [spaceengineers-0.0.27](https://github.com/truecharts/charts/compare/spaceengineers-0.0.26...spaceengineers-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [spaceengineers-0.0.26](https://github.com/truecharts/charts/compare/spaceengineers-0.0.25...spaceengineers-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [spaceengineers-0.0.25](https://github.com/truecharts/charts/compare/spaceengineers-0.0.24...spaceengineers-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [spaceengineers-0.0.24](https://github.com/truecharts/charts/compare/spaceengineers-0.0.23...spaceengineers-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/incubator/spaceengineers/0.0.30/Chart.lock b/incubator/spaceengineers/0.0.30/Chart.lock new file mode 100644 index 00000000000..8b9f47cb39c --- /dev/null +++ b/incubator/spaceengineers/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:47.64017132Z" diff --git a/incubator/spaceengineers/0.0.30/Chart.yaml b/incubator/spaceengineers/0.0.30/Chart.yaml new file mode 100644 index 00000000000..e6477c0c4bd --- /dev/null +++ b/incubator/spaceengineers/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Space Engineers Dedicated Server build on Debian10" +home: https://truecharts.org/docs/charts/incubator/spaceengineers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.png +keywords: + - spaceengineers + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: spaceengineers +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/spaceengineers + - https://hub.docker.com/r/devidian/spaceengineers/ + - https://hub.docker.com/r/devidian/spaceengineers/ +type: application +version: 0.0.30 diff --git a/incubator/spaceengineers/0.0.30/README.md b/incubator/spaceengineers/0.0.30/README.md new file mode 100644 index 00000000000..aa00360352e --- /dev/null +++ b/incubator/spaceengineers/0.0.30/README.md @@ -0,0 +1,107 @@ +# spaceengineers + +Space Engineers Dedicated Server build on Debian10 + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [spaceengineers](https://truecharts.org/docs/charts/incubator/spaceengineers) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `spaceengineers` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install spaceengineers TrueCharts/spaceengineers +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `spaceengineers` deployment + +```console +helm uninstall spaceengineers +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install spaceengineers \ + --set env.TZ="America/New York" \ + TrueCharts/spaceengineers +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install spaceengineers TrueCharts/spaceengineers -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/spaceengineers/0.0.29/app-readme.md b/incubator/spaceengineers/0.0.30/app-readme.md similarity index 100% rename from incubator/spaceengineers/0.0.29/app-readme.md rename to incubator/spaceengineers/0.0.30/app-readme.md diff --git a/incubator/spaceengineers/0.0.30/charts/common-10.7.1.tgz b/incubator/spaceengineers/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/spaceengineers/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/spaceengineers/0.0.30/ix_values.yaml b/incubator/spaceengineers/0.0.30/ix_values.yaml new file mode 100644 index 00000000000..79d75628180 --- /dev/null +++ b/incubator/spaceengineers/0.0.30/ix_values.yaml @@ -0,0 +1,45 @@ +env: + APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE: "1" + WINEARCH: win64 + WINEDEBUG: -all + WINEPREFIX: /root/server +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/spaceengineers + tag: latest@sha256:16a203c0a0d21ae7bd6d9ce37aeeb017f738b4540ba652b2a59c00b51a1cc1d9 +persistence: + savegame: + enabled: true + mountPath: /appdata/space-engineers/instances/Saves/ + serverconfig: + enabled: true + mountPath: /appdata/space-engineers/instances + serverfiles: + enabled: true + mountPath: /appdata/space-engineers/SpaceEngineersDedicated + steamcmd: + enabled: true + mountPath: /serverdata/steamcmd +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + ports: + main: + port: 27017 + protocol: UDP + targetPort: 27017 + +portal: + enabled: true diff --git a/incubator/spaceengineers/0.0.29/questions.yaml b/incubator/spaceengineers/0.0.30/questions.yaml similarity index 100% rename from incubator/spaceengineers/0.0.29/questions.yaml rename to incubator/spaceengineers/0.0.30/questions.yaml diff --git a/incubator/spaceengineers/0.0.29/templates/common.yaml b/incubator/spaceengineers/0.0.30/templates/common.yaml similarity index 100% rename from incubator/spaceengineers/0.0.29/templates/common.yaml rename to incubator/spaceengineers/0.0.30/templates/common.yaml diff --git a/incubator/spaceengineers/0.0.29/values.yaml b/incubator/spaceengineers/0.0.30/values.yaml similarity index 100% rename from incubator/spaceengineers/0.0.29/values.yaml rename to incubator/spaceengineers/0.0.30/values.yaml diff --git a/incubator/speedtest-tracker/0.0.3/CHANGELOG.md b/incubator/speedtest-tracker/0.0.3/CHANGELOG.md deleted file mode 100644 index 769df6f6aef..00000000000 --- a/incubator/speedtest-tracker/0.0.3/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ -# Changelog - - - -## [speedtest-tracker-0.0.3](https://github.com/truecharts/charts/compare/speedtest-tracker-0.0.2...speedtest-tracker-0.0.3) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - - -## [speedtest-tracker-0.0.1]speedtest-tracker-0.0.1 (2022-10-09) - -### Feat - -- add speedtest-tracker ([#4048](https://github.com/truecharts/charts/issues/4048)) diff --git a/incubator/speedtest-tracker/0.0.3/Chart.lock b/incubator/speedtest-tracker/0.0.3/Chart.lock deleted file mode 100644 index 8dd83d0332c..00000000000 --- a/incubator/speedtest-tracker/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:23.871831996Z" diff --git a/incubator/speedtest-tracker/0.0.3/Chart.yaml b/incubator/speedtest-tracker/0.0.3/Chart.yaml deleted file mode 100644 index 6e53ac05dcb..00000000000 --- a/incubator/speedtest-tracker/0.0.3/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: This app runs a speedtest check every hour and graphs the results. -home: https://truecharts.org/docs/charts/incubator/speedtest-tracker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png -keywords: - - speedtest -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: speedtest-tracker -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker - - https://github.com/henrywhitaker3/Speedtest-Tracker -version: 0.0.3 -annotations: - truecharts.org/catagories: | - - speedtest - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/speedtest-tracker/0.0.3/README.md b/incubator/speedtest-tracker/0.0.3/README.md deleted file mode 100644 index 090709a1bdd..00000000000 --- a/incubator/speedtest-tracker/0.0.3/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# speedtest-tracker - -This app runs a speedtest check every hour and graphs the results. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [speedtest-tracker](https://truecharts.org/docs/charts/incubator/speedtest-tracker) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `speedtest-tracker` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install speedtest-tracker TrueCharts/speedtest-tracker -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `speedtest-tracker` deployment - -```console -helm uninstall speedtest-tracker -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install speedtest-tracker \ - --set env.TZ="America/New York" \ - TrueCharts/speedtest-tracker -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install speedtest-tracker TrueCharts/speedtest-tracker -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/speedtest-tracker/0.0.3/charts/common-10.7.0.tgz b/incubator/speedtest-tracker/0.0.3/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/speedtest-tracker/0.0.3/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/speedtest-tracker/0.0.4/CHANGELOG.md b/incubator/speedtest-tracker/0.0.4/CHANGELOG.md new file mode 100644 index 00000000000..885efe39890 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.4/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + + + +## [speedtest-tracker-0.0.4](https://github.com/truecharts/charts/compare/speedtest-tracker-0.0.3...speedtest-tracker-0.0.4) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [speedtest-tracker-0.0.3](https://github.com/truecharts/charts/compare/speedtest-tracker-0.0.2...speedtest-tracker-0.0.3) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + + +## [speedtest-tracker-0.0.1]speedtest-tracker-0.0.1 (2022-10-09) + +### Feat + +- add speedtest-tracker ([#4048](https://github.com/truecharts/charts/issues/4048)) diff --git a/incubator/speedtest-tracker/0.0.4/Chart.lock b/incubator/speedtest-tracker/0.0.4/Chart.lock new file mode 100644 index 00000000000..ad93378494a --- /dev/null +++ b/incubator/speedtest-tracker/0.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:47:55.784807419Z" diff --git a/incubator/speedtest-tracker/0.0.4/Chart.yaml b/incubator/speedtest-tracker/0.0.4/Chart.yaml new file mode 100644 index 00000000000..e3c139fd49b --- /dev/null +++ b/incubator/speedtest-tracker/0.0.4/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: This app runs a speedtest check every hour and graphs the results. +home: https://truecharts.org/docs/charts/incubator/speedtest-tracker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png +keywords: + - speedtest +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: speedtest-tracker +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker + - https://github.com/henrywhitaker3/Speedtest-Tracker +version: 0.0.4 +annotations: + truecharts.org/catagories: | + - speedtest + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/speedtest-tracker/0.0.4/README.md b/incubator/speedtest-tracker/0.0.4/README.md new file mode 100644 index 00000000000..8860482f9b0 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.4/README.md @@ -0,0 +1,106 @@ +# speedtest-tracker + +This app runs a speedtest check every hour and graphs the results. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [speedtest-tracker](https://truecharts.org/docs/charts/incubator/speedtest-tracker) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `speedtest-tracker` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install speedtest-tracker TrueCharts/speedtest-tracker +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `speedtest-tracker` deployment + +```console +helm uninstall speedtest-tracker +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install speedtest-tracker \ + --set env.TZ="America/New York" \ + TrueCharts/speedtest-tracker +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install speedtest-tracker TrueCharts/speedtest-tracker -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/speedtest-tracker/0.0.3/app-readme.md b/incubator/speedtest-tracker/0.0.4/app-readme.md similarity index 100% rename from incubator/speedtest-tracker/0.0.3/app-readme.md rename to incubator/speedtest-tracker/0.0.4/app-readme.md diff --git a/incubator/speedtest-tracker/0.0.4/charts/common-10.7.1.tgz b/incubator/speedtest-tracker/0.0.4/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/speedtest-tracker/0.0.4/charts/common-10.7.1.tgz differ diff --git a/incubator/speedtest-tracker/0.0.3/ix_values.yaml b/incubator/speedtest-tracker/0.0.4/ix_values.yaml similarity index 100% rename from incubator/speedtest-tracker/0.0.3/ix_values.yaml rename to incubator/speedtest-tracker/0.0.4/ix_values.yaml diff --git a/incubator/speedtest-tracker/0.0.3/questions.yaml b/incubator/speedtest-tracker/0.0.4/questions.yaml similarity index 100% rename from incubator/speedtest-tracker/0.0.3/questions.yaml rename to incubator/speedtest-tracker/0.0.4/questions.yaml diff --git a/incubator/speedtest-tracker/0.0.3/templates/common.yaml b/incubator/speedtest-tracker/0.0.4/templates/common.yaml similarity index 100% rename from incubator/speedtest-tracker/0.0.3/templates/common.yaml rename to incubator/speedtest-tracker/0.0.4/templates/common.yaml diff --git a/incubator/speedtest-tracker/0.0.3/values.yaml b/incubator/speedtest-tracker/0.0.4/values.yaml similarity index 100% rename from incubator/speedtest-tracker/0.0.3/values.yaml rename to incubator/speedtest-tracker/0.0.4/values.yaml diff --git a/incubator/splunk/0.0.29/CHANGELOG.md b/incubator/splunk/0.0.29/CHANGELOG.md deleted file mode 100644 index b0cdcab894b..00000000000 --- a/incubator/splunk/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [splunk-0.0.29](https://github.com/truecharts/charts/compare/splunk-0.0.28...splunk-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [splunk-0.0.28](https://github.com/truecharts/charts/compare/splunk-0.0.27...splunk-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [splunk-0.0.28](https://github.com/truecharts/charts/compare/splunk-0.0.27...splunk-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [splunk-0.0.27](https://github.com/truecharts/charts/compare/splunk-0.0.26...splunk-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [splunk-0.0.26](https://github.com/truecharts/charts/compare/splunk-0.0.25...splunk-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [splunk-0.0.25](https://github.com/truecharts/charts/compare/splunk-0.0.24...splunk-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [splunk-0.0.24](https://github.com/truecharts/charts/compare/splunk-0.0.23...splunk-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [splunk-0.0.24](https://github.com/truecharts/charts/compare/splunk-0.0.23...splunk-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/splunk/0.0.29/Chart.lock b/incubator/splunk/0.0.29/Chart.lock deleted file mode 100644 index 63fbf84c62d..00000000000 --- a/incubator/splunk/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:24.426072764Z" diff --git a/incubator/splunk/0.0.29/Chart.yaml b/incubator/splunk/0.0.29/Chart.yaml deleted file mode 100644 index 90abb022398..00000000000 --- a/incubator/splunk/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com" -home: https://truecharts.org/docs/charts/incubator/splunk -icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png -keywords: - - splunk - - Tools-Utilities - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: splunk -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/splunk - - https://www.splunk.com/ - - https://hub.docker.com/r/atunnecliffe/splunk -type: application -version: 0.0.29 diff --git a/incubator/splunk/0.0.29/README.md b/incubator/splunk/0.0.29/README.md deleted file mode 100644 index 8eb0ae90661..00000000000 --- a/incubator/splunk/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# splunk - -This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [splunk](https://truecharts.org/docs/charts/incubator/splunk) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `splunk` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install splunk TrueCharts/splunk -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `splunk` deployment - -```console -helm uninstall splunk -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install splunk \ - --set env.TZ="America/New York" \ - TrueCharts/splunk -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install splunk TrueCharts/splunk -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/splunk/0.0.29/charts/common-10.7.0.tgz b/incubator/splunk/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/splunk/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/splunk/0.0.30/CHANGELOG.md b/incubator/splunk/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..74c891f8996 --- /dev/null +++ b/incubator/splunk/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [splunk-0.0.30](https://github.com/truecharts/charts/compare/splunk-0.0.29...splunk-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [splunk-0.0.29](https://github.com/truecharts/charts/compare/splunk-0.0.28...splunk-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [splunk-0.0.28](https://github.com/truecharts/charts/compare/splunk-0.0.27...splunk-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [splunk-0.0.28](https://github.com/truecharts/charts/compare/splunk-0.0.27...splunk-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [splunk-0.0.27](https://github.com/truecharts/charts/compare/splunk-0.0.26...splunk-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [splunk-0.0.26](https://github.com/truecharts/charts/compare/splunk-0.0.25...splunk-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [splunk-0.0.25](https://github.com/truecharts/charts/compare/splunk-0.0.24...splunk-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [splunk-0.0.24](https://github.com/truecharts/charts/compare/splunk-0.0.23...splunk-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/splunk/0.0.30/Chart.lock b/incubator/splunk/0.0.30/Chart.lock new file mode 100644 index 00000000000..1b68b47a69d --- /dev/null +++ b/incubator/splunk/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:08.615775208Z" diff --git a/incubator/splunk/0.0.30/Chart.yaml b/incubator/splunk/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f97d35fb543 --- /dev/null +++ b/incubator/splunk/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com" +home: https://truecharts.org/docs/charts/incubator/splunk +icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.png +keywords: + - splunk + - Tools-Utilities + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: splunk +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/splunk + - https://www.splunk.com/ + - https://hub.docker.com/r/atunnecliffe/splunk +type: application +version: 0.0.30 diff --git a/incubator/splunk/0.0.30/README.md b/incubator/splunk/0.0.30/README.md new file mode 100644 index 00000000000..5736cd32849 --- /dev/null +++ b/incubator/splunk/0.0.30/README.md @@ -0,0 +1,107 @@ +# splunk + +This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [splunk](https://truecharts.org/docs/charts/incubator/splunk) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `splunk` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install splunk TrueCharts/splunk +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `splunk` deployment + +```console +helm uninstall splunk +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install splunk \ + --set env.TZ="America/New York" \ + TrueCharts/splunk +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install splunk TrueCharts/splunk -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/splunk/0.0.29/app-readme.md b/incubator/splunk/0.0.30/app-readme.md similarity index 100% rename from incubator/splunk/0.0.29/app-readme.md rename to incubator/splunk/0.0.30/app-readme.md diff --git a/incubator/splunk/0.0.30/charts/common-10.7.1.tgz b/incubator/splunk/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/splunk/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/splunk/0.0.29/ix_values.yaml b/incubator/splunk/0.0.30/ix_values.yaml similarity index 100% rename from incubator/splunk/0.0.29/ix_values.yaml rename to incubator/splunk/0.0.30/ix_values.yaml diff --git a/incubator/splunk/0.0.29/questions.yaml b/incubator/splunk/0.0.30/questions.yaml similarity index 100% rename from incubator/splunk/0.0.29/questions.yaml rename to incubator/splunk/0.0.30/questions.yaml diff --git a/incubator/splunk/0.0.29/templates/common.yaml b/incubator/splunk/0.0.30/templates/common.yaml similarity index 100% rename from incubator/splunk/0.0.29/templates/common.yaml rename to incubator/splunk/0.0.30/templates/common.yaml diff --git a/incubator/splunk/0.0.29/values.yaml b/incubator/splunk/0.0.30/values.yaml similarity index 100% rename from incubator/splunk/0.0.29/values.yaml rename to incubator/splunk/0.0.30/values.yaml diff --git a/incubator/sqlite-web/0.0.29/CHANGELOG.md b/incubator/sqlite-web/0.0.29/CHANGELOG.md deleted file mode 100644 index 0c83e45e670..00000000000 --- a/incubator/sqlite-web/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sqlite-web-0.0.29](https://github.com/truecharts/charts/compare/sqlite-web-0.0.28...sqlite-web-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sqlite-web-0.0.28](https://github.com/truecharts/charts/compare/sqlite-web-0.0.27...sqlite-web-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sqlite-web-0.0.28](https://github.com/truecharts/charts/compare/sqlite-web-0.0.27...sqlite-web-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sqlite-web-0.0.27](https://github.com/truecharts/charts/compare/sqlite-web-0.0.26...sqlite-web-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sqlite-web-0.0.26](https://github.com/truecharts/charts/compare/sqlite-web-0.0.25...sqlite-web-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sqlite-web-0.0.25](https://github.com/truecharts/charts/compare/sqlite-web-0.0.24...sqlite-web-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sqlite-web-0.0.24](https://github.com/truecharts/charts/compare/sqlite-web-0.0.23...sqlite-web-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sqlite-web-0.0.24](https://github.com/truecharts/charts/compare/sqlite-web-0.0.23...sqlite-web-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/sqlite-web/0.0.29/Chart.lock b/incubator/sqlite-web/0.0.29/Chart.lock deleted file mode 100644 index 37f26bc16c3..00000000000 --- a/incubator/sqlite-web/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:28.711203797Z" diff --git a/incubator/sqlite-web/0.0.29/Chart.yaml b/incubator/sqlite-web/0.0.29/Chart.yaml deleted file mode 100644 index 035e5e1eff6..00000000000 --- a/incubator/sqlite-web/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "sqlite-web is a web-based SQLite database browser written in Python." -home: https://truecharts.org/docs/charts/incubator/sqlite-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png -keywords: - - sqlite-web - - Productivity - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sqlite-web -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/sqlite-web - - https://github.com/coleifer/sqlite-web - - https://hub.docker.com/r/coleifer/sqlite-web -type: application -version: 0.0.29 diff --git a/incubator/sqlite-web/0.0.29/README.md b/incubator/sqlite-web/0.0.29/README.md deleted file mode 100644 index 6ae28463a91..00000000000 --- a/incubator/sqlite-web/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sqlite-web - -sqlite-web is a web-based SQLite database browser written in Python. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sqlite-web](https://truecharts.org/docs/charts/incubator/sqlite-web) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sqlite-web` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sqlite-web TrueCharts/sqlite-web -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sqlite-web` deployment - -```console -helm uninstall sqlite-web -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sqlite-web \ - --set env.TZ="America/New York" \ - TrueCharts/sqlite-web -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sqlite-web TrueCharts/sqlite-web -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/sqlite-web/0.0.29/charts/common-10.7.0.tgz b/incubator/sqlite-web/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/sqlite-web/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/sqlite-web/0.0.30/CHANGELOG.md b/incubator/sqlite-web/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f0be8054de4 --- /dev/null +++ b/incubator/sqlite-web/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sqlite-web-0.0.30](https://github.com/truecharts/charts/compare/sqlite-web-0.0.29...sqlite-web-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sqlite-web-0.0.29](https://github.com/truecharts/charts/compare/sqlite-web-0.0.28...sqlite-web-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sqlite-web-0.0.28](https://github.com/truecharts/charts/compare/sqlite-web-0.0.27...sqlite-web-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sqlite-web-0.0.28](https://github.com/truecharts/charts/compare/sqlite-web-0.0.27...sqlite-web-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sqlite-web-0.0.27](https://github.com/truecharts/charts/compare/sqlite-web-0.0.26...sqlite-web-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sqlite-web-0.0.26](https://github.com/truecharts/charts/compare/sqlite-web-0.0.25...sqlite-web-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sqlite-web-0.0.25](https://github.com/truecharts/charts/compare/sqlite-web-0.0.24...sqlite-web-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sqlite-web-0.0.24](https://github.com/truecharts/charts/compare/sqlite-web-0.0.23...sqlite-web-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/sqlite-web/0.0.30/Chart.lock b/incubator/sqlite-web/0.0.30/Chart.lock new file mode 100644 index 00000000000..c71daf2b0cc --- /dev/null +++ b/incubator/sqlite-web/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:18.212134717Z" diff --git a/incubator/sqlite-web/0.0.30/Chart.yaml b/incubator/sqlite-web/0.0.30/Chart.yaml new file mode 100644 index 00000000000..83b064a0dcf --- /dev/null +++ b/incubator/sqlite-web/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "sqlite-web is a web-based SQLite database browser written in Python." +home: https://truecharts.org/docs/charts/incubator/sqlite-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.png +keywords: + - sqlite-web + - Productivity + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sqlite-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/sqlite-web + - https://github.com/coleifer/sqlite-web + - https://hub.docker.com/r/coleifer/sqlite-web +type: application +version: 0.0.30 diff --git a/incubator/sqlite-web/0.0.30/README.md b/incubator/sqlite-web/0.0.30/README.md new file mode 100644 index 00000000000..40a2c0df368 --- /dev/null +++ b/incubator/sqlite-web/0.0.30/README.md @@ -0,0 +1,107 @@ +# sqlite-web + +sqlite-web is a web-based SQLite database browser written in Python. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sqlite-web](https://truecharts.org/docs/charts/incubator/sqlite-web) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sqlite-web` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sqlite-web TrueCharts/sqlite-web +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sqlite-web` deployment + +```console +helm uninstall sqlite-web +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sqlite-web \ + --set env.TZ="America/New York" \ + TrueCharts/sqlite-web +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sqlite-web TrueCharts/sqlite-web -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/sqlite-web/0.0.29/app-readme.md b/incubator/sqlite-web/0.0.30/app-readme.md similarity index 100% rename from incubator/sqlite-web/0.0.29/app-readme.md rename to incubator/sqlite-web/0.0.30/app-readme.md diff --git a/incubator/sqlite-web/0.0.30/charts/common-10.7.1.tgz b/incubator/sqlite-web/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/sqlite-web/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/sqlite-web/0.0.29/ix_values.yaml b/incubator/sqlite-web/0.0.30/ix_values.yaml similarity index 100% rename from incubator/sqlite-web/0.0.29/ix_values.yaml rename to incubator/sqlite-web/0.0.30/ix_values.yaml diff --git a/incubator/sqlite-web/0.0.29/questions.yaml b/incubator/sqlite-web/0.0.30/questions.yaml similarity index 100% rename from incubator/sqlite-web/0.0.29/questions.yaml rename to incubator/sqlite-web/0.0.30/questions.yaml diff --git a/incubator/sqlite-web/0.0.29/templates/common.yaml b/incubator/sqlite-web/0.0.30/templates/common.yaml similarity index 100% rename from incubator/sqlite-web/0.0.29/templates/common.yaml rename to incubator/sqlite-web/0.0.30/templates/common.yaml diff --git a/incubator/sqlite-web/0.0.29/values.yaml b/incubator/sqlite-web/0.0.30/values.yaml similarity index 100% rename from incubator/sqlite-web/0.0.29/values.yaml rename to incubator/sqlite-web/0.0.30/values.yaml diff --git a/incubator/st-reborn-server/0.0.23/CHANGELOG.md b/incubator/st-reborn-server/0.0.23/CHANGELOG.md deleted file mode 100644 index bf84af0946d..00000000000 --- a/incubator/st-reborn-server/0.0.23/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [st-reborn-server-0.0.23](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.22...st-reborn-server-0.0.23) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [st-reborn-server-0.0.22](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.21...st-reborn-server-0.0.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [st-reborn-server-0.0.22](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.21...st-reborn-server-0.0.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [st-reborn-server-0.0.21](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.20...st-reborn-server-0.0.21) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [st-reborn-server-0.0.20](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.19...st-reborn-server-0.0.20) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [st-reborn-server-0.0.19](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.18...st-reborn-server-0.0.19) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [st-reborn-server-0.0.18](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.17...st-reborn-server-0.0.18) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [st-reborn-server-0.0.18](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.17...st-reborn-server-0.0.18) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/st-reborn-server/0.0.23/Chart.lock b/incubator/st-reborn-server/0.0.23/Chart.lock deleted file mode 100644 index 200b284d8a5..00000000000 --- a/incubator/st-reborn-server/0.0.23/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:39.93825021Z" diff --git a/incubator/st-reborn-server/0.0.23/Chart.yaml b/incubator/st-reborn-server/0.0.23/Chart.yaml deleted file mode 100644 index a4a2a05b9f5..00000000000 --- a/incubator/st-reborn-server/0.0.23/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: st-reborn-server -version: 0.0.23 -appVersion: "1.2.0" -description: Skyrim Together Reborn server files. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/st-reborn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png -keywords: - - st-reborn-server - - gameserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/st-reborn-server - - https://github.com/tiltedphoques/TiltedEvolution - - https://hub.docker.com/r/tiltedphoques/st-reborn-server -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - games - - hosting - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/st-reborn-server/0.0.23/README.md b/incubator/st-reborn-server/0.0.23/README.md deleted file mode 100644 index 2d2b6a1a516..00000000000 --- a/incubator/st-reborn-server/0.0.23/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# st-reborn-server - -Skyrim Together Reborn server files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [st-reborn-server](https://truecharts.org/docs/charts/incubator/st-reborn-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `st-reborn-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install st-reborn-server TrueCharts/st-reborn-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `st-reborn-server` deployment - -```console -helm uninstall st-reborn-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install st-reborn-server \ - --set env.TZ="America/New York" \ - TrueCharts/st-reborn-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install st-reborn-server TrueCharts/st-reborn-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/st-reborn-server/0.0.23/charts/common-10.7.0.tgz b/incubator/st-reborn-server/0.0.23/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/st-reborn-server/0.0.23/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/st-reborn-server/0.0.24/CHANGELOG.md b/incubator/st-reborn-server/0.0.24/CHANGELOG.md new file mode 100644 index 00000000000..8cc0842d227 --- /dev/null +++ b/incubator/st-reborn-server/0.0.24/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [st-reborn-server-0.0.24](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.23...st-reborn-server-0.0.24) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [st-reborn-server-0.0.23](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.22...st-reborn-server-0.0.23) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [st-reborn-server-0.0.22](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.21...st-reborn-server-0.0.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [st-reborn-server-0.0.22](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.21...st-reborn-server-0.0.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [st-reborn-server-0.0.21](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.20...st-reborn-server-0.0.21) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [st-reborn-server-0.0.20](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.19...st-reborn-server-0.0.20) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [st-reborn-server-0.0.19](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.18...st-reborn-server-0.0.19) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [st-reborn-server-0.0.18](https://github.com/truecharts/charts/compare/st-reborn-server-0.0.17...st-reborn-server-0.0.18) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/st-reborn-server/0.0.24/Chart.lock b/incubator/st-reborn-server/0.0.24/Chart.lock new file mode 100644 index 00000000000..298d2430670 --- /dev/null +++ b/incubator/st-reborn-server/0.0.24/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:19.105758898Z" diff --git a/incubator/st-reborn-server/0.0.24/Chart.yaml b/incubator/st-reborn-server/0.0.24/Chart.yaml new file mode 100644 index 00000000000..c2b7ac87ef7 --- /dev/null +++ b/incubator/st-reborn-server/0.0.24/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: st-reborn-server +version: 0.0.24 +appVersion: "1.2.0" +description: Skyrim Together Reborn server files. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/st-reborn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.png +keywords: + - st-reborn-server + - gameserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/st-reborn-server + - https://github.com/tiltedphoques/TiltedEvolution + - https://hub.docker.com/r/tiltedphoques/st-reborn-server +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - games + - hosting + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/st-reborn-server/0.0.24/README.md b/incubator/st-reborn-server/0.0.24/README.md new file mode 100644 index 00000000000..3e68cb8757d --- /dev/null +++ b/incubator/st-reborn-server/0.0.24/README.md @@ -0,0 +1,107 @@ +# st-reborn-server + +Skyrim Together Reborn server files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [st-reborn-server](https://truecharts.org/docs/charts/incubator/st-reborn-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `st-reborn-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install st-reborn-server TrueCharts/st-reborn-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `st-reborn-server` deployment + +```console +helm uninstall st-reborn-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install st-reborn-server \ + --set env.TZ="America/New York" \ + TrueCharts/st-reborn-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install st-reborn-server TrueCharts/st-reborn-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/st-reborn-server/0.0.23/app-readme.md b/incubator/st-reborn-server/0.0.24/app-readme.md similarity index 100% rename from incubator/st-reborn-server/0.0.23/app-readme.md rename to incubator/st-reborn-server/0.0.24/app-readme.md diff --git a/incubator/st-reborn-server/0.0.24/charts/common-10.7.1.tgz b/incubator/st-reborn-server/0.0.24/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/st-reborn-server/0.0.24/charts/common-10.7.1.tgz differ diff --git a/incubator/st-reborn-server/0.0.23/ix_values.yaml b/incubator/st-reborn-server/0.0.24/ix_values.yaml similarity index 100% rename from incubator/st-reborn-server/0.0.23/ix_values.yaml rename to incubator/st-reborn-server/0.0.24/ix_values.yaml diff --git a/incubator/st-reborn-server/0.0.23/questions.yaml b/incubator/st-reborn-server/0.0.24/questions.yaml similarity index 100% rename from incubator/st-reborn-server/0.0.23/questions.yaml rename to incubator/st-reborn-server/0.0.24/questions.yaml diff --git a/incubator/st-reborn-server/0.0.23/templates/common.yaml b/incubator/st-reborn-server/0.0.24/templates/common.yaml similarity index 100% rename from incubator/st-reborn-server/0.0.23/templates/common.yaml rename to incubator/st-reborn-server/0.0.24/templates/common.yaml diff --git a/incubator/st-reborn-server/0.0.23/values.yaml b/incubator/st-reborn-server/0.0.24/values.yaml similarity index 100% rename from incubator/st-reborn-server/0.0.23/values.yaml rename to incubator/st-reborn-server/0.0.24/values.yaml diff --git a/incubator/stackedit/0.0.29/CHANGELOG.md b/incubator/stackedit/0.0.29/CHANGELOG.md deleted file mode 100644 index 717ccb054ce..00000000000 --- a/incubator/stackedit/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [stackedit-0.0.29](https://github.com/truecharts/charts/compare/stackedit-0.0.28...stackedit-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [stackedit-0.0.28](https://github.com/truecharts/charts/compare/stackedit-0.0.27...stackedit-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stackedit-0.0.28](https://github.com/truecharts/charts/compare/stackedit-0.0.27...stackedit-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stackedit-0.0.27](https://github.com/truecharts/charts/compare/stackedit-0.0.26...stackedit-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [stackedit-0.0.26](https://github.com/truecharts/charts/compare/stackedit-0.0.25...stackedit-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [stackedit-0.0.25](https://github.com/truecharts/charts/compare/stackedit-0.0.24...stackedit-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [stackedit-0.0.24](https://github.com/truecharts/charts/compare/stackedit-0.0.23...stackedit-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [stackedit-0.0.24](https://github.com/truecharts/charts/compare/stackedit-0.0.23...stackedit-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/stackedit/0.0.29/Chart.lock b/incubator/stackedit/0.0.29/Chart.lock deleted file mode 100644 index 7c2f2f33970..00000000000 --- a/incubator/stackedit/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:53.542424381Z" diff --git a/incubator/stackedit/0.0.29/Chart.yaml b/incubator/stackedit/0.0.29/Chart.yaml deleted file mode 100644 index 7c38cd4d17d..00000000000 --- a/incubator/stackedit/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. -home: https://truecharts.org/docs/charts/incubator/stackedit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png -keywords: - - stackedit - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: stackedit -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/stackedit - - https://stackedit.io/ - - https://hub.docker.com/r/qmcgaw/stackedit/ -type: application -version: 0.0.29 diff --git a/incubator/stackedit/0.0.29/README.md b/incubator/stackedit/0.0.29/README.md deleted file mode 100644 index 6554fdb2889..00000000000 --- a/incubator/stackedit/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# stackedit - -StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [stackedit](https://truecharts.org/docs/charts/incubator/stackedit) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `stackedit` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install stackedit TrueCharts/stackedit -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `stackedit` deployment - -```console -helm uninstall stackedit -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install stackedit \ - --set env.TZ="America/New York" \ - TrueCharts/stackedit -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install stackedit TrueCharts/stackedit -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/stackedit/0.0.29/charts/common-10.7.0.tgz b/incubator/stackedit/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/stackedit/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/stackedit/0.0.30/CHANGELOG.md b/incubator/stackedit/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..c4f8e3a19d1 --- /dev/null +++ b/incubator/stackedit/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [stackedit-0.0.30](https://github.com/truecharts/charts/compare/stackedit-0.0.29...stackedit-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [stackedit-0.0.29](https://github.com/truecharts/charts/compare/stackedit-0.0.28...stackedit-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [stackedit-0.0.28](https://github.com/truecharts/charts/compare/stackedit-0.0.27...stackedit-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [stackedit-0.0.28](https://github.com/truecharts/charts/compare/stackedit-0.0.27...stackedit-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [stackedit-0.0.27](https://github.com/truecharts/charts/compare/stackedit-0.0.26...stackedit-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [stackedit-0.0.26](https://github.com/truecharts/charts/compare/stackedit-0.0.25...stackedit-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [stackedit-0.0.25](https://github.com/truecharts/charts/compare/stackedit-0.0.24...stackedit-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [stackedit-0.0.24](https://github.com/truecharts/charts/compare/stackedit-0.0.23...stackedit-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/stackedit/0.0.30/Chart.lock b/incubator/stackedit/0.0.30/Chart.lock new file mode 100644 index 00000000000..446c016d90a --- /dev/null +++ b/incubator/stackedit/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:26.699237016Z" diff --git a/incubator/stackedit/0.0.30/Chart.yaml b/incubator/stackedit/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f82da4c113c --- /dev/null +++ b/incubator/stackedit/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. +home: https://truecharts.org/docs/charts/incubator/stackedit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.png +keywords: + - stackedit + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: stackedit +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stackedit + - https://stackedit.io/ + - https://hub.docker.com/r/qmcgaw/stackedit/ +type: application +version: 0.0.30 diff --git a/incubator/stackedit/0.0.30/README.md b/incubator/stackedit/0.0.30/README.md new file mode 100644 index 00000000000..25ee7b4f392 --- /dev/null +++ b/incubator/stackedit/0.0.30/README.md @@ -0,0 +1,107 @@ +# stackedit + +StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [stackedit](https://truecharts.org/docs/charts/incubator/stackedit) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `stackedit` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install stackedit TrueCharts/stackedit +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `stackedit` deployment + +```console +helm uninstall stackedit +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install stackedit \ + --set env.TZ="America/New York" \ + TrueCharts/stackedit +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install stackedit TrueCharts/stackedit -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/stackedit/0.0.29/app-readme.md b/incubator/stackedit/0.0.30/app-readme.md similarity index 100% rename from incubator/stackedit/0.0.29/app-readme.md rename to incubator/stackedit/0.0.30/app-readme.md diff --git a/incubator/stackedit/0.0.30/charts/common-10.7.1.tgz b/incubator/stackedit/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/stackedit/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/stackedit/0.0.29/ix_values.yaml b/incubator/stackedit/0.0.30/ix_values.yaml similarity index 100% rename from incubator/stackedit/0.0.29/ix_values.yaml rename to incubator/stackedit/0.0.30/ix_values.yaml diff --git a/incubator/stackedit/0.0.29/questions.yaml b/incubator/stackedit/0.0.30/questions.yaml similarity index 100% rename from incubator/stackedit/0.0.29/questions.yaml rename to incubator/stackedit/0.0.30/questions.yaml diff --git a/incubator/stackedit/0.0.29/templates/common.yaml b/incubator/stackedit/0.0.30/templates/common.yaml similarity index 100% rename from incubator/stackedit/0.0.29/templates/common.yaml rename to incubator/stackedit/0.0.30/templates/common.yaml diff --git a/incubator/stackedit/0.0.29/values.yaml b/incubator/stackedit/0.0.30/values.yaml similarity index 100% rename from incubator/stackedit/0.0.29/values.yaml rename to incubator/stackedit/0.0.30/values.yaml diff --git a/incubator/standardnotes-web/0.0.31/CHANGELOG.md b/incubator/standardnotes-web/0.0.31/CHANGELOG.md deleted file mode 100644 index b7b53e76145..00000000000 --- a/incubator/standardnotes-web/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [standardnotes-web-0.0.31](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.30...standardnotes-web-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [standardnotes-web-0.0.30](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.29...standardnotes-web-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [standardnotes-web-0.0.30](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.29...standardnotes-web-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [standardnotes-web-0.0.29](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.28...standardnotes-web-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [standardnotes-web-0.0.28](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.27...standardnotes-web-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [standardnotes-web-0.0.27](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.26...standardnotes-web-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [standardnotes-web-0.0.26](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.24...standardnotes-web-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [standardnotes-web-0.0.26](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.24...standardnotes-web-0.0.26) (2022-09-21) - -### Chore diff --git a/incubator/standardnotes-web/0.0.31/Chart.lock b/incubator/standardnotes-web/0.0.31/Chart.lock deleted file mode 100644 index f72981032b4..00000000000 --- a/incubator/standardnotes-web/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:54.090447872Z" diff --git a/incubator/standardnotes-web/0.0.31/Chart.yaml b/incubator/standardnotes-web/0.0.31/Chart.yaml deleted file mode 100644 index 79ed60f6374..00000000000 --- a/incubator/standardnotes-web/0.0.31/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "A safe and private place for your life's work." -home: https://truecharts.org/docs/charts/incubator/standardnotes-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png -keywords: - - standardnotes-web - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: standardnotes-web -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/standardnotes-web - - https://standardnotes.org/ - - https://hub.docker.com/r/standardnotes/web -type: application -version: 0.0.31 diff --git a/incubator/standardnotes-web/0.0.31/README.md b/incubator/standardnotes-web/0.0.31/README.md deleted file mode 100644 index 90f7d36bc1b..00000000000 --- a/incubator/standardnotes-web/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# standardnotes-web - -A safe and private place for your life's work. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [standardnotes-web](https://truecharts.org/docs/charts/incubator/standardnotes-web) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `standardnotes-web` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install standardnotes-web TrueCharts/standardnotes-web -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `standardnotes-web` deployment - -```console -helm uninstall standardnotes-web -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install standardnotes-web \ - --set env.TZ="America/New York" \ - TrueCharts/standardnotes-web -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install standardnotes-web TrueCharts/standardnotes-web -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/standardnotes-web/0.0.31/charts/common-10.7.0.tgz b/incubator/standardnotes-web/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/standardnotes-web/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/standardnotes-web/0.0.32/CHANGELOG.md b/incubator/standardnotes-web/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..0fa6fc9f536 --- /dev/null +++ b/incubator/standardnotes-web/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [standardnotes-web-0.0.32](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.31...standardnotes-web-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [standardnotes-web-0.0.31](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.30...standardnotes-web-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [standardnotes-web-0.0.30](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.29...standardnotes-web-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [standardnotes-web-0.0.30](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.29...standardnotes-web-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [standardnotes-web-0.0.29](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.28...standardnotes-web-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [standardnotes-web-0.0.28](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.27...standardnotes-web-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [standardnotes-web-0.0.27](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.26...standardnotes-web-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [standardnotes-web-0.0.26](https://github.com/truecharts/charts/compare/standardnotes-web-0.0.24...standardnotes-web-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/standardnotes-web/0.0.32/Chart.lock b/incubator/standardnotes-web/0.0.32/Chart.lock new file mode 100644 index 00000000000..74cbe01ac17 --- /dev/null +++ b/incubator/standardnotes-web/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:39.622618583Z" diff --git a/incubator/standardnotes-web/0.0.32/Chart.yaml b/incubator/standardnotes-web/0.0.32/Chart.yaml new file mode 100644 index 00000000000..dc265986e3d --- /dev/null +++ b/incubator/standardnotes-web/0.0.32/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A safe and private place for your life's work." +home: https://truecharts.org/docs/charts/incubator/standardnotes-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.png +keywords: + - standardnotes-web + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: standardnotes-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/standardnotes-web + - https://standardnotes.org/ + - https://hub.docker.com/r/standardnotes/web +type: application +version: 0.0.32 diff --git a/incubator/standardnotes-web/0.0.32/README.md b/incubator/standardnotes-web/0.0.32/README.md new file mode 100644 index 00000000000..fa48dded6d6 --- /dev/null +++ b/incubator/standardnotes-web/0.0.32/README.md @@ -0,0 +1,107 @@ +# standardnotes-web + +A safe and private place for your life's work. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [standardnotes-web](https://truecharts.org/docs/charts/incubator/standardnotes-web) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `standardnotes-web` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install standardnotes-web TrueCharts/standardnotes-web +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `standardnotes-web` deployment + +```console +helm uninstall standardnotes-web +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install standardnotes-web \ + --set env.TZ="America/New York" \ + TrueCharts/standardnotes-web +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install standardnotes-web TrueCharts/standardnotes-web -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/standardnotes-web/0.0.31/app-readme.md b/incubator/standardnotes-web/0.0.32/app-readme.md similarity index 100% rename from incubator/standardnotes-web/0.0.31/app-readme.md rename to incubator/standardnotes-web/0.0.32/app-readme.md diff --git a/incubator/standardnotes-web/0.0.32/charts/common-10.7.1.tgz b/incubator/standardnotes-web/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/standardnotes-web/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/standardnotes-web/0.0.31/ix_values.yaml b/incubator/standardnotes-web/0.0.32/ix_values.yaml similarity index 100% rename from incubator/standardnotes-web/0.0.31/ix_values.yaml rename to incubator/standardnotes-web/0.0.32/ix_values.yaml diff --git a/incubator/standardnotes-web/0.0.31/questions.yaml b/incubator/standardnotes-web/0.0.32/questions.yaml similarity index 100% rename from incubator/standardnotes-web/0.0.31/questions.yaml rename to incubator/standardnotes-web/0.0.32/questions.yaml diff --git a/incubator/standardnotes-web/0.0.31/templates/common.yaml b/incubator/standardnotes-web/0.0.32/templates/common.yaml similarity index 100% rename from incubator/standardnotes-web/0.0.31/templates/common.yaml rename to incubator/standardnotes-web/0.0.32/templates/common.yaml diff --git a/incubator/standardnotes-web/0.0.31/values.yaml b/incubator/standardnotes-web/0.0.32/values.yaml similarity index 100% rename from incubator/standardnotes-web/0.0.31/values.yaml rename to incubator/standardnotes-web/0.0.32/values.yaml diff --git a/incubator/starmade/0.0.29/CHANGELOG.md b/incubator/starmade/0.0.29/CHANGELOG.md deleted file mode 100644 index 9fe4cd885ee..00000000000 --- a/incubator/starmade/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [starmade-0.0.29](https://github.com/truecharts/charts/compare/starmade-0.0.28...starmade-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [starmade-0.0.27](https://github.com/truecharts/charts/compare/starmade-0.0.26...starmade-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [starmade-0.0.26](https://github.com/truecharts/charts/compare/starmade-0.0.25...starmade-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [starmade-0.0.25](https://github.com/truecharts/charts/compare/starmade-0.0.24...starmade-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [starmade-0.0.24](https://github.com/truecharts/charts/compare/starmade-0.0.23...starmade-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [starmade-0.0.24](https://github.com/truecharts/charts/compare/starmade-0.0.23...starmade-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/starmade/0.0.29/Chart.lock b/incubator/starmade/0.0.29/Chart.lock deleted file mode 100644 index 067f22d433e..00000000000 --- a/incubator/starmade/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:05:58.378321998Z" diff --git a/incubator/starmade/0.0.29/Chart.yaml b/incubator/starmade/0.0.29/Chart.yaml deleted file mode 100644 index de0e9739997..00000000000 --- a/incubator/starmade/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup." -home: https://truecharts.org/docs/charts/incubator/starmade -icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png -keywords: - - starmade - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: starmade -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/starmade - - https://www.star-made.org/ - - https://hub.docker.com/r/ich777/starmade-server/ -type: application -version: 0.0.29 diff --git a/incubator/starmade/0.0.29/README.md b/incubator/starmade/0.0.29/README.md deleted file mode 100644 index 421ce120f98..00000000000 --- a/incubator/starmade/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# starmade - -This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [starmade](https://truecharts.org/docs/charts/incubator/starmade) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `starmade` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install starmade TrueCharts/starmade -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `starmade` deployment - -```console -helm uninstall starmade -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install starmade \ - --set env.TZ="America/New York" \ - TrueCharts/starmade -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install starmade TrueCharts/starmade -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/starmade/0.0.29/charts/common-10.7.0.tgz b/incubator/starmade/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/starmade/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/starmade/0.0.30/CHANGELOG.md b/incubator/starmade/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..bc5cc371f55 --- /dev/null +++ b/incubator/starmade/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + + +## [starmade-0.0.29](https://github.com/truecharts/charts/compare/starmade-0.0.28...starmade-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [starmade-0.0.27](https://github.com/truecharts/charts/compare/starmade-0.0.26...starmade-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [starmade-0.0.26](https://github.com/truecharts/charts/compare/starmade-0.0.25...starmade-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [starmade-0.0.25](https://github.com/truecharts/charts/compare/starmade-0.0.24...starmade-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [starmade-0.0.24](https://github.com/truecharts/charts/compare/starmade-0.0.23...starmade-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [starmade-0.0.24](https://github.com/truecharts/charts/compare/starmade-0.0.23...starmade-0.0.24) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/starmade/0.0.30/Chart.lock b/incubator/starmade/0.0.30/Chart.lock new file mode 100644 index 00000000000..5211521e350 --- /dev/null +++ b/incubator/starmade/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:49.846391522Z" diff --git a/incubator/starmade/0.0.30/Chart.yaml b/incubator/starmade/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b74e088f586 --- /dev/null +++ b/incubator/starmade/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup." +home: https://truecharts.org/docs/charts/incubator/starmade +icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.png +keywords: + - starmade + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: starmade +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/starmade + - https://www.star-made.org/ + - https://hub.docker.com/r/ich777/starmade-server/ +type: application +version: 0.0.30 diff --git a/incubator/starmade/0.0.30/README.md b/incubator/starmade/0.0.30/README.md new file mode 100644 index 00000000000..27c35fd49dc --- /dev/null +++ b/incubator/starmade/0.0.30/README.md @@ -0,0 +1,107 @@ +# starmade + +This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [starmade](https://truecharts.org/docs/charts/incubator/starmade) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `starmade` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install starmade TrueCharts/starmade +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `starmade` deployment + +```console +helm uninstall starmade +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install starmade \ + --set env.TZ="America/New York" \ + TrueCharts/starmade +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install starmade TrueCharts/starmade -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/starmade/0.0.29/app-readme.md b/incubator/starmade/0.0.30/app-readme.md similarity index 100% rename from incubator/starmade/0.0.29/app-readme.md rename to incubator/starmade/0.0.30/app-readme.md diff --git a/incubator/starmade/0.0.30/charts/common-10.7.1.tgz b/incubator/starmade/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/starmade/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/starmade/0.0.29/ix_values.yaml b/incubator/starmade/0.0.30/ix_values.yaml similarity index 100% rename from incubator/starmade/0.0.29/ix_values.yaml rename to incubator/starmade/0.0.30/ix_values.yaml diff --git a/incubator/starmade/0.0.29/questions.yaml b/incubator/starmade/0.0.30/questions.yaml similarity index 100% rename from incubator/starmade/0.0.29/questions.yaml rename to incubator/starmade/0.0.30/questions.yaml diff --git a/incubator/starmade/0.0.29/templates/common.yaml b/incubator/starmade/0.0.30/templates/common.yaml similarity index 100% rename from incubator/starmade/0.0.29/templates/common.yaml rename to incubator/starmade/0.0.30/templates/common.yaml diff --git a/incubator/starmade/0.0.29/values.yaml b/incubator/starmade/0.0.30/values.yaml similarity index 100% rename from incubator/starmade/0.0.29/values.yaml rename to incubator/starmade/0.0.30/values.yaml diff --git a/incubator/stationeers/0.0.29/CHANGELOG.md b/incubator/stationeers/0.0.29/CHANGELOG.md deleted file mode 100644 index e8c58116aa5..00000000000 --- a/incubator/stationeers/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [stationeers-0.0.29](https://github.com/truecharts/charts/compare/stationeers-0.0.28...stationeers-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [stationeers-0.0.28](https://github.com/truecharts/charts/compare/stationeers-0.0.27...stationeers-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stationeers-0.0.28](https://github.com/truecharts/charts/compare/stationeers-0.0.27...stationeers-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stationeers-0.0.27](https://github.com/truecharts/charts/compare/stationeers-0.0.26...stationeers-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [stationeers-0.0.26](https://github.com/truecharts/charts/compare/stationeers-0.0.25...stationeers-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [stationeers-0.0.25](https://github.com/truecharts/charts/compare/stationeers-0.0.24...stationeers-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [stationeers-0.0.24](https://github.com/truecharts/charts/compare/stationeers-0.0.23...stationeers-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [stationeers-0.0.24](https://github.com/truecharts/charts/compare/stationeers-0.0.23...stationeers-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/stationeers/0.0.29/Chart.lock b/incubator/stationeers/0.0.29/Chart.lock deleted file mode 100644 index 977b29c75c1..00000000000 --- a/incubator/stationeers/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:09.072533405Z" diff --git a/incubator/stationeers/0.0.29/Chart.yaml b/incubator/stationeers/0.0.29/Chart.yaml deleted file mode 100644 index eb0090bb354..00000000000 --- a/incubator/stationeers/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Stationeers and run it." -home: https://truecharts.org/docs/charts/incubator/stationeers -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png -keywords: - - stationeers - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: stationeers -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/stationeers - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/stationeers/0.0.29/README.md b/incubator/stationeers/0.0.29/README.md deleted file mode 100644 index 6c1ee282b54..00000000000 --- a/incubator/stationeers/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# stationeers - -This Chart will download and install SteamCMD. It will also install Stationeers and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [stationeers](https://truecharts.org/docs/charts/incubator/stationeers) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `stationeers` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install stationeers TrueCharts/stationeers -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `stationeers` deployment - -```console -helm uninstall stationeers -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install stationeers \ - --set env.TZ="America/New York" \ - TrueCharts/stationeers -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install stationeers TrueCharts/stationeers -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/stationeers/0.0.29/charts/common-10.7.0.tgz b/incubator/stationeers/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/stationeers/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/stationeers/0.0.30/CHANGELOG.md b/incubator/stationeers/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5833d727747 --- /dev/null +++ b/incubator/stationeers/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [starmade-0.0.30](https://github.com/truecharts/charts/compare/starmade-0.0.29...starmade-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [starmade-0.0.29](https://github.com/truecharts/charts/compare/starmade-0.0.28...starmade-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [starmade-0.0.28](https://github.com/truecharts/charts/compare/starmade-0.0.27...starmade-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [starmade-0.0.27](https://github.com/truecharts/charts/compare/starmade-0.0.26...starmade-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [starmade-0.0.26](https://github.com/truecharts/charts/compare/starmade-0.0.25...starmade-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [starmade-0.0.25](https://github.com/truecharts/charts/compare/starmade-0.0.24...starmade-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [starmade-0.0.24](https://github.com/truecharts/charts/compare/starmade-0.0.23...starmade-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/stationeers/0.0.30/Chart.lock b/incubator/stationeers/0.0.30/Chart.lock new file mode 100644 index 00000000000..0ef433be9ea --- /dev/null +++ b/incubator/stationeers/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:50.584577181Z" diff --git a/incubator/stationeers/0.0.30/Chart.yaml b/incubator/stationeers/0.0.30/Chart.yaml new file mode 100644 index 00000000000..0c7d74659f1 --- /dev/null +++ b/incubator/stationeers/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Stationeers and run it." +home: https://truecharts.org/docs/charts/incubator/stationeers +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.png +keywords: + - stationeers + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: stationeers +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stationeers + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/stationeers/0.0.30/README.md b/incubator/stationeers/0.0.30/README.md new file mode 100644 index 00000000000..28e954af37d --- /dev/null +++ b/incubator/stationeers/0.0.30/README.md @@ -0,0 +1,107 @@ +# stationeers + +This Chart will download and install SteamCMD. It will also install Stationeers and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [stationeers](https://truecharts.org/docs/charts/incubator/stationeers) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `stationeers` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install stationeers TrueCharts/stationeers +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `stationeers` deployment + +```console +helm uninstall stationeers +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install stationeers \ + --set env.TZ="America/New York" \ + TrueCharts/stationeers +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install stationeers TrueCharts/stationeers -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/stationeers/0.0.29/app-readme.md b/incubator/stationeers/0.0.30/app-readme.md similarity index 100% rename from incubator/stationeers/0.0.29/app-readme.md rename to incubator/stationeers/0.0.30/app-readme.md diff --git a/incubator/stationeers/0.0.30/charts/common-10.7.1.tgz b/incubator/stationeers/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/stationeers/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/stationeers/0.0.29/ix_values.yaml b/incubator/stationeers/0.0.30/ix_values.yaml similarity index 100% rename from incubator/stationeers/0.0.29/ix_values.yaml rename to incubator/stationeers/0.0.30/ix_values.yaml diff --git a/incubator/stationeers/0.0.29/questions.yaml b/incubator/stationeers/0.0.30/questions.yaml similarity index 100% rename from incubator/stationeers/0.0.29/questions.yaml rename to incubator/stationeers/0.0.30/questions.yaml diff --git a/incubator/stationeers/0.0.29/templates/common.yaml b/incubator/stationeers/0.0.30/templates/common.yaml similarity index 100% rename from incubator/stationeers/0.0.29/templates/common.yaml rename to incubator/stationeers/0.0.30/templates/common.yaml diff --git a/incubator/stationeers/0.0.29/values.yaml b/incubator/stationeers/0.0.30/values.yaml similarity index 100% rename from incubator/stationeers/0.0.29/values.yaml rename to incubator/stationeers/0.0.30/values.yaml diff --git a/incubator/statping-ng/0.0.29/CHANGELOG.md b/incubator/statping-ng/0.0.29/CHANGELOG.md deleted file mode 100644 index f0805d283ef..00000000000 --- a/incubator/statping-ng/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [statping-ng-0.0.29](https://github.com/truecharts/charts/compare/statping-ng-0.0.28...statping-ng-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [statping-ng-0.0.28](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-ng-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [statping-ng-0.0.28](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-ng-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [statping-ng-0.0.27](https://github.com/truecharts/charts/compare/statping-ng-0.0.26...statping-ng-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [statping-ng-0.0.26](https://github.com/truecharts/charts/compare/statping-ng-0.0.25...statping-ng-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [statping-ng-0.0.25](https://github.com/truecharts/charts/compare/statping-ng-0.0.24...statping-ng-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [statping-ng-0.0.24](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-ng-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [statping-ng-0.0.24](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-ng-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/statping-ng/0.0.29/Chart.lock b/incubator/statping-ng/0.0.29/Chart.lock deleted file mode 100644 index 93f4fe19b06..00000000000 --- a/incubator/statping-ng/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:22.387976605Z" diff --git a/incubator/statping-ng/0.0.29/Chart.yaml b/incubator/statping-ng/0.0.29/Chart.yaml deleted file mode 100644 index b5ed23f8fcd..00000000000 --- a/incubator/statping-ng/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork." -home: https://truecharts.org/docs/charts/incubator/statping-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping-ng.png -keywords: - - statping-ng - - Network-Web - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: statping-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/statping-ng - - https://github.com/statping-ng/statping-ng - - https://hub.docker.com/r/adamboutcher/statping-ng -type: application -version: 0.0.29 diff --git a/incubator/statping-ng/0.0.29/README.md b/incubator/statping-ng/0.0.29/README.md deleted file mode 100644 index af3d5fa4c0b..00000000000 --- a/incubator/statping-ng/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# statping-ng - -Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [statping-ng](https://truecharts.org/docs/charts/incubator/statping-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `statping-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install statping-ng TrueCharts/statping-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `statping-ng` deployment - -```console -helm uninstall statping-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install statping-ng \ - --set env.TZ="America/New York" \ - TrueCharts/statping-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install statping-ng TrueCharts/statping-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/statping-ng/0.0.29/charts/common-10.7.0.tgz b/incubator/statping-ng/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/statping-ng/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/statping-ng/0.0.30/CHANGELOG.md b/incubator/statping-ng/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..13314404607 --- /dev/null +++ b/incubator/statping-ng/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [statping-ng-0.0.30](https://github.com/truecharts/charts/compare/statping-ng-0.0.29...statping-ng-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [statping-ng-0.0.29](https://github.com/truecharts/charts/compare/statping-ng-0.0.28...statping-ng-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [statping-ng-0.0.28](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-ng-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [statping-ng-0.0.28](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-ng-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [statping-ng-0.0.27](https://github.com/truecharts/charts/compare/statping-ng-0.0.26...statping-ng-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [statping-ng-0.0.26](https://github.com/truecharts/charts/compare/statping-ng-0.0.25...statping-ng-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [statping-ng-0.0.25](https://github.com/truecharts/charts/compare/statping-ng-0.0.24...statping-ng-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [statping-ng-0.0.24](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-ng-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/statping-ng/0.0.30/Chart.lock b/incubator/statping-ng/0.0.30/Chart.lock new file mode 100644 index 00000000000..bd0533fe7b3 --- /dev/null +++ b/incubator/statping-ng/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:48:57.391492554Z" diff --git a/incubator/statping-ng/0.0.30/Chart.yaml b/incubator/statping-ng/0.0.30/Chart.yaml new file mode 100644 index 00000000000..2410913a39e --- /dev/null +++ b/incubator/statping-ng/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork." +home: https://truecharts.org/docs/charts/incubator/statping-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping-ng.png +keywords: + - statping-ng + - Network-Web + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: statping-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/statping-ng + - https://github.com/statping-ng/statping-ng + - https://hub.docker.com/r/adamboutcher/statping-ng +type: application +version: 0.0.30 diff --git a/incubator/statping-ng/0.0.30/README.md b/incubator/statping-ng/0.0.30/README.md new file mode 100644 index 00000000000..56c14e0816a --- /dev/null +++ b/incubator/statping-ng/0.0.30/README.md @@ -0,0 +1,107 @@ +# statping-ng + +Statping-ng aims to be an updated drop-in replacement of statping after development stopped on the original fork. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [statping-ng](https://truecharts.org/docs/charts/incubator/statping-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `statping-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install statping-ng TrueCharts/statping-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `statping-ng` deployment + +```console +helm uninstall statping-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install statping-ng \ + --set env.TZ="America/New York" \ + TrueCharts/statping-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install statping-ng TrueCharts/statping-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/statping-ng/0.0.29/app-readme.md b/incubator/statping-ng/0.0.30/app-readme.md similarity index 100% rename from incubator/statping-ng/0.0.29/app-readme.md rename to incubator/statping-ng/0.0.30/app-readme.md diff --git a/incubator/statping-ng/0.0.30/charts/common-10.7.1.tgz b/incubator/statping-ng/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/statping-ng/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/statping-ng/0.0.29/ix_values.yaml b/incubator/statping-ng/0.0.30/ix_values.yaml similarity index 100% rename from incubator/statping-ng/0.0.29/ix_values.yaml rename to incubator/statping-ng/0.0.30/ix_values.yaml diff --git a/incubator/statping-ng/0.0.29/questions.yaml b/incubator/statping-ng/0.0.30/questions.yaml similarity index 100% rename from incubator/statping-ng/0.0.29/questions.yaml rename to incubator/statping-ng/0.0.30/questions.yaml diff --git a/incubator/statping-ng/0.0.29/templates/common.yaml b/incubator/statping-ng/0.0.30/templates/common.yaml similarity index 100% rename from incubator/statping-ng/0.0.29/templates/common.yaml rename to incubator/statping-ng/0.0.30/templates/common.yaml diff --git a/incubator/statping-ng/0.0.29/values.yaml b/incubator/statping-ng/0.0.30/values.yaml similarity index 100% rename from incubator/statping-ng/0.0.29/values.yaml rename to incubator/statping-ng/0.0.30/values.yaml diff --git a/incubator/storm/0.0.29/CHANGELOG.md b/incubator/storm/0.0.29/CHANGELOG.md deleted file mode 100644 index 7844734261d..00000000000 --- a/incubator/storm/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [storm-0.0.29](https://github.com/truecharts/charts/compare/storm-0.0.28...storm-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [storm-0.0.28](https://github.com/truecharts/charts/compare/storm-0.0.27...storm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [storm-0.0.28](https://github.com/truecharts/charts/compare/storm-0.0.27...storm-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [storm-0.0.27](https://github.com/truecharts/charts/compare/storm-0.0.26...storm-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [storm-0.0.26](https://github.com/truecharts/charts/compare/storm-0.0.25...storm-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [storm-0.0.25](https://github.com/truecharts/charts/compare/storm-0.0.24...storm-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [storm-0.0.24](https://github.com/truecharts/charts/compare/storm-0.0.23...storm-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [storm-0.0.24](https://github.com/truecharts/charts/compare/storm-0.0.23...storm-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/storm/0.0.29/Chart.lock b/incubator/storm/0.0.29/Chart.lock deleted file mode 100644 index 14d7e5169ae..00000000000 --- a/incubator/storm/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:23.18827611Z" diff --git a/incubator/storm/0.0.29/Chart.yaml b/incubator/storm/0.0.29/Chart.yaml deleted file mode 100644 index cc165ca027b..00000000000 --- a/incubator/storm/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Introducing Storm" -home: https://truecharts.org/docs/charts/incubator/storm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png -keywords: - - storm - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: storm -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/storm - - https://github.com/relvacode/storm - - https://github.com/relvacode/storm/pkgs/container/storm -type: application -version: 0.0.29 diff --git a/incubator/storm/0.0.29/README.md b/incubator/storm/0.0.29/README.md deleted file mode 100644 index 1340526a2a3..00000000000 --- a/incubator/storm/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# storm - -Introducing Storm - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [storm](https://truecharts.org/docs/charts/incubator/storm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `storm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install storm TrueCharts/storm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `storm` deployment - -```console -helm uninstall storm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install storm \ - --set env.TZ="America/New York" \ - TrueCharts/storm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install storm TrueCharts/storm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/storm/0.0.29/charts/common-10.7.0.tgz b/incubator/storm/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/storm/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/storm/0.0.30/CHANGELOG.md b/incubator/storm/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..0596b2728e9 --- /dev/null +++ b/incubator/storm/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [storm-0.0.30](https://github.com/truecharts/charts/compare/storm-0.0.29...storm-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [storm-0.0.29](https://github.com/truecharts/charts/compare/storm-0.0.28...storm-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [storm-0.0.28](https://github.com/truecharts/charts/compare/storm-0.0.27...storm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [storm-0.0.28](https://github.com/truecharts/charts/compare/storm-0.0.27...storm-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [storm-0.0.27](https://github.com/truecharts/charts/compare/storm-0.0.26...storm-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [storm-0.0.26](https://github.com/truecharts/charts/compare/storm-0.0.25...storm-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [storm-0.0.25](https://github.com/truecharts/charts/compare/storm-0.0.24...storm-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [storm-0.0.24](https://github.com/truecharts/charts/compare/storm-0.0.23...storm-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/storm/0.0.30/Chart.lock b/incubator/storm/0.0.30/Chart.lock new file mode 100644 index 00000000000..54fe22916a8 --- /dev/null +++ b/incubator/storm/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:10.886290168Z" diff --git a/incubator/storm/0.0.30/Chart.yaml b/incubator/storm/0.0.30/Chart.yaml new file mode 100644 index 00000000000..007bdf655c7 --- /dev/null +++ b/incubator/storm/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Introducing Storm" +home: https://truecharts.org/docs/charts/incubator/storm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.png +keywords: + - storm + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: storm +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/storm + - https://github.com/relvacode/storm + - https://github.com/relvacode/storm/pkgs/container/storm +type: application +version: 0.0.30 diff --git a/incubator/storm/0.0.30/README.md b/incubator/storm/0.0.30/README.md new file mode 100644 index 00000000000..239b1614006 --- /dev/null +++ b/incubator/storm/0.0.30/README.md @@ -0,0 +1,107 @@ +# storm + +Introducing Storm + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [storm](https://truecharts.org/docs/charts/incubator/storm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `storm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install storm TrueCharts/storm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `storm` deployment + +```console +helm uninstall storm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install storm \ + --set env.TZ="America/New York" \ + TrueCharts/storm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install storm TrueCharts/storm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/storm/0.0.29/app-readme.md b/incubator/storm/0.0.30/app-readme.md similarity index 100% rename from incubator/storm/0.0.29/app-readme.md rename to incubator/storm/0.0.30/app-readme.md diff --git a/incubator/storm/0.0.30/charts/common-10.7.1.tgz b/incubator/storm/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/storm/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/storm/0.0.29/ix_values.yaml b/incubator/storm/0.0.30/ix_values.yaml similarity index 100% rename from incubator/storm/0.0.29/ix_values.yaml rename to incubator/storm/0.0.30/ix_values.yaml diff --git a/incubator/storm/0.0.29/questions.yaml b/incubator/storm/0.0.30/questions.yaml similarity index 100% rename from incubator/storm/0.0.29/questions.yaml rename to incubator/storm/0.0.30/questions.yaml diff --git a/incubator/storm/0.0.29/templates/common.yaml b/incubator/storm/0.0.30/templates/common.yaml similarity index 100% rename from incubator/storm/0.0.29/templates/common.yaml rename to incubator/storm/0.0.30/templates/common.yaml diff --git a/incubator/storm/0.0.29/values.yaml b/incubator/storm/0.0.30/values.yaml similarity index 100% rename from incubator/storm/0.0.29/values.yaml rename to incubator/storm/0.0.30/values.yaml diff --git a/incubator/stun-turn-server/0.0.29/CHANGELOG.md b/incubator/stun-turn-server/0.0.29/CHANGELOG.md deleted file mode 100644 index e2b958a870d..00000000000 --- a/incubator/stun-turn-server/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [stun-turn-server-0.0.29](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.28...stun-turn-server-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [stun-turn-server-0.0.28](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.27...stun-turn-server-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stun-turn-server-0.0.28](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.27...stun-turn-server-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stun-turn-server-0.0.27](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.26...stun-turn-server-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [stun-turn-server-0.0.26](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.25...stun-turn-server-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [stun-turn-server-0.0.25](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.24...stun-turn-server-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [stun-turn-server-0.0.24](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.23...stun-turn-server-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [stun-turn-server-0.0.24](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.23...stun-turn-server-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/stun-turn-server/0.0.29/Chart.lock b/incubator/stun-turn-server/0.0.29/Chart.lock deleted file mode 100644 index 2ed79c8c619..00000000000 --- a/incubator/stun-turn-server/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:28.468622609Z" diff --git a/incubator/stun-turn-server/0.0.29/Chart.yaml b/incubator/stun-turn-server/0.0.29/Chart.yaml deleted file mode 100644 index 555153c9e4f..00000000000 --- a/incubator/stun-turn-server/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk." -home: https://truecharts.org/docs/charts/incubator/stun-turn-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png -keywords: - - stun-turn-server - - Network -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: stun-turn-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server - - https://hub.docker.com/r/ich777/stun-turn-server -type: application -version: 0.0.29 diff --git a/incubator/stun-turn-server/0.0.29/README.md b/incubator/stun-turn-server/0.0.29/README.md deleted file mode 100644 index 68427330b95..00000000000 --- a/incubator/stun-turn-server/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# stun-turn-server - -This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [stun-turn-server](https://truecharts.org/docs/charts/incubator/stun-turn-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `stun-turn-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install stun-turn-server TrueCharts/stun-turn-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `stun-turn-server` deployment - -```console -helm uninstall stun-turn-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install stun-turn-server \ - --set env.TZ="America/New York" \ - TrueCharts/stun-turn-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install stun-turn-server TrueCharts/stun-turn-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/stun-turn-server/0.0.29/charts/common-10.7.0.tgz b/incubator/stun-turn-server/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/stun-turn-server/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/stun-turn-server/0.0.30/CHANGELOG.md b/incubator/stun-turn-server/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..eef46363ee5 --- /dev/null +++ b/incubator/stun-turn-server/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [stun-turn-server-0.0.30](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.29...stun-turn-server-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [stun-turn-server-0.0.29](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.28...stun-turn-server-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [stun-turn-server-0.0.28](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.27...stun-turn-server-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [stun-turn-server-0.0.28](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.27...stun-turn-server-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [stun-turn-server-0.0.27](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.26...stun-turn-server-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [stun-turn-server-0.0.26](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.25...stun-turn-server-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [stun-turn-server-0.0.25](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.24...stun-turn-server-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [stun-turn-server-0.0.24](https://github.com/truecharts/charts/compare/stun-turn-server-0.0.23...stun-turn-server-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/stun-turn-server/0.0.30/Chart.lock b/incubator/stun-turn-server/0.0.30/Chart.lock new file mode 100644 index 00000000000..9b7b1a509ea --- /dev/null +++ b/incubator/stun-turn-server/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:21.507421508Z" diff --git a/incubator/stun-turn-server/0.0.30/Chart.yaml b/incubator/stun-turn-server/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7eb171fbec3 --- /dev/null +++ b/incubator/stun-turn-server/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk." +home: https://truecharts.org/docs/charts/incubator/stun-turn-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.png +keywords: + - stun-turn-server + - Network +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: stun-turn-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/stun-turn-server + - https://hub.docker.com/r/ich777/stun-turn-server +type: application +version: 0.0.30 diff --git a/incubator/stun-turn-server/0.0.30/README.md b/incubator/stun-turn-server/0.0.30/README.md new file mode 100644 index 00000000000..00efab9e6cb --- /dev/null +++ b/incubator/stun-turn-server/0.0.30/README.md @@ -0,0 +1,106 @@ +# stun-turn-server + +This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [stun-turn-server](https://truecharts.org/docs/charts/incubator/stun-turn-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `stun-turn-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install stun-turn-server TrueCharts/stun-turn-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `stun-turn-server` deployment + +```console +helm uninstall stun-turn-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install stun-turn-server \ + --set env.TZ="America/New York" \ + TrueCharts/stun-turn-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install stun-turn-server TrueCharts/stun-turn-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/stun-turn-server/0.0.29/app-readme.md b/incubator/stun-turn-server/0.0.30/app-readme.md similarity index 100% rename from incubator/stun-turn-server/0.0.29/app-readme.md rename to incubator/stun-turn-server/0.0.30/app-readme.md diff --git a/incubator/stun-turn-server/0.0.30/charts/common-10.7.1.tgz b/incubator/stun-turn-server/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/stun-turn-server/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/stun-turn-server/0.0.29/ix_values.yaml b/incubator/stun-turn-server/0.0.30/ix_values.yaml similarity index 100% rename from incubator/stun-turn-server/0.0.29/ix_values.yaml rename to incubator/stun-turn-server/0.0.30/ix_values.yaml diff --git a/incubator/stun-turn-server/0.0.29/questions.yaml b/incubator/stun-turn-server/0.0.30/questions.yaml similarity index 100% rename from incubator/stun-turn-server/0.0.29/questions.yaml rename to incubator/stun-turn-server/0.0.30/questions.yaml diff --git a/incubator/stun-turn-server/0.0.29/templates/common.yaml b/incubator/stun-turn-server/0.0.30/templates/common.yaml similarity index 100% rename from incubator/stun-turn-server/0.0.29/templates/common.yaml rename to incubator/stun-turn-server/0.0.30/templates/common.yaml diff --git a/incubator/stun-turn-server/0.0.29/values.yaml b/incubator/stun-turn-server/0.0.30/values.yaml similarity index 100% rename from incubator/stun-turn-server/0.0.29/values.yaml rename to incubator/stun-turn-server/0.0.30/values.yaml diff --git a/incubator/suistartpage/0.0.29/CHANGELOG.md b/incubator/suistartpage/0.0.29/CHANGELOG.md deleted file mode 100644 index 7d387e65d5b..00000000000 --- a/incubator/suistartpage/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [suistartpage-0.0.29](https://github.com/truecharts/charts/compare/suistartpage-0.0.28...suistartpage-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [suistartpage-0.0.28](https://github.com/truecharts/charts/compare/suistartpage-0.0.27...suistartpage-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [suistartpage-0.0.28](https://github.com/truecharts/charts/compare/suistartpage-0.0.27...suistartpage-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [suistartpage-0.0.27](https://github.com/truecharts/charts/compare/suistartpage-0.0.26...suistartpage-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [suistartpage-0.0.26](https://github.com/truecharts/charts/compare/suistartpage-0.0.25...suistartpage-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [suistartpage-0.0.25](https://github.com/truecharts/charts/compare/suistartpage-0.0.24...suistartpage-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [suistartpage-0.0.24](https://github.com/truecharts/charts/compare/suistartpage-0.0.23...suistartpage-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [suistartpage-0.0.24](https://github.com/truecharts/charts/compare/suistartpage-0.0.23...suistartpage-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/suistartpage/0.0.29/Chart.lock b/incubator/suistartpage/0.0.29/Chart.lock deleted file mode 100644 index 80ee16544f5..00000000000 --- a/incubator/suistartpage/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:38.775904264Z" diff --git a/incubator/suistartpage/0.0.29/Chart.yaml b/incubator/suistartpage/0.0.29/Chart.yaml deleted file mode 100644 index 78be06d70a8..00000000000 --- a/incubator/suistartpage/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. -home: https://truecharts.org/docs/charts/incubator/suistartpage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png -keywords: - - suistartpage - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: suistartpage -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/suistartpage - - https://github.com/CorneliousJD/SUI-Startpage - - https://hub.docker.com/r/corneliousjd/sui-startpage/ -type: application -version: 0.0.29 diff --git a/incubator/suistartpage/0.0.29/README.md b/incubator/suistartpage/0.0.29/README.md deleted file mode 100644 index 0ee0e7ff0bb..00000000000 --- a/incubator/suistartpage/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# suistartpage - -SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [suistartpage](https://truecharts.org/docs/charts/incubator/suistartpage) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `suistartpage` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install suistartpage TrueCharts/suistartpage -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `suistartpage` deployment - -```console -helm uninstall suistartpage -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install suistartpage \ - --set env.TZ="America/New York" \ - TrueCharts/suistartpage -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install suistartpage TrueCharts/suistartpage -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/suistartpage/0.0.29/charts/common-10.7.0.tgz b/incubator/suistartpage/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/suistartpage/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/suistartpage/0.0.30/CHANGELOG.md b/incubator/suistartpage/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..df09e9f441c --- /dev/null +++ b/incubator/suistartpage/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [suistartpage-0.0.30](https://github.com/truecharts/charts/compare/suistartpage-0.0.29...suistartpage-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [suistartpage-0.0.29](https://github.com/truecharts/charts/compare/suistartpage-0.0.28...suistartpage-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [suistartpage-0.0.28](https://github.com/truecharts/charts/compare/suistartpage-0.0.27...suistartpage-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [suistartpage-0.0.28](https://github.com/truecharts/charts/compare/suistartpage-0.0.27...suistartpage-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [suistartpage-0.0.27](https://github.com/truecharts/charts/compare/suistartpage-0.0.26...suistartpage-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [suistartpage-0.0.26](https://github.com/truecharts/charts/compare/suistartpage-0.0.25...suistartpage-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [suistartpage-0.0.25](https://github.com/truecharts/charts/compare/suistartpage-0.0.24...suistartpage-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [suistartpage-0.0.24](https://github.com/truecharts/charts/compare/suistartpage-0.0.23...suistartpage-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/suistartpage/0.0.30/Chart.lock b/incubator/suistartpage/0.0.30/Chart.lock new file mode 100644 index 00000000000..37cf2f3472f --- /dev/null +++ b/incubator/suistartpage/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:21.56425739Z" diff --git a/incubator/suistartpage/0.0.30/Chart.yaml b/incubator/suistartpage/0.0.30/Chart.yaml new file mode 100644 index 00000000000..41ff57d88d5 --- /dev/null +++ b/incubator/suistartpage/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. +home: https://truecharts.org/docs/charts/incubator/suistartpage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.png +keywords: + - suistartpage + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: suistartpage +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/suistartpage + - https://github.com/CorneliousJD/SUI-Startpage + - https://hub.docker.com/r/corneliousjd/sui-startpage/ +type: application +version: 0.0.30 diff --git a/incubator/suistartpage/0.0.30/README.md b/incubator/suistartpage/0.0.30/README.md new file mode 100644 index 00000000000..388137ff173 --- /dev/null +++ b/incubator/suistartpage/0.0.30/README.md @@ -0,0 +1,107 @@ +# suistartpage + +SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [suistartpage](https://truecharts.org/docs/charts/incubator/suistartpage) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `suistartpage` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install suistartpage TrueCharts/suistartpage +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `suistartpage` deployment + +```console +helm uninstall suistartpage +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install suistartpage \ + --set env.TZ="America/New York" \ + TrueCharts/suistartpage +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install suistartpage TrueCharts/suistartpage -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/suistartpage/0.0.29/app-readme.md b/incubator/suistartpage/0.0.30/app-readme.md similarity index 100% rename from incubator/suistartpage/0.0.29/app-readme.md rename to incubator/suistartpage/0.0.30/app-readme.md diff --git a/incubator/suistartpage/0.0.30/charts/common-10.7.1.tgz b/incubator/suistartpage/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/suistartpage/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/suistartpage/0.0.29/ix_values.yaml b/incubator/suistartpage/0.0.30/ix_values.yaml similarity index 100% rename from incubator/suistartpage/0.0.29/ix_values.yaml rename to incubator/suistartpage/0.0.30/ix_values.yaml diff --git a/incubator/suistartpage/0.0.29/questions.yaml b/incubator/suistartpage/0.0.30/questions.yaml similarity index 100% rename from incubator/suistartpage/0.0.29/questions.yaml rename to incubator/suistartpage/0.0.30/questions.yaml diff --git a/incubator/suistartpage/0.0.29/templates/common.yaml b/incubator/suistartpage/0.0.30/templates/common.yaml similarity index 100% rename from incubator/suistartpage/0.0.29/templates/common.yaml rename to incubator/suistartpage/0.0.30/templates/common.yaml diff --git a/incubator/suistartpage/0.0.29/values.yaml b/incubator/suistartpage/0.0.30/values.yaml similarity index 100% rename from incubator/suistartpage/0.0.29/values.yaml rename to incubator/suistartpage/0.0.30/values.yaml diff --git a/incubator/survivethenights/0.0.29/CHANGELOG.md b/incubator/survivethenights/0.0.29/CHANGELOG.md deleted file mode 100644 index 014c29bd312..00000000000 --- a/incubator/survivethenights/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [survivethenights-0.0.29](https://github.com/truecharts/charts/compare/survivethenights-0.0.28...survivethenights-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [survivethenights-0.0.28](https://github.com/truecharts/charts/compare/survivethenights-0.0.27...survivethenights-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [survivethenights-0.0.28](https://github.com/truecharts/charts/compare/survivethenights-0.0.27...survivethenights-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [survivethenights-0.0.27](https://github.com/truecharts/charts/compare/survivethenights-0.0.26...survivethenights-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [survivethenights-0.0.26](https://github.com/truecharts/charts/compare/survivethenights-0.0.25...survivethenights-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [survivethenights-0.0.25](https://github.com/truecharts/charts/compare/survivethenights-0.0.24...survivethenights-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [survivethenights-0.0.24](https://github.com/truecharts/charts/compare/survivethenights-0.0.23...survivethenights-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [survivethenights-0.0.24](https://github.com/truecharts/charts/compare/survivethenights-0.0.23...survivethenights-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/survivethenights/0.0.29/Chart.lock b/incubator/survivethenights/0.0.29/Chart.lock deleted file mode 100644 index 6182bab78ad..00000000000 --- a/incubator/survivethenights/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:51.86994773Z" diff --git a/incubator/survivethenights/0.0.29/Chart.yaml b/incubator/survivethenights/0.0.29/Chart.yaml deleted file mode 100644 index 8773af969bf..00000000000 --- a/incubator/survivethenights/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Survive The Nights and run it." -home: https://truecharts.org/docs/charts/incubator/survivethenights -icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png -keywords: - - survivethenights - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: survivethenights -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/survivethenights - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/survivethenights/0.0.29/README.md b/incubator/survivethenights/0.0.29/README.md deleted file mode 100644 index a776dd32687..00000000000 --- a/incubator/survivethenights/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# survivethenights - -This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [survivethenights](https://truecharts.org/docs/charts/incubator/survivethenights) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `survivethenights` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install survivethenights TrueCharts/survivethenights -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `survivethenights` deployment - -```console -helm uninstall survivethenights -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install survivethenights \ - --set env.TZ="America/New York" \ - TrueCharts/survivethenights -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install survivethenights TrueCharts/survivethenights -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/survivethenights/0.0.29/charts/common-10.7.0.tgz b/incubator/survivethenights/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/survivethenights/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/survivethenights/0.0.30/CHANGELOG.md b/incubator/survivethenights/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..acca4fa122b --- /dev/null +++ b/incubator/survivethenights/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [survivethenights-0.0.30](https://github.com/truecharts/charts/compare/survivethenights-0.0.29...survivethenights-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [survivethenights-0.0.29](https://github.com/truecharts/charts/compare/survivethenights-0.0.28...survivethenights-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [survivethenights-0.0.28](https://github.com/truecharts/charts/compare/survivethenights-0.0.27...survivethenights-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [survivethenights-0.0.28](https://github.com/truecharts/charts/compare/survivethenights-0.0.27...survivethenights-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [survivethenights-0.0.27](https://github.com/truecharts/charts/compare/survivethenights-0.0.26...survivethenights-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [survivethenights-0.0.26](https://github.com/truecharts/charts/compare/survivethenights-0.0.25...survivethenights-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [survivethenights-0.0.25](https://github.com/truecharts/charts/compare/survivethenights-0.0.24...survivethenights-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [survivethenights-0.0.24](https://github.com/truecharts/charts/compare/survivethenights-0.0.23...survivethenights-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/survivethenights/0.0.30/Chart.lock b/incubator/survivethenights/0.0.30/Chart.lock new file mode 100644 index 00000000000..0be8b157f5d --- /dev/null +++ b/incubator/survivethenights/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:28.308997264Z" diff --git a/incubator/survivethenights/0.0.30/Chart.yaml b/incubator/survivethenights/0.0.30/Chart.yaml new file mode 100644 index 00000000000..af7877730a9 --- /dev/null +++ b/incubator/survivethenights/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Survive The Nights and run it." +home: https://truecharts.org/docs/charts/incubator/survivethenights +icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.png +keywords: + - survivethenights + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: survivethenights +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/survivethenights + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/survivethenights/0.0.30/README.md b/incubator/survivethenights/0.0.30/README.md new file mode 100644 index 00000000000..fc7cecdc1bf --- /dev/null +++ b/incubator/survivethenights/0.0.30/README.md @@ -0,0 +1,107 @@ +# survivethenights + +This Chart will download and install SteamCMD. It will also install Survive The Nights and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [survivethenights](https://truecharts.org/docs/charts/incubator/survivethenights) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `survivethenights` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install survivethenights TrueCharts/survivethenights +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `survivethenights` deployment + +```console +helm uninstall survivethenights +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install survivethenights \ + --set env.TZ="America/New York" \ + TrueCharts/survivethenights +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install survivethenights TrueCharts/survivethenights -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/survivethenights/0.0.29/app-readme.md b/incubator/survivethenights/0.0.30/app-readme.md similarity index 100% rename from incubator/survivethenights/0.0.29/app-readme.md rename to incubator/survivethenights/0.0.30/app-readme.md diff --git a/incubator/survivethenights/0.0.30/charts/common-10.7.1.tgz b/incubator/survivethenights/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/survivethenights/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/survivethenights/0.0.29/ix_values.yaml b/incubator/survivethenights/0.0.30/ix_values.yaml similarity index 100% rename from incubator/survivethenights/0.0.29/ix_values.yaml rename to incubator/survivethenights/0.0.30/ix_values.yaml diff --git a/incubator/survivethenights/0.0.29/questions.yaml b/incubator/survivethenights/0.0.30/questions.yaml similarity index 100% rename from incubator/survivethenights/0.0.29/questions.yaml rename to incubator/survivethenights/0.0.30/questions.yaml diff --git a/incubator/survivethenights/0.0.29/templates/common.yaml b/incubator/survivethenights/0.0.30/templates/common.yaml similarity index 100% rename from incubator/survivethenights/0.0.29/templates/common.yaml rename to incubator/survivethenights/0.0.30/templates/common.yaml diff --git a/incubator/survivethenights/0.0.29/values.yaml b/incubator/survivethenights/0.0.30/values.yaml similarity index 100% rename from incubator/survivethenights/0.0.29/values.yaml rename to incubator/survivethenights/0.0.30/values.yaml diff --git a/incubator/synctube/0.0.29/CHANGELOG.md b/incubator/synctube/0.0.29/CHANGELOG.md deleted file mode 100644 index 63105d4e15a..00000000000 --- a/incubator/synctube/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [synctube-0.0.29](https://github.com/truecharts/charts/compare/synctube-0.0.28...synctube-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [synctube-0.0.28](https://github.com/truecharts/charts/compare/synctube-0.0.27...synctube-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synctube-0.0.28](https://github.com/truecharts/charts/compare/synctube-0.0.27...synctube-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synctube-0.0.27](https://github.com/truecharts/charts/compare/synctube-0.0.26...synctube-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [synctube-0.0.26](https://github.com/truecharts/charts/compare/synctube-0.0.25...synctube-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [synctube-0.0.25](https://github.com/truecharts/charts/compare/synctube-0.0.24...synctube-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [synctube-0.0.24](https://github.com/truecharts/charts/compare/synctube-0.0.23...synctube-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [synctube-0.0.24](https://github.com/truecharts/charts/compare/synctube-0.0.23...synctube-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/synctube/0.0.29/Chart.lock b/incubator/synctube/0.0.29/Chart.lock deleted file mode 100644 index 713ce3eab81..00000000000 --- a/incubator/synctube/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:52.019869283Z" diff --git a/incubator/synctube/0.0.29/Chart.yaml b/incubator/synctube/0.0.29/Chart.yaml deleted file mode 100644 index c1cadaf3619..00000000000 --- a/incubator/synctube/0.0.29/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - MediaApp-Video - - MediaServer-Video - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally." -home: https://truecharts.org/docs/charts/incubator/synctube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png -keywords: - - synctube - - Cloud - - Productivity - - Tools-Utilities - - MediaApp-Video - - MediaServer-Video - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: synctube -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/synctube - - https://github.com/RblSb/SyncTube - - https://hub.docker.com/r/littlestache/synctube -type: application -version: 0.0.29 diff --git a/incubator/synctube/0.0.29/README.md b/incubator/synctube/0.0.29/README.md deleted file mode 100644 index 60bba95dcb3..00000000000 --- a/incubator/synctube/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# synctube - -Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [synctube](https://truecharts.org/docs/charts/incubator/synctube) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `synctube` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install synctube TrueCharts/synctube -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `synctube` deployment - -```console -helm uninstall synctube -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install synctube \ - --set env.TZ="America/New York" \ - TrueCharts/synctube -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install synctube TrueCharts/synctube -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/synctube/0.0.29/charts/common-10.7.0.tgz b/incubator/synctube/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/synctube/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/synctube/0.0.30/CHANGELOG.md b/incubator/synctube/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..16b56707c6f --- /dev/null +++ b/incubator/synctube/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [synctube-0.0.30](https://github.com/truecharts/charts/compare/synctube-0.0.29...synctube-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [synctube-0.0.29](https://github.com/truecharts/charts/compare/synctube-0.0.28...synctube-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [synctube-0.0.28](https://github.com/truecharts/charts/compare/synctube-0.0.27...synctube-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synctube-0.0.28](https://github.com/truecharts/charts/compare/synctube-0.0.27...synctube-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synctube-0.0.27](https://github.com/truecharts/charts/compare/synctube-0.0.26...synctube-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [synctube-0.0.26](https://github.com/truecharts/charts/compare/synctube-0.0.25...synctube-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [synctube-0.0.25](https://github.com/truecharts/charts/compare/synctube-0.0.24...synctube-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [synctube-0.0.24](https://github.com/truecharts/charts/compare/synctube-0.0.23...synctube-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/synctube/0.0.30/Chart.lock b/incubator/synctube/0.0.30/Chart.lock new file mode 100644 index 00000000000..0825115b28c --- /dev/null +++ b/incubator/synctube/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:42.536515218Z" diff --git a/incubator/synctube/0.0.30/Chart.yaml b/incubator/synctube/0.0.30/Chart.yaml new file mode 100644 index 00000000000..f2f1a6d3a2a --- /dev/null +++ b/incubator/synctube/0.0.30/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - MediaApp-Video + - MediaServer-Video + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally." +home: https://truecharts.org/docs/charts/incubator/synctube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png +keywords: + - synctube + - Cloud + - Productivity + - Tools-Utilities + - MediaApp-Video + - MediaServer-Video + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: synctube +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/synctube + - https://github.com/RblSb/SyncTube + - https://hub.docker.com/r/littlestache/synctube +type: application +version: 0.0.30 diff --git a/incubator/synctube/0.0.30/README.md b/incubator/synctube/0.0.30/README.md new file mode 100644 index 00000000000..cbfad2743cd --- /dev/null +++ b/incubator/synctube/0.0.30/README.md @@ -0,0 +1,107 @@ +# synctube + +Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [synctube](https://truecharts.org/docs/charts/incubator/synctube) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `synctube` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install synctube TrueCharts/synctube +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `synctube` deployment + +```console +helm uninstall synctube +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install synctube \ + --set env.TZ="America/New York" \ + TrueCharts/synctube +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install synctube TrueCharts/synctube -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/synctube/0.0.29/app-readme.md b/incubator/synctube/0.0.30/app-readme.md similarity index 100% rename from incubator/synctube/0.0.29/app-readme.md rename to incubator/synctube/0.0.30/app-readme.md diff --git a/incubator/synctube/0.0.30/charts/common-10.7.1.tgz b/incubator/synctube/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/synctube/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/synctube/0.0.29/ix_values.yaml b/incubator/synctube/0.0.30/ix_values.yaml similarity index 100% rename from incubator/synctube/0.0.29/ix_values.yaml rename to incubator/synctube/0.0.30/ix_values.yaml diff --git a/incubator/synctube/0.0.29/questions.yaml b/incubator/synctube/0.0.30/questions.yaml similarity index 100% rename from incubator/synctube/0.0.29/questions.yaml rename to incubator/synctube/0.0.30/questions.yaml diff --git a/incubator/synctube/0.0.29/templates/common.yaml b/incubator/synctube/0.0.30/templates/common.yaml similarity index 100% rename from incubator/synctube/0.0.29/templates/common.yaml rename to incubator/synctube/0.0.30/templates/common.yaml diff --git a/incubator/synctube/0.0.29/values.yaml b/incubator/synctube/0.0.30/values.yaml similarity index 100% rename from incubator/synctube/0.0.29/values.yaml rename to incubator/synctube/0.0.30/values.yaml diff --git a/incubator/tachidesk-docker/0.0.32/CHANGELOG.md b/incubator/tachidesk-docker/0.0.32/CHANGELOG.md deleted file mode 100644 index 05d9e041924..00000000000 --- a/incubator/tachidesk-docker/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tachidesk-docker-0.0.32](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.31...tachidesk-docker-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tachidesk-docker-0.0.31](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.30...tachidesk-docker-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tachidesk-docker-0.0.31](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.30...tachidesk-docker-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tachidesk-docker-0.0.30](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.29...tachidesk-docker-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tachidesk-docker-0.0.29](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.28...tachidesk-docker-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tachidesk-docker-0.0.28](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.27...tachidesk-docker-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tachidesk-docker-0.0.27](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.25...tachidesk-docker-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tachidesk-docker-0.0.27](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.25...tachidesk-docker-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tachidesk-docker/0.0.32/Chart.lock b/incubator/tachidesk-docker/0.0.32/Chart.lock deleted file mode 100644 index 17aba80d281..00000000000 --- a/incubator/tachidesk-docker/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:06:58.157646569Z" diff --git a/incubator/tachidesk-docker/0.0.32/Chart.yaml b/incubator/tachidesk-docker/0.0.32/Chart.yaml deleted file mode 100644 index ff4f748e38c..00000000000 --- a/incubator/tachidesk-docker/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The official Tachidesk Chart-Chart." -home: https://truecharts.org/docs/charts/incubator/tachidesk-docker -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png -keywords: - - tachidesk-docker - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tachidesk-docker -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tachidesk-docker - - https://github.com/Suwayomi/Tachidesk-Server - - https://github.com/suwayomi/docker-tachidesk -type: application -version: 0.0.32 diff --git a/incubator/tachidesk-docker/0.0.32/README.md b/incubator/tachidesk-docker/0.0.32/README.md deleted file mode 100644 index c0202eb090b..00000000000 --- a/incubator/tachidesk-docker/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tachidesk-docker - -The official Tachidesk Chart-Chart. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tachidesk-docker](https://truecharts.org/docs/charts/incubator/tachidesk-docker) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tachidesk-docker` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tachidesk-docker TrueCharts/tachidesk-docker -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tachidesk-docker` deployment - -```console -helm uninstall tachidesk-docker -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tachidesk-docker \ - --set env.TZ="America/New York" \ - TrueCharts/tachidesk-docker -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tachidesk-docker TrueCharts/tachidesk-docker -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tachidesk-docker/0.0.32/charts/common-10.7.0.tgz b/incubator/tachidesk-docker/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tachidesk-docker/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tachidesk-docker/0.0.33/CHANGELOG.md b/incubator/tachidesk-docker/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..3e7c0432919 --- /dev/null +++ b/incubator/tachidesk-docker/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tachidesk-docker-0.0.33](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.32...tachidesk-docker-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tachidesk-docker-0.0.32](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.31...tachidesk-docker-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tachidesk-docker-0.0.31](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.30...tachidesk-docker-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tachidesk-docker-0.0.31](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.30...tachidesk-docker-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tachidesk-docker-0.0.30](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.29...tachidesk-docker-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tachidesk-docker-0.0.29](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.28...tachidesk-docker-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tachidesk-docker-0.0.28](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.27...tachidesk-docker-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tachidesk-docker-0.0.27](https://github.com/truecharts/charts/compare/tachidesk-docker-0.0.25...tachidesk-docker-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/incubator/tachidesk-docker/0.0.33/Chart.lock b/incubator/tachidesk-docker/0.0.33/Chart.lock new file mode 100644 index 00000000000..e9572d8d8bb --- /dev/null +++ b/incubator/tachidesk-docker/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:53.083372093Z" diff --git a/incubator/tachidesk-docker/0.0.33/Chart.yaml b/incubator/tachidesk-docker/0.0.33/Chart.yaml new file mode 100644 index 00000000000..eb29977b91e --- /dev/null +++ b/incubator/tachidesk-docker/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The official Tachidesk Chart-Chart." +home: https://truecharts.org/docs/charts/incubator/tachidesk-docker +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png +keywords: + - tachidesk-docker + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tachidesk-docker +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tachidesk-docker + - https://github.com/Suwayomi/Tachidesk-Server + - https://github.com/suwayomi/docker-tachidesk +type: application +version: 0.0.33 diff --git a/incubator/tachidesk-docker/0.0.33/README.md b/incubator/tachidesk-docker/0.0.33/README.md new file mode 100644 index 00000000000..1abc8c341ba --- /dev/null +++ b/incubator/tachidesk-docker/0.0.33/README.md @@ -0,0 +1,107 @@ +# tachidesk-docker + +The official Tachidesk Chart-Chart. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tachidesk-docker](https://truecharts.org/docs/charts/incubator/tachidesk-docker) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tachidesk-docker` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tachidesk-docker TrueCharts/tachidesk-docker +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tachidesk-docker` deployment + +```console +helm uninstall tachidesk-docker +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tachidesk-docker \ + --set env.TZ="America/New York" \ + TrueCharts/tachidesk-docker +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tachidesk-docker TrueCharts/tachidesk-docker -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tachidesk-docker/0.0.32/app-readme.md b/incubator/tachidesk-docker/0.0.33/app-readme.md similarity index 100% rename from incubator/tachidesk-docker/0.0.32/app-readme.md rename to incubator/tachidesk-docker/0.0.33/app-readme.md diff --git a/incubator/tachidesk-docker/0.0.33/charts/common-10.7.1.tgz b/incubator/tachidesk-docker/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tachidesk-docker/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/tachidesk-docker/0.0.32/ix_values.yaml b/incubator/tachidesk-docker/0.0.33/ix_values.yaml similarity index 100% rename from incubator/tachidesk-docker/0.0.32/ix_values.yaml rename to incubator/tachidesk-docker/0.0.33/ix_values.yaml diff --git a/incubator/tachidesk-docker/0.0.32/questions.yaml b/incubator/tachidesk-docker/0.0.33/questions.yaml similarity index 100% rename from incubator/tachidesk-docker/0.0.32/questions.yaml rename to incubator/tachidesk-docker/0.0.33/questions.yaml diff --git a/incubator/tachidesk-docker/0.0.32/templates/common.yaml b/incubator/tachidesk-docker/0.0.33/templates/common.yaml similarity index 100% rename from incubator/tachidesk-docker/0.0.32/templates/common.yaml rename to incubator/tachidesk-docker/0.0.33/templates/common.yaml diff --git a/incubator/tachidesk-docker/0.0.32/values.yaml b/incubator/tachidesk-docker/0.0.33/values.yaml similarity index 100% rename from incubator/tachidesk-docker/0.0.32/values.yaml rename to incubator/tachidesk-docker/0.0.33/values.yaml diff --git a/incubator/tanoshi/0.0.29/CHANGELOG.md b/incubator/tanoshi/0.0.29/CHANGELOG.md deleted file mode 100644 index 69fb7391ed9..00000000000 --- a/incubator/tanoshi/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tanoshi-0.0.29](https://github.com/truecharts/charts/compare/tanoshi-0.0.28...tanoshi-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tanoshi-0.0.28](https://github.com/truecharts/charts/compare/tanoshi-0.0.27...tanoshi-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tanoshi-0.0.28](https://github.com/truecharts/charts/compare/tanoshi-0.0.27...tanoshi-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tanoshi-0.0.27](https://github.com/truecharts/charts/compare/tanoshi-0.0.26...tanoshi-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tanoshi-0.0.26](https://github.com/truecharts/charts/compare/tanoshi-0.0.25...tanoshi-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tanoshi-0.0.25](https://github.com/truecharts/charts/compare/tanoshi-0.0.24...tanoshi-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tanoshi-0.0.24](https://github.com/truecharts/charts/compare/tanoshi-0.0.23...tanoshi-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tanoshi-0.0.24](https://github.com/truecharts/charts/compare/tanoshi-0.0.23...tanoshi-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tanoshi/0.0.29/Chart.lock b/incubator/tanoshi/0.0.29/Chart.lock deleted file mode 100644 index 0b553f8d85c..00000000000 --- a/incubator/tanoshi/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:08.470182408Z" diff --git a/incubator/tanoshi/0.0.29/Chart.yaml b/incubator/tanoshi/0.0.29/Chart.yaml deleted file mode 100644 index bb6cb4de3ef..00000000000 --- a/incubator/tanoshi/0.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - MediaApp-Books - - MediaServer-Books -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Selfhosted web manga reader." -home: https://truecharts.org/docs/charts/incubator/tanoshi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png -keywords: - - tanoshi - - Productivity - - MediaApp-Books - - MediaServer-Books -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tanoshi -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tanoshi - - https://github.com/faldez/tanoshi - - https://hub.docker.com/r/faldez/tanoshi -type: application -version: 0.0.29 diff --git a/incubator/tanoshi/0.0.29/README.md b/incubator/tanoshi/0.0.29/README.md deleted file mode 100644 index 388967358f8..00000000000 --- a/incubator/tanoshi/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tanoshi - -Selfhosted web manga reader. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tanoshi](https://truecharts.org/docs/charts/incubator/tanoshi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tanoshi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tanoshi TrueCharts/tanoshi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tanoshi` deployment - -```console -helm uninstall tanoshi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tanoshi \ - --set env.TZ="America/New York" \ - TrueCharts/tanoshi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tanoshi TrueCharts/tanoshi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tanoshi/0.0.29/charts/common-10.7.0.tgz b/incubator/tanoshi/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tanoshi/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tanoshi/0.0.30/CHANGELOG.md b/incubator/tanoshi/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7d8fb91570a --- /dev/null +++ b/incubator/tanoshi/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tanoshi-0.0.30](https://github.com/truecharts/charts/compare/tanoshi-0.0.29...tanoshi-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tanoshi-0.0.29](https://github.com/truecharts/charts/compare/tanoshi-0.0.28...tanoshi-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tanoshi-0.0.28](https://github.com/truecharts/charts/compare/tanoshi-0.0.27...tanoshi-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tanoshi-0.0.28](https://github.com/truecharts/charts/compare/tanoshi-0.0.27...tanoshi-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tanoshi-0.0.27](https://github.com/truecharts/charts/compare/tanoshi-0.0.26...tanoshi-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tanoshi-0.0.26](https://github.com/truecharts/charts/compare/tanoshi-0.0.25...tanoshi-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tanoshi-0.0.25](https://github.com/truecharts/charts/compare/tanoshi-0.0.24...tanoshi-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tanoshi-0.0.24](https://github.com/truecharts/charts/compare/tanoshi-0.0.23...tanoshi-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/tanoshi/0.0.30/Chart.lock b/incubator/tanoshi/0.0.30/Chart.lock new file mode 100644 index 00000000000..2465c6b874e --- /dev/null +++ b/incubator/tanoshi/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:53.326830419Z" diff --git a/incubator/tanoshi/0.0.30/Chart.yaml b/incubator/tanoshi/0.0.30/Chart.yaml new file mode 100644 index 00000000000..113fa94070e --- /dev/null +++ b/incubator/tanoshi/0.0.30/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - MediaApp-Books + - MediaServer-Books +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Selfhosted web manga reader." +home: https://truecharts.org/docs/charts/incubator/tanoshi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.png +keywords: + - tanoshi + - Productivity + - MediaApp-Books + - MediaServer-Books +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tanoshi +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tanoshi + - https://github.com/faldez/tanoshi + - https://hub.docker.com/r/faldez/tanoshi +type: application +version: 0.0.30 diff --git a/incubator/tanoshi/0.0.30/README.md b/incubator/tanoshi/0.0.30/README.md new file mode 100644 index 00000000000..06f155d8d13 --- /dev/null +++ b/incubator/tanoshi/0.0.30/README.md @@ -0,0 +1,107 @@ +# tanoshi + +Selfhosted web manga reader. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tanoshi](https://truecharts.org/docs/charts/incubator/tanoshi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tanoshi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tanoshi TrueCharts/tanoshi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tanoshi` deployment + +```console +helm uninstall tanoshi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tanoshi \ + --set env.TZ="America/New York" \ + TrueCharts/tanoshi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tanoshi TrueCharts/tanoshi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tanoshi/0.0.29/app-readme.md b/incubator/tanoshi/0.0.30/app-readme.md similarity index 100% rename from incubator/tanoshi/0.0.29/app-readme.md rename to incubator/tanoshi/0.0.30/app-readme.md diff --git a/incubator/tanoshi/0.0.30/charts/common-10.7.1.tgz b/incubator/tanoshi/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tanoshi/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/tanoshi/0.0.29/ix_values.yaml b/incubator/tanoshi/0.0.30/ix_values.yaml similarity index 100% rename from incubator/tanoshi/0.0.29/ix_values.yaml rename to incubator/tanoshi/0.0.30/ix_values.yaml diff --git a/incubator/tanoshi/0.0.29/questions.yaml b/incubator/tanoshi/0.0.30/questions.yaml similarity index 100% rename from incubator/tanoshi/0.0.29/questions.yaml rename to incubator/tanoshi/0.0.30/questions.yaml diff --git a/incubator/tanoshi/0.0.29/templates/common.yaml b/incubator/tanoshi/0.0.30/templates/common.yaml similarity index 100% rename from incubator/tanoshi/0.0.29/templates/common.yaml rename to incubator/tanoshi/0.0.30/templates/common.yaml diff --git a/incubator/tanoshi/0.0.29/values.yaml b/incubator/tanoshi/0.0.30/values.yaml similarity index 100% rename from incubator/tanoshi/0.0.29/values.yaml rename to incubator/tanoshi/0.0.30/values.yaml diff --git a/incubator/tar1090/0.0.34/CHANGELOG.md b/incubator/tar1090/0.0.34/CHANGELOG.md deleted file mode 100644 index c3902356b39..00000000000 --- a/incubator/tar1090/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tar1090-0.0.34](https://github.com/truecharts/charts/compare/tar1090-0.0.33...tar1090-0.0.34) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [tar1090-0.0.33](https://github.com/truecharts/charts/compare/tar1090-0.0.32...tar1090-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tar1090-0.0.32](https://github.com/truecharts/charts/compare/tar1090-0.0.31...tar1090-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tar1090-0.0.32](https://github.com/truecharts/charts/compare/tar1090-0.0.31...tar1090-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tar1090-0.0.31](https://github.com/truecharts/charts/compare/tar1090-0.0.30...tar1090-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [tar1090-0.0.30](https://github.com/truecharts/charts/compare/tar1090-0.0.29...tar1090-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tar1090-0.0.29](https://github.com/truecharts/charts/compare/tar1090-0.0.28...tar1090-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tar1090-0.0.28](https://github.com/truecharts/charts/compare/tar1090-0.0.27...tar1090-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tar1090-0.0.27](https://github.com/truecharts/charts/compare/tar1090-0.0.25...tar1090-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tar1090/0.0.34/Chart.lock b/incubator/tar1090/0.0.34/Chart.lock deleted file mode 100644 index 233efe1fa41..00000000000 --- a/incubator/tar1090/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:56.93589724Z" diff --git a/incubator/tar1090/0.0.34/Chart.yaml b/incubator/tar1090/0.0.34/Chart.yaml deleted file mode 100644 index fadcc6ba8d2..00000000000 --- a/incubator/tar1090/0.0.34/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Multi-arch tar1090 Chart for visualising ADSB data. -home: https://truecharts.org/docs/charts/incubator/tar1090 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png -keywords: - - tar1090 - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tar1090 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tar1090 - - https://hub.docker.com/r/mikenye/tar1090 - - https://hub.docker.com/r/mikenye/tar1090/ -type: application -version: 0.0.34 diff --git a/incubator/tar1090/0.0.34/README.md b/incubator/tar1090/0.0.34/README.md deleted file mode 100644 index f19c33ea16f..00000000000 --- a/incubator/tar1090/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tar1090 - -Multi-arch tar1090 Chart for visualising ADSB data. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tar1090](https://truecharts.org/docs/charts/incubator/tar1090) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tar1090` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tar1090 TrueCharts/tar1090 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tar1090` deployment - -```console -helm uninstall tar1090 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tar1090 \ - --set env.TZ="America/New York" \ - TrueCharts/tar1090 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tar1090 TrueCharts/tar1090 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tar1090/0.0.34/charts/common-10.7.0.tgz b/incubator/tar1090/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tar1090/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tar1090/0.0.35/CHANGELOG.md b/incubator/tar1090/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..157434be3bf --- /dev/null +++ b/incubator/tar1090/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tar1090-0.0.35](https://github.com/truecharts/charts/compare/tar1090-0.0.34...tar1090-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tar1090-0.0.34](https://github.com/truecharts/charts/compare/tar1090-0.0.33...tar1090-0.0.34) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [tar1090-0.0.33](https://github.com/truecharts/charts/compare/tar1090-0.0.32...tar1090-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tar1090-0.0.32](https://github.com/truecharts/charts/compare/tar1090-0.0.31...tar1090-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tar1090-0.0.32](https://github.com/truecharts/charts/compare/tar1090-0.0.31...tar1090-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tar1090-0.0.31](https://github.com/truecharts/charts/compare/tar1090-0.0.30...tar1090-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [tar1090-0.0.30](https://github.com/truecharts/charts/compare/tar1090-0.0.29...tar1090-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tar1090-0.0.29](https://github.com/truecharts/charts/compare/tar1090-0.0.28...tar1090-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tar1090-0.0.28](https://github.com/truecharts/charts/compare/tar1090-0.0.27...tar1090-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tar1090-0.0.27](https://github.com/truecharts/charts/compare/tar1090-0.0.25...tar1090-0.0.27) (2022-09-22) + +### Chore diff --git a/incubator/tar1090/0.0.35/Chart.lock b/incubator/tar1090/0.0.35/Chart.lock new file mode 100644 index 00000000000..a9c5635b3de --- /dev/null +++ b/incubator/tar1090/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:49:59.772216795Z" diff --git a/incubator/tar1090/0.0.35/Chart.yaml b/incubator/tar1090/0.0.35/Chart.yaml new file mode 100644 index 00000000000..e6d2c29001d --- /dev/null +++ b/incubator/tar1090/0.0.35/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Multi-arch tar1090 Chart for visualising ADSB data. +home: https://truecharts.org/docs/charts/incubator/tar1090 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png +keywords: + - tar1090 + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tar1090 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tar1090 + - https://hub.docker.com/r/mikenye/tar1090 + - https://hub.docker.com/r/mikenye/tar1090/ +type: application +version: 0.0.35 diff --git a/incubator/tar1090/0.0.35/README.md b/incubator/tar1090/0.0.35/README.md new file mode 100644 index 00000000000..3a1afaf378e --- /dev/null +++ b/incubator/tar1090/0.0.35/README.md @@ -0,0 +1,107 @@ +# tar1090 + +Multi-arch tar1090 Chart for visualising ADSB data. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tar1090](https://truecharts.org/docs/charts/incubator/tar1090) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tar1090` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tar1090 TrueCharts/tar1090 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tar1090` deployment + +```console +helm uninstall tar1090 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tar1090 \ + --set env.TZ="America/New York" \ + TrueCharts/tar1090 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tar1090 TrueCharts/tar1090 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tar1090/0.0.34/app-readme.md b/incubator/tar1090/0.0.35/app-readme.md similarity index 100% rename from incubator/tar1090/0.0.34/app-readme.md rename to incubator/tar1090/0.0.35/app-readme.md diff --git a/incubator/tar1090/0.0.35/charts/common-10.7.1.tgz b/incubator/tar1090/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tar1090/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/tar1090/0.0.34/ix_values.yaml b/incubator/tar1090/0.0.35/ix_values.yaml similarity index 100% rename from incubator/tar1090/0.0.34/ix_values.yaml rename to incubator/tar1090/0.0.35/ix_values.yaml diff --git a/incubator/tar1090/0.0.34/questions.yaml b/incubator/tar1090/0.0.35/questions.yaml similarity index 100% rename from incubator/tar1090/0.0.34/questions.yaml rename to incubator/tar1090/0.0.35/questions.yaml diff --git a/incubator/tar1090/0.0.34/templates/common.yaml b/incubator/tar1090/0.0.35/templates/common.yaml similarity index 100% rename from incubator/tar1090/0.0.34/templates/common.yaml rename to incubator/tar1090/0.0.35/templates/common.yaml diff --git a/incubator/tar1090/0.0.34/values.yaml b/incubator/tar1090/0.0.35/values.yaml similarity index 100% rename from incubator/tar1090/0.0.34/values.yaml rename to incubator/tar1090/0.0.35/values.yaml diff --git a/incubator/tasmoadmin/0.0.29/CHANGELOG.md b/incubator/tasmoadmin/0.0.29/CHANGELOG.md deleted file mode 100644 index e4c00fecb56..00000000000 --- a/incubator/tasmoadmin/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tasmoadmin-0.0.29](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.28...tasmoadmin-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tasmoadmin-0.0.28](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.27...tasmoadmin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmoadmin-0.0.28](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.27...tasmoadmin-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmoadmin-0.0.27](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.26...tasmoadmin-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tasmoadmin-0.0.26](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.25...tasmoadmin-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tasmoadmin-0.0.25](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.24...tasmoadmin-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tasmoadmin-0.0.24](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.23...tasmoadmin-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tasmoadmin-0.0.24](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.23...tasmoadmin-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tasmoadmin/0.0.29/Chart.lock b/incubator/tasmoadmin/0.0.29/Chart.lock deleted file mode 100644 index ef7aa1175e2..00000000000 --- a/incubator/tasmoadmin/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:21.27744252Z" diff --git a/incubator/tasmoadmin/0.0.29/Chart.yaml b/incubator/tasmoadmin/0.0.29/Chart.yaml deleted file mode 100644 index 6e10323e466..00000000000 --- a/incubator/tasmoadmin/0.0.29/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota" -home: https://truecharts.org/docs/charts/incubator/tasmoadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png -keywords: - - tasmoadmin - - HomeAutomation - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tasmoadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin - - https://hub.docker.com/r/raymondmm/tasmoadmin/ -type: application -version: 0.0.29 diff --git a/incubator/tasmoadmin/0.0.29/README.md b/incubator/tasmoadmin/0.0.29/README.md deleted file mode 100644 index 1a7e2377edd..00000000000 --- a/incubator/tasmoadmin/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# tasmoadmin - -TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tasmoadmin](https://truecharts.org/docs/charts/incubator/tasmoadmin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tasmoadmin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tasmoadmin TrueCharts/tasmoadmin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tasmoadmin` deployment - -```console -helm uninstall tasmoadmin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tasmoadmin \ - --set env.TZ="America/New York" \ - TrueCharts/tasmoadmin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tasmoadmin TrueCharts/tasmoadmin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmoadmin/0.0.29/charts/common-10.7.0.tgz b/incubator/tasmoadmin/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tasmoadmin/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tasmoadmin/0.0.30/CHANGELOG.md b/incubator/tasmoadmin/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e700ead8428 --- /dev/null +++ b/incubator/tasmoadmin/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tasmoadmin-0.0.30](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.29...tasmoadmin-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tasmoadmin-0.0.29](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.28...tasmoadmin-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tasmoadmin-0.0.28](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.27...tasmoadmin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmoadmin-0.0.28](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.27...tasmoadmin-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmoadmin-0.0.27](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.26...tasmoadmin-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tasmoadmin-0.0.26](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.25...tasmoadmin-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tasmoadmin-0.0.25](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.24...tasmoadmin-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tasmoadmin-0.0.24](https://github.com/truecharts/charts/compare/tasmoadmin-0.0.23...tasmoadmin-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/tasmoadmin/0.0.30/Chart.lock b/incubator/tasmoadmin/0.0.30/Chart.lock new file mode 100644 index 00000000000..437883612a5 --- /dev/null +++ b/incubator/tasmoadmin/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:14.465889907Z" diff --git a/incubator/tasmoadmin/0.0.30/Chart.yaml b/incubator/tasmoadmin/0.0.30/Chart.yaml new file mode 100644 index 00000000000..3e991fd7b33 --- /dev/null +++ b/incubator/tasmoadmin/0.0.30/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota" +home: https://truecharts.org/docs/charts/incubator/tasmoadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.png +keywords: + - tasmoadmin + - HomeAutomation + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tasmoadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin + - https://hub.docker.com/r/raymondmm/tasmoadmin/ +type: application +version: 0.0.30 diff --git a/incubator/tasmoadmin/0.0.30/README.md b/incubator/tasmoadmin/0.0.30/README.md new file mode 100644 index 00000000000..e6c6aa0e396 --- /dev/null +++ b/incubator/tasmoadmin/0.0.30/README.md @@ -0,0 +1,106 @@ +# tasmoadmin + +TasmoAdmin is an administrative Website for Home Automation Devices flashed with Tasmota + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tasmoadmin](https://truecharts.org/docs/charts/incubator/tasmoadmin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tasmoadmin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tasmoadmin TrueCharts/tasmoadmin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tasmoadmin` deployment + +```console +helm uninstall tasmoadmin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tasmoadmin \ + --set env.TZ="America/New York" \ + TrueCharts/tasmoadmin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tasmoadmin TrueCharts/tasmoadmin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmoadmin/0.0.29/app-readme.md b/incubator/tasmoadmin/0.0.30/app-readme.md similarity index 100% rename from incubator/tasmoadmin/0.0.29/app-readme.md rename to incubator/tasmoadmin/0.0.30/app-readme.md diff --git a/incubator/tasmoadmin/0.0.30/charts/common-10.7.1.tgz b/incubator/tasmoadmin/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tasmoadmin/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/tasmoadmin/0.0.29/ix_values.yaml b/incubator/tasmoadmin/0.0.30/ix_values.yaml similarity index 100% rename from incubator/tasmoadmin/0.0.29/ix_values.yaml rename to incubator/tasmoadmin/0.0.30/ix_values.yaml diff --git a/incubator/tasmoadmin/0.0.29/questions.yaml b/incubator/tasmoadmin/0.0.30/questions.yaml similarity index 100% rename from incubator/tasmoadmin/0.0.29/questions.yaml rename to incubator/tasmoadmin/0.0.30/questions.yaml diff --git a/incubator/tasmoadmin/0.0.29/templates/common.yaml b/incubator/tasmoadmin/0.0.30/templates/common.yaml similarity index 100% rename from incubator/tasmoadmin/0.0.29/templates/common.yaml rename to incubator/tasmoadmin/0.0.30/templates/common.yaml diff --git a/incubator/tasmoadmin/0.0.29/values.yaml b/incubator/tasmoadmin/0.0.30/values.yaml similarity index 100% rename from incubator/tasmoadmin/0.0.29/values.yaml rename to incubator/tasmoadmin/0.0.30/values.yaml diff --git a/incubator/tasmobackup/0.0.30/CHANGELOG.md b/incubator/tasmobackup/0.0.30/CHANGELOG.md deleted file mode 100644 index c084bb16959..00000000000 --- a/incubator/tasmobackup/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tasmobackup-0.0.30](https://github.com/truecharts/charts/compare/tasmobackup-0.0.29...tasmobackup-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tasmobackup-0.0.29](https://github.com/truecharts/charts/compare/tasmobackup-0.0.28...tasmobackup-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmobackup-0.0.29](https://github.com/truecharts/charts/compare/tasmobackup-0.0.28...tasmobackup-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmobackup-0.0.28](https://github.com/truecharts/charts/compare/tasmobackup-0.0.27...tasmobackup-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [tasmobackup-0.0.27](https://github.com/truecharts/charts/compare/tasmobackup-0.0.26...tasmobackup-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tasmobackup-0.0.26](https://github.com/truecharts/charts/compare/tasmobackup-0.0.25...tasmobackup-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tasmobackup-0.0.25](https://github.com/truecharts/charts/compare/tasmobackup-0.0.24...tasmobackup-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tasmobackup-0.0.24](https://github.com/truecharts/charts/compare/tasmobackup-0.0.23...tasmobackup-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/incubator/tasmobackup/0.0.30/Chart.lock b/incubator/tasmobackup/0.0.30/Chart.lock deleted file mode 100644 index 44161a31e01..00000000000 --- a/incubator/tasmobackup/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:27.027661033Z" diff --git a/incubator/tasmobackup/0.0.30/Chart.yaml b/incubator/tasmobackup/0.0.30/Chart.yaml deleted file mode 100644 index df8516a2b60..00000000000 --- a/incubator/tasmobackup/0.0.30/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Network-Management -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! -home: https://truecharts.org/docs/charts/incubator/tasmobackup -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png -keywords: - - tasmobackup - - HomeAutomation - - Network-Management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tasmobackup -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup - - https://hub.docker.com/r/danmed/tasmobackupv1/ -type: application -version: 0.0.30 diff --git a/incubator/tasmobackup/0.0.30/README.md b/incubator/tasmobackup/0.0.30/README.md deleted file mode 100644 index 3dc200817f3..00000000000 --- a/incubator/tasmobackup/0.0.30/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# tasmobackup - -Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tasmobackup](https://truecharts.org/docs/charts/incubator/tasmobackup) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tasmobackup` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tasmobackup TrueCharts/tasmobackup -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tasmobackup` deployment - -```console -helm uninstall tasmobackup -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tasmobackup \ - --set env.TZ="America/New York" \ - TrueCharts/tasmobackup -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tasmobackup TrueCharts/tasmobackup -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmobackup/0.0.30/charts/common-10.7.0.tgz b/incubator/tasmobackup/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tasmobackup/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tasmobackup/0.0.31/CHANGELOG.md b/incubator/tasmobackup/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..3258c63edb8 --- /dev/null +++ b/incubator/tasmobackup/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tasmobackup-0.0.31](https://github.com/truecharts/charts/compare/tasmobackup-0.0.30...tasmobackup-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tasmobackup-0.0.30](https://github.com/truecharts/charts/compare/tasmobackup-0.0.29...tasmobackup-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tasmobackup-0.0.29](https://github.com/truecharts/charts/compare/tasmobackup-0.0.28...tasmobackup-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmobackup-0.0.29](https://github.com/truecharts/charts/compare/tasmobackup-0.0.28...tasmobackup-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmobackup-0.0.28](https://github.com/truecharts/charts/compare/tasmobackup-0.0.27...tasmobackup-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [tasmobackup-0.0.27](https://github.com/truecharts/charts/compare/tasmobackup-0.0.26...tasmobackup-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tasmobackup-0.0.26](https://github.com/truecharts/charts/compare/tasmobackup-0.0.25...tasmobackup-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tasmobackup-0.0.25](https://github.com/truecharts/charts/compare/tasmobackup-0.0.24...tasmobackup-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tasmobackup-0.0.24](https://github.com/truecharts/charts/compare/tasmobackup-0.0.23...tasmobackup-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/tasmobackup/0.0.31/Chart.lock b/incubator/tasmobackup/0.0.31/Chart.lock new file mode 100644 index 00000000000..999d35053a6 --- /dev/null +++ b/incubator/tasmobackup/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:24.363762281Z" diff --git a/incubator/tasmobackup/0.0.31/Chart.yaml b/incubator/tasmobackup/0.0.31/Chart.yaml new file mode 100644 index 00000000000..933b0837a52 --- /dev/null +++ b/incubator/tasmobackup/0.0.31/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Network-Management +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! +home: https://truecharts.org/docs/charts/incubator/tasmobackup +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.png +keywords: + - tasmobackup + - HomeAutomation + - Network-Management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tasmobackup +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmobackup + - https://hub.docker.com/r/danmed/tasmobackupv1/ +type: application +version: 0.0.31 diff --git a/incubator/tasmobackup/0.0.31/README.md b/incubator/tasmobackup/0.0.31/README.md new file mode 100644 index 00000000000..da59d321d8c --- /dev/null +++ b/incubator/tasmobackup/0.0.31/README.md @@ -0,0 +1,106 @@ +# tasmobackup + +Tasmota backup - TasmoBackup - Backup all your tasmota devices in one place. Add/scan for your Tasmota devices. Use the backupall.php page to schedule automated backups of all devices! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tasmobackup](https://truecharts.org/docs/charts/incubator/tasmobackup) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tasmobackup` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tasmobackup TrueCharts/tasmobackup +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tasmobackup` deployment + +```console +helm uninstall tasmobackup +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tasmobackup \ + --set env.TZ="America/New York" \ + TrueCharts/tasmobackup +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tasmobackup TrueCharts/tasmobackup -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmobackup/0.0.30/app-readme.md b/incubator/tasmobackup/0.0.31/app-readme.md similarity index 100% rename from incubator/tasmobackup/0.0.30/app-readme.md rename to incubator/tasmobackup/0.0.31/app-readme.md diff --git a/incubator/tasmobackup/0.0.31/charts/common-10.7.1.tgz b/incubator/tasmobackup/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tasmobackup/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/tasmobackup/0.0.30/ix_values.yaml b/incubator/tasmobackup/0.0.31/ix_values.yaml similarity index 100% rename from incubator/tasmobackup/0.0.30/ix_values.yaml rename to incubator/tasmobackup/0.0.31/ix_values.yaml diff --git a/incubator/tasmobackup/0.0.30/questions.yaml b/incubator/tasmobackup/0.0.31/questions.yaml similarity index 100% rename from incubator/tasmobackup/0.0.30/questions.yaml rename to incubator/tasmobackup/0.0.31/questions.yaml diff --git a/incubator/tasmobackup/0.0.30/templates/common.yaml b/incubator/tasmobackup/0.0.31/templates/common.yaml similarity index 100% rename from incubator/tasmobackup/0.0.30/templates/common.yaml rename to incubator/tasmobackup/0.0.31/templates/common.yaml diff --git a/incubator/tasmobackup/0.0.30/values.yaml b/incubator/tasmobackup/0.0.31/values.yaml similarity index 100% rename from incubator/tasmobackup/0.0.30/values.yaml rename to incubator/tasmobackup/0.0.31/values.yaml diff --git a/incubator/tasmocompiler/0.0.30/CHANGELOG.md b/incubator/tasmocompiler/0.0.30/CHANGELOG.md deleted file mode 100644 index e398f26af6a..00000000000 --- a/incubator/tasmocompiler/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tasmocompiler-0.0.30](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.29...tasmocompiler-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tasmocompiler-0.0.29](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.28...tasmocompiler-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmocompiler-0.0.29](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.28...tasmocompiler-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tasmocompiler-0.0.28](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.27...tasmocompiler-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tasmocompiler-0.0.27](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.26...tasmocompiler-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tasmocompiler-0.0.26](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.25...tasmocompiler-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tasmocompiler-0.0.25](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.23...tasmocompiler-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - update docker general non-major ([#3736](https://github.com/truecharts/charts/issues/3736)) - - - - -## [tasmocompiler-0.0.25](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.23...tasmocompiler-0.0.25) (2022-09-21) - diff --git a/incubator/tasmocompiler/0.0.30/Chart.lock b/incubator/tasmocompiler/0.0.30/Chart.lock deleted file mode 100644 index 64a973e208e..00000000000 --- a/incubator/tasmocompiler/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:38.515342233Z" diff --git a/incubator/tasmocompiler/0.0.30/Chart.yaml b/incubator/tasmocompiler/0.0.30/Chart.yaml deleted file mode 100644 index 37c1b1459b9..00000000000 --- a/incubator/tasmocompiler/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings" -home: https://truecharts.org/docs/charts/incubator/tasmocompiler -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png -keywords: - - tasmocompiler - - HomeAutomation - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tasmocompiler -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler - - https://github.com/benzino77/tasmocompiler - - https://hub.docker.com/r/benzino77/tasmocompiler -type: application -version: 0.0.30 diff --git a/incubator/tasmocompiler/0.0.30/README.md b/incubator/tasmocompiler/0.0.30/README.md deleted file mode 100644 index dc89f78bb21..00000000000 --- a/incubator/tasmocompiler/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tasmocompiler - -TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tasmocompiler](https://truecharts.org/docs/charts/incubator/tasmocompiler) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tasmocompiler` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tasmocompiler TrueCharts/tasmocompiler -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tasmocompiler` deployment - -```console -helm uninstall tasmocompiler -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tasmocompiler \ - --set env.TZ="America/New York" \ - TrueCharts/tasmocompiler -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tasmocompiler TrueCharts/tasmocompiler -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmocompiler/0.0.30/charts/common-10.7.0.tgz b/incubator/tasmocompiler/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tasmocompiler/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tasmocompiler/0.0.31/CHANGELOG.md b/incubator/tasmocompiler/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..2c68794d6dc --- /dev/null +++ b/incubator/tasmocompiler/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tasmocompiler-0.0.31](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.30...tasmocompiler-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tasmocompiler-0.0.30](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.29...tasmocompiler-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tasmocompiler-0.0.29](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.28...tasmocompiler-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmocompiler-0.0.29](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.28...tasmocompiler-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tasmocompiler-0.0.28](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.27...tasmocompiler-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tasmocompiler-0.0.27](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.26...tasmocompiler-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tasmocompiler-0.0.26](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.25...tasmocompiler-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tasmocompiler-0.0.25](https://github.com/truecharts/charts/compare/tasmocompiler-0.0.23...tasmocompiler-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/tasmocompiler/0.0.31/Chart.lock b/incubator/tasmocompiler/0.0.31/Chart.lock new file mode 100644 index 00000000000..38ac5522290 --- /dev/null +++ b/incubator/tasmocompiler/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:25.141475434Z" diff --git a/incubator/tasmocompiler/0.0.31/Chart.yaml b/incubator/tasmocompiler/0.0.31/Chart.yaml new file mode 100644 index 00000000000..f3d2593dcc2 --- /dev/null +++ b/incubator/tasmocompiler/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings" +home: https://truecharts.org/docs/charts/incubator/tasmocompiler +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.png +keywords: + - tasmocompiler + - HomeAutomation + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tasmocompiler +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tasmocompiler + - https://github.com/benzino77/tasmocompiler + - https://hub.docker.com/r/benzino77/tasmocompiler +type: application +version: 0.0.31 diff --git a/incubator/tasmocompiler/0.0.31/README.md b/incubator/tasmocompiler/0.0.31/README.md new file mode 100644 index 00000000000..95d6ed22340 --- /dev/null +++ b/incubator/tasmocompiler/0.0.31/README.md @@ -0,0 +1,107 @@ +# tasmocompiler + +TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tasmocompiler](https://truecharts.org/docs/charts/incubator/tasmocompiler) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tasmocompiler` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tasmocompiler TrueCharts/tasmocompiler +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tasmocompiler` deployment + +```console +helm uninstall tasmocompiler +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tasmocompiler \ + --set env.TZ="America/New York" \ + TrueCharts/tasmocompiler +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tasmocompiler TrueCharts/tasmocompiler -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tasmocompiler/0.0.30/app-readme.md b/incubator/tasmocompiler/0.0.31/app-readme.md similarity index 100% rename from incubator/tasmocompiler/0.0.30/app-readme.md rename to incubator/tasmocompiler/0.0.31/app-readme.md diff --git a/incubator/tasmocompiler/0.0.31/charts/common-10.7.1.tgz b/incubator/tasmocompiler/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tasmocompiler/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/tasmocompiler/0.0.30/ix_values.yaml b/incubator/tasmocompiler/0.0.31/ix_values.yaml similarity index 100% rename from incubator/tasmocompiler/0.0.30/ix_values.yaml rename to incubator/tasmocompiler/0.0.31/ix_values.yaml diff --git a/incubator/tasmocompiler/0.0.30/questions.yaml b/incubator/tasmocompiler/0.0.31/questions.yaml similarity index 100% rename from incubator/tasmocompiler/0.0.30/questions.yaml rename to incubator/tasmocompiler/0.0.31/questions.yaml diff --git a/incubator/tasmocompiler/0.0.30/templates/common.yaml b/incubator/tasmocompiler/0.0.31/templates/common.yaml similarity index 100% rename from incubator/tasmocompiler/0.0.30/templates/common.yaml rename to incubator/tasmocompiler/0.0.31/templates/common.yaml diff --git a/incubator/tasmocompiler/0.0.30/values.yaml b/incubator/tasmocompiler/0.0.31/values.yaml similarity index 100% rename from incubator/tasmocompiler/0.0.30/values.yaml rename to incubator/tasmocompiler/0.0.31/values.yaml diff --git a/incubator/technitium/1.0.40/CHANGELOG.md b/incubator/technitium/1.0.40/CHANGELOG.md deleted file mode 100644 index c4c1ac50e52..00000000000 --- a/incubator/technitium/1.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [technitium-1.0.40](https://github.com/truecharts/charts/compare/technitium-1.0.39...technitium-1.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [technitium-1.0.39](https://github.com/truecharts/charts/compare/technitium-1.0.38...technitium-1.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [technitium-1.0.39](https://github.com/truecharts/charts/compare/technitium-1.0.38...technitium-1.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [technitium-1.0.38](https://github.com/truecharts/charts/compare/technitium-1.0.37...technitium-1.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [technitium-1.0.37](https://github.com/truecharts/charts/compare/technitium-1.0.36...technitium-1.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [technitium-1.0.36](https://github.com/truecharts/charts/compare/technitium-1.0.35...technitium-1.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [technitium-1.0.35](https://github.com/truecharts/charts/compare/technitium-1.0.34...technitium-1.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [technitium-1.0.35](https://github.com/truecharts/charts/compare/technitium-1.0.34...technitium-1.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/technitium/1.0.40/Chart.lock b/incubator/technitium/1.0.40/Chart.lock deleted file mode 100644 index 09e97ef94c6..00000000000 --- a/incubator/technitium/1.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:50.148725959Z" diff --git a/incubator/technitium/1.0.40/Chart.yaml b/incubator/technitium/1.0.40/Chart.yaml deleted file mode 100644 index 7f8ebe4d6e8..00000000000 --- a/incubator/technitium/1.0.40/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "8.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. -home: https://truecharts.org/docs/charts/incubator/technitium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/technitium.png -keywords: - - DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: technitium -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/technitium - - https://github.com/TechnitiumSoftware/DnsServer - - https://technitium.com/ - - https://hub.docker.com/r/technitium/dns-server -type: application -version: 1.0.40 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/technitium/1.0.40/README.md b/incubator/technitium/1.0.40/README.md deleted file mode 100644 index f2ec9305ca2..00000000000 --- a/incubator/technitium/1.0.40/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# technitium - -Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [technitium](https://truecharts.org/docs/charts/incubator/technitium) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `technitium` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install technitium TrueCharts/technitium -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `technitium` deployment - -```console -helm uninstall technitium -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install technitium \ - --set env.TZ="America/New York" \ - TrueCharts/technitium -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install technitium TrueCharts/technitium -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/technitium/1.0.40/charts/common-10.7.0.tgz b/incubator/technitium/1.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/technitium/1.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/technitium/1.0.41/CHANGELOG.md b/incubator/technitium/1.0.41/CHANGELOG.md new file mode 100644 index 00000000000..6af943fb378 --- /dev/null +++ b/incubator/technitium/1.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [technitium-1.0.41](https://github.com/truecharts/charts/compare/technitium-1.0.40...technitium-1.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [technitium-1.0.40](https://github.com/truecharts/charts/compare/technitium-1.0.39...technitium-1.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [technitium-1.0.39](https://github.com/truecharts/charts/compare/technitium-1.0.38...technitium-1.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [technitium-1.0.39](https://github.com/truecharts/charts/compare/technitium-1.0.38...technitium-1.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [technitium-1.0.38](https://github.com/truecharts/charts/compare/technitium-1.0.37...technitium-1.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [technitium-1.0.37](https://github.com/truecharts/charts/compare/technitium-1.0.36...technitium-1.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [technitium-1.0.36](https://github.com/truecharts/charts/compare/technitium-1.0.35...technitium-1.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [technitium-1.0.35](https://github.com/truecharts/charts/compare/technitium-1.0.34...technitium-1.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/technitium/1.0.41/Chart.lock b/incubator/technitium/1.0.41/Chart.lock new file mode 100644 index 00000000000..5bfc598dd3a --- /dev/null +++ b/incubator/technitium/1.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:30.164498272Z" diff --git a/incubator/technitium/1.0.41/Chart.yaml b/incubator/technitium/1.0.41/Chart.yaml new file mode 100644 index 00000000000..1934f025ebf --- /dev/null +++ b/incubator/technitium/1.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "8.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. +home: https://truecharts.org/docs/charts/incubator/technitium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/technitium.png +keywords: + - DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: technitium +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/technitium + - https://github.com/TechnitiumSoftware/DnsServer + - https://technitium.com/ + - https://hub.docker.com/r/technitium/dns-server +type: application +version: 1.0.41 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/technitium/1.0.41/README.md b/incubator/technitium/1.0.41/README.md new file mode 100644 index 00000000000..2b21f0776b8 --- /dev/null +++ b/incubator/technitium/1.0.41/README.md @@ -0,0 +1,108 @@ +# technitium + +Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [technitium](https://truecharts.org/docs/charts/incubator/technitium) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `technitium` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install technitium TrueCharts/technitium +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `technitium` deployment + +```console +helm uninstall technitium +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install technitium \ + --set env.TZ="America/New York" \ + TrueCharts/technitium +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install technitium TrueCharts/technitium -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/technitium/1.0.40/app-readme.md b/incubator/technitium/1.0.41/app-readme.md similarity index 100% rename from incubator/technitium/1.0.40/app-readme.md rename to incubator/technitium/1.0.41/app-readme.md diff --git a/incubator/technitium/1.0.41/charts/common-10.7.1.tgz b/incubator/technitium/1.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/technitium/1.0.41/charts/common-10.7.1.tgz differ diff --git a/incubator/technitium/1.0.40/ix_values.yaml b/incubator/technitium/1.0.41/ix_values.yaml similarity index 100% rename from incubator/technitium/1.0.40/ix_values.yaml rename to incubator/technitium/1.0.41/ix_values.yaml diff --git a/incubator/technitium/1.0.40/questions.yaml b/incubator/technitium/1.0.41/questions.yaml similarity index 100% rename from incubator/technitium/1.0.40/questions.yaml rename to incubator/technitium/1.0.41/questions.yaml diff --git a/incubator/technitium/1.0.40/templates/common.yaml b/incubator/technitium/1.0.41/templates/common.yaml similarity index 100% rename from incubator/technitium/1.0.40/templates/common.yaml rename to incubator/technitium/1.0.41/templates/common.yaml diff --git a/incubator/technitium/1.0.40/values.yaml b/incubator/technitium/1.0.41/values.yaml similarity index 100% rename from incubator/technitium/1.0.40/values.yaml rename to incubator/technitium/1.0.41/values.yaml diff --git a/incubator/teedy-docs/0.0.30/CHANGELOG.md b/incubator/teedy-docs/0.0.30/CHANGELOG.md deleted file mode 100644 index eab07636470..00000000000 --- a/incubator/teedy-docs/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [teedy-docs-0.0.30](https://github.com/truecharts/charts/compare/teedy-docs-0.0.29...teedy-docs-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [teedy-docs-0.0.29](https://github.com/truecharts/charts/compare/teedy-docs-0.0.28...teedy-docs-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teedy-docs-0.0.29](https://github.com/truecharts/charts/compare/teedy-docs-0.0.28...teedy-docs-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teedy-docs-0.0.28](https://github.com/truecharts/charts/compare/teedy-docs-0.0.27...teedy-docs-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [teedy-docs-0.0.27](https://github.com/truecharts/charts/compare/teedy-docs-0.0.26...teedy-docs-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [teedy-docs-0.0.26](https://github.com/truecharts/charts/compare/teedy-docs-0.0.25...teedy-docs-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [teedy-docs-0.0.25](https://github.com/truecharts/charts/compare/teedy-docs-0.0.23...teedy-docs-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [teedy-docs-0.0.25](https://github.com/truecharts/charts/compare/teedy-docs-0.0.23...teedy-docs-0.0.25) (2022-09-21) - -### Chore diff --git a/incubator/teedy-docs/0.0.30/Chart.lock b/incubator/teedy-docs/0.0.30/Chart.lock deleted file mode 100644 index d72ce536966..00000000000 --- a/incubator/teedy-docs/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:50.293249361Z" diff --git a/incubator/teedy-docs/0.0.30/Chart.yaml b/incubator/teedy-docs/0.0.30/Chart.yaml deleted file mode 100644 index ba4967ebf47..00000000000 --- a/incubator/teedy-docs/0.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses." -home: https://truecharts.org/docs/charts/incubator/teedy-docs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png -keywords: - - teedy-docs - - Cloud - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: teedy-docs -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/teedy-docs - - https://github.com/sismics/docs - - https://hub.docker.com/r/sismics/docs/ -type: application -version: 0.0.30 diff --git a/incubator/teedy-docs/0.0.30/README.md b/incubator/teedy-docs/0.0.30/README.md deleted file mode 100644 index 19b848e05be..00000000000 --- a/incubator/teedy-docs/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# teedy-docs - -Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [teedy-docs](https://truecharts.org/docs/charts/incubator/teedy-docs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `teedy-docs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install teedy-docs TrueCharts/teedy-docs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `teedy-docs` deployment - -```console -helm uninstall teedy-docs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install teedy-docs \ - --set env.TZ="America/New York" \ - TrueCharts/teedy-docs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install teedy-docs TrueCharts/teedy-docs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/teedy-docs/0.0.30/charts/common-10.7.0.tgz b/incubator/teedy-docs/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/teedy-docs/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/teedy-docs/0.0.31/CHANGELOG.md b/incubator/teedy-docs/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..d14b04a4ef0 --- /dev/null +++ b/incubator/teedy-docs/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [teedy-docs-0.0.31](https://github.com/truecharts/charts/compare/teedy-docs-0.0.30...teedy-docs-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [teedy-docs-0.0.30](https://github.com/truecharts/charts/compare/teedy-docs-0.0.29...teedy-docs-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [teedy-docs-0.0.29](https://github.com/truecharts/charts/compare/teedy-docs-0.0.28...teedy-docs-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teedy-docs-0.0.29](https://github.com/truecharts/charts/compare/teedy-docs-0.0.28...teedy-docs-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teedy-docs-0.0.28](https://github.com/truecharts/charts/compare/teedy-docs-0.0.27...teedy-docs-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [teedy-docs-0.0.27](https://github.com/truecharts/charts/compare/teedy-docs-0.0.26...teedy-docs-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [teedy-docs-0.0.26](https://github.com/truecharts/charts/compare/teedy-docs-0.0.25...teedy-docs-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [teedy-docs-0.0.25](https://github.com/truecharts/charts/compare/teedy-docs-0.0.23...teedy-docs-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/teedy-docs/0.0.31/Chart.lock b/incubator/teedy-docs/0.0.31/Chart.lock new file mode 100644 index 00000000000..727196cb9f2 --- /dev/null +++ b/incubator/teedy-docs/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:45.266365566Z" diff --git a/incubator/teedy-docs/0.0.31/Chart.yaml b/incubator/teedy-docs/0.0.31/Chart.yaml new file mode 100644 index 00000000000..b6ee86f9882 --- /dev/null +++ b/incubator/teedy-docs/0.0.31/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses." +home: https://truecharts.org/docs/charts/incubator/teedy-docs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.png +keywords: + - teedy-docs + - Cloud + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: teedy-docs +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/teedy-docs + - https://github.com/sismics/docs + - https://hub.docker.com/r/sismics/docs/ +type: application +version: 0.0.31 diff --git a/incubator/teedy-docs/0.0.31/README.md b/incubator/teedy-docs/0.0.31/README.md new file mode 100644 index 00000000000..7c833890a44 --- /dev/null +++ b/incubator/teedy-docs/0.0.31/README.md @@ -0,0 +1,107 @@ +# teedy-docs + +Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [teedy-docs](https://truecharts.org/docs/charts/incubator/teedy-docs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `teedy-docs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install teedy-docs TrueCharts/teedy-docs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `teedy-docs` deployment + +```console +helm uninstall teedy-docs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install teedy-docs \ + --set env.TZ="America/New York" \ + TrueCharts/teedy-docs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install teedy-docs TrueCharts/teedy-docs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/teedy-docs/0.0.30/app-readme.md b/incubator/teedy-docs/0.0.31/app-readme.md similarity index 100% rename from incubator/teedy-docs/0.0.30/app-readme.md rename to incubator/teedy-docs/0.0.31/app-readme.md diff --git a/incubator/teedy-docs/0.0.31/charts/common-10.7.1.tgz b/incubator/teedy-docs/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/teedy-docs/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/teedy-docs/0.0.30/ix_values.yaml b/incubator/teedy-docs/0.0.31/ix_values.yaml similarity index 100% rename from incubator/teedy-docs/0.0.30/ix_values.yaml rename to incubator/teedy-docs/0.0.31/ix_values.yaml diff --git a/incubator/teedy-docs/0.0.30/questions.yaml b/incubator/teedy-docs/0.0.31/questions.yaml similarity index 100% rename from incubator/teedy-docs/0.0.30/questions.yaml rename to incubator/teedy-docs/0.0.31/questions.yaml diff --git a/incubator/teedy-docs/0.0.30/templates/common.yaml b/incubator/teedy-docs/0.0.31/templates/common.yaml similarity index 100% rename from incubator/teedy-docs/0.0.30/templates/common.yaml rename to incubator/teedy-docs/0.0.31/templates/common.yaml diff --git a/incubator/teedy-docs/0.0.30/values.yaml b/incubator/teedy-docs/0.0.31/values.yaml similarity index 100% rename from incubator/teedy-docs/0.0.30/values.yaml rename to incubator/teedy-docs/0.0.31/values.yaml diff --git a/incubator/telethon-downloader/0.0.33/CHANGELOG.md b/incubator/telethon-downloader/0.0.33/CHANGELOG.md deleted file mode 100644 index 5da6734775c..00000000000 --- a/incubator/telethon-downloader/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [telethon-downloader-0.0.33](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.32...telethon-downloader-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [telethon-downloader-0.0.32](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.31...telethon-downloader-0.0.32) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [telethon-downloader-0.0.31](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.30...telethon-downloader-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [telethon-downloader-0.0.31](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.30...telethon-downloader-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [telethon-downloader-0.0.30](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.29...telethon-downloader-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [telethon-downloader-0.0.29](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.28...telethon-downloader-0.0.29) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [telethon-downloader-0.0.28](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.27...telethon-downloader-0.0.28) (2022-10-03) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) - - update docker general non-major - - - - -## [telethon-downloader-0.0.27](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.26...telethon-downloader-0.0.27) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [telethon-downloader-0.0.26](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.25...telethon-downloader-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [telethon-downloader-0.0.25](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.24...telethon-downloader-0.0.25) (2022-09-25) - diff --git a/incubator/telethon-downloader/0.0.33/Chart.lock b/incubator/telethon-downloader/0.0.33/Chart.lock deleted file mode 100644 index db1e9d23f3e..00000000000 --- a/incubator/telethon-downloader/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:07:56.646830377Z" diff --git a/incubator/telethon-downloader/0.0.33/Chart.yaml b/incubator/telethon-downloader/0.0.33/Chart.yaml deleted file mode 100644 index 4da4593c7c6..00000000000 --- a/incubator/telethon-downloader/0.0.33/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. -home: https://truecharts.org/docs/charts/incubator/telethon-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png -keywords: - - telethon-downloader - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: telethon-downloader -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/telethon-downloader - - https://docs.telethon.dev/ - - https://hub.docker.com/r/jsavargas/telethon_downloader -type: application -version: 0.0.33 diff --git a/incubator/telethon-downloader/0.0.33/README.md b/incubator/telethon-downloader/0.0.33/README.md deleted file mode 100644 index 76068897f78..00000000000 --- a/incubator/telethon-downloader/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# telethon-downloader - -This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [telethon-downloader](https://truecharts.org/docs/charts/incubator/telethon-downloader) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `telethon-downloader` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install telethon-downloader TrueCharts/telethon-downloader -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `telethon-downloader` deployment - -```console -helm uninstall telethon-downloader -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install telethon-downloader \ - --set env.TZ="America/New York" \ - TrueCharts/telethon-downloader -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install telethon-downloader TrueCharts/telethon-downloader -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/telethon-downloader/0.0.33/charts/common-10.7.0.tgz b/incubator/telethon-downloader/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/telethon-downloader/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/telethon-downloader/0.0.34/CHANGELOG.md b/incubator/telethon-downloader/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..8a2c93e7286 --- /dev/null +++ b/incubator/telethon-downloader/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [telethon-downloader-0.0.34](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.33...telethon-downloader-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [telethon-downloader-0.0.33](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.32...telethon-downloader-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [telethon-downloader-0.0.32](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.31...telethon-downloader-0.0.32) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [telethon-downloader-0.0.31](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.30...telethon-downloader-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [telethon-downloader-0.0.31](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.30...telethon-downloader-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [telethon-downloader-0.0.30](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.29...telethon-downloader-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [telethon-downloader-0.0.29](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.28...telethon-downloader-0.0.29) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [telethon-downloader-0.0.28](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.27...telethon-downloader-0.0.28) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#3994](https://github.com/truecharts/charts/issues/3994)) + - update docker general non-major + + + + +## [telethon-downloader-0.0.27](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.26...telethon-downloader-0.0.27) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [telethon-downloader-0.0.26](https://github.com/truecharts/charts/compare/telethon-downloader-0.0.25...telethon-downloader-0.0.26) (2022-09-27) + diff --git a/incubator/telethon-downloader/0.0.34/Chart.lock b/incubator/telethon-downloader/0.0.34/Chart.lock new file mode 100644 index 00000000000..2d7bfa3126d --- /dev/null +++ b/incubator/telethon-downloader/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:55.426701061Z" diff --git a/incubator/telethon-downloader/0.0.34/Chart.yaml b/incubator/telethon-downloader/0.0.34/Chart.yaml new file mode 100644 index 00000000000..1a8c8a2ce7c --- /dev/null +++ b/incubator/telethon-downloader/0.0.34/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. +home: https://truecharts.org/docs/charts/incubator/telethon-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.png +keywords: + - telethon-downloader + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: telethon-downloader +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/telethon-downloader + - https://docs.telethon.dev/ + - https://hub.docker.com/r/jsavargas/telethon_downloader +type: application +version: 0.0.34 diff --git a/incubator/telethon-downloader/0.0.34/README.md b/incubator/telethon-downloader/0.0.34/README.md new file mode 100644 index 00000000000..816f96439f9 --- /dev/null +++ b/incubator/telethon-downloader/0.0.34/README.md @@ -0,0 +1,107 @@ +# telethon-downloader + +This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [telethon-downloader](https://truecharts.org/docs/charts/incubator/telethon-downloader) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `telethon-downloader` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install telethon-downloader TrueCharts/telethon-downloader +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `telethon-downloader` deployment + +```console +helm uninstall telethon-downloader +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install telethon-downloader \ + --set env.TZ="America/New York" \ + TrueCharts/telethon-downloader +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install telethon-downloader TrueCharts/telethon-downloader -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/telethon-downloader/0.0.33/app-readme.md b/incubator/telethon-downloader/0.0.34/app-readme.md similarity index 100% rename from incubator/telethon-downloader/0.0.33/app-readme.md rename to incubator/telethon-downloader/0.0.34/app-readme.md diff --git a/incubator/telethon-downloader/0.0.34/charts/common-10.7.1.tgz b/incubator/telethon-downloader/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/telethon-downloader/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/telethon-downloader/0.0.33/ix_values.yaml b/incubator/telethon-downloader/0.0.34/ix_values.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.33/ix_values.yaml rename to incubator/telethon-downloader/0.0.34/ix_values.yaml diff --git a/incubator/telethon-downloader/0.0.33/questions.yaml b/incubator/telethon-downloader/0.0.34/questions.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.33/questions.yaml rename to incubator/telethon-downloader/0.0.34/questions.yaml diff --git a/incubator/telethon-downloader/0.0.33/templates/common.yaml b/incubator/telethon-downloader/0.0.34/templates/common.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.33/templates/common.yaml rename to incubator/telethon-downloader/0.0.34/templates/common.yaml diff --git a/incubator/telethon-downloader/0.0.33/values.yaml b/incubator/telethon-downloader/0.0.34/values.yaml similarity index 100% rename from incubator/telethon-downloader/0.0.33/values.yaml rename to incubator/telethon-downloader/0.0.34/values.yaml diff --git a/incubator/terraria-tshock/0.0.28/CHANGELOG.md b/incubator/terraria-tshock/0.0.28/CHANGELOG.md deleted file mode 100644 index a444d10beaf..00000000000 --- a/incubator/terraria-tshock/0.0.28/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [terraria-tshock-0.0.28](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.27...terraria-tshock-0.0.28) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [terraria-tshock-0.0.27](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.26...terraria-tshock-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [terraria-tshock-0.0.27](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.26...terraria-tshock-0.0.27) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [terraria-tshock-0.0.26](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.25...terraria-tshock-0.0.26) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [terraria-tshock-0.0.25](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.24...terraria-tshock-0.0.25) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [terraria-tshock-0.0.24](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.23...terraria-tshock-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [terraria-tshock-0.0.23](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.22...terraria-tshock-0.0.23) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [terraria-tshock-0.0.23](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.22...terraria-tshock-0.0.23) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/terraria-tshock/0.0.28/Chart.lock b/incubator/terraria-tshock/0.0.28/Chart.lock deleted file mode 100644 index a441e39f729..00000000000 --- a/incubator/terraria-tshock/0.0.28/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:07.102316272Z" diff --git a/incubator/terraria-tshock/0.0.28/Chart.yaml b/incubator/terraria-tshock/0.0.28/Chart.yaml deleted file mode 100644 index b7c5d467dbc..00000000000 --- a/incubator/terraria-tshock/0.0.28/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "tshock" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Chart" -home: https://truecharts.org/docs/charts/incubator/terraria-tshock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png -keywords: - - terraria-tshock - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: terraria-tshock -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/terraria-tshock - - https://tshock.co/ - - https://hub.docker.com/r/ich777/terrariaserver -type: application -version: 0.0.28 diff --git a/incubator/terraria-tshock/0.0.28/README.md b/incubator/terraria-tshock/0.0.28/README.md deleted file mode 100644 index e5153c9d85d..00000000000 --- a/incubator/terraria-tshock/0.0.28/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# terraria-tshock - -This Chart will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Chart - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [terraria-tshock](https://truecharts.org/docs/charts/incubator/terraria-tshock) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `terraria-tshock` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install terraria-tshock TrueCharts/terraria-tshock -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `terraria-tshock` deployment - -```console -helm uninstall terraria-tshock -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install terraria-tshock \ - --set env.TZ="America/New York" \ - TrueCharts/terraria-tshock -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install terraria-tshock TrueCharts/terraria-tshock -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/terraria-tshock/0.0.28/charts/common-10.7.0.tgz b/incubator/terraria-tshock/0.0.28/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/terraria-tshock/0.0.28/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/terraria-tshock/0.0.29/CHANGELOG.md b/incubator/terraria-tshock/0.0.29/CHANGELOG.md new file mode 100644 index 00000000000..f606162d7de --- /dev/null +++ b/incubator/terraria-tshock/0.0.29/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [terraria-tshock-0.0.29](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.28...terraria-tshock-0.0.29) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [terraria-tshock-0.0.28](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.27...terraria-tshock-0.0.28) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [terraria-tshock-0.0.27](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.26...terraria-tshock-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [terraria-tshock-0.0.27](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.26...terraria-tshock-0.0.27) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [terraria-tshock-0.0.26](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.25...terraria-tshock-0.0.26) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [terraria-tshock-0.0.25](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.24...terraria-tshock-0.0.25) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [terraria-tshock-0.0.24](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.23...terraria-tshock-0.0.24) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [terraria-tshock-0.0.23](https://github.com/truecharts/charts/compare/terraria-tshock-0.0.22...terraria-tshock-0.0.23) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/terraria-tshock/0.0.29/Chart.lock b/incubator/terraria-tshock/0.0.29/Chart.lock new file mode 100644 index 00000000000..410aca377d8 --- /dev/null +++ b/incubator/terraria-tshock/0.0.29/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:50:57.502722277Z" diff --git a/incubator/terraria-tshock/0.0.29/Chart.yaml b/incubator/terraria-tshock/0.0.29/Chart.yaml new file mode 100644 index 00000000000..c8b864f7140 --- /dev/null +++ b/incubator/terraria-tshock/0.0.29/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "tshock" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Chart" +home: https://truecharts.org/docs/charts/incubator/terraria-tshock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.png +keywords: + - terraria-tshock + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: terraria-tshock +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/terraria-tshock + - https://tshock.co/ + - https://hub.docker.com/r/ich777/terrariaserver +type: application +version: 0.0.29 diff --git a/incubator/terraria-tshock/0.0.29/README.md b/incubator/terraria-tshock/0.0.29/README.md new file mode 100644 index 00000000000..4b89538a90f --- /dev/null +++ b/incubator/terraria-tshock/0.0.29/README.md @@ -0,0 +1,107 @@ +# terraria-tshock + +This Chart will download and install Terraria and the TShock MOD and run it. SERVER PASSWORD: Chart + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [terraria-tshock](https://truecharts.org/docs/charts/incubator/terraria-tshock) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `terraria-tshock` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install terraria-tshock TrueCharts/terraria-tshock +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `terraria-tshock` deployment + +```console +helm uninstall terraria-tshock +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install terraria-tshock \ + --set env.TZ="America/New York" \ + TrueCharts/terraria-tshock +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install terraria-tshock TrueCharts/terraria-tshock -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/terraria-tshock/0.0.28/app-readme.md b/incubator/terraria-tshock/0.0.29/app-readme.md similarity index 100% rename from incubator/terraria-tshock/0.0.28/app-readme.md rename to incubator/terraria-tshock/0.0.29/app-readme.md diff --git a/incubator/terraria-tshock/0.0.29/charts/common-10.7.1.tgz b/incubator/terraria-tshock/0.0.29/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/terraria-tshock/0.0.29/charts/common-10.7.1.tgz differ diff --git a/incubator/terraria-tshock/0.0.28/ix_values.yaml b/incubator/terraria-tshock/0.0.29/ix_values.yaml similarity index 100% rename from incubator/terraria-tshock/0.0.28/ix_values.yaml rename to incubator/terraria-tshock/0.0.29/ix_values.yaml diff --git a/incubator/terraria-tshock/0.0.28/questions.yaml b/incubator/terraria-tshock/0.0.29/questions.yaml similarity index 100% rename from incubator/terraria-tshock/0.0.28/questions.yaml rename to incubator/terraria-tshock/0.0.29/questions.yaml diff --git a/incubator/terraria-tshock/0.0.28/templates/common.yaml b/incubator/terraria-tshock/0.0.29/templates/common.yaml similarity index 100% rename from incubator/terraria-tshock/0.0.28/templates/common.yaml rename to incubator/terraria-tshock/0.0.29/templates/common.yaml diff --git a/incubator/terraria-tshock/0.0.28/values.yaml b/incubator/terraria-tshock/0.0.29/values.yaml similarity index 100% rename from incubator/terraria-tshock/0.0.28/values.yaml rename to incubator/terraria-tshock/0.0.29/values.yaml diff --git a/incubator/theforest/0.0.29/CHANGELOG.md b/incubator/theforest/0.0.29/CHANGELOG.md deleted file mode 100644 index 4fcb7cbd3f4..00000000000 --- a/incubator/theforest/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [theforest-0.0.29](https://github.com/truecharts/charts/compare/theforest-0.0.28...theforest-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [theforest-0.0.28](https://github.com/truecharts/charts/compare/theforest-0.0.27...theforest-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [theforest-0.0.28](https://github.com/truecharts/charts/compare/theforest-0.0.27...theforest-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [theforest-0.0.27](https://github.com/truecharts/charts/compare/theforest-0.0.26...theforest-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [theforest-0.0.26](https://github.com/truecharts/charts/compare/theforest-0.0.25...theforest-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [theforest-0.0.25](https://github.com/truecharts/charts/compare/theforest-0.0.24...theforest-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [theforest-0.0.24](https://github.com/truecharts/charts/compare/theforest-0.0.23...theforest-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [theforest-0.0.24](https://github.com/truecharts/charts/compare/theforest-0.0.23...theforest-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/theforest/0.0.29/Chart.lock b/incubator/theforest/0.0.29/Chart.lock deleted file mode 100644 index a19bc4ca7ed..00000000000 --- a/incubator/theforest/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:18.964864204Z" diff --git a/incubator/theforest/0.0.29/Chart.yaml b/incubator/theforest/0.0.29/Chart.yaml deleted file mode 100644 index cfda712fe82..00000000000 --- a/incubator/theforest/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" -home: https://truecharts.org/docs/charts/incubator/theforest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png -keywords: - - theforest - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: theforest -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/theforest - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/theforest/0.0.29/README.md b/incubator/theforest/0.0.29/README.md deleted file mode 100644 index e06563099aa..00000000000 --- a/incubator/theforest/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# theforest - -This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [theforest](https://truecharts.org/docs/charts/incubator/theforest) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `theforest` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install theforest TrueCharts/theforest -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `theforest` deployment - -```console -helm uninstall theforest -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install theforest \ - --set env.TZ="America/New York" \ - TrueCharts/theforest -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install theforest TrueCharts/theforest -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/theforest/0.0.29/charts/common-10.7.0.tgz b/incubator/theforest/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/theforest/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/theforest/0.0.30/CHANGELOG.md b/incubator/theforest/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..f0e090ed4cc --- /dev/null +++ b/incubator/theforest/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [theforest-0.0.30](https://github.com/truecharts/charts/compare/theforest-0.0.29...theforest-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [theforest-0.0.29](https://github.com/truecharts/charts/compare/theforest-0.0.28...theforest-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [theforest-0.0.28](https://github.com/truecharts/charts/compare/theforest-0.0.27...theforest-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [theforest-0.0.28](https://github.com/truecharts/charts/compare/theforest-0.0.27...theforest-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [theforest-0.0.27](https://github.com/truecharts/charts/compare/theforest-0.0.26...theforest-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [theforest-0.0.26](https://github.com/truecharts/charts/compare/theforest-0.0.25...theforest-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [theforest-0.0.25](https://github.com/truecharts/charts/compare/theforest-0.0.24...theforest-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [theforest-0.0.24](https://github.com/truecharts/charts/compare/theforest-0.0.23...theforest-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/theforest/0.0.30/Chart.lock b/incubator/theforest/0.0.30/Chart.lock new file mode 100644 index 00000000000..a7407dcb8a5 --- /dev/null +++ b/incubator/theforest/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:01.66920901Z" diff --git a/incubator/theforest/0.0.30/Chart.yaml b/incubator/theforest/0.0.30/Chart.yaml new file mode 100644 index 00000000000..c63f7573fc2 --- /dev/null +++ b/incubator/theforest/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg)" +home: https://truecharts.org/docs/charts/incubator/theforest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.png +keywords: + - theforest + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: theforest +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/theforest + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/theforest/0.0.30/README.md b/incubator/theforest/0.0.30/README.md new file mode 100644 index 00000000000..656c0e2546c --- /dev/null +++ b/incubator/theforest/0.0.30/README.md @@ -0,0 +1,107 @@ +# theforest + +This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: 'The Forest Docker' SERVERPASSWORD: 'Chart' ADMINPASSWORD: 'adminChart' (you can change this in your SERVERFOLDER/config/config.cfg) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [theforest](https://truecharts.org/docs/charts/incubator/theforest) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `theforest` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install theforest TrueCharts/theforest +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `theforest` deployment + +```console +helm uninstall theforest +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install theforest \ + --set env.TZ="America/New York" \ + TrueCharts/theforest +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install theforest TrueCharts/theforest -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/theforest/0.0.29/app-readme.md b/incubator/theforest/0.0.30/app-readme.md similarity index 100% rename from incubator/theforest/0.0.29/app-readme.md rename to incubator/theforest/0.0.30/app-readme.md diff --git a/incubator/theforest/0.0.30/charts/common-10.7.1.tgz b/incubator/theforest/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/theforest/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/theforest/0.0.29/ix_values.yaml b/incubator/theforest/0.0.30/ix_values.yaml similarity index 100% rename from incubator/theforest/0.0.29/ix_values.yaml rename to incubator/theforest/0.0.30/ix_values.yaml diff --git a/incubator/theforest/0.0.29/questions.yaml b/incubator/theforest/0.0.30/questions.yaml similarity index 100% rename from incubator/theforest/0.0.29/questions.yaml rename to incubator/theforest/0.0.30/questions.yaml diff --git a/incubator/theforest/0.0.29/templates/common.yaml b/incubator/theforest/0.0.30/templates/common.yaml similarity index 100% rename from incubator/theforest/0.0.29/templates/common.yaml rename to incubator/theforest/0.0.30/templates/common.yaml diff --git a/incubator/theforest/0.0.29/values.yaml b/incubator/theforest/0.0.30/values.yaml similarity index 100% rename from incubator/theforest/0.0.29/values.yaml rename to incubator/theforest/0.0.30/values.yaml diff --git a/incubator/thunderbird/0.0.35/CHANGELOG.md b/incubator/thunderbird/0.0.35/CHANGELOG.md deleted file mode 100644 index adcc8c1b302..00000000000 --- a/incubator/thunderbird/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [thunderbird-0.0.35](https://github.com/truecharts/charts/compare/thunderbird-0.0.34...thunderbird-0.0.35) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [thunderbird-0.0.34](https://github.com/truecharts/charts/compare/thunderbird-0.0.33...thunderbird-0.0.34) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [thunderbird-0.0.33](https://github.com/truecharts/charts/compare/thunderbird-0.0.32...thunderbird-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [thunderbird-0.0.33](https://github.com/truecharts/charts/compare/thunderbird-0.0.32...thunderbird-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [thunderbird-0.0.32](https://github.com/truecharts/charts/compare/thunderbird-0.0.31...thunderbird-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [thunderbird-0.0.31](https://github.com/truecharts/charts/compare/thunderbird-0.0.30...thunderbird-0.0.31) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [thunderbird-0.0.30](https://github.com/truecharts/charts/compare/thunderbird-0.0.29...thunderbird-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [thunderbird-0.0.29](https://github.com/truecharts/charts/compare/thunderbird-0.0.28...thunderbird-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [thunderbird-0.0.28](https://github.com/truecharts/charts/compare/thunderbird-0.0.26...thunderbird-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/thunderbird/0.0.35/Chart.lock b/incubator/thunderbird/0.0.35/Chart.lock deleted file mode 100644 index 7942789804e..00000000000 --- a/incubator/thunderbird/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:14:57.628768319Z" diff --git a/incubator/thunderbird/0.0.35/Chart.yaml b/incubator/thunderbird/0.0.35/Chart.yaml deleted file mode 100644 index c946c666951..00000000000 --- a/incubator/thunderbird/0.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install Thunderbird in the preferred version and language." -home: https://truecharts.org/docs/charts/incubator/thunderbird -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png -keywords: - - thunderbird - - mail -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: thunderbird -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/thunderbird - - https://www.thunderbird.net/ - - https://hub.docker.com/r/ich777/thunderbird/ -type: application -version: 0.0.35 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity - - mail diff --git a/incubator/thunderbird/0.0.35/README.md b/incubator/thunderbird/0.0.35/README.md deleted file mode 100644 index c7699ad998e..00000000000 --- a/incubator/thunderbird/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# thunderbird - -This Chart will download and install Thunderbird in the preferred version and language. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [thunderbird](https://truecharts.org/docs/charts/incubator/thunderbird) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `thunderbird` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install thunderbird TrueCharts/thunderbird -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `thunderbird` deployment - -```console -helm uninstall thunderbird -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install thunderbird \ - --set env.TZ="America/New York" \ - TrueCharts/thunderbird -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install thunderbird TrueCharts/thunderbird -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/thunderbird/0.0.35/charts/common-10.7.0.tgz b/incubator/thunderbird/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/thunderbird/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/thunderbird/0.0.36/CHANGELOG.md b/incubator/thunderbird/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..b4050d6acc9 --- /dev/null +++ b/incubator/thunderbird/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [thunderbird-0.0.36](https://github.com/truecharts/charts/compare/thunderbird-0.0.35...thunderbird-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [thunderbird-0.0.35](https://github.com/truecharts/charts/compare/thunderbird-0.0.34...thunderbird-0.0.35) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [thunderbird-0.0.34](https://github.com/truecharts/charts/compare/thunderbird-0.0.33...thunderbird-0.0.34) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [thunderbird-0.0.33](https://github.com/truecharts/charts/compare/thunderbird-0.0.32...thunderbird-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [thunderbird-0.0.33](https://github.com/truecharts/charts/compare/thunderbird-0.0.32...thunderbird-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [thunderbird-0.0.32](https://github.com/truecharts/charts/compare/thunderbird-0.0.31...thunderbird-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [thunderbird-0.0.31](https://github.com/truecharts/charts/compare/thunderbird-0.0.30...thunderbird-0.0.31) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [thunderbird-0.0.30](https://github.com/truecharts/charts/compare/thunderbird-0.0.29...thunderbird-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [thunderbird-0.0.29](https://github.com/truecharts/charts/compare/thunderbird-0.0.28...thunderbird-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [thunderbird-0.0.28](https://github.com/truecharts/charts/compare/thunderbird-0.0.26...thunderbird-0.0.28) (2022-09-22) + +### Chore diff --git a/incubator/thunderbird/0.0.36/Chart.lock b/incubator/thunderbird/0.0.36/Chart.lock new file mode 100644 index 00000000000..51d731460f3 --- /dev/null +++ b/incubator/thunderbird/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:16.421348374Z" diff --git a/incubator/thunderbird/0.0.36/Chart.yaml b/incubator/thunderbird/0.0.36/Chart.yaml new file mode 100644 index 00000000000..7b233c73168 --- /dev/null +++ b/incubator/thunderbird/0.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install Thunderbird in the preferred version and language." +home: https://truecharts.org/docs/charts/incubator/thunderbird +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png +keywords: + - thunderbird + - mail +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: thunderbird +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/thunderbird + - https://www.thunderbird.net/ + - https://hub.docker.com/r/ich777/thunderbird/ +type: application +version: 0.0.36 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - productivity + - mail diff --git a/incubator/thunderbird/0.0.36/README.md b/incubator/thunderbird/0.0.36/README.md new file mode 100644 index 00000000000..02eb8b5671a --- /dev/null +++ b/incubator/thunderbird/0.0.36/README.md @@ -0,0 +1,107 @@ +# thunderbird + +This Chart will download and install Thunderbird in the preferred version and language. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [thunderbird](https://truecharts.org/docs/charts/incubator/thunderbird) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `thunderbird` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install thunderbird TrueCharts/thunderbird +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `thunderbird` deployment + +```console +helm uninstall thunderbird +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install thunderbird \ + --set env.TZ="America/New York" \ + TrueCharts/thunderbird +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install thunderbird TrueCharts/thunderbird -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/thunderbird/0.0.35/app-readme.md b/incubator/thunderbird/0.0.36/app-readme.md similarity index 100% rename from incubator/thunderbird/0.0.35/app-readme.md rename to incubator/thunderbird/0.0.36/app-readme.md diff --git a/incubator/thunderbird/0.0.36/charts/common-10.7.1.tgz b/incubator/thunderbird/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/thunderbird/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/thunderbird/0.0.35/ix_values.yaml b/incubator/thunderbird/0.0.36/ix_values.yaml similarity index 100% rename from incubator/thunderbird/0.0.35/ix_values.yaml rename to incubator/thunderbird/0.0.36/ix_values.yaml diff --git a/incubator/thunderbird/0.0.35/questions.yaml b/incubator/thunderbird/0.0.36/questions.yaml similarity index 100% rename from incubator/thunderbird/0.0.35/questions.yaml rename to incubator/thunderbird/0.0.36/questions.yaml diff --git a/incubator/thunderbird/0.0.35/templates/common.yaml b/incubator/thunderbird/0.0.36/templates/common.yaml similarity index 100% rename from incubator/thunderbird/0.0.35/templates/common.yaml rename to incubator/thunderbird/0.0.36/templates/common.yaml diff --git a/incubator/thunderbird/0.0.35/values.yaml b/incubator/thunderbird/0.0.36/values.yaml similarity index 100% rename from incubator/thunderbird/0.0.35/values.yaml rename to incubator/thunderbird/0.0.36/values.yaml diff --git a/incubator/timetagger/0.0.19/CHANGELOG.md b/incubator/timetagger/0.0.19/CHANGELOG.md deleted file mode 100644 index f5b3db28ab2..00000000000 --- a/incubator/timetagger/0.0.19/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [timetagger-0.0.19](https://github.com/truecharts/charts/compare/timetagger-0.0.18...timetagger-0.0.19) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [timetagger-0.0.18](https://github.com/truecharts/charts/compare/timetagger-0.0.17...timetagger-0.0.18) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [timetagger-0.0.18](https://github.com/truecharts/charts/compare/timetagger-0.0.17...timetagger-0.0.18) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [timetagger-0.0.17](https://github.com/truecharts/charts/compare/timetagger-0.0.16...timetagger-0.0.17) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [timetagger-0.0.16](https://github.com/truecharts/charts/compare/timetagger-0.0.15...timetagger-0.0.16) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [timetagger-0.0.15](https://github.com/truecharts/charts/compare/timetagger-0.0.14...timetagger-0.0.15) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [timetagger-0.0.14](https://github.com/truecharts/charts/compare/timetagger-0.0.13...timetagger-0.0.14) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - add missing icon ([#3879](https://github.com/truecharts/charts/issues/3879)) - - - - -## [timetagger-0.0.13](https://github.com/truecharts/charts/compare/timetagger-0.0.11...timetagger-0.0.13) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/incubator/timetagger/0.0.19/Chart.lock b/incubator/timetagger/0.0.19/Chart.lock deleted file mode 100644 index 2a82fefdace..00000000000 --- a/incubator/timetagger/0.0.19/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:26.133996237Z" diff --git a/incubator/timetagger/0.0.19/Chart.yaml b/incubator/timetagger/0.0.19/Chart.yaml deleted file mode 100644 index 933eeb3a8c1..00000000000 --- a/incubator/timetagger/0.0.19/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "22.9.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An open source time-tracker with an interactive user experience and powerful reporting. -home: https://truecharts.org/docs/charts/incubator/timetagger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png -keywords: - - time - - timetagger -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: timetagger -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/timetagger - - https://timetagger.app - - https://github.com/almarklein/timetagger -version: 0.0.19 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/timetagger/0.0.19/README.md b/incubator/timetagger/0.0.19/README.md deleted file mode 100644 index c341f8f26bd..00000000000 --- a/incubator/timetagger/0.0.19/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# timetagger - -An open source time-tracker with an interactive user experience and powerful reporting. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [timetagger](https://truecharts.org/docs/charts/incubator/timetagger) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `timetagger` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install timetagger TrueCharts/timetagger -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `timetagger` deployment - -```console -helm uninstall timetagger -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install timetagger \ - --set env.TZ="America/New York" \ - TrueCharts/timetagger -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install timetagger TrueCharts/timetagger -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/timetagger/0.0.19/charts/common-10.7.0.tgz b/incubator/timetagger/0.0.19/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/timetagger/0.0.19/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/timetagger/0.0.20/CHANGELOG.md b/incubator/timetagger/0.0.20/CHANGELOG.md new file mode 100644 index 00000000000..c3fd09e32ff --- /dev/null +++ b/incubator/timetagger/0.0.20/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [timetagger-0.0.20](https://github.com/truecharts/charts/compare/timetagger-0.0.19...timetagger-0.0.20) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [timetagger-0.0.19](https://github.com/truecharts/charts/compare/timetagger-0.0.18...timetagger-0.0.19) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [timetagger-0.0.18](https://github.com/truecharts/charts/compare/timetagger-0.0.17...timetagger-0.0.18) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [timetagger-0.0.18](https://github.com/truecharts/charts/compare/timetagger-0.0.17...timetagger-0.0.18) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [timetagger-0.0.17](https://github.com/truecharts/charts/compare/timetagger-0.0.16...timetagger-0.0.17) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [timetagger-0.0.16](https://github.com/truecharts/charts/compare/timetagger-0.0.15...timetagger-0.0.16) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [timetagger-0.0.15](https://github.com/truecharts/charts/compare/timetagger-0.0.14...timetagger-0.0.15) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [timetagger-0.0.14](https://github.com/truecharts/charts/compare/timetagger-0.0.13...timetagger-0.0.14) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - add missing icon ([#3879](https://github.com/truecharts/charts/issues/3879)) + + + + +## [timetagger-0.0.13](https://github.com/truecharts/charts/compare/timetagger-0.0.11...timetagger-0.0.13) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/timetagger/0.0.20/Chart.lock b/incubator/timetagger/0.0.20/Chart.lock new file mode 100644 index 00000000000..91d9825c5e6 --- /dev/null +++ b/incubator/timetagger/0.0.20/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:27.117254909Z" diff --git a/incubator/timetagger/0.0.20/Chart.yaml b/incubator/timetagger/0.0.20/Chart.yaml new file mode 100644 index 00000000000..cbf050896ee --- /dev/null +++ b/incubator/timetagger/0.0.20/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "22.9.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An open source time-tracker with an interactive user experience and powerful reporting. +home: https://truecharts.org/docs/charts/incubator/timetagger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.png +keywords: + - time + - timetagger +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: timetagger +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/timetagger + - https://timetagger.app + - https://github.com/almarklein/timetagger +version: 0.0.20 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/timetagger/0.0.20/README.md b/incubator/timetagger/0.0.20/README.md new file mode 100644 index 00000000000..40b3fdf13e5 --- /dev/null +++ b/incubator/timetagger/0.0.20/README.md @@ -0,0 +1,107 @@ +# timetagger + +An open source time-tracker with an interactive user experience and powerful reporting. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [timetagger](https://truecharts.org/docs/charts/incubator/timetagger) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `timetagger` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install timetagger TrueCharts/timetagger +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `timetagger` deployment + +```console +helm uninstall timetagger +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install timetagger \ + --set env.TZ="America/New York" \ + TrueCharts/timetagger +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install timetagger TrueCharts/timetagger -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/timetagger/0.0.19/app-readme.md b/incubator/timetagger/0.0.20/app-readme.md similarity index 100% rename from incubator/timetagger/0.0.19/app-readme.md rename to incubator/timetagger/0.0.20/app-readme.md diff --git a/incubator/timetagger/0.0.20/charts/common-10.7.1.tgz b/incubator/timetagger/0.0.20/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/timetagger/0.0.20/charts/common-10.7.1.tgz differ diff --git a/incubator/timetagger/0.0.19/ix_values.yaml b/incubator/timetagger/0.0.20/ix_values.yaml similarity index 100% rename from incubator/timetagger/0.0.19/ix_values.yaml rename to incubator/timetagger/0.0.20/ix_values.yaml diff --git a/incubator/timetagger/0.0.19/questions.yaml b/incubator/timetagger/0.0.20/questions.yaml similarity index 100% rename from incubator/timetagger/0.0.19/questions.yaml rename to incubator/timetagger/0.0.20/questions.yaml diff --git a/incubator/timetagger/0.0.19/templates/common.yaml b/incubator/timetagger/0.0.20/templates/common.yaml similarity index 100% rename from incubator/timetagger/0.0.19/templates/common.yaml rename to incubator/timetagger/0.0.20/templates/common.yaml diff --git a/incubator/timetagger/0.0.19/values.yaml b/incubator/timetagger/0.0.20/values.yaml similarity index 100% rename from incubator/timetagger/0.0.19/values.yaml rename to incubator/timetagger/0.0.20/values.yaml diff --git a/incubator/tonido/0.0.29/CHANGELOG.md b/incubator/tonido/0.0.29/CHANGELOG.md deleted file mode 100644 index 71267068972..00000000000 --- a/incubator/tonido/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tonido-0.0.29](https://github.com/truecharts/charts/compare/tonido-0.0.28...tonido-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tonido-0.0.28](https://github.com/truecharts/charts/compare/tonido-0.0.27...tonido-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tonido-0.0.28](https://github.com/truecharts/charts/compare/tonido-0.0.27...tonido-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tonido-0.0.27](https://github.com/truecharts/charts/compare/tonido-0.0.26...tonido-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tonido-0.0.26](https://github.com/truecharts/charts/compare/tonido-0.0.25...tonido-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tonido-0.0.25](https://github.com/truecharts/charts/compare/tonido-0.0.24...tonido-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tonido-0.0.24](https://github.com/truecharts/charts/compare/tonido-0.0.23...tonido-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tonido-0.0.24](https://github.com/truecharts/charts/compare/tonido-0.0.23...tonido-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tonido/0.0.29/Chart.lock b/incubator/tonido/0.0.29/Chart.lock deleted file mode 100644 index 665c2fb3b0c..00000000000 --- a/incubator/tonido/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:36.52880867Z" diff --git a/incubator/tonido/0.0.29/Chart.yaml b/incubator/tonido/0.0.29/Chart.yaml deleted file mode 100644 index 8c9025ea4f7..00000000000 --- a/incubator/tonido/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. -home: https://truecharts.org/docs/charts/incubator/tonido -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png -keywords: - - tonido - - Cloud -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tonido -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tonido - - https://registry.hub.docker.com/r/captinsano/tonido/ -type: application -version: 0.0.29 diff --git a/incubator/tonido/0.0.29/README.md b/incubator/tonido/0.0.29/README.md deleted file mode 100644 index d4ebdddd4af..00000000000 --- a/incubator/tonido/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# tonido - -Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tonido](https://truecharts.org/docs/charts/incubator/tonido) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tonido` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tonido TrueCharts/tonido -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tonido` deployment - -```console -helm uninstall tonido -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tonido \ - --set env.TZ="America/New York" \ - TrueCharts/tonido -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tonido TrueCharts/tonido -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tonido/0.0.29/charts/common-10.7.0.tgz b/incubator/tonido/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tonido/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tonido/0.0.30/CHANGELOG.md b/incubator/tonido/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b8f5d45a86b --- /dev/null +++ b/incubator/tonido/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tonido-0.0.30](https://github.com/truecharts/charts/compare/tonido-0.0.29...tonido-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tonido-0.0.29](https://github.com/truecharts/charts/compare/tonido-0.0.28...tonido-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tonido-0.0.28](https://github.com/truecharts/charts/compare/tonido-0.0.27...tonido-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tonido-0.0.28](https://github.com/truecharts/charts/compare/tonido-0.0.27...tonido-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tonido-0.0.27](https://github.com/truecharts/charts/compare/tonido-0.0.26...tonido-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tonido-0.0.26](https://github.com/truecharts/charts/compare/tonido-0.0.25...tonido-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tonido-0.0.25](https://github.com/truecharts/charts/compare/tonido-0.0.24...tonido-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tonido-0.0.24](https://github.com/truecharts/charts/compare/tonido-0.0.23...tonido-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/tonido/0.0.30/Chart.lock b/incubator/tonido/0.0.30/Chart.lock new file mode 100644 index 00000000000..e0be3043c4d --- /dev/null +++ b/incubator/tonido/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:28.146072994Z" diff --git a/incubator/tonido/0.0.30/Chart.yaml b/incubator/tonido/0.0.30/Chart.yaml new file mode 100644 index 00000000000..7aae987e0e0 --- /dev/null +++ b/incubator/tonido/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. +home: https://truecharts.org/docs/charts/incubator/tonido +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.png +keywords: + - tonido + - Cloud +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tonido +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tonido + - https://registry.hub.docker.com/r/captinsano/tonido/ +type: application +version: 0.0.30 diff --git a/incubator/tonido/0.0.30/README.md b/incubator/tonido/0.0.30/README.md new file mode 100644 index 00000000000..f141ae83f3c --- /dev/null +++ b/incubator/tonido/0.0.30/README.md @@ -0,0 +1,106 @@ +# tonido + +Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tonido](https://truecharts.org/docs/charts/incubator/tonido) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tonido` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tonido TrueCharts/tonido +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tonido` deployment + +```console +helm uninstall tonido +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tonido \ + --set env.TZ="America/New York" \ + TrueCharts/tonido +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tonido TrueCharts/tonido -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tonido/0.0.29/app-readme.md b/incubator/tonido/0.0.30/app-readme.md similarity index 100% rename from incubator/tonido/0.0.29/app-readme.md rename to incubator/tonido/0.0.30/app-readme.md diff --git a/incubator/tonido/0.0.30/charts/common-10.7.1.tgz b/incubator/tonido/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tonido/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/tonido/0.0.29/ix_values.yaml b/incubator/tonido/0.0.30/ix_values.yaml similarity index 100% rename from incubator/tonido/0.0.29/ix_values.yaml rename to incubator/tonido/0.0.30/ix_values.yaml diff --git a/incubator/tonido/0.0.29/questions.yaml b/incubator/tonido/0.0.30/questions.yaml similarity index 100% rename from incubator/tonido/0.0.29/questions.yaml rename to incubator/tonido/0.0.30/questions.yaml diff --git a/incubator/tonido/0.0.29/templates/common.yaml b/incubator/tonido/0.0.30/templates/common.yaml similarity index 100% rename from incubator/tonido/0.0.29/templates/common.yaml rename to incubator/tonido/0.0.30/templates/common.yaml diff --git a/incubator/tonido/0.0.29/values.yaml b/incubator/tonido/0.0.30/values.yaml similarity index 100% rename from incubator/tonido/0.0.29/values.yaml rename to incubator/tonido/0.0.30/values.yaml diff --git a/incubator/tracks/0.0.35/CHANGELOG.md b/incubator/tracks/0.0.35/CHANGELOG.md deleted file mode 100644 index 77303ba8fbb..00000000000 --- a/incubator/tracks/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tracks-0.0.35](https://github.com/truecharts/charts/compare/tracks-0.0.34...tracks-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tracks-0.0.34](https://github.com/truecharts/charts/compare/tracks-0.0.33...tracks-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tracks-0.0.34](https://github.com/truecharts/charts/compare/tracks-0.0.33...tracks-0.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tracks-0.0.33](https://github.com/truecharts/charts/compare/tracks-0.0.32...tracks-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [tracks-0.0.32](https://github.com/truecharts/charts/compare/tracks-0.0.31...tracks-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [tracks-0.0.31](https://github.com/truecharts/charts/compare/tracks-0.0.30...tracks-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tracks-0.0.30](https://github.com/truecharts/charts/compare/tracks-0.0.29...tracks-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tracks-0.0.29](https://github.com/truecharts/charts/compare/tracks-0.0.28...tracks-0.0.29) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [tracks-0.0.28](https://github.com/truecharts/charts/compare/tracks-0.0.26...tracks-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tracks/0.0.35/Chart.lock b/incubator/tracks/0.0.35/Chart.lock deleted file mode 100644 index 88f8e20f255..00000000000 --- a/incubator/tracks/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:48.626680905Z" diff --git a/incubator/tracks/0.0.35/Chart.yaml b/incubator/tracks/0.0.35/Chart.yaml deleted file mode 100644 index 10cb68967ce..00000000000 --- a/incubator/tracks/0.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Tracks is a web-based todo application to help you implement the GTD methodology. " -home: https://truecharts.org/docs/charts/incubator/tracks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png -keywords: - - tracks - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tracks -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tracks - - http://www.getontracks.org/ - - https://hub.docker.com/r/tracksapp/tracks -type: application -version: 0.0.35 diff --git a/incubator/tracks/0.0.35/README.md b/incubator/tracks/0.0.35/README.md deleted file mode 100644 index c4c59446f0f..00000000000 --- a/incubator/tracks/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tracks - -Tracks is a web-based todo application to help you implement the GTD methodology. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tracks](https://truecharts.org/docs/charts/incubator/tracks) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tracks` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tracks TrueCharts/tracks -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tracks` deployment - -```console -helm uninstall tracks -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tracks \ - --set env.TZ="America/New York" \ - TrueCharts/tracks -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tracks TrueCharts/tracks -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tracks/0.0.35/charts/common-10.7.0.tgz b/incubator/tracks/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tracks/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tracks/0.0.36/CHANGELOG.md b/incubator/tracks/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..495b79780d1 --- /dev/null +++ b/incubator/tracks/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tracks-0.0.36](https://github.com/truecharts/charts/compare/tracks-0.0.35...tracks-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tracks-0.0.35](https://github.com/truecharts/charts/compare/tracks-0.0.34...tracks-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tracks-0.0.34](https://github.com/truecharts/charts/compare/tracks-0.0.33...tracks-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tracks-0.0.34](https://github.com/truecharts/charts/compare/tracks-0.0.33...tracks-0.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tracks-0.0.33](https://github.com/truecharts/charts/compare/tracks-0.0.32...tracks-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [tracks-0.0.32](https://github.com/truecharts/charts/compare/tracks-0.0.31...tracks-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [tracks-0.0.31](https://github.com/truecharts/charts/compare/tracks-0.0.30...tracks-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tracks-0.0.30](https://github.com/truecharts/charts/compare/tracks-0.0.29...tracks-0.0.30) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tracks-0.0.29](https://github.com/truecharts/charts/compare/tracks-0.0.28...tracks-0.0.29) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [tracks-0.0.28](https://github.com/truecharts/charts/compare/tracks-0.0.26...tracks-0.0.28) (2022-09-22) + diff --git a/incubator/tracks/0.0.36/Chart.lock b/incubator/tracks/0.0.36/Chart.lock new file mode 100644 index 00000000000..24ffd65bcaa --- /dev/null +++ b/incubator/tracks/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:33.960367619Z" diff --git a/incubator/tracks/0.0.36/Chart.yaml b/incubator/tracks/0.0.36/Chart.yaml new file mode 100644 index 00000000000..6aff34d01b6 --- /dev/null +++ b/incubator/tracks/0.0.36/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Tracks is a web-based todo application to help you implement the GTD methodology. " +home: https://truecharts.org/docs/charts/incubator/tracks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.png +keywords: + - tracks + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tracks +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tracks + - http://www.getontracks.org/ + - https://hub.docker.com/r/tracksapp/tracks +type: application +version: 0.0.36 diff --git a/incubator/tracks/0.0.36/README.md b/incubator/tracks/0.0.36/README.md new file mode 100644 index 00000000000..8c342d0d133 --- /dev/null +++ b/incubator/tracks/0.0.36/README.md @@ -0,0 +1,107 @@ +# tracks + +Tracks is a web-based todo application to help you implement the GTD methodology. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tracks](https://truecharts.org/docs/charts/incubator/tracks) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tracks` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tracks TrueCharts/tracks +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tracks` deployment + +```console +helm uninstall tracks +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tracks \ + --set env.TZ="America/New York" \ + TrueCharts/tracks +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tracks TrueCharts/tracks -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tracks/0.0.35/app-readme.md b/incubator/tracks/0.0.36/app-readme.md similarity index 100% rename from incubator/tracks/0.0.35/app-readme.md rename to incubator/tracks/0.0.36/app-readme.md diff --git a/incubator/tracks/0.0.36/charts/common-10.7.1.tgz b/incubator/tracks/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tracks/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/tracks/0.0.35/ix_values.yaml b/incubator/tracks/0.0.36/ix_values.yaml similarity index 100% rename from incubator/tracks/0.0.35/ix_values.yaml rename to incubator/tracks/0.0.36/ix_values.yaml diff --git a/incubator/tracks/0.0.35/questions.yaml b/incubator/tracks/0.0.36/questions.yaml similarity index 100% rename from incubator/tracks/0.0.35/questions.yaml rename to incubator/tracks/0.0.36/questions.yaml diff --git a/incubator/tracks/0.0.35/templates/common.yaml b/incubator/tracks/0.0.36/templates/common.yaml similarity index 100% rename from incubator/tracks/0.0.35/templates/common.yaml rename to incubator/tracks/0.0.36/templates/common.yaml diff --git a/incubator/tracks/0.0.35/values.yaml b/incubator/tracks/0.0.36/values.yaml similarity index 100% rename from incubator/tracks/0.0.35/values.yaml rename to incubator/tracks/0.0.36/values.yaml diff --git a/incubator/traktarr/0.0.38/CHANGELOG.md b/incubator/traktarr/0.0.38/CHANGELOG.md deleted file mode 100644 index 905de203ebc..00000000000 --- a/incubator/traktarr/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [traktarr-0.0.38](https://github.com/truecharts/charts/compare/traktarr-0.0.37...traktarr-0.0.38) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [traktarr-0.0.37](https://github.com/truecharts/charts/compare/traktarr-0.0.36...traktarr-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [traktarr-0.0.36](https://github.com/truecharts/charts/compare/traktarr-0.0.35...traktarr-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [traktarr-0.0.36](https://github.com/truecharts/charts/compare/traktarr-0.0.35...traktarr-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [traktarr-0.0.35](https://github.com/truecharts/charts/compare/traktarr-0.0.34...traktarr-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [traktarr-0.0.34](https://github.com/truecharts/charts/compare/traktarr-0.0.33...traktarr-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [traktarr-0.0.33](https://github.com/truecharts/charts/compare/traktarr-0.0.32...traktarr-0.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [traktarr-0.0.32](https://github.com/truecharts/charts/compare/traktarr-0.0.31...traktarr-0.0.32) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [traktarr-0.0.31](https://github.com/truecharts/charts/compare/traktarr-0.0.28...traktarr-0.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/traktarr/0.0.38/Chart.lock b/incubator/traktarr/0.0.38/Chart.lock deleted file mode 100644 index 6c50834c497..00000000000 --- a/incubator/traktarr/0.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:53:42.284778893Z" diff --git a/incubator/traktarr/0.0.38/Chart.yaml b/incubator/traktarr/0.0.38/Chart.yaml deleted file mode 100644 index ff82cf3040a..00000000000 --- a/incubator/traktarr/0.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Script to add new series and movies to Sonarr/Radarr based on Trakt lists." -home: https://truecharts.org/docs/charts/incubator/traktarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png -keywords: - - traktarr - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: traktarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/traktarr - - https://github.com/l3uddz/traktarr - - https://hub.docker.com/r/eafxx/traktarr -type: application -version: 0.0.38 diff --git a/incubator/traktarr/0.0.38/README.md b/incubator/traktarr/0.0.38/README.md deleted file mode 100644 index 54aae03eede..00000000000 --- a/incubator/traktarr/0.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# traktarr - -Script to add new series and movies to Sonarr/Radarr based on Trakt lists. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [traktarr](https://truecharts.org/docs/charts/incubator/traktarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `traktarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install traktarr TrueCharts/traktarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `traktarr` deployment - -```console -helm uninstall traktarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install traktarr \ - --set env.TZ="America/New York" \ - TrueCharts/traktarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install traktarr TrueCharts/traktarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/traktarr/0.0.38/charts/common-10.7.0.tgz b/incubator/traktarr/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/traktarr/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/traktarr/0.0.39/CHANGELOG.md b/incubator/traktarr/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..ee676f03aea --- /dev/null +++ b/incubator/traktarr/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [traktarr-0.0.39](https://github.com/truecharts/charts/compare/traktarr-0.0.38...traktarr-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [traktarr-0.0.38](https://github.com/truecharts/charts/compare/traktarr-0.0.37...traktarr-0.0.38) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [traktarr-0.0.37](https://github.com/truecharts/charts/compare/traktarr-0.0.36...traktarr-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [traktarr-0.0.36](https://github.com/truecharts/charts/compare/traktarr-0.0.35...traktarr-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traktarr-0.0.36](https://github.com/truecharts/charts/compare/traktarr-0.0.35...traktarr-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traktarr-0.0.35](https://github.com/truecharts/charts/compare/traktarr-0.0.34...traktarr-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [traktarr-0.0.34](https://github.com/truecharts/charts/compare/traktarr-0.0.33...traktarr-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [traktarr-0.0.33](https://github.com/truecharts/charts/compare/traktarr-0.0.32...traktarr-0.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [traktarr-0.0.32](https://github.com/truecharts/charts/compare/traktarr-0.0.31...traktarr-0.0.32) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [traktarr-0.0.31](https://github.com/truecharts/charts/compare/traktarr-0.0.28...traktarr-0.0.31) (2022-09-22) diff --git a/incubator/traktarr/0.0.39/Chart.lock b/incubator/traktarr/0.0.39/Chart.lock new file mode 100644 index 00000000000..c2f4855f4a4 --- /dev/null +++ b/incubator/traktarr/0.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:47.578860451Z" diff --git a/incubator/traktarr/0.0.39/Chart.yaml b/incubator/traktarr/0.0.39/Chart.yaml new file mode 100644 index 00000000000..0c2ef98a9c1 --- /dev/null +++ b/incubator/traktarr/0.0.39/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Script to add new series and movies to Sonarr/Radarr based on Trakt lists." +home: https://truecharts.org/docs/charts/incubator/traktarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.png +keywords: + - traktarr + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: traktarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/traktarr + - https://github.com/l3uddz/traktarr + - https://hub.docker.com/r/eafxx/traktarr +type: application +version: 0.0.39 diff --git a/incubator/traktarr/0.0.39/README.md b/incubator/traktarr/0.0.39/README.md new file mode 100644 index 00000000000..b9c7183741a --- /dev/null +++ b/incubator/traktarr/0.0.39/README.md @@ -0,0 +1,107 @@ +# traktarr + +Script to add new series and movies to Sonarr/Radarr based on Trakt lists. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [traktarr](https://truecharts.org/docs/charts/incubator/traktarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `traktarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install traktarr TrueCharts/traktarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `traktarr` deployment + +```console +helm uninstall traktarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install traktarr \ + --set env.TZ="America/New York" \ + TrueCharts/traktarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install traktarr TrueCharts/traktarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/traktarr/0.0.38/app-readme.md b/incubator/traktarr/0.0.39/app-readme.md similarity index 100% rename from incubator/traktarr/0.0.38/app-readme.md rename to incubator/traktarr/0.0.39/app-readme.md diff --git a/incubator/traktarr/0.0.39/charts/common-10.7.1.tgz b/incubator/traktarr/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/traktarr/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/traktarr/0.0.38/ix_values.yaml b/incubator/traktarr/0.0.39/ix_values.yaml similarity index 100% rename from incubator/traktarr/0.0.38/ix_values.yaml rename to incubator/traktarr/0.0.39/ix_values.yaml diff --git a/incubator/traktarr/0.0.38/questions.yaml b/incubator/traktarr/0.0.39/questions.yaml similarity index 100% rename from incubator/traktarr/0.0.38/questions.yaml rename to incubator/traktarr/0.0.39/questions.yaml diff --git a/incubator/traktarr/0.0.38/templates/common.yaml b/incubator/traktarr/0.0.39/templates/common.yaml similarity index 100% rename from incubator/traktarr/0.0.38/templates/common.yaml rename to incubator/traktarr/0.0.39/templates/common.yaml diff --git a/incubator/traktarr/0.0.38/values.yaml b/incubator/traktarr/0.0.39/values.yaml similarity index 100% rename from incubator/traktarr/0.0.38/values.yaml rename to incubator/traktarr/0.0.39/values.yaml diff --git a/incubator/trango/0.0.29/CHANGELOG.md b/incubator/trango/0.0.29/CHANGELOG.md deleted file mode 100644 index 0ba1aed2438..00000000000 --- a/incubator/trango/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [trango-0.0.29](https://github.com/truecharts/charts/compare/trango-0.0.28...trango-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [trango-0.0.28](https://github.com/truecharts/charts/compare/trango-0.0.27...trango-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [trango-0.0.28](https://github.com/truecharts/charts/compare/trango-0.0.27...trango-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [trango-0.0.27](https://github.com/truecharts/charts/compare/trango-0.0.26...trango-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [trango-0.0.26](https://github.com/truecharts/charts/compare/trango-0.0.25...trango-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [trango-0.0.25](https://github.com/truecharts/charts/compare/trango-0.0.24...trango-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [trango-0.0.24](https://github.com/truecharts/charts/compare/trango-0.0.23...trango-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [trango-0.0.24](https://github.com/truecharts/charts/compare/trango-0.0.23...trango-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/trango/0.0.29/Chart.lock b/incubator/trango/0.0.29/Chart.lock deleted file mode 100644 index 903116ed80f..00000000000 --- a/incubator/trango/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:08:55.082835163Z" diff --git a/incubator/trango/0.0.29/Chart.yaml b/incubator/trango/0.0.29/Chart.yaml deleted file mode 100644 index 228e93ba6db..00000000000 --- a/incubator/trango/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Other - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network." -home: https://truecharts.org/docs/charts/incubator/trango -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png -keywords: - - trango - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: trango -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/trango - - https://trango.io/ - - https://hub.docker.com/r/tak786/trango-self-hosted -type: application -version: 0.0.29 diff --git a/incubator/trango/0.0.29/README.md b/incubator/trango/0.0.29/README.md deleted file mode 100644 index 6d3929cde36..00000000000 --- a/incubator/trango/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# trango - -Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [trango](https://truecharts.org/docs/charts/incubator/trango) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `trango` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install trango TrueCharts/trango -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `trango` deployment - -```console -helm uninstall trango -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install trango \ - --set env.TZ="America/New York" \ - TrueCharts/trango -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install trango TrueCharts/trango -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/trango/0.0.29/charts/common-10.7.0.tgz b/incubator/trango/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/trango/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/trango/0.0.30/CHANGELOG.md b/incubator/trango/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..dc9fa6c30d8 --- /dev/null +++ b/incubator/trango/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [trango-0.0.30](https://github.com/truecharts/charts/compare/trango-0.0.29...trango-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [trango-0.0.29](https://github.com/truecharts/charts/compare/trango-0.0.28...trango-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [trango-0.0.28](https://github.com/truecharts/charts/compare/trango-0.0.27...trango-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [trango-0.0.28](https://github.com/truecharts/charts/compare/trango-0.0.27...trango-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [trango-0.0.27](https://github.com/truecharts/charts/compare/trango-0.0.26...trango-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [trango-0.0.26](https://github.com/truecharts/charts/compare/trango-0.0.25...trango-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [trango-0.0.25](https://github.com/truecharts/charts/compare/trango-0.0.24...trango-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [trango-0.0.24](https://github.com/truecharts/charts/compare/trango-0.0.23...trango-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/trango/0.0.30/Chart.lock b/incubator/trango/0.0.30/Chart.lock new file mode 100644 index 00000000000..215d70e45dc --- /dev/null +++ b/incubator/trango/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:58.425391341Z" diff --git a/incubator/trango/0.0.30/Chart.yaml b/incubator/trango/0.0.30/Chart.yaml new file mode 100644 index 00000000000..ac5db0961c8 --- /dev/null +++ b/incubator/trango/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Other + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network." +home: https://truecharts.org/docs/charts/incubator/trango +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.png +keywords: + - trango + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: trango +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/trango + - https://trango.io/ + - https://hub.docker.com/r/tak786/trango-self-hosted +type: application +version: 0.0.30 diff --git a/incubator/trango/0.0.30/README.md b/incubator/trango/0.0.30/README.md new file mode 100644 index 00000000000..8cf16476817 --- /dev/null +++ b/incubator/trango/0.0.30/README.md @@ -0,0 +1,107 @@ +# trango + +Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [trango](https://truecharts.org/docs/charts/incubator/trango) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `trango` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install trango TrueCharts/trango +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `trango` deployment + +```console +helm uninstall trango +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install trango \ + --set env.TZ="America/New York" \ + TrueCharts/trango +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install trango TrueCharts/trango -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/trango/0.0.29/app-readme.md b/incubator/trango/0.0.30/app-readme.md similarity index 100% rename from incubator/trango/0.0.29/app-readme.md rename to incubator/trango/0.0.30/app-readme.md diff --git a/incubator/trango/0.0.30/charts/common-10.7.1.tgz b/incubator/trango/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/trango/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/trango/0.0.29/ix_values.yaml b/incubator/trango/0.0.30/ix_values.yaml similarity index 100% rename from incubator/trango/0.0.29/ix_values.yaml rename to incubator/trango/0.0.30/ix_values.yaml diff --git a/incubator/trango/0.0.29/questions.yaml b/incubator/trango/0.0.30/questions.yaml similarity index 100% rename from incubator/trango/0.0.29/questions.yaml rename to incubator/trango/0.0.30/questions.yaml diff --git a/incubator/trango/0.0.29/templates/common.yaml b/incubator/trango/0.0.30/templates/common.yaml similarity index 100% rename from incubator/trango/0.0.29/templates/common.yaml rename to incubator/trango/0.0.30/templates/common.yaml diff --git a/incubator/trango/0.0.29/values.yaml b/incubator/trango/0.0.30/values.yaml similarity index 100% rename from incubator/trango/0.0.29/values.yaml rename to incubator/trango/0.0.30/values.yaml diff --git a/incubator/troddit/0.0.32/CHANGELOG.md b/incubator/troddit/0.0.32/CHANGELOG.md deleted file mode 100644 index fd8ef357e46..00000000000 --- a/incubator/troddit/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [troddit-0.0.32](https://github.com/truecharts/charts/compare/troddit-0.0.31...troddit-0.0.32) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [troddit-0.0.31](https://github.com/truecharts/charts/compare/troddit-0.0.30...troddit-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [troddit-0.0.31](https://github.com/truecharts/charts/compare/troddit-0.0.30...troddit-0.0.31) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [troddit-0.0.30](https://github.com/truecharts/charts/compare/troddit-0.0.29...troddit-0.0.30) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [troddit-0.0.29](https://github.com/truecharts/charts/compare/troddit-0.0.28...troddit-0.0.29) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [troddit-0.0.28](https://github.com/truecharts/charts/compare/troddit-0.0.27...troddit-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [troddit-0.0.27](https://github.com/truecharts/charts/compare/troddit-0.0.26...troddit-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [troddit-0.0.27](https://github.com/truecharts/charts/compare/troddit-0.0.26...troddit-0.0.27) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/troddit/0.0.32/Chart.lock b/incubator/troddit/0.0.32/Chart.lock deleted file mode 100644 index 62d3ab8fcbb..00000000000 --- a/incubator/troddit/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:05.899601168Z" diff --git a/incubator/troddit/0.0.32/Chart.yaml b/incubator/troddit/0.0.32/Chart.yaml deleted file mode 100644 index 9aaea05b300..00000000000 --- a/incubator/troddit/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A web client for Reddit -home: https://truecharts.org/docs/charts/incubator/troddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png -keywords: - - troddit - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: troddit -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/troddit - - https://github.com/burhan-syed/troddit - - https://hub.docker.com/r/bsyed/troddit -type: application -version: 0.0.32 diff --git a/incubator/troddit/0.0.32/README.md b/incubator/troddit/0.0.32/README.md deleted file mode 100644 index af44a3c9218..00000000000 --- a/incubator/troddit/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# troddit - -A web client for Reddit - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [troddit](https://truecharts.org/docs/charts/incubator/troddit) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `troddit` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install troddit TrueCharts/troddit -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `troddit` deployment - -```console -helm uninstall troddit -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install troddit \ - --set env.TZ="America/New York" \ - TrueCharts/troddit -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install troddit TrueCharts/troddit -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/troddit/0.0.32/charts/common-10.7.0.tgz b/incubator/troddit/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/troddit/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/troddit/0.0.33/CHANGELOG.md b/incubator/troddit/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..152b123da82 --- /dev/null +++ b/incubator/troddit/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [troddit-0.0.33](https://github.com/truecharts/charts/compare/troddit-0.0.32...troddit-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [troddit-0.0.32](https://github.com/truecharts/charts/compare/troddit-0.0.31...troddit-0.0.32) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [troddit-0.0.31](https://github.com/truecharts/charts/compare/troddit-0.0.30...troddit-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [troddit-0.0.31](https://github.com/truecharts/charts/compare/troddit-0.0.30...troddit-0.0.31) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [troddit-0.0.30](https://github.com/truecharts/charts/compare/troddit-0.0.29...troddit-0.0.30) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [troddit-0.0.29](https://github.com/truecharts/charts/compare/troddit-0.0.28...troddit-0.0.29) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [troddit-0.0.28](https://github.com/truecharts/charts/compare/troddit-0.0.27...troddit-0.0.28) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [troddit-0.0.27](https://github.com/truecharts/charts/compare/troddit-0.0.26...troddit-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/troddit/0.0.33/Chart.lock b/incubator/troddit/0.0.33/Chart.lock new file mode 100644 index 00000000000..95502a28efb --- /dev/null +++ b/incubator/troddit/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:51:59.158175762Z" diff --git a/incubator/troddit/0.0.33/Chart.yaml b/incubator/troddit/0.0.33/Chart.yaml new file mode 100644 index 00000000000..49442c867d7 --- /dev/null +++ b/incubator/troddit/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A web client for Reddit +home: https://truecharts.org/docs/charts/incubator/troddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.png +keywords: + - troddit + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: troddit +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/troddit + - https://github.com/burhan-syed/troddit + - https://hub.docker.com/r/bsyed/troddit +type: application +version: 0.0.33 diff --git a/incubator/troddit/0.0.33/README.md b/incubator/troddit/0.0.33/README.md new file mode 100644 index 00000000000..0baee13c88d --- /dev/null +++ b/incubator/troddit/0.0.33/README.md @@ -0,0 +1,107 @@ +# troddit + +A web client for Reddit + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [troddit](https://truecharts.org/docs/charts/incubator/troddit) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `troddit` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install troddit TrueCharts/troddit +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `troddit` deployment + +```console +helm uninstall troddit +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install troddit \ + --set env.TZ="America/New York" \ + TrueCharts/troddit +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install troddit TrueCharts/troddit -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/troddit/0.0.32/app-readme.md b/incubator/troddit/0.0.33/app-readme.md similarity index 100% rename from incubator/troddit/0.0.32/app-readme.md rename to incubator/troddit/0.0.33/app-readme.md diff --git a/incubator/troddit/0.0.33/charts/common-10.7.1.tgz b/incubator/troddit/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/troddit/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/troddit/0.0.32/ix_values.yaml b/incubator/troddit/0.0.33/ix_values.yaml similarity index 100% rename from incubator/troddit/0.0.32/ix_values.yaml rename to incubator/troddit/0.0.33/ix_values.yaml diff --git a/incubator/troddit/0.0.32/questions.yaml b/incubator/troddit/0.0.33/questions.yaml similarity index 100% rename from incubator/troddit/0.0.32/questions.yaml rename to incubator/troddit/0.0.33/questions.yaml diff --git a/incubator/troddit/0.0.32/templates/common.yaml b/incubator/troddit/0.0.33/templates/common.yaml similarity index 100% rename from incubator/troddit/0.0.32/templates/common.yaml rename to incubator/troddit/0.0.33/templates/common.yaml diff --git a/incubator/troddit/0.0.32/values.yaml b/incubator/troddit/0.0.33/values.yaml similarity index 100% rename from incubator/troddit/0.0.32/values.yaml rename to incubator/troddit/0.0.33/values.yaml diff --git a/incubator/ts-dnsserver/0.0.40/CHANGELOG.md b/incubator/ts-dnsserver/0.0.40/CHANGELOG.md deleted file mode 100644 index f99ac67edea..00000000000 --- a/incubator/ts-dnsserver/0.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ts-dnsserver-0.0.40](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.39...ts-dnsserver-0.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [ts-dnsserver-0.0.39](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.38...ts-dnsserver-0.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ts-dnsserver-0.0.39](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.38...ts-dnsserver-0.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ts-dnsserver-0.0.38](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.37...ts-dnsserver-0.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [ts-dnsserver-0.0.37](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.36...ts-dnsserver-0.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ts-dnsserver-0.0.36](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.35...ts-dnsserver-0.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ts-dnsserver-0.0.35](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.34...ts-dnsserver-0.0.35) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [ts-dnsserver-0.0.34](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.32...ts-dnsserver-0.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - diff --git a/incubator/ts-dnsserver/0.0.40/Chart.lock b/incubator/ts-dnsserver/0.0.40/Chart.lock deleted file mode 100644 index 5455ef85b38..00000000000 --- a/incubator/ts-dnsserver/0.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:17.842336281Z" diff --git a/incubator/ts-dnsserver/0.0.40/Chart.yaml b/incubator/ts-dnsserver/0.0.40/Chart.yaml deleted file mode 100644 index 80056510f86..00000000000 --- a/incubator/ts-dnsserver/0.0.40/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-DNS -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. -home: https://truecharts.org/docs/charts/incubator/ts-dnsserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts-dnsserver.png -keywords: - - ts-dnsserver - - Network-DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ts-dnsserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ts-dnsserver - - https://github.com/TechnitiumSoftware/DnsServer - - https://hub.docker.com/r/roxedus/ts-dnsserver/ -type: application -version: 0.0.40 diff --git a/incubator/ts-dnsserver/0.0.40/README.md b/incubator/ts-dnsserver/0.0.40/README.md deleted file mode 100644 index ee56f777cbb..00000000000 --- a/incubator/ts-dnsserver/0.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ts-dnsserver - -Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ts-dnsserver](https://truecharts.org/docs/charts/incubator/ts-dnsserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ts-dnsserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ts-dnsserver TrueCharts/ts-dnsserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ts-dnsserver` deployment - -```console -helm uninstall ts-dnsserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ts-dnsserver \ - --set env.TZ="America/New York" \ - TrueCharts/ts-dnsserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ts-dnsserver TrueCharts/ts-dnsserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ts-dnsserver/0.0.40/charts/common-10.7.0.tgz b/incubator/ts-dnsserver/0.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ts-dnsserver/0.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ts-dnsserver/0.0.41/CHANGELOG.md b/incubator/ts-dnsserver/0.0.41/CHANGELOG.md new file mode 100644 index 00000000000..7fbf49d86fc --- /dev/null +++ b/incubator/ts-dnsserver/0.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ts-dnsserver-0.0.41](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.40...ts-dnsserver-0.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ts-dnsserver-0.0.40](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.39...ts-dnsserver-0.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [ts-dnsserver-0.0.39](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.38...ts-dnsserver-0.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ts-dnsserver-0.0.39](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.38...ts-dnsserver-0.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ts-dnsserver-0.0.38](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.37...ts-dnsserver-0.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [ts-dnsserver-0.0.37](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.36...ts-dnsserver-0.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ts-dnsserver-0.0.36](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.35...ts-dnsserver-0.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ts-dnsserver-0.0.35](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.34...ts-dnsserver-0.0.35) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [ts-dnsserver-0.0.34](https://github.com/truecharts/charts/compare/ts-dnsserver-0.0.32...ts-dnsserver-0.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/ts-dnsserver/0.0.41/Chart.lock b/incubator/ts-dnsserver/0.0.41/Chart.lock new file mode 100644 index 00000000000..a1139e13713 --- /dev/null +++ b/incubator/ts-dnsserver/0.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:05.408385138Z" diff --git a/incubator/ts-dnsserver/0.0.41/Chart.yaml b/incubator/ts-dnsserver/0.0.41/Chart.yaml new file mode 100644 index 00000000000..dac8c08b0f8 --- /dev/null +++ b/incubator/ts-dnsserver/0.0.41/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-DNS +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. +home: https://truecharts.org/docs/charts/incubator/ts-dnsserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts-dnsserver.png +keywords: + - ts-dnsserver + - Network-DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ts-dnsserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ts-dnsserver + - https://github.com/TechnitiumSoftware/DnsServer + - https://hub.docker.com/r/roxedus/ts-dnsserver/ +type: application +version: 0.0.41 diff --git a/incubator/ts-dnsserver/0.0.41/README.md b/incubator/ts-dnsserver/0.0.41/README.md new file mode 100644 index 00000000000..34ec590100c --- /dev/null +++ b/incubator/ts-dnsserver/0.0.41/README.md @@ -0,0 +1,107 @@ +# ts-dnsserver + +Technitium DNS Server is an open source tool that can be used for self hosting a local DNS server for privacy and security or, used for experimentation/testing by software developers on their computer. It works out-of-the-box with no or minimal configuration and provides a user friendly web console accessible using any web browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ts-dnsserver](https://truecharts.org/docs/charts/incubator/ts-dnsserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ts-dnsserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ts-dnsserver TrueCharts/ts-dnsserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ts-dnsserver` deployment + +```console +helm uninstall ts-dnsserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ts-dnsserver \ + --set env.TZ="America/New York" \ + TrueCharts/ts-dnsserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ts-dnsserver TrueCharts/ts-dnsserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ts-dnsserver/0.0.40/app-readme.md b/incubator/ts-dnsserver/0.0.41/app-readme.md similarity index 100% rename from incubator/ts-dnsserver/0.0.40/app-readme.md rename to incubator/ts-dnsserver/0.0.41/app-readme.md diff --git a/incubator/ts-dnsserver/0.0.41/charts/common-10.7.1.tgz b/incubator/ts-dnsserver/0.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ts-dnsserver/0.0.41/charts/common-10.7.1.tgz differ diff --git a/incubator/ts-dnsserver/0.0.40/ix_values.yaml b/incubator/ts-dnsserver/0.0.41/ix_values.yaml similarity index 100% rename from incubator/ts-dnsserver/0.0.40/ix_values.yaml rename to incubator/ts-dnsserver/0.0.41/ix_values.yaml diff --git a/incubator/ts-dnsserver/0.0.40/questions.yaml b/incubator/ts-dnsserver/0.0.41/questions.yaml similarity index 100% rename from incubator/ts-dnsserver/0.0.40/questions.yaml rename to incubator/ts-dnsserver/0.0.41/questions.yaml diff --git a/incubator/ts-dnsserver/0.0.40/templates/common.yaml b/incubator/ts-dnsserver/0.0.41/templates/common.yaml similarity index 100% rename from incubator/ts-dnsserver/0.0.40/templates/common.yaml rename to incubator/ts-dnsserver/0.0.41/templates/common.yaml diff --git a/incubator/ts-dnsserver/0.0.40/values.yaml b/incubator/ts-dnsserver/0.0.41/values.yaml similarity index 100% rename from incubator/ts-dnsserver/0.0.40/values.yaml rename to incubator/ts-dnsserver/0.0.41/values.yaml diff --git a/incubator/ts3-manager/0.0.18/CHANGELOG.md b/incubator/ts3-manager/0.0.18/CHANGELOG.md deleted file mode 100644 index 46c2d4f05c6..00000000000 --- a/incubator/ts3-manager/0.0.18/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ts3-manager-0.0.18](https://github.com/truecharts/charts/compare/ts3-manager-0.0.17...ts3-manager-0.0.18) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ts3-manager-0.0.17](https://github.com/truecharts/charts/compare/ts3-manager-0.0.16...ts3-manager-0.0.17) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ts3-manager-0.0.17](https://github.com/truecharts/charts/compare/ts3-manager-0.0.16...ts3-manager-0.0.17) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ts3-manager-0.0.16](https://github.com/truecharts/charts/compare/ts3-manager-0.0.15...ts3-manager-0.0.16) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ts3-manager-0.0.15](https://github.com/truecharts/charts/compare/ts3-manager-0.0.14...ts3-manager-0.0.15) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ts3-manager-0.0.14](https://github.com/truecharts/charts/compare/ts3-manager-0.0.13...ts3-manager-0.0.14) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ts3-manager-0.0.13](https://github.com/truecharts/charts/compare/ts3-manager-0.0.12...ts3-manager-0.0.13) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ts3-manager-0.0.13](https://github.com/truecharts/charts/compare/ts3-manager-0.0.12...ts3-manager-0.0.13) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ts3-manager/0.0.18/Chart.lock b/incubator/ts3-manager/0.0.18/Chart.lock deleted file mode 100644 index 528ac3b4c2b..00000000000 --- a/incubator/ts3-manager/0.0.18/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:18.277911607Z" diff --git a/incubator/ts3-manager/0.0.18/Chart.yaml b/incubator/ts3-manager/0.0.18/Chart.yaml deleted file mode 100644 index f716e424010..00000000000 --- a/incubator/ts3-manager/0.0.18/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ts3-manager -version: 0.0.18 -appVersion: "2.2.0" -description: A modern web interface for maintaining Teamspeak3 servers. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/ts3-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts3-manager.png -keywords: - - ts3-manager - - teamspeak - - teamspeak3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ts3-manager - - https://hub.docker.com/r/joni1802/ts3-manager/ - - https://github.com/joni1802/ts3-manager/ -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - web - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/ts3-manager/0.0.18/README.md b/incubator/ts3-manager/0.0.18/README.md deleted file mode 100644 index 0010760f8d4..00000000000 --- a/incubator/ts3-manager/0.0.18/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ts3-manager - -A modern web interface for maintaining Teamspeak3 servers. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ts3-manager](https://truecharts.org/docs/charts/incubator/ts3-manager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ts3-manager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ts3-manager TrueCharts/ts3-manager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ts3-manager` deployment - -```console -helm uninstall ts3-manager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ts3-manager \ - --set env.TZ="America/New York" \ - TrueCharts/ts3-manager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ts3-manager TrueCharts/ts3-manager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ts3-manager/0.0.18/charts/common-10.7.0.tgz b/incubator/ts3-manager/0.0.18/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ts3-manager/0.0.18/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ts3-manager/0.0.19/CHANGELOG.md b/incubator/ts3-manager/0.0.19/CHANGELOG.md new file mode 100644 index 00000000000..b3efdaa5aa1 --- /dev/null +++ b/incubator/ts3-manager/0.0.19/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ts3-manager-0.0.19](https://github.com/truecharts/charts/compare/ts3-manager-0.0.18...ts3-manager-0.0.19) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ts3-manager-0.0.18](https://github.com/truecharts/charts/compare/ts3-manager-0.0.17...ts3-manager-0.0.18) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ts3-manager-0.0.17](https://github.com/truecharts/charts/compare/ts3-manager-0.0.16...ts3-manager-0.0.17) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ts3-manager-0.0.17](https://github.com/truecharts/charts/compare/ts3-manager-0.0.16...ts3-manager-0.0.17) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ts3-manager-0.0.16](https://github.com/truecharts/charts/compare/ts3-manager-0.0.15...ts3-manager-0.0.16) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ts3-manager-0.0.15](https://github.com/truecharts/charts/compare/ts3-manager-0.0.14...ts3-manager-0.0.15) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ts3-manager-0.0.14](https://github.com/truecharts/charts/compare/ts3-manager-0.0.13...ts3-manager-0.0.14) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ts3-manager-0.0.13](https://github.com/truecharts/charts/compare/ts3-manager-0.0.12...ts3-manager-0.0.13) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/ts3-manager/0.0.19/Chart.lock b/incubator/ts3-manager/0.0.19/Chart.lock new file mode 100644 index 00000000000..5b8fae125bf --- /dev/null +++ b/incubator/ts3-manager/0.0.19/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:17.911976747Z" diff --git a/incubator/ts3-manager/0.0.19/Chart.yaml b/incubator/ts3-manager/0.0.19/Chart.yaml new file mode 100644 index 00000000000..b18387316ae --- /dev/null +++ b/incubator/ts3-manager/0.0.19/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ts3-manager +version: 0.0.19 +appVersion: "2.2.0" +description: A modern web interface for maintaining Teamspeak3 servers. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/ts3-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ts3-manager.png +keywords: + - ts3-manager + - teamspeak + - teamspeak3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ts3-manager + - https://hub.docker.com/r/joni1802/ts3-manager/ + - https://github.com/joni1802/ts3-manager/ +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - web + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/ts3-manager/0.0.19/README.md b/incubator/ts3-manager/0.0.19/README.md new file mode 100644 index 00000000000..9100f82769d --- /dev/null +++ b/incubator/ts3-manager/0.0.19/README.md @@ -0,0 +1,107 @@ +# ts3-manager + +A modern web interface for maintaining Teamspeak3 servers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ts3-manager](https://truecharts.org/docs/charts/incubator/ts3-manager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ts3-manager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ts3-manager TrueCharts/ts3-manager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ts3-manager` deployment + +```console +helm uninstall ts3-manager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ts3-manager \ + --set env.TZ="America/New York" \ + TrueCharts/ts3-manager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ts3-manager TrueCharts/ts3-manager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ts3-manager/0.0.18/app-readme.md b/incubator/ts3-manager/0.0.19/app-readme.md similarity index 100% rename from incubator/ts3-manager/0.0.18/app-readme.md rename to incubator/ts3-manager/0.0.19/app-readme.md diff --git a/incubator/ts3-manager/0.0.19/charts/common-10.7.1.tgz b/incubator/ts3-manager/0.0.19/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ts3-manager/0.0.19/charts/common-10.7.1.tgz differ diff --git a/incubator/ts3-manager/0.0.18/ix_values.yaml b/incubator/ts3-manager/0.0.19/ix_values.yaml similarity index 100% rename from incubator/ts3-manager/0.0.18/ix_values.yaml rename to incubator/ts3-manager/0.0.19/ix_values.yaml diff --git a/incubator/ts3-manager/0.0.18/questions.yaml b/incubator/ts3-manager/0.0.19/questions.yaml similarity index 100% rename from incubator/ts3-manager/0.0.18/questions.yaml rename to incubator/ts3-manager/0.0.19/questions.yaml diff --git a/incubator/ts3-manager/0.0.18/templates/common.yaml b/incubator/ts3-manager/0.0.19/templates/common.yaml similarity index 100% rename from incubator/ts3-manager/0.0.18/templates/common.yaml rename to incubator/ts3-manager/0.0.19/templates/common.yaml diff --git a/incubator/ts3-manager/0.0.18/values.yaml b/incubator/ts3-manager/0.0.19/values.yaml similarity index 100% rename from incubator/ts3-manager/0.0.18/values.yaml rename to incubator/ts3-manager/0.0.19/values.yaml diff --git a/incubator/tubearchivist-es/0.0.31/CHANGELOG.md b/incubator/tubearchivist-es/0.0.31/CHANGELOG.md deleted file mode 100644 index 5c336d8e684..00000000000 --- a/incubator/tubearchivist-es/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tubearchivist-es-0.0.31](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.30...tubearchivist-es-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tubearchivist-es-0.0.30](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.29...tubearchivist-es-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubearchivist-es-0.0.30](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.29...tubearchivist-es-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubearchivist-es-0.0.29](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.28...tubearchivist-es-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tubearchivist-es-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.27...tubearchivist-es-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tubearchivist-es-0.0.27](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.26...tubearchivist-es-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tubearchivist-es-0.0.26](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.24...tubearchivist-es-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tubearchivist-es-0.0.26](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.24...tubearchivist-es-0.0.26) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tubearchivist-es/0.0.31/Chart.lock b/incubator/tubearchivist-es/0.0.31/Chart.lock deleted file mode 100644 index 1757c75cd0d..00000000000 --- a/incubator/tubearchivist-es/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:25.108202287Z" diff --git a/incubator/tubearchivist-es/0.0.31/Chart.yaml b/incubator/tubearchivist-es/0.0.31/Chart.yaml deleted file mode 100644 index 2945d41bf38..00000000000 --- a/incubator/tubearchivist-es/0.0.31/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: 'This is a dependancy Chart for the application "TubeArchivist"' -home: https://truecharts.org/docs/charts/incubator/tubearchivist-es -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png -keywords: - - tubearchivist-es - - Tools-Utilities - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tubearchivist-es -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es - - https://github.com/elastic/elasticsearch - - https://hub.docker.com/_/elasticsearch -type: application -version: 0.0.31 diff --git a/incubator/tubearchivist-es/0.0.31/README.md b/incubator/tubearchivist-es/0.0.31/README.md deleted file mode 100644 index 1ce10b24d07..00000000000 --- a/incubator/tubearchivist-es/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tubearchivist-es - -This is a dependancy Chart for the application "TubeArchivist" - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tubearchivist-es](https://truecharts.org/docs/charts/incubator/tubearchivist-es) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tubearchivist-es` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tubearchivist-es TrueCharts/tubearchivist-es -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tubearchivist-es` deployment - -```console -helm uninstall tubearchivist-es -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tubearchivist-es \ - --set env.TZ="America/New York" \ - TrueCharts/tubearchivist-es -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tubearchivist-es TrueCharts/tubearchivist-es -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubearchivist-es/0.0.31/charts/common-10.7.0.tgz b/incubator/tubearchivist-es/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tubearchivist-es/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tubearchivist-es/0.0.32/CHANGELOG.md b/incubator/tubearchivist-es/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..d21075395e2 --- /dev/null +++ b/incubator/tubearchivist-es/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tubearchivist-es-0.0.32](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.31...tubearchivist-es-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tubearchivist-es-0.0.31](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.30...tubearchivist-es-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tubearchivist-es-0.0.30](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.29...tubearchivist-es-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubearchivist-es-0.0.30](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.29...tubearchivist-es-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubearchivist-es-0.0.29](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.28...tubearchivist-es-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tubearchivist-es-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.27...tubearchivist-es-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tubearchivist-es-0.0.27](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.26...tubearchivist-es-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tubearchivist-es-0.0.26](https://github.com/truecharts/charts/compare/tubearchivist-es-0.0.24...tubearchivist-es-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/incubator/tubearchivist-es/0.0.32/Chart.lock b/incubator/tubearchivist-es/0.0.32/Chart.lock new file mode 100644 index 00000000000..87b8b29e7e8 --- /dev/null +++ b/incubator/tubearchivist-es/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:29.15047134Z" diff --git a/incubator/tubearchivist-es/0.0.32/Chart.yaml b/incubator/tubearchivist-es/0.0.32/Chart.yaml new file mode 100644 index 00000000000..6fe1449790a --- /dev/null +++ b/incubator/tubearchivist-es/0.0.32/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: 'This is a dependancy Chart for the application "TubeArchivist"' +home: https://truecharts.org/docs/charts/incubator/tubearchivist-es +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png +keywords: + - tubearchivist-es + - Tools-Utilities + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tubearchivist-es +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es + - https://github.com/elastic/elasticsearch + - https://hub.docker.com/_/elasticsearch +type: application +version: 0.0.32 diff --git a/incubator/tubearchivist-es/0.0.32/README.md b/incubator/tubearchivist-es/0.0.32/README.md new file mode 100644 index 00000000000..d0070f18e86 --- /dev/null +++ b/incubator/tubearchivist-es/0.0.32/README.md @@ -0,0 +1,107 @@ +# tubearchivist-es + +This is a dependancy Chart for the application "TubeArchivist" + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tubearchivist-es](https://truecharts.org/docs/charts/incubator/tubearchivist-es) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tubearchivist-es` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tubearchivist-es TrueCharts/tubearchivist-es +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tubearchivist-es` deployment + +```console +helm uninstall tubearchivist-es +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tubearchivist-es \ + --set env.TZ="America/New York" \ + TrueCharts/tubearchivist-es +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tubearchivist-es TrueCharts/tubearchivist-es -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubearchivist-es/0.0.31/app-readme.md b/incubator/tubearchivist-es/0.0.32/app-readme.md similarity index 100% rename from incubator/tubearchivist-es/0.0.31/app-readme.md rename to incubator/tubearchivist-es/0.0.32/app-readme.md diff --git a/incubator/tubearchivist-es/0.0.32/charts/common-10.7.1.tgz b/incubator/tubearchivist-es/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tubearchivist-es/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/tubearchivist-es/0.0.31/ix_values.yaml b/incubator/tubearchivist-es/0.0.32/ix_values.yaml similarity index 100% rename from incubator/tubearchivist-es/0.0.31/ix_values.yaml rename to incubator/tubearchivist-es/0.0.32/ix_values.yaml diff --git a/incubator/tubearchivist-es/0.0.31/questions.yaml b/incubator/tubearchivist-es/0.0.32/questions.yaml similarity index 100% rename from incubator/tubearchivist-es/0.0.31/questions.yaml rename to incubator/tubearchivist-es/0.0.32/questions.yaml diff --git a/incubator/tubearchivist-es/0.0.31/templates/common.yaml b/incubator/tubearchivist-es/0.0.32/templates/common.yaml similarity index 100% rename from incubator/tubearchivist-es/0.0.31/templates/common.yaml rename to incubator/tubearchivist-es/0.0.32/templates/common.yaml diff --git a/incubator/tubearchivist-es/0.0.31/values.yaml b/incubator/tubearchivist-es/0.0.32/values.yaml similarity index 100% rename from incubator/tubearchivist-es/0.0.31/values.yaml rename to incubator/tubearchivist-es/0.0.32/values.yaml diff --git a/incubator/tubearchivist-redisjson/0.0.29/CHANGELOG.md b/incubator/tubearchivist-redisjson/0.0.29/CHANGELOG.md deleted file mode 100644 index 5628b22db55..00000000000 --- a/incubator/tubearchivist-redisjson/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tubearchivist-redisjson-0.0.29](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.28...tubearchivist-redisjson-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tubearchivist-redisjson-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.27...tubearchivist-redisjson-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubearchivist-redisjson-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.27...tubearchivist-redisjson-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubearchivist-redisjson-0.0.27](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.26...tubearchivist-redisjson-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tubearchivist-redisjson-0.0.26](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.25...tubearchivist-redisjson-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tubearchivist-redisjson-0.0.25](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.24...tubearchivist-redisjson-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tubearchivist-redisjson-0.0.24](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.23...tubearchivist-redisjson-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tubearchivist-redisjson-0.0.24](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.23...tubearchivist-redisjson-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/tubearchivist-redisjson/0.0.29/Chart.lock b/incubator/tubearchivist-redisjson/0.0.29/Chart.lock deleted file mode 100644 index 8f3e7923ded..00000000000 --- a/incubator/tubearchivist-redisjson/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:35.151902581Z" diff --git a/incubator/tubearchivist-redisjson/0.0.29/Chart.yaml b/incubator/tubearchivist-redisjson/0.0.29/Chart.yaml deleted file mode 100644 index 69bdf0d2807..00000000000 --- a/incubator/tubearchivist-redisjson/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: 'This is a dependancy Chart for the application "TubeArchivist"' -home: https://truecharts.org/docs/charts/incubator/tubearchivist-redisjson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png -keywords: - - tubearchivist-redisjson - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tubearchivist-redisjson -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-redisjson - - https://github.com/RedisJSON/RedisJSON - - https://hub.docker.com/r/redislabs/rejson/ -type: application -version: 0.0.29 diff --git a/incubator/tubearchivist-redisjson/0.0.29/README.md b/incubator/tubearchivist-redisjson/0.0.29/README.md deleted file mode 100644 index 363b38109c6..00000000000 --- a/incubator/tubearchivist-redisjson/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tubearchivist-redisjson - -This is a dependancy Chart for the application "TubeArchivist" - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tubearchivist-redisjson](https://truecharts.org/docs/charts/incubator/tubearchivist-redisjson) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tubearchivist-redisjson` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tubearchivist-redisjson` deployment - -```console -helm uninstall tubearchivist-redisjson -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tubearchivist-redisjson \ - --set env.TZ="America/New York" \ - TrueCharts/tubearchivist-redisjson -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubearchivist-redisjson/0.0.29/charts/common-10.7.0.tgz b/incubator/tubearchivist-redisjson/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tubearchivist-redisjson/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tubearchivist-redisjson/0.0.30/CHANGELOG.md b/incubator/tubearchivist-redisjson/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..8a89c4fc21b --- /dev/null +++ b/incubator/tubearchivist-redisjson/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tubearchivist-redisjson-0.0.30](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.29...tubearchivist-redisjson-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tubearchivist-redisjson-0.0.29](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.28...tubearchivist-redisjson-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tubearchivist-redisjson-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.27...tubearchivist-redisjson-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubearchivist-redisjson-0.0.28](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.27...tubearchivist-redisjson-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubearchivist-redisjson-0.0.27](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.26...tubearchivist-redisjson-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tubearchivist-redisjson-0.0.26](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.25...tubearchivist-redisjson-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tubearchivist-redisjson-0.0.25](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.24...tubearchivist-redisjson-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tubearchivist-redisjson-0.0.24](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-0.0.23...tubearchivist-redisjson-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/tubearchivist-redisjson/0.0.30/Chart.lock b/incubator/tubearchivist-redisjson/0.0.30/Chart.lock new file mode 100644 index 00000000000..c9066104e77 --- /dev/null +++ b/incubator/tubearchivist-redisjson/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:30.431297723Z" diff --git a/incubator/tubearchivist-redisjson/0.0.30/Chart.yaml b/incubator/tubearchivist-redisjson/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9e6784b48ad --- /dev/null +++ b/incubator/tubearchivist-redisjson/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: 'This is a dependancy Chart for the application "TubeArchivist"' +home: https://truecharts.org/docs/charts/incubator/tubearchivist-redisjson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.png +keywords: + - tubearchivist-redisjson + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tubearchivist-redisjson +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-redisjson + - https://github.com/RedisJSON/RedisJSON + - https://hub.docker.com/r/redislabs/rejson/ +type: application +version: 0.0.30 diff --git a/incubator/tubearchivist-redisjson/0.0.30/README.md b/incubator/tubearchivist-redisjson/0.0.30/README.md new file mode 100644 index 00000000000..b3735677120 --- /dev/null +++ b/incubator/tubearchivist-redisjson/0.0.30/README.md @@ -0,0 +1,107 @@ +# tubearchivist-redisjson + +This is a dependancy Chart for the application "TubeArchivist" + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tubearchivist-redisjson](https://truecharts.org/docs/charts/incubator/tubearchivist-redisjson) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tubearchivist-redisjson` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tubearchivist-redisjson` deployment + +```console +helm uninstall tubearchivist-redisjson +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tubearchivist-redisjson \ + --set env.TZ="America/New York" \ + TrueCharts/tubearchivist-redisjson +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tubearchivist-redisjson TrueCharts/tubearchivist-redisjson -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubearchivist-redisjson/0.0.29/app-readme.md b/incubator/tubearchivist-redisjson/0.0.30/app-readme.md similarity index 100% rename from incubator/tubearchivist-redisjson/0.0.29/app-readme.md rename to incubator/tubearchivist-redisjson/0.0.30/app-readme.md diff --git a/incubator/tubearchivist-redisjson/0.0.30/charts/common-10.7.1.tgz b/incubator/tubearchivist-redisjson/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tubearchivist-redisjson/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/tubearchivist-redisjson/0.0.29/ix_values.yaml b/incubator/tubearchivist-redisjson/0.0.30/ix_values.yaml similarity index 100% rename from incubator/tubearchivist-redisjson/0.0.29/ix_values.yaml rename to incubator/tubearchivist-redisjson/0.0.30/ix_values.yaml diff --git a/incubator/tubearchivist-redisjson/0.0.29/questions.yaml b/incubator/tubearchivist-redisjson/0.0.30/questions.yaml similarity index 100% rename from incubator/tubearchivist-redisjson/0.0.29/questions.yaml rename to incubator/tubearchivist-redisjson/0.0.30/questions.yaml diff --git a/incubator/tubearchivist-redisjson/0.0.29/templates/common.yaml b/incubator/tubearchivist-redisjson/0.0.30/templates/common.yaml similarity index 100% rename from incubator/tubearchivist-redisjson/0.0.29/templates/common.yaml rename to incubator/tubearchivist-redisjson/0.0.30/templates/common.yaml diff --git a/incubator/tubearchivist-redisjson/0.0.29/values.yaml b/incubator/tubearchivist-redisjson/0.0.30/values.yaml similarity index 100% rename from incubator/tubearchivist-redisjson/0.0.29/values.yaml rename to incubator/tubearchivist-redisjson/0.0.30/values.yaml diff --git a/incubator/tubesync/0.0.34/CHANGELOG.md b/incubator/tubesync/0.0.34/CHANGELOG.md deleted file mode 100644 index 755dd686ed7..00000000000 --- a/incubator/tubesync/0.0.34/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tubesync-0.0.34](https://github.com/truecharts/charts/compare/tubesync-0.0.33...tubesync-0.0.34) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tubesync-0.0.33](https://github.com/truecharts/charts/compare/tubesync-0.0.32...tubesync-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubesync-0.0.33](https://github.com/truecharts/charts/compare/tubesync-0.0.32...tubesync-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tubesync-0.0.32](https://github.com/truecharts/charts/compare/tubesync-0.0.31...tubesync-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tubesync-0.0.31](https://github.com/truecharts/charts/compare/tubesync-0.0.30...tubesync-0.0.31) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [tubesync-0.0.31](https://github.com/truecharts/charts/compare/tubesync-0.0.30...tubesync-0.0.31) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [tubesync-0.0.30](https://github.com/truecharts/charts/compare/tubesync-0.0.29...tubesync-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tubesync-0.0.29](https://github.com/truecharts/charts/compare/tubesync-0.0.28...tubesync-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tubesync-0.0.28](https://github.com/truecharts/charts/compare/tubesync-0.0.27...tubesync-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [tubesync-0.0.27](https://github.com/truecharts/charts/compare/tubesync-0.0.26...tubesync-0.0.27) (2022-09-22) - diff --git a/incubator/tubesync/0.0.34/Chart.lock b/incubator/tubesync/0.0.34/Chart.lock deleted file mode 100644 index 9edb9ff71fa..00000000000 --- a/incubator/tubesync/0.0.34/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:46.540930312Z" diff --git a/incubator/tubesync/0.0.34/Chart.yaml b/incubator/tubesync/0.0.34/Chart.yaml deleted file mode 100644 index e30cf126ee1..00000000000 --- a/incubator/tubesync/0.0.34/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Video - - MediaServer-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded." -home: https://truecharts.org/docs/charts/incubator/tubesync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png -keywords: - - tubesync - - Downloaders - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tubesync -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync - - https://github.com/meeb/tubesync - - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync -type: application -version: 0.0.34 diff --git a/incubator/tubesync/0.0.34/README.md b/incubator/tubesync/0.0.34/README.md deleted file mode 100644 index 71cefd5ee11..00000000000 --- a/incubator/tubesync/0.0.34/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tubesync - -TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tubesync](https://truecharts.org/docs/charts/incubator/tubesync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tubesync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tubesync TrueCharts/tubesync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tubesync` deployment - -```console -helm uninstall tubesync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tubesync \ - --set env.TZ="America/New York" \ - TrueCharts/tubesync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tubesync TrueCharts/tubesync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubesync/0.0.34/charts/common-10.7.0.tgz b/incubator/tubesync/0.0.34/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tubesync/0.0.34/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tubesync/0.0.35/CHANGELOG.md b/incubator/tubesync/0.0.35/CHANGELOG.md new file mode 100644 index 00000000000..fa5e1c03de7 --- /dev/null +++ b/incubator/tubesync/0.0.35/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tubesync-0.0.35](https://github.com/truecharts/charts/compare/tubesync-0.0.34...tubesync-0.0.35) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tubesync-0.0.34](https://github.com/truecharts/charts/compare/tubesync-0.0.33...tubesync-0.0.34) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tubesync-0.0.33](https://github.com/truecharts/charts/compare/tubesync-0.0.32...tubesync-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubesync-0.0.33](https://github.com/truecharts/charts/compare/tubesync-0.0.32...tubesync-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tubesync-0.0.32](https://github.com/truecharts/charts/compare/tubesync-0.0.31...tubesync-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tubesync-0.0.31](https://github.com/truecharts/charts/compare/tubesync-0.0.30...tubesync-0.0.31) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [tubesync-0.0.31](https://github.com/truecharts/charts/compare/tubesync-0.0.30...tubesync-0.0.31) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [tubesync-0.0.30](https://github.com/truecharts/charts/compare/tubesync-0.0.29...tubesync-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tubesync-0.0.29](https://github.com/truecharts/charts/compare/tubesync-0.0.28...tubesync-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tubesync-0.0.28](https://github.com/truecharts/charts/compare/tubesync-0.0.27...tubesync-0.0.28) (2022-09-25) + diff --git a/incubator/tubesync/0.0.35/Chart.lock b/incubator/tubesync/0.0.35/Chart.lock new file mode 100644 index 00000000000..5bfb71980b0 --- /dev/null +++ b/incubator/tubesync/0.0.35/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:37.699066283Z" diff --git a/incubator/tubesync/0.0.35/Chart.yaml b/incubator/tubesync/0.0.35/Chart.yaml new file mode 100644 index 00000000000..c4e55ee9aac --- /dev/null +++ b/incubator/tubesync/0.0.35/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Video + - MediaServer-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded." +home: https://truecharts.org/docs/charts/incubator/tubesync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.png +keywords: + - tubesync + - Downloaders + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tubesync +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tubesync + - https://github.com/meeb/tubesync + - https://registry.hub.docker.com/r/ghcr.io/meeb/tubesync +type: application +version: 0.0.35 diff --git a/incubator/tubesync/0.0.35/README.md b/incubator/tubesync/0.0.35/README.md new file mode 100644 index 00000000000..515ff11149b --- /dev/null +++ b/incubator/tubesync/0.0.35/README.md @@ -0,0 +1,107 @@ +# tubesync + +TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tubesync](https://truecharts.org/docs/charts/incubator/tubesync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tubesync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tubesync TrueCharts/tubesync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tubesync` deployment + +```console +helm uninstall tubesync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tubesync \ + --set env.TZ="America/New York" \ + TrueCharts/tubesync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tubesync TrueCharts/tubesync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tubesync/0.0.34/app-readme.md b/incubator/tubesync/0.0.35/app-readme.md similarity index 100% rename from incubator/tubesync/0.0.34/app-readme.md rename to incubator/tubesync/0.0.35/app-readme.md diff --git a/incubator/tubesync/0.0.35/charts/common-10.7.1.tgz b/incubator/tubesync/0.0.35/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tubesync/0.0.35/charts/common-10.7.1.tgz differ diff --git a/incubator/tubesync/0.0.34/ix_values.yaml b/incubator/tubesync/0.0.35/ix_values.yaml similarity index 100% rename from incubator/tubesync/0.0.34/ix_values.yaml rename to incubator/tubesync/0.0.35/ix_values.yaml diff --git a/incubator/tubesync/0.0.34/questions.yaml b/incubator/tubesync/0.0.35/questions.yaml similarity index 100% rename from incubator/tubesync/0.0.34/questions.yaml rename to incubator/tubesync/0.0.35/questions.yaml diff --git a/incubator/tubesync/0.0.34/templates/common.yaml b/incubator/tubesync/0.0.35/templates/common.yaml similarity index 100% rename from incubator/tubesync/0.0.34/templates/common.yaml rename to incubator/tubesync/0.0.35/templates/common.yaml diff --git a/incubator/tubesync/0.0.34/values.yaml b/incubator/tubesync/0.0.35/values.yaml similarity index 100% rename from incubator/tubesync/0.0.34/values.yaml rename to incubator/tubesync/0.0.35/values.yaml diff --git a/incubator/tvhproxy/0.0.29/CHANGELOG.md b/incubator/tvhproxy/0.0.29/CHANGELOG.md deleted file mode 100644 index bec6efbb93a..00000000000 --- a/incubator/tvhproxy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tvhproxy-0.0.29](https://github.com/truecharts/charts/compare/tvhproxy-0.0.28...tvhproxy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tvhproxy-0.0.28](https://github.com/truecharts/charts/compare/tvhproxy-0.0.27...tvhproxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tvhproxy-0.0.28](https://github.com/truecharts/charts/compare/tvhproxy-0.0.27...tvhproxy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tvhproxy-0.0.27](https://github.com/truecharts/charts/compare/tvhproxy-0.0.26...tvhproxy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tvhproxy-0.0.26](https://github.com/truecharts/charts/compare/tvhproxy-0.0.25...tvhproxy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tvhproxy-0.0.25](https://github.com/truecharts/charts/compare/tvhproxy-0.0.24...tvhproxy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tvhproxy-0.0.24](https://github.com/truecharts/charts/compare/tvhproxy-0.0.22...tvhproxy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [tvhproxy-0.0.24](https://github.com/truecharts/charts/compare/tvhproxy-0.0.22...tvhproxy-0.0.24) (2022-09-21) - -### Chore diff --git a/incubator/tvhproxy/0.0.29/Chart.lock b/incubator/tvhproxy/0.0.29/Chart.lock deleted file mode 100644 index 3f5f54ba48f..00000000000 --- a/incubator/tvhproxy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:47.708070844Z" diff --git a/incubator/tvhproxy/0.0.29/Chart.yaml b/incubator/tvhproxy/0.0.29/Chart.yaml deleted file mode 100644 index f4ee61af396..00000000000 --- a/incubator/tvhproxy/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Video -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address." -home: https://truecharts.org/docs/charts/incubator/tvhproxy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png -keywords: - - tvhproxy - - MediaApp-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tvhproxy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/tvhproxy - - https://hub.docker.com/r/chvb/docker-tvhproxy -type: application -version: 0.0.29 diff --git a/incubator/tvhproxy/0.0.29/README.md b/incubator/tvhproxy/0.0.29/README.md deleted file mode 100644 index 406414cf49b..00000000000 --- a/incubator/tvhproxy/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# tvhproxy - -TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tvhproxy](https://truecharts.org/docs/charts/incubator/tvhproxy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tvhproxy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tvhproxy TrueCharts/tvhproxy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tvhproxy` deployment - -```console -helm uninstall tvhproxy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tvhproxy \ - --set env.TZ="America/New York" \ - TrueCharts/tvhproxy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tvhproxy TrueCharts/tvhproxy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/tvhproxy/0.0.29/charts/common-10.7.0.tgz b/incubator/tvhproxy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/tvhproxy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/tvhproxy/0.0.30/CHANGELOG.md b/incubator/tvhproxy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..5f273b755d6 --- /dev/null +++ b/incubator/tvhproxy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tvhproxy-0.0.30](https://github.com/truecharts/charts/compare/tvhproxy-0.0.29...tvhproxy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tvhproxy-0.0.29](https://github.com/truecharts/charts/compare/tvhproxy-0.0.28...tvhproxy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tvhproxy-0.0.28](https://github.com/truecharts/charts/compare/tvhproxy-0.0.27...tvhproxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tvhproxy-0.0.28](https://github.com/truecharts/charts/compare/tvhproxy-0.0.27...tvhproxy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tvhproxy-0.0.27](https://github.com/truecharts/charts/compare/tvhproxy-0.0.26...tvhproxy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tvhproxy-0.0.26](https://github.com/truecharts/charts/compare/tvhproxy-0.0.25...tvhproxy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tvhproxy-0.0.25](https://github.com/truecharts/charts/compare/tvhproxy-0.0.24...tvhproxy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tvhproxy-0.0.24](https://github.com/truecharts/charts/compare/tvhproxy-0.0.22...tvhproxy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/tvhproxy/0.0.30/Chart.lock b/incubator/tvhproxy/0.0.30/Chart.lock new file mode 100644 index 00000000000..1e0518837c8 --- /dev/null +++ b/incubator/tvhproxy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:52:49.395625564Z" diff --git a/incubator/tvhproxy/0.0.30/Chart.yaml b/incubator/tvhproxy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b4dfcdbad33 --- /dev/null +++ b/incubator/tvhproxy/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Video +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address." +home: https://truecharts.org/docs/charts/incubator/tvhproxy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.png +keywords: + - tvhproxy + - MediaApp-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tvhproxy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/tvhproxy + - https://hub.docker.com/r/chvb/docker-tvhproxy +type: application +version: 0.0.30 diff --git a/incubator/tvhproxy/0.0.30/README.md b/incubator/tvhproxy/0.0.30/README.md new file mode 100644 index 00000000000..98c02c50617 --- /dev/null +++ b/incubator/tvhproxy/0.0.30/README.md @@ -0,0 +1,106 @@ +# tvhproxy + +TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tvhproxy](https://truecharts.org/docs/charts/incubator/tvhproxy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tvhproxy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tvhproxy TrueCharts/tvhproxy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tvhproxy` deployment + +```console +helm uninstall tvhproxy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tvhproxy \ + --set env.TZ="America/New York" \ + TrueCharts/tvhproxy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tvhproxy TrueCharts/tvhproxy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/tvhproxy/0.0.29/app-readme.md b/incubator/tvhproxy/0.0.30/app-readme.md similarity index 100% rename from incubator/tvhproxy/0.0.29/app-readme.md rename to incubator/tvhproxy/0.0.30/app-readme.md diff --git a/incubator/tvhproxy/0.0.30/charts/common-10.7.1.tgz b/incubator/tvhproxy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/tvhproxy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/tvhproxy/0.0.29/ix_values.yaml b/incubator/tvhproxy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/tvhproxy/0.0.29/ix_values.yaml rename to incubator/tvhproxy/0.0.30/ix_values.yaml diff --git a/incubator/tvhproxy/0.0.29/questions.yaml b/incubator/tvhproxy/0.0.30/questions.yaml similarity index 100% rename from incubator/tvhproxy/0.0.29/questions.yaml rename to incubator/tvhproxy/0.0.30/questions.yaml diff --git a/incubator/tvhproxy/0.0.29/templates/common.yaml b/incubator/tvhproxy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/tvhproxy/0.0.29/templates/common.yaml rename to incubator/tvhproxy/0.0.30/templates/common.yaml diff --git a/incubator/tvhproxy/0.0.29/values.yaml b/incubator/tvhproxy/0.0.30/values.yaml similarity index 100% rename from incubator/tvhproxy/0.0.29/values.yaml rename to incubator/tvhproxy/0.0.30/values.yaml diff --git a/incubator/twonky-server/0.0.36/CHANGELOG.md b/incubator/twonky-server/0.0.36/CHANGELOG.md deleted file mode 100644 index cd250e3b5fe..00000000000 --- a/incubator/twonky-server/0.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [twonky-server-0.0.36](https://github.com/truecharts/charts/compare/twonky-server-0.0.35...twonky-server-0.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [twonky-server-0.0.35](https://github.com/truecharts/charts/compare/twonky-server-0.0.34...twonky-server-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [twonky-server-0.0.35](https://github.com/truecharts/charts/compare/twonky-server-0.0.34...twonky-server-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [twonky-server-0.0.34](https://github.com/truecharts/charts/compare/twonky-server-0.0.33...twonky-server-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [twonky-server-0.0.33](https://github.com/truecharts/charts/compare/twonky-server-0.0.32...twonky-server-0.0.33) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [twonky-server-0.0.32](https://github.com/truecharts/charts/compare/twonky-server-0.0.31...twonky-server-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [twonky-server-0.0.31](https://github.com/truecharts/charts/compare/twonky-server-0.0.30...twonky-server-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [twonky-server-0.0.30](https://github.com/truecharts/charts/compare/twonky-server-0.0.29...twonky-server-0.0.30) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [twonky-server-0.0.29](https://github.com/truecharts/charts/compare/twonky-server-0.0.27...twonky-server-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/twonky-server/0.0.36/Chart.lock b/incubator/twonky-server/0.0.36/Chart.lock deleted file mode 100644 index cba329f8458..00000000000 --- a/incubator/twonky-server/0.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:09:54.424187672Z" diff --git a/incubator/twonky-server/0.0.36/Chart.yaml b/incubator/twonky-server/0.0.36/Chart.yaml deleted file mode 100644 index f2d15c7c024..00000000000 --- a/incubator/twonky-server/0.0.36/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Video - - MediaServer-Music - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. -home: https://truecharts.org/docs/charts/incubator/twonky-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png -keywords: - - twonky-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: twonky-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/twonky-server - - https://github.com/H2CK/twonkyserver - - https://hub.docker.com/r/dtjs48jkt/twonkyserver/ -type: application -version: 0.0.36 diff --git a/incubator/twonky-server/0.0.36/README.md b/incubator/twonky-server/0.0.36/README.md deleted file mode 100644 index a8e8fc89889..00000000000 --- a/incubator/twonky-server/0.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# twonky-server - -TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [twonky-server](https://truecharts.org/docs/charts/incubator/twonky-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `twonky-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install twonky-server TrueCharts/twonky-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `twonky-server` deployment - -```console -helm uninstall twonky-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install twonky-server \ - --set env.TZ="America/New York" \ - TrueCharts/twonky-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install twonky-server TrueCharts/twonky-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/twonky-server/0.0.36/charts/common-10.7.0.tgz b/incubator/twonky-server/0.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/twonky-server/0.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/twonky-server/0.0.37/CHANGELOG.md b/incubator/twonky-server/0.0.37/CHANGELOG.md new file mode 100644 index 00000000000..cbbd164639f --- /dev/null +++ b/incubator/twonky-server/0.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [twonky-server-0.0.37](https://github.com/truecharts/charts/compare/twonky-server-0.0.36...twonky-server-0.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [twonky-server-0.0.36](https://github.com/truecharts/charts/compare/twonky-server-0.0.35...twonky-server-0.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [twonky-server-0.0.35](https://github.com/truecharts/charts/compare/twonky-server-0.0.34...twonky-server-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [twonky-server-0.0.35](https://github.com/truecharts/charts/compare/twonky-server-0.0.34...twonky-server-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [twonky-server-0.0.34](https://github.com/truecharts/charts/compare/twonky-server-0.0.33...twonky-server-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [twonky-server-0.0.33](https://github.com/truecharts/charts/compare/twonky-server-0.0.32...twonky-server-0.0.33) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [twonky-server-0.0.32](https://github.com/truecharts/charts/compare/twonky-server-0.0.31...twonky-server-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [twonky-server-0.0.31](https://github.com/truecharts/charts/compare/twonky-server-0.0.30...twonky-server-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [twonky-server-0.0.30](https://github.com/truecharts/charts/compare/twonky-server-0.0.29...twonky-server-0.0.30) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [twonky-server-0.0.29](https://github.com/truecharts/charts/compare/twonky-server-0.0.27...twonky-server-0.0.29) (2022-09-22) + +### Chore diff --git a/incubator/twonky-server/0.0.37/Chart.lock b/incubator/twonky-server/0.0.37/Chart.lock new file mode 100644 index 00000000000..8950c5194b9 --- /dev/null +++ b/incubator/twonky-server/0.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:00.716429738Z" diff --git a/incubator/twonky-server/0.0.37/Chart.yaml b/incubator/twonky-server/0.0.37/Chart.yaml new file mode 100644 index 00000000000..fbadbecc49e --- /dev/null +++ b/incubator/twonky-server/0.0.37/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. +home: https://truecharts.org/docs/charts/incubator/twonky-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.png +keywords: + - twonky-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: twonky-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/twonky-server + - https://github.com/H2CK/twonkyserver + - https://hub.docker.com/r/dtjs48jkt/twonkyserver/ +type: application +version: 0.0.37 diff --git a/incubator/twonky-server/0.0.37/README.md b/incubator/twonky-server/0.0.37/README.md new file mode 100644 index 00000000000..01176efdba4 --- /dev/null +++ b/incubator/twonky-server/0.0.37/README.md @@ -0,0 +1,107 @@ +# twonky-server + +TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [twonky-server](https://truecharts.org/docs/charts/incubator/twonky-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `twonky-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install twonky-server TrueCharts/twonky-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `twonky-server` deployment + +```console +helm uninstall twonky-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install twonky-server \ + --set env.TZ="America/New York" \ + TrueCharts/twonky-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install twonky-server TrueCharts/twonky-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/twonky-server/0.0.36/app-readme.md b/incubator/twonky-server/0.0.37/app-readme.md similarity index 100% rename from incubator/twonky-server/0.0.36/app-readme.md rename to incubator/twonky-server/0.0.37/app-readme.md diff --git a/incubator/twonky-server/0.0.37/charts/common-10.7.1.tgz b/incubator/twonky-server/0.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/twonky-server/0.0.37/charts/common-10.7.1.tgz differ diff --git a/incubator/twonky-server/0.0.36/ix_values.yaml b/incubator/twonky-server/0.0.37/ix_values.yaml similarity index 100% rename from incubator/twonky-server/0.0.36/ix_values.yaml rename to incubator/twonky-server/0.0.37/ix_values.yaml diff --git a/incubator/twonky-server/0.0.36/questions.yaml b/incubator/twonky-server/0.0.37/questions.yaml similarity index 100% rename from incubator/twonky-server/0.0.36/questions.yaml rename to incubator/twonky-server/0.0.37/questions.yaml diff --git a/incubator/twonky-server/0.0.36/templates/common.yaml b/incubator/twonky-server/0.0.37/templates/common.yaml similarity index 100% rename from incubator/twonky-server/0.0.36/templates/common.yaml rename to incubator/twonky-server/0.0.37/templates/common.yaml diff --git a/incubator/twonky-server/0.0.36/values.yaml b/incubator/twonky-server/0.0.37/values.yaml similarity index 100% rename from incubator/twonky-server/0.0.36/values.yaml rename to incubator/twonky-server/0.0.37/values.yaml diff --git a/incubator/ubuntu-xrdp/0.0.29/CHANGELOG.md b/incubator/ubuntu-xrdp/0.0.29/CHANGELOG.md deleted file mode 100644 index 077315d8a37..00000000000 --- a/incubator/ubuntu-xrdp/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ubuntu-xrdp-0.0.29](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.28...ubuntu-xrdp-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ubuntu-xrdp-0.0.28](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.27...ubuntu-xrdp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ubuntu-xrdp-0.0.28](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.27...ubuntu-xrdp-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ubuntu-xrdp-0.0.27](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.26...ubuntu-xrdp-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ubuntu-xrdp-0.0.26](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.25...ubuntu-xrdp-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ubuntu-xrdp-0.0.25](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.24...ubuntu-xrdp-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ubuntu-xrdp-0.0.24](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.23...ubuntu-xrdp-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ubuntu-xrdp-0.0.24](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.23...ubuntu-xrdp-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ubuntu-xrdp/0.0.29/Chart.lock b/incubator/ubuntu-xrdp/0.0.29/Chart.lock deleted file mode 100644 index 5f354891dd9..00000000000 --- a/incubator/ubuntu-xrdp/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:04.642005604Z" diff --git a/incubator/ubuntu-xrdp/0.0.29/Chart.yaml b/incubator/ubuntu-xrdp/0.0.29/Chart.yaml deleted file mode 100644 index 4182632718b..00000000000 --- a/incubator/ubuntu-xrdp/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: LXDE desktop ubuntu (use remote desktop client to connect) -home: https://truecharts.org/docs/charts/incubator/ubuntu-xrdp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubuntu-xrdp.png -keywords: - - ubuntu-xrdp - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ubuntu-xrdp -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp - - https://registry.hub.docker.com/r/snoopy86/desktop-dockers/ -type: application -version: 0.0.29 diff --git a/incubator/ubuntu-xrdp/0.0.29/README.md b/incubator/ubuntu-xrdp/0.0.29/README.md deleted file mode 100644 index 0d713b97034..00000000000 --- a/incubator/ubuntu-xrdp/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ubuntu-xrdp - -LXDE desktop ubuntu (use remote desktop client to connect) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ubuntu-xrdp](https://truecharts.org/docs/charts/incubator/ubuntu-xrdp) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ubuntu-xrdp` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ubuntu-xrdp` deployment - -```console -helm uninstall ubuntu-xrdp -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ubuntu-xrdp \ - --set env.TZ="America/New York" \ - TrueCharts/ubuntu-xrdp -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ubuntu-xrdp/0.0.29/charts/common-10.7.0.tgz b/incubator/ubuntu-xrdp/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ubuntu-xrdp/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ubuntu-xrdp/0.0.30/CHANGELOG.md b/incubator/ubuntu-xrdp/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..cae133b3398 --- /dev/null +++ b/incubator/ubuntu-xrdp/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ubuntu-xrdp-0.0.30](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.29...ubuntu-xrdp-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ubuntu-xrdp-0.0.29](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.28...ubuntu-xrdp-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ubuntu-xrdp-0.0.28](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.27...ubuntu-xrdp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ubuntu-xrdp-0.0.28](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.27...ubuntu-xrdp-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ubuntu-xrdp-0.0.27](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.26...ubuntu-xrdp-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ubuntu-xrdp-0.0.26](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.25...ubuntu-xrdp-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ubuntu-xrdp-0.0.25](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.24...ubuntu-xrdp-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ubuntu-xrdp-0.0.24](https://github.com/truecharts/charts/compare/ubuntu-xrdp-0.0.23...ubuntu-xrdp-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/ubuntu-xrdp/0.0.30/Chart.lock b/incubator/ubuntu-xrdp/0.0.30/Chart.lock new file mode 100644 index 00000000000..c1d365a65ed --- /dev/null +++ b/incubator/ubuntu-xrdp/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:01.449850017Z" diff --git a/incubator/ubuntu-xrdp/0.0.30/Chart.yaml b/incubator/ubuntu-xrdp/0.0.30/Chart.yaml new file mode 100644 index 00000000000..dc1f8114f57 --- /dev/null +++ b/incubator/ubuntu-xrdp/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: LXDE desktop ubuntu (use remote desktop client to connect) +home: https://truecharts.org/docs/charts/incubator/ubuntu-xrdp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubuntu-xrdp.png +keywords: + - ubuntu-xrdp + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ubuntu-xrdp +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp + - https://registry.hub.docker.com/r/snoopy86/desktop-dockers/ +type: application +version: 0.0.30 diff --git a/incubator/ubuntu-xrdp/0.0.30/README.md b/incubator/ubuntu-xrdp/0.0.30/README.md new file mode 100644 index 00000000000..b4d492baee2 --- /dev/null +++ b/incubator/ubuntu-xrdp/0.0.30/README.md @@ -0,0 +1,106 @@ +# ubuntu-xrdp + +LXDE desktop ubuntu (use remote desktop client to connect) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ubuntu-xrdp](https://truecharts.org/docs/charts/incubator/ubuntu-xrdp) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ubuntu-xrdp` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ubuntu-xrdp` deployment + +```console +helm uninstall ubuntu-xrdp +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ubuntu-xrdp \ + --set env.TZ="America/New York" \ + TrueCharts/ubuntu-xrdp +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ubuntu-xrdp TrueCharts/ubuntu-xrdp -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ubuntu-xrdp/0.0.29/app-readme.md b/incubator/ubuntu-xrdp/0.0.30/app-readme.md similarity index 100% rename from incubator/ubuntu-xrdp/0.0.29/app-readme.md rename to incubator/ubuntu-xrdp/0.0.30/app-readme.md diff --git a/incubator/ubuntu-xrdp/0.0.30/charts/common-10.7.1.tgz b/incubator/ubuntu-xrdp/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ubuntu-xrdp/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ubuntu-xrdp/0.0.29/ix_values.yaml b/incubator/ubuntu-xrdp/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ubuntu-xrdp/0.0.29/ix_values.yaml rename to incubator/ubuntu-xrdp/0.0.30/ix_values.yaml diff --git a/incubator/ubuntu-xrdp/0.0.29/questions.yaml b/incubator/ubuntu-xrdp/0.0.30/questions.yaml similarity index 100% rename from incubator/ubuntu-xrdp/0.0.29/questions.yaml rename to incubator/ubuntu-xrdp/0.0.30/questions.yaml diff --git a/incubator/ubuntu-xrdp/0.0.29/templates/common.yaml b/incubator/ubuntu-xrdp/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ubuntu-xrdp/0.0.29/templates/common.yaml rename to incubator/ubuntu-xrdp/0.0.30/templates/common.yaml diff --git a/incubator/ubuntu-xrdp/0.0.29/values.yaml b/incubator/ubuntu-xrdp/0.0.30/values.yaml similarity index 100% rename from incubator/ubuntu-xrdp/0.0.29/values.yaml rename to incubator/ubuntu-xrdp/0.0.30/values.yaml diff --git a/incubator/umami/0.0.8/CHANGELOG.md b/incubator/umami/0.0.8/CHANGELOG.md deleted file mode 100644 index eceec58c7a2..00000000000 --- a/incubator/umami/0.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [umami-0.0.8](https://github.com/truecharts/charts/compare/umami-0.0.7...umami-0.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [umami-0.0.7](https://github.com/truecharts/charts/compare/umami-0.0.6...umami-0.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [umami-0.0.7](https://github.com/truecharts/charts/compare/umami-0.0.6...umami-0.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [umami-0.0.6](https://github.com/truecharts/charts/compare/umami-0.0.5...umami-0.0.6) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [umami-0.0.4](https://github.com/truecharts/charts/compare/umami-0.0.3...umami-0.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [umami-0.0.3](https://github.com/truecharts/charts/compare/umami-0.0.2...umami-0.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [umami-0.0.2](https://github.com/truecharts/charts/compare/umami-0.0.1...umami-0.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [umami-0.0.2](https://github.com/truecharts/charts/compare/umami-0.0.1...umami-0.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/umami/0.0.8/Chart.lock b/incubator/umami/0.0.8/Chart.lock deleted file mode 100644 index 41800f94508..00000000000 --- a/incubator/umami/0.0.8/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:10:27.022141276Z" diff --git a/incubator/umami/0.0.8/Chart.yaml b/incubator/umami/0.0.8/Chart.yaml deleted file mode 100644 index aebeb810110..00000000000 --- a/incubator/umami/0.0.8/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.38.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. -home: https://truecharts.org/docs/charts/incubator/umami -icon: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png -keywords: - - umami - - google analytics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: umami -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/umami - - https://github.com/umami-software/umami -version: 0.0.8 -annotations: - truecharts.org/catagories: | - - website - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/umami/0.0.8/README.md b/incubator/umami/0.0.8/README.md deleted file mode 100644 index 7f0b29ea19b..00000000000 --- a/incubator/umami/0.0.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# umami - -Umami is a simple, fast, privacy-focused alternative to Google Analytics. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [umami](https://truecharts.org/docs/charts/incubator/umami) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `umami` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install umami TrueCharts/umami -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `umami` deployment - -```console -helm uninstall umami -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install umami \ - --set env.TZ="America/New York" \ - TrueCharts/umami -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install umami TrueCharts/umami -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/umami/0.0.8/charts/common-10.7.0.tgz b/incubator/umami/0.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/umami/0.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/umami/0.0.8/charts/postgresql-8.0.97.tgz b/incubator/umami/0.0.8/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/umami/0.0.8/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/umami/0.0.9/CHANGELOG.md b/incubator/umami/0.0.9/CHANGELOG.md new file mode 100644 index 00000000000..12377401fd7 --- /dev/null +++ b/incubator/umami/0.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [umami-0.0.9](https://github.com/truecharts/charts/compare/umami-0.0.8...umami-0.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [umami-0.0.8](https://github.com/truecharts/charts/compare/umami-0.0.7...umami-0.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [umami-0.0.7](https://github.com/truecharts/charts/compare/umami-0.0.6...umami-0.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [umami-0.0.7](https://github.com/truecharts/charts/compare/umami-0.0.6...umami-0.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [umami-0.0.6](https://github.com/truecharts/charts/compare/umami-0.0.5...umami-0.0.6) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [umami-0.0.4](https://github.com/truecharts/charts/compare/umami-0.0.3...umami-0.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [umami-0.0.3](https://github.com/truecharts/charts/compare/umami-0.0.2...umami-0.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [umami-0.0.2](https://github.com/truecharts/charts/compare/umami-0.0.1...umami-0.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/umami/0.0.9/Chart.lock b/incubator/umami/0.0.9/Chart.lock new file mode 100644 index 00000000000..2dac374b54f --- /dev/null +++ b/incubator/umami/0.0.9/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:53:21.823566738Z" diff --git a/incubator/umami/0.0.9/Chart.yaml b/incubator/umami/0.0.9/Chart.yaml new file mode 100644 index 00000000000..3dd474d2c25 --- /dev/null +++ b/incubator/umami/0.0.9/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.38.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. +home: https://truecharts.org/docs/charts/incubator/umami +icon: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png +keywords: + - umami + - google analytics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: umami +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/umami + - https://github.com/umami-software/umami +version: 0.0.9 +annotations: + truecharts.org/catagories: | + - website + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/umami/0.0.9/README.md b/incubator/umami/0.0.9/README.md new file mode 100644 index 00000000000..82aa584f793 --- /dev/null +++ b/incubator/umami/0.0.9/README.md @@ -0,0 +1,107 @@ +# umami + +Umami is a simple, fast, privacy-focused alternative to Google Analytics. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [umami](https://truecharts.org/docs/charts/incubator/umami) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `umami` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install umami TrueCharts/umami +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `umami` deployment + +```console +helm uninstall umami +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install umami \ + --set env.TZ="America/New York" \ + TrueCharts/umami +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install umami TrueCharts/umami -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/umami/0.0.8/app-readme.md b/incubator/umami/0.0.9/app-readme.md similarity index 100% rename from incubator/umami/0.0.8/app-readme.md rename to incubator/umami/0.0.9/app-readme.md diff --git a/incubator/umami/0.0.9/charts/common-10.7.1.tgz b/incubator/umami/0.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/umami/0.0.9/charts/common-10.7.1.tgz differ diff --git a/incubator/umami/0.0.9/charts/postgresql-8.0.101.tgz b/incubator/umami/0.0.9/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/umami/0.0.9/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/umami/0.0.8/ix_values.yaml b/incubator/umami/0.0.9/ix_values.yaml similarity index 100% rename from incubator/umami/0.0.8/ix_values.yaml rename to incubator/umami/0.0.9/ix_values.yaml diff --git a/incubator/umami/0.0.8/questions.yaml b/incubator/umami/0.0.9/questions.yaml similarity index 100% rename from incubator/umami/0.0.8/questions.yaml rename to incubator/umami/0.0.9/questions.yaml diff --git a/incubator/umami/0.0.8/templates/_secret.tpl b/incubator/umami/0.0.9/templates/_secret.tpl similarity index 100% rename from incubator/umami/0.0.8/templates/_secret.tpl rename to incubator/umami/0.0.9/templates/_secret.tpl diff --git a/incubator/umami/0.0.8/templates/common.yaml b/incubator/umami/0.0.9/templates/common.yaml similarity index 100% rename from incubator/umami/0.0.8/templates/common.yaml rename to incubator/umami/0.0.9/templates/common.yaml diff --git a/incubator/umami/0.0.8/values.yaml b/incubator/umami/0.0.9/values.yaml similarity index 100% rename from incubator/umami/0.0.8/values.yaml rename to incubator/umami/0.0.9/values.yaml diff --git a/incubator/ungoogled-chromium/0.0.29/CHANGELOG.md b/incubator/ungoogled-chromium/0.0.29/CHANGELOG.md deleted file mode 100644 index 11f50179a1a..00000000000 --- a/incubator/ungoogled-chromium/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ungoogled-chromium-0.0.29](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.28...ungoogled-chromium-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ungoogled-chromium-0.0.28](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.27...ungoogled-chromium-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ungoogled-chromium-0.0.28](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.27...ungoogled-chromium-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ungoogled-chromium-0.0.27](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.26...ungoogled-chromium-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ungoogled-chromium-0.0.26](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.25...ungoogled-chromium-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ungoogled-chromium-0.0.25](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.24...ungoogled-chromium-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ungoogled-chromium-0.0.24](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.23...ungoogled-chromium-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ungoogled-chromium-0.0.24](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.23...ungoogled-chromium-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/ungoogled-chromium/0.0.29/Chart.lock b/incubator/ungoogled-chromium/0.0.29/Chart.lock deleted file mode 100644 index 7af3b031fbf..00000000000 --- a/incubator/ungoogled-chromium/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:16.912456078Z" diff --git a/incubator/ungoogled-chromium/0.0.29/Chart.yaml b/incubator/ungoogled-chromium/0.0.29/Chart.yaml deleted file mode 100644 index cdbd030a570..00000000000 --- a/incubator/ungoogled-chromium/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser." -home: https://truecharts.org/docs/charts/incubator/ungoogled-chromium -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ungoogled-chromium.png -keywords: - - ungoogled-chromium - - Productivity - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ungoogled-chromium -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/ungoogled-chromium - - https://www.google.com/chrome/ - - https://hub.docker.com/r/ich777/ungoogled-chromium/ -type: application -version: 0.0.29 diff --git a/incubator/ungoogled-chromium/0.0.29/README.md b/incubator/ungoogled-chromium/0.0.29/README.md deleted file mode 100644 index 54a2443ec09..00000000000 --- a/incubator/ungoogled-chromium/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ungoogled-chromium - -Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ungoogled-chromium](https://truecharts.org/docs/charts/incubator/ungoogled-chromium) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ungoogled-chromium` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ungoogled-chromium TrueCharts/ungoogled-chromium -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ungoogled-chromium` deployment - -```console -helm uninstall ungoogled-chromium -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ungoogled-chromium \ - --set env.TZ="America/New York" \ - TrueCharts/ungoogled-chromium -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ungoogled-chromium TrueCharts/ungoogled-chromium -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/ungoogled-chromium/0.0.29/charts/common-10.7.0.tgz b/incubator/ungoogled-chromium/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/ungoogled-chromium/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/ungoogled-chromium/0.0.30/CHANGELOG.md b/incubator/ungoogled-chromium/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..b86a6064a37 --- /dev/null +++ b/incubator/ungoogled-chromium/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ungoogled-chromium-0.0.30](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.29...ungoogled-chromium-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ungoogled-chromium-0.0.29](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.28...ungoogled-chromium-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ungoogled-chromium-0.0.28](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.27...ungoogled-chromium-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ungoogled-chromium-0.0.28](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.27...ungoogled-chromium-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ungoogled-chromium-0.0.27](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.26...ungoogled-chromium-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ungoogled-chromium-0.0.26](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.25...ungoogled-chromium-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ungoogled-chromium-0.0.25](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.24...ungoogled-chromium-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ungoogled-chromium-0.0.24](https://github.com/truecharts/charts/compare/ungoogled-chromium-0.0.23...ungoogled-chromium-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/ungoogled-chromium/0.0.30/Chart.lock b/incubator/ungoogled-chromium/0.0.30/Chart.lock new file mode 100644 index 00000000000..bd04b0d0ed9 --- /dev/null +++ b/incubator/ungoogled-chromium/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:20.641292875Z" diff --git a/incubator/ungoogled-chromium/0.0.30/Chart.yaml b/incubator/ungoogled-chromium/0.0.30/Chart.yaml new file mode 100644 index 00000000000..df6a4388508 --- /dev/null +++ b/incubator/ungoogled-chromium/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser." +home: https://truecharts.org/docs/charts/incubator/ungoogled-chromium +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ungoogled-chromium.png +keywords: + - ungoogled-chromium + - Productivity + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ungoogled-chromium +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/ungoogled-chromium + - https://www.google.com/chrome/ + - https://hub.docker.com/r/ich777/ungoogled-chromium/ +type: application +version: 0.0.30 diff --git a/incubator/ungoogled-chromium/0.0.30/README.md b/incubator/ungoogled-chromium/0.0.30/README.md new file mode 100644 index 00000000000..f95552fed96 --- /dev/null +++ b/incubator/ungoogled-chromium/0.0.30/README.md @@ -0,0 +1,107 @@ +# ungoogled-chromium + +Ungoogled-Chromium is a lightweight approach to removing Google web service dependency from the Chromium project web browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ungoogled-chromium](https://truecharts.org/docs/charts/incubator/ungoogled-chromium) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ungoogled-chromium` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ungoogled-chromium TrueCharts/ungoogled-chromium +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ungoogled-chromium` deployment + +```console +helm uninstall ungoogled-chromium +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ungoogled-chromium \ + --set env.TZ="America/New York" \ + TrueCharts/ungoogled-chromium +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ungoogled-chromium TrueCharts/ungoogled-chromium -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/ungoogled-chromium/0.0.29/app-readme.md b/incubator/ungoogled-chromium/0.0.30/app-readme.md similarity index 100% rename from incubator/ungoogled-chromium/0.0.29/app-readme.md rename to incubator/ungoogled-chromium/0.0.30/app-readme.md diff --git a/incubator/ungoogled-chromium/0.0.30/charts/common-10.7.1.tgz b/incubator/ungoogled-chromium/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/ungoogled-chromium/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/ungoogled-chromium/0.0.29/ix_values.yaml b/incubator/ungoogled-chromium/0.0.30/ix_values.yaml similarity index 100% rename from incubator/ungoogled-chromium/0.0.29/ix_values.yaml rename to incubator/ungoogled-chromium/0.0.30/ix_values.yaml diff --git a/incubator/ungoogled-chromium/0.0.29/questions.yaml b/incubator/ungoogled-chromium/0.0.30/questions.yaml similarity index 100% rename from incubator/ungoogled-chromium/0.0.29/questions.yaml rename to incubator/ungoogled-chromium/0.0.30/questions.yaml diff --git a/incubator/ungoogled-chromium/0.0.29/templates/common.yaml b/incubator/ungoogled-chromium/0.0.30/templates/common.yaml similarity index 100% rename from incubator/ungoogled-chromium/0.0.29/templates/common.yaml rename to incubator/ungoogled-chromium/0.0.30/templates/common.yaml diff --git a/incubator/ungoogled-chromium/0.0.29/values.yaml b/incubator/ungoogled-chromium/0.0.30/values.yaml similarity index 100% rename from incubator/ungoogled-chromium/0.0.29/values.yaml rename to incubator/ungoogled-chromium/0.0.30/values.yaml diff --git a/incubator/universal-media-server/0.0.33/CHANGELOG.md b/incubator/universal-media-server/0.0.33/CHANGELOG.md deleted file mode 100644 index 10b5e9d2a48..00000000000 --- a/incubator/universal-media-server/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [universal-media-server-0.0.33](https://github.com/truecharts/charts/compare/universal-media-server-0.0.32...universal-media-server-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [universal-media-server-0.0.32](https://github.com/truecharts/charts/compare/universal-media-server-0.0.31...universal-media-server-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [universal-media-server-0.0.32](https://github.com/truecharts/charts/compare/universal-media-server-0.0.31...universal-media-server-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [universal-media-server-0.0.31](https://github.com/truecharts/charts/compare/universal-media-server-0.0.30...universal-media-server-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [universal-media-server-0.0.30](https://github.com/truecharts/charts/compare/universal-media-server-0.0.29...universal-media-server-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [universal-media-server-0.0.29](https://github.com/truecharts/charts/compare/universal-media-server-0.0.28...universal-media-server-0.0.29) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [universal-media-server-0.0.28](https://github.com/truecharts/charts/compare/universal-media-server-0.0.25...universal-media-server-0.0.28) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - ### Fix - -- fix port and code ([#3829](https://github.com/truecharts/charts/issues/3829)) - - - - - -## [unturned-0.0.24](https://github.com/truecharts/charts/compare/unturned-0.0.23...unturned-0.0.24) (2022-09-21) - -### Chore - diff --git a/incubator/universal-media-server/0.0.33/Chart.lock b/incubator/universal-media-server/0.0.33/Chart.lock deleted file mode 100644 index b9edd168274..00000000000 --- a/incubator/universal-media-server/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:23.895093758Z" diff --git a/incubator/universal-media-server/0.0.33/Chart.yaml b/incubator/universal-media-server/0.0.33/Chart.yaml deleted file mode 100644 index 60eab1fcdab..00000000000 --- a/incubator/universal-media-server/0.0.33/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: universal-media-server -version: 0.0.33 -appVersion: "latest" -description: "Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility." -type: application -deprecated: false -home: https://truecharts.org/docs/charts/incubator/universal-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png -keywords: - - universal-media-server - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/universal-media-server - - https://www.universalmediaserver.com/ - - https://hub.docker.com/r/universalmediaserver/ums -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - MediaServer-Video - - MediaServer-Music - - MediaServer-Photos - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/universal-media-server/0.0.33/README.md b/incubator/universal-media-server/0.0.33/README.md deleted file mode 100644 index 1c9c4c671c6..00000000000 --- a/incubator/universal-media-server/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# universal-media-server - -Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [universal-media-server](https://truecharts.org/docs/charts/incubator/universal-media-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `universal-media-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install universal-media-server TrueCharts/universal-media-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `universal-media-server` deployment - -```console -helm uninstall universal-media-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install universal-media-server \ - --set env.TZ="America/New York" \ - TrueCharts/universal-media-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install universal-media-server TrueCharts/universal-media-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/universal-media-server/0.0.33/charts/common-10.7.0.tgz b/incubator/universal-media-server/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/universal-media-server/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/universal-media-server/0.0.34/CHANGELOG.md b/incubator/universal-media-server/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..2e43afcfb2f --- /dev/null +++ b/incubator/universal-media-server/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [universal-media-server-0.0.34](https://github.com/truecharts/charts/compare/universal-media-server-0.0.33...universal-media-server-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [universal-media-server-0.0.33](https://github.com/truecharts/charts/compare/universal-media-server-0.0.32...universal-media-server-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [universal-media-server-0.0.32](https://github.com/truecharts/charts/compare/universal-media-server-0.0.31...universal-media-server-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [universal-media-server-0.0.32](https://github.com/truecharts/charts/compare/universal-media-server-0.0.31...universal-media-server-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [universal-media-server-0.0.31](https://github.com/truecharts/charts/compare/universal-media-server-0.0.30...universal-media-server-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [universal-media-server-0.0.30](https://github.com/truecharts/charts/compare/universal-media-server-0.0.29...universal-media-server-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [universal-media-server-0.0.29](https://github.com/truecharts/charts/compare/universal-media-server-0.0.28...universal-media-server-0.0.29) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [universal-media-server-0.0.28](https://github.com/truecharts/charts/compare/universal-media-server-0.0.25...universal-media-server-0.0.28) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + ### Fix + diff --git a/incubator/universal-media-server/0.0.34/Chart.lock b/incubator/universal-media-server/0.0.34/Chart.lock new file mode 100644 index 00000000000..72b37e2da3a --- /dev/null +++ b/incubator/universal-media-server/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:31.593691047Z" diff --git a/incubator/universal-media-server/0.0.34/Chart.yaml b/incubator/universal-media-server/0.0.34/Chart.yaml new file mode 100644 index 00000000000..aa5bed660a3 --- /dev/null +++ b/incubator/universal-media-server/0.0.34/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: universal-media-server +version: 0.0.34 +appVersion: "latest" +description: "Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility." +type: application +deprecated: false +home: https://truecharts.org/docs/charts/incubator/universal-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.png +keywords: + - universal-media-server + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/universal-media-server + - https://www.universalmediaserver.com/ + - https://hub.docker.com/r/universalmediaserver/ums +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - MediaServer-Video + - MediaServer-Music + - MediaServer-Photos + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/universal-media-server/0.0.34/README.md b/incubator/universal-media-server/0.0.34/README.md new file mode 100644 index 00000000000..cede026e533 --- /dev/null +++ b/incubator/universal-media-server/0.0.34/README.md @@ -0,0 +1,107 @@ +# universal-media-server + +Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [universal-media-server](https://truecharts.org/docs/charts/incubator/universal-media-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `universal-media-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install universal-media-server TrueCharts/universal-media-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `universal-media-server` deployment + +```console +helm uninstall universal-media-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install universal-media-server \ + --set env.TZ="America/New York" \ + TrueCharts/universal-media-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install universal-media-server TrueCharts/universal-media-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/universal-media-server/0.0.33/app-readme.md b/incubator/universal-media-server/0.0.34/app-readme.md similarity index 100% rename from incubator/universal-media-server/0.0.33/app-readme.md rename to incubator/universal-media-server/0.0.34/app-readme.md diff --git a/incubator/universal-media-server/0.0.34/charts/common-10.7.1.tgz b/incubator/universal-media-server/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/universal-media-server/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/universal-media-server/0.0.33/ix_values.yaml b/incubator/universal-media-server/0.0.34/ix_values.yaml similarity index 100% rename from incubator/universal-media-server/0.0.33/ix_values.yaml rename to incubator/universal-media-server/0.0.34/ix_values.yaml diff --git a/incubator/universal-media-server/0.0.33/questions.yaml b/incubator/universal-media-server/0.0.34/questions.yaml similarity index 100% rename from incubator/universal-media-server/0.0.33/questions.yaml rename to incubator/universal-media-server/0.0.34/questions.yaml diff --git a/incubator/universal-media-server/0.0.33/templates/common.yaml b/incubator/universal-media-server/0.0.34/templates/common.yaml similarity index 100% rename from incubator/universal-media-server/0.0.33/templates/common.yaml rename to incubator/universal-media-server/0.0.34/templates/common.yaml diff --git a/incubator/universal-media-server/0.0.33/values.yaml b/incubator/universal-media-server/0.0.34/values.yaml similarity index 100% rename from incubator/universal-media-server/0.0.33/values.yaml rename to incubator/universal-media-server/0.0.34/values.yaml diff --git a/incubator/unturned/0.0.29/CHANGELOG.md b/incubator/unturned/0.0.29/CHANGELOG.md deleted file mode 100644 index 8234d359724..00000000000 --- a/incubator/unturned/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [unturned-0.0.29](https://github.com/truecharts/charts/compare/unturned-0.0.28...unturned-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [unturned-0.0.28](https://github.com/truecharts/charts/compare/unturned-0.0.27...unturned-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unturned-0.0.28](https://github.com/truecharts/charts/compare/unturned-0.0.27...unturned-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unturned-0.0.27](https://github.com/truecharts/charts/compare/unturned-0.0.26...unturned-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [unturned-0.0.26](https://github.com/truecharts/charts/compare/unturned-0.0.25...unturned-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [unturned-0.0.25](https://github.com/truecharts/charts/compare/unturned-0.0.24...unturned-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [unturned-0.0.24](https://github.com/truecharts/charts/compare/unturned-0.0.23...unturned-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [universal-media-server-0.0.28](https://github.com/truecharts/charts/compare/universal-media-server-0.0.25...universal-media-server-0.0.28) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/unturned/0.0.29/Chart.lock b/incubator/unturned/0.0.29/Chart.lock deleted file mode 100644 index 9dd4f1e1e97..00000000000 --- a/incubator/unturned/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:33.825839115Z" diff --git a/incubator/unturned/0.0.29/Chart.yaml b/incubator/unturned/0.0.29/Chart.yaml deleted file mode 100644 index 1dde03e8577..00000000000 --- a/incubator/unturned/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes)." -home: https://truecharts.org/docs/charts/incubator/unturned -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png -keywords: - - unturned - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: unturned -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/unturned - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/unturned/0.0.29/README.md b/incubator/unturned/0.0.29/README.md deleted file mode 100644 index 5aa9e7eecd9..00000000000 --- a/incubator/unturned/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# unturned - -This Chart will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [unturned](https://truecharts.org/docs/charts/incubator/unturned) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `unturned` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install unturned TrueCharts/unturned -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `unturned` deployment - -```console -helm uninstall unturned -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install unturned \ - --set env.TZ="America/New York" \ - TrueCharts/unturned -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install unturned TrueCharts/unturned -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/unturned/0.0.29/charts/common-10.7.0.tgz b/incubator/unturned/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/unturned/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/unturned/0.0.30/CHANGELOG.md b/incubator/unturned/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..74ed8cfdc76 --- /dev/null +++ b/incubator/unturned/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [unturned-0.0.30](https://github.com/truecharts/charts/compare/unturned-0.0.29...unturned-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [unturned-0.0.29](https://github.com/truecharts/charts/compare/unturned-0.0.28...unturned-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [unturned-0.0.28](https://github.com/truecharts/charts/compare/unturned-0.0.27...unturned-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unturned-0.0.28](https://github.com/truecharts/charts/compare/unturned-0.0.27...unturned-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unturned-0.0.27](https://github.com/truecharts/charts/compare/unturned-0.0.26...unturned-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [unturned-0.0.26](https://github.com/truecharts/charts/compare/unturned-0.0.25...unturned-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [unturned-0.0.25](https://github.com/truecharts/charts/compare/unturned-0.0.24...unturned-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [unturned-0.0.24](https://github.com/truecharts/charts/compare/unturned-0.0.23...unturned-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/unturned/0.0.30/Chart.lock b/incubator/unturned/0.0.30/Chart.lock new file mode 100644 index 00000000000..dce107a9c65 --- /dev/null +++ b/incubator/unturned/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:32.536506968Z" diff --git a/incubator/unturned/0.0.30/Chart.yaml b/incubator/unturned/0.0.30/Chart.yaml new file mode 100644 index 00000000000..78a0f19b0ba --- /dev/null +++ b/incubator/unturned/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes)." +home: https://truecharts.org/docs/charts/incubator/unturned +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.png +keywords: + - unturned + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: unturned +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/unturned + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/unturned/0.0.30/README.md b/incubator/unturned/0.0.30/README.md new file mode 100644 index 00000000000..4ce6def4c34 --- /dev/null +++ b/incubator/unturned/0.0.30/README.md @@ -0,0 +1,107 @@ +# unturned + +This Chart will download and install SteamCMD. It will also install Unturned and run it (if you want to install Rocket Mod set the Variable 'Install Rocket Mod' to 'true' without quotes). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [unturned](https://truecharts.org/docs/charts/incubator/unturned) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `unturned` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install unturned TrueCharts/unturned +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `unturned` deployment + +```console +helm uninstall unturned +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install unturned \ + --set env.TZ="America/New York" \ + TrueCharts/unturned +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install unturned TrueCharts/unturned -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/unturned/0.0.29/app-readme.md b/incubator/unturned/0.0.30/app-readme.md similarity index 100% rename from incubator/unturned/0.0.29/app-readme.md rename to incubator/unturned/0.0.30/app-readme.md diff --git a/incubator/unturned/0.0.30/charts/common-10.7.1.tgz b/incubator/unturned/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/unturned/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/unturned/0.0.29/ix_values.yaml b/incubator/unturned/0.0.30/ix_values.yaml similarity index 100% rename from incubator/unturned/0.0.29/ix_values.yaml rename to incubator/unturned/0.0.30/ix_values.yaml diff --git a/incubator/unturned/0.0.29/questions.yaml b/incubator/unturned/0.0.30/questions.yaml similarity index 100% rename from incubator/unturned/0.0.29/questions.yaml rename to incubator/unturned/0.0.30/questions.yaml diff --git a/incubator/unturned/0.0.29/templates/common.yaml b/incubator/unturned/0.0.30/templates/common.yaml similarity index 100% rename from incubator/unturned/0.0.29/templates/common.yaml rename to incubator/unturned/0.0.30/templates/common.yaml diff --git a/incubator/unturned/0.0.29/values.yaml b/incubator/unturned/0.0.30/values.yaml similarity index 100% rename from incubator/unturned/0.0.29/values.yaml rename to incubator/unturned/0.0.30/values.yaml diff --git a/incubator/urban-terror/0.0.29/CHANGELOG.md b/incubator/urban-terror/0.0.29/CHANGELOG.md deleted file mode 100644 index 4a3f6f2c1e8..00000000000 --- a/incubator/urban-terror/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [urban-terror-0.0.29](https://github.com/truecharts/charts/compare/urban-terror-0.0.28...urban-terror-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [urban-terror-0.0.28](https://github.com/truecharts/charts/compare/urban-terror-0.0.27...urban-terror-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [urban-terror-0.0.28](https://github.com/truecharts/charts/compare/urban-terror-0.0.27...urban-terror-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [urban-terror-0.0.27](https://github.com/truecharts/charts/compare/urban-terror-0.0.26...urban-terror-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [urban-terror-0.0.26](https://github.com/truecharts/charts/compare/urban-terror-0.0.25...urban-terror-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [urban-terror-0.0.25](https://github.com/truecharts/charts/compare/urban-terror-0.0.24...urban-terror-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [urban-terror-0.0.24](https://github.com/truecharts/charts/compare/urban-terror-0.0.23...urban-terror-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [urban-terror-0.0.24](https://github.com/truecharts/charts/compare/urban-terror-0.0.23...urban-terror-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/urban-terror/0.0.29/Chart.lock b/incubator/urban-terror/0.0.29/Chart.lock deleted file mode 100644 index c5779a9039e..00000000000 --- a/incubator/urban-terror/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:45.981237203Z" diff --git a/incubator/urban-terror/0.0.29/Chart.yaml b/incubator/urban-terror/0.0.29/Chart.yaml deleted file mode 100644 index 2b5d07b750b..00000000000 --- a/incubator/urban-terror/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh." -home: https://truecharts.org/docs/charts/incubator/urban-terror -icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png -keywords: - - urban-terror - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: urban-terror -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/urban-terror - - https://www.urbanterror.info/ - - https://hub.docker.com/r/ich777/urbanterror/ -type: application -version: 0.0.29 diff --git a/incubator/urban-terror/0.0.29/README.md b/incubator/urban-terror/0.0.29/README.md deleted file mode 100644 index eec4602e69a..00000000000 --- a/incubator/urban-terror/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# urban-terror - -Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [urban-terror](https://truecharts.org/docs/charts/incubator/urban-terror) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `urban-terror` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install urban-terror TrueCharts/urban-terror -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `urban-terror` deployment - -```console -helm uninstall urban-terror -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install urban-terror \ - --set env.TZ="America/New York" \ - TrueCharts/urban-terror -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install urban-terror TrueCharts/urban-terror -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/urban-terror/0.0.29/charts/common-10.7.0.tgz b/incubator/urban-terror/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/urban-terror/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/urban-terror/0.0.30/CHANGELOG.md b/incubator/urban-terror/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..a6c3fd5363a --- /dev/null +++ b/incubator/urban-terror/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [urban-terror-0.0.30](https://github.com/truecharts/charts/compare/urban-terror-0.0.29...urban-terror-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [urban-terror-0.0.29](https://github.com/truecharts/charts/compare/urban-terror-0.0.28...urban-terror-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [urban-terror-0.0.28](https://github.com/truecharts/charts/compare/urban-terror-0.0.27...urban-terror-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [urban-terror-0.0.28](https://github.com/truecharts/charts/compare/urban-terror-0.0.27...urban-terror-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [urban-terror-0.0.27](https://github.com/truecharts/charts/compare/urban-terror-0.0.26...urban-terror-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [urban-terror-0.0.26](https://github.com/truecharts/charts/compare/urban-terror-0.0.25...urban-terror-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [urban-terror-0.0.25](https://github.com/truecharts/charts/compare/urban-terror-0.0.24...urban-terror-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [urban-terror-0.0.24](https://github.com/truecharts/charts/compare/urban-terror-0.0.23...urban-terror-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/urban-terror/0.0.30/Chart.lock b/incubator/urban-terror/0.0.30/Chart.lock new file mode 100644 index 00000000000..d02a848b04b --- /dev/null +++ b/incubator/urban-terror/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:53:52.63712414Z" diff --git a/incubator/urban-terror/0.0.30/Chart.yaml b/incubator/urban-terror/0.0.30/Chart.yaml new file mode 100644 index 00000000000..4165d2ffe93 --- /dev/null +++ b/incubator/urban-terror/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh." +home: https://truecharts.org/docs/charts/incubator/urban-terror +icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.png +keywords: + - urban-terror + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: urban-terror +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/urban-terror + - https://www.urbanterror.info/ + - https://hub.docker.com/r/ich777/urbanterror/ +type: application +version: 0.0.30 diff --git a/incubator/urban-terror/0.0.30/README.md b/incubator/urban-terror/0.0.30/README.md new file mode 100644 index 00000000000..a0eeb8d8dcc --- /dev/null +++ b/incubator/urban-terror/0.0.30/README.md @@ -0,0 +1,107 @@ +# urban-terror + +Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [urban-terror](https://truecharts.org/docs/charts/incubator/urban-terror) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `urban-terror` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install urban-terror TrueCharts/urban-terror +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `urban-terror` deployment + +```console +helm uninstall urban-terror +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install urban-terror \ + --set env.TZ="America/New York" \ + TrueCharts/urban-terror +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install urban-terror TrueCharts/urban-terror -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/urban-terror/0.0.29/app-readme.md b/incubator/urban-terror/0.0.30/app-readme.md similarity index 100% rename from incubator/urban-terror/0.0.29/app-readme.md rename to incubator/urban-terror/0.0.30/app-readme.md diff --git a/incubator/urban-terror/0.0.30/charts/common-10.7.1.tgz b/incubator/urban-terror/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/urban-terror/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/urban-terror/0.0.29/ix_values.yaml b/incubator/urban-terror/0.0.30/ix_values.yaml similarity index 100% rename from incubator/urban-terror/0.0.29/ix_values.yaml rename to incubator/urban-terror/0.0.30/ix_values.yaml diff --git a/incubator/urban-terror/0.0.29/questions.yaml b/incubator/urban-terror/0.0.30/questions.yaml similarity index 100% rename from incubator/urban-terror/0.0.29/questions.yaml rename to incubator/urban-terror/0.0.30/questions.yaml diff --git a/incubator/urban-terror/0.0.29/templates/common.yaml b/incubator/urban-terror/0.0.30/templates/common.yaml similarity index 100% rename from incubator/urban-terror/0.0.29/templates/common.yaml rename to incubator/urban-terror/0.0.30/templates/common.yaml diff --git a/incubator/urban-terror/0.0.29/values.yaml b/incubator/urban-terror/0.0.30/values.yaml similarity index 100% rename from incubator/urban-terror/0.0.29/values.yaml rename to incubator/urban-terror/0.0.30/values.yaml diff --git a/incubator/v-rising/0.0.29/CHANGELOG.md b/incubator/v-rising/0.0.29/CHANGELOG.md deleted file mode 100644 index 8a09f809388..00000000000 --- a/incubator/v-rising/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [v-rising-0.0.29](https://github.com/truecharts/charts/compare/v-rising-0.0.28...v-rising-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [v-rising-0.0.28](https://github.com/truecharts/charts/compare/v-rising-0.0.27...v-rising-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [v-rising-0.0.28](https://github.com/truecharts/charts/compare/v-rising-0.0.27...v-rising-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [v-rising-0.0.27](https://github.com/truecharts/charts/compare/v-rising-0.0.26...v-rising-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [v-rising-0.0.26](https://github.com/truecharts/charts/compare/v-rising-0.0.25...v-rising-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [v-rising-0.0.25](https://github.com/truecharts/charts/compare/v-rising-0.0.24...v-rising-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [v-rising-0.0.24](https://github.com/truecharts/charts/compare/v-rising-0.0.23...v-rising-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [v-rising-0.0.24](https://github.com/truecharts/charts/compare/v-rising-0.0.23...v-rising-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/v-rising/0.0.29/Chart.lock b/incubator/v-rising/0.0.29/Chart.lock deleted file mode 100644 index 4c1872610eb..00000000000 --- a/incubator/v-rising/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:10:53.817404221Z" diff --git a/incubator/v-rising/0.0.29/Chart.yaml b/incubator/v-rising/0.0.29/Chart.yaml deleted file mode 100644 index 22c0cb3a75c..00000000000 --- a/incubator/v-rising/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install SteamCMD. It will also install V Rising and run it." -home: https://truecharts.org/docs/charts/incubator/v-rising -icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png -keywords: - - v-rising - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: v-rising -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/v-rising - - https://steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 0.0.29 diff --git a/incubator/v-rising/0.0.29/README.md b/incubator/v-rising/0.0.29/README.md deleted file mode 100644 index d24904613d9..00000000000 --- a/incubator/v-rising/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# v-rising - -This Chart will download and install SteamCMD. It will also install V Rising and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [v-rising](https://truecharts.org/docs/charts/incubator/v-rising) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `v-rising` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install v-rising TrueCharts/v-rising -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `v-rising` deployment - -```console -helm uninstall v-rising -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install v-rising \ - --set env.TZ="America/New York" \ - TrueCharts/v-rising -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install v-rising TrueCharts/v-rising -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/v-rising/0.0.29/charts/common-10.7.0.tgz b/incubator/v-rising/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/v-rising/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/v-rising/0.0.30/CHANGELOG.md b/incubator/v-rising/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..54ae4b84fb3 --- /dev/null +++ b/incubator/v-rising/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [v-rising-0.0.30](https://github.com/truecharts/charts/compare/v-rising-0.0.29...v-rising-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [v-rising-0.0.29](https://github.com/truecharts/charts/compare/v-rising-0.0.28...v-rising-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [v-rising-0.0.28](https://github.com/truecharts/charts/compare/v-rising-0.0.27...v-rising-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [v-rising-0.0.28](https://github.com/truecharts/charts/compare/v-rising-0.0.27...v-rising-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [v-rising-0.0.27](https://github.com/truecharts/charts/compare/v-rising-0.0.26...v-rising-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [v-rising-0.0.26](https://github.com/truecharts/charts/compare/v-rising-0.0.25...v-rising-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [v-rising-0.0.25](https://github.com/truecharts/charts/compare/v-rising-0.0.24...v-rising-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [v-rising-0.0.24](https://github.com/truecharts/charts/compare/v-rising-0.0.23...v-rising-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/v-rising/0.0.30/Chart.lock b/incubator/v-rising/0.0.30/Chart.lock new file mode 100644 index 00000000000..05eb9abf89b --- /dev/null +++ b/incubator/v-rising/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:03.054251155Z" diff --git a/incubator/v-rising/0.0.30/Chart.yaml b/incubator/v-rising/0.0.30/Chart.yaml new file mode 100644 index 00000000000..14b3f62bc5d --- /dev/null +++ b/incubator/v-rising/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install SteamCMD. It will also install V Rising and run it." +home: https://truecharts.org/docs/charts/incubator/v-rising +icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.png +keywords: + - v-rising + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: v-rising +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/v-rising + - https://steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 0.0.30 diff --git a/incubator/v-rising/0.0.30/README.md b/incubator/v-rising/0.0.30/README.md new file mode 100644 index 00000000000..7feab2209fa --- /dev/null +++ b/incubator/v-rising/0.0.30/README.md @@ -0,0 +1,107 @@ +# v-rising + +This Chart will download and install SteamCMD. It will also install V Rising and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [v-rising](https://truecharts.org/docs/charts/incubator/v-rising) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `v-rising` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install v-rising TrueCharts/v-rising +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `v-rising` deployment + +```console +helm uninstall v-rising +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install v-rising \ + --set env.TZ="America/New York" \ + TrueCharts/v-rising +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install v-rising TrueCharts/v-rising -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/v-rising/0.0.29/app-readme.md b/incubator/v-rising/0.0.30/app-readme.md similarity index 100% rename from incubator/v-rising/0.0.29/app-readme.md rename to incubator/v-rising/0.0.30/app-readme.md diff --git a/incubator/v-rising/0.0.30/charts/common-10.7.1.tgz b/incubator/v-rising/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/v-rising/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/v-rising/0.0.29/ix_values.yaml b/incubator/v-rising/0.0.30/ix_values.yaml similarity index 100% rename from incubator/v-rising/0.0.29/ix_values.yaml rename to incubator/v-rising/0.0.30/ix_values.yaml diff --git a/incubator/v-rising/0.0.29/questions.yaml b/incubator/v-rising/0.0.30/questions.yaml similarity index 100% rename from incubator/v-rising/0.0.29/questions.yaml rename to incubator/v-rising/0.0.30/questions.yaml diff --git a/incubator/v-rising/0.0.29/templates/common.yaml b/incubator/v-rising/0.0.30/templates/common.yaml similarity index 100% rename from incubator/v-rising/0.0.29/templates/common.yaml rename to incubator/v-rising/0.0.30/templates/common.yaml diff --git a/incubator/v-rising/0.0.29/values.yaml b/incubator/v-rising/0.0.30/values.yaml similarity index 100% rename from incubator/v-rising/0.0.29/values.yaml rename to incubator/v-rising/0.0.30/values.yaml diff --git a/incubator/valetudo-mapper/0.0.30/CHANGELOG.md b/incubator/valetudo-mapper/0.0.30/CHANGELOG.md deleted file mode 100644 index 64f02c70028..00000000000 --- a/incubator/valetudo-mapper/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [valetudo-mapper-0.0.30](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.29...valetudo-mapper-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [valetudo-mapper-0.0.29](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.28...valetudo-mapper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [valetudo-mapper-0.0.29](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.28...valetudo-mapper-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [valetudo-mapper-0.0.28](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.27...valetudo-mapper-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [valetudo-mapper-0.0.27](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.26...valetudo-mapper-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [valetudo-mapper-0.0.26](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.25...valetudo-mapper-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [valetudo-mapper-0.0.25](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.23...valetudo-mapper-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [valetudo-mapper-0.0.25](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.23...valetudo-mapper-0.0.25) (2022-09-21) - -### Chore - diff --git a/incubator/valetudo-mapper/0.0.30/Chart.lock b/incubator/valetudo-mapper/0.0.30/Chart.lock deleted file mode 100644 index 0a324b6c69d..00000000000 --- a/incubator/valetudo-mapper/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:02.594551433Z" diff --git a/incubator/valetudo-mapper/0.0.30/Chart.yaml b/incubator/valetudo-mapper/0.0.30/Chart.yaml deleted file mode 100644 index 26b2fb1f2c1..00000000000 --- a/incubator/valetudo-mapper/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Valetudo-RE companion service for generating PNG maps.\r" -home: https://truecharts.org/docs/charts/incubator/valetudo-mapper -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png -keywords: - - valetudo-mapper - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: valetudo-mapper -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/valetudo-mapper - - https://github.com/rand256/valetudo-mapper - - https://hub.docker.com/r/rand256/valetudo-mapper/ -type: application -version: 0.0.30 diff --git a/incubator/valetudo-mapper/0.0.30/README.md b/incubator/valetudo-mapper/0.0.30/README.md deleted file mode 100644 index 3917da2d7e4..00000000000 --- a/incubator/valetudo-mapper/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# valetudo-mapper - -Valetudo-RE companion service for generating PNG maps. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [valetudo-mapper](https://truecharts.org/docs/charts/incubator/valetudo-mapper) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `valetudo-mapper` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install valetudo-mapper TrueCharts/valetudo-mapper -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `valetudo-mapper` deployment - -```console -helm uninstall valetudo-mapper -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install valetudo-mapper \ - --set env.TZ="America/New York" \ - TrueCharts/valetudo-mapper -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install valetudo-mapper TrueCharts/valetudo-mapper -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/valetudo-mapper/0.0.30/charts/common-10.7.0.tgz b/incubator/valetudo-mapper/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/valetudo-mapper/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/valetudo-mapper/0.0.31/CHANGELOG.md b/incubator/valetudo-mapper/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..df8b5a8ca4e --- /dev/null +++ b/incubator/valetudo-mapper/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [valetudo-mapper-0.0.31](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.30...valetudo-mapper-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [valetudo-mapper-0.0.30](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.29...valetudo-mapper-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [valetudo-mapper-0.0.29](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.28...valetudo-mapper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [valetudo-mapper-0.0.29](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.28...valetudo-mapper-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [valetudo-mapper-0.0.28](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.27...valetudo-mapper-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [valetudo-mapper-0.0.27](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.26...valetudo-mapper-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [valetudo-mapper-0.0.26](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.25...valetudo-mapper-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [valetudo-mapper-0.0.25](https://github.com/truecharts/charts/compare/valetudo-mapper-0.0.23...valetudo-mapper-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/valetudo-mapper/0.0.31/Chart.lock b/incubator/valetudo-mapper/0.0.31/Chart.lock new file mode 100644 index 00000000000..a6304c0d787 --- /dev/null +++ b/incubator/valetudo-mapper/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:03.457775792Z" diff --git a/incubator/valetudo-mapper/0.0.31/Chart.yaml b/incubator/valetudo-mapper/0.0.31/Chart.yaml new file mode 100644 index 00000000000..504c6823254 --- /dev/null +++ b/incubator/valetudo-mapper/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Valetudo-RE companion service for generating PNG maps.\r" +home: https://truecharts.org/docs/charts/incubator/valetudo-mapper +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.png +keywords: + - valetudo-mapper + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: valetudo-mapper +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/valetudo-mapper + - https://github.com/rand256/valetudo-mapper + - https://hub.docker.com/r/rand256/valetudo-mapper/ +type: application +version: 0.0.31 diff --git a/incubator/valetudo-mapper/0.0.31/README.md b/incubator/valetudo-mapper/0.0.31/README.md new file mode 100644 index 00000000000..8f61b1dac2f --- /dev/null +++ b/incubator/valetudo-mapper/0.0.31/README.md @@ -0,0 +1,107 @@ +# valetudo-mapper + +Valetudo-RE companion service for generating PNG maps. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [valetudo-mapper](https://truecharts.org/docs/charts/incubator/valetudo-mapper) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `valetudo-mapper` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install valetudo-mapper TrueCharts/valetudo-mapper +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `valetudo-mapper` deployment + +```console +helm uninstall valetudo-mapper +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install valetudo-mapper \ + --set env.TZ="America/New York" \ + TrueCharts/valetudo-mapper +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install valetudo-mapper TrueCharts/valetudo-mapper -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/valetudo-mapper/0.0.30/app-readme.md b/incubator/valetudo-mapper/0.0.31/app-readme.md similarity index 100% rename from incubator/valetudo-mapper/0.0.30/app-readme.md rename to incubator/valetudo-mapper/0.0.31/app-readme.md diff --git a/incubator/valetudo-mapper/0.0.31/charts/common-10.7.1.tgz b/incubator/valetudo-mapper/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/valetudo-mapper/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/valetudo-mapper/0.0.30/ix_values.yaml b/incubator/valetudo-mapper/0.0.31/ix_values.yaml similarity index 100% rename from incubator/valetudo-mapper/0.0.30/ix_values.yaml rename to incubator/valetudo-mapper/0.0.31/ix_values.yaml diff --git a/incubator/valetudo-mapper/0.0.30/questions.yaml b/incubator/valetudo-mapper/0.0.31/questions.yaml similarity index 100% rename from incubator/valetudo-mapper/0.0.30/questions.yaml rename to incubator/valetudo-mapper/0.0.31/questions.yaml diff --git a/incubator/valetudo-mapper/0.0.30/templates/common.yaml b/incubator/valetudo-mapper/0.0.31/templates/common.yaml similarity index 100% rename from incubator/valetudo-mapper/0.0.30/templates/common.yaml rename to incubator/valetudo-mapper/0.0.31/templates/common.yaml diff --git a/incubator/valetudo-mapper/0.0.30/values.yaml b/incubator/valetudo-mapper/0.0.31/values.yaml similarity index 100% rename from incubator/valetudo-mapper/0.0.30/values.yaml rename to incubator/valetudo-mapper/0.0.31/values.yaml diff --git a/incubator/vaulthunters/0.0.33/CHANGELOG.md b/incubator/vaulthunters/0.0.33/CHANGELOG.md deleted file mode 100644 index 065cb42c4c5..00000000000 --- a/incubator/vaulthunters/0.0.33/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vaulthunters-0.0.33](https://github.com/truecharts/charts/compare/vaulthunters-0.0.32...vaulthunters-0.0.33) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vaulthunters-0.0.32](https://github.com/truecharts/charts/compare/vaulthunters-0.0.31...vaulthunters-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vaulthunters-0.0.32](https://github.com/truecharts/charts/compare/vaulthunters-0.0.31...vaulthunters-0.0.32) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vaulthunters-0.0.31](https://github.com/truecharts/charts/compare/vaulthunters-0.0.30...vaulthunters-0.0.31) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [vaulthunters-0.0.30](https://github.com/truecharts/charts/compare/vaulthunters-0.0.29...vaulthunters-0.0.30) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [vaulthunters-0.0.29](https://github.com/truecharts/charts/compare/vaulthunters-0.0.28...vaulthunters-0.0.29) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [vaulthunters-0.0.29](https://github.com/truecharts/charts/compare/vaulthunters-0.0.28...vaulthunters-0.0.29) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [vaulthunters-0.0.28](https://github.com/truecharts/charts/compare/vaulthunters-0.0.27...vaulthunters-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [vaulthunters-0.0.27](https://github.com/truecharts/charts/compare/vaulthunters-0.0.26...vaulthunters-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [vaulthunters-0.0.26](https://github.com/truecharts/charts/compare/vaulthunters-0.0.25...vaulthunters-0.0.26) (2022-09-22) - diff --git a/incubator/vaulthunters/0.0.33/Chart.lock b/incubator/vaulthunters/0.0.33/Chart.lock deleted file mode 100644 index 5367f2e1851..00000000000 --- a/incubator/vaulthunters/0.0.33/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:07.159270985Z" diff --git a/incubator/vaulthunters/0.0.33/Chart.yaml b/incubator/vaulthunters/0.0.33/Chart.yaml deleted file mode 100644 index 628e512bbb3..00000000000 --- a/incubator/vaulthunters/0.0.33/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]" -home: https://truecharts.org/docs/charts/incubator/vaulthunters -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaulthunters.png -keywords: - - vaulthunters - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vaulthunters -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/vaulthunters - - https://vaulthunters.gg - - https://hub.docker.com/repository/docker/goobaroo/vaulthunters -type: application -version: 0.0.33 diff --git a/incubator/vaulthunters/0.0.33/README.md b/incubator/vaulthunters/0.0.33/README.md deleted file mode 100644 index e9f8733179f..00000000000 --- a/incubator/vaulthunters/0.0.33/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# vaulthunters - -Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vaulthunters](https://truecharts.org/docs/charts/incubator/vaulthunters) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vaulthunters` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vaulthunters TrueCharts/vaulthunters -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vaulthunters` deployment - -```console -helm uninstall vaulthunters -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vaulthunters \ - --set env.TZ="America/New York" \ - TrueCharts/vaulthunters -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vaulthunters TrueCharts/vaulthunters -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/vaulthunters/0.0.33/charts/common-10.7.0.tgz b/incubator/vaulthunters/0.0.33/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/vaulthunters/0.0.33/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/vaulthunters/0.0.34/CHANGELOG.md b/incubator/vaulthunters/0.0.34/CHANGELOG.md new file mode 100644 index 00000000000..cb7b504bd6d --- /dev/null +++ b/incubator/vaulthunters/0.0.34/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vaulthunters-0.0.34](https://github.com/truecharts/charts/compare/vaulthunters-0.0.33...vaulthunters-0.0.34) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vaulthunters-0.0.33](https://github.com/truecharts/charts/compare/vaulthunters-0.0.32...vaulthunters-0.0.33) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vaulthunters-0.0.32](https://github.com/truecharts/charts/compare/vaulthunters-0.0.31...vaulthunters-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vaulthunters-0.0.32](https://github.com/truecharts/charts/compare/vaulthunters-0.0.31...vaulthunters-0.0.32) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vaulthunters-0.0.31](https://github.com/truecharts/charts/compare/vaulthunters-0.0.30...vaulthunters-0.0.31) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vaulthunters-0.0.30](https://github.com/truecharts/charts/compare/vaulthunters-0.0.29...vaulthunters-0.0.30) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [vaulthunters-0.0.29](https://github.com/truecharts/charts/compare/vaulthunters-0.0.28...vaulthunters-0.0.29) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [vaulthunters-0.0.29](https://github.com/truecharts/charts/compare/vaulthunters-0.0.28...vaulthunters-0.0.29) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [vaulthunters-0.0.28](https://github.com/truecharts/charts/compare/vaulthunters-0.0.27...vaulthunters-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vaulthunters-0.0.27](https://github.com/truecharts/charts/compare/vaulthunters-0.0.26...vaulthunters-0.0.27) (2022-09-25) + diff --git a/incubator/vaulthunters/0.0.34/Chart.lock b/incubator/vaulthunters/0.0.34/Chart.lock new file mode 100644 index 00000000000..d04e03fe90f --- /dev/null +++ b/incubator/vaulthunters/0.0.34/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:04.598601368Z" diff --git a/incubator/vaulthunters/0.0.34/Chart.yaml b/incubator/vaulthunters/0.0.34/Chart.yaml new file mode 100644 index 00000000000..e4f49d3d593 --- /dev/null +++ b/incubator/vaulthunters/0.0.34/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b]" +home: https://truecharts.org/docs/charts/incubator/vaulthunters +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaulthunters.png +keywords: + - vaulthunters + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vaulthunters +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vaulthunters + - https://vaulthunters.gg + - https://hub.docker.com/repository/docker/goobaroo/vaulthunters +type: application +version: 0.0.34 diff --git a/incubator/vaulthunters/0.0.34/README.md b/incubator/vaulthunters/0.0.34/README.md new file mode 100644 index 00000000000..466509385df --- /dev/null +++ b/incubator/vaulthunters/0.0.34/README.md @@ -0,0 +1,107 @@ +# vaulthunters + +Vault Hunters - 1.13.4 Modded Minecraft Server[br][br][b]Vault Hunters - 1.13.4[/b][br]Level up, loot the vaults and defeat the bosses to collect 16 artifacts![br][br]Setup:[br][li]You must accept the EULA by setting the [b]EULA[/b] variable to [span style='color: #00E800;']true[/span] or the install will fail.[br]Optional:[br][li]You can setup a comma separated list of players who will have admin privileges in game by setting [b]OPS[/b] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vaulthunters](https://truecharts.org/docs/charts/incubator/vaulthunters) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vaulthunters` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vaulthunters TrueCharts/vaulthunters +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vaulthunters` deployment + +```console +helm uninstall vaulthunters +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vaulthunters \ + --set env.TZ="America/New York" \ + TrueCharts/vaulthunters +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vaulthunters TrueCharts/vaulthunters -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/vaulthunters/0.0.33/app-readme.md b/incubator/vaulthunters/0.0.34/app-readme.md similarity index 100% rename from incubator/vaulthunters/0.0.33/app-readme.md rename to incubator/vaulthunters/0.0.34/app-readme.md diff --git a/incubator/vaulthunters/0.0.34/charts/common-10.7.1.tgz b/incubator/vaulthunters/0.0.34/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/vaulthunters/0.0.34/charts/common-10.7.1.tgz differ diff --git a/incubator/vaulthunters/0.0.33/ix_values.yaml b/incubator/vaulthunters/0.0.34/ix_values.yaml similarity index 100% rename from incubator/vaulthunters/0.0.33/ix_values.yaml rename to incubator/vaulthunters/0.0.34/ix_values.yaml diff --git a/incubator/vaulthunters/0.0.33/questions.yaml b/incubator/vaulthunters/0.0.34/questions.yaml similarity index 100% rename from incubator/vaulthunters/0.0.33/questions.yaml rename to incubator/vaulthunters/0.0.34/questions.yaml diff --git a/incubator/vaulthunters/0.0.33/templates/common.yaml b/incubator/vaulthunters/0.0.34/templates/common.yaml similarity index 100% rename from incubator/vaulthunters/0.0.33/templates/common.yaml rename to incubator/vaulthunters/0.0.34/templates/common.yaml diff --git a/incubator/vaulthunters/0.0.33/values.yaml b/incubator/vaulthunters/0.0.34/values.yaml similarity index 100% rename from incubator/vaulthunters/0.0.33/values.yaml rename to incubator/vaulthunters/0.0.34/values.yaml diff --git a/incubator/venstar2mqtt/0.0.29/CHANGELOG.md b/incubator/venstar2mqtt/0.0.29/CHANGELOG.md deleted file mode 100644 index 43769dc8f36..00000000000 --- a/incubator/venstar2mqtt/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [venstar2mqtt-0.0.29](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.28...venstar2mqtt-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [venstar2mqtt-0.0.28](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.27...venstar2mqtt-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [venstar2mqtt-0.0.28](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.27...venstar2mqtt-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [venstar2mqtt-0.0.27](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.26...venstar2mqtt-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [venstar2mqtt-0.0.26](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.25...venstar2mqtt-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [venstar2mqtt-0.0.25](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.24...venstar2mqtt-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [venstar2mqtt-0.0.24](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.22...venstar2mqtt-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [venstar2mqtt-0.0.24](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.22...venstar2mqtt-0.0.24) (2022-09-21) - -### Chore diff --git a/incubator/venstar2mqtt/0.0.29/Chart.lock b/incubator/venstar2mqtt/0.0.29/Chart.lock deleted file mode 100644 index 98a408f25bf..00000000000 --- a/incubator/venstar2mqtt/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:15.012352239Z" diff --git a/incubator/venstar2mqtt/0.0.29/Chart.yaml b/incubator/venstar2mqtt/0.0.29/Chart.yaml deleted file mode 100644 index 121df07ed12..00000000000 --- a/incubator/venstar2mqtt/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. -home: https://truecharts.org/docs/charts/incubator/venstar2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png -keywords: - - venstar2mqtt - - HomeAutomation - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: venstar2mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/venstar2mqtt - - https://github.com/terafin/mqtt-venstar-bridge - - https://hub.docker.com/r/terafin/mqtt-venstar-bridge/ -type: application -version: 0.0.29 diff --git a/incubator/venstar2mqtt/0.0.29/README.md b/incubator/venstar2mqtt/0.0.29/README.md deleted file mode 100644 index 553c2b81052..00000000000 --- a/incubator/venstar2mqtt/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# venstar2mqtt - -Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [venstar2mqtt](https://truecharts.org/docs/charts/incubator/venstar2mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `venstar2mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install venstar2mqtt TrueCharts/venstar2mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `venstar2mqtt` deployment - -```console -helm uninstall venstar2mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install venstar2mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/venstar2mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install venstar2mqtt TrueCharts/venstar2mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/venstar2mqtt/0.0.29/charts/common-10.7.0.tgz b/incubator/venstar2mqtt/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/venstar2mqtt/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/venstar2mqtt/0.0.30/CHANGELOG.md b/incubator/venstar2mqtt/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..fded1b409d6 --- /dev/null +++ b/incubator/venstar2mqtt/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [venstar2mqtt-0.0.30](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.29...venstar2mqtt-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [venstar2mqtt-0.0.29](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.28...venstar2mqtt-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [venstar2mqtt-0.0.28](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.27...venstar2mqtt-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [venstar2mqtt-0.0.28](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.27...venstar2mqtt-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [venstar2mqtt-0.0.27](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.26...venstar2mqtt-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [venstar2mqtt-0.0.26](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.25...venstar2mqtt-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [venstar2mqtt-0.0.25](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.24...venstar2mqtt-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [venstar2mqtt-0.0.24](https://github.com/truecharts/charts/compare/venstar2mqtt-0.0.22...venstar2mqtt-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/venstar2mqtt/0.0.30/Chart.lock b/incubator/venstar2mqtt/0.0.30/Chart.lock new file mode 100644 index 00000000000..c28c4b9e644 --- /dev/null +++ b/incubator/venstar2mqtt/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:24.277465908Z" diff --git a/incubator/venstar2mqtt/0.0.30/Chart.yaml b/incubator/venstar2mqtt/0.0.30/Chart.yaml new file mode 100644 index 00000000000..9a909d52101 --- /dev/null +++ b/incubator/venstar2mqtt/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. +home: https://truecharts.org/docs/charts/incubator/venstar2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.png +keywords: + - venstar2mqtt + - HomeAutomation + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: venstar2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/venstar2mqtt + - https://github.com/terafin/mqtt-venstar-bridge + - https://hub.docker.com/r/terafin/mqtt-venstar-bridge/ +type: application +version: 0.0.30 diff --git a/incubator/venstar2mqtt/0.0.30/README.md b/incubator/venstar2mqtt/0.0.30/README.md new file mode 100644 index 00000000000..5489cf350c2 --- /dev/null +++ b/incubator/venstar2mqtt/0.0.30/README.md @@ -0,0 +1,107 @@ +# venstar2mqtt + +Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [venstar2mqtt](https://truecharts.org/docs/charts/incubator/venstar2mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `venstar2mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install venstar2mqtt TrueCharts/venstar2mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `venstar2mqtt` deployment + +```console +helm uninstall venstar2mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install venstar2mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/venstar2mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install venstar2mqtt TrueCharts/venstar2mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/venstar2mqtt/0.0.29/app-readme.md b/incubator/venstar2mqtt/0.0.30/app-readme.md similarity index 100% rename from incubator/venstar2mqtt/0.0.29/app-readme.md rename to incubator/venstar2mqtt/0.0.30/app-readme.md diff --git a/incubator/venstar2mqtt/0.0.30/charts/common-10.7.1.tgz b/incubator/venstar2mqtt/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/venstar2mqtt/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/venstar2mqtt/0.0.29/ix_values.yaml b/incubator/venstar2mqtt/0.0.30/ix_values.yaml similarity index 100% rename from incubator/venstar2mqtt/0.0.29/ix_values.yaml rename to incubator/venstar2mqtt/0.0.30/ix_values.yaml diff --git a/incubator/venstar2mqtt/0.0.29/questions.yaml b/incubator/venstar2mqtt/0.0.30/questions.yaml similarity index 100% rename from incubator/venstar2mqtt/0.0.29/questions.yaml rename to incubator/venstar2mqtt/0.0.30/questions.yaml diff --git a/incubator/venstar2mqtt/0.0.29/templates/common.yaml b/incubator/venstar2mqtt/0.0.30/templates/common.yaml similarity index 100% rename from incubator/venstar2mqtt/0.0.29/templates/common.yaml rename to incubator/venstar2mqtt/0.0.30/templates/common.yaml diff --git a/incubator/venstar2mqtt/0.0.29/values.yaml b/incubator/venstar2mqtt/0.0.30/values.yaml similarity index 100% rename from incubator/venstar2mqtt/0.0.29/values.yaml rename to incubator/venstar2mqtt/0.0.30/values.yaml diff --git a/incubator/vertex/0.0.70/CHANGELOG.md b/incubator/vertex/0.0.70/CHANGELOG.md deleted file mode 100644 index 7efe87fa028..00000000000 --- a/incubator/vertex/0.0.70/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vertex-0.0.70](https://github.com/truecharts/charts/compare/vertex-0.0.69...vertex-0.0.70) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [vertex-0.0.69](https://github.com/truecharts/charts/compare/vertex-0.0.68...vertex-0.0.69) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [vertex-0.0.68](https://github.com/truecharts/charts/compare/vertex-0.0.67...vertex-0.0.68) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [vertex-0.0.67](https://github.com/truecharts/charts/compare/vertex-0.0.66...vertex-0.0.67) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vertex-0.0.66](https://github.com/truecharts/charts/compare/vertex-0.0.65...vertex-0.0.66) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [vertex-0.0.65](https://github.com/truecharts/charts/compare/vertex-0.0.64...vertex-0.0.65) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vertex-0.0.65](https://github.com/truecharts/charts/compare/vertex-0.0.64...vertex-0.0.65) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vertex-0.0.64](https://github.com/truecharts/charts/compare/vertex-0.0.63...vertex-0.0.64) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [vertex-0.0.63](https://github.com/truecharts/charts/compare/vertex-0.0.62...vertex-0.0.63) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vertex-0.0.62](https://github.com/truecharts/charts/compare/vertex-0.0.61...vertex-0.0.62) (2022-10-05) - -### Chore diff --git a/incubator/vertex/0.0.70/Chart.lock b/incubator/vertex/0.0.70/Chart.lock deleted file mode 100644 index a9de4780a3e..00000000000 --- a/incubator/vertex/0.0.70/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-18T05:48:01.805699143Z" diff --git a/incubator/vertex/0.0.70/Chart.yaml b/incubator/vertex/0.0.70/Chart.yaml deleted file mode 100644 index 519ee086645..00000000000 --- a/incubator/vertex/0.0.70/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - HomeAutomation -apiVersion: v2 -appVersion: "stable" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Vertex" -home: https://truecharts.org/docs/charts/incubator/vertex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png -keywords: - - vertex - - Tools-Utilities - - HomeAutomation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vertex -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/vertex - - https://gitlab.lswl.in/lswl/vertex - - https://hub.docker.com/r/lswl/vertex -type: application -version: 0.0.70 diff --git a/incubator/vertex/0.0.70/README.md b/incubator/vertex/0.0.70/README.md deleted file mode 100644 index ffc1329823f..00000000000 --- a/incubator/vertex/0.0.70/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# vertex - -Vertex - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vertex](https://truecharts.org/docs/charts/incubator/vertex) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vertex` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vertex TrueCharts/vertex -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vertex` deployment - -```console -helm uninstall vertex -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vertex \ - --set env.TZ="America/New York" \ - TrueCharts/vertex -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vertex TrueCharts/vertex -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/vertex/0.0.70/charts/common-10.7.0.tgz b/incubator/vertex/0.0.70/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/vertex/0.0.70/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/vertex/0.0.70/ix_values.yaml b/incubator/vertex/0.0.70/ix_values.yaml deleted file mode 100644 index cf853554c2f..00000000000 --- a/incubator/vertex/0.0.70/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -env: - PORT: "3000" -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/vertex - tag: vstable@sha256:743ee69c61252de157733aa4637a4a1f44218e867e19097e241f93aff7341f26 -persistence: - config: - enabled: true - mountPath: /vertex -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - ports: - main: - port: 3000 - protocol: TCP - targetPort: 3000 - -portal: - enabled: true diff --git a/incubator/vertex/0.0.71/CHANGELOG.md b/incubator/vertex/0.0.71/CHANGELOG.md new file mode 100644 index 00000000000..ff4fb9c76d8 --- /dev/null +++ b/incubator/vertex/0.0.71/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vertex-0.0.71](https://github.com/truecharts/charts/compare/vertex-0.0.70...vertex-0.0.71) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [vertex-0.0.70](https://github.com/truecharts/charts/compare/vertex-0.0.69...vertex-0.0.70) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [vertex-0.0.69](https://github.com/truecharts/charts/compare/vertex-0.0.68...vertex-0.0.69) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [vertex-0.0.68](https://github.com/truecharts/charts/compare/vertex-0.0.67...vertex-0.0.68) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [vertex-0.0.67](https://github.com/truecharts/charts/compare/vertex-0.0.66...vertex-0.0.67) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vertex-0.0.66](https://github.com/truecharts/charts/compare/vertex-0.0.65...vertex-0.0.66) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [vertex-0.0.65](https://github.com/truecharts/charts/compare/vertex-0.0.64...vertex-0.0.65) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vertex-0.0.65](https://github.com/truecharts/charts/compare/vertex-0.0.64...vertex-0.0.65) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vertex-0.0.64](https://github.com/truecharts/charts/compare/vertex-0.0.63...vertex-0.0.64) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [vertex-0.0.63](https://github.com/truecharts/charts/compare/vertex-0.0.62...vertex-0.0.63) (2022-10-05) + diff --git a/incubator/vertex/0.0.71/Chart.lock b/incubator/vertex/0.0.71/Chart.lock new file mode 100644 index 00000000000..289c5c6e96c --- /dev/null +++ b/incubator/vertex/0.0.71/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:35.377630615Z" diff --git a/incubator/vertex/0.0.71/Chart.yaml b/incubator/vertex/0.0.71/Chart.yaml new file mode 100644 index 00000000000..f1258dda0f4 --- /dev/null +++ b/incubator/vertex/0.0.71/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - HomeAutomation +apiVersion: v2 +appVersion: "stable" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Vertex" +home: https://truecharts.org/docs/charts/incubator/vertex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.png +keywords: + - vertex + - Tools-Utilities + - HomeAutomation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vertex +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vertex + - https://gitlab.lswl.in/lswl/vertex + - https://hub.docker.com/r/lswl/vertex +type: application +version: 0.0.71 diff --git a/incubator/vertex/0.0.71/README.md b/incubator/vertex/0.0.71/README.md new file mode 100644 index 00000000000..0d199c5d037 --- /dev/null +++ b/incubator/vertex/0.0.71/README.md @@ -0,0 +1,107 @@ +# vertex + +Vertex + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vertex](https://truecharts.org/docs/charts/incubator/vertex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vertex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vertex TrueCharts/vertex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vertex` deployment + +```console +helm uninstall vertex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vertex \ + --set env.TZ="America/New York" \ + TrueCharts/vertex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vertex TrueCharts/vertex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/vertex/0.0.70/app-readme.md b/incubator/vertex/0.0.71/app-readme.md similarity index 100% rename from incubator/vertex/0.0.70/app-readme.md rename to incubator/vertex/0.0.71/app-readme.md diff --git a/incubator/vertex/0.0.71/charts/common-10.7.1.tgz b/incubator/vertex/0.0.71/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/vertex/0.0.71/charts/common-10.7.1.tgz differ diff --git a/incubator/vertex/0.0.71/ix_values.yaml b/incubator/vertex/0.0.71/ix_values.yaml new file mode 100644 index 00000000000..879c5dd5aef --- /dev/null +++ b/incubator/vertex/0.0.71/ix_values.yaml @@ -0,0 +1,26 @@ +env: + PORT: "3000" +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/vertex + tag: vstable@sha256:c47ca1d60a80e591bcd077e421254ef2758818583a0e12a19b7280d25e3d0dfe +persistence: + config: + enabled: true + mountPath: /vertex +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + ports: + main: + port: 3000 + protocol: TCP + targetPort: 3000 + +portal: + enabled: true diff --git a/incubator/vertex/0.0.70/questions.yaml b/incubator/vertex/0.0.71/questions.yaml similarity index 100% rename from incubator/vertex/0.0.70/questions.yaml rename to incubator/vertex/0.0.71/questions.yaml diff --git a/incubator/vertex/0.0.70/templates/common.yaml b/incubator/vertex/0.0.71/templates/common.yaml similarity index 100% rename from incubator/vertex/0.0.70/templates/common.yaml rename to incubator/vertex/0.0.71/templates/common.yaml diff --git a/incubator/vertex/0.0.70/values.yaml b/incubator/vertex/0.0.71/values.yaml similarity index 100% rename from incubator/vertex/0.0.70/values.yaml rename to incubator/vertex/0.0.71/values.yaml diff --git a/incubator/vintage-story/0.0.29/CHANGELOG.md b/incubator/vintage-story/0.0.29/CHANGELOG.md deleted file mode 100644 index c8ac9254d44..00000000000 --- a/incubator/vintage-story/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vintage-story-0.0.29](https://github.com/truecharts/charts/compare/vintage-story-0.0.28...vintage-story-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vintage-story-0.0.28](https://github.com/truecharts/charts/compare/vintage-story-0.0.27...vintage-story-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vintage-story-0.0.28](https://github.com/truecharts/charts/compare/vintage-story-0.0.27...vintage-story-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vintage-story-0.0.27](https://github.com/truecharts/charts/compare/vintage-story-0.0.26...vintage-story-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [vintage-story-0.0.26](https://github.com/truecharts/charts/compare/vintage-story-0.0.25...vintage-story-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [vintage-story-0.0.25](https://github.com/truecharts/charts/compare/vintage-story-0.0.24...vintage-story-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [vintage-story-0.0.24](https://github.com/truecharts/charts/compare/vintage-story-0.0.23...vintage-story-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [vintage-story-0.0.24](https://github.com/truecharts/charts/compare/vintage-story-0.0.23...vintage-story-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/vintage-story/0.0.29/Chart.lock b/incubator/vintage-story/0.0.29/Chart.lock deleted file mode 100644 index 46833ec7ff5..00000000000 --- a/incubator/vintage-story/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:32.05815107Z" diff --git a/incubator/vintage-story/0.0.29/Chart.yaml b/incubator/vintage-story/0.0.29/Chart.yaml deleted file mode 100644 index 6d2d20926c3..00000000000 --- a/incubator/vintage-story/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it." -home: https://truecharts.org/docs/charts/incubator/vintage-story -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png -keywords: - - vintage-story - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vintage-story -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/vintage-story - - https://www.vintagestory.at/ - - https://hub.docker.com/r/ich777/vintagestory/ -type: application -version: 0.0.29 diff --git a/incubator/vintage-story/0.0.29/README.md b/incubator/vintage-story/0.0.29/README.md deleted file mode 100644 index 32fffca40b6..00000000000 --- a/incubator/vintage-story/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# vintage-story - -This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vintage-story](https://truecharts.org/docs/charts/incubator/vintage-story) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vintage-story` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vintage-story TrueCharts/vintage-story -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vintage-story` deployment - -```console -helm uninstall vintage-story -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vintage-story \ - --set env.TZ="America/New York" \ - TrueCharts/vintage-story -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vintage-story TrueCharts/vintage-story -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/vintage-story/0.0.29/charts/common-10.7.0.tgz b/incubator/vintage-story/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/vintage-story/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/vintage-story/0.0.30/CHANGELOG.md b/incubator/vintage-story/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..08332a9e5c5 --- /dev/null +++ b/incubator/vintage-story/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vintage-story-0.0.30](https://github.com/truecharts/charts/compare/vintage-story-0.0.29...vintage-story-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vintage-story-0.0.29](https://github.com/truecharts/charts/compare/vintage-story-0.0.28...vintage-story-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vintage-story-0.0.28](https://github.com/truecharts/charts/compare/vintage-story-0.0.27...vintage-story-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vintage-story-0.0.28](https://github.com/truecharts/charts/compare/vintage-story-0.0.27...vintage-story-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vintage-story-0.0.27](https://github.com/truecharts/charts/compare/vintage-story-0.0.26...vintage-story-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vintage-story-0.0.26](https://github.com/truecharts/charts/compare/vintage-story-0.0.25...vintage-story-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vintage-story-0.0.25](https://github.com/truecharts/charts/compare/vintage-story-0.0.24...vintage-story-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [vintage-story-0.0.24](https://github.com/truecharts/charts/compare/vintage-story-0.0.23...vintage-story-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/vintage-story/0.0.30/Chart.lock b/incubator/vintage-story/0.0.30/Chart.lock new file mode 100644 index 00000000000..5b35dc8486c --- /dev/null +++ b/incubator/vintage-story/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:35.482489066Z" diff --git a/incubator/vintage-story/0.0.30/Chart.yaml b/incubator/vintage-story/0.0.30/Chart.yaml new file mode 100644 index 00000000000..318852fc2e0 --- /dev/null +++ b/incubator/vintage-story/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it." +home: https://truecharts.org/docs/charts/incubator/vintage-story +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.png +keywords: + - vintage-story + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vintage-story +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vintage-story + - https://www.vintagestory.at/ + - https://hub.docker.com/r/ich777/vintagestory/ +type: application +version: 0.0.30 diff --git a/incubator/vintage-story/0.0.30/README.md b/incubator/vintage-story/0.0.30/README.md new file mode 100644 index 00000000000..f68b9092c60 --- /dev/null +++ b/incubator/vintage-story/0.0.30/README.md @@ -0,0 +1,107 @@ +# vintage-story + +This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vintage-story](https://truecharts.org/docs/charts/incubator/vintage-story) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vintage-story` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vintage-story TrueCharts/vintage-story +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vintage-story` deployment + +```console +helm uninstall vintage-story +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vintage-story \ + --set env.TZ="America/New York" \ + TrueCharts/vintage-story +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vintage-story TrueCharts/vintage-story -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/vintage-story/0.0.29/app-readme.md b/incubator/vintage-story/0.0.30/app-readme.md similarity index 100% rename from incubator/vintage-story/0.0.29/app-readme.md rename to incubator/vintage-story/0.0.30/app-readme.md diff --git a/incubator/vintage-story/0.0.30/charts/common-10.7.1.tgz b/incubator/vintage-story/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/vintage-story/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/vintage-story/0.0.29/ix_values.yaml b/incubator/vintage-story/0.0.30/ix_values.yaml similarity index 100% rename from incubator/vintage-story/0.0.29/ix_values.yaml rename to incubator/vintage-story/0.0.30/ix_values.yaml diff --git a/incubator/vintage-story/0.0.29/questions.yaml b/incubator/vintage-story/0.0.30/questions.yaml similarity index 100% rename from incubator/vintage-story/0.0.29/questions.yaml rename to incubator/vintage-story/0.0.30/questions.yaml diff --git a/incubator/vintage-story/0.0.29/templates/common.yaml b/incubator/vintage-story/0.0.30/templates/common.yaml similarity index 100% rename from incubator/vintage-story/0.0.29/templates/common.yaml rename to incubator/vintage-story/0.0.30/templates/common.yaml diff --git a/incubator/vintage-story/0.0.29/values.yaml b/incubator/vintage-story/0.0.30/values.yaml similarity index 100% rename from incubator/vintage-story/0.0.29/values.yaml rename to incubator/vintage-story/0.0.30/values.yaml diff --git a/incubator/virt-manager/0.0.78/CHANGELOG.md b/incubator/virt-manager/0.0.78/CHANGELOG.md deleted file mode 100644 index 952e3bcf3e6..00000000000 --- a/incubator/virt-manager/0.0.78/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [virt-manager-0.0.78](https://github.com/truecharts/charts/compare/virt-manager-0.0.77...virt-manager-0.0.78) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [virt-manager-0.0.77](https://github.com/truecharts/charts/compare/virt-manager-0.0.76...virt-manager-0.0.77) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [virt-manager-0.0.76](https://github.com/truecharts/charts/compare/virt-manager-0.0.75...virt-manager-0.0.76) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [virt-manager-0.0.75](https://github.com/truecharts/charts/compare/virt-manager-0.0.74...virt-manager-0.0.75) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [virt-manager-0.0.74](https://github.com/truecharts/charts/compare/virt-manager-0.0.73...virt-manager-0.0.74) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [virt-manager-0.0.73](https://github.com/truecharts/charts/compare/virt-manager-0.0.72...virt-manager-0.0.73) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [virt-manager-0.0.73](https://github.com/truecharts/charts/compare/virt-manager-0.0.72...virt-manager-0.0.73) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [virt-manager-0.0.72](https://github.com/truecharts/charts/compare/virt-manager-0.0.71...virt-manager-0.0.72) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [virt-manager-0.0.71](https://github.com/truecharts/charts/compare/virt-manager-0.0.70...virt-manager-0.0.71) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [virt-manager-0.0.70](https://github.com/truecharts/charts/compare/virt-manager-0.0.69...virt-manager-0.0.70) (2022-10-05) - -### Chore diff --git a/incubator/virt-manager/0.0.78/Chart.lock b/incubator/virt-manager/0.0.78/Chart.lock deleted file mode 100644 index 583de903405..00000000000 --- a/incubator/virt-manager/0.0.78/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:02:23.637509384Z" diff --git a/incubator/virt-manager/0.0.78/Chart.yaml b/incubator/virt-manager/0.0.78/Chart.yaml deleted file mode 100644 index 3adb155b733..00000000000 --- a/incubator/virt-manager/0.0.78/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "The virt-manager application is a desktop user interface for managing virtual machines through libvirt." -home: https://truecharts.org/docs/charts/incubator/virt-manager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png -keywords: - - virt-manager - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: virt-manager -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/virt-manager - - https://hub.docker.com/r/mber5/virt-manager -type: application -version: 0.0.78 diff --git a/incubator/virt-manager/0.0.78/README.md b/incubator/virt-manager/0.0.78/README.md deleted file mode 100644 index 8ae5d818d9c..00000000000 --- a/incubator/virt-manager/0.0.78/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# virt-manager - -The virt-manager application is a desktop user interface for managing virtual machines through libvirt. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [virt-manager](https://truecharts.org/docs/charts/incubator/virt-manager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `virt-manager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install virt-manager TrueCharts/virt-manager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `virt-manager` deployment - -```console -helm uninstall virt-manager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install virt-manager \ - --set env.TZ="America/New York" \ - TrueCharts/virt-manager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install virt-manager TrueCharts/virt-manager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/virt-manager/0.0.78/charts/common-10.7.0.tgz b/incubator/virt-manager/0.0.78/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/virt-manager/0.0.78/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/virt-manager/0.0.78/ix_values.yaml b/incubator/virt-manager/0.0.78/ix_values.yaml deleted file mode 100644 index de8398a5a8c..00000000000 --- a/incubator/virt-manager/0.0.78/ix_values.yaml +++ /dev/null @@ -1,35 +0,0 @@ -env: - HOSTS: "['qemu:///system']" -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/virt-manager - tag: latest@sha256:6703fec9f3a5990c5315c98a4292d1267434bd1eb1f0383410b64d71b933c50e -persistence: - devkvm: - enabled: true - mountPath: /dev/kvm - images: - enabled: true - mountPath: /var/lib/libvirt/images - libvirt-sock: - enabled: true - mountPath: /var/run/libvirt/libvirt-sock - rootfolder: - enabled: true - mountPath: /root -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - ports: - main: - port: 8185 - protocol: TCP - targetPort: 80 - -portal: - enabled: true diff --git a/incubator/virt-manager/0.0.79/CHANGELOG.md b/incubator/virt-manager/0.0.79/CHANGELOG.md new file mode 100644 index 00000000000..f76d27b9e24 --- /dev/null +++ b/incubator/virt-manager/0.0.79/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [virt-manager-0.0.79](https://github.com/truecharts/charts/compare/virt-manager-0.0.78...virt-manager-0.0.79) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [virt-manager-0.0.78](https://github.com/truecharts/charts/compare/virt-manager-0.0.77...virt-manager-0.0.78) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [virt-manager-0.0.77](https://github.com/truecharts/charts/compare/virt-manager-0.0.76...virt-manager-0.0.77) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [virt-manager-0.0.76](https://github.com/truecharts/charts/compare/virt-manager-0.0.75...virt-manager-0.0.76) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [virt-manager-0.0.75](https://github.com/truecharts/charts/compare/virt-manager-0.0.74...virt-manager-0.0.75) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [virt-manager-0.0.74](https://github.com/truecharts/charts/compare/virt-manager-0.0.73...virt-manager-0.0.74) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [virt-manager-0.0.73](https://github.com/truecharts/charts/compare/virt-manager-0.0.72...virt-manager-0.0.73) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [virt-manager-0.0.73](https://github.com/truecharts/charts/compare/virt-manager-0.0.72...virt-manager-0.0.73) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [virt-manager-0.0.72](https://github.com/truecharts/charts/compare/virt-manager-0.0.71...virt-manager-0.0.72) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [virt-manager-0.0.71](https://github.com/truecharts/charts/compare/virt-manager-0.0.70...virt-manager-0.0.71) (2022-10-05) + diff --git a/incubator/virt-manager/0.0.79/Chart.lock b/incubator/virt-manager/0.0.79/Chart.lock new file mode 100644 index 00000000000..664c0c2af00 --- /dev/null +++ b/incubator/virt-manager/0.0.79/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:36.643665013Z" diff --git a/incubator/virt-manager/0.0.79/Chart.yaml b/incubator/virt-manager/0.0.79/Chart.yaml new file mode 100644 index 00000000000..c816db3c2de --- /dev/null +++ b/incubator/virt-manager/0.0.79/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "The virt-manager application is a desktop user interface for managing virtual machines through libvirt." +home: https://truecharts.org/docs/charts/incubator/virt-manager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.png +keywords: + - virt-manager + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: virt-manager +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/virt-manager + - https://hub.docker.com/r/mber5/virt-manager +type: application +version: 0.0.79 diff --git a/incubator/virt-manager/0.0.79/README.md b/incubator/virt-manager/0.0.79/README.md new file mode 100644 index 00000000000..a4a24a6db23 --- /dev/null +++ b/incubator/virt-manager/0.0.79/README.md @@ -0,0 +1,106 @@ +# virt-manager + +The virt-manager application is a desktop user interface for managing virtual machines through libvirt. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [virt-manager](https://truecharts.org/docs/charts/incubator/virt-manager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `virt-manager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install virt-manager TrueCharts/virt-manager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `virt-manager` deployment + +```console +helm uninstall virt-manager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install virt-manager \ + --set env.TZ="America/New York" \ + TrueCharts/virt-manager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install virt-manager TrueCharts/virt-manager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/virt-manager/0.0.78/app-readme.md b/incubator/virt-manager/0.0.79/app-readme.md similarity index 100% rename from incubator/virt-manager/0.0.78/app-readme.md rename to incubator/virt-manager/0.0.79/app-readme.md diff --git a/incubator/virt-manager/0.0.79/charts/common-10.7.1.tgz b/incubator/virt-manager/0.0.79/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/virt-manager/0.0.79/charts/common-10.7.1.tgz differ diff --git a/incubator/virt-manager/0.0.79/ix_values.yaml b/incubator/virt-manager/0.0.79/ix_values.yaml new file mode 100644 index 00000000000..21ada4ce3b8 --- /dev/null +++ b/incubator/virt-manager/0.0.79/ix_values.yaml @@ -0,0 +1,35 @@ +env: + HOSTS: "['qemu:///system']" +image: + pullPolicy: IfNotPresent + repository: tccr.io/truecharts/virt-manager + tag: latest@sha256:31f87e404788d7dfdab775fee80e440dcbdb1ce27a0c702a5109c59ccdfd6b88 +persistence: + devkvm: + enabled: true + mountPath: /dev/kvm + images: + enabled: true + mountPath: /var/lib/libvirt/images + libvirt-sock: + enabled: true + mountPath: /var/run/libvirt/libvirt-sock + rootfolder: + enabled: true + mountPath: /root +podSecurityContext: + runAsGroup: 0 + runAsUser: 0 +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false +service: + main: + ports: + main: + port: 8185 + protocol: TCP + targetPort: 80 + +portal: + enabled: true diff --git a/incubator/virt-manager/0.0.78/questions.yaml b/incubator/virt-manager/0.0.79/questions.yaml similarity index 100% rename from incubator/virt-manager/0.0.78/questions.yaml rename to incubator/virt-manager/0.0.79/questions.yaml diff --git a/incubator/virt-manager/0.0.78/templates/common.yaml b/incubator/virt-manager/0.0.79/templates/common.yaml similarity index 100% rename from incubator/virt-manager/0.0.78/templates/common.yaml rename to incubator/virt-manager/0.0.79/templates/common.yaml diff --git a/incubator/virt-manager/0.0.78/values.yaml b/incubator/virt-manager/0.0.79/values.yaml similarity index 100% rename from incubator/virt-manager/0.0.78/values.yaml rename to incubator/virt-manager/0.0.79/values.yaml diff --git a/incubator/vlmcsd-kms-server/0.0.30/CHANGELOG.md b/incubator/vlmcsd-kms-server/0.0.30/CHANGELOG.md deleted file mode 100644 index 764d7ef8765..00000000000 --- a/incubator/vlmcsd-kms-server/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vlmcsd-kms-server-0.0.30](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.29...vlmcsd-kms-server-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vlmcsd-kms-server-0.0.29](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.28...vlmcsd-kms-server-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vlmcsd-kms-server-0.0.29](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.28...vlmcsd-kms-server-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vlmcsd-kms-server-0.0.28](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.27...vlmcsd-kms-server-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [vlmcsd-kms-server-0.0.27](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.26...vlmcsd-kms-server-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [vlmcsd-kms-server-0.0.26](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.25...vlmcsd-kms-server-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [vlmcsd-kms-server-0.0.25](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.23...vlmcsd-kms-server-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [vlmcsd-kms-server-0.0.25](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.23...vlmcsd-kms-server-0.0.25) (2022-09-21) - -### Chore diff --git a/incubator/vlmcsd-kms-server/0.0.30/Chart.lock b/incubator/vlmcsd-kms-server/0.0.30/Chart.lock deleted file mode 100644 index 026a8d86099..00000000000 --- a/incubator/vlmcsd-kms-server/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:44.637409049Z" diff --git a/incubator/vlmcsd-kms-server/0.0.30/Chart.yaml b/incubator/vlmcsd-kms-server/0.0.30/Chart.yaml deleted file mode 100644 index 3b1610349c5..00000000000 --- a/incubator/vlmcsd-kms-server/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "vlmcsd is a replacement for Microsoft's KMS server." -home: https://truecharts.org/docs/charts/incubator/vlmcsd-kms-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png -keywords: - - vlmcsd-kms-server - - Cloud - - Tools-Utilities - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vlmcsd-kms-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/vlmcsd-kms-server - - https://github.com/mikolatero/docker-vlmcsd - - https://hub.docker.com/r/mikolatero/vlmcsd/ -type: application -version: 0.0.30 diff --git a/incubator/vlmcsd-kms-server/0.0.30/README.md b/incubator/vlmcsd-kms-server/0.0.30/README.md deleted file mode 100644 index 8626e70fabc..00000000000 --- a/incubator/vlmcsd-kms-server/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# vlmcsd-kms-server - -vlmcsd is a replacement for Microsoft's KMS server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vlmcsd-kms-server](https://truecharts.org/docs/charts/incubator/vlmcsd-kms-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vlmcsd-kms-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vlmcsd-kms-server` deployment - -```console -helm uninstall vlmcsd-kms-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vlmcsd-kms-server \ - --set env.TZ="America/New York" \ - TrueCharts/vlmcsd-kms-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/vlmcsd-kms-server/0.0.30/charts/common-10.7.0.tgz b/incubator/vlmcsd-kms-server/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/vlmcsd-kms-server/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/vlmcsd-kms-server/0.0.31/CHANGELOG.md b/incubator/vlmcsd-kms-server/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..3aec8877f45 --- /dev/null +++ b/incubator/vlmcsd-kms-server/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vlmcsd-kms-server-0.0.31](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.30...vlmcsd-kms-server-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vlmcsd-kms-server-0.0.30](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.29...vlmcsd-kms-server-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vlmcsd-kms-server-0.0.29](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.28...vlmcsd-kms-server-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vlmcsd-kms-server-0.0.29](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.28...vlmcsd-kms-server-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vlmcsd-kms-server-0.0.28](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.27...vlmcsd-kms-server-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vlmcsd-kms-server-0.0.27](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.26...vlmcsd-kms-server-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vlmcsd-kms-server-0.0.26](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.25...vlmcsd-kms-server-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [vlmcsd-kms-server-0.0.25](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.23...vlmcsd-kms-server-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/vlmcsd-kms-server/0.0.31/Chart.lock b/incubator/vlmcsd-kms-server/0.0.31/Chart.lock new file mode 100644 index 00000000000..d23bfaecd1e --- /dev/null +++ b/incubator/vlmcsd-kms-server/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:54:55.681185494Z" diff --git a/incubator/vlmcsd-kms-server/0.0.31/Chart.yaml b/incubator/vlmcsd-kms-server/0.0.31/Chart.yaml new file mode 100644 index 00000000000..3e02a7a9426 --- /dev/null +++ b/incubator/vlmcsd-kms-server/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "vlmcsd is a replacement for Microsoft's KMS server." +home: https://truecharts.org/docs/charts/incubator/vlmcsd-kms-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.png +keywords: + - vlmcsd-kms-server + - Cloud + - Tools-Utilities + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vlmcsd-kms-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vlmcsd-kms-server + - https://github.com/mikolatero/docker-vlmcsd + - https://hub.docker.com/r/mikolatero/vlmcsd/ +type: application +version: 0.0.31 diff --git a/incubator/vlmcsd-kms-server/0.0.31/README.md b/incubator/vlmcsd-kms-server/0.0.31/README.md new file mode 100644 index 00000000000..db45eb30b3c --- /dev/null +++ b/incubator/vlmcsd-kms-server/0.0.31/README.md @@ -0,0 +1,107 @@ +# vlmcsd-kms-server + +vlmcsd is a replacement for Microsoft's KMS server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vlmcsd-kms-server](https://truecharts.org/docs/charts/incubator/vlmcsd-kms-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vlmcsd-kms-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vlmcsd-kms-server` deployment + +```console +helm uninstall vlmcsd-kms-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vlmcsd-kms-server \ + --set env.TZ="America/New York" \ + TrueCharts/vlmcsd-kms-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vlmcsd-kms-server TrueCharts/vlmcsd-kms-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/vlmcsd-kms-server/0.0.30/app-readme.md b/incubator/vlmcsd-kms-server/0.0.31/app-readme.md similarity index 100% rename from incubator/vlmcsd-kms-server/0.0.30/app-readme.md rename to incubator/vlmcsd-kms-server/0.0.31/app-readme.md diff --git a/incubator/vlmcsd-kms-server/0.0.31/charts/common-10.7.1.tgz b/incubator/vlmcsd-kms-server/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/vlmcsd-kms-server/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/vlmcsd-kms-server/0.0.30/ix_values.yaml b/incubator/vlmcsd-kms-server/0.0.31/ix_values.yaml similarity index 100% rename from incubator/vlmcsd-kms-server/0.0.30/ix_values.yaml rename to incubator/vlmcsd-kms-server/0.0.31/ix_values.yaml diff --git a/incubator/vlmcsd-kms-server/0.0.30/questions.yaml b/incubator/vlmcsd-kms-server/0.0.31/questions.yaml similarity index 100% rename from incubator/vlmcsd-kms-server/0.0.30/questions.yaml rename to incubator/vlmcsd-kms-server/0.0.31/questions.yaml diff --git a/incubator/vlmcsd-kms-server/0.0.30/templates/common.yaml b/incubator/vlmcsd-kms-server/0.0.31/templates/common.yaml similarity index 100% rename from incubator/vlmcsd-kms-server/0.0.30/templates/common.yaml rename to incubator/vlmcsd-kms-server/0.0.31/templates/common.yaml diff --git a/incubator/vlmcsd-kms-server/0.0.30/values.yaml b/incubator/vlmcsd-kms-server/0.0.31/values.yaml similarity index 100% rename from incubator/vlmcsd-kms-server/0.0.30/values.yaml rename to incubator/vlmcsd-kms-server/0.0.31/values.yaml diff --git a/incubator/vorta/0.0.29/CHANGELOG.md b/incubator/vorta/0.0.29/CHANGELOG.md deleted file mode 100644 index d3e765123b6..00000000000 --- a/incubator/vorta/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vorta-0.0.29](https://github.com/truecharts/charts/compare/vorta-0.0.28...vorta-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vorta-0.0.28](https://github.com/truecharts/charts/compare/vorta-0.0.27...vorta-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vorta-0.0.28](https://github.com/truecharts/charts/compare/vorta-0.0.27...vorta-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vorta-0.0.27](https://github.com/truecharts/charts/compare/vorta-0.0.26...vorta-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [vorta-0.0.26](https://github.com/truecharts/charts/compare/vorta-0.0.25...vorta-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [vorta-0.0.25](https://github.com/truecharts/charts/compare/vorta-0.0.24...vorta-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [vorta-0.0.24](https://github.com/truecharts/charts/compare/vorta-0.0.23...vorta-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [vorta-0.0.24](https://github.com/truecharts/charts/compare/vorta-0.0.23...vorta-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/vorta/0.0.29/Chart.lock b/incubator/vorta/0.0.29/Chart.lock deleted file mode 100644 index 212605db28b..00000000000 --- a/incubator/vorta/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:11:52.283432772Z" diff --git a/incubator/vorta/0.0.29/Chart.yaml b/incubator/vorta/0.0.29/Chart.yaml deleted file mode 100644 index 5aef21a5286..00000000000 --- a/incubator/vorta/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Backup - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft." -home: https://truecharts.org/docs/charts/incubator/vorta -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vorta.png -keywords: - - vorta - - Backup - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vorta -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/vorta - - https://github.com/borgbase/vorta-docker - - https://ghcr.io/borgbase/vorta-docker -type: application -version: 0.0.29 diff --git a/incubator/vorta/0.0.29/README.md b/incubator/vorta/0.0.29/README.md deleted file mode 100644 index 5f9bb67b49c..00000000000 --- a/incubator/vorta/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# vorta - -Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vorta](https://truecharts.org/docs/charts/incubator/vorta) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vorta` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vorta TrueCharts/vorta -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vorta` deployment - -```console -helm uninstall vorta -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vorta \ - --set env.TZ="America/New York" \ - TrueCharts/vorta -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vorta TrueCharts/vorta -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/vorta/0.0.29/charts/common-10.7.0.tgz b/incubator/vorta/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/vorta/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/vorta/0.0.30/CHANGELOG.md b/incubator/vorta/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..665a5620ad2 --- /dev/null +++ b/incubator/vorta/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vorta-0.0.30](https://github.com/truecharts/charts/compare/vorta-0.0.29...vorta-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vorta-0.0.29](https://github.com/truecharts/charts/compare/vorta-0.0.28...vorta-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vorta-0.0.28](https://github.com/truecharts/charts/compare/vorta-0.0.27...vorta-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vorta-0.0.28](https://github.com/truecharts/charts/compare/vorta-0.0.27...vorta-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vorta-0.0.27](https://github.com/truecharts/charts/compare/vorta-0.0.26...vorta-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vorta-0.0.26](https://github.com/truecharts/charts/compare/vorta-0.0.25...vorta-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vorta-0.0.25](https://github.com/truecharts/charts/compare/vorta-0.0.24...vorta-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [vorta-0.0.24](https://github.com/truecharts/charts/compare/vorta-0.0.23...vorta-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/vorta/0.0.30/Chart.lock b/incubator/vorta/0.0.30/Chart.lock new file mode 100644 index 00000000000..e763df277be --- /dev/null +++ b/incubator/vorta/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:06.415937718Z" diff --git a/incubator/vorta/0.0.30/Chart.yaml b/incubator/vorta/0.0.30/Chart.yaml new file mode 100644 index 00000000000..88aa0ee3c3c --- /dev/null +++ b/incubator/vorta/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Backup + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft." +home: https://truecharts.org/docs/charts/incubator/vorta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vorta.png +keywords: + - vorta + - Backup + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vorta +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/vorta + - https://github.com/borgbase/vorta-docker + - https://ghcr.io/borgbase/vorta-docker +type: application +version: 0.0.30 diff --git a/incubator/vorta/0.0.30/README.md b/incubator/vorta/0.0.30/README.md new file mode 100644 index 00000000000..e99f750e4db --- /dev/null +++ b/incubator/vorta/0.0.30/README.md @@ -0,0 +1,107 @@ +# vorta + +Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vorta](https://truecharts.org/docs/charts/incubator/vorta) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vorta` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vorta TrueCharts/vorta +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vorta` deployment + +```console +helm uninstall vorta +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vorta \ + --set env.TZ="America/New York" \ + TrueCharts/vorta +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vorta TrueCharts/vorta -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/vorta/0.0.29/app-readme.md b/incubator/vorta/0.0.30/app-readme.md similarity index 100% rename from incubator/vorta/0.0.29/app-readme.md rename to incubator/vorta/0.0.30/app-readme.md diff --git a/incubator/vorta/0.0.30/charts/common-10.7.1.tgz b/incubator/vorta/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/vorta/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/vorta/0.0.29/ix_values.yaml b/incubator/vorta/0.0.30/ix_values.yaml similarity index 100% rename from incubator/vorta/0.0.29/ix_values.yaml rename to incubator/vorta/0.0.30/ix_values.yaml diff --git a/incubator/vorta/0.0.29/questions.yaml b/incubator/vorta/0.0.30/questions.yaml similarity index 100% rename from incubator/vorta/0.0.29/questions.yaml rename to incubator/vorta/0.0.30/questions.yaml diff --git a/incubator/vorta/0.0.29/templates/common.yaml b/incubator/vorta/0.0.30/templates/common.yaml similarity index 100% rename from incubator/vorta/0.0.29/templates/common.yaml rename to incubator/vorta/0.0.30/templates/common.yaml diff --git a/incubator/vorta/0.0.29/values.yaml b/incubator/vorta/0.0.30/values.yaml similarity index 100% rename from incubator/vorta/0.0.29/values.yaml rename to incubator/vorta/0.0.30/values.yaml diff --git a/incubator/watchyourlan/0.0.5/CHANGELOG.md b/incubator/watchyourlan/0.0.5/CHANGELOG.md deleted file mode 100644 index ef051a44176..00000000000 --- a/incubator/watchyourlan/0.0.5/CHANGELOG.md +++ /dev/null @@ -1,62 +0,0 @@ -# Changelog - - - -## [watchyourlan-0.0.5](https://github.com/truecharts/charts/compare/watchyourlan-0.0.4...watchyourlan-0.0.5) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [watchyourlan-0.0.4](https://github.com/truecharts/charts/compare/watchyourlan-0.0.3...watchyourlan-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [watchyourlan-0.0.4](https://github.com/truecharts/charts/compare/watchyourlan-0.0.3...watchyourlan-0.0.4) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [watchyourlan-0.0.3](https://github.com/truecharts/charts/compare/watchyourlan-0.0.2...watchyourlan-0.0.3) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [watchyourlan-0.0.2](https://github.com/truecharts/charts/compare/watchyourlan-0.0.1...watchyourlan-0.0.2) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [watchyourlan-0.0.1]watchyourlan-0.0.1 (2022-09-25) - -### Feat - -- add watchyourlan ([#3889](https://github.com/truecharts/charts/issues/3889)) diff --git a/incubator/watchyourlan/0.0.5/Chart.lock b/incubator/watchyourlan/0.0.5/Chart.lock deleted file mode 100644 index f9ba935f5d0..00000000000 --- a/incubator/watchyourlan/0.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:12:01.942287624Z" diff --git a/incubator/watchyourlan/0.0.5/Chart.yaml b/incubator/watchyourlan/0.0.5/Chart.yaml deleted file mode 100644 index 7ac99fa5e86..00000000000 --- a/incubator/watchyourlan/0.0.5/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.7.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Lightweight network IP scanner with web GUI -home: https://truecharts.org/docs/charts/incubator/watchyourlan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png -keywords: - - network - - monitor -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: watchyourlan -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/watchyourlan - - https://github.com/aceberg/WatchYourLAN -version: 0.0.5 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/watchyourlan/0.0.5/README.md b/incubator/watchyourlan/0.0.5/README.md deleted file mode 100644 index 99eb1889123..00000000000 --- a/incubator/watchyourlan/0.0.5/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# watchyourlan - -Lightweight network IP scanner with web GUI - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [watchyourlan](https://truecharts.org/docs/charts/incubator/watchyourlan) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `watchyourlan` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install watchyourlan TrueCharts/watchyourlan -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `watchyourlan` deployment - -```console -helm uninstall watchyourlan -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install watchyourlan \ - --set env.TZ="America/New York" \ - TrueCharts/watchyourlan -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install watchyourlan TrueCharts/watchyourlan -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/watchyourlan/0.0.5/charts/common-10.7.0.tgz b/incubator/watchyourlan/0.0.5/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/watchyourlan/0.0.5/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/watchyourlan/0.0.6/CHANGELOG.md b/incubator/watchyourlan/0.0.6/CHANGELOG.md new file mode 100644 index 00000000000..f8ea20b67b9 --- /dev/null +++ b/incubator/watchyourlan/0.0.6/CHANGELOG.md @@ -0,0 +1,72 @@ +# Changelog + + + +## [watchyourlan-0.0.6](https://github.com/truecharts/charts/compare/watchyourlan-0.0.5...watchyourlan-0.0.6) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [watchyourlan-0.0.5](https://github.com/truecharts/charts/compare/watchyourlan-0.0.4...watchyourlan-0.0.5) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [watchyourlan-0.0.4](https://github.com/truecharts/charts/compare/watchyourlan-0.0.3...watchyourlan-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [watchyourlan-0.0.4](https://github.com/truecharts/charts/compare/watchyourlan-0.0.3...watchyourlan-0.0.4) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [watchyourlan-0.0.3](https://github.com/truecharts/charts/compare/watchyourlan-0.0.2...watchyourlan-0.0.3) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [watchyourlan-0.0.2](https://github.com/truecharts/charts/compare/watchyourlan-0.0.1...watchyourlan-0.0.2) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [watchyourlan-0.0.1]watchyourlan-0.0.1 (2022-09-25) + +### Feat + +- add watchyourlan ([#3889](https://github.com/truecharts/charts/issues/3889)) diff --git a/incubator/watchyourlan/0.0.6/Chart.lock b/incubator/watchyourlan/0.0.6/Chart.lock new file mode 100644 index 00000000000..4a9d9cb5676 --- /dev/null +++ b/incubator/watchyourlan/0.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:07.57103819Z" diff --git a/incubator/watchyourlan/0.0.6/Chart.yaml b/incubator/watchyourlan/0.0.6/Chart.yaml new file mode 100644 index 00000000000..7875dfffad3 --- /dev/null +++ b/incubator/watchyourlan/0.0.6/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.7.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Lightweight network IP scanner with web GUI +home: https://truecharts.org/docs/charts/incubator/watchyourlan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.png +keywords: + - network + - monitor +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: watchyourlan +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/watchyourlan + - https://github.com/aceberg/WatchYourLAN +version: 0.0.6 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/watchyourlan/0.0.6/README.md b/incubator/watchyourlan/0.0.6/README.md new file mode 100644 index 00000000000..a5d025c6581 --- /dev/null +++ b/incubator/watchyourlan/0.0.6/README.md @@ -0,0 +1,106 @@ +# watchyourlan + +Lightweight network IP scanner with web GUI + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [watchyourlan](https://truecharts.org/docs/charts/incubator/watchyourlan) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `watchyourlan` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install watchyourlan TrueCharts/watchyourlan +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `watchyourlan` deployment + +```console +helm uninstall watchyourlan +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install watchyourlan \ + --set env.TZ="America/New York" \ + TrueCharts/watchyourlan +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install watchyourlan TrueCharts/watchyourlan -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/watchyourlan/0.0.5/app-readme.md b/incubator/watchyourlan/0.0.6/app-readme.md similarity index 100% rename from incubator/watchyourlan/0.0.5/app-readme.md rename to incubator/watchyourlan/0.0.6/app-readme.md diff --git a/incubator/watchyourlan/0.0.6/charts/common-10.7.1.tgz b/incubator/watchyourlan/0.0.6/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/watchyourlan/0.0.6/charts/common-10.7.1.tgz differ diff --git a/incubator/watchyourlan/0.0.5/ix_values.yaml b/incubator/watchyourlan/0.0.6/ix_values.yaml similarity index 100% rename from incubator/watchyourlan/0.0.5/ix_values.yaml rename to incubator/watchyourlan/0.0.6/ix_values.yaml diff --git a/incubator/watchyourlan/0.0.5/questions.yaml b/incubator/watchyourlan/0.0.6/questions.yaml similarity index 100% rename from incubator/watchyourlan/0.0.5/questions.yaml rename to incubator/watchyourlan/0.0.6/questions.yaml diff --git a/incubator/watchyourlan/0.0.5/templates/common.yaml b/incubator/watchyourlan/0.0.6/templates/common.yaml similarity index 100% rename from incubator/watchyourlan/0.0.5/templates/common.yaml rename to incubator/watchyourlan/0.0.6/templates/common.yaml diff --git a/incubator/watchyourlan/0.0.5/values.yaml b/incubator/watchyourlan/0.0.6/values.yaml similarity index 100% rename from incubator/watchyourlan/0.0.5/values.yaml rename to incubator/watchyourlan/0.0.6/values.yaml diff --git a/incubator/wbo/0.0.6/CHANGELOG.md b/incubator/wbo/0.0.6/CHANGELOG.md deleted file mode 100644 index 891a56afbcd..00000000000 --- a/incubator/wbo/0.0.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wbo-0.0.6](https://github.com/truecharts/charts/compare/wbo-0.0.5...wbo-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wbo-0.0.5](https://github.com/truecharts/charts/compare/wbo-0.0.4...wbo-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wbo-0.0.5](https://github.com/truecharts/charts/compare/wbo-0.0.4...wbo-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wbo-0.0.4](https://github.com/truecharts/charts/compare/wbo-0.0.3...wbo-0.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wbo-0.0.3](https://github.com/truecharts/charts/compare/wbo-0.0.2...wbo-0.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wbo-0.0.2](https://github.com/truecharts/charts/compare/wbo-0.0.1...wbo-0.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wbo-0.0.1]wbo-0.0.1 (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Feat - -- add wbo ([#3810](https://github.com/truecharts/charts/issues/3810)) - - - - -## [wbo-0.0.1]wbo-0.0.1 (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Feat - -- add wbo ([#3810](https://github.com/truecharts/charts/issues/3810)) diff --git a/incubator/wbo/0.0.6/Chart.lock b/incubator/wbo/0.0.6/Chart.lock deleted file mode 100644 index 424abcac1bd..00000000000 --- a/incubator/wbo/0.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:12:06.804714344Z" diff --git a/incubator/wbo/0.0.6/Chart.yaml b/incubator/wbo/0.0.6/Chart.yaml deleted file mode 100644 index 26a61452816..00000000000 --- a/incubator/wbo/0.0.6/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.19.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: WBO is an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. -home: https://truecharts.org/docs/charts/incubator/wbo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wbo.png -keywords: - - wbo - - whiteboard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wbo -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/wbo - - https://github.com/lovasoa/whitebophir -version: 0.0.6 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/wbo/0.0.6/README.md b/incubator/wbo/0.0.6/README.md deleted file mode 100644 index 9f10c7ca322..00000000000 --- a/incubator/wbo/0.0.6/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# wbo - -WBO is an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wbo](https://truecharts.org/docs/charts/incubator/wbo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wbo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wbo TrueCharts/wbo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wbo` deployment - -```console -helm uninstall wbo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wbo \ - --set env.TZ="America/New York" \ - TrueCharts/wbo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wbo TrueCharts/wbo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/wbo/0.0.6/charts/common-10.7.0.tgz b/incubator/wbo/0.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/wbo/0.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/wbo/0.0.7/CHANGELOG.md b/incubator/wbo/0.0.7/CHANGELOG.md new file mode 100644 index 00000000000..30f132566a3 --- /dev/null +++ b/incubator/wbo/0.0.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wbo-0.0.7](https://github.com/truecharts/charts/compare/wbo-0.0.6...wbo-0.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wbo-0.0.6](https://github.com/truecharts/charts/compare/wbo-0.0.5...wbo-0.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wbo-0.0.5](https://github.com/truecharts/charts/compare/wbo-0.0.4...wbo-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wbo-0.0.5](https://github.com/truecharts/charts/compare/wbo-0.0.4...wbo-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wbo-0.0.4](https://github.com/truecharts/charts/compare/wbo-0.0.3...wbo-0.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wbo-0.0.3](https://github.com/truecharts/charts/compare/wbo-0.0.2...wbo-0.0.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wbo-0.0.2](https://github.com/truecharts/charts/compare/wbo-0.0.1...wbo-0.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wbo-0.0.1]wbo-0.0.1 (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + + ### Feat + +- add wbo ([#3810](https://github.com/truecharts/charts/issues/3810)) + + + + +## [wbo-0.0.1]wbo-0.0.1 (2022-09-21) + +### Chore + diff --git a/incubator/wbo/0.0.7/Chart.lock b/incubator/wbo/0.0.7/Chart.lock new file mode 100644 index 00000000000..5769fee0b27 --- /dev/null +++ b/incubator/wbo/0.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:08.012431995Z" diff --git a/incubator/wbo/0.0.7/Chart.yaml b/incubator/wbo/0.0.7/Chart.yaml new file mode 100644 index 00000000000..1a214c0d662 --- /dev/null +++ b/incubator/wbo/0.0.7/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.19.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: WBO is an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. +home: https://truecharts.org/docs/charts/incubator/wbo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wbo.png +keywords: + - wbo + - whiteboard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wbo +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wbo + - https://github.com/lovasoa/whitebophir +version: 0.0.7 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/wbo/0.0.7/README.md b/incubator/wbo/0.0.7/README.md new file mode 100644 index 00000000000..35144e93637 --- /dev/null +++ b/incubator/wbo/0.0.7/README.md @@ -0,0 +1,106 @@ +# wbo + +WBO is an online collaborative whiteboard that allows many users to draw simultaneously on a large virtual board. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wbo](https://truecharts.org/docs/charts/incubator/wbo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wbo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wbo TrueCharts/wbo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wbo` deployment + +```console +helm uninstall wbo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wbo \ + --set env.TZ="America/New York" \ + TrueCharts/wbo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wbo TrueCharts/wbo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/wbo/0.0.6/app-readme.md b/incubator/wbo/0.0.7/app-readme.md similarity index 100% rename from incubator/wbo/0.0.6/app-readme.md rename to incubator/wbo/0.0.7/app-readme.md diff --git a/incubator/wbo/0.0.7/charts/common-10.7.1.tgz b/incubator/wbo/0.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/wbo/0.0.7/charts/common-10.7.1.tgz differ diff --git a/incubator/wbo/0.0.6/ix_values.yaml b/incubator/wbo/0.0.7/ix_values.yaml similarity index 100% rename from incubator/wbo/0.0.6/ix_values.yaml rename to incubator/wbo/0.0.7/ix_values.yaml diff --git a/incubator/wbo/0.0.6/questions.yaml b/incubator/wbo/0.0.7/questions.yaml similarity index 100% rename from incubator/wbo/0.0.6/questions.yaml rename to incubator/wbo/0.0.7/questions.yaml diff --git a/incubator/wbo/0.0.6/templates/_configmap.tpl b/incubator/wbo/0.0.7/templates/_configmap.tpl similarity index 100% rename from incubator/wbo/0.0.6/templates/_configmap.tpl rename to incubator/wbo/0.0.7/templates/_configmap.tpl diff --git a/incubator/wbo/0.0.6/templates/_secret.tpl b/incubator/wbo/0.0.7/templates/_secret.tpl similarity index 100% rename from incubator/wbo/0.0.6/templates/_secret.tpl rename to incubator/wbo/0.0.7/templates/_secret.tpl diff --git a/incubator/wbo/0.0.6/templates/common.yaml b/incubator/wbo/0.0.7/templates/common.yaml similarity index 100% rename from incubator/wbo/0.0.6/templates/common.yaml rename to incubator/wbo/0.0.7/templates/common.yaml diff --git a/incubator/wbo/0.0.6/values.yaml b/incubator/wbo/0.0.7/values.yaml similarity index 100% rename from incubator/wbo/0.0.6/values.yaml rename to incubator/wbo/0.0.7/values.yaml diff --git a/incubator/webp-server/0.0.35/CHANGELOG.md b/incubator/webp-server/0.0.35/CHANGELOG.md deleted file mode 100644 index 977242b9efe..00000000000 --- a/incubator/webp-server/0.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [webp-server-0.0.35](https://github.com/truecharts/charts/compare/webp-server-0.0.34...webp-server-0.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [webp-server-0.0.34](https://github.com/truecharts/charts/compare/webp-server-0.0.33...webp-server-0.0.34) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [webp-server-0.0.33](https://github.com/truecharts/charts/compare/webp-server-0.0.32...webp-server-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webp-server-0.0.33](https://github.com/truecharts/charts/compare/webp-server-0.0.32...webp-server-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webp-server-0.0.32](https://github.com/truecharts/charts/compare/webp-server-0.0.31...webp-server-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [webp-server-0.0.31](https://github.com/truecharts/charts/compare/webp-server-0.0.30...webp-server-0.0.31) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [webp-server-0.0.30](https://github.com/truecharts/charts/compare/webp-server-0.0.29...webp-server-0.0.30) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [webp-server-0.0.29](https://github.com/truecharts/charts/compare/webp-server-0.0.28...webp-server-0.0.29) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/incubator/webp-server/0.0.35/Chart.lock b/incubator/webp-server/0.0.35/Chart.lock deleted file mode 100644 index 2b1408b2b9b..00000000000 --- a/incubator/webp-server/0.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:12:13.550888679Z" diff --git a/incubator/webp-server/0.0.35/Chart.yaml b/incubator/webp-server/0.0.35/Chart.yaml deleted file mode 100644 index 4c66b1e0a47..00000000000 --- a/incubator/webp-server/0.0.35/Chart.yaml +++ /dev/null @@ -1,39 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Productivity - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json." -home: https://truecharts.org/docs/charts/incubator/webp-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png -keywords: - - webp-server - - Cloud - - Productivity - - Tools-Utilities - - MediaServer-Photos - - Network-Web - - Network-FTP -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: webp-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/webp-server - - https://github.com/webp-sh/webp_server_go - - https://hub.docker.com/r/webpsh/webps -type: application -version: 0.0.35 diff --git a/incubator/webp-server/0.0.35/README.md b/incubator/webp-server/0.0.35/README.md deleted file mode 100644 index 7f2834478f7..00000000000 --- a/incubator/webp-server/0.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# webp-server - -This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [webp-server](https://truecharts.org/docs/charts/incubator/webp-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `webp-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install webp-server TrueCharts/webp-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `webp-server` deployment - -```console -helm uninstall webp-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install webp-server \ - --set env.TZ="America/New York" \ - TrueCharts/webp-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install webp-server TrueCharts/webp-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/webp-server/0.0.35/charts/common-10.7.0.tgz b/incubator/webp-server/0.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/webp-server/0.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/webp-server/0.0.36/CHANGELOG.md b/incubator/webp-server/0.0.36/CHANGELOG.md new file mode 100644 index 00000000000..1dd87fb2b61 --- /dev/null +++ b/incubator/webp-server/0.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [webp-server-0.0.36](https://github.com/truecharts/charts/compare/webp-server-0.0.35...webp-server-0.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [webp-server-0.0.35](https://github.com/truecharts/charts/compare/webp-server-0.0.34...webp-server-0.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [webp-server-0.0.34](https://github.com/truecharts/charts/compare/webp-server-0.0.33...webp-server-0.0.34) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [webp-server-0.0.33](https://github.com/truecharts/charts/compare/webp-server-0.0.32...webp-server-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webp-server-0.0.33](https://github.com/truecharts/charts/compare/webp-server-0.0.32...webp-server-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webp-server-0.0.32](https://github.com/truecharts/charts/compare/webp-server-0.0.31...webp-server-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [webp-server-0.0.31](https://github.com/truecharts/charts/compare/webp-server-0.0.30...webp-server-0.0.31) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [webp-server-0.0.30](https://github.com/truecharts/charts/compare/webp-server-0.0.29...webp-server-0.0.30) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [webp-server-0.0.29](https://github.com/truecharts/charts/compare/webp-server-0.0.28...webp-server-0.0.29) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/webp-server/0.0.36/Chart.lock b/incubator/webp-server/0.0.36/Chart.lock new file mode 100644 index 00000000000..41182851be4 --- /dev/null +++ b/incubator/webp-server/0.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:26.593076292Z" diff --git a/incubator/webp-server/0.0.36/Chart.yaml b/incubator/webp-server/0.0.36/Chart.yaml new file mode 100644 index 00000000000..3fdb27d9374 --- /dev/null +++ b/incubator/webp-server/0.0.36/Chart.yaml @@ -0,0 +1,39 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json." +home: https://truecharts.org/docs/charts/incubator/webp-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.png +keywords: + - webp-server + - Cloud + - Productivity + - Tools-Utilities + - MediaServer-Photos + - Network-Web + - Network-FTP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: webp-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/webp-server + - https://github.com/webp-sh/webp_server_go + - https://hub.docker.com/r/webpsh/webps +type: application +version: 0.0.36 diff --git a/incubator/webp-server/0.0.36/README.md b/incubator/webp-server/0.0.36/README.md new file mode 100644 index 00000000000..5fee442892e --- /dev/null +++ b/incubator/webp-server/0.0.36/README.md @@ -0,0 +1,107 @@ +# webp-server + +This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [webp-server](https://truecharts.org/docs/charts/incubator/webp-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `webp-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install webp-server TrueCharts/webp-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `webp-server` deployment + +```console +helm uninstall webp-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install webp-server \ + --set env.TZ="America/New York" \ + TrueCharts/webp-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install webp-server TrueCharts/webp-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/webp-server/0.0.35/app-readme.md b/incubator/webp-server/0.0.36/app-readme.md similarity index 100% rename from incubator/webp-server/0.0.35/app-readme.md rename to incubator/webp-server/0.0.36/app-readme.md diff --git a/incubator/webp-server/0.0.36/charts/common-10.7.1.tgz b/incubator/webp-server/0.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/webp-server/0.0.36/charts/common-10.7.1.tgz differ diff --git a/incubator/webp-server/0.0.35/ix_values.yaml b/incubator/webp-server/0.0.36/ix_values.yaml similarity index 100% rename from incubator/webp-server/0.0.35/ix_values.yaml rename to incubator/webp-server/0.0.36/ix_values.yaml diff --git a/incubator/webp-server/0.0.35/questions.yaml b/incubator/webp-server/0.0.36/questions.yaml similarity index 100% rename from incubator/webp-server/0.0.35/questions.yaml rename to incubator/webp-server/0.0.36/questions.yaml diff --git a/incubator/webp-server/0.0.35/templates/common.yaml b/incubator/webp-server/0.0.36/templates/common.yaml similarity index 100% rename from incubator/webp-server/0.0.35/templates/common.yaml rename to incubator/webp-server/0.0.36/templates/common.yaml diff --git a/incubator/webp-server/0.0.35/values.yaml b/incubator/webp-server/0.0.36/values.yaml similarity index 100% rename from incubator/webp-server/0.0.35/values.yaml rename to incubator/webp-server/0.0.36/values.yaml diff --git a/incubator/webtop/0.0.38/CHANGELOG.md b/incubator/webtop/0.0.38/CHANGELOG.md deleted file mode 100644 index a75d3244194..00000000000 --- a/incubator/webtop/0.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [webtop-0.0.38](https://github.com/truecharts/charts/compare/webtop-0.0.37...webtop-0.0.38) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [webtop-0.0.37](https://github.com/truecharts/charts/compare/webtop-0.0.36...webtop-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [webtop-0.0.36](https://github.com/truecharts/charts/compare/webtop-0.0.35...webtop-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webtop-0.0.36](https://github.com/truecharts/charts/compare/webtop-0.0.35...webtop-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webtop-0.0.35](https://github.com/truecharts/charts/compare/webtop-0.0.34...webtop-0.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [webtop-0.0.34](https://github.com/truecharts/charts/compare/webtop-0.0.33...webtop-0.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [webtop-0.0.33](https://github.com/truecharts/charts/compare/webtop-0.0.32...webtop-0.0.33) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) - - - - -## [webtop-0.0.32](https://github.com/truecharts/charts/compare/webtop-0.0.31...webtop-0.0.32) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [webtop-0.0.31](https://github.com/truecharts/charts/compare/webtop-0.0.30...webtop-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [webtop-0.0.30](https://github.com/truecharts/charts/compare/webtop-0.0.28...webtop-0.0.30) (2022-09-22) - diff --git a/incubator/webtop/0.0.38/Chart.lock b/incubator/webtop/0.0.38/Chart.lock deleted file mode 100644 index 481b392be21..00000000000 --- a/incubator/webtop/0.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:02:24.214517411Z" diff --git a/incubator/webtop/0.0.38/Chart.yaml b/incubator/webtop/0.0.38/Chart.yaml deleted file mode 100644 index 9e110ff660c..00000000000 --- a/incubator/webtop/0.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser. -home: https://truecharts.org/docs/charts/incubator/webtop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png -keywords: - - webtop - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: webtop -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/webtop - - https://github.com/linuxserver/gclient - - https://github.com/orgs/linuxserver/packages/container/package/webtop - - https://github.com/linuxserver/docker-webtop#readme -type: application -version: 0.0.38 diff --git a/incubator/webtop/0.0.38/README.md b/incubator/webtop/0.0.38/README.md deleted file mode 100644 index f160be0c332..00000000000 --- a/incubator/webtop/0.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# webtop - -Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [webtop](https://truecharts.org/docs/charts/incubator/webtop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `webtop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install webtop TrueCharts/webtop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `webtop` deployment - -```console -helm uninstall webtop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install webtop \ - --set env.TZ="America/New York" \ - TrueCharts/webtop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install webtop TrueCharts/webtop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/webtop/0.0.38/charts/common-10.7.0.tgz b/incubator/webtop/0.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/webtop/0.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/webtop/0.0.39/CHANGELOG.md b/incubator/webtop/0.0.39/CHANGELOG.md new file mode 100644 index 00000000000..34111723850 --- /dev/null +++ b/incubator/webtop/0.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [webtop-0.0.39](https://github.com/truecharts/charts/compare/webtop-0.0.38...webtop-0.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [webtop-0.0.38](https://github.com/truecharts/charts/compare/webtop-0.0.37...webtop-0.0.38) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [webtop-0.0.37](https://github.com/truecharts/charts/compare/webtop-0.0.36...webtop-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [webtop-0.0.36](https://github.com/truecharts/charts/compare/webtop-0.0.35...webtop-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webtop-0.0.36](https://github.com/truecharts/charts/compare/webtop-0.0.35...webtop-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webtop-0.0.35](https://github.com/truecharts/charts/compare/webtop-0.0.34...webtop-0.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [webtop-0.0.34](https://github.com/truecharts/charts/compare/webtop-0.0.33...webtop-0.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [webtop-0.0.33](https://github.com/truecharts/charts/compare/webtop-0.0.32...webtop-0.0.33) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - remove docker sock from everywhere ([#3910](https://github.com/truecharts/charts/issues/3910)) + + + + +## [webtop-0.0.32](https://github.com/truecharts/charts/compare/webtop-0.0.31...webtop-0.0.32) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [webtop-0.0.31](https://github.com/truecharts/charts/compare/webtop-0.0.30...webtop-0.0.31) (2022-09-25) + diff --git a/incubator/webtop/0.0.39/Chart.lock b/incubator/webtop/0.0.39/Chart.lock new file mode 100644 index 00000000000..a95eb304e39 --- /dev/null +++ b/incubator/webtop/0.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:37.285137749Z" diff --git a/incubator/webtop/0.0.39/Chart.yaml b/incubator/webtop/0.0.39/Chart.yaml new file mode 100644 index 00000000000..325da3c52d2 --- /dev/null +++ b/incubator/webtop/0.0.39/Chart.yaml @@ -0,0 +1,30 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser. +home: https://truecharts.org/docs/charts/incubator/webtop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png +keywords: + - webtop + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: webtop +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/webtop + - https://github.com/linuxserver/gclient + - https://github.com/orgs/linuxserver/packages/container/package/webtop + - https://github.com/linuxserver/docker-webtop#readme +type: application +version: 0.0.39 diff --git a/incubator/webtop/0.0.39/README.md b/incubator/webtop/0.0.39/README.md new file mode 100644 index 00000000000..ec41c3d8931 --- /dev/null +++ b/incubator/webtop/0.0.39/README.md @@ -0,0 +1,108 @@ +# webtop + +Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [webtop](https://truecharts.org/docs/charts/incubator/webtop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `webtop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install webtop TrueCharts/webtop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `webtop` deployment + +```console +helm uninstall webtop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install webtop \ + --set env.TZ="America/New York" \ + TrueCharts/webtop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install webtop TrueCharts/webtop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/webtop/0.0.38/app-readme.md b/incubator/webtop/0.0.39/app-readme.md similarity index 100% rename from incubator/webtop/0.0.38/app-readme.md rename to incubator/webtop/0.0.39/app-readme.md diff --git a/incubator/webtop/0.0.39/charts/common-10.7.1.tgz b/incubator/webtop/0.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/webtop/0.0.39/charts/common-10.7.1.tgz differ diff --git a/incubator/webtop/0.0.38/ix_values.yaml b/incubator/webtop/0.0.39/ix_values.yaml similarity index 100% rename from incubator/webtop/0.0.38/ix_values.yaml rename to incubator/webtop/0.0.39/ix_values.yaml diff --git a/incubator/webtop/0.0.38/questions.yaml b/incubator/webtop/0.0.39/questions.yaml similarity index 100% rename from incubator/webtop/0.0.38/questions.yaml rename to incubator/webtop/0.0.39/questions.yaml diff --git a/incubator/webtop/0.0.38/templates/common.yaml b/incubator/webtop/0.0.39/templates/common.yaml similarity index 100% rename from incubator/webtop/0.0.38/templates/common.yaml rename to incubator/webtop/0.0.39/templates/common.yaml diff --git a/incubator/webtop/0.0.38/values.yaml b/incubator/webtop/0.0.39/values.yaml similarity index 100% rename from incubator/webtop/0.0.38/values.yaml rename to incubator/webtop/0.0.39/values.yaml diff --git a/incubator/wifi-card/0.0.32/CHANGELOG.md b/incubator/wifi-card/0.0.32/CHANGELOG.md deleted file mode 100644 index ad921377b84..00000000000 --- a/incubator/wifi-card/0.0.32/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wifi-card-0.0.32](https://github.com/truecharts/charts/compare/wifi-card-0.0.31...wifi-card-0.0.32) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [wifi-card-0.0.31](https://github.com/truecharts/charts/compare/wifi-card-0.0.30...wifi-card-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wifi-card-0.0.30](https://github.com/truecharts/charts/compare/wifi-card-0.0.29...wifi-card-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wifi-card-0.0.30](https://github.com/truecharts/charts/compare/wifi-card-0.0.29...wifi-card-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wifi-card-0.0.29](https://github.com/truecharts/charts/compare/wifi-card-0.0.28...wifi-card-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wifi-card-0.0.28](https://github.com/truecharts/charts/compare/wifi-card-0.0.27...wifi-card-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wifi-card-0.0.27](https://github.com/truecharts/charts/compare/wifi-card-0.0.26...wifi-card-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wifi-card-0.0.26](https://github.com/truecharts/charts/compare/wifi-card-0.0.24...wifi-card-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/wifi-card/0.0.32/Chart.lock b/incubator/wifi-card/0.0.32/Chart.lock deleted file mode 100644 index 397c42284a0..00000000000 --- a/incubator/wifi-card/0.0.32/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:15:25.588370575Z" diff --git a/incubator/wifi-card/0.0.32/Chart.yaml b/incubator/wifi-card/0.0.32/Chart.yaml deleted file mode 100644 index 3964d71c668..00000000000 --- a/incubator/wifi-card/0.0.32/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Print a neat little card with your WiFi info and stick it on the fridge. -home: https://truecharts.org/docs/charts/incubator/wifi-card -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png -keywords: - - wifi-card - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wifi-card -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/wifi-card - - https://github.com/bndw/wifi-card - - https://hub.docker.com/r/bndw/wifi-card/ -type: application -version: 0.0.32 diff --git a/incubator/wifi-card/0.0.32/README.md b/incubator/wifi-card/0.0.32/README.md deleted file mode 100644 index bb6ab36dcad..00000000000 --- a/incubator/wifi-card/0.0.32/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# wifi-card - -Print a neat little card with your WiFi info and stick it on the fridge. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wifi-card](https://truecharts.org/docs/charts/incubator/wifi-card) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wifi-card` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wifi-card TrueCharts/wifi-card -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wifi-card` deployment - -```console -helm uninstall wifi-card -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wifi-card \ - --set env.TZ="America/New York" \ - TrueCharts/wifi-card -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wifi-card TrueCharts/wifi-card -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/wifi-card/0.0.32/charts/common-10.7.0.tgz b/incubator/wifi-card/0.0.32/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/wifi-card/0.0.32/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/wifi-card/0.0.33/CHANGELOG.md b/incubator/wifi-card/0.0.33/CHANGELOG.md new file mode 100644 index 00000000000..3dbca639bc6 --- /dev/null +++ b/incubator/wifi-card/0.0.33/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wifi-card-0.0.33](https://github.com/truecharts/charts/compare/wifi-card-0.0.32...wifi-card-0.0.33) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wifi-card-0.0.32](https://github.com/truecharts/charts/compare/wifi-card-0.0.31...wifi-card-0.0.32) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [wifi-card-0.0.31](https://github.com/truecharts/charts/compare/wifi-card-0.0.30...wifi-card-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wifi-card-0.0.30](https://github.com/truecharts/charts/compare/wifi-card-0.0.29...wifi-card-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wifi-card-0.0.30](https://github.com/truecharts/charts/compare/wifi-card-0.0.29...wifi-card-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wifi-card-0.0.29](https://github.com/truecharts/charts/compare/wifi-card-0.0.28...wifi-card-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wifi-card-0.0.28](https://github.com/truecharts/charts/compare/wifi-card-0.0.27...wifi-card-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wifi-card-0.0.27](https://github.com/truecharts/charts/compare/wifi-card-0.0.26...wifi-card-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wifi-card-0.0.26](https://github.com/truecharts/charts/compare/wifi-card-0.0.24...wifi-card-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/wifi-card/0.0.33/Chart.lock b/incubator/wifi-card/0.0.33/Chart.lock new file mode 100644 index 00000000000..4546a9161a9 --- /dev/null +++ b/incubator/wifi-card/0.0.33/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:38.971904994Z" diff --git a/incubator/wifi-card/0.0.33/Chart.yaml b/incubator/wifi-card/0.0.33/Chart.yaml new file mode 100644 index 00000000000..390ab02b9d2 --- /dev/null +++ b/incubator/wifi-card/0.0.33/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Print a neat little card with your WiFi info and stick it on the fridge. +home: https://truecharts.org/docs/charts/incubator/wifi-card +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.png +keywords: + - wifi-card + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wifi-card +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wifi-card + - https://github.com/bndw/wifi-card + - https://hub.docker.com/r/bndw/wifi-card/ +type: application +version: 0.0.33 diff --git a/incubator/wifi-card/0.0.33/README.md b/incubator/wifi-card/0.0.33/README.md new file mode 100644 index 00000000000..b098f2cb2b4 --- /dev/null +++ b/incubator/wifi-card/0.0.33/README.md @@ -0,0 +1,107 @@ +# wifi-card + +Print a neat little card with your WiFi info and stick it on the fridge. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wifi-card](https://truecharts.org/docs/charts/incubator/wifi-card) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wifi-card` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wifi-card TrueCharts/wifi-card +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wifi-card` deployment + +```console +helm uninstall wifi-card +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wifi-card \ + --set env.TZ="America/New York" \ + TrueCharts/wifi-card +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wifi-card TrueCharts/wifi-card -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/wifi-card/0.0.32/app-readme.md b/incubator/wifi-card/0.0.33/app-readme.md similarity index 100% rename from incubator/wifi-card/0.0.32/app-readme.md rename to incubator/wifi-card/0.0.33/app-readme.md diff --git a/incubator/wifi-card/0.0.33/charts/common-10.7.1.tgz b/incubator/wifi-card/0.0.33/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/wifi-card/0.0.33/charts/common-10.7.1.tgz differ diff --git a/incubator/wifi-card/0.0.32/ix_values.yaml b/incubator/wifi-card/0.0.33/ix_values.yaml similarity index 100% rename from incubator/wifi-card/0.0.32/ix_values.yaml rename to incubator/wifi-card/0.0.33/ix_values.yaml diff --git a/incubator/wifi-card/0.0.32/questions.yaml b/incubator/wifi-card/0.0.33/questions.yaml similarity index 100% rename from incubator/wifi-card/0.0.32/questions.yaml rename to incubator/wifi-card/0.0.33/questions.yaml diff --git a/incubator/wifi-card/0.0.32/templates/common.yaml b/incubator/wifi-card/0.0.33/templates/common.yaml similarity index 100% rename from incubator/wifi-card/0.0.32/templates/common.yaml rename to incubator/wifi-card/0.0.33/templates/common.yaml diff --git a/incubator/wifi-card/0.0.32/values.yaml b/incubator/wifi-card/0.0.33/values.yaml similarity index 100% rename from incubator/wifi-card/0.0.32/values.yaml rename to incubator/wifi-card/0.0.33/values.yaml diff --git a/incubator/wordle/0.0.31/CHANGELOG.md b/incubator/wordle/0.0.31/CHANGELOG.md deleted file mode 100644 index 71d40cb8384..00000000000 --- a/incubator/wordle/0.0.31/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wordle-0.0.31](https://github.com/truecharts/charts/compare/wordle-0.0.30...wordle-0.0.31) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wordle-0.0.30](https://github.com/truecharts/charts/compare/wordle-0.0.29...wordle-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wordle-0.0.30](https://github.com/truecharts/charts/compare/wordle-0.0.29...wordle-0.0.30) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wordle-0.0.29](https://github.com/truecharts/charts/compare/wordle-0.0.28...wordle-0.0.29) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wordle-0.0.28](https://github.com/truecharts/charts/compare/wordle-0.0.27...wordle-0.0.28) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wordle-0.0.27](https://github.com/truecharts/charts/compare/wordle-0.0.26...wordle-0.0.27) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wordle-0.0.26](https://github.com/truecharts/charts/compare/wordle-0.0.24...wordle-0.0.26) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [wordle-0.0.26](https://github.com/truecharts/charts/compare/wordle-0.0.24...wordle-0.0.26) (2022-09-21) - -### Chore diff --git a/incubator/wordle/0.0.31/Chart.lock b/incubator/wordle/0.0.31/Chart.lock deleted file mode 100644 index 343634747ee..00000000000 --- a/incubator/wordle/0.0.31/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:12:35.733758558Z" diff --git a/incubator/wordle/0.0.31/Chart.yaml b/incubator/wordle/0.0.31/Chart.yaml deleted file mode 100644 index f28a873f34d..00000000000 --- a/incubator/wordle/0.0.31/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers - - Productivity - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind." -home: https://truecharts.org/docs/charts/incubator/wordle -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordle.png -keywords: - - wordle - - GameServers - - Productivity - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wordle -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/wordle - - https://github.com/modem7/docker-wordle - - https://hub.docker.com/r/modem7/wordle -type: application -version: 0.0.31 diff --git a/incubator/wordle/0.0.31/README.md b/incubator/wordle/0.0.31/README.md deleted file mode 100644 index 36b8b2621d1..00000000000 --- a/incubator/wordle/0.0.31/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# wordle - -This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wordle](https://truecharts.org/docs/charts/incubator/wordle) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wordle` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wordle TrueCharts/wordle -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wordle` deployment - -```console -helm uninstall wordle -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wordle \ - --set env.TZ="America/New York" \ - TrueCharts/wordle -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wordle TrueCharts/wordle -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/wordle/0.0.31/charts/common-10.7.0.tgz b/incubator/wordle/0.0.31/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/wordle/0.0.31/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/wordle/0.0.32/CHANGELOG.md b/incubator/wordle/0.0.32/CHANGELOG.md new file mode 100644 index 00000000000..c442bd77074 --- /dev/null +++ b/incubator/wordle/0.0.32/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wordle-0.0.32](https://github.com/truecharts/charts/compare/wordle-0.0.31...wordle-0.0.32) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wordle-0.0.31](https://github.com/truecharts/charts/compare/wordle-0.0.30...wordle-0.0.31) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wordle-0.0.30](https://github.com/truecharts/charts/compare/wordle-0.0.29...wordle-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wordle-0.0.30](https://github.com/truecharts/charts/compare/wordle-0.0.29...wordle-0.0.30) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wordle-0.0.29](https://github.com/truecharts/charts/compare/wordle-0.0.28...wordle-0.0.29) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wordle-0.0.28](https://github.com/truecharts/charts/compare/wordle-0.0.27...wordle-0.0.28) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wordle-0.0.27](https://github.com/truecharts/charts/compare/wordle-0.0.26...wordle-0.0.27) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wordle-0.0.26](https://github.com/truecharts/charts/compare/wordle-0.0.24...wordle-0.0.26) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/wordle/0.0.32/Chart.lock b/incubator/wordle/0.0.32/Chart.lock new file mode 100644 index 00000000000..91efabb74f6 --- /dev/null +++ b/incubator/wordle/0.0.32/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:39.533100551Z" diff --git a/incubator/wordle/0.0.32/Chart.yaml b/incubator/wordle/0.0.32/Chart.yaml new file mode 100644 index 00000000000..f459353a146 --- /dev/null +++ b/incubator/wordle/0.0.32/Chart.yaml @@ -0,0 +1,33 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers + - Productivity + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind." +home: https://truecharts.org/docs/charts/incubator/wordle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordle.png +keywords: + - wordle + - GameServers + - Productivity + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wordle +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/wordle + - https://github.com/modem7/docker-wordle + - https://hub.docker.com/r/modem7/wordle +type: application +version: 0.0.32 diff --git a/incubator/wordle/0.0.32/README.md b/incubator/wordle/0.0.32/README.md new file mode 100644 index 00000000000..ec6320ae408 --- /dev/null +++ b/incubator/wordle/0.0.32/README.md @@ -0,0 +1,107 @@ +# wordle + +This is a clone project of the popular word guessing game we all know and love. Made using React, Typescript, and Tailwind. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wordle](https://truecharts.org/docs/charts/incubator/wordle) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wordle` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wordle TrueCharts/wordle +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wordle` deployment + +```console +helm uninstall wordle +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wordle \ + --set env.TZ="America/New York" \ + TrueCharts/wordle +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wordle TrueCharts/wordle -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/wordle/0.0.31/app-readme.md b/incubator/wordle/0.0.32/app-readme.md similarity index 100% rename from incubator/wordle/0.0.31/app-readme.md rename to incubator/wordle/0.0.32/app-readme.md diff --git a/incubator/wordle/0.0.32/charts/common-10.7.1.tgz b/incubator/wordle/0.0.32/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/wordle/0.0.32/charts/common-10.7.1.tgz differ diff --git a/incubator/wordle/0.0.31/ix_values.yaml b/incubator/wordle/0.0.32/ix_values.yaml similarity index 100% rename from incubator/wordle/0.0.31/ix_values.yaml rename to incubator/wordle/0.0.32/ix_values.yaml diff --git a/incubator/wordle/0.0.31/questions.yaml b/incubator/wordle/0.0.32/questions.yaml similarity index 100% rename from incubator/wordle/0.0.31/questions.yaml rename to incubator/wordle/0.0.32/questions.yaml diff --git a/incubator/wordle/0.0.31/templates/common.yaml b/incubator/wordle/0.0.32/templates/common.yaml similarity index 100% rename from incubator/wordle/0.0.31/templates/common.yaml rename to incubator/wordle/0.0.32/templates/common.yaml diff --git a/incubator/wordle/0.0.31/values.yaml b/incubator/wordle/0.0.32/values.yaml similarity index 100% rename from incubator/wordle/0.0.31/values.yaml rename to incubator/wordle/0.0.32/values.yaml diff --git a/incubator/xen-orchestra/0.0.5/CHANGELOG.md b/incubator/xen-orchestra/0.0.5/CHANGELOG.md deleted file mode 100644 index b2506597845..00000000000 --- a/incubator/xen-orchestra/0.0.5/CHANGELOG.md +++ /dev/null @@ -1,63 +0,0 @@ -# Changelog - - - -## [xen-orchestra-0.0.5](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.4...xen-orchestra-0.0.5) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [xen-orchestra-0.0.4](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.3...xen-orchestra-0.0.4) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [xen-orchestra-0.0.3](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.2...xen-orchestra-0.0.3) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [xen-orchestra-0.0.2](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.1...xen-orchestra-0.0.2) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [speedtest-tracker-0.0.2](https://github.com/truecharts/charts/compare/speedtest-tracker-0.0.1...speedtest-tracker-0.0.2) (2022-10-09) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- add xen-orchestra ([#4047](https://github.com/truecharts/charts/issues/4047)) - - - - -## [speedtest-tracker-0.0.1]speedtest-tracker-0.0.1 (2022-10-09) - -### Feat - -- add speedtest-tracker ([#4048](https://github.com/truecharts/charts/issues/4048)) diff --git a/incubator/xen-orchestra/0.0.5/Chart.lock b/incubator/xen-orchestra/0.0.5/Chart.lock deleted file mode 100644 index 32e64559d5a..00000000000 --- a/incubator/xen-orchestra/0.0.5/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:54:11.527499071Z" diff --git a/incubator/xen-orchestra/0.0.5/Chart.yaml b/incubator/xen-orchestra/0.0.5/Chart.yaml deleted file mode 100644 index efb7ef0fb03..00000000000 --- a/incubator/xen-orchestra/0.0.5/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "5.103.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. -home: https://truecharts.org/docs/charts/incubator/xen-orchestra -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png -keywords: - - xen-orchestra -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xen-orchestra -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/xen-orchestra - - https://hub.docker.com/r/ronivay/xen-orchestra -version: 0.0.5 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/xen-orchestra/0.0.5/README.md b/incubator/xen-orchestra/0.0.5/README.md deleted file mode 100644 index acb23da78f0..00000000000 --- a/incubator/xen-orchestra/0.0.5/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# xen-orchestra - -Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xen-orchestra](https://truecharts.org/docs/charts/incubator/xen-orchestra) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xen-orchestra` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xen-orchestra TrueCharts/xen-orchestra -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xen-orchestra` deployment - -```console -helm uninstall xen-orchestra -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xen-orchestra \ - --set env.TZ="America/New York" \ - TrueCharts/xen-orchestra -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xen-orchestra TrueCharts/xen-orchestra -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/xen-orchestra/0.0.5/charts/common-10.7.0.tgz b/incubator/xen-orchestra/0.0.5/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/xen-orchestra/0.0.5/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/xen-orchestra/0.0.6/CHANGELOG.md b/incubator/xen-orchestra/0.0.6/CHANGELOG.md new file mode 100644 index 00000000000..987b1c97242 --- /dev/null +++ b/incubator/xen-orchestra/0.0.6/CHANGELOG.md @@ -0,0 +1,73 @@ +# Changelog + + + +## [xen-orchestra-0.0.6](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.5...xen-orchestra-0.0.6) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xen-orchestra-0.0.5](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.4...xen-orchestra-0.0.5) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [xen-orchestra-0.0.4](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.3...xen-orchestra-0.0.4) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [xen-orchestra-0.0.3](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.2...xen-orchestra-0.0.3) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [xen-orchestra-0.0.2](https://github.com/truecharts/charts/compare/xen-orchestra-0.0.1...xen-orchestra-0.0.2) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [speedtest-tracker-0.0.2](https://github.com/truecharts/charts/compare/speedtest-tracker-0.0.1...speedtest-tracker-0.0.2) (2022-10-09) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- add xen-orchestra ([#4047](https://github.com/truecharts/charts/issues/4047)) + + + + +## [speedtest-tracker-0.0.1]speedtest-tracker-0.0.1 (2022-10-09) + +### Feat + +- add speedtest-tracker ([#4048](https://github.com/truecharts/charts/issues/4048)) diff --git a/incubator/xen-orchestra/0.0.6/Chart.lock b/incubator/xen-orchestra/0.0.6/Chart.lock new file mode 100644 index 00000000000..1a20e5c1453 --- /dev/null +++ b/incubator/xen-orchestra/0.0.6/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:55:58.203451704Z" diff --git a/incubator/xen-orchestra/0.0.6/Chart.yaml b/incubator/xen-orchestra/0.0.6/Chart.yaml new file mode 100644 index 00000000000..0047493cc82 --- /dev/null +++ b/incubator/xen-orchestra/0.0.6/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "5.103.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. +home: https://truecharts.org/docs/charts/incubator/xen-orchestra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png +keywords: + - xen-orchestra +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xen-orchestra +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xen-orchestra + - https://hub.docker.com/r/ronivay/xen-orchestra +version: 0.0.6 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/xen-orchestra/0.0.6/README.md b/incubator/xen-orchestra/0.0.6/README.md new file mode 100644 index 00000000000..2746094518d --- /dev/null +++ b/incubator/xen-orchestra/0.0.6/README.md @@ -0,0 +1,106 @@ +# xen-orchestra + +Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xen-orchestra](https://truecharts.org/docs/charts/incubator/xen-orchestra) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xen-orchestra` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xen-orchestra TrueCharts/xen-orchestra +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xen-orchestra` deployment + +```console +helm uninstall xen-orchestra +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xen-orchestra \ + --set env.TZ="America/New York" \ + TrueCharts/xen-orchestra +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xen-orchestra TrueCharts/xen-orchestra -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/xen-orchestra/0.0.5/app-readme.md b/incubator/xen-orchestra/0.0.6/app-readme.md similarity index 100% rename from incubator/xen-orchestra/0.0.5/app-readme.md rename to incubator/xen-orchestra/0.0.6/app-readme.md diff --git a/incubator/xen-orchestra/0.0.6/charts/common-10.7.1.tgz b/incubator/xen-orchestra/0.0.6/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/xen-orchestra/0.0.6/charts/common-10.7.1.tgz differ diff --git a/incubator/xen-orchestra/0.0.5/ix_values.yaml b/incubator/xen-orchestra/0.0.6/ix_values.yaml similarity index 100% rename from incubator/xen-orchestra/0.0.5/ix_values.yaml rename to incubator/xen-orchestra/0.0.6/ix_values.yaml diff --git a/incubator/xen-orchestra/0.0.5/questions.yaml b/incubator/xen-orchestra/0.0.6/questions.yaml similarity index 100% rename from incubator/xen-orchestra/0.0.5/questions.yaml rename to incubator/xen-orchestra/0.0.6/questions.yaml diff --git a/incubator/xen-orchestra/0.0.5/templates/common.yaml b/incubator/xen-orchestra/0.0.6/templates/common.yaml similarity index 100% rename from incubator/xen-orchestra/0.0.5/templates/common.yaml rename to incubator/xen-orchestra/0.0.6/templates/common.yaml diff --git a/incubator/xen-orchestra/0.0.5/values.yaml b/incubator/xen-orchestra/0.0.6/values.yaml similarity index 100% rename from incubator/xen-orchestra/0.0.5/values.yaml rename to incubator/xen-orchestra/0.0.6/values.yaml diff --git a/incubator/xmrig/0.0.29/CHANGELOG.md b/incubator/xmrig/0.0.29/CHANGELOG.md deleted file mode 100644 index 2ac8133b880..00000000000 --- a/incubator/xmrig/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xmrig-0.0.29](https://github.com/truecharts/charts/compare/xmrig-0.0.28...xmrig-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [xmrig-0.0.28](https://github.com/truecharts/charts/compare/xmrig-0.0.27...xmrig-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xmrig-0.0.28](https://github.com/truecharts/charts/compare/xmrig-0.0.27...xmrig-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xmrig-0.0.27](https://github.com/truecharts/charts/compare/xmrig-0.0.26...xmrig-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [xmrig-0.0.26](https://github.com/truecharts/charts/compare/xmrig-0.0.25...xmrig-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [xmrig-0.0.25](https://github.com/truecharts/charts/compare/xmrig-0.0.24...xmrig-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [xmrig-0.0.24](https://github.com/truecharts/charts/compare/xmrig-0.0.22...xmrig-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - add missing descriptions and clean up descriptions for various charts ([#3704](https://github.com/truecharts/charts/issues/3704)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [xmrig-0.0.24](https://github.com/truecharts/charts/compare/xmrig-0.0.22...xmrig-0.0.24) (2022-09-21) - -### Chore diff --git a/incubator/xmrig/0.0.29/Chart.lock b/incubator/xmrig/0.0.29/Chart.lock deleted file mode 100644 index 9667c01d914..00000000000 --- a/incubator/xmrig/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:12:51.005942233Z" diff --git a/incubator/xmrig/0.0.29/Chart.yaml b/incubator/xmrig/0.0.29/Chart.yaml deleted file mode 100644 index 96bac7e2dc1..00000000000 --- a/incubator/xmrig/0.0.29/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Crypto -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Chartised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. -home: https://truecharts.org/docs/charts/incubator/xmrig -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png -keywords: - - xmrig - - Crypto -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xmrig -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/xmrig - - https://hub.docker.com/r/lnxd/xmrig -type: application -version: 0.0.29 diff --git a/incubator/xmrig/0.0.29/README.md b/incubator/xmrig/0.0.29/README.md deleted file mode 100644 index 53e98645ba3..00000000000 --- a/incubator/xmrig/0.0.29/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# xmrig - -Chartised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xmrig](https://truecharts.org/docs/charts/incubator/xmrig) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xmrig` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xmrig TrueCharts/xmrig -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xmrig` deployment - -```console -helm uninstall xmrig -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xmrig \ - --set env.TZ="America/New York" \ - TrueCharts/xmrig -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xmrig TrueCharts/xmrig -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/xmrig/0.0.29/charts/common-10.7.0.tgz b/incubator/xmrig/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/xmrig/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/xmrig/0.0.30/CHANGELOG.md b/incubator/xmrig/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..9e0f122d22a --- /dev/null +++ b/incubator/xmrig/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xmrig-0.0.30](https://github.com/truecharts/charts/compare/xmrig-0.0.29...xmrig-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xmrig-0.0.29](https://github.com/truecharts/charts/compare/xmrig-0.0.28...xmrig-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [xmrig-0.0.28](https://github.com/truecharts/charts/compare/xmrig-0.0.27...xmrig-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xmrig-0.0.28](https://github.com/truecharts/charts/compare/xmrig-0.0.27...xmrig-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xmrig-0.0.27](https://github.com/truecharts/charts/compare/xmrig-0.0.26...xmrig-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [xmrig-0.0.26](https://github.com/truecharts/charts/compare/xmrig-0.0.25...xmrig-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [xmrig-0.0.25](https://github.com/truecharts/charts/compare/xmrig-0.0.24...xmrig-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [xmrig-0.0.24](https://github.com/truecharts/charts/compare/xmrig-0.0.22...xmrig-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/xmrig/0.0.30/Chart.lock b/incubator/xmrig/0.0.30/Chart.lock new file mode 100644 index 00000000000..e3bc6d15a04 --- /dev/null +++ b/incubator/xmrig/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:08.686025363Z" diff --git a/incubator/xmrig/0.0.30/Chart.yaml b/incubator/xmrig/0.0.30/Chart.yaml new file mode 100644 index 00000000000..178f6c13168 --- /dev/null +++ b/incubator/xmrig/0.0.30/Chart.yaml @@ -0,0 +1,28 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Crypto +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Chartised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. +home: https://truecharts.org/docs/charts/incubator/xmrig +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.png +keywords: + - xmrig + - Crypto +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xmrig +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xmrig + - https://hub.docker.com/r/lnxd/xmrig +type: application +version: 0.0.30 diff --git a/incubator/xmrig/0.0.30/README.md b/incubator/xmrig/0.0.30/README.md new file mode 100644 index 00000000000..320e3142a33 --- /dev/null +++ b/incubator/xmrig/0.0.30/README.md @@ -0,0 +1,106 @@ +# xmrig + +Chartised version of XMRig for CPU Mining. Helps turn your TrueNAS server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xmrig](https://truecharts.org/docs/charts/incubator/xmrig) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xmrig` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xmrig TrueCharts/xmrig +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xmrig` deployment + +```console +helm uninstall xmrig +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xmrig \ + --set env.TZ="America/New York" \ + TrueCharts/xmrig +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xmrig TrueCharts/xmrig -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/xmrig/0.0.29/app-readme.md b/incubator/xmrig/0.0.30/app-readme.md similarity index 100% rename from incubator/xmrig/0.0.29/app-readme.md rename to incubator/xmrig/0.0.30/app-readme.md diff --git a/incubator/xmrig/0.0.30/charts/common-10.7.1.tgz b/incubator/xmrig/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/xmrig/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/xmrig/0.0.29/ix_values.yaml b/incubator/xmrig/0.0.30/ix_values.yaml similarity index 100% rename from incubator/xmrig/0.0.29/ix_values.yaml rename to incubator/xmrig/0.0.30/ix_values.yaml diff --git a/incubator/xmrig/0.0.29/questions.yaml b/incubator/xmrig/0.0.30/questions.yaml similarity index 100% rename from incubator/xmrig/0.0.29/questions.yaml rename to incubator/xmrig/0.0.30/questions.yaml diff --git a/incubator/xmrig/0.0.29/templates/common.yaml b/incubator/xmrig/0.0.30/templates/common.yaml similarity index 100% rename from incubator/xmrig/0.0.29/templates/common.yaml rename to incubator/xmrig/0.0.30/templates/common.yaml diff --git a/incubator/xmrig/0.0.29/values.yaml b/incubator/xmrig/0.0.30/values.yaml similarity index 100% rename from incubator/xmrig/0.0.29/values.yaml rename to incubator/xmrig/0.0.30/values.yaml diff --git a/incubator/xonotic/0.0.30/CHANGELOG.md b/incubator/xonotic/0.0.30/CHANGELOG.md deleted file mode 100644 index 263c25cb1ba..00000000000 --- a/incubator/xonotic/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xonotic-0.0.30](https://github.com/truecharts/charts/compare/xonotic-0.0.29...xonotic-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [xonotic-0.0.29](https://github.com/truecharts/charts/compare/xonotic-0.0.28...xonotic-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xonotic-0.0.29](https://github.com/truecharts/charts/compare/xonotic-0.0.28...xonotic-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xonotic-0.0.28](https://github.com/truecharts/charts/compare/xonotic-0.0.27...xonotic-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [xonotic-0.0.27](https://github.com/truecharts/charts/compare/xonotic-0.0.26...xonotic-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [xonotic-0.0.26](https://github.com/truecharts/charts/compare/xonotic-0.0.25...xonotic-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [xonotic-0.0.25](https://github.com/truecharts/charts/compare/xonotic-0.0.24...xonotic-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [xonotic-0.0.25](https://github.com/truecharts/charts/compare/xonotic-0.0.24...xonotic-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/xonotic/0.0.30/Chart.lock b/incubator/xonotic/0.0.30/Chart.lock deleted file mode 100644 index c72945ec2ca..00000000000 --- a/incubator/xonotic/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:01.397184092Z" diff --git a/incubator/xonotic/0.0.30/Chart.yaml b/incubator/xonotic/0.0.30/Chart.yaml deleted file mode 100644 index 9c2d7eb9ab2..00000000000 --- a/incubator/xonotic/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - GameServers -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This Chart will download and install the preferred version of Xonotic." -home: https://truecharts.org/docs/charts/incubator/xonotic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png -keywords: - - xonotic - - GameServers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xonotic -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/xonotic - - https://www.xonotic.org/ - - https://hub.docker.com/r/ich777/xonotic/ -type: application -version: 0.0.30 diff --git a/incubator/xonotic/0.0.30/README.md b/incubator/xonotic/0.0.30/README.md deleted file mode 100644 index 9c1dc42988d..00000000000 --- a/incubator/xonotic/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# xonotic - -This Chart will download and install the preferred version of Xonotic. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xonotic](https://truecharts.org/docs/charts/incubator/xonotic) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xonotic` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xonotic TrueCharts/xonotic -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xonotic` deployment - -```console -helm uninstall xonotic -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xonotic \ - --set env.TZ="America/New York" \ - TrueCharts/xonotic -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xonotic TrueCharts/xonotic -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/xonotic/0.0.30/charts/common-10.7.0.tgz b/incubator/xonotic/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/xonotic/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/xonotic/0.0.31/CHANGELOG.md b/incubator/xonotic/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..5de7d6643bc --- /dev/null +++ b/incubator/xonotic/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xonotic-0.0.31](https://github.com/truecharts/charts/compare/xonotic-0.0.30...xonotic-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xonotic-0.0.30](https://github.com/truecharts/charts/compare/xonotic-0.0.29...xonotic-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [xonotic-0.0.29](https://github.com/truecharts/charts/compare/xonotic-0.0.28...xonotic-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xonotic-0.0.29](https://github.com/truecharts/charts/compare/xonotic-0.0.28...xonotic-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xonotic-0.0.28](https://github.com/truecharts/charts/compare/xonotic-0.0.27...xonotic-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [xonotic-0.0.27](https://github.com/truecharts/charts/compare/xonotic-0.0.26...xonotic-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [xonotic-0.0.26](https://github.com/truecharts/charts/compare/xonotic-0.0.25...xonotic-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [xonotic-0.0.25](https://github.com/truecharts/charts/compare/xonotic-0.0.24...xonotic-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/xonotic/0.0.31/Chart.lock b/incubator/xonotic/0.0.31/Chart.lock new file mode 100644 index 00000000000..06ca4faba76 --- /dev/null +++ b/incubator/xonotic/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:10.25347741Z" diff --git a/incubator/xonotic/0.0.31/Chart.yaml b/incubator/xonotic/0.0.31/Chart.yaml new file mode 100644 index 00000000000..139eb7b6b82 --- /dev/null +++ b/incubator/xonotic/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - GameServers +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This Chart will download and install the preferred version of Xonotic." +home: https://truecharts.org/docs/charts/incubator/xonotic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.png +keywords: + - xonotic + - GameServers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xonotic +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xonotic + - https://www.xonotic.org/ + - https://hub.docker.com/r/ich777/xonotic/ +type: application +version: 0.0.31 diff --git a/incubator/xonotic/0.0.31/README.md b/incubator/xonotic/0.0.31/README.md new file mode 100644 index 00000000000..3c9508220fc --- /dev/null +++ b/incubator/xonotic/0.0.31/README.md @@ -0,0 +1,107 @@ +# xonotic + +This Chart will download and install the preferred version of Xonotic. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xonotic](https://truecharts.org/docs/charts/incubator/xonotic) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xonotic` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xonotic TrueCharts/xonotic +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xonotic` deployment + +```console +helm uninstall xonotic +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xonotic \ + --set env.TZ="America/New York" \ + TrueCharts/xonotic +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xonotic TrueCharts/xonotic -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/xonotic/0.0.30/app-readme.md b/incubator/xonotic/0.0.31/app-readme.md similarity index 100% rename from incubator/xonotic/0.0.30/app-readme.md rename to incubator/xonotic/0.0.31/app-readme.md diff --git a/incubator/xonotic/0.0.31/charts/common-10.7.1.tgz b/incubator/xonotic/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/xonotic/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/xonotic/0.0.30/ix_values.yaml b/incubator/xonotic/0.0.31/ix_values.yaml similarity index 100% rename from incubator/xonotic/0.0.30/ix_values.yaml rename to incubator/xonotic/0.0.31/ix_values.yaml diff --git a/incubator/xonotic/0.0.30/questions.yaml b/incubator/xonotic/0.0.31/questions.yaml similarity index 100% rename from incubator/xonotic/0.0.30/questions.yaml rename to incubator/xonotic/0.0.31/questions.yaml diff --git a/incubator/xonotic/0.0.30/templates/common.yaml b/incubator/xonotic/0.0.31/templates/common.yaml similarity index 100% rename from incubator/xonotic/0.0.30/templates/common.yaml rename to incubator/xonotic/0.0.31/templates/common.yaml diff --git a/incubator/xonotic/0.0.30/values.yaml b/incubator/xonotic/0.0.31/values.yaml similarity index 100% rename from incubator/xonotic/0.0.30/values.yaml rename to incubator/xonotic/0.0.31/values.yaml diff --git a/incubator/xware/0.0.29/CHANGELOG.md b/incubator/xware/0.0.29/CHANGELOG.md deleted file mode 100644 index 662e6ebb286..00000000000 --- a/incubator/xware/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xware-0.0.29](https://github.com/truecharts/charts/compare/xware-0.0.28...xware-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yacreaderlibraryserver-0.0.27](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.26...yacreaderlibraryserver-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [yacreaderlibraryserver-0.0.26](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.25...yacreaderlibraryserver-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [yacreaderlibraryserver-0.0.25](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.24...yacreaderlibraryserver-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/xware/0.0.29/Chart.lock b/incubator/xware/0.0.29/Chart.lock deleted file mode 100644 index d60937a0abd..00000000000 --- a/incubator/xware/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:04.482105669Z" diff --git a/incubator/xware/0.0.29/Chart.yaml b/incubator/xware/0.0.29/Chart.yaml deleted file mode 100644 index 73ca06f8bed..00000000000 --- a/incubator/xware/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This is a Chart of Thunder downloader." -home: https://truecharts.org/docs/charts/incubator/xware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png -keywords: - - xware - - Downloaders -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xware -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/xware - - https://hub.docker.com/r/caiguai/docker-xware - - https://hub.docker.com/r/caiguai/docker-xware -type: application -version: 0.0.29 diff --git a/incubator/xware/0.0.29/README.md b/incubator/xware/0.0.29/README.md deleted file mode 100644 index 96bd0f52d16..00000000000 --- a/incubator/xware/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# xware - -This is a Chart of Thunder downloader. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xware](https://truecharts.org/docs/charts/incubator/xware) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xware` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xware TrueCharts/xware -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xware` deployment - -```console -helm uninstall xware -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xware \ - --set env.TZ="America/New York" \ - TrueCharts/xware -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xware TrueCharts/xware -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/xware/0.0.29/charts/common-10.7.0.tgz b/incubator/xware/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/xware/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/xware/0.0.30/CHANGELOG.md b/incubator/xware/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..7637d3d0453 --- /dev/null +++ b/incubator/xware/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xware-0.0.30](https://github.com/truecharts/charts/compare/xware-0.0.29...xware-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xware-0.0.29](https://github.com/truecharts/charts/compare/xware-0.0.28...xware-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yacreaderlibraryserver-0.0.27](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.26...yacreaderlibraryserver-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [yacreaderlibraryserver-0.0.26](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.25...yacreaderlibraryserver-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [yacreaderlibraryserver-0.0.25](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.24...yacreaderlibraryserver-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/xware/0.0.30/Chart.lock b/incubator/xware/0.0.30/Chart.lock new file mode 100644 index 00000000000..ebf1ff483a4 --- /dev/null +++ b/incubator/xware/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:10.98646333Z" diff --git a/incubator/xware/0.0.30/Chart.yaml b/incubator/xware/0.0.30/Chart.yaml new file mode 100644 index 00000000000..bf980055285 --- /dev/null +++ b/incubator/xware/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This is a Chart of Thunder downloader." +home: https://truecharts.org/docs/charts/incubator/xware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.png +keywords: + - xware + - Downloaders +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xware +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/xware + - https://hub.docker.com/r/caiguai/docker-xware + - https://hub.docker.com/r/caiguai/docker-xware +type: application +version: 0.0.30 diff --git a/incubator/xware/0.0.30/README.md b/incubator/xware/0.0.30/README.md new file mode 100644 index 00000000000..ee5221e4c96 --- /dev/null +++ b/incubator/xware/0.0.30/README.md @@ -0,0 +1,107 @@ +# xware + +This is a Chart of Thunder downloader. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xware](https://truecharts.org/docs/charts/incubator/xware) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xware` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xware TrueCharts/xware +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xware` deployment + +```console +helm uninstall xware +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xware \ + --set env.TZ="America/New York" \ + TrueCharts/xware +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xware TrueCharts/xware -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/xware/0.0.29/app-readme.md b/incubator/xware/0.0.30/app-readme.md similarity index 100% rename from incubator/xware/0.0.29/app-readme.md rename to incubator/xware/0.0.30/app-readme.md diff --git a/incubator/xware/0.0.30/charts/common-10.7.1.tgz b/incubator/xware/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/xware/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/xware/0.0.29/ix_values.yaml b/incubator/xware/0.0.30/ix_values.yaml similarity index 100% rename from incubator/xware/0.0.29/ix_values.yaml rename to incubator/xware/0.0.30/ix_values.yaml diff --git a/incubator/xware/0.0.29/questions.yaml b/incubator/xware/0.0.30/questions.yaml similarity index 100% rename from incubator/xware/0.0.29/questions.yaml rename to incubator/xware/0.0.30/questions.yaml diff --git a/incubator/xware/0.0.29/templates/common.yaml b/incubator/xware/0.0.30/templates/common.yaml similarity index 100% rename from incubator/xware/0.0.29/templates/common.yaml rename to incubator/xware/0.0.30/templates/common.yaml diff --git a/incubator/xware/0.0.29/values.yaml b/incubator/xware/0.0.30/values.yaml similarity index 100% rename from incubator/xware/0.0.29/values.yaml rename to incubator/xware/0.0.30/values.yaml diff --git a/incubator/yacreaderlibraryserver/0.0.29/CHANGELOG.md b/incubator/yacreaderlibraryserver/0.0.29/CHANGELOG.md deleted file mode 100644 index 19592b472fd..00000000000 --- a/incubator/yacreaderlibraryserver/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [yacreaderlibraryserver-0.0.29](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.28...yacreaderlibraryserver-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - - -## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yacreaderlibraryserver-0.0.27](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.26...yacreaderlibraryserver-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [yacreaderlibraryserver-0.0.26](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.25...yacreaderlibraryserver-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [yacreaderlibraryserver-0.0.25](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.24...yacreaderlibraryserver-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - diff --git a/incubator/yacreaderlibraryserver/0.0.29/Chart.lock b/incubator/yacreaderlibraryserver/0.0.29/Chart.lock deleted file mode 100644 index bdc3c342994..00000000000 --- a/incubator/yacreaderlibraryserver/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:12.409004105Z" diff --git a/incubator/yacreaderlibraryserver/0.0.29/Chart.yaml b/incubator/yacreaderlibraryserver/0.0.29/Chart.yaml deleted file mode 100644 index 78f6c5390c4..00000000000 --- a/incubator/yacreaderlibraryserver/0.0.29/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaServer-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Headless version of the YACReaderLibraryServer." -home: https://truecharts.org/docs/charts/incubator/yacreaderlibraryserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png -keywords: - - yacreaderlibraryserver - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: yacreaderlibraryserver -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/yacreaderlibraryserver - - https://www.yacreader.com - - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker/ -type: application -version: 0.0.29 diff --git a/incubator/yacreaderlibraryserver/0.0.29/README.md b/incubator/yacreaderlibraryserver/0.0.29/README.md deleted file mode 100644 index 9013f6f6c78..00000000000 --- a/incubator/yacreaderlibraryserver/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# yacreaderlibraryserver - -Headless version of the YACReaderLibraryServer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [yacreaderlibraryserver](https://truecharts.org/docs/charts/incubator/yacreaderlibraryserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `yacreaderlibraryserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `yacreaderlibraryserver` deployment - -```console -helm uninstall yacreaderlibraryserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install yacreaderlibraryserver \ - --set env.TZ="America/New York" \ - TrueCharts/yacreaderlibraryserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/yacreaderlibraryserver/0.0.29/charts/common-10.7.0.tgz b/incubator/yacreaderlibraryserver/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/yacreaderlibraryserver/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/yacreaderlibraryserver/0.0.30/CHANGELOG.md b/incubator/yacreaderlibraryserver/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..eaaa730681d --- /dev/null +++ b/incubator/yacreaderlibraryserver/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [yacreaderlibraryserver-0.0.30](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.29...yacreaderlibraryserver-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [yacreaderlibraryserver-0.0.29](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.28...yacreaderlibraryserver-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + + +## [yacreaderlibraryserver-0.0.28](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.27...yacreaderlibraryserver-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yacreaderlibraryserver-0.0.27](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.26...yacreaderlibraryserver-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [yacreaderlibraryserver-0.0.26](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.25...yacreaderlibraryserver-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [yacreaderlibraryserver-0.0.25](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.24...yacreaderlibraryserver-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [yacreaderlibraryserver-0.0.24](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-0.0.23...yacreaderlibraryserver-0.0.24) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/yacreaderlibraryserver/0.0.30/Chart.lock b/incubator/yacreaderlibraryserver/0.0.30/Chart.lock new file mode 100644 index 00000000000..24dd465a22a --- /dev/null +++ b/incubator/yacreaderlibraryserver/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:30.282288371Z" diff --git a/incubator/yacreaderlibraryserver/0.0.30/Chart.yaml b/incubator/yacreaderlibraryserver/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b92eef82212 --- /dev/null +++ b/incubator/yacreaderlibraryserver/0.0.30/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaServer-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Headless version of the YACReaderLibraryServer." +home: https://truecharts.org/docs/charts/incubator/yacreaderlibraryserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.png +keywords: + - yacreaderlibraryserver + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: yacreaderlibraryserver +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yacreaderlibraryserver + - https://www.yacreader.com + - https://hub.docker.com/r/xthursdayx/yacreaderlibrary-server-docker/ +type: application +version: 0.0.30 diff --git a/incubator/yacreaderlibraryserver/0.0.30/README.md b/incubator/yacreaderlibraryserver/0.0.30/README.md new file mode 100644 index 00000000000..af45ce89578 --- /dev/null +++ b/incubator/yacreaderlibraryserver/0.0.30/README.md @@ -0,0 +1,107 @@ +# yacreaderlibraryserver + +Headless version of the YACReaderLibraryServer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [yacreaderlibraryserver](https://truecharts.org/docs/charts/incubator/yacreaderlibraryserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `yacreaderlibraryserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `yacreaderlibraryserver` deployment + +```console +helm uninstall yacreaderlibraryserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install yacreaderlibraryserver \ + --set env.TZ="America/New York" \ + TrueCharts/yacreaderlibraryserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install yacreaderlibraryserver TrueCharts/yacreaderlibraryserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/yacreaderlibraryserver/0.0.29/app-readme.md b/incubator/yacreaderlibraryserver/0.0.30/app-readme.md similarity index 100% rename from incubator/yacreaderlibraryserver/0.0.29/app-readme.md rename to incubator/yacreaderlibraryserver/0.0.30/app-readme.md diff --git a/incubator/yacreaderlibraryserver/0.0.30/charts/common-10.7.1.tgz b/incubator/yacreaderlibraryserver/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/yacreaderlibraryserver/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/yacreaderlibraryserver/0.0.29/ix_values.yaml b/incubator/yacreaderlibraryserver/0.0.30/ix_values.yaml similarity index 100% rename from incubator/yacreaderlibraryserver/0.0.29/ix_values.yaml rename to incubator/yacreaderlibraryserver/0.0.30/ix_values.yaml diff --git a/incubator/yacreaderlibraryserver/0.0.29/questions.yaml b/incubator/yacreaderlibraryserver/0.0.30/questions.yaml similarity index 100% rename from incubator/yacreaderlibraryserver/0.0.29/questions.yaml rename to incubator/yacreaderlibraryserver/0.0.30/questions.yaml diff --git a/incubator/yacreaderlibraryserver/0.0.29/templates/common.yaml b/incubator/yacreaderlibraryserver/0.0.30/templates/common.yaml similarity index 100% rename from incubator/yacreaderlibraryserver/0.0.29/templates/common.yaml rename to incubator/yacreaderlibraryserver/0.0.30/templates/common.yaml diff --git a/incubator/yacreaderlibraryserver/0.0.29/values.yaml b/incubator/yacreaderlibraryserver/0.0.30/values.yaml similarity index 100% rename from incubator/yacreaderlibraryserver/0.0.29/values.yaml rename to incubator/yacreaderlibraryserver/0.0.30/values.yaml diff --git a/incubator/yacy/0.0.29/CHANGELOG.md b/incubator/yacy/0.0.29/CHANGELOG.md deleted file mode 100644 index 2c6f94d9d22..00000000000 --- a/incubator/yacy/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [yacy-0.0.29](https://github.com/truecharts/charts/compare/yacy-0.0.28...yacy-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [yacy-0.0.28](https://github.com/truecharts/charts/compare/yacy-0.0.27...yacy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yacy-0.0.28](https://github.com/truecharts/charts/compare/yacy-0.0.27...yacy-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yacy-0.0.27](https://github.com/truecharts/charts/compare/yacy-0.0.26...yacy-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [yacy-0.0.26](https://github.com/truecharts/charts/compare/yacy-0.0.25...yacy-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [yacy-0.0.25](https://github.com/truecharts/charts/compare/yacy-0.0.24...yacy-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [yacy-0.0.24](https://github.com/truecharts/charts/compare/yacy-0.0.23...yacy-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [yacy-0.0.24](https://github.com/truecharts/charts/compare/yacy-0.0.23...yacy-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/yacy/0.0.29/Chart.lock b/incubator/yacy/0.0.29/Chart.lock deleted file mode 100644 index b461b408f1b..00000000000 --- a/incubator/yacy/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:19.925547972Z" diff --git a/incubator/yacy/0.0.29/Chart.yaml b/incubator/yacy/0.0.29/Chart.yaml deleted file mode 100644 index 48640c7483a..00000000000 --- a/incubator/yacy/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "YaCy decentralized search engine (https://yacy.net)" -home: https://truecharts.org/docs/charts/incubator/yacy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png -keywords: - - yacy - - Tools-Utilities - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: yacy -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/yacy - - https://yacy.net/ - - https://hub.docker.com/r/yacy/yacy_search_server/ -type: application -version: 0.0.29 diff --git a/incubator/yacy/0.0.29/README.md b/incubator/yacy/0.0.29/README.md deleted file mode 100644 index 2e8bcccb28f..00000000000 --- a/incubator/yacy/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# yacy - -YaCy decentralized search engine (https://yacy.net) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [yacy](https://truecharts.org/docs/charts/incubator/yacy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `yacy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install yacy TrueCharts/yacy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `yacy` deployment - -```console -helm uninstall yacy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install yacy \ - --set env.TZ="America/New York" \ - TrueCharts/yacy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install yacy TrueCharts/yacy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/yacy/0.0.29/charts/common-10.7.0.tgz b/incubator/yacy/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/yacy/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/yacy/0.0.30/CHANGELOG.md b/incubator/yacy/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..60d51acbc5d --- /dev/null +++ b/incubator/yacy/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [yacy-0.0.30](https://github.com/truecharts/charts/compare/yacy-0.0.29...yacy-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [yacy-0.0.29](https://github.com/truecharts/charts/compare/yacy-0.0.28...yacy-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [yacy-0.0.28](https://github.com/truecharts/charts/compare/yacy-0.0.27...yacy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yacy-0.0.28](https://github.com/truecharts/charts/compare/yacy-0.0.27...yacy-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yacy-0.0.27](https://github.com/truecharts/charts/compare/yacy-0.0.26...yacy-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [yacy-0.0.26](https://github.com/truecharts/charts/compare/yacy-0.0.25...yacy-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [yacy-0.0.25](https://github.com/truecharts/charts/compare/yacy-0.0.24...yacy-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [yacy-0.0.24](https://github.com/truecharts/charts/compare/yacy-0.0.23...yacy-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/yacy/0.0.30/Chart.lock b/incubator/yacy/0.0.30/Chart.lock new file mode 100644 index 00000000000..f8194c2da22 --- /dev/null +++ b/incubator/yacy/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:40.520062331Z" diff --git a/incubator/yacy/0.0.30/Chart.yaml b/incubator/yacy/0.0.30/Chart.yaml new file mode 100644 index 00000000000..b5d4a4595d9 --- /dev/null +++ b/incubator/yacy/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities + - Network-Web +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "YaCy decentralized search engine (https://yacy.net)" +home: https://truecharts.org/docs/charts/incubator/yacy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.png +keywords: + - yacy + - Tools-Utilities + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: yacy +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yacy + - https://yacy.net/ + - https://hub.docker.com/r/yacy/yacy_search_server/ +type: application +version: 0.0.30 diff --git a/incubator/yacy/0.0.30/README.md b/incubator/yacy/0.0.30/README.md new file mode 100644 index 00000000000..4dda14447a5 --- /dev/null +++ b/incubator/yacy/0.0.30/README.md @@ -0,0 +1,107 @@ +# yacy + +YaCy decentralized search engine (https://yacy.net) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [yacy](https://truecharts.org/docs/charts/incubator/yacy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `yacy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install yacy TrueCharts/yacy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `yacy` deployment + +```console +helm uninstall yacy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install yacy \ + --set env.TZ="America/New York" \ + TrueCharts/yacy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install yacy TrueCharts/yacy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/yacy/0.0.29/app-readme.md b/incubator/yacy/0.0.30/app-readme.md similarity index 100% rename from incubator/yacy/0.0.29/app-readme.md rename to incubator/yacy/0.0.30/app-readme.md diff --git a/incubator/yacy/0.0.30/charts/common-10.7.1.tgz b/incubator/yacy/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/yacy/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/yacy/0.0.29/ix_values.yaml b/incubator/yacy/0.0.30/ix_values.yaml similarity index 100% rename from incubator/yacy/0.0.29/ix_values.yaml rename to incubator/yacy/0.0.30/ix_values.yaml diff --git a/incubator/yacy/0.0.29/questions.yaml b/incubator/yacy/0.0.30/questions.yaml similarity index 100% rename from incubator/yacy/0.0.29/questions.yaml rename to incubator/yacy/0.0.30/questions.yaml diff --git a/incubator/yacy/0.0.29/templates/common.yaml b/incubator/yacy/0.0.30/templates/common.yaml similarity index 100% rename from incubator/yacy/0.0.29/templates/common.yaml rename to incubator/yacy/0.0.30/templates/common.yaml diff --git a/incubator/yacy/0.0.29/values.yaml b/incubator/yacy/0.0.30/values.yaml similarity index 100% rename from incubator/yacy/0.0.29/values.yaml rename to incubator/yacy/0.0.30/values.yaml diff --git a/incubator/yourls/0.0.37/CHANGELOG.md b/incubator/yourls/0.0.37/CHANGELOG.md deleted file mode 100644 index d962304de42..00000000000 --- a/incubator/yourls/0.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [yourls-0.0.37](https://github.com/truecharts/charts/compare/yourls-0.0.36...yourls-0.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [yourls-0.0.36](https://github.com/truecharts/charts/compare/yourls-0.0.35...yourls-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yourls-0.0.36](https://github.com/truecharts/charts/compare/yourls-0.0.35...yourls-0.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [yourls-0.0.35](https://github.com/truecharts/charts/compare/yourls-0.0.34...yourls-0.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [yourls-0.0.34](https://github.com/truecharts/charts/compare/yourls-0.0.33...yourls-0.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [yourls-0.0.33](https://github.com/truecharts/charts/compare/yourls-0.0.32...yourls-0.0.33) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [yourls-0.0.32](https://github.com/truecharts/charts/compare/yourls-0.0.31...yourls-0.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [yourls-0.0.31](https://github.com/truecharts/charts/compare/yourls-0.0.30...yourls-0.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [yourls-0.0.30](https://github.com/truecharts/charts/compare/yourls-0.0.29...yourls-0.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/yourls/0.0.37/Chart.lock b/incubator/yourls/0.0.37/Chart.lock deleted file mode 100644 index b8282a6719b..00000000000 --- a/incubator/yourls/0.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:31.069817748Z" diff --git a/incubator/yourls/0.0.37/Chart.yaml b/incubator/yourls/0.0.37/Chart.yaml deleted file mode 100644 index f9600d3f117..00000000000 --- a/incubator/yourls/0.0.37/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities - - Network-Web - - Network-Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. -home: https://truecharts.org/docs/charts/incubator/yourls -icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png -keywords: - - yourls - - Cloud - - Tools-Utilities - - Network-Web - - Network-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: yourls -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/yourls - - https://hub.docker.com/_/yourls/ -type: application -version: 0.0.37 diff --git a/incubator/yourls/0.0.37/README.md b/incubator/yourls/0.0.37/README.md deleted file mode 100644 index 7705ce9103e..00000000000 --- a/incubator/yourls/0.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# yourls - -YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [yourls](https://truecharts.org/docs/charts/incubator/yourls) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `yourls` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install yourls TrueCharts/yourls -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `yourls` deployment - -```console -helm uninstall yourls -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install yourls \ - --set env.TZ="America/New York" \ - TrueCharts/yourls -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install yourls TrueCharts/yourls -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/yourls/0.0.37/charts/common-10.7.0.tgz b/incubator/yourls/0.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/yourls/0.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/yourls/0.0.38/CHANGELOG.md b/incubator/yourls/0.0.38/CHANGELOG.md new file mode 100644 index 00000000000..3e17d62c053 --- /dev/null +++ b/incubator/yourls/0.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [yourls-0.0.38](https://github.com/truecharts/charts/compare/yourls-0.0.37...yourls-0.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [yourls-0.0.37](https://github.com/truecharts/charts/compare/yourls-0.0.36...yourls-0.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [yourls-0.0.36](https://github.com/truecharts/charts/compare/yourls-0.0.35...yourls-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yourls-0.0.36](https://github.com/truecharts/charts/compare/yourls-0.0.35...yourls-0.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [yourls-0.0.35](https://github.com/truecharts/charts/compare/yourls-0.0.34...yourls-0.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [yourls-0.0.34](https://github.com/truecharts/charts/compare/yourls-0.0.33...yourls-0.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [yourls-0.0.33](https://github.com/truecharts/charts/compare/yourls-0.0.32...yourls-0.0.33) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [yourls-0.0.32](https://github.com/truecharts/charts/compare/yourls-0.0.31...yourls-0.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [yourls-0.0.31](https://github.com/truecharts/charts/compare/yourls-0.0.30...yourls-0.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [yourls-0.0.30](https://github.com/truecharts/charts/compare/yourls-0.0.29...yourls-0.0.30) (2022-09-22) + diff --git a/incubator/yourls/0.0.38/Chart.lock b/incubator/yourls/0.0.38/Chart.lock new file mode 100644 index 00000000000..4932ce01826 --- /dev/null +++ b/incubator/yourls/0.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:41.566436283Z" diff --git a/incubator/yourls/0.0.38/Chart.yaml b/incubator/yourls/0.0.38/Chart.yaml new file mode 100644 index 00000000000..57d06a7f15f --- /dev/null +++ b/incubator/yourls/0.0.38/Chart.yaml @@ -0,0 +1,34 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities + - Network-Web + - Network-Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. +home: https://truecharts.org/docs/charts/incubator/yourls +icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.png +keywords: + - yourls + - Cloud + - Tools-Utilities + - Network-Web + - Network-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: yourls +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/yourls + - https://hub.docker.com/_/yourls/ +type: application +version: 0.0.38 diff --git a/incubator/yourls/0.0.38/README.md b/incubator/yourls/0.0.38/README.md new file mode 100644 index 00000000000..338a9b550c6 --- /dev/null +++ b/incubator/yourls/0.0.38/README.md @@ -0,0 +1,106 @@ +# yourls + +YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [yourls](https://truecharts.org/docs/charts/incubator/yourls) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `yourls` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install yourls TrueCharts/yourls +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `yourls` deployment + +```console +helm uninstall yourls +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install yourls \ + --set env.TZ="America/New York" \ + TrueCharts/yourls +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install yourls TrueCharts/yourls -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/yourls/0.0.37/app-readme.md b/incubator/yourls/0.0.38/app-readme.md similarity index 100% rename from incubator/yourls/0.0.37/app-readme.md rename to incubator/yourls/0.0.38/app-readme.md diff --git a/incubator/yourls/0.0.38/charts/common-10.7.1.tgz b/incubator/yourls/0.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/yourls/0.0.38/charts/common-10.7.1.tgz differ diff --git a/incubator/yourls/0.0.37/ix_values.yaml b/incubator/yourls/0.0.38/ix_values.yaml similarity index 100% rename from incubator/yourls/0.0.37/ix_values.yaml rename to incubator/yourls/0.0.38/ix_values.yaml diff --git a/incubator/yourls/0.0.37/questions.yaml b/incubator/yourls/0.0.38/questions.yaml similarity index 100% rename from incubator/yourls/0.0.37/questions.yaml rename to incubator/yourls/0.0.38/questions.yaml diff --git a/incubator/yourls/0.0.37/templates/common.yaml b/incubator/yourls/0.0.38/templates/common.yaml similarity index 100% rename from incubator/yourls/0.0.37/templates/common.yaml rename to incubator/yourls/0.0.38/templates/common.yaml diff --git a/incubator/yourls/0.0.37/values.yaml b/incubator/yourls/0.0.38/values.yaml similarity index 100% rename from incubator/yourls/0.0.37/values.yaml rename to incubator/yourls/0.0.38/values.yaml diff --git a/incubator/youtransfer/0.0.29/CHANGELOG.md b/incubator/youtransfer/0.0.29/CHANGELOG.md deleted file mode 100644 index 0842baf03b9..00000000000 --- a/incubator/youtransfer/0.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [youtransfer-0.0.29](https://github.com/truecharts/charts/compare/youtransfer-0.0.28...youtransfer-0.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [youtransfer-0.0.28](https://github.com/truecharts/charts/compare/youtransfer-0.0.27...youtransfer-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [youtransfer-0.0.28](https://github.com/truecharts/charts/compare/youtransfer-0.0.27...youtransfer-0.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [youtransfer-0.0.27](https://github.com/truecharts/charts/compare/youtransfer-0.0.26...youtransfer-0.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [youtransfer-0.0.26](https://github.com/truecharts/charts/compare/youtransfer-0.0.25...youtransfer-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [youtransfer-0.0.25](https://github.com/truecharts/charts/compare/youtransfer-0.0.24...youtransfer-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [youtransfer-0.0.24](https://github.com/truecharts/charts/compare/youtransfer-0.0.23...youtransfer-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [youtransfer-0.0.24](https://github.com/truecharts/charts/compare/youtransfer-0.0.23...youtransfer-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/youtransfer/0.0.29/Chart.lock b/incubator/youtransfer/0.0.29/Chart.lock deleted file mode 100644 index 29b49a72fc8..00000000000 --- a/incubator/youtransfer/0.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:33.463743904Z" diff --git a/incubator/youtransfer/0.0.29/Chart.yaml b/incubator/youtransfer/0.0.29/Chart.yaml deleted file mode 100644 index 1d4943153f3..00000000000 --- a/incubator/youtransfer/0.0.29/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Cloud - - Tools-Utilities -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files." -home: https://truecharts.org/docs/charts/incubator/youtransfer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png -keywords: - - youtransfer - - Cloud - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: youtransfer -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/youtransfer - - https://github.com/YouTransfer/YouTransfer - - https://hub.docker.com/r/remie/youtransfer/ -type: application -version: 0.0.29 diff --git a/incubator/youtransfer/0.0.29/README.md b/incubator/youtransfer/0.0.29/README.md deleted file mode 100644 index 09b32db61af..00000000000 --- a/incubator/youtransfer/0.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# youtransfer - -YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [youtransfer](https://truecharts.org/docs/charts/incubator/youtransfer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `youtransfer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install youtransfer TrueCharts/youtransfer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `youtransfer` deployment - -```console -helm uninstall youtransfer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install youtransfer \ - --set env.TZ="America/New York" \ - TrueCharts/youtransfer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install youtransfer TrueCharts/youtransfer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/youtransfer/0.0.29/charts/common-10.7.0.tgz b/incubator/youtransfer/0.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/youtransfer/0.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/youtransfer/0.0.30/CHANGELOG.md b/incubator/youtransfer/0.0.30/CHANGELOG.md new file mode 100644 index 00000000000..953b86c1f02 --- /dev/null +++ b/incubator/youtransfer/0.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [youtransfer-0.0.30](https://github.com/truecharts/charts/compare/youtransfer-0.0.29...youtransfer-0.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [youtransfer-0.0.29](https://github.com/truecharts/charts/compare/youtransfer-0.0.28...youtransfer-0.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [youtransfer-0.0.28](https://github.com/truecharts/charts/compare/youtransfer-0.0.27...youtransfer-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [youtransfer-0.0.28](https://github.com/truecharts/charts/compare/youtransfer-0.0.27...youtransfer-0.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [youtransfer-0.0.27](https://github.com/truecharts/charts/compare/youtransfer-0.0.26...youtransfer-0.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [youtransfer-0.0.26](https://github.com/truecharts/charts/compare/youtransfer-0.0.25...youtransfer-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [youtransfer-0.0.25](https://github.com/truecharts/charts/compare/youtransfer-0.0.24...youtransfer-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [youtransfer-0.0.24](https://github.com/truecharts/charts/compare/youtransfer-0.0.23...youtransfer-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/youtransfer/0.0.30/Chart.lock b/incubator/youtransfer/0.0.30/Chart.lock new file mode 100644 index 00000000000..d70889eda8a --- /dev/null +++ b/incubator/youtransfer/0.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:56:41.803617305Z" diff --git a/incubator/youtransfer/0.0.30/Chart.yaml b/incubator/youtransfer/0.0.30/Chart.yaml new file mode 100644 index 00000000000..89cec3e5206 --- /dev/null +++ b/incubator/youtransfer/0.0.30/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Cloud + - Tools-Utilities +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files." +home: https://truecharts.org/docs/charts/incubator/youtransfer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png +keywords: + - youtransfer + - Cloud + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: youtransfer +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/youtransfer + - https://github.com/YouTransfer/YouTransfer + - https://hub.docker.com/r/remie/youtransfer/ +type: application +version: 0.0.30 diff --git a/incubator/youtransfer/0.0.30/README.md b/incubator/youtransfer/0.0.30/README.md new file mode 100644 index 00000000000..7725d945a00 --- /dev/null +++ b/incubator/youtransfer/0.0.30/README.md @@ -0,0 +1,107 @@ +# youtransfer + +YouTransfer is a simple but elegant self-hosted file transfer & sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [youtransfer](https://truecharts.org/docs/charts/incubator/youtransfer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `youtransfer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install youtransfer TrueCharts/youtransfer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `youtransfer` deployment + +```console +helm uninstall youtransfer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install youtransfer \ + --set env.TZ="America/New York" \ + TrueCharts/youtransfer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install youtransfer TrueCharts/youtransfer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/youtransfer/0.0.29/app-readme.md b/incubator/youtransfer/0.0.30/app-readme.md similarity index 100% rename from incubator/youtransfer/0.0.29/app-readme.md rename to incubator/youtransfer/0.0.30/app-readme.md diff --git a/incubator/youtransfer/0.0.30/charts/common-10.7.1.tgz b/incubator/youtransfer/0.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/youtransfer/0.0.30/charts/common-10.7.1.tgz differ diff --git a/incubator/youtransfer/0.0.29/ix_values.yaml b/incubator/youtransfer/0.0.30/ix_values.yaml similarity index 100% rename from incubator/youtransfer/0.0.29/ix_values.yaml rename to incubator/youtransfer/0.0.30/ix_values.yaml diff --git a/incubator/youtransfer/0.0.29/questions.yaml b/incubator/youtransfer/0.0.30/questions.yaml similarity index 100% rename from incubator/youtransfer/0.0.29/questions.yaml rename to incubator/youtransfer/0.0.30/questions.yaml diff --git a/incubator/youtransfer/0.0.29/templates/common.yaml b/incubator/youtransfer/0.0.30/templates/common.yaml similarity index 100% rename from incubator/youtransfer/0.0.29/templates/common.yaml rename to incubator/youtransfer/0.0.30/templates/common.yaml diff --git a/incubator/youtransfer/0.0.29/values.yaml b/incubator/youtransfer/0.0.30/values.yaml similarity index 100% rename from incubator/youtransfer/0.0.29/values.yaml rename to incubator/youtransfer/0.0.30/values.yaml diff --git a/incubator/youtubedl-material/1.0.14/CHANGELOG.md b/incubator/youtubedl-material/1.0.14/CHANGELOG.md deleted file mode 100644 index 3084b4ca8c4..00000000000 --- a/incubator/youtubedl-material/1.0.14/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [youtubedl-material-1.0.14](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.13...youtubedl-material-1.0.14) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [youtubedl-material-1.0.13](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.12...youtubedl-material-1.0.13) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [youtubedl-material-1.0.13](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.12...youtubedl-material-1.0.13) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [youtubedl-material-1.0.12](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.11...youtubedl-material-1.0.12) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [youtubedl-material-1.0.10](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.9...youtubedl-material-1.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [youtubedl-material-1.0.9](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.8...youtubedl-material-1.0.9) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [youtubedl-material-1.0.8](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.7...youtubedl-material-1.0.8) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [youtubedl-material-1.0.8](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.7...youtubedl-material-1.0.8) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/youtubedl-material/1.0.14/Chart.lock b/incubator/youtubedl-material/1.0.14/Chart.lock deleted file mode 100644 index 91af293d799..00000000000 --- a/incubator/youtubedl-material/1.0.14/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mongodb - repository: https://charts.truecharts.org - version: 2.0.32 -digest: sha256:1775131f93fce3029ffc73a3af7ea75b67116b9330b7ed7a183fe80f66a9ea96 -generated: "2022-10-12T16:13:53.135159556Z" diff --git a/incubator/youtubedl-material/1.0.14/Chart.yaml b/incubator/youtubedl-material/1.0.14/Chart.yaml deleted file mode 100644 index 4002a001ac0..00000000000 --- a/incubator/youtubedl-material/1.0.14/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "4.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mongodb.enabled - name: mongodb - repository: https://charts.truecharts.org - version: 2.0.32 -description: YoutubeDL-Material is a Material Design frontend for youtube-dl. -home: https://truecharts.org/docs/charts/incubator/youtubedl-material -icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png -keywords: - - youtube -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: youtubedl-material -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material - - https://hub.docker.com/r/tzahi12345/youtubedl-material - - https://github.com/Tzahi12345/YoutubeDL-Material -version: 1.0.14 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/youtubedl-material/1.0.14/README.md b/incubator/youtubedl-material/1.0.14/README.md deleted file mode 100644 index ef7ddd8ea80..00000000000 --- a/incubator/youtubedl-material/1.0.14/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# youtubedl-material - -YoutubeDL-Material is a Material Design frontend for youtube-dl. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [youtubedl-material](https://truecharts.org/docs/charts/incubator/youtubedl-material) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | mongodb | 2.0.32 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `youtubedl-material` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install youtubedl-material TrueCharts/youtubedl-material -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `youtubedl-material` deployment - -```console -helm uninstall youtubedl-material -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install youtubedl-material \ - --set env.TZ="America/New York" \ - TrueCharts/youtubedl-material -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install youtubedl-material TrueCharts/youtubedl-material -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/youtubedl-material/1.0.14/charts/common-10.7.0.tgz b/incubator/youtubedl-material/1.0.14/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/youtubedl-material/1.0.14/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/youtubedl-material/1.0.14/charts/mongodb-2.0.32.tgz b/incubator/youtubedl-material/1.0.14/charts/mongodb-2.0.32.tgz deleted file mode 100644 index b9dcd0107d1..00000000000 Binary files a/incubator/youtubedl-material/1.0.14/charts/mongodb-2.0.32.tgz and /dev/null differ diff --git a/incubator/youtubedl-material/1.0.15/CHANGELOG.md b/incubator/youtubedl-material/1.0.15/CHANGELOG.md new file mode 100644 index 00000000000..daafeb32565 --- /dev/null +++ b/incubator/youtubedl-material/1.0.15/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [youtubedl-material-1.0.15](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.14...youtubedl-material-1.0.15) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [youtubedl-material-1.0.14](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.13...youtubedl-material-1.0.14) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [youtubedl-material-1.0.13](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.12...youtubedl-material-1.0.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [youtubedl-material-1.0.13](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.12...youtubedl-material-1.0.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [youtubedl-material-1.0.12](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.11...youtubedl-material-1.0.12) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [youtubedl-material-1.0.10](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.9...youtubedl-material-1.0.10) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [youtubedl-material-1.0.9](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.8...youtubedl-material-1.0.9) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [youtubedl-material-1.0.8](https://github.com/truecharts/charts/compare/youtubedl-material-1.0.7...youtubedl-material-1.0.8) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/incubator/youtubedl-material/1.0.15/Chart.lock b/incubator/youtubedl-material/1.0.15/Chart.lock new file mode 100644 index 00000000000..e54c364bb8b --- /dev/null +++ b/incubator/youtubedl-material/1.0.15/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mongodb + repository: https://charts.truecharts.org + version: 2.0.35 +digest: sha256:528d1cb72a7d33190d4834a9717f7309f298277bc069eb4fe3d1ce0543c667d6 +generated: "2022-10-19T12:57:14.245986097Z" diff --git a/incubator/youtubedl-material/1.0.15/Chart.yaml b/incubator/youtubedl-material/1.0.15/Chart.yaml new file mode 100644 index 00000000000..c9fe5e96bad --- /dev/null +++ b/incubator/youtubedl-material/1.0.15/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "4.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mongodb.enabled + name: mongodb + repository: https://charts.truecharts.org + version: 2.0.35 +description: YoutubeDL-Material is a Material Design frontend for youtube-dl. +home: https://truecharts.org/docs/charts/incubator/youtubedl-material +icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.png +keywords: + - youtube +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: youtubedl-material +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/youtubedl-material + - https://hub.docker.com/r/tzahi12345/youtubedl-material + - https://github.com/Tzahi12345/YoutubeDL-Material +version: 1.0.15 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/youtubedl-material/1.0.15/README.md b/incubator/youtubedl-material/1.0.15/README.md new file mode 100644 index 00000000000..348cff9fccb --- /dev/null +++ b/incubator/youtubedl-material/1.0.15/README.md @@ -0,0 +1,108 @@ +# youtubedl-material + +YoutubeDL-Material is a Material Design frontend for youtube-dl. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [youtubedl-material](https://truecharts.org/docs/charts/incubator/youtubedl-material) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | mongodb | 2.0.35 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `youtubedl-material` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install youtubedl-material TrueCharts/youtubedl-material +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `youtubedl-material` deployment + +```console +helm uninstall youtubedl-material +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install youtubedl-material \ + --set env.TZ="America/New York" \ + TrueCharts/youtubedl-material +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install youtubedl-material TrueCharts/youtubedl-material -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/youtubedl-material/1.0.14/app-readme.md b/incubator/youtubedl-material/1.0.15/app-readme.md similarity index 100% rename from incubator/youtubedl-material/1.0.14/app-readme.md rename to incubator/youtubedl-material/1.0.15/app-readme.md diff --git a/incubator/youtubedl-material/1.0.15/charts/common-10.7.1.tgz b/incubator/youtubedl-material/1.0.15/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/youtubedl-material/1.0.15/charts/common-10.7.1.tgz differ diff --git a/incubator/youtubedl-material/1.0.15/charts/mongodb-2.0.35.tgz b/incubator/youtubedl-material/1.0.15/charts/mongodb-2.0.35.tgz new file mode 100644 index 00000000000..1f4d1306ef9 Binary files /dev/null and b/incubator/youtubedl-material/1.0.15/charts/mongodb-2.0.35.tgz differ diff --git a/incubator/youtubedl-material/1.0.14/ix_values.yaml b/incubator/youtubedl-material/1.0.15/ix_values.yaml similarity index 100% rename from incubator/youtubedl-material/1.0.14/ix_values.yaml rename to incubator/youtubedl-material/1.0.15/ix_values.yaml diff --git a/incubator/youtubedl-material/1.0.14/questions.yaml b/incubator/youtubedl-material/1.0.15/questions.yaml similarity index 100% rename from incubator/youtubedl-material/1.0.14/questions.yaml rename to incubator/youtubedl-material/1.0.15/questions.yaml diff --git a/incubator/youtubedl-material/1.0.14/templates/common.yaml b/incubator/youtubedl-material/1.0.15/templates/common.yaml similarity index 100% rename from incubator/youtubedl-material/1.0.14/templates/common.yaml rename to incubator/youtubedl-material/1.0.15/templates/common.yaml diff --git a/incubator/youtubedl-material/1.0.14/values.yaml b/incubator/youtubedl-material/1.0.15/values.yaml similarity index 100% rename from incubator/youtubedl-material/1.0.14/values.yaml rename to incubator/youtubedl-material/1.0.15/values.yaml diff --git a/incubator/z80pack/0.0.30/CHANGELOG.md b/incubator/z80pack/0.0.30/CHANGELOG.md deleted file mode 100644 index 4751c1d1d9e..00000000000 --- a/incubator/z80pack/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [z80pack-0.0.30](https://github.com/truecharts/charts/compare/z80pack-0.0.29...z80pack-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [z80pack-0.0.29](https://github.com/truecharts/charts/compare/z80pack-0.0.28...z80pack-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [z80pack-0.0.29](https://github.com/truecharts/charts/compare/z80pack-0.0.28...z80pack-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [z80pack-0.0.28](https://github.com/truecharts/charts/compare/z80pack-0.0.27...z80pack-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [z80pack-0.0.27](https://github.com/truecharts/charts/compare/z80pack-0.0.26...z80pack-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [z80pack-0.0.26](https://github.com/truecharts/charts/compare/z80pack-0.0.25...z80pack-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [z80pack-0.0.25](https://github.com/truecharts/charts/compare/z80pack-0.0.24...z80pack-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [z80pack-0.0.25](https://github.com/truecharts/charts/compare/z80pack-0.0.24...z80pack-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/z80pack/0.0.30/Chart.lock b/incubator/z80pack/0.0.30/Chart.lock deleted file mode 100644 index 9b46b70bf5c..00000000000 --- a/incubator/z80pack/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:13:49.369001353Z" diff --git a/incubator/z80pack/0.0.30/Chart.yaml b/incubator/z80pack/0.0.30/Chart.yaml deleted file mode 100644 index 13e1dc57e1b..00000000000 --- a/incubator/z80pack/0.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Other -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br]\n" -home: https://truecharts.org/docs/charts/incubator/z80pack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png -keywords: - - z80pack - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: z80pack -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/z80pack - - http://www.autometer.de/unix4fun/z80pack/index.html - - https://registry.hub.docker.com/r/dlandon/z80pack/ -type: application -version: 0.0.30 diff --git a/incubator/z80pack/0.0.30/README.md b/incubator/z80pack/0.0.30/README.md deleted file mode 100644 index a95ffdc6dca..00000000000 --- a/incubator/z80pack/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# z80pack - -Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [z80pack](https://truecharts.org/docs/charts/incubator/z80pack) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `z80pack` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install z80pack TrueCharts/z80pack -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `z80pack` deployment - -```console -helm uninstall z80pack -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install z80pack \ - --set env.TZ="America/New York" \ - TrueCharts/z80pack -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install z80pack TrueCharts/z80pack -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/z80pack/0.0.30/charts/common-10.7.0.tgz b/incubator/z80pack/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/z80pack/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/z80pack/0.0.31/CHANGELOG.md b/incubator/z80pack/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..95083fb5099 --- /dev/null +++ b/incubator/z80pack/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [z80pack-0.0.31](https://github.com/truecharts/charts/compare/z80pack-0.0.30...z80pack-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [z80pack-0.0.30](https://github.com/truecharts/charts/compare/z80pack-0.0.29...z80pack-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [z80pack-0.0.29](https://github.com/truecharts/charts/compare/z80pack-0.0.28...z80pack-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [z80pack-0.0.29](https://github.com/truecharts/charts/compare/z80pack-0.0.28...z80pack-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [z80pack-0.0.28](https://github.com/truecharts/charts/compare/z80pack-0.0.27...z80pack-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [z80pack-0.0.27](https://github.com/truecharts/charts/compare/z80pack-0.0.26...z80pack-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [z80pack-0.0.26](https://github.com/truecharts/charts/compare/z80pack-0.0.25...z80pack-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [z80pack-0.0.25](https://github.com/truecharts/charts/compare/z80pack-0.0.24...z80pack-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/z80pack/0.0.31/Chart.lock b/incubator/z80pack/0.0.31/Chart.lock new file mode 100644 index 00000000000..24a41f5abb9 --- /dev/null +++ b/incubator/z80pack/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:57:12.070212208Z" diff --git a/incubator/z80pack/0.0.31/Chart.yaml b/incubator/z80pack/0.0.31/Chart.yaml new file mode 100644 index 00000000000..88b6e7d4d08 --- /dev/null +++ b/incubator/z80pack/0.0.31/Chart.yaml @@ -0,0 +1,29 @@ +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Other +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br]\n" +home: https://truecharts.org/docs/charts/incubator/z80pack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.png +keywords: + - z80pack + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: z80pack +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/z80pack + - http://www.autometer.de/unix4fun/z80pack/index.html + - https://registry.hub.docker.com/r/dlandon/z80pack/ +type: application +version: 0.0.31 diff --git a/incubator/z80pack/0.0.31/README.md b/incubator/z80pack/0.0.31/README.md new file mode 100644 index 00000000000..619acf788b8 --- /dev/null +++ b/incubator/z80pack/0.0.31/README.md @@ -0,0 +1,107 @@ +# z80pack + +Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br] + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [z80pack](https://truecharts.org/docs/charts/incubator/z80pack) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `z80pack` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install z80pack TrueCharts/z80pack +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `z80pack` deployment + +```console +helm uninstall z80pack +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install z80pack \ + --set env.TZ="America/New York" \ + TrueCharts/z80pack +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install z80pack TrueCharts/z80pack -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/z80pack/0.0.30/app-readme.md b/incubator/z80pack/0.0.31/app-readme.md similarity index 100% rename from incubator/z80pack/0.0.30/app-readme.md rename to incubator/z80pack/0.0.31/app-readme.md diff --git a/incubator/z80pack/0.0.31/charts/common-10.7.1.tgz b/incubator/z80pack/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/z80pack/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/z80pack/0.0.30/ix_values.yaml b/incubator/z80pack/0.0.31/ix_values.yaml similarity index 100% rename from incubator/z80pack/0.0.30/ix_values.yaml rename to incubator/z80pack/0.0.31/ix_values.yaml diff --git a/incubator/z80pack/0.0.30/questions.yaml b/incubator/z80pack/0.0.31/questions.yaml similarity index 100% rename from incubator/z80pack/0.0.30/questions.yaml rename to incubator/z80pack/0.0.31/questions.yaml diff --git a/incubator/z80pack/0.0.30/templates/common.yaml b/incubator/z80pack/0.0.31/templates/common.yaml similarity index 100% rename from incubator/z80pack/0.0.30/templates/common.yaml rename to incubator/z80pack/0.0.31/templates/common.yaml diff --git a/incubator/z80pack/0.0.30/values.yaml b/incubator/z80pack/0.0.31/values.yaml similarity index 100% rename from incubator/z80pack/0.0.30/values.yaml rename to incubator/z80pack/0.0.31/values.yaml diff --git a/incubator/zabbix/1.0.0/CHANGELOG.md b/incubator/zabbix/1.0.0/CHANGELOG.md deleted file mode 100644 index 211ca17950e..00000000000 --- a/incubator/zabbix/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - - - -## [zabbix-1.0.0](https://github.com/truecharts/charts/compare/zabbix-server-2.0.49...zabbix-1.0.0) (2022-10-16) - -### Feat - -- rework ([#4046](https://github.com/truecharts/charts/issues/4046)) diff --git a/incubator/zabbix/1.0.0/Chart.lock b/incubator/zabbix/1.0.0/Chart.lock deleted file mode 100644 index 4e75343505c..00000000000 --- a/incubator/zabbix/1.0.0/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-16T20:08:48.175151545Z" diff --git a/incubator/zabbix/1.0.0/Chart.yaml b/incubator/zabbix/1.0.0/Chart.yaml deleted file mode 100644 index b25a452a309..00000000000 --- a/incubator/zabbix/1.0.0/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "6.2.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Zabbix is an enterprise-class open source distributed monitoring solution. -home: https://truecharts.org/docs/charts/incubator/zabbix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zabbix.png -keywords: - - zabbix - - monitoring -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: zabbix -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/zabbix - - https://hub.docker.com/r/zabbix/zabbix-server-pgsql - - https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql -version: 1.0.0 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/zabbix/1.0.0/README.md b/incubator/zabbix/1.0.0/README.md deleted file mode 100644 index 378709cb761..00000000000 --- a/incubator/zabbix/1.0.0/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# zabbix - -Zabbix is an enterprise-class open source distributed monitoring solution. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [zabbix](https://truecharts.org/docs/charts/incubator/zabbix) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `zabbix` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install zabbix TrueCharts/zabbix -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `zabbix` deployment - -```console -helm uninstall zabbix -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install zabbix \ - --set env.TZ="America/New York" \ - TrueCharts/zabbix -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install zabbix TrueCharts/zabbix -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/zabbix/1.0.0/charts/common-10.7.0.tgz b/incubator/zabbix/1.0.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/zabbix/1.0.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/zabbix/1.0.0/charts/postgresql-8.0.97.tgz b/incubator/zabbix/1.0.0/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/incubator/zabbix/1.0.0/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/incubator/zabbix/1.0.1/CHANGELOG.md b/incubator/zabbix/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..1bf47a3cba0 --- /dev/null +++ b/incubator/zabbix/1.0.1/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + + + +## [zabbix-1.0.1](https://github.com/truecharts/charts/compare/zabbix-1.0.0...zabbix-1.0.1) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zabbix-1.0.0](https://github.com/truecharts/charts/compare/zabbix-server-2.0.49...zabbix-1.0.0) (2022-10-16) + +### Feat + +- rework ([#4046](https://github.com/truecharts/charts/issues/4046)) diff --git a/incubator/zabbix/1.0.1/Chart.lock b/incubator/zabbix/1.0.1/Chart.lock new file mode 100644 index 00000000000..514398cec47 --- /dev/null +++ b/incubator/zabbix/1.0.1/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:57:24.177513359Z" diff --git a/incubator/zabbix/1.0.1/Chart.yaml b/incubator/zabbix/1.0.1/Chart.yaml new file mode 100644 index 00000000000..4ef844bae29 --- /dev/null +++ b/incubator/zabbix/1.0.1/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "6.2.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Zabbix is an enterprise-class open source distributed monitoring solution. +home: https://truecharts.org/docs/charts/incubator/zabbix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zabbix.png +keywords: + - zabbix + - monitoring +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: zabbix +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zabbix + - https://hub.docker.com/r/zabbix/zabbix-server-pgsql + - https://hub.docker.com/r/zabbix/zabbix-web-nginx-pgsql +version: 1.0.1 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/zabbix/1.0.1/README.md b/incubator/zabbix/1.0.1/README.md new file mode 100644 index 00000000000..f3d8023c5a0 --- /dev/null +++ b/incubator/zabbix/1.0.1/README.md @@ -0,0 +1,108 @@ +# zabbix + +Zabbix is an enterprise-class open source distributed monitoring solution. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zabbix](https://truecharts.org/docs/charts/incubator/zabbix) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zabbix` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zabbix TrueCharts/zabbix +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zabbix` deployment + +```console +helm uninstall zabbix +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zabbix \ + --set env.TZ="America/New York" \ + TrueCharts/zabbix +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zabbix TrueCharts/zabbix -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/zabbix/1.0.0/app-readme.md b/incubator/zabbix/1.0.1/app-readme.md similarity index 100% rename from incubator/zabbix/1.0.0/app-readme.md rename to incubator/zabbix/1.0.1/app-readme.md diff --git a/incubator/zabbix/1.0.1/charts/common-10.7.1.tgz b/incubator/zabbix/1.0.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/zabbix/1.0.1/charts/common-10.7.1.tgz differ diff --git a/incubator/zabbix/1.0.1/charts/postgresql-8.0.101.tgz b/incubator/zabbix/1.0.1/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/incubator/zabbix/1.0.1/charts/postgresql-8.0.101.tgz differ diff --git a/incubator/zabbix/1.0.0/ix_values.yaml b/incubator/zabbix/1.0.1/ix_values.yaml similarity index 100% rename from incubator/zabbix/1.0.0/ix_values.yaml rename to incubator/zabbix/1.0.1/ix_values.yaml diff --git a/incubator/zabbix/1.0.0/questions.yaml b/incubator/zabbix/1.0.1/questions.yaml similarity index 100% rename from incubator/zabbix/1.0.0/questions.yaml rename to incubator/zabbix/1.0.1/questions.yaml diff --git a/incubator/zabbix/1.0.0/templates/_agent.tpl b/incubator/zabbix/1.0.1/templates/_agent.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_agent.tpl rename to incubator/zabbix/1.0.1/templates/_agent.tpl diff --git a/incubator/zabbix/1.0.0/templates/_config.tpl b/incubator/zabbix/1.0.1/templates/_config.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_config.tpl rename to incubator/zabbix/1.0.1/templates/_config.tpl diff --git a/incubator/zabbix/1.0.0/templates/_frontend.tpl b/incubator/zabbix/1.0.1/templates/_frontend.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_frontend.tpl rename to incubator/zabbix/1.0.1/templates/_frontend.tpl diff --git a/incubator/zabbix/1.0.0/templates/_javagateway.tpl b/incubator/zabbix/1.0.1/templates/_javagateway.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_javagateway.tpl rename to incubator/zabbix/1.0.1/templates/_javagateway.tpl diff --git a/incubator/zabbix/1.0.0/templates/_secret.tpl b/incubator/zabbix/1.0.1/templates/_secret.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_secret.tpl rename to incubator/zabbix/1.0.1/templates/_secret.tpl diff --git a/incubator/zabbix/1.0.0/templates/_snmp.tpl b/incubator/zabbix/1.0.1/templates/_snmp.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_snmp.tpl rename to incubator/zabbix/1.0.1/templates/_snmp.tpl diff --git a/incubator/zabbix/1.0.0/templates/_webservice.tpl b/incubator/zabbix/1.0.1/templates/_webservice.tpl similarity index 100% rename from incubator/zabbix/1.0.0/templates/_webservice.tpl rename to incubator/zabbix/1.0.1/templates/_webservice.tpl diff --git a/incubator/zabbix/1.0.0/templates/common.yaml b/incubator/zabbix/1.0.1/templates/common.yaml similarity index 100% rename from incubator/zabbix/1.0.0/templates/common.yaml rename to incubator/zabbix/1.0.1/templates/common.yaml diff --git a/incubator/zabbix/1.0.0/values.yaml b/incubator/zabbix/1.0.1/values.yaml similarity index 100% rename from incubator/zabbix/1.0.0/values.yaml rename to incubator/zabbix/1.0.1/values.yaml diff --git a/incubator/zoneminder/0.0.30/CHANGELOG.md b/incubator/zoneminder/0.0.30/CHANGELOG.md deleted file mode 100644 index cc93273c826..00000000000 --- a/incubator/zoneminder/0.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [zoneminder-0.0.30](https://github.com/truecharts/charts/compare/zoneminder-0.0.29...zoneminder-0.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [zoneminder-0.0.29](https://github.com/truecharts/charts/compare/zoneminder-0.0.28...zoneminder-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zoneminder-0.0.29](https://github.com/truecharts/charts/compare/zoneminder-0.0.28...zoneminder-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zoneminder-0.0.28](https://github.com/truecharts/charts/compare/zoneminder-0.0.27...zoneminder-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [zoneminder-0.0.27](https://github.com/truecharts/charts/compare/zoneminder-0.0.26...zoneminder-0.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [zoneminder-0.0.26](https://github.com/truecharts/charts/compare/zoneminder-0.0.25...zoneminder-0.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [zoneminder-0.0.25](https://github.com/truecharts/charts/compare/zoneminder-0.0.24...zoneminder-0.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [zoneminder-0.0.25](https://github.com/truecharts/charts/compare/zoneminder-0.0.24...zoneminder-0.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/incubator/zoneminder/0.0.30/Chart.lock b/incubator/zoneminder/0.0.30/Chart.lock deleted file mode 100644 index 327f64d1c0b..00000000000 --- a/incubator/zoneminder/0.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:14:03.599654808Z" diff --git a/incubator/zoneminder/0.0.30/Chart.yaml b/incubator/zoneminder/0.0.30/Chart.yaml deleted file mode 100644 index 8af0bf1add8..00000000000 --- a/incubator/zoneminder/0.0.30/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Zoneminder is the top Linux video camera security and surveillance solution." -home: https://truecharts.org/docs/charts/incubator/zoneminder -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png -keywords: - - zoneminder - - home - - automation - - cctv - - utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: zoneminder -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/zoneminder - - https://zoneminder.com/ - - https://hub.docker.com/r/dlandon/zoneminder.TrueNAS/ -type: application -version: 0.0.30 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - utilities - - cctv diff --git a/incubator/zoneminder/0.0.30/README.md b/incubator/zoneminder/0.0.30/README.md deleted file mode 100644 index d60207501ab..00000000000 --- a/incubator/zoneminder/0.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# zoneminder - -Zoneminder is the top Linux video camera security and surveillance solution. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [zoneminder](https://truecharts.org/docs/charts/incubator/zoneminder) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `zoneminder` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install zoneminder TrueCharts/zoneminder -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `zoneminder` deployment - -```console -helm uninstall zoneminder -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install zoneminder \ - --set env.TZ="America/New York" \ - TrueCharts/zoneminder -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install zoneminder TrueCharts/zoneminder -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/zoneminder/0.0.30/charts/common-10.7.0.tgz b/incubator/zoneminder/0.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/zoneminder/0.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/zoneminder/0.0.31/CHANGELOG.md b/incubator/zoneminder/0.0.31/CHANGELOG.md new file mode 100644 index 00000000000..bc3823b7383 --- /dev/null +++ b/incubator/zoneminder/0.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [zoneminder-0.0.31](https://github.com/truecharts/charts/compare/zoneminder-0.0.30...zoneminder-0.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zoneminder-0.0.30](https://github.com/truecharts/charts/compare/zoneminder-0.0.29...zoneminder-0.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [zoneminder-0.0.29](https://github.com/truecharts/charts/compare/zoneminder-0.0.28...zoneminder-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zoneminder-0.0.29](https://github.com/truecharts/charts/compare/zoneminder-0.0.28...zoneminder-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zoneminder-0.0.28](https://github.com/truecharts/charts/compare/zoneminder-0.0.27...zoneminder-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [zoneminder-0.0.27](https://github.com/truecharts/charts/compare/zoneminder-0.0.26...zoneminder-0.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [zoneminder-0.0.26](https://github.com/truecharts/charts/compare/zoneminder-0.0.25...zoneminder-0.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [zoneminder-0.0.25](https://github.com/truecharts/charts/compare/zoneminder-0.0.24...zoneminder-0.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/incubator/zoneminder/0.0.31/Chart.lock b/incubator/zoneminder/0.0.31/Chart.lock new file mode 100644 index 00000000000..74cedf2693f --- /dev/null +++ b/incubator/zoneminder/0.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:57:13.324929695Z" diff --git a/incubator/zoneminder/0.0.31/Chart.yaml b/incubator/zoneminder/0.0.31/Chart.yaml new file mode 100644 index 00000000000..7b552e3ba2e --- /dev/null +++ b/incubator/zoneminder/0.0.31/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Zoneminder is the top Linux video camera security and surveillance solution." +home: https://truecharts.org/docs/charts/incubator/zoneminder +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.png +keywords: + - zoneminder + - home + - automation + - cctv + - utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: zoneminder +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zoneminder + - https://zoneminder.com/ + - https://hub.docker.com/r/dlandon/zoneminder.TrueNAS/ +type: application +version: 0.0.31 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - utilities + - cctv diff --git a/incubator/zoneminder/0.0.31/README.md b/incubator/zoneminder/0.0.31/README.md new file mode 100644 index 00000000000..d91236eb530 --- /dev/null +++ b/incubator/zoneminder/0.0.31/README.md @@ -0,0 +1,107 @@ +# zoneminder + +Zoneminder is the top Linux video camera security and surveillance solution. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zoneminder](https://truecharts.org/docs/charts/incubator/zoneminder) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zoneminder` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zoneminder TrueCharts/zoneminder +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zoneminder` deployment + +```console +helm uninstall zoneminder +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zoneminder \ + --set env.TZ="America/New York" \ + TrueCharts/zoneminder +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zoneminder TrueCharts/zoneminder -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/zoneminder/0.0.30/app-readme.md b/incubator/zoneminder/0.0.31/app-readme.md similarity index 100% rename from incubator/zoneminder/0.0.30/app-readme.md rename to incubator/zoneminder/0.0.31/app-readme.md diff --git a/incubator/zoneminder/0.0.31/charts/common-10.7.1.tgz b/incubator/zoneminder/0.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/zoneminder/0.0.31/charts/common-10.7.1.tgz differ diff --git a/incubator/zoneminder/0.0.30/ix_values.yaml b/incubator/zoneminder/0.0.31/ix_values.yaml similarity index 100% rename from incubator/zoneminder/0.0.30/ix_values.yaml rename to incubator/zoneminder/0.0.31/ix_values.yaml diff --git a/incubator/zoneminder/0.0.30/questions.yaml b/incubator/zoneminder/0.0.31/questions.yaml similarity index 100% rename from incubator/zoneminder/0.0.30/questions.yaml rename to incubator/zoneminder/0.0.31/questions.yaml diff --git a/incubator/zoneminder/0.0.30/templates/common.yaml b/incubator/zoneminder/0.0.31/templates/common.yaml similarity index 100% rename from incubator/zoneminder/0.0.30/templates/common.yaml rename to incubator/zoneminder/0.0.31/templates/common.yaml diff --git a/incubator/zoneminder/0.0.30/values.yaml b/incubator/zoneminder/0.0.31/values.yaml similarity index 100% rename from incubator/zoneminder/0.0.30/values.yaml rename to incubator/zoneminder/0.0.31/values.yaml diff --git a/incubator/zusam/0.0.17/CHANGELOG.md b/incubator/zusam/0.0.17/CHANGELOG.md deleted file mode 100644 index 16deacba732..00000000000 --- a/incubator/zusam/0.0.17/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [zusam-0.0.17](https://github.com/truecharts/charts/compare/zusam-0.0.16...zusam-0.0.17) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [zusam-0.0.16](https://github.com/truecharts/charts/compare/zusam-0.0.15...zusam-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zusam-0.0.16](https://github.com/truecharts/charts/compare/zusam-0.0.15...zusam-0.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zusam-0.0.15](https://github.com/truecharts/charts/compare/zusam-0.0.14...zusam-0.0.15) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zusam-0.0.14](https://github.com/truecharts/charts/compare/zusam-0.0.13...zusam-0.0.14) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [zusam-0.0.13](https://github.com/truecharts/charts/compare/zusam-0.0.12...zusam-0.0.13) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [zusam-0.0.12](https://github.com/truecharts/charts/compare/zusam-0.0.11...zusam-0.0.12) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [zusam-0.0.11](https://github.com/truecharts/charts/compare/zusam-0.0.9...zusam-0.0.11) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/incubator/zusam/0.0.17/Chart.lock b/incubator/zusam/0.0.17/Chart.lock deleted file mode 100644 index 39d9261e1dd..00000000000 --- a/incubator/zusam/0.0.17/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:14:18.444253034Z" diff --git a/incubator/zusam/0.0.17/Chart.yaml b/incubator/zusam/0.0.17/Chart.yaml deleted file mode 100644 index 524cf4415ab..00000000000 --- a/incubator/zusam/0.0.17/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.5.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Zusam is a free and open-source way to self-host private forums for groups of friends. -home: https://truecharts.org/docs/charts/incubator/zusam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zusam.png -keywords: - - zusam - - forum -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: zusam -sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/zusam - - https://github.com/zusam/zusam - - https://hub.docker.com/r/zusam/zusam -version: 0.0.17 -annotations: - truecharts.org/catagories: | - - chat - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/incubator/zusam/0.0.17/README.md b/incubator/zusam/0.0.17/README.md deleted file mode 100644 index b1c09f10c62..00000000000 --- a/incubator/zusam/0.0.17/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# zusam - -Zusam is a free and open-source way to self-host private forums for groups of friends. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [zusam](https://truecharts.org/docs/charts/incubator/zusam) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `zusam` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install zusam TrueCharts/zusam -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `zusam` deployment - -```console -helm uninstall zusam -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install zusam \ - --set env.TZ="America/New York" \ - TrueCharts/zusam -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install zusam TrueCharts/zusam -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/incubator/zusam/0.0.17/charts/common-10.7.0.tgz b/incubator/zusam/0.0.17/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/incubator/zusam/0.0.17/charts/common-10.7.0.tgz and /dev/null differ diff --git a/incubator/zusam/0.0.18/CHANGELOG.md b/incubator/zusam/0.0.18/CHANGELOG.md new file mode 100644 index 00000000000..e601e67194c --- /dev/null +++ b/incubator/zusam/0.0.18/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [zusam-0.0.18](https://github.com/truecharts/charts/compare/zusam-0.0.17...zusam-0.0.18) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zusam-0.0.17](https://github.com/truecharts/charts/compare/zusam-0.0.16...zusam-0.0.17) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [zusam-0.0.16](https://github.com/truecharts/charts/compare/zusam-0.0.15...zusam-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zusam-0.0.16](https://github.com/truecharts/charts/compare/zusam-0.0.15...zusam-0.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zusam-0.0.15](https://github.com/truecharts/charts/compare/zusam-0.0.14...zusam-0.0.15) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zusam-0.0.14](https://github.com/truecharts/charts/compare/zusam-0.0.13...zusam-0.0.14) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [zusam-0.0.13](https://github.com/truecharts/charts/compare/zusam-0.0.12...zusam-0.0.13) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [zusam-0.0.12](https://github.com/truecharts/charts/compare/zusam-0.0.11...zusam-0.0.12) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [zusam-0.0.11](https://github.com/truecharts/charts/compare/zusam-0.0.9...zusam-0.0.11) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/incubator/zusam/0.0.18/Chart.lock b/incubator/zusam/0.0.18/Chart.lock new file mode 100644 index 00000000000..2da6c53658a --- /dev/null +++ b/incubator/zusam/0.0.18/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:57:44.27633483Z" diff --git a/incubator/zusam/0.0.18/Chart.yaml b/incubator/zusam/0.0.18/Chart.yaml new file mode 100644 index 00000000000..b0b14d5d796 --- /dev/null +++ b/incubator/zusam/0.0.18/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.5.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Zusam is a free and open-source way to self-host private forums for groups of friends. +home: https://truecharts.org/docs/charts/incubator/zusam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zusam.png +keywords: + - zusam + - forum +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: zusam +sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/zusam + - https://github.com/zusam/zusam + - https://hub.docker.com/r/zusam/zusam +version: 0.0.18 +annotations: + truecharts.org/catagories: | + - chat + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/incubator/zusam/0.0.18/README.md b/incubator/zusam/0.0.18/README.md new file mode 100644 index 00000000000..0df29315cac --- /dev/null +++ b/incubator/zusam/0.0.18/README.md @@ -0,0 +1,107 @@ +# zusam + +Zusam is a free and open-source way to self-host private forums for groups of friends. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zusam](https://truecharts.org/docs/charts/incubator/zusam) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zusam` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zusam TrueCharts/zusam +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zusam` deployment + +```console +helm uninstall zusam +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zusam \ + --set env.TZ="America/New York" \ + TrueCharts/zusam +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zusam TrueCharts/zusam -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/incubator/zusam/0.0.17/app-readme.md b/incubator/zusam/0.0.18/app-readme.md similarity index 100% rename from incubator/zusam/0.0.17/app-readme.md rename to incubator/zusam/0.0.18/app-readme.md diff --git a/incubator/zusam/0.0.18/charts/common-10.7.1.tgz b/incubator/zusam/0.0.18/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/incubator/zusam/0.0.18/charts/common-10.7.1.tgz differ diff --git a/incubator/zusam/0.0.17/ix_values.yaml b/incubator/zusam/0.0.18/ix_values.yaml similarity index 100% rename from incubator/zusam/0.0.17/ix_values.yaml rename to incubator/zusam/0.0.18/ix_values.yaml diff --git a/incubator/zusam/0.0.17/questions.yaml b/incubator/zusam/0.0.18/questions.yaml similarity index 100% rename from incubator/zusam/0.0.17/questions.yaml rename to incubator/zusam/0.0.18/questions.yaml diff --git a/incubator/zusam/0.0.17/templates/common.yaml b/incubator/zusam/0.0.18/templates/common.yaml similarity index 100% rename from incubator/zusam/0.0.17/templates/common.yaml rename to incubator/zusam/0.0.18/templates/common.yaml diff --git a/incubator/zusam/0.0.17/values.yaml b/incubator/zusam/0.0.18/values.yaml similarity index 100% rename from incubator/zusam/0.0.17/values.yaml rename to incubator/zusam/0.0.18/values.yaml diff --git a/stable/adguard-home/2.0.12/CHANGELOG.md b/stable/adguard-home/2.0.12/CHANGELOG.md deleted file mode 100644 index 42bd9efc9a8..00000000000 --- a/stable/adguard-home/2.0.12/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [adguard-home-2.0.12](https://github.com/truecharts/charts/compare/adguard-home-2.0.11...adguard-home-2.0.12) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [adguard-home-2.0.11](https://github.com/truecharts/charts/compare/adguard-home-2.0.10...adguard-home-2.0.11) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguard-home-2.0.11](https://github.com/truecharts/charts/compare/adguard-home-2.0.10...adguard-home-2.0.11) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguard-home-2.0.10](https://github.com/truecharts/charts/compare/adguard-home-2.0.9...adguard-home-2.0.10) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [adguard-home-2.0.9](https://github.com/truecharts/charts/compare/adguard-home-2.0.8...adguard-home-2.0.9) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [adguard-home-2.0.8](https://github.com/truecharts/charts/compare/adguard-home-2.0.6...adguard-home-2.0.8) (2022-10-02) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - ### Fix - -- Change port on main service ([#3987](https://github.com/truecharts/charts/issues/3987)) - - - - -## [adguard-home-2.0.6](https://github.com/truecharts/charts/compare/adguard-home-2.0.5...adguard-home-2.0.6) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [adguard-home-2.0.5](https://github.com/truecharts/charts/compare/adguard-home-2.0.4...adguard-home-2.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [adguard-home-2.0.4](https://github.com/truecharts/charts/compare/adguard-home-2.0.3...adguard-home-2.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - diff --git a/stable/adguard-home/2.0.12/Chart.lock b/stable/adguard-home/2.0.12/Chart.lock deleted file mode 100644 index e5ef282671e..00000000000 --- a/stable/adguard-home/2.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:14:33.384826841Z" diff --git a/stable/adguard-home/2.0.12/Chart.yaml b/stable/adguard-home/2.0.12/Chart.yaml deleted file mode 100644 index d64a9968500..00000000000 --- a/stable/adguard-home/2.0.12/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.107.16" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Free and open source, powerful network-wide ads & trackers blocking DNS server. -home: https://truecharts.org/docs/charts/stable/adguard-home -icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png -keywords: - - adblock - - adguard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: adguard-home -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - - https://hub.docker.com/r/adguard/adguardhome -version: 2.0.12 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/adguard-home/2.0.12/README.md b/stable/adguard-home/2.0.12/README.md deleted file mode 100644 index f57b0a2f99c..00000000000 --- a/stable/adguard-home/2.0.12/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# adguard-home - -Free and open source, powerful network-wide ads & trackers blocking DNS server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [adguard-home](https://truecharts.org/docs/charts/stable/adguard-home) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `adguard-home` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install adguard-home TrueCharts/adguard-home -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `adguard-home` deployment - -```console -helm uninstall adguard-home -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install adguard-home \ - --set env.TZ="America/New York" \ - TrueCharts/adguard-home -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install adguard-home TrueCharts/adguard-home -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/adguard-home/2.0.12/charts/common-10.7.0.tgz b/stable/adguard-home/2.0.12/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/adguard-home/2.0.12/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/adguard-home/2.0.13/CHANGELOG.md b/stable/adguard-home/2.0.13/CHANGELOG.md new file mode 100644 index 00000000000..078fa96d5c8 --- /dev/null +++ b/stable/adguard-home/2.0.13/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [adguard-home-2.0.13](https://github.com/truecharts/charts/compare/adguard-home-2.0.12...adguard-home-2.0.13) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [adguard-home-2.0.12](https://github.com/truecharts/charts/compare/adguard-home-2.0.11...adguard-home-2.0.12) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [adguard-home-2.0.11](https://github.com/truecharts/charts/compare/adguard-home-2.0.10...adguard-home-2.0.11) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguard-home-2.0.11](https://github.com/truecharts/charts/compare/adguard-home-2.0.10...adguard-home-2.0.11) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguard-home-2.0.10](https://github.com/truecharts/charts/compare/adguard-home-2.0.9...adguard-home-2.0.10) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [adguard-home-2.0.9](https://github.com/truecharts/charts/compare/adguard-home-2.0.8...adguard-home-2.0.9) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [adguard-home-2.0.8](https://github.com/truecharts/charts/compare/adguard-home-2.0.6...adguard-home-2.0.8) (2022-10-02) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + + ### Fix + +- Change port on main service ([#3987](https://github.com/truecharts/charts/issues/3987)) + + + + +## [adguard-home-2.0.6](https://github.com/truecharts/charts/compare/adguard-home-2.0.5...adguard-home-2.0.6) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [adguard-home-2.0.5](https://github.com/truecharts/charts/compare/adguard-home-2.0.4...adguard-home-2.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + diff --git a/stable/adguard-home/2.0.13/Chart.lock b/stable/adguard-home/2.0.13/Chart.lock new file mode 100644 index 00000000000..2077185b319 --- /dev/null +++ b/stable/adguard-home/2.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:57:45.368797031Z" diff --git a/stable/adguard-home/2.0.13/Chart.yaml b/stable/adguard-home/2.0.13/Chart.yaml new file mode 100644 index 00000000000..3c329f12d84 --- /dev/null +++ b/stable/adguard-home/2.0.13/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.107.16" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Free and open source, powerful network-wide ads & trackers blocking DNS server. +home: https://truecharts.org/docs/charts/stable/adguard-home +icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png +keywords: + - adblock + - adguard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: adguard-home +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home + - https://hub.docker.com/r/adguard/adguardhome +version: 2.0.13 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/adguard-home/2.0.13/README.md b/stable/adguard-home/2.0.13/README.md new file mode 100644 index 00000000000..a9ac3d8c90a --- /dev/null +++ b/stable/adguard-home/2.0.13/README.md @@ -0,0 +1,106 @@ +# adguard-home + +Free and open source, powerful network-wide ads & trackers blocking DNS server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [adguard-home](https://truecharts.org/docs/charts/stable/adguard-home) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `adguard-home` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install adguard-home TrueCharts/adguard-home +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `adguard-home` deployment + +```console +helm uninstall adguard-home +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install adguard-home \ + --set env.TZ="America/New York" \ + TrueCharts/adguard-home +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install adguard-home TrueCharts/adguard-home -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/adguard-home/2.0.12/app-readme.md b/stable/adguard-home/2.0.13/app-readme.md similarity index 100% rename from stable/adguard-home/2.0.12/app-readme.md rename to stable/adguard-home/2.0.13/app-readme.md diff --git a/stable/adguard-home/2.0.13/charts/common-10.7.1.tgz b/stable/adguard-home/2.0.13/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/adguard-home/2.0.13/charts/common-10.7.1.tgz differ diff --git a/stable/adguard-home/2.0.12/ix_values.yaml b/stable/adguard-home/2.0.13/ix_values.yaml similarity index 100% rename from stable/adguard-home/2.0.12/ix_values.yaml rename to stable/adguard-home/2.0.13/ix_values.yaml diff --git a/stable/adguard-home/2.0.12/questions.yaml b/stable/adguard-home/2.0.13/questions.yaml similarity index 100% rename from stable/adguard-home/2.0.12/questions.yaml rename to stable/adguard-home/2.0.13/questions.yaml diff --git a/stable/adguard-home/2.0.12/templates/common.yaml b/stable/adguard-home/2.0.13/templates/common.yaml similarity index 100% rename from stable/adguard-home/2.0.12/templates/common.yaml rename to stable/adguard-home/2.0.13/templates/common.yaml diff --git a/stable/adguard-home/2.0.12/values.yaml b/stable/adguard-home/2.0.13/values.yaml similarity index 100% rename from stable/adguard-home/2.0.12/values.yaml rename to stable/adguard-home/2.0.13/values.yaml diff --git a/stable/airdcpp-webclient/3.0.38/CHANGELOG.md b/stable/airdcpp-webclient/3.0.38/CHANGELOG.md deleted file mode 100644 index 3bc5d51b823..00000000000 --- a/stable/airdcpp-webclient/3.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [airdcpp-webclient-3.0.38](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.37...airdcpp-webclient-3.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [airdcpp-webclient-3.0.37](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.36...airdcpp-webclient-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airdcpp-webclient-3.0.37](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.36...airdcpp-webclient-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airdcpp-webclient-3.0.36](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.35...airdcpp-webclient-3.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [airdcpp-webclient-3.0.35](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.34...airdcpp-webclient-3.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [airdcpp-webclient-3.0.34](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.33...airdcpp-webclient-3.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [airdcpp-webclient-3.0.33](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.32...airdcpp-webclient-3.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [airdcpp-webclient-3.0.33](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.32...airdcpp-webclient-3.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/airdcpp-webclient/3.0.38/Chart.lock b/stable/airdcpp-webclient/3.0.38/Chart.lock deleted file mode 100644 index 427485ccbf8..00000000000 --- a/stable/airdcpp-webclient/3.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:14:33.548861977Z" diff --git a/stable/airdcpp-webclient/3.0.38/Chart.yaml b/stable/airdcpp-webclient/3.0.38/Chart.yaml deleted file mode 100644 index 731794d3fcd..00000000000 --- a/stable/airdcpp-webclient/3.0.38/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.11.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. -home: https://truecharts.org/docs/charts/stable/airdcpp-webclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png -keywords: - - DC++ - - dcpp - - airdcpp -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: airdcpp-webclient -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient - - https://airdcpp-web.github.io/ - - https://github.com/airdcpp-web/airdcpp-webclient - - https://hub.docker.com/r/gangefors/airdcpp-webclient -type: application -version: 3.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/airdcpp-webclient/3.0.38/README.md b/stable/airdcpp-webclient/3.0.38/README.md deleted file mode 100644 index 73884951be8..00000000000 --- a/stable/airdcpp-webclient/3.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# airdcpp-webclient - -AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [airdcpp-webclient](https://truecharts.org/docs/charts/stable/airdcpp-webclient) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `airdcpp-webclient` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install airdcpp-webclient TrueCharts/airdcpp-webclient -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `airdcpp-webclient` deployment - -```console -helm uninstall airdcpp-webclient -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install airdcpp-webclient \ - --set env.TZ="America/New York" \ - TrueCharts/airdcpp-webclient -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install airdcpp-webclient TrueCharts/airdcpp-webclient -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/airdcpp-webclient/3.0.38/charts/common-10.7.0.tgz b/stable/airdcpp-webclient/3.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/airdcpp-webclient/3.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/airdcpp-webclient/3.0.39/CHANGELOG.md b/stable/airdcpp-webclient/3.0.39/CHANGELOG.md new file mode 100644 index 00000000000..1c2cb366c37 --- /dev/null +++ b/stable/airdcpp-webclient/3.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [airdcpp-webclient-3.0.39](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.38...airdcpp-webclient-3.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [airdcpp-webclient-3.0.38](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.37...airdcpp-webclient-3.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [airdcpp-webclient-3.0.37](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.36...airdcpp-webclient-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airdcpp-webclient-3.0.37](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.36...airdcpp-webclient-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airdcpp-webclient-3.0.36](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.35...airdcpp-webclient-3.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [airdcpp-webclient-3.0.35](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.34...airdcpp-webclient-3.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [airdcpp-webclient-3.0.34](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.33...airdcpp-webclient-3.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [airdcpp-webclient-3.0.33](https://github.com/truecharts/charts/compare/airdcpp-webclient-3.0.32...airdcpp-webclient-3.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/airdcpp-webclient/3.0.39/Chart.lock b/stable/airdcpp-webclient/3.0.39/Chart.lock new file mode 100644 index 00000000000..063e3a02121 --- /dev/null +++ b/stable/airdcpp-webclient/3.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:57:58.22629521Z" diff --git a/stable/airdcpp-webclient/3.0.39/Chart.yaml b/stable/airdcpp-webclient/3.0.39/Chart.yaml new file mode 100644 index 00000000000..1a3057c588a --- /dev/null +++ b/stable/airdcpp-webclient/3.0.39/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.11.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. +home: https://truecharts.org/docs/charts/stable/airdcpp-webclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png +keywords: + - DC++ + - dcpp + - airdcpp +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: airdcpp-webclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient + - https://airdcpp-web.github.io/ + - https://github.com/airdcpp-web/airdcpp-webclient + - https://hub.docker.com/r/gangefors/airdcpp-webclient +type: application +version: 3.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/airdcpp-webclient/3.0.39/README.md b/stable/airdcpp-webclient/3.0.39/README.md new file mode 100644 index 00000000000..7444a50b723 --- /dev/null +++ b/stable/airdcpp-webclient/3.0.39/README.md @@ -0,0 +1,108 @@ +# airdcpp-webclient + +AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [airdcpp-webclient](https://truecharts.org/docs/charts/stable/airdcpp-webclient) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `airdcpp-webclient` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install airdcpp-webclient TrueCharts/airdcpp-webclient +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `airdcpp-webclient` deployment + +```console +helm uninstall airdcpp-webclient +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install airdcpp-webclient \ + --set env.TZ="America/New York" \ + TrueCharts/airdcpp-webclient +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install airdcpp-webclient TrueCharts/airdcpp-webclient -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/airdcpp-webclient/3.0.38/app-readme.md b/stable/airdcpp-webclient/3.0.39/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/3.0.38/app-readme.md rename to stable/airdcpp-webclient/3.0.39/app-readme.md diff --git a/stable/airdcpp-webclient/3.0.39/charts/common-10.7.1.tgz b/stable/airdcpp-webclient/3.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/airdcpp-webclient/3.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/airdcpp-webclient/3.0.38/ix_values.yaml b/stable/airdcpp-webclient/3.0.39/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/3.0.38/ix_values.yaml rename to stable/airdcpp-webclient/3.0.39/ix_values.yaml diff --git a/stable/airdcpp-webclient/3.0.38/questions.yaml b/stable/airdcpp-webclient/3.0.39/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/3.0.38/questions.yaml rename to stable/airdcpp-webclient/3.0.39/questions.yaml diff --git a/stable/airdcpp-webclient/3.0.38/templates/common.yaml b/stable/airdcpp-webclient/3.0.39/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/3.0.38/templates/common.yaml rename to stable/airdcpp-webclient/3.0.39/templates/common.yaml diff --git a/stable/airdcpp-webclient/3.0.38/values.yaml b/stable/airdcpp-webclient/3.0.39/values.yaml similarity index 100% rename from stable/airdcpp-webclient/3.0.38/values.yaml rename to stable/airdcpp-webclient/3.0.39/values.yaml diff --git a/stable/airsonic-advanced/4.0.42/CHANGELOG.md b/stable/airsonic-advanced/4.0.42/CHANGELOG.md deleted file mode 100644 index b36e317f56a..00000000000 --- a/stable/airsonic-advanced/4.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [airsonic-advanced-4.0.42](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.41...airsonic-advanced-4.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [airsonic-advanced-4.0.41](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-advanced-4.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airsonic-advanced-4.0.41](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-advanced-4.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airsonic-advanced-4.0.40](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.39...airsonic-advanced-4.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [airsonic-advanced-4.0.38](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.37...airsonic-advanced-4.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [airsonic-advanced-4.0.37](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.36...airsonic-advanced-4.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [airsonic-advanced-4.0.36](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-advanced-4.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [airsonic-advanced-4.0.36](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-advanced-4.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/airsonic-advanced/4.0.42/Chart.lock b/stable/airsonic-advanced/4.0.42/Chart.lock deleted file mode 100644 index 5e5aef77417..00000000000 --- a/stable/airsonic-advanced/4.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:15:03.22085107Z" diff --git a/stable/airsonic-advanced/4.0.42/Chart.yaml b/stable/airsonic-advanced/4.0.42/Chart.yaml deleted file mode 100644 index c1f141b857d..00000000000 --- a/stable/airsonic-advanced/4.0.42/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "11.0.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/docs/charts/stable/airsonic-advanced -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png -keywords: - - airsonic -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: airsonic-advanced -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced - - https://github.com/airsonic/airsonic-advanced - - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced -version: 4.0.42 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/airsonic-advanced/4.0.42/README.md b/stable/airsonic-advanced/4.0.42/README.md deleted file mode 100644 index 7fece470c8e..00000000000 --- a/stable/airsonic-advanced/4.0.42/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# airsonic-advanced - -Airsonic is a Free and Open Source community driven media server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [airsonic-advanced](https://truecharts.org/docs/charts/stable/airsonic-advanced) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `airsonic-advanced` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install airsonic-advanced TrueCharts/airsonic-advanced -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `airsonic-advanced` deployment - -```console -helm uninstall airsonic-advanced -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install airsonic-advanced \ - --set env.TZ="America/New York" \ - TrueCharts/airsonic-advanced -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install airsonic-advanced TrueCharts/airsonic-advanced -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/airsonic-advanced/4.0.42/charts/common-10.7.0.tgz b/stable/airsonic-advanced/4.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/airsonic-advanced/4.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/4.0.42/charts/postgresql-8.0.97.tgz b/stable/airsonic-advanced/4.0.42/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/airsonic-advanced/4.0.42/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/4.0.43/CHANGELOG.md b/stable/airsonic-advanced/4.0.43/CHANGELOG.md new file mode 100644 index 00000000000..9496dd5c2ef --- /dev/null +++ b/stable/airsonic-advanced/4.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [airsonic-advanced-4.0.43](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.42...airsonic-advanced-4.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [airsonic-advanced-4.0.42](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.41...airsonic-advanced-4.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [airsonic-advanced-4.0.41](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-advanced-4.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airsonic-advanced-4.0.41](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-advanced-4.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airsonic-advanced-4.0.40](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.39...airsonic-advanced-4.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [airsonic-advanced-4.0.38](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.37...airsonic-advanced-4.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [airsonic-advanced-4.0.37](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.36...airsonic-advanced-4.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [airsonic-advanced-4.0.36](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-advanced-4.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/airsonic-advanced/4.0.43/Chart.lock b/stable/airsonic-advanced/4.0.43/Chart.lock new file mode 100644 index 00000000000..9e44115ed63 --- /dev/null +++ b/stable/airsonic-advanced/4.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T12:58:28.45890054Z" diff --git a/stable/airsonic-advanced/4.0.43/Chart.yaml b/stable/airsonic-advanced/4.0.43/Chart.yaml new file mode 100644 index 00000000000..c36821bb507 --- /dev/null +++ b/stable/airsonic-advanced/4.0.43/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "11.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/docs/charts/stable/airsonic-advanced +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png +keywords: + - airsonic +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: airsonic-advanced +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced + - https://github.com/airsonic/airsonic-advanced + - https://hub.docker.com/r/airsonicadvanced/airsonic-advanced +version: 4.0.43 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/airsonic-advanced/4.0.43/README.md b/stable/airsonic-advanced/4.0.43/README.md new file mode 100644 index 00000000000..ab56f270317 --- /dev/null +++ b/stable/airsonic-advanced/4.0.43/README.md @@ -0,0 +1,108 @@ +# airsonic-advanced + +Airsonic is a Free and Open Source community driven media server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [airsonic-advanced](https://truecharts.org/docs/charts/stable/airsonic-advanced) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `airsonic-advanced` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install airsonic-advanced TrueCharts/airsonic-advanced +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `airsonic-advanced` deployment + +```console +helm uninstall airsonic-advanced +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install airsonic-advanced \ + --set env.TZ="America/New York" \ + TrueCharts/airsonic-advanced +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install airsonic-advanced TrueCharts/airsonic-advanced -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/airsonic-advanced/4.0.42/app-readme.md b/stable/airsonic-advanced/4.0.43/app-readme.md similarity index 100% rename from stable/airsonic-advanced/4.0.42/app-readme.md rename to stable/airsonic-advanced/4.0.43/app-readme.md diff --git a/stable/airsonic-advanced/4.0.43/charts/common-10.7.1.tgz b/stable/airsonic-advanced/4.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/airsonic-advanced/4.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/airsonic-advanced/4.0.43/charts/postgresql-8.0.101.tgz b/stable/airsonic-advanced/4.0.43/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/airsonic-advanced/4.0.43/charts/postgresql-8.0.101.tgz differ diff --git a/stable/airsonic-advanced/4.0.42/ix_values.yaml b/stable/airsonic-advanced/4.0.43/ix_values.yaml similarity index 100% rename from stable/airsonic-advanced/4.0.42/ix_values.yaml rename to stable/airsonic-advanced/4.0.43/ix_values.yaml diff --git a/stable/airsonic-advanced/4.0.42/questions.yaml b/stable/airsonic-advanced/4.0.43/questions.yaml similarity index 100% rename from stable/airsonic-advanced/4.0.42/questions.yaml rename to stable/airsonic-advanced/4.0.43/questions.yaml diff --git a/stable/airsonic-advanced/4.0.42/templates/common.yaml b/stable/airsonic-advanced/4.0.43/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/4.0.42/templates/common.yaml rename to stable/airsonic-advanced/4.0.43/templates/common.yaml diff --git a/stable/airsonic-advanced/4.0.42/values.yaml b/stable/airsonic-advanced/4.0.43/values.yaml similarity index 100% rename from stable/airsonic-advanced/4.0.42/values.yaml rename to stable/airsonic-advanced/4.0.43/values.yaml diff --git a/stable/airsonic/6.0.36/CHANGELOG.md b/stable/airsonic/6.0.36/CHANGELOG.md deleted file mode 100644 index 6f2967ef6d3..00000000000 --- a/stable/airsonic/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [airsonic-6.0.36](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.41...airsonic-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [airsonic-6.0.35](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airsonic-6.0.35](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [airsonic-6.0.34](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.39...airsonic-6.0.34) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [airsonic-6.0.33](https://github.com/truecharts/charts/compare/airsonic-6.0.32...airsonic-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [airsonic-6.0.32](https://github.com/truecharts/charts/compare/airsonic-6.0.31...airsonic-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [airsonic-6.0.31](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [airsonic-6.0.31](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/airsonic/6.0.36/Chart.lock b/stable/airsonic/6.0.36/Chart.lock deleted file mode 100644 index 58e65ad4d72..00000000000 --- a/stable/airsonic/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:14:47.312519074Z" diff --git a/stable/airsonic/6.0.36/Chart.yaml b/stable/airsonic/6.0.36/Chart.yaml deleted file mode 100644 index 09a5481bcce..00000000000 --- a/stable/airsonic/6.0.36/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "10.6.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Airsonic is a Free and Open Source community driven media server -home: https://truecharts.org/docs/charts/stable/airsonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png -keywords: - - airsonic -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: airsonic -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic - - https://github.com/airsonic/airsonic - - https://github.com/linuxserver/docker-airsonic - - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/airsonic/6.0.36/README.md b/stable/airsonic/6.0.36/README.md deleted file mode 100644 index 3c251e19bbe..00000000000 --- a/stable/airsonic/6.0.36/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# airsonic - -Airsonic is a Free and Open Source community driven media server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [airsonic](https://truecharts.org/docs/charts/stable/airsonic) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `airsonic` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install airsonic TrueCharts/airsonic -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `airsonic` deployment - -```console -helm uninstall airsonic -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install airsonic \ - --set env.TZ="America/New York" \ - TrueCharts/airsonic -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install airsonic TrueCharts/airsonic -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/airsonic/6.0.36/charts/common-10.7.0.tgz b/stable/airsonic/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/airsonic/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/airsonic/6.0.37/CHANGELOG.md b/stable/airsonic/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..094d59afb0d --- /dev/null +++ b/stable/airsonic/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [airsonic-6.0.37](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.42...airsonic-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [airsonic-6.0.36](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.41...airsonic-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [airsonic-6.0.35](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airsonic-6.0.35](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.40...airsonic-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [airsonic-6.0.34](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.39...airsonic-6.0.34) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [airsonic-6.0.33](https://github.com/truecharts/charts/compare/airsonic-6.0.32...airsonic-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [airsonic-6.0.32](https://github.com/truecharts/charts/compare/airsonic-6.0.31...airsonic-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [airsonic-6.0.31](https://github.com/truecharts/charts/compare/airsonic-advanced-4.0.35...airsonic-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/airsonic/6.0.37/Chart.lock b/stable/airsonic/6.0.37/Chart.lock new file mode 100644 index 00000000000..ae6d4f9ff5a --- /dev/null +++ b/stable/airsonic/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:58:06.553906591Z" diff --git a/stable/airsonic/6.0.37/Chart.yaml b/stable/airsonic/6.0.37/Chart.yaml new file mode 100644 index 00000000000..1910be31ac5 --- /dev/null +++ b/stable/airsonic/6.0.37/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "10.6.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Airsonic is a Free and Open Source community driven media server +home: https://truecharts.org/docs/charts/stable/airsonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png +keywords: + - airsonic +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: airsonic +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/airsonic + - https://github.com/airsonic/airsonic + - https://github.com/linuxserver/docker-airsonic + - https://github.com/k8s-at-home/charts/tree/master/charts/airsonic +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/airsonic/6.0.37/README.md b/stable/airsonic/6.0.37/README.md new file mode 100644 index 00000000000..923eb93f8f3 --- /dev/null +++ b/stable/airsonic/6.0.37/README.md @@ -0,0 +1,108 @@ +# airsonic + +Airsonic is a Free and Open Source community driven media server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [airsonic](https://truecharts.org/docs/charts/stable/airsonic) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `airsonic` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install airsonic TrueCharts/airsonic +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `airsonic` deployment + +```console +helm uninstall airsonic +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install airsonic \ + --set env.TZ="America/New York" \ + TrueCharts/airsonic +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install airsonic TrueCharts/airsonic -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/airsonic/6.0.36/app-readme.md b/stable/airsonic/6.0.37/app-readme.md similarity index 100% rename from stable/airsonic/6.0.36/app-readme.md rename to stable/airsonic/6.0.37/app-readme.md diff --git a/stable/airsonic/6.0.37/charts/common-10.7.1.tgz b/stable/airsonic/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/airsonic/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/airsonic/6.0.36/ix_values.yaml b/stable/airsonic/6.0.37/ix_values.yaml similarity index 100% rename from stable/airsonic/6.0.36/ix_values.yaml rename to stable/airsonic/6.0.37/ix_values.yaml diff --git a/stable/airsonic/6.0.36/questions.yaml b/stable/airsonic/6.0.37/questions.yaml similarity index 100% rename from stable/airsonic/6.0.36/questions.yaml rename to stable/airsonic/6.0.37/questions.yaml diff --git a/stable/airsonic/6.0.36/templates/common.yaml b/stable/airsonic/6.0.37/templates/common.yaml similarity index 100% rename from stable/airsonic/6.0.36/templates/common.yaml rename to stable/airsonic/6.0.37/templates/common.yaml diff --git a/stable/airsonic/6.0.36/values.yaml b/stable/airsonic/6.0.37/values.yaml similarity index 100% rename from stable/airsonic/6.0.36/values.yaml rename to stable/airsonic/6.0.37/values.yaml diff --git a/stable/alist/2.0.43/CHANGELOG.md b/stable/alist/2.0.43/CHANGELOG.md deleted file mode 100644 index 2a53d07ea9e..00000000000 --- a/stable/alist/2.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [alist-2.0.43](https://github.com/truecharts/charts/compare/alist-2.0.42...alist-2.0.43) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [alist-2.0.42](https://github.com/truecharts/charts/compare/alist-2.0.41...alist-2.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [alist-2.0.41](https://github.com/truecharts/charts/compare/alist-2.0.39...alist-2.0.41) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [alist-2.0.40](https://github.com/truecharts/charts/compare/alist-2.0.39...alist-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [alist-2.0.39](https://github.com/truecharts/charts/compare/alist-2.0.38...alist-2.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [alist-2.0.38](https://github.com/truecharts/charts/compare/alist-2.0.37...alist-2.0.38) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [alist-2.0.37](https://github.com/truecharts/charts/compare/alist-2.0.36...alist-2.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [alist-2.0.36](https://github.com/truecharts/charts/compare/alist-2.0.35...alist-2.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [alist-2.0.35](https://github.com/truecharts/charts/compare/alist-2.0.34...alist-2.0.35) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/alist to v3.0.1 ([#3861](https://github.com/truecharts/charts/issues/3861)) - - - - -## [alist-2.0.34](https://github.com/truecharts/charts/compare/alist-2.0.33...alist-2.0.34) (2022-09-22) diff --git a/stable/alist/2.0.43/Chart.lock b/stable/alist/2.0.43/Chart.lock deleted file mode 100644 index 96915cf666f..00000000000 --- a/stable/alist/2.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:15:46.776318849Z" diff --git a/stable/alist/2.0.43/Chart.yaml b/stable/alist/2.0.43/Chart.yaml deleted file mode 100644 index 3b8f780ce62..00000000000 --- a/stable/alist/2.0.43/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: alist -version: 2.0.43 -appVersion: "3.2.0" -description: Alist program that supports multiple storage, powered by Gin and React -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/alist -icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png -keywords: - - alist - - storage - - webdav - - google driver - - aliyun driver - - baiduyun -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/alist - - https://github.com/Xhofe/alist -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/alist/2.0.43/README.md b/stable/alist/2.0.43/README.md deleted file mode 100644 index 65a199ce3aa..00000000000 --- a/stable/alist/2.0.43/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# alist - -Alist program that supports multiple storage, powered by Gin and React - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [alist](https://truecharts.org/docs/charts/stable/alist) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `alist` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install alist TrueCharts/alist -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `alist` deployment - -```console -helm uninstall alist -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install alist \ - --set env.TZ="America/New York" \ - TrueCharts/alist -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install alist TrueCharts/alist -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/alist/2.0.43/charts/common-10.7.0.tgz b/stable/alist/2.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/alist/2.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/alist/2.0.44/CHANGELOG.md b/stable/alist/2.0.44/CHANGELOG.md new file mode 100644 index 00000000000..d07e62251da --- /dev/null +++ b/stable/alist/2.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [alist-2.0.44](https://github.com/truecharts/charts/compare/alist-2.0.43...alist-2.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [alist-2.0.43](https://github.com/truecharts/charts/compare/alist-2.0.42...alist-2.0.43) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [alist-2.0.42](https://github.com/truecharts/charts/compare/alist-2.0.41...alist-2.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [alist-2.0.41](https://github.com/truecharts/charts/compare/alist-2.0.39...alist-2.0.41) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [alist-2.0.40](https://github.com/truecharts/charts/compare/alist-2.0.39...alist-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [alist-2.0.39](https://github.com/truecharts/charts/compare/alist-2.0.38...alist-2.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [alist-2.0.38](https://github.com/truecharts/charts/compare/alist-2.0.37...alist-2.0.38) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [alist-2.0.37](https://github.com/truecharts/charts/compare/alist-2.0.36...alist-2.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [alist-2.0.36](https://github.com/truecharts/charts/compare/alist-2.0.35...alist-2.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [alist-2.0.35](https://github.com/truecharts/charts/compare/alist-2.0.34...alist-2.0.35) (2022-09-24) diff --git a/stable/alist/2.0.44/Chart.lock b/stable/alist/2.0.44/Chart.lock new file mode 100644 index 00000000000..96c583a1342 --- /dev/null +++ b/stable/alist/2.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:58:17.478655444Z" diff --git a/stable/alist/2.0.44/Chart.yaml b/stable/alist/2.0.44/Chart.yaml new file mode 100644 index 00000000000..fdb0343c955 --- /dev/null +++ b/stable/alist/2.0.44/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: alist +version: 2.0.44 +appVersion: "3.2.0" +description: Alist program that supports multiple storage, powered by Gin and React +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/alist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.png +keywords: + - alist + - storage + - webdav + - google driver + - aliyun driver + - baiduyun +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/alist + - https://github.com/Xhofe/alist +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/alist/2.0.44/README.md b/stable/alist/2.0.44/README.md new file mode 100644 index 00000000000..d9b52bb0ebc --- /dev/null +++ b/stable/alist/2.0.44/README.md @@ -0,0 +1,106 @@ +# alist + +Alist program that supports multiple storage, powered by Gin and React + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [alist](https://truecharts.org/docs/charts/stable/alist) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `alist` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install alist TrueCharts/alist +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `alist` deployment + +```console +helm uninstall alist +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install alist \ + --set env.TZ="America/New York" \ + TrueCharts/alist +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install alist TrueCharts/alist -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/alist/2.0.43/app-readme.md b/stable/alist/2.0.44/app-readme.md similarity index 100% rename from stable/alist/2.0.43/app-readme.md rename to stable/alist/2.0.44/app-readme.md diff --git a/stable/alist/2.0.44/charts/common-10.7.1.tgz b/stable/alist/2.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/alist/2.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/alist/2.0.43/ix_values.yaml b/stable/alist/2.0.44/ix_values.yaml similarity index 100% rename from stable/alist/2.0.43/ix_values.yaml rename to stable/alist/2.0.44/ix_values.yaml diff --git a/stable/alist/2.0.43/questions.yaml b/stable/alist/2.0.44/questions.yaml similarity index 100% rename from stable/alist/2.0.43/questions.yaml rename to stable/alist/2.0.44/questions.yaml diff --git a/stable/alist/2.0.43/templates/common.yaml b/stable/alist/2.0.44/templates/common.yaml similarity index 100% rename from stable/alist/2.0.43/templates/common.yaml rename to stable/alist/2.0.44/templates/common.yaml diff --git a/stable/alist/2.0.43/values.yaml b/stable/alist/2.0.44/values.yaml similarity index 100% rename from stable/alist/2.0.43/values.yaml rename to stable/alist/2.0.44/values.yaml diff --git a/stable/amcrest2mqtt/4.0.37/CHANGELOG.md b/stable/amcrest2mqtt/4.0.37/CHANGELOG.md deleted file mode 100644 index 5610754d7f8..00000000000 --- a/stable/amcrest2mqtt/4.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [amcrest2mqtt-4.0.37](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.36...amcrest2mqtt-4.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [amcrest2mqtt-4.0.36](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.35...amcrest2mqtt-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amcrest2mqtt-4.0.36](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.35...amcrest2mqtt-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [amcrest2mqtt-4.0.35](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.34...amcrest2mqtt-4.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [amcrest2mqtt-4.0.34](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.33...amcrest2mqtt-4.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [amcrest2mqtt-4.0.33](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.32...amcrest2mqtt-4.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [amcrest2mqtt-4.0.32](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.31...amcrest2mqtt-4.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [amcrest2mqtt-4.0.32](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.31...amcrest2mqtt-4.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/amcrest2mqtt/4.0.37/Chart.lock b/stable/amcrest2mqtt/4.0.37/Chart.lock deleted file mode 100644 index dd8504d663f..00000000000 --- a/stable/amcrest2mqtt/4.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:15:03.194315287Z" diff --git a/stable/amcrest2mqtt/4.0.37/Chart.yaml b/stable/amcrest2mqtt/4.0.37/Chart.yaml deleted file mode 100644 index c4afdb88090..00000000000 --- a/stable/amcrest2mqtt/4.0.37/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.16" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Expose all events from an Amcrest device to an MQTT broker -home: https://truecharts.org/docs/charts/stable/amcrest2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png -keywords: - - amcrest2mqtt -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: amcrest2mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt - - https://github.com/dchesterton/amcrest2mqtt -version: 4.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/amcrest2mqtt/4.0.37/README.md b/stable/amcrest2mqtt/4.0.37/README.md deleted file mode 100644 index 60d41fda6d5..00000000000 --- a/stable/amcrest2mqtt/4.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# amcrest2mqtt - -Expose all events from an Amcrest device to an MQTT broker - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [amcrest2mqtt](https://truecharts.org/docs/charts/stable/amcrest2mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `amcrest2mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install amcrest2mqtt TrueCharts/amcrest2mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `amcrest2mqtt` deployment - -```console -helm uninstall amcrest2mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install amcrest2mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/amcrest2mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install amcrest2mqtt TrueCharts/amcrest2mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/amcrest2mqtt/4.0.37/charts/common-10.7.0.tgz b/stable/amcrest2mqtt/4.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/amcrest2mqtt/4.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/amcrest2mqtt/4.0.38/CHANGELOG.md b/stable/amcrest2mqtt/4.0.38/CHANGELOG.md new file mode 100644 index 00000000000..6334a992c32 --- /dev/null +++ b/stable/amcrest2mqtt/4.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [amcrest2mqtt-4.0.38](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.37...amcrest2mqtt-4.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [amcrest2mqtt-4.0.37](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.36...amcrest2mqtt-4.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [amcrest2mqtt-4.0.36](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.35...amcrest2mqtt-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amcrest2mqtt-4.0.36](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.35...amcrest2mqtt-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [amcrest2mqtt-4.0.35](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.34...amcrest2mqtt-4.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [amcrest2mqtt-4.0.34](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.33...amcrest2mqtt-4.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [amcrest2mqtt-4.0.33](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.32...amcrest2mqtt-4.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [amcrest2mqtt-4.0.32](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.31...amcrest2mqtt-4.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [amcrest2mqtt-4.0.32](https://github.com/truecharts/charts/compare/amcrest2mqtt-4.0.31...amcrest2mqtt-4.0.32) (2022-09-21) diff --git a/stable/amcrest2mqtt/4.0.38/Chart.lock b/stable/amcrest2mqtt/4.0.38/Chart.lock new file mode 100644 index 00000000000..498d92c6894 --- /dev/null +++ b/stable/amcrest2mqtt/4.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:58:29.275747535Z" diff --git a/stable/amcrest2mqtt/4.0.38/Chart.yaml b/stable/amcrest2mqtt/4.0.38/Chart.yaml new file mode 100644 index 00000000000..6cc6bf348ff --- /dev/null +++ b/stable/amcrest2mqtt/4.0.38/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "1.0.16" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Expose all events from an Amcrest device to an MQTT broker +home: https://truecharts.org/docs/charts/stable/amcrest2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png +keywords: + - amcrest2mqtt +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: amcrest2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt + - https://github.com/dchesterton/amcrest2mqtt +version: 4.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/amcrest2mqtt/4.0.38/README.md b/stable/amcrest2mqtt/4.0.38/README.md new file mode 100644 index 00000000000..79eaf2918c2 --- /dev/null +++ b/stable/amcrest2mqtt/4.0.38/README.md @@ -0,0 +1,106 @@ +# amcrest2mqtt + +Expose all events from an Amcrest device to an MQTT broker + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [amcrest2mqtt](https://truecharts.org/docs/charts/stable/amcrest2mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `amcrest2mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install amcrest2mqtt TrueCharts/amcrest2mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `amcrest2mqtt` deployment + +```console +helm uninstall amcrest2mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install amcrest2mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/amcrest2mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install amcrest2mqtt TrueCharts/amcrest2mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/amcrest2mqtt/4.0.37/app-readme.md b/stable/amcrest2mqtt/4.0.38/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/4.0.37/app-readme.md rename to stable/amcrest2mqtt/4.0.38/app-readme.md diff --git a/stable/amcrest2mqtt/4.0.38/charts/common-10.7.1.tgz b/stable/amcrest2mqtt/4.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/amcrest2mqtt/4.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/amcrest2mqtt/4.0.37/ix_values.yaml b/stable/amcrest2mqtt/4.0.38/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/4.0.37/ix_values.yaml rename to stable/amcrest2mqtt/4.0.38/ix_values.yaml diff --git a/stable/amcrest2mqtt/4.0.37/questions.yaml b/stable/amcrest2mqtt/4.0.38/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/4.0.37/questions.yaml rename to stable/amcrest2mqtt/4.0.38/questions.yaml diff --git a/stable/amcrest2mqtt/4.0.37/templates/common.yaml b/stable/amcrest2mqtt/4.0.38/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/4.0.37/templates/common.yaml rename to stable/amcrest2mqtt/4.0.38/templates/common.yaml diff --git a/stable/amcrest2mqtt/4.0.37/values.yaml b/stable/amcrest2mqtt/4.0.38/values.yaml similarity index 100% rename from stable/amcrest2mqtt/4.0.37/values.yaml rename to stable/amcrest2mqtt/4.0.38/values.yaml diff --git a/stable/anonaddy/9.0.53/CHANGELOG.md b/stable/anonaddy/9.0.53/CHANGELOG.md deleted file mode 100644 index 029b9415743..00000000000 --- a/stable/anonaddy/9.0.53/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [anonaddy-9.0.53](https://github.com/truecharts/charts/compare/anonaddy-9.0.52...anonaddy-9.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [anonaddy-9.0.52](https://github.com/truecharts/charts/compare/anonaddy-9.0.51...anonaddy-9.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anonaddy-9.0.52](https://github.com/truecharts/charts/compare/anonaddy-9.0.51...anonaddy-9.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [anonaddy-9.0.51](https://github.com/truecharts/charts/compare/anonaddy-9.0.50...anonaddy-9.0.51) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [anonaddy-9.0.49](https://github.com/truecharts/charts/compare/anonaddy-9.0.48...anonaddy-9.0.49) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [anonaddy-9.0.48](https://github.com/truecharts/charts/compare/anonaddy-9.0.47...anonaddy-9.0.48) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [anonaddy-9.0.47](https://github.com/truecharts/charts/compare/anonaddy-9.0.46...anonaddy-9.0.47) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [anonaddy-9.0.47](https://github.com/truecharts/charts/compare/anonaddy-9.0.46...anonaddy-9.0.47) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/anonaddy/9.0.53/Chart.lock b/stable/anonaddy/9.0.53/Chart.lock deleted file mode 100644 index 22c39065eec..00000000000 --- a/stable/anonaddy/9.0.53/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:5f88786c72b076ad7c23b64872322107d2110b3a52c675241d822a4a35a3f402 -generated: "2022-10-12T16:15:39.0973152Z" diff --git a/stable/anonaddy/9.0.53/Chart.yaml b/stable/anonaddy/9.0.53/Chart.yaml deleted file mode 100644 index 6a975b0f8b8..00000000000 --- a/stable/anonaddy/9.0.53/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "0.13.7" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: "Protect your email from spam using disposable addresses." -home: https://truecharts.org/docs/charts/stable/anonaddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png -keywords: - - anonaddy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: anonaddy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy - - https://github.com/anonaddy/docker -version: 9.0.53 -annotations: - truecharts.org/catagories: | - - email - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/anonaddy/9.0.53/README.md b/stable/anonaddy/9.0.53/README.md deleted file mode 100644 index 3b64a9d5c27..00000000000 --- a/stable/anonaddy/9.0.53/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# anonaddy - -Protect your email from spam using disposable addresses. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [anonaddy](https://truecharts.org/docs/charts/stable/anonaddy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `anonaddy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install anonaddy TrueCharts/anonaddy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `anonaddy` deployment - -```console -helm uninstall anonaddy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install anonaddy \ - --set env.TZ="America/New York" \ - TrueCharts/anonaddy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install anonaddy TrueCharts/anonaddy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/anonaddy/9.0.53/charts/common-10.7.0.tgz b/stable/anonaddy/9.0.53/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/anonaddy/9.0.53/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/anonaddy/9.0.53/charts/mariadb-3.0.92.tgz b/stable/anonaddy/9.0.53/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/anonaddy/9.0.53/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/anonaddy/9.0.53/charts/redis-3.0.94.tgz b/stable/anonaddy/9.0.53/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/anonaddy/9.0.53/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/anonaddy/9.0.54/CHANGELOG.md b/stable/anonaddy/9.0.54/CHANGELOG.md new file mode 100644 index 00000000000..c9339781052 --- /dev/null +++ b/stable/anonaddy/9.0.54/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [anonaddy-9.0.54](https://github.com/truecharts/charts/compare/anonaddy-9.0.53...anonaddy-9.0.54) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [anonaddy-9.0.53](https://github.com/truecharts/charts/compare/anonaddy-9.0.52...anonaddy-9.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [anonaddy-9.0.52](https://github.com/truecharts/charts/compare/anonaddy-9.0.51...anonaddy-9.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anonaddy-9.0.52](https://github.com/truecharts/charts/compare/anonaddy-9.0.51...anonaddy-9.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [anonaddy-9.0.51](https://github.com/truecharts/charts/compare/anonaddy-9.0.50...anonaddy-9.0.51) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [anonaddy-9.0.49](https://github.com/truecharts/charts/compare/anonaddy-9.0.48...anonaddy-9.0.49) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [anonaddy-9.0.48](https://github.com/truecharts/charts/compare/anonaddy-9.0.47...anonaddy-9.0.48) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [anonaddy-9.0.47](https://github.com/truecharts/charts/compare/anonaddy-9.0.46...anonaddy-9.0.47) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/anonaddy/9.0.54/Chart.lock b/stable/anonaddy/9.0.54/Chart.lock new file mode 100644 index 00000000000..cb04b2c2cf1 --- /dev/null +++ b/stable/anonaddy/9.0.54/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:d21b7fbdd54c812cf4fd7ca235065acef9b198173e4f12652de14da15d4aa713 +generated: "2022-10-19T12:59:02.190428101Z" diff --git a/stable/anonaddy/9.0.54/Chart.yaml b/stable/anonaddy/9.0.54/Chart.yaml new file mode 100644 index 00000000000..c0c3260735d --- /dev/null +++ b/stable/anonaddy/9.0.54/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "0.13.7" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: "Protect your email from spam using disposable addresses." +home: https://truecharts.org/docs/charts/stable/anonaddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png +keywords: + - anonaddy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: anonaddy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy + - https://github.com/anonaddy/docker +version: 9.0.54 +annotations: + truecharts.org/catagories: | + - email + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/anonaddy/9.0.54/README.md b/stable/anonaddy/9.0.54/README.md new file mode 100644 index 00000000000..944df5135ca --- /dev/null +++ b/stable/anonaddy/9.0.54/README.md @@ -0,0 +1,108 @@ +# anonaddy + +Protect your email from spam using disposable addresses. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [anonaddy](https://truecharts.org/docs/charts/stable/anonaddy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `anonaddy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install anonaddy TrueCharts/anonaddy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `anonaddy` deployment + +```console +helm uninstall anonaddy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install anonaddy \ + --set env.TZ="America/New York" \ + TrueCharts/anonaddy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install anonaddy TrueCharts/anonaddy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/anonaddy/9.0.53/app-readme.md b/stable/anonaddy/9.0.54/app-readme.md similarity index 100% rename from stable/anonaddy/9.0.53/app-readme.md rename to stable/anonaddy/9.0.54/app-readme.md diff --git a/stable/anonaddy/9.0.54/charts/common-10.7.1.tgz b/stable/anonaddy/9.0.54/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/anonaddy/9.0.54/charts/common-10.7.1.tgz differ diff --git a/stable/anonaddy/9.0.54/charts/mariadb-3.0.95.tgz b/stable/anonaddy/9.0.54/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/anonaddy/9.0.54/charts/mariadb-3.0.95.tgz differ diff --git a/stable/anonaddy/9.0.54/charts/redis-3.0.97.tgz b/stable/anonaddy/9.0.54/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/anonaddy/9.0.54/charts/redis-3.0.97.tgz differ diff --git a/stable/anonaddy/9.0.53/ix_values.yaml b/stable/anonaddy/9.0.54/ix_values.yaml similarity index 100% rename from stable/anonaddy/9.0.53/ix_values.yaml rename to stable/anonaddy/9.0.54/ix_values.yaml diff --git a/stable/anonaddy/9.0.53/questions.yaml b/stable/anonaddy/9.0.54/questions.yaml similarity index 100% rename from stable/anonaddy/9.0.53/questions.yaml rename to stable/anonaddy/9.0.54/questions.yaml diff --git a/stable/anonaddy/9.0.53/templates/_appkey.tpl b/stable/anonaddy/9.0.54/templates/_appkey.tpl similarity index 100% rename from stable/anonaddy/9.0.53/templates/_appkey.tpl rename to stable/anonaddy/9.0.54/templates/_appkey.tpl diff --git a/stable/anonaddy/9.0.53/templates/common.yaml b/stable/anonaddy/9.0.54/templates/common.yaml similarity index 100% rename from stable/anonaddy/9.0.53/templates/common.yaml rename to stable/anonaddy/9.0.54/templates/common.yaml diff --git a/stable/anonaddy/9.0.53/values.yaml b/stable/anonaddy/9.0.54/values.yaml similarity index 100% rename from stable/anonaddy/9.0.53/values.yaml rename to stable/anonaddy/9.0.54/values.yaml diff --git a/stable/apache-musicindex/4.0.36/CHANGELOG.md b/stable/apache-musicindex/4.0.36/CHANGELOG.md deleted file mode 100644 index 6b81ed4d7b2..00000000000 --- a/stable/apache-musicindex/4.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [apache-musicindex-4.0.36](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.35...apache-musicindex-4.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [apache-musicindex-4.0.35](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.34...apache-musicindex-4.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apache-musicindex-4.0.35](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.34...apache-musicindex-4.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apache-musicindex-4.0.34](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.33...apache-musicindex-4.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [apache-musicindex-4.0.33](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.32...apache-musicindex-4.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [apache-musicindex-4.0.32](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.31...apache-musicindex-4.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [apache-musicindex-4.0.31](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.30...apache-musicindex-4.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [apache-musicindex-4.0.31](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.30...apache-musicindex-4.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/apache-musicindex/4.0.36/Chart.lock b/stable/apache-musicindex/4.0.36/Chart.lock deleted file mode 100644 index 4134b3c5ec6..00000000000 --- a/stable/apache-musicindex/4.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:15:31.82890657Z" diff --git a/stable/apache-musicindex/4.0.36/Chart.yaml b/stable/apache-musicindex/4.0.36/Chart.yaml deleted file mode 100644 index 11b8c9aace0..00000000000 --- a/stable/apache-musicindex/4.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Index and stream music using apache-musicindex and m3u playlists -home: https://truecharts.org/docs/charts/stable/apache-musicindex -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png -keywords: - - apache-musicindex - - streaming - - m3u - - playlist -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: apache-musicindex -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex - - http://hacks.slashdirt.org/sw/musicindex/ -version: 4.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/apache-musicindex/4.0.36/README.md b/stable/apache-musicindex/4.0.36/README.md deleted file mode 100644 index c3c432b74a1..00000000000 --- a/stable/apache-musicindex/4.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# apache-musicindex - -Index and stream music using apache-musicindex and m3u playlists - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [apache-musicindex](https://truecharts.org/docs/charts/stable/apache-musicindex) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `apache-musicindex` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install apache-musicindex TrueCharts/apache-musicindex -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `apache-musicindex` deployment - -```console -helm uninstall apache-musicindex -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install apache-musicindex \ - --set env.TZ="America/New York" \ - TrueCharts/apache-musicindex -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install apache-musicindex TrueCharts/apache-musicindex -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/apache-musicindex/4.0.36/charts/common-10.7.0.tgz b/stable/apache-musicindex/4.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/apache-musicindex/4.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/apache-musicindex/4.0.37/CHANGELOG.md b/stable/apache-musicindex/4.0.37/CHANGELOG.md new file mode 100644 index 00000000000..0811cf5b4cd --- /dev/null +++ b/stable/apache-musicindex/4.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [apache-musicindex-4.0.37](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.36...apache-musicindex-4.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [apache-musicindex-4.0.36](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.35...apache-musicindex-4.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [apache-musicindex-4.0.35](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.34...apache-musicindex-4.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apache-musicindex-4.0.35](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.34...apache-musicindex-4.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apache-musicindex-4.0.34](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.33...apache-musicindex-4.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [apache-musicindex-4.0.33](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.32...apache-musicindex-4.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [apache-musicindex-4.0.32](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.31...apache-musicindex-4.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [apache-musicindex-4.0.31](https://github.com/truecharts/charts/compare/apache-musicindex-4.0.30...apache-musicindex-4.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/apache-musicindex/4.0.37/Chart.lock b/stable/apache-musicindex/4.0.37/Chart.lock new file mode 100644 index 00000000000..6cd60198998 --- /dev/null +++ b/stable/apache-musicindex/4.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:58:48.92329654Z" diff --git a/stable/apache-musicindex/4.0.37/Chart.yaml b/stable/apache-musicindex/4.0.37/Chart.yaml new file mode 100644 index 00000000000..950cb4991ac --- /dev/null +++ b/stable/apache-musicindex/4.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.4.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Index and stream music using apache-musicindex and m3u playlists +home: https://truecharts.org/docs/charts/stable/apache-musicindex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png +keywords: + - apache-musicindex + - streaming + - m3u + - playlist +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apache-musicindex +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex + - http://hacks.slashdirt.org/sw/musicindex/ +version: 4.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/apache-musicindex/4.0.37/README.md b/stable/apache-musicindex/4.0.37/README.md new file mode 100644 index 00000000000..dd36e981bfc --- /dev/null +++ b/stable/apache-musicindex/4.0.37/README.md @@ -0,0 +1,106 @@ +# apache-musicindex + +Index and stream music using apache-musicindex and m3u playlists + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [apache-musicindex](https://truecharts.org/docs/charts/stable/apache-musicindex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `apache-musicindex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install apache-musicindex TrueCharts/apache-musicindex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `apache-musicindex` deployment + +```console +helm uninstall apache-musicindex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install apache-musicindex \ + --set env.TZ="America/New York" \ + TrueCharts/apache-musicindex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install apache-musicindex TrueCharts/apache-musicindex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/apache-musicindex/4.0.36/app-readme.md b/stable/apache-musicindex/4.0.37/app-readme.md similarity index 100% rename from stable/apache-musicindex/4.0.36/app-readme.md rename to stable/apache-musicindex/4.0.37/app-readme.md diff --git a/stable/apache-musicindex/4.0.37/charts/common-10.7.1.tgz b/stable/apache-musicindex/4.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/apache-musicindex/4.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/apache-musicindex/4.0.36/ix_values.yaml b/stable/apache-musicindex/4.0.37/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/4.0.36/ix_values.yaml rename to stable/apache-musicindex/4.0.37/ix_values.yaml diff --git a/stable/apache-musicindex/4.0.36/questions.yaml b/stable/apache-musicindex/4.0.37/questions.yaml similarity index 100% rename from stable/apache-musicindex/4.0.36/questions.yaml rename to stable/apache-musicindex/4.0.37/questions.yaml diff --git a/stable/apache-musicindex/4.0.36/templates/common.yaml b/stable/apache-musicindex/4.0.37/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/4.0.36/templates/common.yaml rename to stable/apache-musicindex/4.0.37/templates/common.yaml diff --git a/stable/apache-musicindex/4.0.36/values.yaml b/stable/apache-musicindex/4.0.37/values.yaml similarity index 100% rename from stable/apache-musicindex/4.0.36/values.yaml rename to stable/apache-musicindex/4.0.37/values.yaml diff --git a/stable/appdaemon/9.0.38/CHANGELOG.md b/stable/appdaemon/9.0.38/CHANGELOG.md deleted file mode 100644 index 9e76e6284c7..00000000000 --- a/stable/appdaemon/9.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [appdaemon-9.0.38](https://github.com/truecharts/charts/compare/appdaemon-9.0.37...appdaemon-9.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [appdaemon-9.0.37](https://github.com/truecharts/charts/compare/appdaemon-9.0.36...appdaemon-9.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [appdaemon-9.0.37](https://github.com/truecharts/charts/compare/appdaemon-9.0.36...appdaemon-9.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [appdaemon-9.0.36](https://github.com/truecharts/charts/compare/appdaemon-9.0.35...appdaemon-9.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [appdaemon-9.0.35](https://github.com/truecharts/charts/compare/appdaemon-9.0.34...appdaemon-9.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [appdaemon-9.0.34](https://github.com/truecharts/charts/compare/appdaemon-9.0.33...appdaemon-9.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [appdaemon-9.0.33](https://github.com/truecharts/charts/compare/appdaemon-9.0.32...appdaemon-9.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [appdaemon-9.0.33](https://github.com/truecharts/charts/compare/appdaemon-9.0.32...appdaemon-9.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/appdaemon/9.0.38/Chart.lock b/stable/appdaemon/9.0.38/Chart.lock deleted file mode 100644 index 21f68357075..00000000000 --- a/stable/appdaemon/9.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:15:33.163440649Z" diff --git a/stable/appdaemon/9.0.38/Chart.yaml b/stable/appdaemon/9.0.38/Chart.yaml deleted file mode 100644 index 9fa2980321b..00000000000 --- a/stable/appdaemon/9.0.38/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "4.2.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets. -home: https://truecharts.org/docs/charts/stable/appdaemon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png -keywords: - - appdaemon - - homeautomation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org - - email: 20650065+warllo54@users.noreply.github.com - name: warllo54 - url: truecharts.org -name: appdaemon -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon - - https://github.com/AppDaemon/appdaemon -type: application -version: 9.0.38 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/appdaemon/9.0.38/README.md b/stable/appdaemon/9.0.38/README.md deleted file mode 100644 index 809a854837b..00000000000 --- a/stable/appdaemon/9.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# appdaemon - -AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [appdaemon](https://truecharts.org/docs/charts/stable/appdaemon) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `appdaemon` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install appdaemon TrueCharts/appdaemon -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `appdaemon` deployment - -```console -helm uninstall appdaemon -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install appdaemon \ - --set env.TZ="America/New York" \ - TrueCharts/appdaemon -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install appdaemon TrueCharts/appdaemon -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/appdaemon/9.0.38/charts/common-10.7.0.tgz b/stable/appdaemon/9.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/appdaemon/9.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/appdaemon/9.0.39/CHANGELOG.md b/stable/appdaemon/9.0.39/CHANGELOG.md new file mode 100644 index 00000000000..1769e3a13ee --- /dev/null +++ b/stable/appdaemon/9.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [appdaemon-9.0.39](https://github.com/truecharts/charts/compare/appdaemon-9.0.38...appdaemon-9.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [appdaemon-9.0.38](https://github.com/truecharts/charts/compare/appdaemon-9.0.37...appdaemon-9.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [appdaemon-9.0.37](https://github.com/truecharts/charts/compare/appdaemon-9.0.36...appdaemon-9.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [appdaemon-9.0.37](https://github.com/truecharts/charts/compare/appdaemon-9.0.36...appdaemon-9.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [appdaemon-9.0.36](https://github.com/truecharts/charts/compare/appdaemon-9.0.35...appdaemon-9.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [appdaemon-9.0.35](https://github.com/truecharts/charts/compare/appdaemon-9.0.34...appdaemon-9.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [appdaemon-9.0.34](https://github.com/truecharts/charts/compare/appdaemon-9.0.33...appdaemon-9.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [appdaemon-9.0.33](https://github.com/truecharts/charts/compare/appdaemon-9.0.32...appdaemon-9.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/appdaemon/9.0.39/Chart.lock b/stable/appdaemon/9.0.39/Chart.lock new file mode 100644 index 00000000000..c775e6ea954 --- /dev/null +++ b/stable/appdaemon/9.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:59:01.374481469Z" diff --git a/stable/appdaemon/9.0.39/Chart.yaml b/stable/appdaemon/9.0.39/Chart.yaml new file mode 100644 index 00000000000..083fa7d85ac --- /dev/null +++ b/stable/appdaemon/9.0.39/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "4.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets. +home: https://truecharts.org/docs/charts/stable/appdaemon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.png +keywords: + - appdaemon + - homeautomation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org + - email: 20650065+warllo54@users.noreply.github.com + name: warllo54 + url: truecharts.org +name: appdaemon +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon + - https://github.com/AppDaemon/appdaemon +type: application +version: 9.0.39 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/appdaemon/9.0.39/README.md b/stable/appdaemon/9.0.39/README.md new file mode 100644 index 00000000000..473d76cf293 --- /dev/null +++ b/stable/appdaemon/9.0.39/README.md @@ -0,0 +1,106 @@ +# appdaemon + +AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [appdaemon](https://truecharts.org/docs/charts/stable/appdaemon) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `appdaemon` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install appdaemon TrueCharts/appdaemon +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `appdaemon` deployment + +```console +helm uninstall appdaemon +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install appdaemon \ + --set env.TZ="America/New York" \ + TrueCharts/appdaemon +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install appdaemon TrueCharts/appdaemon -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/appdaemon/9.0.38/app-readme.md b/stable/appdaemon/9.0.39/app-readme.md similarity index 100% rename from stable/appdaemon/9.0.38/app-readme.md rename to stable/appdaemon/9.0.39/app-readme.md diff --git a/stable/appdaemon/9.0.39/charts/common-10.7.1.tgz b/stable/appdaemon/9.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/appdaemon/9.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/appdaemon/9.0.38/ix_values.yaml b/stable/appdaemon/9.0.39/ix_values.yaml similarity index 100% rename from stable/appdaemon/9.0.38/ix_values.yaml rename to stable/appdaemon/9.0.39/ix_values.yaml diff --git a/stable/appdaemon/9.0.38/questions.yaml b/stable/appdaemon/9.0.39/questions.yaml similarity index 100% rename from stable/appdaemon/9.0.38/questions.yaml rename to stable/appdaemon/9.0.39/questions.yaml diff --git a/stable/appdaemon/9.0.38/templates/common.yaml b/stable/appdaemon/9.0.39/templates/common.yaml similarity index 100% rename from stable/appdaemon/9.0.38/templates/common.yaml rename to stable/appdaemon/9.0.39/templates/common.yaml diff --git a/stable/appdaemon/9.0.38/values.yaml b/stable/appdaemon/9.0.39/values.yaml similarity index 100% rename from stable/appdaemon/9.0.38/values.yaml rename to stable/appdaemon/9.0.39/values.yaml diff --git a/stable/apt-cacher-ng/1.0.7/CHANGELOG.md b/stable/apt-cacher-ng/1.0.7/CHANGELOG.md deleted file mode 100644 index a443d14d19f..00000000000 --- a/stable/apt-cacher-ng/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [apt-cacher-ng-1.0.7](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.6...apt-cacher-ng-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [apt-cacher-ng-1.0.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.5...apt-cacher-ng-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apt-cacher-ng-1.0.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.5...apt-cacher-ng-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [apt-cacher-ng-1.0.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.4...apt-cacher-ng-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [apt-cacher-ng-1.0.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.3...apt-cacher-ng-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [apt-cacher-ng-1.0.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.2...apt-cacher-ng-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [apt-cacher-ng-1.0.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.1...apt-cacher-ng-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [apt-cacher-ng-1.0.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.1...apt-cacher-ng-1.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/apt-cacher-ng/1.0.7/Chart.lock b/stable/apt-cacher-ng/1.0.7/Chart.lock deleted file mode 100644 index 8dc580da646..00000000000 --- a/stable/apt-cacher-ng/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:15:42.898674143Z" diff --git a/stable/apt-cacher-ng/1.0.7/Chart.yaml b/stable/apt-cacher-ng/1.0.7/Chart.yaml deleted file mode 100644 index 673ea788eb2..00000000000 --- a/stable/apt-cacher-ng/1.0.7/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "3.7.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. -home: https://truecharts.org/docs/charts/stable/apt-cacher-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png -keywords: - - apt-cacher-ng - - Network-Proxy - - Network-Other - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: apt-cacher-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng - - https://www.unix-ag.uni-kl.de/~bloch/acng/ - - https://hub.docker.com/r/sameersbn/apt-cacher-ng/ -type: application -version: 1.0.7 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Network-Proxy - - Network-Other - - Tools-Utilities diff --git a/stable/apt-cacher-ng/1.0.7/README.md b/stable/apt-cacher-ng/1.0.7/README.md deleted file mode 100644 index f48da324877..00000000000 --- a/stable/apt-cacher-ng/1.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# apt-cacher-ng - -Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [apt-cacher-ng](https://truecharts.org/docs/charts/stable/apt-cacher-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `apt-cacher-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install apt-cacher-ng TrueCharts/apt-cacher-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `apt-cacher-ng` deployment - -```console -helm uninstall apt-cacher-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install apt-cacher-ng \ - --set env.TZ="America/New York" \ - TrueCharts/apt-cacher-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install apt-cacher-ng TrueCharts/apt-cacher-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/apt-cacher-ng/1.0.7/charts/common-10.7.0.tgz b/stable/apt-cacher-ng/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/apt-cacher-ng/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/1.0.8/CHANGELOG.md b/stable/apt-cacher-ng/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..3771c23315c --- /dev/null +++ b/stable/apt-cacher-ng/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [apt-cacher-ng-1.0.8](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.7...apt-cacher-ng-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [apt-cacher-ng-1.0.7](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.6...apt-cacher-ng-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [apt-cacher-ng-1.0.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.5...apt-cacher-ng-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apt-cacher-ng-1.0.6](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.5...apt-cacher-ng-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [apt-cacher-ng-1.0.5](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.4...apt-cacher-ng-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [apt-cacher-ng-1.0.4](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.3...apt-cacher-ng-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [apt-cacher-ng-1.0.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.2...apt-cacher-ng-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [apt-cacher-ng-1.0.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-1.0.1...apt-cacher-ng-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/apt-cacher-ng/1.0.8/Chart.lock b/stable/apt-cacher-ng/1.0.8/Chart.lock new file mode 100644 index 00000000000..e97c837f1b2 --- /dev/null +++ b/stable/apt-cacher-ng/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:59:11.3431487Z" diff --git a/stable/apt-cacher-ng/1.0.8/Chart.yaml b/stable/apt-cacher-ng/1.0.8/Chart.yaml new file mode 100644 index 00000000000..1c033c92224 --- /dev/null +++ b/stable/apt-cacher-ng/1.0.8/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "3.7.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. +home: https://truecharts.org/docs/charts/stable/apt-cacher-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.png +keywords: + - apt-cacher-ng + - Network-Proxy + - Network-Other + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: apt-cacher-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng + - https://www.unix-ag.uni-kl.de/~bloch/acng/ + - https://hub.docker.com/r/sameersbn/apt-cacher-ng/ +type: application +version: 1.0.8 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Network-Proxy + - Network-Other + - Tools-Utilities diff --git a/stable/apt-cacher-ng/1.0.8/README.md b/stable/apt-cacher-ng/1.0.8/README.md new file mode 100644 index 00000000000..c3ac4a2fba0 --- /dev/null +++ b/stable/apt-cacher-ng/1.0.8/README.md @@ -0,0 +1,107 @@ +# apt-cacher-ng + +Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [apt-cacher-ng](https://truecharts.org/docs/charts/stable/apt-cacher-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `apt-cacher-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install apt-cacher-ng TrueCharts/apt-cacher-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `apt-cacher-ng` deployment + +```console +helm uninstall apt-cacher-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install apt-cacher-ng \ + --set env.TZ="America/New York" \ + TrueCharts/apt-cacher-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install apt-cacher-ng TrueCharts/apt-cacher-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/apt-cacher-ng/1.0.7/app-readme.md b/stable/apt-cacher-ng/1.0.8/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/1.0.7/app-readme.md rename to stable/apt-cacher-ng/1.0.8/app-readme.md diff --git a/stable/apt-cacher-ng/1.0.8/charts/common-10.7.1.tgz b/stable/apt-cacher-ng/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/apt-cacher-ng/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/apt-cacher-ng/1.0.7/ix_values.yaml b/stable/apt-cacher-ng/1.0.8/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/1.0.7/ix_values.yaml rename to stable/apt-cacher-ng/1.0.8/ix_values.yaml diff --git a/stable/apt-cacher-ng/1.0.7/questions.yaml b/stable/apt-cacher-ng/1.0.8/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/1.0.7/questions.yaml rename to stable/apt-cacher-ng/1.0.8/questions.yaml diff --git a/stable/apt-cacher-ng/1.0.7/templates/common.yaml b/stable/apt-cacher-ng/1.0.8/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/1.0.7/templates/common.yaml rename to stable/apt-cacher-ng/1.0.8/templates/common.yaml diff --git a/stable/apt-cacher-ng/1.0.7/values.yaml b/stable/apt-cacher-ng/1.0.8/values.yaml similarity index 100% rename from stable/apt-cacher-ng/1.0.7/values.yaml rename to stable/apt-cacher-ng/1.0.8/values.yaml diff --git a/stable/aria2/5.0.38/CHANGELOG.md b/stable/aria2/5.0.38/CHANGELOG.md deleted file mode 100644 index 514ae9cc4c2..00000000000 --- a/stable/aria2/5.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [aria2-5.0.38](https://github.com/truecharts/charts/compare/aria2-5.0.37...aria2-5.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [aria2-5.0.37](https://github.com/truecharts/charts/compare/aria2-5.0.36...aria2-5.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [aria2-5.0.37](https://github.com/truecharts/charts/compare/aria2-5.0.36...aria2-5.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [aria2-5.0.36](https://github.com/truecharts/charts/compare/aria2-5.0.35...aria2-5.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [aria2-5.0.35](https://github.com/truecharts/charts/compare/aria2-5.0.34...aria2-5.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [aria2-5.0.34](https://github.com/truecharts/charts/compare/aria2-5.0.33...aria2-5.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [aria2-5.0.33](https://github.com/truecharts/charts/compare/aria2-5.0.32...aria2-5.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [aria2-5.0.33](https://github.com/truecharts/charts/compare/aria2-5.0.32...aria2-5.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/aria2/5.0.38/Chart.lock b/stable/aria2/5.0.38/Chart.lock deleted file mode 100644 index f196ee2efc1..00000000000 --- a/stable/aria2/5.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:16:01.433567651Z" diff --git a/stable/aria2/5.0.38/Chart.yaml b/stable/aria2/5.0.38/Chart.yaml deleted file mode 100644 index 52151a4585b..00000000000 --- a/stable/aria2/5.0.38/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: aria server for downloading web content -home: https://truecharts.org/docs/charts/stable/aria2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png -keywords: - - aria2 -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: aria2 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 - - https://github.com/P3TERX/Aria2-Pro-Docker -version: 5.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/aria2/5.0.38/README.md b/stable/aria2/5.0.38/README.md deleted file mode 100644 index 928cac1c79b..00000000000 --- a/stable/aria2/5.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# aria2 - -aria server for downloading web content - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [aria2](https://truecharts.org/docs/charts/stable/aria2) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `aria2` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install aria2 TrueCharts/aria2 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `aria2` deployment - -```console -helm uninstall aria2 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install aria2 \ - --set env.TZ="America/New York" \ - TrueCharts/aria2 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install aria2 TrueCharts/aria2 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/aria2/5.0.38/charts/common-10.7.0.tgz b/stable/aria2/5.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/aria2/5.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/aria2/5.0.39/CHANGELOG.md b/stable/aria2/5.0.39/CHANGELOG.md new file mode 100644 index 00000000000..8d32d9be69f --- /dev/null +++ b/stable/aria2/5.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [aria2-5.0.39](https://github.com/truecharts/charts/compare/aria2-5.0.38...aria2-5.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [aria2-5.0.38](https://github.com/truecharts/charts/compare/aria2-5.0.37...aria2-5.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [aria2-5.0.37](https://github.com/truecharts/charts/compare/aria2-5.0.36...aria2-5.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [aria2-5.0.37](https://github.com/truecharts/charts/compare/aria2-5.0.36...aria2-5.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [aria2-5.0.36](https://github.com/truecharts/charts/compare/aria2-5.0.35...aria2-5.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [aria2-5.0.35](https://github.com/truecharts/charts/compare/aria2-5.0.34...aria2-5.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [aria2-5.0.34](https://github.com/truecharts/charts/compare/aria2-5.0.33...aria2-5.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [aria2-5.0.33](https://github.com/truecharts/charts/compare/aria2-5.0.32...aria2-5.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/aria2/5.0.39/Chart.lock b/stable/aria2/5.0.39/Chart.lock new file mode 100644 index 00000000000..aa6d2b9496d --- /dev/null +++ b/stable/aria2/5.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:59:21.074132118Z" diff --git a/stable/aria2/5.0.39/Chart.yaml b/stable/aria2/5.0.39/Chart.yaml new file mode 100644 index 00000000000..37c43d52721 --- /dev/null +++ b/stable/aria2/5.0.39/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: aria server for downloading web content +home: https://truecharts.org/docs/charts/stable/aria2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png +keywords: + - aria2 +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: aria2 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/aria2 + - https://github.com/P3TERX/Aria2-Pro-Docker +version: 5.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/aria2/5.0.39/README.md b/stable/aria2/5.0.39/README.md new file mode 100644 index 00000000000..048d6237475 --- /dev/null +++ b/stable/aria2/5.0.39/README.md @@ -0,0 +1,106 @@ +# aria2 + +aria server for downloading web content + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [aria2](https://truecharts.org/docs/charts/stable/aria2) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `aria2` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install aria2 TrueCharts/aria2 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `aria2` deployment + +```console +helm uninstall aria2 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install aria2 \ + --set env.TZ="America/New York" \ + TrueCharts/aria2 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install aria2 TrueCharts/aria2 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/aria2/5.0.38/app-readme.md b/stable/aria2/5.0.39/app-readme.md similarity index 100% rename from stable/aria2/5.0.38/app-readme.md rename to stable/aria2/5.0.39/app-readme.md diff --git a/stable/aria2/5.0.39/charts/common-10.7.1.tgz b/stable/aria2/5.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/aria2/5.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/aria2/5.0.38/ix_values.yaml b/stable/aria2/5.0.39/ix_values.yaml similarity index 100% rename from stable/aria2/5.0.38/ix_values.yaml rename to stable/aria2/5.0.39/ix_values.yaml diff --git a/stable/aria2/5.0.38/questions.yaml b/stable/aria2/5.0.39/questions.yaml similarity index 100% rename from stable/aria2/5.0.38/questions.yaml rename to stable/aria2/5.0.39/questions.yaml diff --git a/stable/aria2/5.0.38/templates/common.yaml b/stable/aria2/5.0.39/templates/common.yaml similarity index 100% rename from stable/aria2/5.0.38/templates/common.yaml rename to stable/aria2/5.0.39/templates/common.yaml diff --git a/stable/aria2/5.0.38/values.yaml b/stable/aria2/5.0.39/values.yaml similarity index 100% rename from stable/aria2/5.0.38/values.yaml rename to stable/aria2/5.0.39/values.yaml diff --git a/stable/audacity/4.0.37/CHANGELOG.md b/stable/audacity/4.0.37/CHANGELOG.md deleted file mode 100644 index 0035b338334..00000000000 --- a/stable/audacity/4.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [audacity-4.0.37](https://github.com/truecharts/charts/compare/audacity-4.0.36...audacity-4.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [audacity-4.0.36](https://github.com/truecharts/charts/compare/audacity-4.0.35...audacity-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [audacity-4.0.36](https://github.com/truecharts/charts/compare/audacity-4.0.35...audacity-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [audacity-4.0.35](https://github.com/truecharts/charts/compare/audacity-4.0.34...audacity-4.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [audacity-4.0.34](https://github.com/truecharts/charts/compare/audacity-4.0.33...audacity-4.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [audacity-4.0.33](https://github.com/truecharts/charts/compare/audacity-4.0.32...audacity-4.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [audacity-4.0.32](https://github.com/truecharts/charts/compare/audacity-4.0.31...audacity-4.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [audacity-4.0.32](https://github.com/truecharts/charts/compare/audacity-4.0.31...audacity-4.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/audacity/4.0.37/Chart.lock b/stable/audacity/4.0.37/Chart.lock deleted file mode 100644 index c7db01a9773..00000000000 --- a/stable/audacity/4.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:16:03.636705416Z" diff --git a/stable/audacity/4.0.37/Chart.yaml b/stable/audacity/4.0.37/Chart.yaml deleted file mode 100644 index 55d58b5c9b8..00000000000 --- a/stable/audacity/4.0.37/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "3.0.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An easy-to-use, multi-track audio editor and recorder -home: https://truecharts.org/docs/charts/stable/audacity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png -keywords: - - audacity - - music - - recorder - - editor - - audio -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: audacity -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/audacity - - https://github.com/linuxserver/docker-audacity - - https://www.audacityteam.org/ -type: application -version: 4.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/audacity/4.0.37/README.md b/stable/audacity/4.0.37/README.md deleted file mode 100644 index a5486106425..00000000000 --- a/stable/audacity/4.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# audacity - -An easy-to-use, multi-track audio editor and recorder - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [audacity](https://truecharts.org/docs/charts/stable/audacity) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `audacity` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install audacity TrueCharts/audacity -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `audacity` deployment - -```console -helm uninstall audacity -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install audacity \ - --set env.TZ="America/New York" \ - TrueCharts/audacity -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install audacity TrueCharts/audacity -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/audacity/4.0.37/charts/common-10.7.0.tgz b/stable/audacity/4.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/audacity/4.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/audacity/4.0.38/CHANGELOG.md b/stable/audacity/4.0.38/CHANGELOG.md new file mode 100644 index 00000000000..a89b2ad99dd --- /dev/null +++ b/stable/audacity/4.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [audacity-4.0.38](https://github.com/truecharts/charts/compare/audacity-4.0.37...audacity-4.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [audacity-4.0.37](https://github.com/truecharts/charts/compare/audacity-4.0.36...audacity-4.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [audacity-4.0.36](https://github.com/truecharts/charts/compare/audacity-4.0.35...audacity-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [audacity-4.0.36](https://github.com/truecharts/charts/compare/audacity-4.0.35...audacity-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [audacity-4.0.35](https://github.com/truecharts/charts/compare/audacity-4.0.34...audacity-4.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [audacity-4.0.34](https://github.com/truecharts/charts/compare/audacity-4.0.33...audacity-4.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [audacity-4.0.33](https://github.com/truecharts/charts/compare/audacity-4.0.32...audacity-4.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [audacity-4.0.32](https://github.com/truecharts/charts/compare/audacity-4.0.31...audacity-4.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/audacity/4.0.38/Chart.lock b/stable/audacity/4.0.38/Chart.lock new file mode 100644 index 00000000000..3617417ac7c --- /dev/null +++ b/stable/audacity/4.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:59:32.673992912Z" diff --git a/stable/audacity/4.0.38/Chart.yaml b/stable/audacity/4.0.38/Chart.yaml new file mode 100644 index 00000000000..5a6be8e9832 --- /dev/null +++ b/stable/audacity/4.0.38/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "3.0.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An easy-to-use, multi-track audio editor and recorder +home: https://truecharts.org/docs/charts/stable/audacity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png +keywords: + - audacity + - music + - recorder + - editor + - audio +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: audacity +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/audacity + - https://github.com/linuxserver/docker-audacity + - https://www.audacityteam.org/ +type: application +version: 4.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/audacity/4.0.38/README.md b/stable/audacity/4.0.38/README.md new file mode 100644 index 00000000000..a3ea97ad363 --- /dev/null +++ b/stable/audacity/4.0.38/README.md @@ -0,0 +1,107 @@ +# audacity + +An easy-to-use, multi-track audio editor and recorder + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [audacity](https://truecharts.org/docs/charts/stable/audacity) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `audacity` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install audacity TrueCharts/audacity +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `audacity` deployment + +```console +helm uninstall audacity +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install audacity \ + --set env.TZ="America/New York" \ + TrueCharts/audacity +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install audacity TrueCharts/audacity -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/audacity/4.0.37/app-readme.md b/stable/audacity/4.0.38/app-readme.md similarity index 100% rename from stable/audacity/4.0.37/app-readme.md rename to stable/audacity/4.0.38/app-readme.md diff --git a/stable/audacity/4.0.38/charts/common-10.7.1.tgz b/stable/audacity/4.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/audacity/4.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/audacity/4.0.37/ix_values.yaml b/stable/audacity/4.0.38/ix_values.yaml similarity index 100% rename from stable/audacity/4.0.37/ix_values.yaml rename to stable/audacity/4.0.38/ix_values.yaml diff --git a/stable/audacity/4.0.37/questions.yaml b/stable/audacity/4.0.38/questions.yaml similarity index 100% rename from stable/audacity/4.0.37/questions.yaml rename to stable/audacity/4.0.38/questions.yaml diff --git a/stable/audacity/4.0.37/templates/common.yaml b/stable/audacity/4.0.38/templates/common.yaml similarity index 100% rename from stable/audacity/4.0.37/templates/common.yaml rename to stable/audacity/4.0.38/templates/common.yaml diff --git a/stable/audacity/4.0.37/values.yaml b/stable/audacity/4.0.38/values.yaml similarity index 100% rename from stable/audacity/4.0.37/values.yaml rename to stable/audacity/4.0.38/values.yaml diff --git a/stable/audiobookshelf/2.0.44/CHANGELOG.md b/stable/audiobookshelf/2.0.44/CHANGELOG.md deleted file mode 100644 index c53cd0e3f24..00000000000 --- a/stable/audiobookshelf/2.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [audiobookshelf-2.0.44](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.43...audiobookshelf-2.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [audiobookshelf-2.0.43](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.42...audiobookshelf-2.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [audiobookshelf-2.0.43](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.42...audiobookshelf-2.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [audiobookshelf-2.0.42](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.41...audiobookshelf-2.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [audiobookshelf-2.0.41](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.40...audiobookshelf-2.0.41) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [audiobookshelf-2.0.40](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.39...audiobookshelf-2.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [audiobookshelf-2.0.39](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.38...audiobookshelf-2.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [audiobookshelf-2.0.38](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.37...audiobookshelf-2.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/audiobookshelf/2.0.44/Chart.lock b/stable/audiobookshelf/2.0.44/Chart.lock deleted file mode 100644 index 1671eb7facb..00000000000 --- a/stable/audiobookshelf/2.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:16:12.304585579Z" diff --git a/stable/audiobookshelf/2.0.44/Chart.yaml b/stable/audiobookshelf/2.0.44/Chart.yaml deleted file mode 100644 index 7844212feda..00000000000 --- a/stable/audiobookshelf/2.0.44/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. -home: https://truecharts.org/docs/charts/stable/audiobookshelf -icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png -keywords: - - audiobookshelf -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: audiobookshelf -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf - - https://hub.docker.com/r/advplyr/audiobookshelf - - https://github.com/advplyr/audiobookshelf -version: 2.0.44 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/audiobookshelf/2.0.44/README.md b/stable/audiobookshelf/2.0.44/README.md deleted file mode 100644 index f33f2344f2c..00000000000 --- a/stable/audiobookshelf/2.0.44/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# audiobookshelf - -Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [audiobookshelf](https://truecharts.org/docs/charts/stable/audiobookshelf) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `audiobookshelf` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install audiobookshelf TrueCharts/audiobookshelf -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `audiobookshelf` deployment - -```console -helm uninstall audiobookshelf -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install audiobookshelf \ - --set env.TZ="America/New York" \ - TrueCharts/audiobookshelf -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install audiobookshelf TrueCharts/audiobookshelf -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/audiobookshelf/2.0.44/charts/common-10.7.0.tgz b/stable/audiobookshelf/2.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/audiobookshelf/2.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/audiobookshelf/2.0.45/CHANGELOG.md b/stable/audiobookshelf/2.0.45/CHANGELOG.md new file mode 100644 index 00000000000..992fb31490c --- /dev/null +++ b/stable/audiobookshelf/2.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [audiobookshelf-2.0.45](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.44...audiobookshelf-2.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [audiobookshelf-2.0.44](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.43...audiobookshelf-2.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [audiobookshelf-2.0.43](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.42...audiobookshelf-2.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [audiobookshelf-2.0.43](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.42...audiobookshelf-2.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [audiobookshelf-2.0.42](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.41...audiobookshelf-2.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [audiobookshelf-2.0.41](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.40...audiobookshelf-2.0.41) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [audiobookshelf-2.0.40](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.39...audiobookshelf-2.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [audiobookshelf-2.0.39](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.38...audiobookshelf-2.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [audiobookshelf-2.0.38](https://github.com/truecharts/charts/compare/audiobookshelf-2.0.37...audiobookshelf-2.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/audiobookshelf/2.0.45/Chart.lock b/stable/audiobookshelf/2.0.45/Chart.lock new file mode 100644 index 00000000000..e4bd45537a9 --- /dev/null +++ b/stable/audiobookshelf/2.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T12:59:42.486250308Z" diff --git a/stable/audiobookshelf/2.0.45/Chart.yaml b/stable/audiobookshelf/2.0.45/Chart.yaml new file mode 100644 index 00000000000..221657bd26b --- /dev/null +++ b/stable/audiobookshelf/2.0.45/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. +home: https://truecharts.org/docs/charts/stable/audiobookshelf +icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png +keywords: + - audiobookshelf +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: audiobookshelf +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf + - https://hub.docker.com/r/advplyr/audiobookshelf + - https://github.com/advplyr/audiobookshelf +version: 2.0.45 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/audiobookshelf/2.0.45/README.md b/stable/audiobookshelf/2.0.45/README.md new file mode 100644 index 00000000000..88f1fbf16b3 --- /dev/null +++ b/stable/audiobookshelf/2.0.45/README.md @@ -0,0 +1,107 @@ +# audiobookshelf + +Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [audiobookshelf](https://truecharts.org/docs/charts/stable/audiobookshelf) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `audiobookshelf` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install audiobookshelf TrueCharts/audiobookshelf +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `audiobookshelf` deployment + +```console +helm uninstall audiobookshelf +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install audiobookshelf \ + --set env.TZ="America/New York" \ + TrueCharts/audiobookshelf +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install audiobookshelf TrueCharts/audiobookshelf -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/audiobookshelf/2.0.44/app-readme.md b/stable/audiobookshelf/2.0.45/app-readme.md similarity index 100% rename from stable/audiobookshelf/2.0.44/app-readme.md rename to stable/audiobookshelf/2.0.45/app-readme.md diff --git a/stable/audiobookshelf/2.0.45/charts/common-10.7.1.tgz b/stable/audiobookshelf/2.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/audiobookshelf/2.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/audiobookshelf/2.0.44/ix_values.yaml b/stable/audiobookshelf/2.0.45/ix_values.yaml similarity index 100% rename from stable/audiobookshelf/2.0.44/ix_values.yaml rename to stable/audiobookshelf/2.0.45/ix_values.yaml diff --git a/stable/audiobookshelf/2.0.44/questions.yaml b/stable/audiobookshelf/2.0.45/questions.yaml similarity index 100% rename from stable/audiobookshelf/2.0.44/questions.yaml rename to stable/audiobookshelf/2.0.45/questions.yaml diff --git a/stable/audiobookshelf/2.0.44/templates/_secrets.tpl b/stable/audiobookshelf/2.0.45/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/2.0.44/templates/_secrets.tpl rename to stable/audiobookshelf/2.0.45/templates/_secrets.tpl diff --git a/stable/audiobookshelf/2.0.44/templates/common.yaml b/stable/audiobookshelf/2.0.45/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/2.0.44/templates/common.yaml rename to stable/audiobookshelf/2.0.45/templates/common.yaml diff --git a/stable/audiobookshelf/2.0.44/values.yaml b/stable/audiobookshelf/2.0.45/values.yaml similarity index 100% rename from stable/audiobookshelf/2.0.44/values.yaml rename to stable/audiobookshelf/2.0.45/values.yaml diff --git a/stable/authelia/11.0.56/CHANGELOG.md b/stable/authelia/11.0.56/CHANGELOG.md new file mode 100644 index 00000000000..b26eefda6b7 --- /dev/null +++ b/stable/authelia/11.0.56/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [authelia-11.0.56](https://github.com/truecharts/charts/compare/authelia-11.0.55...authelia-11.0.56) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [authelia-11.0.55](https://github.com/truecharts/charts/compare/authelia-11.0.54...authelia-11.0.55) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- add auto theme and log file options ([#4032](https://github.com/truecharts/charts/issues/4032)) + + + + +## [authelia-11.0.54](https://github.com/truecharts/charts/compare/authelia-11.0.53...authelia-11.0.54) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [authelia-11.0.53](https://github.com/truecharts/charts/compare/authelia-11.0.52...authelia-11.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [authelia-11.0.53](https://github.com/truecharts/charts/compare/authelia-11.0.52...authelia-11.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [authelia-11.0.52](https://github.com/truecharts/charts/compare/authelia-11.0.51...authelia-11.0.52) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [authelia-11.0.50](https://github.com/truecharts/charts/compare/authelia-11.0.49...authelia-11.0.50) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [authelia-11.0.49](https://github.com/truecharts/charts/compare/authelia-11.0.48...authelia-11.0.49) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [authelia-11.0.48](https://github.com/truecharts/charts/compare/authelia-11.0.46...authelia-11.0.48) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/authelia/11.0.56/Chart.lock b/stable/authelia/11.0.56/Chart.lock new file mode 100644 index 00000000000..a5b4ba0ea9f --- /dev/null +++ b/stable/authelia/11.0.56/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:00:15.701368874Z" diff --git a/stable/authelia/11.0.56/Chart.yaml b/stable/authelia/11.0.56/Chart.yaml new file mode 100644 index 00000000000..0450684203f --- /dev/null +++ b/stable/authelia/11.0.56/Chart.yaml @@ -0,0 +1,47 @@ +apiVersion: v2 +appVersion: "4.36.9" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: Authelia is a Single Sign-On Multi-Factor portal for web apps +home: https://truecharts.org/docs/charts/stable/authelia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png +keywords: + - authelia + - authentication + - login + - SSO + - Authentication + - Security + - Two-Factor + - U2F + - YubiKey + - Push Notifications + - LDAP +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: authelia +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/authelia + - https://github.com/authelia/chartrepo + - https://github.com/authelia/authelia +type: application +version: 11.0.56 +annotations: + truecharts.org/catagories: | + - security + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/authelia/11.0.56/README.md b/stable/authelia/11.0.56/README.md new file mode 100644 index 00000000000..7ac14fe0d77 --- /dev/null +++ b/stable/authelia/11.0.56/README.md @@ -0,0 +1,109 @@ +# authelia + +Authelia is a Single Sign-On Multi-Factor portal for web apps + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [authelia](https://truecharts.org/docs/charts/stable/authelia) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `authelia` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install authelia TrueCharts/authelia +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `authelia` deployment + +```console +helm uninstall authelia +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install authelia \ + --set env.TZ="America/New York" \ + TrueCharts/authelia +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install authelia TrueCharts/authelia -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/authelia/11.0.56/app-readme.md b/stable/authelia/11.0.56/app-readme.md new file mode 100644 index 00000000000..cdf1c3a668b --- /dev/null +++ b/stable/authelia/11.0.56/app-readme.md @@ -0,0 +1,8 @@ +Authelia is a Single Sign-On Multi-Factor portal for web apps + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/authelia](https://truecharts.org/docs/charts/stable/authelia) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/authelia/11.0.56/charts/common-10.7.1.tgz b/stable/authelia/11.0.56/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/authelia/11.0.56/charts/common-10.7.1.tgz differ diff --git a/stable/authelia/11.0.56/charts/postgresql-8.0.101.tgz b/stable/authelia/11.0.56/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/authelia/11.0.56/charts/postgresql-8.0.101.tgz differ diff --git a/stable/authelia/11.0.56/charts/redis-3.0.97.tgz b/stable/authelia/11.0.56/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/authelia/11.0.56/charts/redis-3.0.97.tgz differ diff --git a/stable/authelia/11.0.56/ix_values.yaml b/stable/authelia/11.0.56/ix_values.yaml new file mode 100644 index 00000000000..272a85867a3 --- /dev/null +++ b/stable/authelia/11.0.56/ix_values.yaml @@ -0,0 +1,625 @@ +image: + repository: tccr.io/truecharts/authelia + pullPolicy: IfNotPresent + tag: 4.36.9@sha256:8db72fff2bdaf0583996d89c18c991cda3730390765588311a2f1e07db243754 + +command: ["authelia"] +args: ["--config=/configuration.yaml"] + +enableServiceLinks: false + +service: + main: + ports: + main: + port: 9091 + targetPort: 9091 + +persistence: + config: + enabled: true + mountPath: "/config" +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: authelia + postgresqlDatabase: authelia + +# Enabled redis +# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis +redis: + enabled: true + existingSecret: "rediscreds" + +resources: + limits: {} + # limits: + # cpu: "4.00" + # memory: 125Mi + requests: {} + # requests: + # cpu: "0.25" + # memory: 50Mi + +envFrom: + - configMapRef: + name: authelia-paths + +# probes: +# liveness: +# type: HTTP +# path: /api/health" + +# readiness: +# type: HTTP +# path: "/api/health" + +# startup: +# type: HTTP +# path: "/api/health" + +domain: example.com + +## +## Server Configuration +## +server: + ## + ## Port sets the configured port for the daemon, service, and the probes. + ## Default is 9091 and should not need to be changed. + ## + port: 9091 + + ## Buffers usually should be configured to be the same value. + ## Explanation at https://www.authelia.com/docs/configuration/server.html + ## Read buffer size adjusts the server's max incoming request size in bytes. + ## Write buffer size does the same for outgoing responses. + read_buffer_size: 4096 + write_buffer_size: 4096 + ## Set the single level path Authelia listens on. + ## Must be alphanumeric chars and should not contain any slashes. + path: "" + +log: + ## Level of verbosity for logs: info, debug, trace. + level: trace + + ## Format the logs are written as: json, text. + format: text + + ## TODO: Statefulness check should check if this is set, and the configMap should enable it. + ## File path where the logs will be written. If not set logs are written to stdout. + # file_path: /config/authelia.log + +## Default redirection URL +## +## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end +## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use +## in such a case. +## +## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication. +## Default is https://www. (value at the top of the values.yaml). +default_redirection_url: "" +# default_redirection_url: https://example.com + +theme: light + +## +## TOTP Configuration +## +## Parameters used for TOTP generation +totp: + ## The issuer name displayed in the Authenticator application of your choice + ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names + ## Defaults to . + issuer: "" + ## The period in seconds a one-time password is current for. Changing this will require all users to register + ## their TOTP applications again. Warning: before changing period read the docs link below. + period: 30 + ## The skew controls number of one-time passwords either side of the current one that are valid. + ## Warning: before changing skew read the docs link below. + ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation. + skew: 1 + +## +## Duo Push API Configuration +## +## Parameters used to contact the Duo API. Those are generated when you protect an application of type +## "Partner Auth API" in the management panel. +duo_api: + enabled: false + hostname: api-123456789.example.com + integration_key: ABCDEF + plain_api_key: "" + +## +## Authentication Backend Provider Configuration +## +## Used for verifying user passwords and retrieve information such as email address and groups users belong to. +## +## The available providers are: `file`, `ldap`. You must use one and only one of these providers. +authentication_backend: + ## Disable both the HTML element and the API for reset password functionality + disable_reset_password: false + + ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation. + ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will + ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP. + ## To force update on every request you can set this to '0' or 'always', this will increase processor demand. + ## See the below documentation for more information. + ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval + refresh_interval: 5m + + ## LDAP backend configuration. + ## + ## This backend allows Authelia to be scaled to more + ## than one instance and therefore is recommended for + ## production. + ldap: + ## Enable LDAP Backend. + enabled: false + + ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. + ## Acceptable options are as follows: + ## - 'activedirectory' - For Microsoft Active Directory. + ## - 'custom' - For custom specifications of attributes and filters. + ## This currently defaults to 'custom' to maintain existing behaviour. + ## + ## Depending on the option here certain other values in this section have a default value, notably all of the + ## attribute mappings have a default value that this config overrides, you can read more about these default values + ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults + implementation: activedirectory + + ## The url to the ldap server. Format: ://
[:]. + ## Scheme can be ldap or ldaps in the format (port optional). + url: ldap://openldap.default.svc.cluster.local + + ## Connection Timeout. + timeout: 5s + + ## Use StartTLS with the LDAP connection. + start_tls: false + + tls: + ## Server Name for certificate validation (in case it's not set correctly in the URL). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for either Secure LDAP or LDAP StartTLS. + minimum_version: TLS1.2 + + ## The base dn for every LDAP query. + base_dn: DC=example,DC=com + + ## The attribute holding the username of the user. This attribute is used to populate the username in the session + ## information. It was introduced due to #561 to handle case insensitive search queries. For you information, + ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this + ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database. + ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user + ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also + ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above + ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt. + username_attribute: "" + + ## An additional dn to define the scope to all users. + additional_users_dn: OU=Users + + ## The users filter used in search queries to find the user profile based on input filled in login form. + ## Various placeholders are available in the user filter: + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## + ## Recommended settings are as follows: + ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user)) + ## - OpenLDAP: + ## - (&({username_attribute}={input})(objectClass=person)) + ## - (&({username_attribute}={input})(objectClass=inetOrgPerson)) + ## + ## To allow sign in both with username and email, one can use a filter like + ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person)) + users_filter: "" + + ## An additional dn to define the scope of groups. + additional_groups_dn: OU=Groups + + ## The groups filter used in search queries to find the groups of the user. + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`). + ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN. + ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in + ## later version, so please don't use it. + ## + ## If your groups use the `groupOfUniqueNames` structure use this instead: + ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames)) + groups_filter: "" + + ## The attribute holding the name of the group + group_name_attribute: "" + + ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the + ## first one returned by the LDAP server is used. + mail_attribute: "" + + ## The attribute holding the display name of the user. This will be used to greet an authenticated user. + display_name_attribute: "" + + ## The username of the admin user. + user: CN=Authelia,DC=example,DC=com + plain_password: "" + + ## + ## File (Authentication Provider) + ## + ## With this backend, the users database is stored in a file which is updated when users reset their passwords. + ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia + ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security + ## implications it is highly recommended you leave the default values. Before considering changing these settings + ## please read the docs page below: + ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + file: + enabled: true + path: /config/users_database.yml + password: + algorithm: argon2id + iterations: 1 + key_length: 32 + salt_length: 16 + memory: 1024 + parallelism: 8 + +## +## Access Control Configuration +## +## Access control is a list of rules defining the authorizations applied for one resource to users or group of users. +## +## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed +## to anyone. Otherwise restrictions follow the rules defined. +## +## Note: One can use the wildcard * to match any subdomain. +## It must stand at the beginning of the pattern. (example: *.mydomain.com) +## +## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct. +## +## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'. +## +## - 'domain' defines which domain or set of domains the rule applies to. +## +## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not +## provided. If provided, the parameter represents either a user or a group. It should be of the form +## 'user:' or 'group:'. +## +## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'. +## +## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter +## is optional and matches any resource if not provided. +## +## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies. +access_control: + ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any + ## resource if there is no policy to be applied to the user. + default_policy: deny + + networks: [] + # networks: + # - name: private + # networks: + # - 10.0.0.0/8 + # - 172.16.0.0/12 + # - 192.168.0.0/16 + # - name: vpn + # networks: + # - 10.9.0.0/16 + + rules: [] + # rules: + # - domain: public.example.com + # policy: bypass + # - domain: "*.example.com" + # policy: bypass + # methods: + # - OPTIONS + # - domain: secure.example.com + # policy: one_factor + # networks: + # - private + # - vpn + # - 192.168.1.0/24 + # - 10.0.0.1 + # - domain: + # - secure.example.com + # - private.example.com + # policy: two_factor + # - domain: singlefactor.example.com + # policy: one_factor + # - domain: "mx2.mail.example.com" + # subject: "group:admins" + # policy: deny + # - domain: "*.example.com" + # subject: + # - "group:admins" + # - "group:moderators" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/groups/dev/.*$" + # subject: "group:dev" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/users/john/.*$" + # subject: + # - ["group:dev", "user:john"] + # - "group:admins" + # policy: two_factor + # - domain: "{user}.example.com" + # policy: bypass + +## +## Session Provider Configuration +## +## The session cookies identify the user once logged in. +## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined. +session: + ## The name of the session cookie. (default: authelia_session). + name: authelia_session + + ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. + ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + same_site: lax + + ## The time in seconds before the cookie expires and session is reset. + expiration: 1h + + ## The inactivity time in seconds before the session is reset. + inactivity: 5m + + ## The remember me duration. + ## Value is in seconds, or duration notation. Value of 0 disables remember me. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to + ## spy or attack. Currently the default is 1M or 1 month. + remember_me_duration: 1M + +## +## Redis Provider +## +## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html +## +## The redis connection details +redisProvider: + port: 6379 + + ## Optional username to be used with authentication. + # username: authelia + username: "" + + ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc). + database_index: 0 + + ## The maximum number of concurrent active connections to Redis. + maximum_active_connections: 8 + + ## The target number of idle connections to have open ready for work. Useful when opening connections is slow. + minimum_idle_connections: 0 + + ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s). + tls: + enabled: false + + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for the connection. + minimum_version: TLS1.2 + + ## The Redis HA configuration options. + ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name). + high_availability: + enabled: false + enabledSecret: false + ## Sentinel Name / Master Name + sentinel_name: mysentinel + + ## The additional nodes to pre-seed the redis provider with (for sentinel). + ## If the host in the above section is defined, it will be combined with this list to connect to sentinel. + ## For high availability to be used you must have either defined; the host above or at least one node below. + nodes: [] + # nodes: + # - host: sentinel-0.databases.svc.cluster.local + # port: 26379 + # - host: sentinel-1.databases.svc.cluster.local + # port: 26379 + + ## Choose the host with the lowest latency. + route_by_latency: false + + ## Choose the host randomly. + route_randomly: false + +## +## Regulation Configuration +## +## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done +## in a short period of time. +regulation: + ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation. + max_retries: 3 + + ## The time range during which the user can attempt login before being banned. The user is banned if the + ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + find_time: 2m + + ## The length of time before a banned user can login again. Ban Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ban_time: 5m + +## +## Storage Provider Configuration +## +## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers. +storage: + ## + ## PostgreSQL (Storage Provider) + ## + postgres: + port: 5432 + database: authelia + username: authelia + sslmode: disable + timeout: 5s + +## +## Notification Provider +## +## +## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration. +## The available providers are: filesystem, smtp. You must use one and only one of these providers. +notifier: + ## You can disable the notifier startup check by setting this to true. + disable_startup_check: false + + ## + ## File System (Notification Provider) + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + filesystem: + enabled: true + filename: /config/notification.txt + + ## + ## SMTP (Notification Provider) + ## + ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate. + ## [Security] By default Authelia will: + ## - force all SMTP connections over TLS including unauthenticated connections + ## - use the disable_require_tls boolean value to disable this requirement + ## (only works for unauthenticated connections) + ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates + ## (configure in tls section) + smtp: + enabled: false + enabledSecret: false + host: smtp.mail.svc.cluster.local + port: 25 + timeout: 5s + username: test + plain_password: test + sender: admin@example.com + ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. + identifier: localhost + ## Subject configuration of the emails sent. + ## {title} is replaced by the text from the notifier + subject: "[Authelia] {title}" + ## This address is used during the startup check to verify the email configuration is correct. + ## It's not important what it is except if your email server only allows local delivery. + startup_check_address: test@authelia.com + disable_require_tls: false + disable_html_emails: false + + tls: + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + + ## Minimum TLS version for either StartTLS or SMTPS. + minimum_version: TLS1.2 + +identity_providers: + oidc: + ## Enables this in the config map. Currently in beta stage. + ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap + enabled: false + + access_token_lifespan: 1h + authorize_code_lifespan: 1m + id_token_lifespan: 1h + refresh_token_lifespan: 90m + + enable_client_debug_messages: false + + ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for + ## security reasons. + minimum_parameter_entropy: 8 + + clients: [] + # clients: + # - + ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration. + # id: myapp + + ## The description to show to users when they end up on the consent screen. Defaults to the ID above. + # description: My Application + + ## The client secret is a shared secret between Authelia and the consumer of this client. + # secret: apple123 + + ## Sets the client to public. This should typically not be set, please see the documentation for usage. + # public: false + + ## The policy to require for this client; one_factor or two_factor. + # authorization_policy: two_factor + + ## Audience this client is allowed to request. + # audience: [] + + ## Scopes this client is allowed to request. + # scopes: + # - openid + # - profile + # - email + # - groups + + ## Redirect URI's specifies a list of valid case-sensitive callbacks for this client. + # redirect_uris: + # - https://oidc.example.com/oauth2/callback + + ## Grant Types configures which grants this client can obtain. + ## It's not recommended to configure this unless you know what you're doing. + # grant_types: + # - refresh_token + # - authorization_code + + ## Response Types configures which responses this client can be sent. + ## It's not recommended to configure this unless you know what you're doing. + # response_types: + # - code + + ## Response Modes configures which response modes this client supports. + ## It's not recommended to configure this unless you know what you're doing. + # response_modes: + # - form_post + # - query + # - fragment + + ## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256. + # userinfo_signing_algorithm: none + +portal: + enabled: true diff --git a/stable/authelia/11.0.56/questions.yaml b/stable/authelia/11.0.56/questions.yaml new file mode 100644 index 00000000000..4eb5e2e10a2 --- /dev/null +++ b/stable/authelia/11.0.56/questions.yaml @@ -0,0 +1,3465 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: domain + group: "App Configuration" + label: "Domain" + description: "The highest domain level possible, for example: domain.com when using app.domain.com" + schema: + type: string + default: "" + required: true + - variable: default_redirection_url + group: "App Configuration" + label: "Default Redirection Url" + description: "If user tries to authenticate without any referer, this is used" + schema: + type: string + default: "" + - variable: theme + group: "App Configuration" + label: "Theme" + schema: + type: string + default: "auto" + enum: + - value: "auto" + description: "auto" + - value: "light" + description: "light" + - value: "grey" + description: "grey" + - value: "dark" + description: "dark" + - variable: log + group: "App Configuration" + label: "Log Configuration " + schema: + additional_attrs: true + type: dict + attrs: + - variable: level + label: "Log Level" + schema: + type: string + default: "info" + enum: + - value: "info" + description: "info" + - value: "debug" + description: "debug" + - value: "trace" + description: "trace" + - variable: format + label: "Log Format" + schema: + type: string + default: "text" + enum: + - value: "json" + description: "json" + - value: "text" + description: "text" + - variable: totp + group: "App Configuration" + label: "TOTP Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: issuer + label: "Issuer" + description: "The issuer name displayed in the Authenticator application of your choice" + schema: + type: string + default: "" + - variable: period + label: "Period" + description: "The period in seconds a one-time password is current for" + schema: + type: int + default: 30 + - variable: skew + label: "skew" + description: "Controls number of one-time passwords either side of the current one that are valid." + schema: + type: int + default: 1 + - variable: duo_api + group: "App Configuration" + label: "DUO API Configuration" + description: "Parameters used to contact the Duo API." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostname + label: "Hostname" + schema: + type: string + required: true + default: "" + - variable: integration_key + label: "integration_key" + schema: + type: string + default: "" + required: true + - variable: plain_api_key + label: "plain_api_key" + schema: + type: string + default: "" + required: true + - variable: session + group: "App Configuration" + label: "Session Provider" + description: "The session cookies identify the user once logged in." + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Cookie Name" + description: "The name of the session cookie." + schema: + type: string + required: true + default: "authelia_session" + - variable: same_site + label: "SameSite Value" + description: "Sets the Cookie SameSite value" + schema: + type: string + default: "lax" + enum: + - value: "lax" + description: "lax" + - value: "strict" + description: "strict" + - variable: expiration + label: "Expiration Time" + description: "The time in seconds before the cookie expires and session is reset." + schema: + type: string + default: "1h" + required: true + - variable: inactivity + label: "Inactivity Time" + description: "The inactivity time in seconds before the session is reset." + schema: + type: string + default: "5m" + required: true + - variable: inactivity + label: "Remember-Me duration" + description: "The remember me duration" + schema: + type: string + default: "5M" + required: true + - variable: regulation + group: "App Configuration" + label: "Regulation Configuration" + description: "his mechanism prevents attackers from brute forcing the first factor." + schema: + additional_attrs: true + type: dict + attrs: + - variable: max_retries + label: "Maximum Retries" + description: "The number of failed login attempts before user is banned. Set it to 0 to disable regulation." + schema: + type: int + default: 3 + - variable: find_time + label: "Find Time" + description: "The time range during which the user can attempt login before being banned." + schema: + type: string + default: "2m" + required: true + - variable: ban_time + label: "Ban Duration" + description: "The length of time before a banned user can login again" + schema: + type: string + default: "5m" + required: true + - variable: authentication_backend + group: "App Configuration" + label: "Authentication Backend Provider" + description: "sed for verifying user passwords and retrieve information such as email address and groups users belong to." + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_reset_password + label: "Disable Reset Password" + description: "Disable both the HTML element and the API for reset password functionality" + schema: + type: boolean + default: false + - variable: refresh_interval + label: "Reset Interval" + description: "The amount of time to wait before we refresh data from the authentication backend" + schema: + type: string + default: "5m" + required: true + - variable: ldap + label: "LDAP backend configuration" + description: "Used for verifying user passwords and retrieve information such as email address and groups users belong to" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: implementation + label: "Implementation" + description: "The LDAP implementation, this affects elements like the attribute utilised for resetting a password" + schema: + type: string + default: "custom" + enum: + - value: "activedirectory" + description: "activedirectory" + - value: "custom" + description: "custom" + - variable: url + label: "URL" + description: "The url to the ldap server. Format: ://
[:]" + schema: + type: string + default: "ldap://openldap.default.svc.cluster.local" + required: true + - variable: timeout + label: "Connection Timeout" + schema: + type: string + default: "5s" + required: true + - variable: start_tls + label: "Start TLS" + description: "Use StartTLS with the LDAP connection" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: base_dn + label: "Base DN" + description: "The base dn for every LDAP query." + schema: + type: string + default: "DC=example,DC=com" + required: true + - variable: username_attribute + label: "Username Attribute" + description: "The attribute holding the username of the user" + schema: + type: string + default: "" + required: true + - variable: additional_users_dn + label: "Additional Users DN" + description: "An additional dn to define the scope to all users." + schema: + type: string + default: "OU=Users" + required: true + - variable: users_filter + label: "Users Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: additional_groups_dn + label: "Additional Groups DN" + description: "An additional dn to define the scope of groups." + schema: + type: string + default: "OU=Groups" + required: true + - variable: groups_filter + label: "Groups Filter" + description: "The groups filter used in search queries to find the groups of the user." + schema: + type: string + default: "" + required: true + - variable: group_name_attribute + label: "Group name Attribute" + description: "The attribute holding the name of the group" + schema: + type: string + default: "" + required: true + - variable: mail_attribute + label: "Mail Attribute" + description: "The attribute holding the primary mail address of the user" + schema: + type: string + default: "" + required: true + - variable: display_name_attribute + label: "Display Name Attribute" + description: "he attribute holding the display name of the user. This will be used to greet an authenticated user." + schema: + type: string + default: "" + - variable: user + label: "Admin User" + description: "The username of the admin user used to connect to LDAP." + schema: + type: string + default: "CN=Authelia,DC=example,DC=com" + required: true + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + required: true + - variable: file + label: "File backend configuration" + description: "With this backend, the users database is stored in a file which is updated when users reset their passwords." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: path + label: "Path" + schema: + type: string + default: "/config/users_database.yml" + required: true + - variable: password + label: "Password Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: algorithm + label: "Algorithm" + schema: + type: string + default: "argon2id" + enum: + - value: "argon2id" + description: "argon2id" + - value: "sha512" + description: "sha512" + - variable: iterations + label: "Iterations" + schema: + type: int + default: 1 + required: true + - variable: key_length + label: "Key Length" + schema: + type: int + default: 32 + required: true + - variable: salt_length + label: "Salt Length" + schema: + type: int + default: 16 + required: true + - variable: memory + label: "Memory" + schema: + type: int + default: 1024 + required: true + - variable: parallelism + label: "Parallelism" + schema: + type: int + default: 8 + required: true + - variable: notifier + group: "App Configuration" + label: "Notifier Configuration" + description: "otifications are sent to users when they require a password reset, a u2f registration or a TOTP registration." + schema: + additional_attrs: true + type: dict + attrs: + - variable: disable_startup_check + label: "Disable Startup Check" + schema: + type: boolean + default: false + - variable: filesystem + label: "Filesystem Provider" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: filename + label: "File Path" + schema: + type: string + default: "/config/notification.txt" + required: true + - variable: smtp + label: "SMTP Provider" + description: "Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate." + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: host + label: "Host" + schema: + type: string + default: "smtp.mail.svc.cluster.local" + required: true + - variable: port + label: "Port" + schema: + type: int + default: 25 + required: true + - variable: timeout + label: "Timeout" + schema: + type: string + default: "5s" + required: true + - variable: username + label: "Username" + schema: + type: string + default: "" + required: true + - variable: plain_password + label: "Password" + schema: + type: string + default: "" + required: true + - variable: sender + label: "Sender" + schema: + type: string + default: "" + required: true + - variable: identifier + label: "Identifier" + description: "HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost." + schema: + type: string + default: "localhost" + required: true + - variable: subject + label: "Subject" + description: "Subject configuration of the emails sent, {title} is replaced by the text from the notifier" + schema: + type: string + default: "[Authelia] {title}" + required: true + - variable: startup_check_address + label: "Startup Check Address" + description: "This address is used during the startup check to verify the email configuration is correct." + schema: + type: string + default: "test@authelia.com" + required: true + - variable: disable_require_tls + label: "Disable Require TLS" + schema: + type: boolean + default: false + - variable: disable_html_emails + label: "Disable HTML emails" + schema: + type: boolean + default: false + - variable: tls + label: "TLS Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: server_name + label: "Server Name" + description: "Server Name for certificate validation (in case it's not set correctly in the URL)." + schema: + type: string + default: "" + - variable: skip_verify + label: "Skip Certificate Verification" + description: "Skip verifying the server certificate (to allow a self-signed certificate)" + schema: + type: boolean + default: false + - variable: minimum_version + label: "Minimum TLS version" + description: "Minimum TLS version for either Secure LDAP or LDAP StartTLS." + schema: + type: string + default: "TLS1.2" + enum: + - value: "TLS1.0" + description: "TLS1.0" + - value: "TLS1.1" + description: "TLS1.1" + - value: "TLS1.2" + description: "TLS1.2" + - value: "TLS1.3" + description: "TLS1.3" + - variable: access_control + group: "App Configuration" + label: "Access Control Configuration" + description: "Access control is a list of rules defining the authorizations applied for one resource to users or group of users." + schema: + additional_attrs: true + type: dict + attrs: + - variable: default_policy + label: "Default Policy" + description: "Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'." + schema: + type: string + default: "two_factor" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: networkItem + label: "Network Item" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "network" + schema: + type: string + default: "" + required: true + - variable: rules + label: "Rules" + schema: + type: list + default: [] + items: + - variable: rulesItem + label: "Rule" + schema: + additional_attrs: true + type: dict + attrs: + - variable: domain + label: "Domains" + description: "defines which domain or set of domains the rule applies to." + schema: + type: list + default: [] + items: + - variable: domainEntry + label: "Domain" + schema: + type: string + default: "" + required: true + - variable: policy + label: "Policy" + description: "The policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'." + schema: + type: string + default: "two_factor" + enum: + - value: "bypass" + description: "bypass" + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - value: "deny" + description: "deny" + - variable: subject + label: "Subject" + description: "defines the subject to apply authorizations to. This parameter is optional and matching any user if not provided" + schema: + type: list + default: [] + items: + - variable: subjectitem + label: "Subject" + schema: + type: string + default: "" + required: true + - variable: networks + label: "Networks" + schema: + type: list + default: [] + items: + - variable: network + label: "Network" + schema: + type: string + default: "" + required: true + - variable: resources + label: "Resources" + description: "is a list of regular expressions that matches a set of resources to apply the policy to" + schema: + type: list + default: [] + items: + - variable: resource + label: "Resource" + schema: + type: string + default: "" + required: true + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9091 + 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 + hidden: true + 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: 9091 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true + - variable: identity_providers + group: "Advanced" + label: "Authelia Identity Providers (BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: oidc + label: "OpenID Connect(BETA)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: access_token_lifespan + label: "Access Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: authorize_code_lifespan + label: "Authorize Code Lifespan" + schema: + type: string + default: "1m" + required: true + - variable: id_token_lifespan + label: "ID Token Lifespan" + schema: + type: string + default: "1h" + required: true + - variable: refresh_token_lifespan + label: "Refresh Token Lifespan" + schema: + type: string + default: "90m" + required: true + - variable: enable_client_debug_messages + label: "Enable Client Debug Messages" + schema: + type: boolean + default: false + - variable: clients + label: "Clients" + schema: + type: list + default: [] + items: + - variable: clientEntry + label: "Client" + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "ID/Name" + description: "The ID is the OpenID Connect ClientID which is used to link an application to a configuration." + schema: + type: string + default: "myapp" + required: true + - variable: description + label: "Description" + description: "The description to show to users when they end up on the consent screen. Defaults to the ID above." + schema: + type: string + default: "My Application" + required: true + - variable: secret + label: "Secret" + description: "The client secret is a shared secret between Authelia and the consumer of this client." + schema: + type: string + default: "" + required: true + - variable: public + label: "public" + description: "Sets the client to public. This should typically not be set, please see the documentation for usage." + schema: + type: boolean + default: false + - variable: authorization_policy + label: "Authorization Policy" + description: "The policy to require for this client; one_factor or two_factor." + schema: + type: string + default: "two_factor" + enum: + - value: "one_factor" + description: "one_factor" + - value: "two_factor" + description: "two_factor" + - variable: userinfo_signing_algorithm + label: "Userinfo Signing Algorithm" + description: "The algorithm used to sign userinfo endpoint responses for this client, either none or RS256." + schema: + type: string + default: "none" + enum: + - value: "none" + description: "none" + - value: "RS256" + description: "RS256" + - variable: audience + label: "Audience" + description: "Audience this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: audienceEntry + label: "" + schema: + type: string + default: "" + required: true + - variable: scopes + label: "Scopes" + description: "Scopes this client is allowed to request." + schema: + type: list + default: [] + items: + - variable: ScopeEntry + label: "Scope" + schema: + type: string + default: "openid" + required: true + - variable: redirect_uris + label: "redirect_uris" + description: "Redirect URI's specifies a list of valid case-sensitive callbacks for this client." + schema: + type: list + default: [] + items: + - variable: uriEntry + label: "Url" + schema: + type: string + default: "https://oidc.example.com/oauth2/callback" + required: true + - variable: grant_types + description: "Grant Types configures which grants this client can obtain." + label: "grant_types" + schema: + type: list + default: [] + items: + - variable: grantEntry + label: "Grant" + schema: + type: string + default: "refresh_token" + required: true + - variable: response_types + description: "Response Types configures which responses this client can be sent." + label: "response_types" + schema: + type: list + default: [] + items: + - variable: responseEntry + label: "type" + schema: + type: string + default: "code" + required: true + - variable: response_modes + description: "Response Modes configures which response modes this client supports." + label: "response_modes" + schema: + type: list + default: [] + items: + - variable: modeEntry + label: "Mode" + schema: + type: string + default: "form_post" + required: true diff --git a/stable/authelia/11.0.56/templates/_configmap.tpl b/stable/authelia/11.0.56/templates/_configmap.tpl new file mode 100644 index 00000000000..57d75320032 --- /dev/null +++ b/stable/authelia/11.0.56/templates/_configmap.tpl @@ -0,0 +1,248 @@ +{{/* Define the configmap */}} +{{- define "authelia.configmap" -}} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: authelia-paths +data: + AUTHELIA_SERVER_DISABLE_HEALTHCHECK: "true" + AUTHELIA_JWT_SECRET_FILE: "/secrets/JWT_TOKEN" + AUTHELIA_SESSION_SECRET_FILE: "/secrets/SESSION_ENCRYPTION_KEY" + AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: "/secrets/ENCRYPTION_KEY" + AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE: "/secrets/STORAGE_PASSWORD" + {{- if .Values.authentication_backend.ldap.enabled }} + AUTHELIA_AUTHENTICATION_BACKEND_LDAP_PASSWORD_FILE: "/secrets/LDAP_PASSWORD" + {{- end }} + {{- if .Values.notifier.smtp.enabled }} + AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE: "/secrets/SMTP_PASSWORD" + {{- end }} + AUTHELIA_SESSION_REDIS_PASSWORD_FILE: "/secrets/REDIS_PASSWORD" + {{- if .Values.redisProvider.high_availability.enabled }} + AUTHELIA_SESSION_REDIS_HIGH_AVAILABILITY_SENTINEL_PASSWORD_FILE: "/secrets/REDIS_SENTINEL_PASSWORD" + {{- end }} + {{- if .Values.duo_api.enabled }} + AUTHELIA_DUO_API_SECRET_KEY_FILE: "/secrets/DUO_API_KEY" + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + AUTHELIA_IDENTITY_PROVIDERS_OIDC_HMAC_SECRET_FILE: "/secrets/OIDC_HMAC_SECRET" + AUTHELIA_IDENTITY_PROVIDERS_OIDC_ISSUER_PRIVATE_KEY_FILE: "/secrets/OIDC_PRIVATE_KEY" + {{- end }} + +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: authelia-configfile +data: + configuration.yaml: | + --- + theme: {{ default "light" .Values.theme }} + default_redirection_url: {{ default (printf "https://www.%s" .Values.domain) .Values.default_redirection_url }} + server: + host: 0.0.0.0 + port: {{ default 9091 .Values.server.port }} + {{- if not (eq "" (default "" .Values.server.path)) }} + path: {{ .Values.server.path }} + {{- end }} + read_buffer_size: {{ default 4096 .Values.server.read_buffer_size }} + write_buffer_size: {{ default 4096 .Values.server.write_buffer_size }} + enable_pprof: {{ default false .Values.server.enable_pprof }} + enable_expvars: {{ default false .Values.server.enable_expvars }} + log: + level: {{ default "info" .Values.log.level }} + format: {{ default "text" .Values.log.format }} + {{- if not (eq "" (default "" .Values.log.file_path)) }} + file_path: {{ .Values.log.file_path }} + keep_stdout: true + {{- end }} + totp: + issuer: {{ default .Values.domain .Values.totp.issuer }} + period: {{ default 30 .Values.totp.period }} + skew: {{ default 1 .Values.totp.skew }} + {{- if .Values.duo_api.enabled }} + duo_api: + hostname: {{ .Values.duo_api.hostname }} + integration_key: {{ .Values.duo_api.integration_key }} + {{- end }} + {{- with $auth := .Values.authentication_backend }} + authentication_backend: + disable_reset_password: {{ $auth.disable_reset_password }} + {{- if $auth.file.enabled }} + file: + path: {{ $auth.file.path }} + password: {{ toYaml $auth.file.password | nindent 10 }} + {{- end }} + {{- if $auth.ldap.enabled }} + ldap: + implementation: {{ default "custom" $auth.ldap.implementation }} + url: {{ $auth.ldap.url }} + timeout: {{ default "5s" $auth.ldap.timeout }} + start_tls: {{ $auth.ldap.start_tls }} + tls: + {{- if hasKey $auth.ldap.tls "server_name" }} + server_name: {{ default $auth.ldap.host $auth.ldap.tls.server_name }} + {{- end }} + minimum_version: {{ default "TLS1.2" $auth.ldap.tls.minimum_version }} + skip_verify: {{ default false $auth.ldap.tls.skip_verify }} + {{- if $auth.ldap.base_dn }} + base_dn: {{ $auth.ldap.base_dn }} + {{- end }} + {{- if $auth.ldap.username_attribute }} + username_attribute: {{ $auth.ldap.username_attribute }} + {{- end }} + {{- if $auth.ldap.additional_users_dn }} + additional_users_dn: {{ $auth.ldap.additional_users_dn }} + {{- end }} + {{- if $auth.ldap.users_filter }} + users_filter: {{ $auth.ldap.users_filter }} + {{- end }} + {{- if $auth.ldap.additional_groups_dn }} + additional_groups_dn: {{ $auth.ldap.additional_groups_dn }} + {{- end }} + {{- if $auth.ldap.groups_filter }} + groups_filter: {{ $auth.ldap.groups_filter }} + {{- end }} + {{- if $auth.ldap.group_name_attribute }} + group_name_attribute: {{ $auth.ldap.group_name_attribute }} + {{- end }} + {{- if $auth.ldap.mail_attribute }} + mail_attribute: {{ $auth.ldap.mail_attribute }} + {{- end }} + {{- if $auth.ldap.display_name_attribute }} + display_name_attribute: {{ $auth.ldap.display_name_attribute }} + {{- end }} + user: {{ $auth.ldap.user }} + {{- end }} + {{- end }} + {{- with $session := .Values.session }} + session: + name: {{ default "authelia_session" $session.name }} + domain: {{ required "A valid .Values.domain entry required!" $.Values.domain }} + same_site: {{ default "lax" $session.same_site }} + expiration: {{ default "1M" $session.expiration }} + inactivity: {{ default "5m" $session.inactivity }} + remember_me_duration: {{ default "1M" $session.remember_me_duration }} + {{- end }} + redis: + host: {{ .Values.redis.url.plain }} + {{- with $redis := .Values.redisProvider }} + port: {{ default 6379 $redis.port }} + {{- if not (eq $redis.username "") }} + username: {{ $redis.username }} + {{- end }} + maximum_active_connections: {{ default 8 $redis.maximum_active_connections }} + minimum_idle_connections: {{ default 0 $redis.minimum_idle_connections }} + {{- if $redis.tls.enabled }} + tls: + server_name: {{ $redis.tls.server_name }} + minimum_version: {{ default "TLS1.2" $redis.tls.minimum_version }} + skip_verify: {{ $redis.tls.skip_verify }} + {{- end }} + {{- if $redis.high_availability.enabled }} + high_availability: + sentinel_name: {{ $redis.high_availability.sentinel_name }} + {{- if $redis.high_availability.nodes }} + nodes: {{ toYaml $redis.high_availability.nodes | nindent 10 }} + {{- end }} + route_by_latency: {{ $redis.high_availability.route_by_latency }} + route_randomly: {{ $redis.high_availability.route_randomly }} + {{- end }} + {{- end }} + regulation: {{ toYaml .Values.regulation | nindent 6 }} + storage: + postgres: + host: {{ printf "%v-%v" .Release.Name "postgresql" }} + {{- with $storage := .Values.storage }} + port: {{ default 5432 $storage.postgres.port }} + database: {{ default "authelia" $storage.postgres.database }} + username: {{ default "authelia" $storage.postgres.username }} + timeout: {{ default "5s" $storage.postgres.timeout }} + sslmode: {{ default "disable" $storage.postgres.sslmode }} + {{- end }} + {{- with $notifier := .Values.notifier }} + notifier: + disable_startup_check: {{ $.Values.notifier.disable_startup_check }} + {{- if $notifier.filesystem.enabled }} + filesystem: + filename: {{ $notifier.filesystem.filename }} + {{- end }} + {{- if $notifier.smtp.enabled }} + smtp: + host: {{ $notifier.smtp.host }} + port: {{ default 25 $notifier.smtp.port }} + timeout: {{ default "5s" $notifier.smtp.timeout }} + username: {{ $notifier.smtp.username }} + sender: {{ $notifier.smtp.sender }} + identifier: {{ $notifier.smtp.identifier }} + subject: {{ $notifier.smtp.subject | quote }} + startup_check_address: {{ $notifier.smtp.startup_check_address }} + disable_require_tls: {{ $notifier.smtp.disable_require_tls }} + disable_html_emails: {{ $notifier.smtp.disable_html_emails }} + tls: + server_name: {{ default $notifier.smtp.host $notifier.smtp.tls.server_name }} + minimum_version: {{ default "TLS1.2" $notifier.smtp.tls.minimum_version }} + skip_verify: {{ default false $notifier.smtp.tls.skip_verify }} + {{- end }} + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + identity_providers: + oidc: + access_token_lifespan: {{ default "1h" .Values.identity_providers.oidc.access_token_lifespan }} + authorize_code_lifespan: {{ default "1m" .Values.identity_providers.oidc.authorize_code_lifespan }} + id_token_lifespan: {{ default "1h" .Values.identity_providers.oidc.id_token_lifespan }} + refresh_token_lifespan: {{ default "90m" .Values.identity_providers.oidc.refresh_token_lifespan }} + enable_client_debug_messages: {{ default false .Values.identity_providers.oidc.enable_client_debug_messages }} + minimum_parameter_entropy: {{ default 8 .Values.identity_providers.oidc.minimum_parameter_entropy }} + {{- if gt (len .Values.identity_providers.oidc.clients) 0 }} + clients: + {{- range $client := .Values.identity_providers.oidc.clients }} + - id: {{ $client.id }} + description: {{ default $client.id $client.description }} + secret: {{ default (randAlphaNum 128) $client.secret }} + {{- if $client.public }} + public: {{ $client.public }} + {{- end }} + authorization_policy: {{ default "two_factor" $client.authorization_policy }} + redirect_uris: + {{- range $client.redirect_uris }} + - {{ . }} + {{- end }} + {{- if $client.audience }} + audience: {{ toYaml $client.audience | nindent 10 }} + {{- end }} + scopes: {{ toYaml (default (list "openid" "profile" "email" "groups") $client.scopes) | nindent 10 }} + grant_types: {{ toYaml (default (list "refresh_token" "authorization_code") $client.grant_types) | nindent 10 }} + response_types: {{ toYaml (default (list "code") $client.response_types) | nindent 10 }} + {{- if $client.response_modes }} + response_modes: {{ toYaml $client.response_modes | nindent 10 }} + {{- end }} + userinfo_signing_algorithm: {{ default "none" $client.userinfo_signing_algorithm }} + {{- end }} + {{- end }} + {{- end }} + access_control: + {{- if (eq (len .Values.access_control.rules) 0) }} + {{- if (eq .Values.access_control.default_policy "bypass") }} + default_policy: one_factor + {{- else if (eq .Values.access_control.default_policy "deny") }} + default_policy: two_factor + {{- else }} + default_policy: {{ .Values.access_control.default_policy }} + {{- end }} + {{- else }} + default_policy: {{ .Values.access_control.default_policy }} + {{- end }} + {{- if (eq (len .Values.access_control.networks) 0) }} + networks: [] + {{- else }} + networks: {{ toYaml .Values.access_control.networks | nindent 6 }} + {{- end }} + {{- if (eq (len .Values.access_control.rules) 0) }} + rules: [] + {{- else }} + rules: {{ toYaml .Values.access_control.rules | nindent 6 }} + {{- end }} + ... +{{- end -}} diff --git a/stable/authelia/11.0.56/templates/_secrets.tpl b/stable/authelia/11.0.56/templates/_secrets.tpl new file mode 100644 index 00000000000..81fbe92ff70 --- /dev/null +++ b/stable/authelia/11.0.56/templates/_secrets.tpl @@ -0,0 +1,67 @@ +{{/* Define the secrets */}} +{{- define "authelia.secrets" -}} +--- + +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: authelia-secrets +{{- $autheliaprevious := lookup "v1" "Secret" .Release.Namespace "authelia-secrets" }} +{{- $oidckey := "" }} +{{- $oidcsecret := "" }} +{{- $jwtsecret := "" }} +{{- $sessionsecret := "" }} +{{- $encryptionkey := "" }} +data: + {{- if $autheliaprevious }} + SESSION_ENCRYPTION_KEY: {{ index $autheliaprevious.data "SESSION_ENCRYPTION_KEY" }} + JWT_TOKEN: {{ index $autheliaprevious.data "JWT_TOKEN" }} + {{- if ( hasKey $autheliaprevious.data "ENCRYPTION_KEY" ) }} + ENCRYPTION_KEY: {{ index $autheliaprevious.data "ENCRYPTION_KEY" }} + {{- else }} + {{- $encryptionkey := randAlphaNum 100 }} + ENCRYPTION_KEY: {{ $encryptionkey | b64enc }} + {{- end }} + {{- else }} + {{- $jwtsecret := randAlphaNum 50 }} + {{- $sessionsecret := randAlphaNum 50 }} + {{- $encryptionkey := randAlphaNum 100 }} + SESSION_ENCRYPTION_KEY: {{ $sessionsecret | b64enc }} + JWT_TOKEN: {{ $jwtsecret | b64enc}} + ENCRYPTION_KEY: {{ $encryptionkey | b64enc }} + {{- end }} + + {{- if .Values.authentication_backend.ldap.enabled }} + LDAP_PASSWORD: {{ .Values.authentication_backend.ldap.plain_password | b64enc | quote }} + {{- end }} + + {{- if .Values.notifier.smtp.enabled }} + SMTP_PASSWORD: {{ .Values.notifier.smtp.plain_password | b64enc | quote }} + {{- end }} + + {{- if .Values.duo_api.enabled }} + DUO_API_KEY: {{ .Values.duo_api.plain_api_key | b64enc }} + {{- end }} + + STORAGE_PASSWORD: {{ .Values.postgresql.postgresqlPassword | trimAll "\"" | b64enc }} + + REDIS_PASSWORD: {{ .Values.redis.redisPassword | trimAll "\"" | b64enc }} + {{- if .Values.redisProvider.high_availability.enabled}} + REDIS_SENTINEL_PASSWORD: {{ .Values.redis.sentinelPassword | trimAll "\"" | b64enc }} + {{- end }} + + {{- if $autheliaprevious }} + {{- if and ( hasKey $autheliaprevious.data "OIDC_PRIVATE_KEY" ) ( hasKey $autheliaprevious.data "OIDC_HMAC_SECRET" ) }} + OIDC_PRIVATE_KEY: {{ index $autheliaprevious.data "OIDC_PRIVATE_KEY" }} + OIDC_HMAC_SECRET: {{ index $autheliaprevious.data "OIDC_HMAC_SECRET" }} + {{- else }} + {{- $oidckey := genPrivateKey "rsa" }} + {{- $oidcsecret := randAlphaNum 32 }} + OIDC_PRIVATE_KEY: {{ $oidckey | b64enc }} + OIDC_HMAC_SECRET: {{ $oidcsecret | b64enc }} + {{- end }} + {{- end }} + + +{{- end -}} diff --git a/stable/authelia/11.0.56/templates/common.yaml b/stable/authelia/11.0.56/templates/common.yaml new file mode 100644 index 00000000000..614b468adf3 --- /dev/null +++ b/stable/authelia/11.0.56/templates/common.yaml @@ -0,0 +1,74 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render configmap for authelia */}} +{{- include "authelia.configmap" . }} + +{{/* Render secrets for authelia */}} +{{- include "authelia.secrets" . }} + +{{/* Append the general configMap volume to the volumes */}} +{{- define "authelia.configmapVolume" -}} +enabled: "true" +mountPath: " /configuration.yaml" +readOnly: true +subPath: configuration.yaml +type: "custom" +volumeSpec: + configMap: + name: authelia-configfile + items: + - key: configuration.yaml + path: configuration.yaml +{{- end -}} + +{{/* Append the general secret volumes to the volumes */}} +{{- define "authelia.secretVolumes" -}} +enabled: "true" +mountPath: "/secrets" +readOnly: true +type: "custom" +volumeSpec: + secret: + secretName: authelia-secrets + items: + - key: "JWT_TOKEN" + path: JWT_TOKEN + - key: "SESSION_ENCRYPTION_KEY" + path: SESSION_ENCRYPTION_KEY + - key: "ENCRYPTION_KEY" + path: ENCRYPTION_KEY + - key: "STORAGE_PASSWORD" + path: STORAGE_PASSWORD + {{- if .Values.authentication_backend.ldap.enabled }} + - key: "LDAP_PASSWORD" + path: LDAP_PASSWORD + {{- end }} + {{- if .Values.notifier.smtp.enabled }} + - key: "SMTP_PASSWORD" + path: SMTP_PASSWORD + {{- end }} + - key: "REDIS_PASSWORD" + path: REDIS_PASSWORD + {{- if .Values.redisProvider.high_availability.enabled}} + - key: "REDIS_SENTINEL_PASSWORD" + path: REDIS_SENTINEL_PASSWORD + {{- end }} + {{- if .Values.duo_api.enabled }} + - key: "DUO_API_KEY" + path: DUO_API_KEY + {{- end }} + {{- if .Values.identity_providers.oidc.enabled }} + - key: "OIDC_PRIVATE_KEY" + path: OIDC_PRIVATE_KEY + - key: "OIDC_HMAC_SECRET" + path: OIDC_HMAC_SECRET + {{- end }} +{{- end -}} + +{{- $_ := set .Values.persistence "authelia-configfile" (include "authelia.configmapVolume" . | fromYaml) -}} +{{- $_ := set .Values.persistence "authelia-secrets" (include "authelia.secretVolumes" . | fromYaml) -}} + + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/authentik/7.1.6/values.yaml b/stable/authelia/11.0.56/values.yaml similarity index 100% rename from stable/authentik/7.1.6/values.yaml rename to stable/authelia/11.0.56/values.yaml diff --git a/stable/authentik/7.1.6/CHANGELOG.md b/stable/authentik/7.1.6/CHANGELOG.md deleted file mode 100644 index a4404f248eb..00000000000 --- a/stable/authentik/7.1.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [authentik-7.1.6](https://github.com/truecharts/charts/compare/authentik-7.1.5...authentik-7.1.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [authentik-7.1.5](https://github.com/truecharts/charts/compare/authentik-7.1.4...authentik-7.1.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [authentik-7.1.5](https://github.com/truecharts/charts/compare/authentik-7.1.4...authentik-7.1.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [authentik-7.1.4](https://github.com/truecharts/charts/compare/authentik-7.1.3...authentik-7.1.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [authentik-7.1.3](https://github.com/truecharts/charts/compare/authentik-7.1.2...authentik-7.1.3) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - ### Fix - -- fix UI for nested subquestions ([#4005](https://github.com/truecharts/charts/issues/4005)) - - - - -## [authentik-7.1.2](https://github.com/truecharts/charts/compare/authentik-7.1.1...authentik-7.1.2) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- move some files that left behind ([#3983](https://github.com/truecharts/charts/issues/3983)) - - - - -## [authentik-7.1.1](https://github.com/truecharts/charts/compare/authentik-7.1.0...authentik-7.1.1) (2022-10-01) - -### Chore - -- move to stable ([#3978](https://github.com/truecharts/charts/issues/3978)) - - - - -## [authentik-7.1.0](https://github.com/truecharts/charts/compare/authentik-7.0.2...authentik-7.1.0) (2022-10-01) - -### Feat - -- cleanup GUI from unnecessary services/ingresses and add serviceMonitor and prometheusRule ([#3961](https://github.com/truecharts/charts/issues/3961)) - - - - -## [authentik-7.0.1](https://github.com/truecharts/charts/compare/authentik-7.0.0...authentik-7.0.1) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - diff --git a/stable/authentik/7.1.6/Chart.lock b/stable/authentik/7.1.6/Chart.lock deleted file mode 100644 index 0dc51624d82..00000000000 --- a/stable/authentik/7.1.6/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:16:53.194848618Z" diff --git a/stable/authentik/7.1.6/Chart.yaml b/stable/authentik/7.1.6/Chart.yaml deleted file mode 100644 index ed81ac4062e..00000000000 --- a/stable/authentik/7.1.6/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "2022.9.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: authentik is an open-source Identity Provider focused on flexibility and versatility. -home: https://truecharts.org/docs/charts/stable/authentik -icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png -keywords: - - authentik -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: authentik -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - - https://github.com/goauthentik/authentik - - https://goauthentik.io/docs/ -version: 7.1.6 -annotations: - truecharts.org/catagories: | - - authentication - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/authentik/7.1.6/README.md b/stable/authentik/7.1.6/README.md deleted file mode 100644 index c4be74417cf..00000000000 --- a/stable/authentik/7.1.6/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# authentik - -authentik is an open-source Identity Provider focused on flexibility and versatility. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [authentik](https://truecharts.org/docs/charts/stable/authentik) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `authentik` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install authentik TrueCharts/authentik -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `authentik` deployment - -```console -helm uninstall authentik -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install authentik \ - --set env.TZ="America/New York" \ - TrueCharts/authentik -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install authentik TrueCharts/authentik -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/authentik/7.1.6/charts/common-10.7.0.tgz b/stable/authentik/7.1.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/authentik/7.1.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/authentik/7.1.6/charts/postgresql-8.0.97.tgz b/stable/authentik/7.1.6/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/authentik/7.1.6/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/authentik/7.1.6/charts/redis-3.0.94.tgz b/stable/authentik/7.1.6/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/authentik/7.1.6/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/authentik/7.1.7/CHANGELOG.md b/stable/authentik/7.1.7/CHANGELOG.md new file mode 100644 index 00000000000..1e566e45eeb --- /dev/null +++ b/stable/authentik/7.1.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [authentik-7.1.7](https://github.com/truecharts/charts/compare/authentik-7.1.6...authentik-7.1.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [authentik-7.1.6](https://github.com/truecharts/charts/compare/authentik-7.1.5...authentik-7.1.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [authentik-7.1.5](https://github.com/truecharts/charts/compare/authentik-7.1.4...authentik-7.1.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [authentik-7.1.5](https://github.com/truecharts/charts/compare/authentik-7.1.4...authentik-7.1.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [authentik-7.1.4](https://github.com/truecharts/charts/compare/authentik-7.1.3...authentik-7.1.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [authentik-7.1.3](https://github.com/truecharts/charts/compare/authentik-7.1.2...authentik-7.1.3) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + + ### Fix + +- fix UI for nested subquestions ([#4005](https://github.com/truecharts/charts/issues/4005)) + + + + +## [authentik-7.1.2](https://github.com/truecharts/charts/compare/authentik-7.1.1...authentik-7.1.2) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- move some files that left behind ([#3983](https://github.com/truecharts/charts/issues/3983)) + + + + +## [authentik-7.1.1](https://github.com/truecharts/charts/compare/authentik-7.1.0...authentik-7.1.1) (2022-10-01) + +### Chore + +- move to stable ([#3978](https://github.com/truecharts/charts/issues/3978)) + + + + +## [authentik-7.1.0](https://github.com/truecharts/charts/compare/authentik-7.0.2...authentik-7.1.0) (2022-10-01) + +### Feat + +- cleanup GUI from unnecessary services/ingresses and add serviceMonitor and prometheusRule ([#3961](https://github.com/truecharts/charts/issues/3961)) + + + diff --git a/stable/authentik/7.1.7/Chart.lock b/stable/authentik/7.1.7/Chart.lock new file mode 100644 index 00000000000..3b708998466 --- /dev/null +++ b/stable/authentik/7.1.7/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:00:22.146648759Z" diff --git a/stable/authentik/7.1.7/Chart.yaml b/stable/authentik/7.1.7/Chart.yaml new file mode 100644 index 00000000000..8ec5ddb6e87 --- /dev/null +++ b/stable/authentik/7.1.7/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "2022.9.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: authentik is an open-source Identity Provider focused on flexibility and versatility. +home: https://truecharts.org/docs/charts/stable/authentik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png +keywords: + - authentik +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: authentik +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/authentik + - https://github.com/goauthentik/authentik + - https://goauthentik.io/docs/ +version: 7.1.7 +annotations: + truecharts.org/catagories: | + - authentication + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/authentik/7.1.7/README.md b/stable/authentik/7.1.7/README.md new file mode 100644 index 00000000000..f844816da95 --- /dev/null +++ b/stable/authentik/7.1.7/README.md @@ -0,0 +1,109 @@ +# authentik + +authentik is an open-source Identity Provider focused on flexibility and versatility. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [authentik](https://truecharts.org/docs/charts/stable/authentik) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `authentik` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install authentik TrueCharts/authentik +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `authentik` deployment + +```console +helm uninstall authentik +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install authentik \ + --set env.TZ="America/New York" \ + TrueCharts/authentik +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install authentik TrueCharts/authentik -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/authentik/7.1.6/app-readme.md b/stable/authentik/7.1.7/app-readme.md similarity index 100% rename from stable/authentik/7.1.6/app-readme.md rename to stable/authentik/7.1.7/app-readme.md diff --git a/stable/authentik/7.1.7/charts/common-10.7.1.tgz b/stable/authentik/7.1.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/authentik/7.1.7/charts/common-10.7.1.tgz differ diff --git a/stable/authentik/7.1.7/charts/postgresql-8.0.101.tgz b/stable/authentik/7.1.7/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/authentik/7.1.7/charts/postgresql-8.0.101.tgz differ diff --git a/stable/authentik/7.1.7/charts/redis-3.0.97.tgz b/stable/authentik/7.1.7/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/authentik/7.1.7/charts/redis-3.0.97.tgz differ diff --git a/stable/authentik/7.1.6/ix_values.yaml b/stable/authentik/7.1.7/ix_values.yaml similarity index 100% rename from stable/authentik/7.1.6/ix_values.yaml rename to stable/authentik/7.1.7/ix_values.yaml diff --git a/stable/authentik/7.1.6/questions.yaml b/stable/authentik/7.1.7/questions.yaml similarity index 100% rename from stable/authentik/7.1.6/questions.yaml rename to stable/authentik/7.1.7/questions.yaml diff --git a/stable/authentik/7.1.6/templates/_config.tpl b/stable/authentik/7.1.7/templates/_config.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_config.tpl rename to stable/authentik/7.1.7/templates/_config.tpl diff --git a/stable/authentik/7.1.6/templates/_geoip.tpl b/stable/authentik/7.1.7/templates/_geoip.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_geoip.tpl rename to stable/authentik/7.1.7/templates/_geoip.tpl diff --git a/stable/authentik/7.1.6/templates/_ldap.tpl b/stable/authentik/7.1.7/templates/_ldap.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_ldap.tpl rename to stable/authentik/7.1.7/templates/_ldap.tpl diff --git a/stable/authentik/7.1.6/templates/_proxy.tpl b/stable/authentik/7.1.7/templates/_proxy.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_proxy.tpl rename to stable/authentik/7.1.7/templates/_proxy.tpl diff --git a/stable/authentik/7.1.6/templates/_secret.tpl b/stable/authentik/7.1.7/templates/_secret.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_secret.tpl rename to stable/authentik/7.1.7/templates/_secret.tpl diff --git a/stable/authentik/7.1.6/templates/_worker.tpl b/stable/authentik/7.1.7/templates/_worker.tpl similarity index 100% rename from stable/authentik/7.1.6/templates/_worker.tpl rename to stable/authentik/7.1.7/templates/_worker.tpl diff --git a/stable/authentik/7.1.6/templates/common.yaml b/stable/authentik/7.1.7/templates/common.yaml similarity index 100% rename from stable/authentik/7.1.6/templates/common.yaml rename to stable/authentik/7.1.7/templates/common.yaml diff --git a/stable/authentik/7.1.6/templates/prometheusrules.yaml b/stable/authentik/7.1.7/templates/prometheusrules.yaml similarity index 100% rename from stable/authentik/7.1.6/templates/prometheusrules.yaml rename to stable/authentik/7.1.7/templates/prometheusrules.yaml diff --git a/stable/authentik/7.1.6/templates/servicemonitor.yaml b/stable/authentik/7.1.7/templates/servicemonitor.yaml similarity index 100% rename from stable/authentik/7.1.6/templates/servicemonitor.yaml rename to stable/authentik/7.1.7/templates/servicemonitor.yaml diff --git a/stable/autobrr/1.0.8/values.yaml b/stable/authentik/7.1.7/values.yaml similarity index 100% rename from stable/autobrr/1.0.8/values.yaml rename to stable/authentik/7.1.7/values.yaml diff --git a/stable/autobrr/1.0.8/CHANGELOG.md b/stable/autobrr/1.0.8/CHANGELOG.md deleted file mode 100644 index 36479c10f1b..00000000000 --- a/stable/autobrr/1.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [autobrr-1.0.8](https://github.com/truecharts/charts/compare/autobrr-1.0.7...autobrr-1.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [autobrr-1.0.7](https://github.com/truecharts/charts/compare/autobrr-1.0.6...autobrr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [autobrr-1.0.7](https://github.com/truecharts/charts/compare/autobrr-1.0.6...autobrr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [autobrr-1.0.6](https://github.com/truecharts/charts/compare/autobrr-1.0.5...autobrr-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [autobrr-1.0.5](https://github.com/truecharts/charts/compare/autobrr-1.0.4...autobrr-1.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [autobrr-1.0.4](https://github.com/truecharts/charts/compare/autobrr-1.0.3...autobrr-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [autobrr-1.0.3](https://github.com/truecharts/charts/compare/autobrr-1.0.2...autobrr-1.0.3) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [autobrr-1.0.2](https://github.com/truecharts/charts/compare/autobrr-1.0.1...autobrr-1.0.2) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [autobrr-1.0.1](https://github.com/truecharts/charts/compare/autobrr-1.0.0...autobrr-1.0.1) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/autobrr/1.0.8/Chart.lock b/stable/autobrr/1.0.8/Chart.lock deleted file mode 100644 index ccf72eaa11e..00000000000 --- a/stable/autobrr/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:16:33.591522663Z" diff --git a/stable/autobrr/1.0.8/Chart.yaml b/stable/autobrr/1.0.8/Chart.yaml deleted file mode 100644 index d6223f96fde..00000000000 --- a/stable/autobrr/1.0.8/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: autobrr -version: 1.0.8 -appVersion: "1.7.1" -description: The modern download automation tool for torrents. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/autobrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png -keywords: - - autobrr - - torrent -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr - - https://github.com/autobrr/autobrr -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/autobrr/1.0.8/README.md b/stable/autobrr/1.0.8/README.md deleted file mode 100644 index 58c329b70e9..00000000000 --- a/stable/autobrr/1.0.8/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# autobrr - -The modern download automation tool for torrents. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [autobrr](https://truecharts.org/docs/charts/stable/autobrr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `autobrr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install autobrr TrueCharts/autobrr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `autobrr` deployment - -```console -helm uninstall autobrr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install autobrr \ - --set env.TZ="America/New York" \ - TrueCharts/autobrr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install autobrr TrueCharts/autobrr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/autobrr/1.0.8/charts/common-10.7.0.tgz b/stable/autobrr/1.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/autobrr/1.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/autobrr/1.0.9/CHANGELOG.md b/stable/autobrr/1.0.9/CHANGELOG.md new file mode 100644 index 00000000000..44141affdf8 --- /dev/null +++ b/stable/autobrr/1.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [autobrr-1.0.9](https://github.com/truecharts/charts/compare/autobrr-1.0.8...autobrr-1.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [autobrr-1.0.8](https://github.com/truecharts/charts/compare/autobrr-1.0.7...autobrr-1.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [autobrr-1.0.7](https://github.com/truecharts/charts/compare/autobrr-1.0.6...autobrr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [autobrr-1.0.7](https://github.com/truecharts/charts/compare/autobrr-1.0.6...autobrr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [autobrr-1.0.6](https://github.com/truecharts/charts/compare/autobrr-1.0.5...autobrr-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [autobrr-1.0.5](https://github.com/truecharts/charts/compare/autobrr-1.0.4...autobrr-1.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [autobrr-1.0.4](https://github.com/truecharts/charts/compare/autobrr-1.0.3...autobrr-1.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [autobrr-1.0.3](https://github.com/truecharts/charts/compare/autobrr-1.0.2...autobrr-1.0.3) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [autobrr-1.0.2](https://github.com/truecharts/charts/compare/autobrr-1.0.1...autobrr-1.0.2) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [autobrr-1.0.1](https://github.com/truecharts/charts/compare/autobrr-1.0.0...autobrr-1.0.1) (2022-09-22) + +### Chore diff --git a/stable/autobrr/1.0.9/Chart.lock b/stable/autobrr/1.0.9/Chart.lock new file mode 100644 index 00000000000..9166564e2ce --- /dev/null +++ b/stable/autobrr/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:00:04.433028873Z" diff --git a/stable/autobrr/1.0.9/Chart.yaml b/stable/autobrr/1.0.9/Chart.yaml new file mode 100644 index 00000000000..d640d2d4835 --- /dev/null +++ b/stable/autobrr/1.0.9/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: autobrr +version: 1.0.9 +appVersion: "1.7.1" +description: The modern download automation tool for torrents. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/autobrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png +keywords: + - autobrr + - torrent +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/autobrr + - https://github.com/autobrr/autobrr +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/autobrr/1.0.9/README.md b/stable/autobrr/1.0.9/README.md new file mode 100644 index 00000000000..abcd8a0453d --- /dev/null +++ b/stable/autobrr/1.0.9/README.md @@ -0,0 +1,106 @@ +# autobrr + +The modern download automation tool for torrents. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [autobrr](https://truecharts.org/docs/charts/stable/autobrr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `autobrr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install autobrr TrueCharts/autobrr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `autobrr` deployment + +```console +helm uninstall autobrr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install autobrr \ + --set env.TZ="America/New York" \ + TrueCharts/autobrr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install autobrr TrueCharts/autobrr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/autobrr/1.0.8/app-readme.md b/stable/autobrr/1.0.9/app-readme.md similarity index 100% rename from stable/autobrr/1.0.8/app-readme.md rename to stable/autobrr/1.0.9/app-readme.md diff --git a/stable/autobrr/1.0.9/charts/common-10.7.1.tgz b/stable/autobrr/1.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/autobrr/1.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/autobrr/1.0.8/ix_values.yaml b/stable/autobrr/1.0.9/ix_values.yaml similarity index 100% rename from stable/autobrr/1.0.8/ix_values.yaml rename to stable/autobrr/1.0.9/ix_values.yaml diff --git a/stable/autobrr/1.0.8/questions.yaml b/stable/autobrr/1.0.9/questions.yaml similarity index 100% rename from stable/autobrr/1.0.8/questions.yaml rename to stable/autobrr/1.0.9/questions.yaml diff --git a/stable/autobrr/1.0.8/templates/common.yaml b/stable/autobrr/1.0.9/templates/common.yaml similarity index 100% rename from stable/autobrr/1.0.8/templates/common.yaml rename to stable/autobrr/1.0.9/templates/common.yaml diff --git a/stable/automatic-music-downloader/2.0.36/values.yaml b/stable/autobrr/1.0.9/values.yaml similarity index 100% rename from stable/automatic-music-downloader/2.0.36/values.yaml rename to stable/autobrr/1.0.9/values.yaml diff --git a/stable/automatic-music-downloader/2.0.36/CHANGELOG.md b/stable/automatic-music-downloader/2.0.36/CHANGELOG.md deleted file mode 100644 index a92bb12216e..00000000000 --- a/stable/automatic-music-downloader/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [automatic-music-downloader-2.0.36](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.35...automatic-music-downloader-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [automatic-music-downloader-2.0.35](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.34...automatic-music-downloader-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [automatic-music-downloader-2.0.35](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.34...automatic-music-downloader-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [automatic-music-downloader-2.0.34](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.33...automatic-music-downloader-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [automatic-music-downloader-2.0.33](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.32...automatic-music-downloader-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [automatic-music-downloader-2.0.32](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.31...automatic-music-downloader-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [automatic-music-downloader-2.0.31](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.30...automatic-music-downloader-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [automatic-music-downloader-2.0.31](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.30...automatic-music-downloader-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/automatic-music-downloader/2.0.36/Chart.lock b/stable/automatic-music-downloader/2.0.36/Chart.lock deleted file mode 100644 index 958e73be890..00000000000 --- a/stable/automatic-music-downloader/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:16:40.96027462Z" diff --git a/stable/automatic-music-downloader/2.0.36/Chart.yaml b/stable/automatic-music-downloader/2.0.36/Chart.yaml deleted file mode 100644 index a0711bc9421..00000000000 --- a/stable/automatic-music-downloader/2.0.36/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A Lidarr companion script to automatically download music for Lidarr. -home: https://truecharts.org/docs/charts/stable/automatic-music-downloader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png -keywords: - - automatic - - music - - downloader - - deemix -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: automatic-music-downloader -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader - - https://github.com/RandomNinjaAtk/docker-amd - - https://hub.docker.com/r/randomninjaatk/amd -type: application -version: 2.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/automatic-music-downloader/2.0.36/README.md b/stable/automatic-music-downloader/2.0.36/README.md deleted file mode 100644 index 74730f25c57..00000000000 --- a/stable/automatic-music-downloader/2.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# automatic-music-downloader - -A Lidarr companion script to automatically download music for Lidarr. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [automatic-music-downloader](https://truecharts.org/docs/charts/stable/automatic-music-downloader) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `automatic-music-downloader` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install automatic-music-downloader TrueCharts/automatic-music-downloader -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `automatic-music-downloader` deployment - -```console -helm uninstall automatic-music-downloader -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install automatic-music-downloader \ - --set env.TZ="America/New York" \ - TrueCharts/automatic-music-downloader -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install automatic-music-downloader TrueCharts/automatic-music-downloader -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/automatic-music-downloader/2.0.36/charts/common-10.7.0.tgz b/stable/automatic-music-downloader/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/automatic-music-downloader/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/automatic-music-downloader/2.0.37/CHANGELOG.md b/stable/automatic-music-downloader/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..b81630fdb00 --- /dev/null +++ b/stable/automatic-music-downloader/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [automatic-music-downloader-2.0.37](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.36...automatic-music-downloader-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [automatic-music-downloader-2.0.36](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.35...automatic-music-downloader-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [automatic-music-downloader-2.0.35](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.34...automatic-music-downloader-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [automatic-music-downloader-2.0.35](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.34...automatic-music-downloader-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [automatic-music-downloader-2.0.34](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.33...automatic-music-downloader-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [automatic-music-downloader-2.0.33](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.32...automatic-music-downloader-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [automatic-music-downloader-2.0.32](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.31...automatic-music-downloader-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [automatic-music-downloader-2.0.31](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.30...automatic-music-downloader-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [automatic-music-downloader-2.0.31](https://github.com/truecharts/charts/compare/automatic-music-downloader-2.0.30...automatic-music-downloader-2.0.31) (2022-09-21) diff --git a/stable/automatic-music-downloader/2.0.37/Chart.lock b/stable/automatic-music-downloader/2.0.37/Chart.lock new file mode 100644 index 00000000000..6edc179015f --- /dev/null +++ b/stable/automatic-music-downloader/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:00:13.507180541Z" diff --git a/stable/automatic-music-downloader/2.0.37/Chart.yaml b/stable/automatic-music-downloader/2.0.37/Chart.yaml new file mode 100644 index 00000000000..778a97c5771 --- /dev/null +++ b/stable/automatic-music-downloader/2.0.37/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A Lidarr companion script to automatically download music for Lidarr. +home: https://truecharts.org/docs/charts/stable/automatic-music-downloader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-music-downloader.png +keywords: + - automatic + - music + - downloader + - deemix +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: automatic-music-downloader +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader + - https://github.com/RandomNinjaAtk/docker-amd + - https://hub.docker.com/r/randomninjaatk/amd +type: application +version: 2.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/automatic-music-downloader/2.0.37/README.md b/stable/automatic-music-downloader/2.0.37/README.md new file mode 100644 index 00000000000..fecf2e3aaff --- /dev/null +++ b/stable/automatic-music-downloader/2.0.37/README.md @@ -0,0 +1,107 @@ +# automatic-music-downloader + +A Lidarr companion script to automatically download music for Lidarr. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [automatic-music-downloader](https://truecharts.org/docs/charts/stable/automatic-music-downloader) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `automatic-music-downloader` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install automatic-music-downloader TrueCharts/automatic-music-downloader +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `automatic-music-downloader` deployment + +```console +helm uninstall automatic-music-downloader +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install automatic-music-downloader \ + --set env.TZ="America/New York" \ + TrueCharts/automatic-music-downloader +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install automatic-music-downloader TrueCharts/automatic-music-downloader -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/automatic-music-downloader/2.0.36/app-readme.md b/stable/automatic-music-downloader/2.0.37/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/2.0.36/app-readme.md rename to stable/automatic-music-downloader/2.0.37/app-readme.md diff --git a/stable/automatic-music-downloader/2.0.37/charts/common-10.7.1.tgz b/stable/automatic-music-downloader/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/automatic-music-downloader/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/automatic-music-downloader/2.0.36/ix_values.yaml b/stable/automatic-music-downloader/2.0.37/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/2.0.36/ix_values.yaml rename to stable/automatic-music-downloader/2.0.37/ix_values.yaml diff --git a/stable/automatic-music-downloader/2.0.36/questions.yaml b/stable/automatic-music-downloader/2.0.37/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/2.0.36/questions.yaml rename to stable/automatic-music-downloader/2.0.37/questions.yaml diff --git a/stable/automatic-music-downloader/2.0.36/templates/common.yaml b/stable/automatic-music-downloader/2.0.37/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/2.0.36/templates/common.yaml rename to stable/automatic-music-downloader/2.0.37/templates/common.yaml diff --git a/stable/autoscan/1.0.9/values.yaml b/stable/automatic-music-downloader/2.0.37/values.yaml similarity index 100% rename from stable/autoscan/1.0.9/values.yaml rename to stable/automatic-music-downloader/2.0.37/values.yaml diff --git a/stable/autoscan/1.0.10/CHANGELOG.md b/stable/autoscan/1.0.10/CHANGELOG.md new file mode 100644 index 00000000000..586f84d5791 --- /dev/null +++ b/stable/autoscan/1.0.10/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [autoscan-1.0.10](https://github.com/truecharts/charts/compare/autoscan-1.0.9...autoscan-1.0.10) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [autoscan-1.0.9](https://github.com/truecharts/charts/compare/autoscan-1.0.8...autoscan-1.0.9) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [autoscan-1.0.8](https://github.com/truecharts/charts/compare/autoscan-1.0.7...autoscan-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [autoscan-1.0.8](https://github.com/truecharts/charts/compare/autoscan-1.0.7...autoscan-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [autoscan-1.0.7](https://github.com/truecharts/charts/compare/autoscan-1.0.6...autoscan-1.0.7) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [autoscan-1.0.6](https://github.com/truecharts/charts/compare/autoscan-1.0.5...autoscan-1.0.6) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [autoscan-1.0.5](https://github.com/truecharts/charts/compare/autoscan-1.0.4...autoscan-1.0.5) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [autoscan-1.0.4](https://github.com/truecharts/charts/compare/autoscan-1.0.3...autoscan-1.0.4) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [autoscan-1.0.3](https://github.com/truecharts/charts/compare/autoscan-1.0.0...autoscan-1.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/autoscan/1.0.10/Chart.lock b/stable/autoscan/1.0.10/Chart.lock new file mode 100644 index 00000000000..55cf8b974f9 --- /dev/null +++ b/stable/autoscan/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:00:36.744243232Z" diff --git a/stable/autoscan/1.0.10/Chart.yaml b/stable/autoscan/1.0.10/Chart.yaml new file mode 100644 index 00000000000..63e64021133 --- /dev/null +++ b/stable/autoscan/1.0.10/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: autoscan +version: 1.0.10 +appVersion: "latest" +description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/autoscan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png +keywords: + - autoscan + - media +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan + - https://hotio.dev/containers/autoscan + - https://hub.docker.com/r/hotio/autoscan +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/autoscan/1.0.10/README.md b/stable/autoscan/1.0.10/README.md new file mode 100644 index 00000000000..dacab32051e --- /dev/null +++ b/stable/autoscan/1.0.10/README.md @@ -0,0 +1,107 @@ +# autoscan + +Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [autoscan](https://truecharts.org/docs/charts/stable/autoscan) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `autoscan` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install autoscan TrueCharts/autoscan +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `autoscan` deployment + +```console +helm uninstall autoscan +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install autoscan \ + --set env.TZ="America/New York" \ + TrueCharts/autoscan +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install autoscan TrueCharts/autoscan -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/autoscan/1.0.9/app-readme.md b/stable/autoscan/1.0.10/app-readme.md similarity index 100% rename from stable/autoscan/1.0.9/app-readme.md rename to stable/autoscan/1.0.10/app-readme.md diff --git a/stable/autoscan/1.0.10/charts/common-10.7.1.tgz b/stable/autoscan/1.0.10/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/autoscan/1.0.10/charts/common-10.7.1.tgz differ diff --git a/stable/autoscan/1.0.9/ix_values.yaml b/stable/autoscan/1.0.10/ix_values.yaml similarity index 100% rename from stable/autoscan/1.0.9/ix_values.yaml rename to stable/autoscan/1.0.10/ix_values.yaml diff --git a/stable/autoscan/1.0.9/questions.yaml b/stable/autoscan/1.0.10/questions.yaml similarity index 100% rename from stable/autoscan/1.0.9/questions.yaml rename to stable/autoscan/1.0.10/questions.yaml diff --git a/stable/autoscan/1.0.9/templates/common.yaml b/stable/autoscan/1.0.10/templates/common.yaml similarity index 100% rename from stable/autoscan/1.0.9/templates/common.yaml rename to stable/autoscan/1.0.10/templates/common.yaml diff --git a/stable/avidemux/1.0.15/values.yaml b/stable/autoscan/1.0.10/values.yaml similarity index 100% rename from stable/avidemux/1.0.15/values.yaml rename to stable/autoscan/1.0.10/values.yaml diff --git a/stable/autoscan/1.0.9/CHANGELOG.md b/stable/autoscan/1.0.9/CHANGELOG.md deleted file mode 100644 index 84723550a3f..00000000000 --- a/stable/autoscan/1.0.9/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [autoscan-1.0.9](https://github.com/truecharts/charts/compare/autoscan-1.0.8...autoscan-1.0.9) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [autoscan-1.0.8](https://github.com/truecharts/charts/compare/autoscan-1.0.7...autoscan-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [autoscan-1.0.8](https://github.com/truecharts/charts/compare/autoscan-1.0.7...autoscan-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [autoscan-1.0.7](https://github.com/truecharts/charts/compare/autoscan-1.0.6...autoscan-1.0.7) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [autoscan-1.0.6](https://github.com/truecharts/charts/compare/autoscan-1.0.5...autoscan-1.0.6) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [autoscan-1.0.5](https://github.com/truecharts/charts/compare/autoscan-1.0.4...autoscan-1.0.5) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [autoscan-1.0.4](https://github.com/truecharts/charts/compare/autoscan-1.0.3...autoscan-1.0.4) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [autoscan-1.0.3](https://github.com/truecharts/charts/compare/autoscan-1.0.0...autoscan-1.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - diff --git a/stable/autoscan/1.0.9/Chart.lock b/stable/autoscan/1.0.9/Chart.lock deleted file mode 100644 index 46f02872d01..00000000000 --- a/stable/autoscan/1.0.9/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:17:04.070741289Z" diff --git a/stable/autoscan/1.0.9/Chart.yaml b/stable/autoscan/1.0.9/Chart.yaml deleted file mode 100644 index d1ed77281f7..00000000000 --- a/stable/autoscan/1.0.9/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: autoscan -version: 1.0.9 -appVersion: "latest" -description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/autoscan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png -keywords: - - autoscan - - media -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/autoscan - - https://hotio.dev/containers/autoscan - - https://hub.docker.com/r/hotio/autoscan -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/autoscan/1.0.9/README.md b/stable/autoscan/1.0.9/README.md deleted file mode 100644 index d091615bb75..00000000000 --- a/stable/autoscan/1.0.9/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# autoscan - -Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [autoscan](https://truecharts.org/docs/charts/stable/autoscan) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `autoscan` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install autoscan TrueCharts/autoscan -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `autoscan` deployment - -```console -helm uninstall autoscan -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install autoscan \ - --set env.TZ="America/New York" \ - TrueCharts/autoscan -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install autoscan TrueCharts/autoscan -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/autoscan/1.0.9/charts/common-10.7.0.tgz b/stable/autoscan/1.0.9/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/autoscan/1.0.9/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/avidemux/1.0.15/CHANGELOG.md b/stable/avidemux/1.0.15/CHANGELOG.md deleted file mode 100644 index c3d50991d44..00000000000 --- a/stable/avidemux/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [avidemux-1.0.15](https://github.com/truecharts/charts/compare/avidemux-1.0.14...avidemux-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [avidemux-1.0.14](https://github.com/truecharts/charts/compare/avidemux-1.0.13...avidemux-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [avidemux-1.0.14](https://github.com/truecharts/charts/compare/avidemux-1.0.13...avidemux-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [avidemux-1.0.13](https://github.com/truecharts/charts/compare/avidemux-1.0.12...avidemux-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [avidemux-1.0.12](https://github.com/truecharts/charts/compare/avidemux-1.0.11...avidemux-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [avidemux-1.0.11](https://github.com/truecharts/charts/compare/avidemux-1.0.10...avidemux-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [avidemux-1.0.10](https://github.com/truecharts/charts/compare/avidemux-1.0.9...avidemux-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [avidemux-1.0.10](https://github.com/truecharts/charts/compare/avidemux-1.0.9...avidemux-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/avidemux/1.0.15/Chart.lock b/stable/avidemux/1.0.15/Chart.lock deleted file mode 100644 index ecf117a5caf..00000000000 --- a/stable/avidemux/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:17:10.759034714Z" diff --git a/stable/avidemux/1.0.15/Chart.yaml b/stable/avidemux/1.0.15/Chart.yaml deleted file mode 100644 index 9b77593d155..00000000000 --- a/stable/avidemux/1.0.15/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. -home: https://truecharts.org/docs/charts/stable/avidemux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png -keywords: - - media - - avidemux -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: avidemux -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux - - https://github.com/jlesage/docker-avidemux - - https://hub.docker.com/r/jlesage/avidemux/ -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/avidemux/1.0.15/README.md b/stable/avidemux/1.0.15/README.md deleted file mode 100644 index 2350d790700..00000000000 --- a/stable/avidemux/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# avidemux - -Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [avidemux](https://truecharts.org/docs/charts/stable/avidemux) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `avidemux` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install avidemux TrueCharts/avidemux -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `avidemux` deployment - -```console -helm uninstall avidemux -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install avidemux \ - --set env.TZ="America/New York" \ - TrueCharts/avidemux -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install avidemux TrueCharts/avidemux -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/avidemux/1.0.15/charts/common-10.7.0.tgz b/stable/avidemux/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/avidemux/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/avidemux/1.0.16/CHANGELOG.md b/stable/avidemux/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..8b73eee127e --- /dev/null +++ b/stable/avidemux/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [avidemux-1.0.16](https://github.com/truecharts/charts/compare/avidemux-1.0.15...avidemux-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [avidemux-1.0.15](https://github.com/truecharts/charts/compare/avidemux-1.0.14...avidemux-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [avidemux-1.0.14](https://github.com/truecharts/charts/compare/avidemux-1.0.13...avidemux-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [avidemux-1.0.14](https://github.com/truecharts/charts/compare/avidemux-1.0.13...avidemux-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [avidemux-1.0.13](https://github.com/truecharts/charts/compare/avidemux-1.0.12...avidemux-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [avidemux-1.0.12](https://github.com/truecharts/charts/compare/avidemux-1.0.11...avidemux-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [avidemux-1.0.11](https://github.com/truecharts/charts/compare/avidemux-1.0.10...avidemux-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [avidemux-1.0.10](https://github.com/truecharts/charts/compare/avidemux-1.0.9...avidemux-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/avidemux/1.0.16/Chart.lock b/stable/avidemux/1.0.16/Chart.lock new file mode 100644 index 00000000000..108940669ea --- /dev/null +++ b/stable/avidemux/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:00:45.30655313Z" diff --git a/stable/avidemux/1.0.16/Chart.yaml b/stable/avidemux/1.0.16/Chart.yaml new file mode 100644 index 00000000000..ad923ab5a5b --- /dev/null +++ b/stable/avidemux/1.0.16/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. +home: https://truecharts.org/docs/charts/stable/avidemux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.png +keywords: + - media + - avidemux +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: avidemux +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/avidemux + - https://github.com/jlesage/docker-avidemux + - https://hub.docker.com/r/jlesage/avidemux/ +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/avidemux/1.0.16/README.md b/stable/avidemux/1.0.16/README.md new file mode 100644 index 00000000000..3052fa8c716 --- /dev/null +++ b/stable/avidemux/1.0.16/README.md @@ -0,0 +1,107 @@ +# avidemux + +Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [avidemux](https://truecharts.org/docs/charts/stable/avidemux) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `avidemux` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install avidemux TrueCharts/avidemux +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `avidemux` deployment + +```console +helm uninstall avidemux +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install avidemux \ + --set env.TZ="America/New York" \ + TrueCharts/avidemux +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install avidemux TrueCharts/avidemux -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/avidemux/1.0.15/app-readme.md b/stable/avidemux/1.0.16/app-readme.md similarity index 100% rename from stable/avidemux/1.0.15/app-readme.md rename to stable/avidemux/1.0.16/app-readme.md diff --git a/stable/avidemux/1.0.16/charts/common-10.7.1.tgz b/stable/avidemux/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/avidemux/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/avidemux/1.0.15/ix_values.yaml b/stable/avidemux/1.0.16/ix_values.yaml similarity index 100% rename from stable/avidemux/1.0.15/ix_values.yaml rename to stable/avidemux/1.0.16/ix_values.yaml diff --git a/stable/avidemux/1.0.15/questions.yaml b/stable/avidemux/1.0.16/questions.yaml similarity index 100% rename from stable/avidemux/1.0.15/questions.yaml rename to stable/avidemux/1.0.16/questions.yaml diff --git a/stable/avidemux/1.0.15/templates/common.yaml b/stable/avidemux/1.0.16/templates/common.yaml similarity index 100% rename from stable/avidemux/1.0.15/templates/common.yaml rename to stable/avidemux/1.0.16/templates/common.yaml diff --git a/stable/babybuddy/8.0.59/values.yaml b/stable/avidemux/1.0.16/values.yaml similarity index 100% rename from stable/babybuddy/8.0.59/values.yaml rename to stable/avidemux/1.0.16/values.yaml diff --git a/stable/babybuddy/8.0.59/CHANGELOG.md b/stable/babybuddy/8.0.59/CHANGELOG.md deleted file mode 100644 index 8fb60fc3356..00000000000 --- a/stable/babybuddy/8.0.59/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [babybuddy-8.0.59](https://github.com/truecharts/charts/compare/babybuddy-8.0.58...babybuddy-8.0.59) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [babybuddy-8.0.58](https://github.com/truecharts/charts/compare/babybuddy-8.0.57...babybuddy-8.0.58) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [babybuddy-8.0.57](https://github.com/truecharts/charts/compare/babybuddy-8.0.56...babybuddy-8.0.57) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [babybuddy-8.0.57](https://github.com/truecharts/charts/compare/babybuddy-8.0.56...babybuddy-8.0.57) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [babybuddy-8.0.56](https://github.com/truecharts/charts/compare/babybuddy-8.0.55...babybuddy-8.0.56) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [babybuddy-8.0.54](https://github.com/truecharts/charts/compare/babybuddy-8.0.53...babybuddy-8.0.54) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [babybuddy-8.0.53](https://github.com/truecharts/charts/compare/babybuddy-8.0.52...babybuddy-8.0.53) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [babybuddy-8.0.52](https://github.com/truecharts/charts/compare/babybuddy-8.0.51...babybuddy-8.0.52) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [babybuddy-8.0.51](https://github.com/truecharts/charts/compare/babybuddy-8.0.49...babybuddy-8.0.51) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/babybuddy/8.0.59/Chart.lock b/stable/babybuddy/8.0.59/Chart.lock deleted file mode 100644 index eaebc319e53..00000000000 --- a/stable/babybuddy/8.0.59/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-15T00:15:59.348768535Z" diff --git a/stable/babybuddy/8.0.59/Chart.yaml b/stable/babybuddy/8.0.59/Chart.yaml deleted file mode 100644 index 40a7a58f70b..00000000000 --- a/stable/babybuddy/8.0.59/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.13.1" -kubeVersion: ">=1.16.0-0" -version: 8.0.59 -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 -home: https://truecharts.org/docs/charts/stable/babybuddy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png -keywords: - - baby - - buddy - - tracker - - parents - - parenting -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy - - https://github.com/babybuddy/babybuddy -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/babybuddy/8.0.59/README.md b/stable/babybuddy/8.0.59/README.md deleted file mode 100644 index 1afc91c404c..00000000000 --- a/stable/babybuddy/8.0.59/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# babybuddy - -Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [babybuddy](https://truecharts.org/docs/charts/stable/babybuddy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `babybuddy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install babybuddy TrueCharts/babybuddy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `babybuddy` deployment - -```console -helm uninstall babybuddy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install babybuddy \ - --set env.TZ="America/New York" \ - TrueCharts/babybuddy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install babybuddy TrueCharts/babybuddy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/babybuddy/8.0.59/charts/common-10.7.0.tgz b/stable/babybuddy/8.0.59/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/babybuddy/8.0.59/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/babybuddy/8.0.59/charts/postgresql-8.0.97.tgz b/stable/babybuddy/8.0.59/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/babybuddy/8.0.59/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/babybuddy/8.0.59/ix_values.yaml b/stable/babybuddy/8.0.59/ix_values.yaml deleted file mode 100644 index 9fb62e0709d..00000000000 --- a/stable/babybuddy/8.0.59/ix_values.yaml +++ /dev/null @@ -1,50 +0,0 @@ -image: - repository: tccr.io/truecharts/babybuddy - pullPolicy: IfNotPresent - tag: 1.13.1@sha256:0da64b56fcda024c0c7a5cc5db868a2a83aba7deb2fd637f8d7f625ef18ef378 - -env: - DB_ENGINE: "django.db.backends.postgresql" - DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" - DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" - DB_PORT: "5432" - CSRF_TRUSTED_ORIGINS: "" - DB_PASSWORD: - secretKeyRef: - name: dbcreds - key: postgresql-password - DB_HOST: - secretKeyRef: - name: dbcreds - key: plainhost - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 10069 - targetPort: 8000 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true - -postgresql: - enabled: true - existingSecret: "dbcreds" - postgresqlUsername: babybuddy - postgresqlDatabase: babybuddy - -portal: - enabled: true diff --git a/stable/babybuddy/8.0.60/CHANGELOG.md b/stable/babybuddy/8.0.60/CHANGELOG.md new file mode 100644 index 00000000000..770f262c775 --- /dev/null +++ b/stable/babybuddy/8.0.60/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [babybuddy-8.0.60](https://github.com/truecharts/charts/compare/babybuddy-8.0.59...babybuddy-8.0.60) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [babybuddy-8.0.59](https://github.com/truecharts/charts/compare/babybuddy-8.0.58...babybuddy-8.0.59) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [babybuddy-8.0.58](https://github.com/truecharts/charts/compare/babybuddy-8.0.57...babybuddy-8.0.58) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [babybuddy-8.0.57](https://github.com/truecharts/charts/compare/babybuddy-8.0.56...babybuddy-8.0.57) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [babybuddy-8.0.57](https://github.com/truecharts/charts/compare/babybuddy-8.0.56...babybuddy-8.0.57) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [babybuddy-8.0.56](https://github.com/truecharts/charts/compare/babybuddy-8.0.55...babybuddy-8.0.56) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [babybuddy-8.0.54](https://github.com/truecharts/charts/compare/babybuddy-8.0.53...babybuddy-8.0.54) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [babybuddy-8.0.53](https://github.com/truecharts/charts/compare/babybuddy-8.0.52...babybuddy-8.0.53) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [babybuddy-8.0.52](https://github.com/truecharts/charts/compare/babybuddy-8.0.51...babybuddy-8.0.52) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [babybuddy-8.0.51](https://github.com/truecharts/charts/compare/babybuddy-8.0.49...babybuddy-8.0.51) (2022-09-22) + +### Chore diff --git a/stable/babybuddy/8.0.60/Chart.lock b/stable/babybuddy/8.0.60/Chart.lock new file mode 100644 index 00000000000..cca2fc78395 --- /dev/null +++ b/stable/babybuddy/8.0.60/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:01:19.615181627Z" diff --git a/stable/babybuddy/8.0.60/Chart.yaml b/stable/babybuddy/8.0.60/Chart.yaml new file mode 100644 index 00000000000..6539fc2f0ee --- /dev/null +++ b/stable/babybuddy/8.0.60/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.13.2" +kubeVersion: ">=1.16.0-0" +version: 8.0.60 +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 +home: https://truecharts.org/docs/charts/stable/babybuddy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.png +keywords: + - baby + - buddy + - tracker + - parents + - parenting +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/babybuddy + - https://github.com/babybuddy/babybuddy +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/babybuddy/8.0.60/README.md b/stable/babybuddy/8.0.60/README.md new file mode 100644 index 00000000000..14b070997aa --- /dev/null +++ b/stable/babybuddy/8.0.60/README.md @@ -0,0 +1,107 @@ +# babybuddy + +Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [babybuddy](https://truecharts.org/docs/charts/stable/babybuddy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `babybuddy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install babybuddy TrueCharts/babybuddy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `babybuddy` deployment + +```console +helm uninstall babybuddy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install babybuddy \ + --set env.TZ="America/New York" \ + TrueCharts/babybuddy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install babybuddy TrueCharts/babybuddy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/babybuddy/8.0.59/app-readme.md b/stable/babybuddy/8.0.60/app-readme.md similarity index 100% rename from stable/babybuddy/8.0.59/app-readme.md rename to stable/babybuddy/8.0.60/app-readme.md diff --git a/stable/babybuddy/8.0.60/charts/common-10.7.1.tgz b/stable/babybuddy/8.0.60/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/babybuddy/8.0.60/charts/common-10.7.1.tgz differ diff --git a/stable/babybuddy/8.0.60/charts/postgresql-8.0.101.tgz b/stable/babybuddy/8.0.60/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/babybuddy/8.0.60/charts/postgresql-8.0.101.tgz differ diff --git a/stable/babybuddy/8.0.60/ix_values.yaml b/stable/babybuddy/8.0.60/ix_values.yaml new file mode 100644 index 00000000000..7902f31c1c3 --- /dev/null +++ b/stable/babybuddy/8.0.60/ix_values.yaml @@ -0,0 +1,50 @@ +image: + repository: tccr.io/truecharts/babybuddy + pullPolicy: IfNotPresent + tag: 1.13.2@sha256:cd5becbd8ca362260a1107759299f2c1046e95ac2f24ce468328f9f15f1caed3 + +env: + DB_ENGINE: "django.db.backends.postgresql" + DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" + DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" + DB_PORT: "5432" + CSRF_TRUSTED_ORIGINS: "" + DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10069 + targetPort: 8000 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: babybuddy + postgresqlDatabase: babybuddy + +portal: + enabled: true diff --git a/stable/babybuddy/8.0.59/questions.yaml b/stable/babybuddy/8.0.60/questions.yaml similarity index 100% rename from stable/babybuddy/8.0.59/questions.yaml rename to stable/babybuddy/8.0.60/questions.yaml diff --git a/stable/babybuddy/8.0.59/templates/common.yaml b/stable/babybuddy/8.0.60/templates/common.yaml similarity index 100% rename from stable/babybuddy/8.0.59/templates/common.yaml rename to stable/babybuddy/8.0.60/templates/common.yaml diff --git a/stable/baserow/3.0.49/values.yaml b/stable/babybuddy/8.0.60/values.yaml similarity index 100% rename from stable/baserow/3.0.49/values.yaml rename to stable/babybuddy/8.0.60/values.yaml diff --git a/stable/baserow/3.0.49/CHANGELOG.md b/stable/baserow/3.0.49/CHANGELOG.md deleted file mode 100644 index 8389a17e62b..00000000000 --- a/stable/baserow/3.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [baserow-3.0.49](https://github.com/truecharts/charts/compare/baserow-3.0.48...baserow-3.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [baserow-3.0.48](https://github.com/truecharts/charts/compare/baserow-3.0.47...baserow-3.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [baserow-3.0.48](https://github.com/truecharts/charts/compare/baserow-3.0.47...baserow-3.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [baserow-3.0.47](https://github.com/truecharts/charts/compare/baserow-3.0.46...baserow-3.0.47) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [baserow-3.0.45](https://github.com/truecharts/charts/compare/baserow-3.0.44...baserow-3.0.45) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [baserow-3.0.44](https://github.com/truecharts/charts/compare/baserow-3.0.43...baserow-3.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [baserow-3.0.43](https://github.com/truecharts/charts/compare/baserow-3.0.41...baserow-3.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [baserow-3.0.43](https://github.com/truecharts/charts/compare/baserow-3.0.41...baserow-3.0.43) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/baserow/3.0.49/Chart.lock b/stable/baserow/3.0.49/Chart.lock deleted file mode 100644 index cb2bf6e3ad3..00000000000 --- a/stable/baserow/3.0.49/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:18:02.233147929Z" diff --git a/stable/baserow/3.0.49/Chart.yaml b/stable/baserow/3.0.49/Chart.yaml deleted file mode 100644 index 8c0792c41ca..00000000000 --- a/stable/baserow/3.0.49/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.12.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Baserow is an open source no-code database tool and Airtable alternative. -home: https://truecharts.org/docs/charts/stable/baserow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png -keywords: - - baserow -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: baserow -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/baserow - - https://hub.docker.com/r/baserow/baserow - - https://gitlab.com/bramw/baserow/ -version: 3.0.49 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/baserow/3.0.49/README.md b/stable/baserow/3.0.49/README.md deleted file mode 100644 index 1b1a1ce1705..00000000000 --- a/stable/baserow/3.0.49/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# baserow - -Baserow is an open source no-code database tool and Airtable alternative. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [baserow](https://truecharts.org/docs/charts/stable/baserow) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `baserow` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install baserow TrueCharts/baserow -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `baserow` deployment - -```console -helm uninstall baserow -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install baserow \ - --set env.TZ="America/New York" \ - TrueCharts/baserow -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install baserow TrueCharts/baserow -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/baserow/3.0.49/charts/common-10.7.0.tgz b/stable/baserow/3.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/baserow/3.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/baserow/3.0.49/charts/postgresql-8.0.97.tgz b/stable/baserow/3.0.49/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/baserow/3.0.49/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/baserow/3.0.49/charts/redis-3.0.94.tgz b/stable/baserow/3.0.49/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/baserow/3.0.49/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/baserow/3.0.50/CHANGELOG.md b/stable/baserow/3.0.50/CHANGELOG.md new file mode 100644 index 00000000000..42e95cb5a7e --- /dev/null +++ b/stable/baserow/3.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [baserow-3.0.50](https://github.com/truecharts/charts/compare/baserow-3.0.49...baserow-3.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [baserow-3.0.49](https://github.com/truecharts/charts/compare/baserow-3.0.48...baserow-3.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [baserow-3.0.48](https://github.com/truecharts/charts/compare/baserow-3.0.47...baserow-3.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [baserow-3.0.48](https://github.com/truecharts/charts/compare/baserow-3.0.47...baserow-3.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [baserow-3.0.47](https://github.com/truecharts/charts/compare/baserow-3.0.46...baserow-3.0.47) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [baserow-3.0.45](https://github.com/truecharts/charts/compare/baserow-3.0.44...baserow-3.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [baserow-3.0.44](https://github.com/truecharts/charts/compare/baserow-3.0.43...baserow-3.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [baserow-3.0.43](https://github.com/truecharts/charts/compare/baserow-3.0.41...baserow-3.0.43) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/baserow/3.0.50/Chart.lock b/stable/baserow/3.0.50/Chart.lock new file mode 100644 index 00000000000..a3284b608b8 --- /dev/null +++ b/stable/baserow/3.0.50/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:01:36.293760109Z" diff --git a/stable/baserow/3.0.50/Chart.yaml b/stable/baserow/3.0.50/Chart.yaml new file mode 100644 index 00000000000..3982991db9d --- /dev/null +++ b/stable/baserow/3.0.50/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.12.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Baserow is an open source no-code database tool and Airtable alternative. +home: https://truecharts.org/docs/charts/stable/baserow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png +keywords: + - baserow +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: baserow +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/baserow + - https://hub.docker.com/r/baserow/baserow + - https://gitlab.com/bramw/baserow/ +version: 3.0.50 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/baserow/3.0.50/README.md b/stable/baserow/3.0.50/README.md new file mode 100644 index 00000000000..65142ead612 --- /dev/null +++ b/stable/baserow/3.0.50/README.md @@ -0,0 +1,109 @@ +# baserow + +Baserow is an open source no-code database tool and Airtable alternative. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [baserow](https://truecharts.org/docs/charts/stable/baserow) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `baserow` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install baserow TrueCharts/baserow +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `baserow` deployment + +```console +helm uninstall baserow +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install baserow \ + --set env.TZ="America/New York" \ + TrueCharts/baserow +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install baserow TrueCharts/baserow -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/baserow/3.0.49/app-readme.md b/stable/baserow/3.0.50/app-readme.md similarity index 100% rename from stable/baserow/3.0.49/app-readme.md rename to stable/baserow/3.0.50/app-readme.md diff --git a/stable/baserow/3.0.50/charts/common-10.7.1.tgz b/stable/baserow/3.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/baserow/3.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/baserow/3.0.50/charts/postgresql-8.0.101.tgz b/stable/baserow/3.0.50/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/baserow/3.0.50/charts/postgresql-8.0.101.tgz differ diff --git a/stable/baserow/3.0.50/charts/redis-3.0.97.tgz b/stable/baserow/3.0.50/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/baserow/3.0.50/charts/redis-3.0.97.tgz differ diff --git a/stable/baserow/3.0.49/ix_values.yaml b/stable/baserow/3.0.50/ix_values.yaml similarity index 100% rename from stable/baserow/3.0.49/ix_values.yaml rename to stable/baserow/3.0.50/ix_values.yaml diff --git a/stable/baserow/3.0.49/questions.yaml b/stable/baserow/3.0.50/questions.yaml similarity index 100% rename from stable/baserow/3.0.49/questions.yaml rename to stable/baserow/3.0.50/questions.yaml diff --git a/stable/baserow/3.0.49/templates/_secrets.tpl b/stable/baserow/3.0.50/templates/_secrets.tpl similarity index 100% rename from stable/baserow/3.0.49/templates/_secrets.tpl rename to stable/baserow/3.0.50/templates/_secrets.tpl diff --git a/stable/baserow/3.0.49/templates/common.yaml b/stable/baserow/3.0.50/templates/common.yaml similarity index 100% rename from stable/baserow/3.0.49/templates/common.yaml rename to stable/baserow/3.0.50/templates/common.yaml diff --git a/stable/beets/4.0.45/values.yaml b/stable/baserow/3.0.50/values.yaml similarity index 100% rename from stable/beets/4.0.45/values.yaml rename to stable/baserow/3.0.50/values.yaml diff --git a/stable/bazarr/11.0.42/CHANGELOG.md b/stable/bazarr/11.0.42/CHANGELOG.md new file mode 100644 index 00000000000..5d436761a58 --- /dev/null +++ b/stable/bazarr/11.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bazarr-11.0.42](https://github.com/truecharts/charts/compare/bazarr-11.0.41...bazarr-11.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bazarr-11.0.41](https://github.com/truecharts/charts/compare/bazarr-11.0.40...bazarr-11.0.41) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [bazarr-11.0.40](https://github.com/truecharts/charts/compare/bazarr-11.0.39...bazarr-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bazarr-11.0.39](https://github.com/truecharts/charts/compare/bazarr-11.0.38...bazarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bazarr-11.0.39](https://github.com/truecharts/charts/compare/bazarr-11.0.38...bazarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bazarr-11.0.38](https://github.com/truecharts/charts/compare/bazarr-11.0.37...bazarr-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bazarr-11.0.37](https://github.com/truecharts/charts/compare/bazarr-11.0.36...bazarr-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bazarr-11.0.36](https://github.com/truecharts/charts/compare/bazarr-11.0.35...bazarr-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bazarr-11.0.35](https://github.com/truecharts/charts/compare/bazarr-11.0.34...bazarr-11.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [bazarr-11.0.34](https://github.com/truecharts/charts/compare/bazarr-11.0.33...bazarr-11.0.34) (2022-09-22) + +### Chore diff --git a/stable/bazarr/11.0.42/Chart.lock b/stable/bazarr/11.0.42/Chart.lock new file mode 100644 index 00000000000..904aaa4dc96 --- /dev/null +++ b/stable/bazarr/11.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:01:17.083191804Z" diff --git a/stable/bazarr/11.0.42/Chart.yaml b/stable/bazarr/11.0.42/Chart.yaml new file mode 100644 index 00000000000..cf72fd9e535 --- /dev/null +++ b/stable/bazarr/11.0.42/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "1.1.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements +home: https://truecharts.org/docs/charts/stable/bazarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.png +keywords: + - bazarr + - radarr + - sonarr + - subtitles + - usenet + - torrent +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bazarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bazarr + - https://github.com/morpheus65535/bazarr + - https://hub.docker.com/r/linuxserver/bazarr +type: application +version: 11.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/bazarr/11.0.42/README.md b/stable/bazarr/11.0.42/README.md new file mode 100644 index 00000000000..72cd4fb72ed --- /dev/null +++ b/stable/bazarr/11.0.42/README.md @@ -0,0 +1,107 @@ +# bazarr + +Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bazarr](https://truecharts.org/docs/charts/stable/bazarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bazarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bazarr TrueCharts/bazarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bazarr` deployment + +```console +helm uninstall bazarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bazarr \ + --set env.TZ="America/New York" \ + TrueCharts/bazarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bazarr TrueCharts/bazarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/bazarr/11.0.42/app-readme.md b/stable/bazarr/11.0.42/app-readme.md new file mode 100644 index 00000000000..28c311a374b --- /dev/null +++ b/stable/bazarr/11.0.42/app-readme.md @@ -0,0 +1,8 @@ +Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/bazarr](https://truecharts.org/docs/charts/stable/bazarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/bazarr/11.0.42/charts/common-10.7.1.tgz b/stable/bazarr/11.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/bazarr/11.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/bazarr/11.0.42/ix_values.yaml b/stable/bazarr/11.0.42/ix_values.yaml new file mode 100644 index 00000000000..03f6b775161 --- /dev/null +++ b/stable/bazarr/11.0.42/ix_values.yaml @@ -0,0 +1,19 @@ +image: + repository: tccr.io/truecharts/bazarr + pullPolicy: IfNotPresent + tag: 1.1.2@sha256:6a0bc1f361061443531a662f8be671bb6df711824f7512553dc5ef413eac19e3 + +service: + main: + ports: + main: + port: 6767 + targetPort: 6767 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/bazarr/11.0.42/questions.yaml b/stable/bazarr/11.0.42/questions.yaml new file mode 100644 index 00000000000..951f4d186d6 --- /dev/null +++ b/stable/bazarr/11.0.42/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6767 + 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 + hidden: true + 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: 6767 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/boinc/2.0.56/templates/common.yaml b/stable/bazarr/11.0.42/templates/common.yaml similarity index 100% rename from stable/boinc/2.0.56/templates/common.yaml rename to stable/bazarr/11.0.42/templates/common.yaml diff --git a/stable/blog/3.0.45/values.yaml b/stable/bazarr/11.0.42/values.yaml similarity index 100% rename from stable/blog/3.0.45/values.yaml rename to stable/bazarr/11.0.42/values.yaml diff --git a/stable/beets/4.0.45/CHANGELOG.md b/stable/beets/4.0.45/CHANGELOG.md deleted file mode 100644 index aedcba10a31..00000000000 --- a/stable/beets/4.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [beets-4.0.45](https://github.com/truecharts/charts/compare/beets-4.0.44...beets-4.0.45) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [beets-4.0.44](https://github.com/truecharts/charts/compare/beets-4.0.43...beets-4.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [beets-4.0.43](https://github.com/truecharts/charts/compare/beets-4.0.42...beets-4.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [beets-4.0.43](https://github.com/truecharts/charts/compare/beets-4.0.42...beets-4.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [beets-4.0.42](https://github.com/truecharts/charts/compare/beets-4.0.41...beets-4.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [beets-4.0.41](https://github.com/truecharts/charts/compare/beets-4.0.40...beets-4.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [beets-4.0.40](https://github.com/truecharts/charts/compare/beets-4.0.39...beets-4.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [beets-4.0.39](https://github.com/truecharts/charts/compare/beets-4.0.38...beets-4.0.39) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [beets-4.0.38](https://github.com/truecharts/charts/compare/beets-4.0.37...beets-4.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/beets/4.0.45/Chart.lock b/stable/beets/4.0.45/Chart.lock deleted file mode 100644 index ccff1c18461..00000000000 --- a/stable/beets/4.0.45/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:15:54.709163687Z" diff --git a/stable/beets/4.0.45/Chart.yaml b/stable/beets/4.0.45/Chart.yaml deleted file mode 100644 index dcda38d2cd7..00000000000 --- a/stable/beets/4.0.45/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.6.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A music library manager and not, for the most part, a music player. -home: https://truecharts.org/docs/charts/stable/beets -icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png -keywords: - - music - - library - - manager - - player - - beets -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: beets -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/beets - - https://github.com/linuxserver/docker-beets - - https://beets.io/ -type: application -version: 4.0.45 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/beets/4.0.45/README.md b/stable/beets/4.0.45/README.md deleted file mode 100644 index ed3324bde72..00000000000 --- a/stable/beets/4.0.45/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# beets - -A music library manager and not, for the most part, a music player. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [beets](https://truecharts.org/docs/charts/stable/beets) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `beets` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install beets TrueCharts/beets -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `beets` deployment - -```console -helm uninstall beets -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install beets \ - --set env.TZ="America/New York" \ - TrueCharts/beets -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install beets TrueCharts/beets -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/beets/4.0.45/charts/common-10.7.0.tgz b/stable/beets/4.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/beets/4.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/beets/4.0.46/CHANGELOG.md b/stable/beets/4.0.46/CHANGELOG.md new file mode 100644 index 00000000000..7390cfc490b --- /dev/null +++ b/stable/beets/4.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [beets-4.0.46](https://github.com/truecharts/charts/compare/beets-4.0.45...beets-4.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [beets-4.0.45](https://github.com/truecharts/charts/compare/beets-4.0.44...beets-4.0.45) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [beets-4.0.44](https://github.com/truecharts/charts/compare/beets-4.0.43...beets-4.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [beets-4.0.43](https://github.com/truecharts/charts/compare/beets-4.0.42...beets-4.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [beets-4.0.43](https://github.com/truecharts/charts/compare/beets-4.0.42...beets-4.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [beets-4.0.42](https://github.com/truecharts/charts/compare/beets-4.0.41...beets-4.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [beets-4.0.41](https://github.com/truecharts/charts/compare/beets-4.0.40...beets-4.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [beets-4.0.40](https://github.com/truecharts/charts/compare/beets-4.0.39...beets-4.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [beets-4.0.39](https://github.com/truecharts/charts/compare/beets-4.0.38...beets-4.0.39) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [beets-4.0.38](https://github.com/truecharts/charts/compare/beets-4.0.37...beets-4.0.38) (2022-09-22) + +### Chore diff --git a/stable/beets/4.0.46/Chart.lock b/stable/beets/4.0.46/Chart.lock new file mode 100644 index 00000000000..9645500559a --- /dev/null +++ b/stable/beets/4.0.46/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:01:18.90710394Z" diff --git a/stable/beets/4.0.46/Chart.yaml b/stable/beets/4.0.46/Chart.yaml new file mode 100644 index 00000000000..7e380da4314 --- /dev/null +++ b/stable/beets/4.0.46/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.6.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A music library manager and not, for the most part, a music player. +home: https://truecharts.org/docs/charts/stable/beets +icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png +keywords: + - music + - library + - manager + - player + - beets +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: beets +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/beets + - https://github.com/linuxserver/docker-beets + - https://beets.io/ +type: application +version: 4.0.46 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/beets/4.0.46/README.md b/stable/beets/4.0.46/README.md new file mode 100644 index 00000000000..3588c4c7144 --- /dev/null +++ b/stable/beets/4.0.46/README.md @@ -0,0 +1,107 @@ +# beets + +A music library manager and not, for the most part, a music player. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [beets](https://truecharts.org/docs/charts/stable/beets) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `beets` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install beets TrueCharts/beets +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `beets` deployment + +```console +helm uninstall beets +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install beets \ + --set env.TZ="America/New York" \ + TrueCharts/beets +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install beets TrueCharts/beets -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/beets/4.0.45/app-readme.md b/stable/beets/4.0.46/app-readme.md similarity index 100% rename from stable/beets/4.0.45/app-readme.md rename to stable/beets/4.0.46/app-readme.md diff --git a/stable/beets/4.0.46/charts/common-10.7.1.tgz b/stable/beets/4.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/beets/4.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/beets/4.0.45/ix_values.yaml b/stable/beets/4.0.46/ix_values.yaml similarity index 100% rename from stable/beets/4.0.45/ix_values.yaml rename to stable/beets/4.0.46/ix_values.yaml diff --git a/stable/beets/4.0.45/questions.yaml b/stable/beets/4.0.46/questions.yaml similarity index 100% rename from stable/beets/4.0.45/questions.yaml rename to stable/beets/4.0.46/questions.yaml diff --git a/stable/beets/4.0.45/templates/common.yaml b/stable/beets/4.0.46/templates/common.yaml similarity index 100% rename from stable/beets/4.0.45/templates/common.yaml rename to stable/beets/4.0.46/templates/common.yaml diff --git a/stable/boinc/2.0.56/values.yaml b/stable/beets/4.0.46/values.yaml similarity index 100% rename from stable/boinc/2.0.56/values.yaml rename to stable/beets/4.0.46/values.yaml diff --git a/stable/blog/3.0.45/CHANGELOG.md b/stable/blog/3.0.45/CHANGELOG.md deleted file mode 100644 index 74f2ef9dfdc..00000000000 --- a/stable/blog/3.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [blog-3.0.45](https://github.com/truecharts/charts/compare/hexo-blog-0.0.29...blog-3.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blog-3.0.44](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...blog-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blog-3.0.44](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...blog-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blog-3.0.43](https://github.com/truecharts/charts/compare/blog-3.0.42...blog-3.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blog-3.0.41](https://github.com/truecharts/charts/compare/hexo-blog-0.0.26...blog-3.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blog-3.0.40](https://github.com/truecharts/charts/compare/blog-3.0.39...blog-3.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [blog-3.0.39](https://github.com/truecharts/charts/compare/blog-3.0.38...blog-3.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [blog-3.0.39](https://github.com/truecharts/charts/compare/blog-3.0.38...blog-3.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/blog/3.0.45/Chart.lock b/stable/blog/3.0.45/Chart.lock deleted file mode 100644 index 6b530588471..00000000000 --- a/stable/blog/3.0.45/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:18:24.436066045Z" diff --git a/stable/blog/3.0.45/Chart.yaml b/stable/blog/3.0.45/Chart.yaml deleted file mode 100644 index 5fe6b346b0b..00000000000 --- a/stable/blog/3.0.45/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: "Lightweight self-hosted facebook-styled PHP blog." -home: https://truecharts.org/docs/charts/stable/blog -icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png -keywords: - - blog - - php - - self - - hosted - - facebook -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: blog -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/blog - - https://github.com/m1k1o/blog - - https://github.com/nicholaswilde/docker-blog -version: 3.0.45 -annotations: - truecharts.org/catagories: | - - hosting - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/blog/3.0.45/README.md b/stable/blog/3.0.45/README.md deleted file mode 100644 index e94329e36a9..00000000000 --- a/stable/blog/3.0.45/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# blog - -Lightweight self-hosted facebook-styled PHP blog. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [blog](https://truecharts.org/docs/charts/stable/blog) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `blog` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install blog TrueCharts/blog -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `blog` deployment - -```console -helm uninstall blog -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install blog \ - --set env.TZ="America/New York" \ - TrueCharts/blog -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install blog TrueCharts/blog -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/blog/3.0.45/charts/common-10.7.0.tgz b/stable/blog/3.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/blog/3.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/blog/3.0.45/charts/postgresql-8.0.97.tgz b/stable/blog/3.0.45/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/blog/3.0.45/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/blog/3.0.46/CHANGELOG.md b/stable/blog/3.0.46/CHANGELOG.md new file mode 100644 index 00000000000..57dfe1463de --- /dev/null +++ b/stable/blog/3.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [blog-3.0.46](https://github.com/truecharts/charts/compare/hexo-blog-0.0.30...blog-3.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [blog-3.0.45](https://github.com/truecharts/charts/compare/hexo-blog-0.0.29...blog-3.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [blog-3.0.44](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...blog-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blog-3.0.44](https://github.com/truecharts/charts/compare/hexo-blog-0.0.28...blog-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [blog-3.0.43](https://github.com/truecharts/charts/compare/blog-3.0.42...blog-3.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [blog-3.0.41](https://github.com/truecharts/charts/compare/hexo-blog-0.0.26...blog-3.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [blog-3.0.40](https://github.com/truecharts/charts/compare/blog-3.0.39...blog-3.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [blog-3.0.39](https://github.com/truecharts/charts/compare/blog-3.0.38...blog-3.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/blog/3.0.46/Chart.lock b/stable/blog/3.0.46/Chart.lock new file mode 100644 index 00000000000..6a883400b5a --- /dev/null +++ b/stable/blog/3.0.46/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:02:00.658812369Z" diff --git a/stable/blog/3.0.46/Chart.yaml b/stable/blog/3.0.46/Chart.yaml new file mode 100644 index 00000000000..eba8ebe4d33 --- /dev/null +++ b/stable/blog/3.0.46/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: "Lightweight self-hosted facebook-styled PHP blog." +home: https://truecharts.org/docs/charts/stable/blog +icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png +keywords: + - blog + - php + - self + - hosted + - facebook +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: blog +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/blog + - https://github.com/m1k1o/blog + - https://github.com/nicholaswilde/docker-blog +version: 3.0.46 +annotations: + truecharts.org/catagories: | + - hosting + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/blog/3.0.46/README.md b/stable/blog/3.0.46/README.md new file mode 100644 index 00000000000..ca9cbd1888e --- /dev/null +++ b/stable/blog/3.0.46/README.md @@ -0,0 +1,108 @@ +# blog + +Lightweight self-hosted facebook-styled PHP blog. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [blog](https://truecharts.org/docs/charts/stable/blog) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `blog` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install blog TrueCharts/blog +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `blog` deployment + +```console +helm uninstall blog +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install blog \ + --set env.TZ="America/New York" \ + TrueCharts/blog +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install blog TrueCharts/blog -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/blog/3.0.45/app-readme.md b/stable/blog/3.0.46/app-readme.md similarity index 100% rename from stable/blog/3.0.45/app-readme.md rename to stable/blog/3.0.46/app-readme.md diff --git a/stable/blog/3.0.46/charts/common-10.7.1.tgz b/stable/blog/3.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/blog/3.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/blog/3.0.46/charts/postgresql-8.0.101.tgz b/stable/blog/3.0.46/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/blog/3.0.46/charts/postgresql-8.0.101.tgz differ diff --git a/stable/blog/3.0.45/ix_values.yaml b/stable/blog/3.0.46/ix_values.yaml similarity index 100% rename from stable/blog/3.0.45/ix_values.yaml rename to stable/blog/3.0.46/ix_values.yaml diff --git a/stable/blog/3.0.45/questions.yaml b/stable/blog/3.0.46/questions.yaml similarity index 100% rename from stable/blog/3.0.45/questions.yaml rename to stable/blog/3.0.46/questions.yaml diff --git a/stable/blog/3.0.45/templates/common.yaml b/stable/blog/3.0.46/templates/common.yaml similarity index 100% rename from stable/blog/3.0.45/templates/common.yaml rename to stable/blog/3.0.46/templates/common.yaml diff --git a/stable/booksonic-air/6.0.50/values.yaml b/stable/blog/3.0.46/values.yaml similarity index 100% rename from stable/booksonic-air/6.0.50/values.yaml rename to stable/blog/3.0.46/values.yaml diff --git a/stable/boinc/2.0.56/CHANGELOG.md b/stable/boinc/2.0.56/CHANGELOG.md deleted file mode 100644 index dec91c186e3..00000000000 --- a/stable/boinc/2.0.56/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [boinc-2.0.56](https://github.com/truecharts/charts/compare/boinc-2.0.55...boinc-2.0.56) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [boinc-2.0.55](https://github.com/truecharts/charts/compare/boinc-2.0.54...boinc-2.0.55) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [boinc-2.0.54](https://github.com/truecharts/charts/compare/boinc-2.0.53...boinc-2.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [boinc-2.0.54](https://github.com/truecharts/charts/compare/boinc-2.0.53...boinc-2.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [boinc-2.0.53](https://github.com/truecharts/charts/compare/boinc-2.0.52...boinc-2.0.53) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [boinc-2.0.52](https://github.com/truecharts/charts/compare/boinc-2.0.51...boinc-2.0.52) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [boinc-2.0.51](https://github.com/truecharts/charts/compare/boinc-2.0.50...boinc-2.0.51) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [boinc-2.0.50](https://github.com/truecharts/charts/compare/boinc-2.0.49...boinc-2.0.50) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [boinc-2.0.49](https://github.com/truecharts/charts/compare/boinc-2.0.47...boinc-2.0.49) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/boinc/2.0.56/Chart.lock b/stable/boinc/2.0.56/Chart.lock deleted file mode 100644 index 9fce29f4574..00000000000 --- a/stable/boinc/2.0.56/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:54:34.266829375Z" diff --git a/stable/boinc/2.0.56/Chart.yaml b/stable/boinc/2.0.56/Chart.yaml deleted file mode 100644 index 8475d397e64..00000000000 --- a/stable/boinc/2.0.56/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: boinc -version: 2.0.56 -appVersion: "latest" -description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/boinc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png -keywords: - - boinc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/boinc - - https://hub.docker.com/r/linuxserver/boinc -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/boinc/2.0.56/README.md b/stable/boinc/2.0.56/README.md deleted file mode 100644 index cd3ea38a58c..00000000000 --- a/stable/boinc/2.0.56/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# boinc - -BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [boinc](https://truecharts.org/docs/charts/stable/boinc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `boinc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install boinc TrueCharts/boinc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `boinc` deployment - -```console -helm uninstall boinc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install boinc \ - --set env.TZ="America/New York" \ - TrueCharts/boinc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install boinc TrueCharts/boinc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/boinc/2.0.56/charts/common-10.7.0.tgz b/stable/boinc/2.0.56/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/boinc/2.0.56/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/boinc/2.0.57/CHANGELOG.md b/stable/boinc/2.0.57/CHANGELOG.md new file mode 100644 index 00000000000..ffebfef8fe6 --- /dev/null +++ b/stable/boinc/2.0.57/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [boinc-2.0.57](https://github.com/truecharts/charts/compare/boinc-2.0.56...boinc-2.0.57) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [boinc-2.0.56](https://github.com/truecharts/charts/compare/boinc-2.0.55...boinc-2.0.56) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [boinc-2.0.55](https://github.com/truecharts/charts/compare/boinc-2.0.54...boinc-2.0.55) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [boinc-2.0.54](https://github.com/truecharts/charts/compare/boinc-2.0.53...boinc-2.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [boinc-2.0.54](https://github.com/truecharts/charts/compare/boinc-2.0.53...boinc-2.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [boinc-2.0.53](https://github.com/truecharts/charts/compare/boinc-2.0.52...boinc-2.0.53) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [boinc-2.0.52](https://github.com/truecharts/charts/compare/boinc-2.0.51...boinc-2.0.52) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [boinc-2.0.51](https://github.com/truecharts/charts/compare/boinc-2.0.50...boinc-2.0.51) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [boinc-2.0.50](https://github.com/truecharts/charts/compare/boinc-2.0.49...boinc-2.0.50) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [boinc-2.0.49](https://github.com/truecharts/charts/compare/boinc-2.0.47...boinc-2.0.49) (2022-09-22) diff --git a/stable/boinc/2.0.57/Chart.lock b/stable/boinc/2.0.57/Chart.lock new file mode 100644 index 00000000000..64041573914 --- /dev/null +++ b/stable/boinc/2.0.57/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:01:50.313816668Z" diff --git a/stable/boinc/2.0.57/Chart.yaml b/stable/boinc/2.0.57/Chart.yaml new file mode 100644 index 00000000000..37e1533670e --- /dev/null +++ b/stable/boinc/2.0.57/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: boinc +version: 2.0.57 +appVersion: "latest" +description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/boinc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png +keywords: + - boinc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/boinc + - https://hub.docker.com/r/linuxserver/boinc +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/boinc/2.0.57/README.md b/stable/boinc/2.0.57/README.md new file mode 100644 index 00000000000..bb19490cad6 --- /dev/null +++ b/stable/boinc/2.0.57/README.md @@ -0,0 +1,106 @@ +# boinc + +BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [boinc](https://truecharts.org/docs/charts/stable/boinc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `boinc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install boinc TrueCharts/boinc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `boinc` deployment + +```console +helm uninstall boinc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install boinc \ + --set env.TZ="America/New York" \ + TrueCharts/boinc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install boinc TrueCharts/boinc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/boinc/2.0.56/app-readme.md b/stable/boinc/2.0.57/app-readme.md similarity index 100% rename from stable/boinc/2.0.56/app-readme.md rename to stable/boinc/2.0.57/app-readme.md diff --git a/stable/boinc/2.0.57/charts/common-10.7.1.tgz b/stable/boinc/2.0.57/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/boinc/2.0.57/charts/common-10.7.1.tgz differ diff --git a/stable/boinc/2.0.56/ix_values.yaml b/stable/boinc/2.0.57/ix_values.yaml similarity index 100% rename from stable/boinc/2.0.56/ix_values.yaml rename to stable/boinc/2.0.57/ix_values.yaml diff --git a/stable/boinc/2.0.56/questions.yaml b/stable/boinc/2.0.57/questions.yaml similarity index 100% rename from stable/boinc/2.0.56/questions.yaml rename to stable/boinc/2.0.57/questions.yaml diff --git a/stable/booksonic-air/6.0.50/templates/common.yaml b/stable/boinc/2.0.57/templates/common.yaml similarity index 100% rename from stable/booksonic-air/6.0.50/templates/common.yaml rename to stable/boinc/2.0.57/templates/common.yaml diff --git a/stable/bookstack/3.0.47/values.yaml b/stable/boinc/2.0.57/values.yaml similarity index 100% rename from stable/bookstack/3.0.47/values.yaml rename to stable/boinc/2.0.57/values.yaml diff --git a/stable/booksonic-air/6.0.50/CHANGELOG.md b/stable/booksonic-air/6.0.50/CHANGELOG.md deleted file mode 100644 index e9117c8cf04..00000000000 --- a/stable/booksonic-air/6.0.50/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [booksonic-air-6.0.50](https://github.com/truecharts/charts/compare/booksonic-air-6.0.49...booksonic-air-6.0.50) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [booksonic-air-6.0.49](https://github.com/truecharts/charts/compare/booksonic-air-6.0.48...booksonic-air-6.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [booksonic-air-6.0.48](https://github.com/truecharts/charts/compare/booksonic-air-6.0.47...booksonic-air-6.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [booksonic-air-6.0.48](https://github.com/truecharts/charts/compare/booksonic-air-6.0.47...booksonic-air-6.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [booksonic-air-6.0.47](https://github.com/truecharts/charts/compare/booksonic-air-6.0.46...booksonic-air-6.0.47) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [booksonic-air-6.0.46](https://github.com/truecharts/charts/compare/booksonic-air-6.0.45...booksonic-air-6.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [booksonic-air-6.0.45](https://github.com/truecharts/charts/compare/booksonic-air-6.0.44...booksonic-air-6.0.45) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [booksonic-air-6.0.44](https://github.com/truecharts/charts/compare/booksonic-air-6.0.43...booksonic-air-6.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [booksonic-air-6.0.43](https://github.com/truecharts/charts/compare/booksonic-air-6.0.41...booksonic-air-6.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/booksonic-air/6.0.50/Chart.lock b/stable/booksonic-air/6.0.50/Chart.lock deleted file mode 100644 index 0f1c3f90086..00000000000 --- a/stable/booksonic-air/6.0.50/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:02:54.627046557Z" diff --git a/stable/booksonic-air/6.0.50/Chart.yaml b/stable/booksonic-air/6.0.50/Chart.yaml deleted file mode 100644 index 3aa1fae466c..00000000000 --- a/stable/booksonic-air/6.0.50/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2201.1.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Booksonic is a platform for accessing the audibooks you own wherever you are -home: https://truecharts.org/docs/charts/stable/booksonic-air -icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png -keywords: - - booksonic - - audiobook -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: booksonic-air -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air - - https://github.com/popeen/Booksonic-Air - - https://hub.docker.com/r/linuxserver/booksonic-air -version: 6.0.50 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/booksonic-air/6.0.50/README.md b/stable/booksonic-air/6.0.50/README.md deleted file mode 100644 index fb60f0c632d..00000000000 --- a/stable/booksonic-air/6.0.50/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# booksonic-air - -Booksonic is a platform for accessing the audibooks you own wherever you are - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [booksonic-air](https://truecharts.org/docs/charts/stable/booksonic-air) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `booksonic-air` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install booksonic-air TrueCharts/booksonic-air -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `booksonic-air` deployment - -```console -helm uninstall booksonic-air -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install booksonic-air \ - --set env.TZ="America/New York" \ - TrueCharts/booksonic-air -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install booksonic-air TrueCharts/booksonic-air -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/booksonic-air/6.0.50/charts/common-10.7.0.tgz b/stable/booksonic-air/6.0.50/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/booksonic-air/6.0.50/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/booksonic-air/6.0.51/CHANGELOG.md b/stable/booksonic-air/6.0.51/CHANGELOG.md new file mode 100644 index 00000000000..67b6f70173a --- /dev/null +++ b/stable/booksonic-air/6.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [booksonic-air-6.0.51](https://github.com/truecharts/charts/compare/booksonic-air-6.0.50...booksonic-air-6.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [booksonic-air-6.0.50](https://github.com/truecharts/charts/compare/booksonic-air-6.0.49...booksonic-air-6.0.50) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [booksonic-air-6.0.49](https://github.com/truecharts/charts/compare/booksonic-air-6.0.48...booksonic-air-6.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [booksonic-air-6.0.48](https://github.com/truecharts/charts/compare/booksonic-air-6.0.47...booksonic-air-6.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [booksonic-air-6.0.48](https://github.com/truecharts/charts/compare/booksonic-air-6.0.47...booksonic-air-6.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [booksonic-air-6.0.47](https://github.com/truecharts/charts/compare/booksonic-air-6.0.46...booksonic-air-6.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [booksonic-air-6.0.46](https://github.com/truecharts/charts/compare/booksonic-air-6.0.45...booksonic-air-6.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [booksonic-air-6.0.45](https://github.com/truecharts/charts/compare/booksonic-air-6.0.44...booksonic-air-6.0.45) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [booksonic-air-6.0.44](https://github.com/truecharts/charts/compare/booksonic-air-6.0.43...booksonic-air-6.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [booksonic-air-6.0.43](https://github.com/truecharts/charts/compare/booksonic-air-6.0.41...booksonic-air-6.0.43) (2022-09-22) + +### Chore diff --git a/stable/booksonic-air/6.0.51/Chart.lock b/stable/booksonic-air/6.0.51/Chart.lock new file mode 100644 index 00000000000..2406082fae8 --- /dev/null +++ b/stable/booksonic-air/6.0.51/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:02:03.694845576Z" diff --git a/stable/booksonic-air/6.0.51/Chart.yaml b/stable/booksonic-air/6.0.51/Chart.yaml new file mode 100644 index 00000000000..d6ca6520578 --- /dev/null +++ b/stable/booksonic-air/6.0.51/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2201.1.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Booksonic is a platform for accessing the audibooks you own wherever you are +home: https://truecharts.org/docs/charts/stable/booksonic-air +icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png +keywords: + - booksonic + - audiobook +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: booksonic-air +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air + - https://github.com/popeen/Booksonic-Air + - https://hub.docker.com/r/linuxserver/booksonic-air +version: 6.0.51 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/booksonic-air/6.0.51/README.md b/stable/booksonic-air/6.0.51/README.md new file mode 100644 index 00000000000..f0e93677407 --- /dev/null +++ b/stable/booksonic-air/6.0.51/README.md @@ -0,0 +1,107 @@ +# booksonic-air + +Booksonic is a platform for accessing the audibooks you own wherever you are + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [booksonic-air](https://truecharts.org/docs/charts/stable/booksonic-air) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `booksonic-air` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install booksonic-air TrueCharts/booksonic-air +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `booksonic-air` deployment + +```console +helm uninstall booksonic-air +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install booksonic-air \ + --set env.TZ="America/New York" \ + TrueCharts/booksonic-air +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install booksonic-air TrueCharts/booksonic-air -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/booksonic-air/6.0.50/app-readme.md b/stable/booksonic-air/6.0.51/app-readme.md similarity index 100% rename from stable/booksonic-air/6.0.50/app-readme.md rename to stable/booksonic-air/6.0.51/app-readme.md diff --git a/stable/booksonic-air/6.0.51/charts/common-10.7.1.tgz b/stable/booksonic-air/6.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/booksonic-air/6.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/booksonic-air/6.0.50/ix_values.yaml b/stable/booksonic-air/6.0.51/ix_values.yaml similarity index 100% rename from stable/booksonic-air/6.0.50/ix_values.yaml rename to stable/booksonic-air/6.0.51/ix_values.yaml diff --git a/stable/booksonic-air/6.0.50/questions.yaml b/stable/booksonic-air/6.0.51/questions.yaml similarity index 100% rename from stable/booksonic-air/6.0.50/questions.yaml rename to stable/booksonic-air/6.0.51/questions.yaml diff --git a/stable/browserless-chrome/2.0.40/templates/common.yaml b/stable/booksonic-air/6.0.51/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/2.0.40/templates/common.yaml rename to stable/booksonic-air/6.0.51/templates/common.yaml diff --git a/stable/browserless-chrome/2.0.40/values.yaml b/stable/booksonic-air/6.0.51/values.yaml similarity index 100% rename from stable/browserless-chrome/2.0.40/values.yaml rename to stable/booksonic-air/6.0.51/values.yaml diff --git a/stable/bookstack/3.0.47/CHANGELOG.md b/stable/bookstack/3.0.47/CHANGELOG.md deleted file mode 100644 index 89877b57c64..00000000000 --- a/stable/bookstack/3.0.47/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [bookstack-3.0.47](https://github.com/truecharts/charts/compare/bookstack-3.0.46...bookstack-3.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [bookstack-3.0.46](https://github.com/truecharts/charts/compare/bookstack-3.0.45...bookstack-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bookstack-3.0.46](https://github.com/truecharts/charts/compare/bookstack-3.0.45...bookstack-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [bookstack-3.0.45](https://github.com/truecharts/charts/compare/bookstack-3.0.44...bookstack-3.0.45) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [bookstack-3.0.43](https://github.com/truecharts/charts/compare/bookstack-3.0.42...bookstack-3.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [bookstack-3.0.42](https://github.com/truecharts/charts/compare/bookstack-3.0.41...bookstack-3.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [bookstack-3.0.41](https://github.com/truecharts/charts/compare/bookstack-3.0.39...bookstack-3.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [bookstack-3.0.41](https://github.com/truecharts/charts/compare/bookstack-3.0.39...bookstack-3.0.41) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/bookstack/3.0.47/Chart.lock b/stable/bookstack/3.0.47/Chart.lock deleted file mode 100644 index c40e90a14e6..00000000000 --- a/stable/bookstack/3.0.47/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:18:54.896156136Z" diff --git a/stable/bookstack/3.0.47/Chart.yaml b/stable/bookstack/3.0.47/Chart.yaml deleted file mode 100644 index 837e51c55be..00000000000 --- a/stable/bookstack/3.0.47/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "22.09.2022" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "A simple, self-hosted, easy-to-use platform for organising and storing information." -home: https://truecharts.org/docs/charts/stable/bookstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png -keywords: - - bookstack - - book - - stack - - organizer - - server - - hosted -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: bookstack -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack - - https://www.bookstackapp.com/ - - https://hub.docker.com/r/linuxserver/bookstack -version: 3.0.47 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/bookstack/3.0.47/README.md b/stable/bookstack/3.0.47/README.md deleted file mode 100644 index b0470c46f33..00000000000 --- a/stable/bookstack/3.0.47/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# bookstack - -A simple, self-hosted, easy-to-use platform for organising and storing information. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [bookstack](https://truecharts.org/docs/charts/stable/bookstack) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `bookstack` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install bookstack TrueCharts/bookstack -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `bookstack` deployment - -```console -helm uninstall bookstack -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install bookstack \ - --set env.TZ="America/New York" \ - TrueCharts/bookstack -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install bookstack TrueCharts/bookstack -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/bookstack/3.0.47/charts/common-10.7.0.tgz b/stable/bookstack/3.0.47/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/bookstack/3.0.47/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/bookstack/3.0.47/charts/mariadb-3.0.92.tgz b/stable/bookstack/3.0.47/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/bookstack/3.0.47/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/bookstack/3.0.48/CHANGELOG.md b/stable/bookstack/3.0.48/CHANGELOG.md new file mode 100644 index 00000000000..3d5afe22921 --- /dev/null +++ b/stable/bookstack/3.0.48/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [bookstack-3.0.48](https://github.com/truecharts/charts/compare/bookstack-3.0.47...bookstack-3.0.48) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [bookstack-3.0.47](https://github.com/truecharts/charts/compare/bookstack-3.0.46...bookstack-3.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [bookstack-3.0.46](https://github.com/truecharts/charts/compare/bookstack-3.0.45...bookstack-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bookstack-3.0.46](https://github.com/truecharts/charts/compare/bookstack-3.0.45...bookstack-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [bookstack-3.0.45](https://github.com/truecharts/charts/compare/bookstack-3.0.44...bookstack-3.0.45) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [bookstack-3.0.43](https://github.com/truecharts/charts/compare/bookstack-3.0.42...bookstack-3.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [bookstack-3.0.42](https://github.com/truecharts/charts/compare/bookstack-3.0.41...bookstack-3.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [bookstack-3.0.41](https://github.com/truecharts/charts/compare/bookstack-3.0.39...bookstack-3.0.41) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/bookstack/3.0.48/Chart.lock b/stable/bookstack/3.0.48/Chart.lock new file mode 100644 index 00000000000..aeb4e0e82f9 --- /dev/null +++ b/stable/bookstack/3.0.48/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:02:33.523863164Z" diff --git a/stable/bookstack/3.0.48/Chart.yaml b/stable/bookstack/3.0.48/Chart.yaml new file mode 100644 index 00000000000..44f4dba933b --- /dev/null +++ b/stable/bookstack/3.0.48/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "22.09.2022" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "A simple, self-hosted, easy-to-use platform for organising and storing information." +home: https://truecharts.org/docs/charts/stable/bookstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png +keywords: + - bookstack + - book + - stack + - organizer + - server + - hosted +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: bookstack +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/bookstack + - https://www.bookstackapp.com/ + - https://hub.docker.com/r/linuxserver/bookstack +version: 3.0.48 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/bookstack/3.0.48/README.md b/stable/bookstack/3.0.48/README.md new file mode 100644 index 00000000000..0f0b34aeef9 --- /dev/null +++ b/stable/bookstack/3.0.48/README.md @@ -0,0 +1,108 @@ +# bookstack + +A simple, self-hosted, easy-to-use platform for organising and storing information. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [bookstack](https://truecharts.org/docs/charts/stable/bookstack) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `bookstack` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install bookstack TrueCharts/bookstack +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `bookstack` deployment + +```console +helm uninstall bookstack +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install bookstack \ + --set env.TZ="America/New York" \ + TrueCharts/bookstack +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install bookstack TrueCharts/bookstack -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/bookstack/3.0.47/app-readme.md b/stable/bookstack/3.0.48/app-readme.md similarity index 100% rename from stable/bookstack/3.0.47/app-readme.md rename to stable/bookstack/3.0.48/app-readme.md diff --git a/stable/bookstack/3.0.48/charts/common-10.7.1.tgz b/stable/bookstack/3.0.48/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/bookstack/3.0.48/charts/common-10.7.1.tgz differ diff --git a/stable/bookstack/3.0.48/charts/mariadb-3.0.95.tgz b/stable/bookstack/3.0.48/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/bookstack/3.0.48/charts/mariadb-3.0.95.tgz differ diff --git a/stable/bookstack/3.0.47/ix_values.yaml b/stable/bookstack/3.0.48/ix_values.yaml similarity index 100% rename from stable/bookstack/3.0.47/ix_values.yaml rename to stable/bookstack/3.0.48/ix_values.yaml diff --git a/stable/bookstack/3.0.47/questions.yaml b/stable/bookstack/3.0.48/questions.yaml similarity index 100% rename from stable/bookstack/3.0.47/questions.yaml rename to stable/bookstack/3.0.48/questions.yaml diff --git a/stable/bookstack/3.0.47/templates/_secrets.tpl b/stable/bookstack/3.0.48/templates/_secrets.tpl similarity index 100% rename from stable/bookstack/3.0.47/templates/_secrets.tpl rename to stable/bookstack/3.0.48/templates/_secrets.tpl diff --git a/stable/bookstack/3.0.47/templates/common.yaml b/stable/bookstack/3.0.48/templates/common.yaml similarity index 100% rename from stable/bookstack/3.0.47/templates/common.yaml rename to stable/bookstack/3.0.48/templates/common.yaml diff --git a/stable/budge/2.0.49/values.yaml b/stable/bookstack/3.0.48/values.yaml similarity index 100% rename from stable/budge/2.0.49/values.yaml rename to stable/bookstack/3.0.48/values.yaml diff --git a/stable/browserless-chrome/2.0.40/CHANGELOG.md b/stable/browserless-chrome/2.0.40/CHANGELOG.md deleted file mode 100644 index 22d342b0a16..00000000000 --- a/stable/browserless-chrome/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [browserless-chrome-2.0.40](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.39...browserless-chrome-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [browserless-chrome-2.0.39](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.36...browserless-chrome-2.0.39) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [browserless-chrome-2.0.36](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.35...browserless-chrome-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [browserless-chrome-2.0.36](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.35...browserless-chrome-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [browserless-chrome-2.0.35](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.34...browserless-chrome-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [browserless-chrome-2.0.34](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.33...browserless-chrome-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [browserless-chrome-2.0.33](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.32...browserless-chrome-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [browserless-chrome-2.0.32](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.31...browserless-chrome-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/browserless-chrome/2.0.40/Chart.lock b/stable/browserless-chrome/2.0.40/Chart.lock deleted file mode 100644 index 005369d69a7..00000000000 --- a/stable/browserless-chrome/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:18:53.722635178Z" diff --git a/stable/browserless-chrome/2.0.40/Chart.yaml b/stable/browserless-chrome/2.0.40/Chart.yaml deleted file mode 100644 index 2c08b2d28fb..00000000000 --- a/stable/browserless-chrome/2.0.40/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.54.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work -home: https://truecharts.org/docs/charts/stable/browserless-chrome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png -keywords: - - browserless - - chrome - - puppeteer -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: browserless-chrome -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome - - https://docs.browserless.io/docs/docker.html - - https://hub.docker.com/r/browserless/chrome/ -version: 2.0.40 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/browserless-chrome/2.0.40/README.md b/stable/browserless-chrome/2.0.40/README.md deleted file mode 100644 index e62ba79b1f0..00000000000 --- a/stable/browserless-chrome/2.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# browserless-chrome - -Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [browserless-chrome](https://truecharts.org/docs/charts/stable/browserless-chrome) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `browserless-chrome` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install browserless-chrome TrueCharts/browserless-chrome -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `browserless-chrome` deployment - -```console -helm uninstall browserless-chrome -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install browserless-chrome \ - --set env.TZ="America/New York" \ - TrueCharts/browserless-chrome -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install browserless-chrome TrueCharts/browserless-chrome -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/browserless-chrome/2.0.40/charts/common-10.7.0.tgz b/stable/browserless-chrome/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/browserless-chrome/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/browserless-chrome/2.0.41/CHANGELOG.md b/stable/browserless-chrome/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..319e76f6187 --- /dev/null +++ b/stable/browserless-chrome/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [browserless-chrome-2.0.41](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.40...browserless-chrome-2.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [browserless-chrome-2.0.40](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.39...browserless-chrome-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [browserless-chrome-2.0.39](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.36...browserless-chrome-2.0.39) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [browserless-chrome-2.0.36](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.35...browserless-chrome-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [browserless-chrome-2.0.36](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.35...browserless-chrome-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [browserless-chrome-2.0.35](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.34...browserless-chrome-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [browserless-chrome-2.0.34](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.33...browserless-chrome-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [browserless-chrome-2.0.33](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.32...browserless-chrome-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [browserless-chrome-2.0.32](https://github.com/truecharts/charts/compare/browserless-chrome-2.0.31...browserless-chrome-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/browserless-chrome/2.0.41/Chart.lock b/stable/browserless-chrome/2.0.41/Chart.lock new file mode 100644 index 00000000000..9cde1efb52e --- /dev/null +++ b/stable/browserless-chrome/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:02:30.888726486Z" diff --git a/stable/browserless-chrome/2.0.41/Chart.yaml b/stable/browserless-chrome/2.0.41/Chart.yaml new file mode 100644 index 00000000000..426179a22ff --- /dev/null +++ b/stable/browserless-chrome/2.0.41/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.54.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work +home: https://truecharts.org/docs/charts/stable/browserless-chrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png +keywords: + - browserless + - chrome + - puppeteer +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: browserless-chrome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome + - https://docs.browserless.io/docs/docker.html + - https://hub.docker.com/r/browserless/chrome/ +version: 2.0.41 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/browserless-chrome/2.0.41/README.md b/stable/browserless-chrome/2.0.41/README.md new file mode 100644 index 00000000000..a433c386af8 --- /dev/null +++ b/stable/browserless-chrome/2.0.41/README.md @@ -0,0 +1,107 @@ +# browserless-chrome + +Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [browserless-chrome](https://truecharts.org/docs/charts/stable/browserless-chrome) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `browserless-chrome` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install browserless-chrome TrueCharts/browserless-chrome +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `browserless-chrome` deployment + +```console +helm uninstall browserless-chrome +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install browserless-chrome \ + --set env.TZ="America/New York" \ + TrueCharts/browserless-chrome +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install browserless-chrome TrueCharts/browserless-chrome -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/browserless-chrome/2.0.40/app-readme.md b/stable/browserless-chrome/2.0.41/app-readme.md similarity index 100% rename from stable/browserless-chrome/2.0.40/app-readme.md rename to stable/browserless-chrome/2.0.41/app-readme.md diff --git a/stable/browserless-chrome/2.0.41/charts/common-10.7.1.tgz b/stable/browserless-chrome/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/browserless-chrome/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/browserless-chrome/2.0.40/ci/puppeteer-values.yaml b/stable/browserless-chrome/2.0.41/ci/puppeteer-values.yaml similarity index 100% rename from stable/browserless-chrome/2.0.40/ci/puppeteer-values.yaml rename to stable/browserless-chrome/2.0.41/ci/puppeteer-values.yaml diff --git a/stable/browserless-chrome/2.0.40/ix_values.yaml b/stable/browserless-chrome/2.0.41/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/2.0.40/ix_values.yaml rename to stable/browserless-chrome/2.0.41/ix_values.yaml diff --git a/stable/browserless-chrome/2.0.40/questions.yaml b/stable/browserless-chrome/2.0.41/questions.yaml similarity index 100% rename from stable/browserless-chrome/2.0.40/questions.yaml rename to stable/browserless-chrome/2.0.41/questions.yaml diff --git a/stable/budge/2.0.49/templates/common.yaml b/stable/browserless-chrome/2.0.41/templates/common.yaml similarity index 100% rename from stable/budge/2.0.49/templates/common.yaml rename to stable/browserless-chrome/2.0.41/templates/common.yaml diff --git a/stable/calibre/7.0.52/values.yaml b/stable/browserless-chrome/2.0.41/values.yaml similarity index 100% rename from stable/calibre/7.0.52/values.yaml rename to stable/browserless-chrome/2.0.41/values.yaml diff --git a/stable/budge/2.0.49/CHANGELOG.md b/stable/budge/2.0.49/CHANGELOG.md deleted file mode 100644 index 5c76a20029c..00000000000 --- a/stable/budge/2.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [budge-2.0.49](https://github.com/truecharts/charts/compare/budge-2.0.48...budge-2.0.49) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [budge-2.0.48](https://github.com/truecharts/charts/compare/budge-2.0.47...budge-2.0.48) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [budge-2.0.47](https://github.com/truecharts/charts/compare/budge-2.0.46...budge-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [budge-2.0.47](https://github.com/truecharts/charts/compare/budge-2.0.46...budge-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [budge-2.0.46](https://github.com/truecharts/charts/compare/budge-2.0.45...budge-2.0.46) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [budge-2.0.45](https://github.com/truecharts/charts/compare/budge-2.0.44...budge-2.0.45) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [budge-2.0.44](https://github.com/truecharts/charts/compare/budge-2.0.43...budge-2.0.44) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [budge-2.0.43](https://github.com/truecharts/charts/compare/budge-2.0.42...budge-2.0.43) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [budge-2.0.42](https://github.com/truecharts/charts/compare/budge-2.0.40...budge-2.0.42) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/budge/2.0.49/Chart.lock b/stable/budge/2.0.49/Chart.lock deleted file mode 100644 index f5bd7d95e9f..00000000000 --- a/stable/budge/2.0.49/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:15:57.240631456Z" diff --git a/stable/budge/2.0.49/Chart.yaml b/stable/budge/2.0.49/Chart.yaml deleted file mode 100644 index 536b3c8b28a..00000000000 --- a/stable/budge/2.0.49/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.0.9" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Budge is an open source 'budgeting with envelopes' personal finance app. -home: https://truecharts.org/docs/charts/stable/budge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png -keywords: - - finance - - budge -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: budge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/budge - - https://github.com/linuxserver/budge - - https://github.com/linuxserver/docker-BudgE -version: 2.0.49 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/budge/2.0.49/README.md b/stable/budge/2.0.49/README.md deleted file mode 100644 index f50bce6125a..00000000000 --- a/stable/budge/2.0.49/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# budge - -Budge is an open source 'budgeting with envelopes' personal finance app. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [budge](https://truecharts.org/docs/charts/stable/budge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `budge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install budge TrueCharts/budge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `budge` deployment - -```console -helm uninstall budge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install budge \ - --set env.TZ="America/New York" \ - TrueCharts/budge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install budge TrueCharts/budge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/budge/2.0.49/charts/common-10.7.0.tgz b/stable/budge/2.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/budge/2.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/budge/2.0.50/CHANGELOG.md b/stable/budge/2.0.50/CHANGELOG.md new file mode 100644 index 00000000000..78cf2e89203 --- /dev/null +++ b/stable/budge/2.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [budge-2.0.50](https://github.com/truecharts/charts/compare/budge-2.0.49...budge-2.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [budge-2.0.49](https://github.com/truecharts/charts/compare/budge-2.0.48...budge-2.0.49) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [budge-2.0.48](https://github.com/truecharts/charts/compare/budge-2.0.47...budge-2.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [budge-2.0.47](https://github.com/truecharts/charts/compare/budge-2.0.46...budge-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [budge-2.0.47](https://github.com/truecharts/charts/compare/budge-2.0.46...budge-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [budge-2.0.46](https://github.com/truecharts/charts/compare/budge-2.0.45...budge-2.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [budge-2.0.45](https://github.com/truecharts/charts/compare/budge-2.0.44...budge-2.0.45) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [budge-2.0.44](https://github.com/truecharts/charts/compare/budge-2.0.43...budge-2.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [budge-2.0.43](https://github.com/truecharts/charts/compare/budge-2.0.42...budge-2.0.43) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [budge-2.0.42](https://github.com/truecharts/charts/compare/budge-2.0.40...budge-2.0.42) (2022-09-22) + +### Chore diff --git a/stable/budge/2.0.50/Chart.lock b/stable/budge/2.0.50/Chart.lock new file mode 100644 index 00000000000..77c09008e3e --- /dev/null +++ b/stable/budge/2.0.50/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:02:34.946276495Z" diff --git a/stable/budge/2.0.50/Chart.yaml b/stable/budge/2.0.50/Chart.yaml new file mode 100644 index 00000000000..96601db09bb --- /dev/null +++ b/stable/budge/2.0.50/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.0.9" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Budge is an open source 'budgeting with envelopes' personal finance app. +home: https://truecharts.org/docs/charts/stable/budge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png +keywords: + - finance + - budge +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: budge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/budge + - https://github.com/linuxserver/budge + - https://github.com/linuxserver/docker-BudgE +version: 2.0.50 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/budge/2.0.50/README.md b/stable/budge/2.0.50/README.md new file mode 100644 index 00000000000..8e1122e1509 --- /dev/null +++ b/stable/budge/2.0.50/README.md @@ -0,0 +1,107 @@ +# budge + +Budge is an open source 'budgeting with envelopes' personal finance app. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [budge](https://truecharts.org/docs/charts/stable/budge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `budge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install budge TrueCharts/budge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `budge` deployment + +```console +helm uninstall budge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install budge \ + --set env.TZ="America/New York" \ + TrueCharts/budge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install budge TrueCharts/budge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/budge/2.0.49/app-readme.md b/stable/budge/2.0.50/app-readme.md similarity index 100% rename from stable/budge/2.0.49/app-readme.md rename to stable/budge/2.0.50/app-readme.md diff --git a/stable/budge/2.0.50/charts/common-10.7.1.tgz b/stable/budge/2.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/budge/2.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/budge/2.0.49/ix_values.yaml b/stable/budge/2.0.50/ix_values.yaml similarity index 100% rename from stable/budge/2.0.49/ix_values.yaml rename to stable/budge/2.0.50/ix_values.yaml diff --git a/stable/budge/2.0.49/questions.yaml b/stable/budge/2.0.50/questions.yaml similarity index 100% rename from stable/budge/2.0.49/questions.yaml rename to stable/budge/2.0.50/questions.yaml diff --git a/stable/chevereto/3.0.43/templates/common.yaml b/stable/budge/2.0.50/templates/common.yaml similarity index 100% rename from stable/chevereto/3.0.43/templates/common.yaml rename to stable/budge/2.0.50/templates/common.yaml diff --git a/stable/chevereto/3.0.43/values.yaml b/stable/budge/2.0.50/values.yaml similarity index 100% rename from stable/chevereto/3.0.43/values.yaml rename to stable/budge/2.0.50/values.yaml diff --git a/stable/calibre-web/11.0.51/CHANGELOG.md b/stable/calibre-web/11.0.51/CHANGELOG.md new file mode 100644 index 00000000000..65c41b53995 --- /dev/null +++ b/stable/calibre-web/11.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [calibre-web-11.0.51](https://github.com/truecharts/charts/compare/calibre-web-11.0.50...calibre-web-11.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [calibre-web-11.0.50](https://github.com/truecharts/charts/compare/calibre-web-11.0.49...calibre-web-11.0.50) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [calibre-web-11.0.49](https://github.com/truecharts/charts/compare/calibre-web-11.0.48...calibre-web-11.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [calibre-web-11.0.48](https://github.com/truecharts/charts/compare/calibre-web-11.0.47...calibre-web-11.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [calibre-web-11.0.48](https://github.com/truecharts/charts/compare/calibre-web-11.0.47...calibre-web-11.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [calibre-web-11.0.47](https://github.com/truecharts/charts/compare/calibre-web-11.0.46...calibre-web-11.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [calibre-web-11.0.46](https://github.com/truecharts/charts/compare/calibre-web-11.0.45...calibre-web-11.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [calibre-web-11.0.45](https://github.com/truecharts/charts/compare/calibre-web-11.0.44...calibre-web-11.0.45) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [calibre-web-11.0.44](https://github.com/truecharts/charts/compare/calibre-web-11.0.43...calibre-web-11.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [calibre-web-11.0.43](https://github.com/truecharts/charts/compare/calibre-web-11.0.42...calibre-web-11.0.43) (2022-09-25) + diff --git a/stable/calibre-web/11.0.51/Chart.lock b/stable/calibre-web/11.0.51/Chart.lock new file mode 100644 index 00000000000..0fdc62c11e6 --- /dev/null +++ b/stable/calibre-web/11.0.51/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:03:02.561630412Z" diff --git a/stable/calibre-web/11.0.51/Chart.yaml b/stable/calibre-web/11.0.51/Chart.yaml new file mode 100644 index 00000000000..fe82198cae6 --- /dev/null +++ b/stable/calibre-web/11.0.51/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.6.19" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/calibre-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.png +keywords: + - calibre-web + - calibre + - ebook +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: calibre-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web + - https://hub.docker.com/r/linuxserver/calibre-web/ + - https://github.com/janeczku/calibre-web +type: application +version: 11.0.51 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/calibre-web/11.0.51/README.md b/stable/calibre-web/11.0.51/README.md new file mode 100644 index 00000000000..32712e03cf7 --- /dev/null +++ b/stable/calibre-web/11.0.51/README.md @@ -0,0 +1,107 @@ +# calibre-web + +Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [calibre-web](https://truecharts.org/docs/charts/stable/calibre-web) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `calibre-web` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install calibre-web TrueCharts/calibre-web +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `calibre-web` deployment + +```console +helm uninstall calibre-web +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install calibre-web \ + --set env.TZ="America/New York" \ + TrueCharts/calibre-web +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install calibre-web TrueCharts/calibre-web -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/calibre-web/11.0.51/app-readme.md b/stable/calibre-web/11.0.51/app-readme.md new file mode 100644 index 00000000000..fdc871bc685 --- /dev/null +++ b/stable/calibre-web/11.0.51/app-readme.md @@ -0,0 +1,8 @@ +Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/calibre-web](https://truecharts.org/docs/charts/stable/calibre-web) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/calibre-web/11.0.51/charts/common-10.7.1.tgz b/stable/calibre-web/11.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/calibre-web/11.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/calibre-web/11.0.51/ix_values.yaml b/stable/calibre-web/11.0.51/ix_values.yaml new file mode 100644 index 00000000000..5d70ddf36da --- /dev/null +++ b/stable/calibre-web/11.0.51/ix_values.yaml @@ -0,0 +1,27 @@ +image: + repository: tccr.io/truecharts/calibre-web + pullPolicy: IfNotPresent + tag: 0.6.19@sha256:b8725f0efb82ae3cc767362a995057385ed6f363c793bcc7e5e76c22b999ac27 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8083 + targetPort: 8083 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/calibre-web/11.0.51/questions.yaml b/stable/calibre-web/11.0.51/questions.yaml new file mode 100644 index 00000000000..bb69674b3c7 --- /dev/null +++ b/stable/calibre-web/11.0.51/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8083 + 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 + hidden: true + 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: 8083 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/clarkson/3.0.45/templates/common.yaml b/stable/calibre-web/11.0.51/templates/common.yaml similarity index 100% rename from stable/clarkson/3.0.45/templates/common.yaml rename to stable/calibre-web/11.0.51/templates/common.yaml diff --git a/stable/chronos/1.0.7/values.yaml b/stable/calibre-web/11.0.51/values.yaml similarity index 100% rename from stable/chronos/1.0.7/values.yaml rename to stable/calibre-web/11.0.51/values.yaml diff --git a/stable/calibre/7.0.52/CHANGELOG.md b/stable/calibre/7.0.52/CHANGELOG.md deleted file mode 100644 index a19b4321327..00000000000 --- a/stable/calibre/7.0.52/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [calibre-7.0.52](https://github.com/truecharts/charts/compare/calibre-web-11.0.50...calibre-7.0.52) (2022-10-16) - -### Chore - -- update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [calibre-7.0.51](https://github.com/truecharts/charts/compare/calibre-web-11.0.48...calibre-7.0.51) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [calibre-7.0.50](https://github.com/truecharts/charts/compare/calibre-7.0.49...calibre-7.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [calibre-7.0.50](https://github.com/truecharts/charts/compare/calibre-7.0.49...calibre-7.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [calibre-7.0.49](https://github.com/truecharts/charts/compare/calibre-web-11.0.46...calibre-7.0.49) (2022-10-05) - -### Chore - -- update helm general non-major - - - - -## [calibre-7.0.48](https://github.com/truecharts/charts/compare/calibre-web-11.0.45...calibre-7.0.48) (2022-10-01) - -### Chore - -- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [calibre-7.0.47](https://github.com/truecharts/charts/compare/calibre-7.0.46...calibre-7.0.47) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [calibre-7.0.46](https://github.com/truecharts/charts/compare/calibre-7.0.45...calibre-7.0.46) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [calibre-7.0.45](https://github.com/truecharts/charts/compare/calibre-7.0.44...calibre-7.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [calibre-7.0.44](https://github.com/truecharts/charts/compare/calibre-7.0.41...calibre-7.0.44) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/calibre/7.0.52/Chart.lock b/stable/calibre/7.0.52/Chart.lock deleted file mode 100644 index fc1d4fa0770..00000000000 --- a/stable/calibre/7.0.52/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:54:40.175298519Z" diff --git a/stable/calibre/7.0.52/Chart.yaml b/stable/calibre/7.0.52/Chart.yaml deleted file mode 100644 index de24c12ef74..00000000000 --- a/stable/calibre/7.0.52/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "6.7.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Calibre is a powerful and easy to use e-book manager. -home: https://truecharts.org/docs/charts/stable/calibre -icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png -keywords: - - calibre -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: calibre -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/calibre - - https://hub.docker.com/r/linuxserver/calibre/ - - https://github.com/kovidgoyal/calibre/ -version: 7.0.52 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/calibre/7.0.52/README.md b/stable/calibre/7.0.52/README.md deleted file mode 100644 index 7637867279b..00000000000 --- a/stable/calibre/7.0.52/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# calibre - -Calibre is a powerful and easy to use e-book manager. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [calibre](https://truecharts.org/docs/charts/stable/calibre) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `calibre` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install calibre TrueCharts/calibre -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `calibre` deployment - -```console -helm uninstall calibre -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install calibre \ - --set env.TZ="America/New York" \ - TrueCharts/calibre -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install calibre TrueCharts/calibre -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/calibre/7.0.52/charts/common-10.7.0.tgz b/stable/calibre/7.0.52/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/calibre/7.0.52/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/calibre/7.0.52/ix_values.yaml b/stable/calibre/7.0.52/ix_values.yaml deleted file mode 100644 index ec9cabc2088..00000000000 --- a/stable/calibre/7.0.52/ix_values.yaml +++ /dev/null @@ -1,42 +0,0 @@ -image: - repository: tccr.io/truecharts/calibre - tag: 6.7.1@sha256:9f13f0ae804c3d3b3c50bd5f10f9d2d9d72d077c8b3bfbc9ef1769c2047de948 - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -secretEnv: - PASSWORD: "" - -env: - CLI_ARGS: - -service: - main: - ports: - main: - port: 8084 - targetPort: 8080 - webserver: - enabled: true - ports: - webserver: - enabled: true - port: 8081 - targetPort: 8081 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true - -portal: - enabled: true diff --git a/stable/calibre/7.0.53/CHANGELOG.md b/stable/calibre/7.0.53/CHANGELOG.md new file mode 100644 index 00000000000..f6164333f58 --- /dev/null +++ b/stable/calibre/7.0.53/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [calibre-7.0.53](https://github.com/truecharts/charts/compare/calibre-7.0.52...calibre-7.0.53) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [calibre-7.0.52](https://github.com/truecharts/charts/compare/calibre-web-11.0.50...calibre-7.0.52) (2022-10-16) + +### Chore + +- update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [calibre-7.0.51](https://github.com/truecharts/charts/compare/calibre-web-11.0.48...calibre-7.0.51) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [calibre-7.0.50](https://github.com/truecharts/charts/compare/calibre-7.0.49...calibre-7.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [calibre-7.0.50](https://github.com/truecharts/charts/compare/calibre-7.0.49...calibre-7.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [calibre-7.0.49](https://github.com/truecharts/charts/compare/calibre-web-11.0.46...calibre-7.0.49) (2022-10-05) + +### Chore + +- update helm general non-major + + + + +## [calibre-7.0.48](https://github.com/truecharts/charts/compare/calibre-web-11.0.45...calibre-7.0.48) (2022-10-01) + +### Chore + +- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [calibre-7.0.47](https://github.com/truecharts/charts/compare/calibre-7.0.46...calibre-7.0.47) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [calibre-7.0.46](https://github.com/truecharts/charts/compare/calibre-7.0.45...calibre-7.0.46) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [calibre-7.0.45](https://github.com/truecharts/charts/compare/calibre-7.0.44...calibre-7.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] diff --git a/stable/calibre/7.0.53/Chart.lock b/stable/calibre/7.0.53/Chart.lock new file mode 100644 index 00000000000..1b1864876e9 --- /dev/null +++ b/stable/calibre/7.0.53/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:02:43.376338131Z" diff --git a/stable/calibre/7.0.53/Chart.yaml b/stable/calibre/7.0.53/Chart.yaml new file mode 100644 index 00000000000..1184c076ef3 --- /dev/null +++ b/stable/calibre/7.0.53/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "6.7.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Calibre is a powerful and easy to use e-book manager. +home: https://truecharts.org/docs/charts/stable/calibre +icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png +keywords: + - calibre +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: calibre +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/calibre + - https://hub.docker.com/r/linuxserver/calibre/ + - https://github.com/kovidgoyal/calibre/ +version: 7.0.53 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/calibre/7.0.53/README.md b/stable/calibre/7.0.53/README.md new file mode 100644 index 00000000000..0bf735d03f3 --- /dev/null +++ b/stable/calibre/7.0.53/README.md @@ -0,0 +1,107 @@ +# calibre + +Calibre is a powerful and easy to use e-book manager. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [calibre](https://truecharts.org/docs/charts/stable/calibre) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `calibre` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install calibre TrueCharts/calibre +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `calibre` deployment + +```console +helm uninstall calibre +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install calibre \ + --set env.TZ="America/New York" \ + TrueCharts/calibre +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install calibre TrueCharts/calibre -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/calibre/7.0.52/app-readme.md b/stable/calibre/7.0.53/app-readme.md similarity index 100% rename from stable/calibre/7.0.52/app-readme.md rename to stable/calibre/7.0.53/app-readme.md diff --git a/stable/calibre/7.0.53/charts/common-10.7.1.tgz b/stable/calibre/7.0.53/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/calibre/7.0.53/charts/common-10.7.1.tgz differ diff --git a/stable/calibre/7.0.53/ix_values.yaml b/stable/calibre/7.0.53/ix_values.yaml new file mode 100644 index 00000000000..f7cbb518199 --- /dev/null +++ b/stable/calibre/7.0.53/ix_values.yaml @@ -0,0 +1,42 @@ +image: + repository: tccr.io/truecharts/calibre + tag: 6.7.1@sha256:e4080f3791a577adfacda378062426daeaf8cb7de20a613246ba518d8c2506d8 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +secretEnv: + PASSWORD: "" + +env: + CLI_ARGS: + +service: + main: + ports: + main: + port: 8084 + targetPort: 8080 + webserver: + enabled: true + ports: + webserver: + enabled: true + port: 8081 + targetPort: 8081 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/calibre/7.0.52/questions.yaml b/stable/calibre/7.0.53/questions.yaml similarity index 100% rename from stable/calibre/7.0.52/questions.yaml rename to stable/calibre/7.0.53/questions.yaml diff --git a/stable/calibre/7.0.52/templates/common.yaml b/stable/calibre/7.0.53/templates/common.yaml similarity index 100% rename from stable/calibre/7.0.52/templates/common.yaml rename to stable/calibre/7.0.53/templates/common.yaml diff --git a/stable/clamav/3.0.44/values.yaml b/stable/calibre/7.0.53/values.yaml similarity index 100% rename from stable/clamav/3.0.44/values.yaml rename to stable/calibre/7.0.53/values.yaml diff --git a/stable/chevereto/3.0.43/CHANGELOG.md b/stable/chevereto/3.0.43/CHANGELOG.md deleted file mode 100644 index 2c50cf415c4..00000000000 --- a/stable/chevereto/3.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chevereto-3.0.43](https://github.com/truecharts/charts/compare/chevereto-3.0.42...chevereto-3.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chevereto-3.0.42](https://github.com/truecharts/charts/compare/chevereto-3.0.41...chevereto-3.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chevereto-3.0.42](https://github.com/truecharts/charts/compare/chevereto-3.0.41...chevereto-3.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chevereto-3.0.41](https://github.com/truecharts/charts/compare/chevereto-3.0.40...chevereto-3.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [chevereto-3.0.39](https://github.com/truecharts/charts/compare/chevereto-3.0.38...chevereto-3.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chevereto-3.0.38](https://github.com/truecharts/charts/compare/chevereto-3.0.37...chevereto-3.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chevereto-3.0.37](https://github.com/truecharts/charts/compare/chevereto-3.0.36...chevereto-3.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [chevereto-3.0.37](https://github.com/truecharts/charts/compare/chevereto-3.0.36...chevereto-3.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/chevereto/3.0.43/Chart.lock b/stable/chevereto/3.0.43/Chart.lock deleted file mode 100644 index a0312f92733..00000000000 --- a/stable/chevereto/3.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:19:36.370452426Z" diff --git a/stable/chevereto/3.0.43/Chart.yaml b/stable/chevereto/3.0.43/Chart.yaml deleted file mode 100644 index b68d5ef4bd7..00000000000 --- a/stable/chevereto/3.0.43/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: chevereto -version: 3.0.43 -appVersion: "1.6.2" -description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/chevereto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png -keywords: - - chevereto -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto - - https://hub.docker.com/r/linuxserver/chevereto - - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables - - https://github.com/rodber/chevereto-free -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/chevereto/3.0.43/README.md b/stable/chevereto/3.0.43/README.md deleted file mode 100644 index c90de25bcfe..00000000000 --- a/stable/chevereto/3.0.43/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# chevereto - -Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chevereto](https://truecharts.org/docs/charts/stable/chevereto) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chevereto` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chevereto TrueCharts/chevereto -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chevereto` deployment - -```console -helm uninstall chevereto -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chevereto \ - --set env.TZ="America/New York" \ - TrueCharts/chevereto -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chevereto TrueCharts/chevereto -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/chevereto/3.0.43/charts/common-10.7.0.tgz b/stable/chevereto/3.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/chevereto/3.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/chevereto/3.0.43/charts/mariadb-3.0.92.tgz b/stable/chevereto/3.0.43/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/chevereto/3.0.43/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/chevereto/3.0.44/CHANGELOG.md b/stable/chevereto/3.0.44/CHANGELOG.md new file mode 100644 index 00000000000..843049993e9 --- /dev/null +++ b/stable/chevereto/3.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chevereto-3.0.44](https://github.com/truecharts/charts/compare/chevereto-3.0.43...chevereto-3.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chevereto-3.0.43](https://github.com/truecharts/charts/compare/chevereto-3.0.42...chevereto-3.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chevereto-3.0.42](https://github.com/truecharts/charts/compare/chevereto-3.0.41...chevereto-3.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chevereto-3.0.42](https://github.com/truecharts/charts/compare/chevereto-3.0.41...chevereto-3.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chevereto-3.0.41](https://github.com/truecharts/charts/compare/chevereto-3.0.40...chevereto-3.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [chevereto-3.0.39](https://github.com/truecharts/charts/compare/chevereto-3.0.38...chevereto-3.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chevereto-3.0.38](https://github.com/truecharts/charts/compare/chevereto-3.0.37...chevereto-3.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chevereto-3.0.37](https://github.com/truecharts/charts/compare/chevereto-3.0.36...chevereto-3.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/chevereto/3.0.44/Chart.lock b/stable/chevereto/3.0.44/Chart.lock new file mode 100644 index 00000000000..3180021d8e5 --- /dev/null +++ b/stable/chevereto/3.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:03:17.842399717Z" diff --git a/stable/chevereto/3.0.44/Chart.yaml b/stable/chevereto/3.0.44/Chart.yaml new file mode 100644 index 00000000000..8546b60b506 --- /dev/null +++ b/stable/chevereto/3.0.44/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: chevereto +version: 3.0.44 +appVersion: "1.6.2" +description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/chevereto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.png +keywords: + - chevereto +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chevereto + - https://hub.docker.com/r/linuxserver/chevereto + - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables + - https://github.com/rodber/chevereto-free +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/chevereto/3.0.44/README.md b/stable/chevereto/3.0.44/README.md new file mode 100644 index 00000000000..dce6e254479 --- /dev/null +++ b/stable/chevereto/3.0.44/README.md @@ -0,0 +1,109 @@ +# chevereto + +Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chevereto](https://truecharts.org/docs/charts/stable/chevereto) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chevereto` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chevereto TrueCharts/chevereto +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chevereto` deployment + +```console +helm uninstall chevereto +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chevereto \ + --set env.TZ="America/New York" \ + TrueCharts/chevereto +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chevereto TrueCharts/chevereto -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/chevereto/3.0.43/app-readme.md b/stable/chevereto/3.0.44/app-readme.md similarity index 100% rename from stable/chevereto/3.0.43/app-readme.md rename to stable/chevereto/3.0.44/app-readme.md diff --git a/stable/chevereto/3.0.44/charts/common-10.7.1.tgz b/stable/chevereto/3.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/chevereto/3.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/chevereto/3.0.44/charts/mariadb-3.0.95.tgz b/stable/chevereto/3.0.44/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/chevereto/3.0.44/charts/mariadb-3.0.95.tgz differ diff --git a/stable/chevereto/3.0.43/ix_values.yaml b/stable/chevereto/3.0.44/ix_values.yaml similarity index 100% rename from stable/chevereto/3.0.43/ix_values.yaml rename to stable/chevereto/3.0.44/ix_values.yaml diff --git a/stable/chevereto/3.0.43/questions.yaml b/stable/chevereto/3.0.44/questions.yaml similarity index 100% rename from stable/chevereto/3.0.43/questions.yaml rename to stable/chevereto/3.0.44/questions.yaml diff --git a/stable/cloud9/4.0.35/templates/common.yaml b/stable/chevereto/3.0.44/templates/common.yaml similarity index 100% rename from stable/cloud9/4.0.35/templates/common.yaml rename to stable/chevereto/3.0.44/templates/common.yaml diff --git a/stable/clarkson/3.0.45/values.yaml b/stable/chevereto/3.0.44/values.yaml similarity index 100% rename from stable/clarkson/3.0.45/values.yaml rename to stable/chevereto/3.0.44/values.yaml diff --git a/stable/chronos/1.0.7/CHANGELOG.md b/stable/chronos/1.0.7/CHANGELOG.md deleted file mode 100644 index 0287e056ef9..00000000000 --- a/stable/chronos/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [chronos-1.0.7](https://github.com/truecharts/charts/compare/chronos-1.0.6...chronos-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [chronos-1.0.6](https://github.com/truecharts/charts/compare/chronos-1.0.5...chronos-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chronos-1.0.6](https://github.com/truecharts/charts/compare/chronos-1.0.5...chronos-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [chronos-1.0.5](https://github.com/truecharts/charts/compare/chronos-1.0.4...chronos-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [chronos-1.0.4](https://github.com/truecharts/charts/compare/chronos-1.0.3...chronos-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [chronos-1.0.3](https://github.com/truecharts/charts/compare/chronos-1.0.2...chronos-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [chronos-1.0.2](https://github.com/truecharts/charts/compare/chronos-1.0.1...chronos-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [chronos-1.0.2](https://github.com/truecharts/charts/compare/chronos-1.0.1...chronos-1.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/chronos/1.0.7/Chart.lock b/stable/chronos/1.0.7/Chart.lock deleted file mode 100644 index 76f4a0ae43a..00000000000 --- a/stable/chronos/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:19:33.595272745Z" diff --git a/stable/chronos/1.0.7/Chart.yaml b/stable/chronos/1.0.7/Chart.yaml deleted file mode 100644 index 0a28129f959..00000000000 --- a/stable/chronos/1.0.7/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "0.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI." -home: https://truecharts.org/docs/charts/stable/chronos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png -keywords: - - chronos - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: chronos -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/chronos - - https://github.com/simse/chronos - - https://hub.docker.com/r/simsemand/chronos -type: application -version: 1.0.7 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities diff --git a/stable/chronos/1.0.7/README.md b/stable/chronos/1.0.7/README.md deleted file mode 100644 index 3c505b6883e..00000000000 --- a/stable/chronos/1.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# chronos - -Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [chronos](https://truecharts.org/docs/charts/stable/chronos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `chronos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install chronos TrueCharts/chronos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `chronos` deployment - -```console -helm uninstall chronos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install chronos \ - --set env.TZ="America/New York" \ - TrueCharts/chronos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install chronos TrueCharts/chronos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/chronos/1.0.7/charts/common-10.7.0.tgz b/stable/chronos/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/chronos/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/chronos/1.0.8/CHANGELOG.md b/stable/chronos/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..b8761e7bc37 --- /dev/null +++ b/stable/chronos/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [chronos-1.0.8](https://github.com/truecharts/charts/compare/chronos-1.0.7...chronos-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [chronos-1.0.7](https://github.com/truecharts/charts/compare/chronos-1.0.6...chronos-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [chronos-1.0.6](https://github.com/truecharts/charts/compare/chronos-1.0.5...chronos-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chronos-1.0.6](https://github.com/truecharts/charts/compare/chronos-1.0.5...chronos-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [chronos-1.0.5](https://github.com/truecharts/charts/compare/chronos-1.0.4...chronos-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [chronos-1.0.4](https://github.com/truecharts/charts/compare/chronos-1.0.3...chronos-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [chronos-1.0.3](https://github.com/truecharts/charts/compare/chronos-1.0.2...chronos-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [chronos-1.0.2](https://github.com/truecharts/charts/compare/chronos-1.0.1...chronos-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/chronos/1.0.8/Chart.lock b/stable/chronos/1.0.8/Chart.lock new file mode 100644 index 00000000000..b69b938a473 --- /dev/null +++ b/stable/chronos/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:03:14.839561897Z" diff --git a/stable/chronos/1.0.8/Chart.yaml b/stable/chronos/1.0.8/Chart.yaml new file mode 100644 index 00000000000..8a70edc43b9 --- /dev/null +++ b/stable/chronos/1.0.8/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI." +home: https://truecharts.org/docs/charts/stable/chronos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png +keywords: + - chronos + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: chronos +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/chronos + - https://github.com/simse/chronos + - https://hub.docker.com/r/simsemand/chronos +type: application +version: 1.0.8 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities diff --git a/stable/chronos/1.0.8/README.md b/stable/chronos/1.0.8/README.md new file mode 100644 index 00000000000..5cc300ea52c --- /dev/null +++ b/stable/chronos/1.0.8/README.md @@ -0,0 +1,107 @@ +# chronos + +Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [chronos](https://truecharts.org/docs/charts/stable/chronos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `chronos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install chronos TrueCharts/chronos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `chronos` deployment + +```console +helm uninstall chronos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install chronos \ + --set env.TZ="America/New York" \ + TrueCharts/chronos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install chronos TrueCharts/chronos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/chronos/1.0.7/app-readme.md b/stable/chronos/1.0.8/app-readme.md similarity index 100% rename from stable/chronos/1.0.7/app-readme.md rename to stable/chronos/1.0.8/app-readme.md diff --git a/stable/chronos/1.0.8/charts/common-10.7.1.tgz b/stable/chronos/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/chronos/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/chronos/1.0.7/ix_values.yaml b/stable/chronos/1.0.8/ix_values.yaml similarity index 100% rename from stable/chronos/1.0.7/ix_values.yaml rename to stable/chronos/1.0.8/ix_values.yaml diff --git a/stable/chronos/1.0.7/questions.yaml b/stable/chronos/1.0.8/questions.yaml similarity index 100% rename from stable/chronos/1.0.7/questions.yaml rename to stable/chronos/1.0.8/questions.yaml diff --git a/stable/chronos/1.0.7/templates/common.yaml b/stable/chronos/1.0.8/templates/common.yaml similarity index 100% rename from stable/chronos/1.0.7/templates/common.yaml rename to stable/chronos/1.0.8/templates/common.yaml diff --git a/stable/cloud9/4.0.35/values.yaml b/stable/chronos/1.0.8/values.yaml similarity index 100% rename from stable/cloud9/4.0.35/values.yaml rename to stable/chronos/1.0.8/values.yaml diff --git a/stable/clamav/3.0.44/CHANGELOG.md b/stable/clamav/3.0.44/CHANGELOG.md deleted file mode 100644 index 51781c963a2..00000000000 --- a/stable/clamav/3.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [clamav-3.0.44](https://github.com/truecharts/charts/compare/clamav-3.0.43...clamav-3.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [clamav-3.0.43](https://github.com/truecharts/charts/compare/clamav-3.0.42...clamav-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [clamav-3.0.43](https://github.com/truecharts/charts/compare/clamav-3.0.42...clamav-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [clamav-3.0.42](https://github.com/truecharts/charts/compare/clamav-3.0.41...clamav-3.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [clamav-3.0.41](https://github.com/truecharts/charts/compare/clamav-3.0.40...clamav-3.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [clamav-3.0.40](https://github.com/truecharts/charts/compare/clamav-3.0.39...clamav-3.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [clamav-3.0.39](https://github.com/truecharts/charts/compare/clamav-3.0.38...clamav-3.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [clamav-3.0.39](https://github.com/truecharts/charts/compare/clamav-3.0.38...clamav-3.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/clamav/3.0.44/Chart.lock b/stable/clamav/3.0.44/Chart.lock deleted file mode 100644 index bb990231151..00000000000 --- a/stable/clamav/3.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:19:34.975794641Z" diff --git a/stable/clamav/3.0.44/Chart.yaml b/stable/clamav/3.0.44/Chart.yaml deleted file mode 100644 index f43de926a92..00000000000 --- a/stable/clamav/3.0.44/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.105.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. -home: https://truecharts.org/docs/charts/stable/clamav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png -keywords: - - clamav - - antivirus -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: clamav -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/clamav - - https://github.com/Cisco-Talos/clamav - - https://hub.docker.com/r/clamav/clamav - - https://docs.clamav.net/ -type: application -version: 3.0.44 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/clamav/3.0.44/README.md b/stable/clamav/3.0.44/README.md deleted file mode 100644 index ff9c2879303..00000000000 --- a/stable/clamav/3.0.44/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# clamav - -ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [clamav](https://truecharts.org/docs/charts/stable/clamav) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `clamav` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install clamav TrueCharts/clamav -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `clamav` deployment - -```console -helm uninstall clamav -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install clamav \ - --set env.TZ="America/New York" \ - TrueCharts/clamav -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install clamav TrueCharts/clamav -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/clamav/3.0.44/charts/common-10.7.0.tgz b/stable/clamav/3.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/clamav/3.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/clamav/3.0.45/CHANGELOG.md b/stable/clamav/3.0.45/CHANGELOG.md new file mode 100644 index 00000000000..acb83aaebaa --- /dev/null +++ b/stable/clamav/3.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [clamav-3.0.45](https://github.com/truecharts/charts/compare/clamav-3.0.44...clamav-3.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [clamav-3.0.44](https://github.com/truecharts/charts/compare/clamav-3.0.43...clamav-3.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [clamav-3.0.43](https://github.com/truecharts/charts/compare/clamav-3.0.42...clamav-3.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [clamav-3.0.43](https://github.com/truecharts/charts/compare/clamav-3.0.42...clamav-3.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [clamav-3.0.42](https://github.com/truecharts/charts/compare/clamav-3.0.41...clamav-3.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [clamav-3.0.41](https://github.com/truecharts/charts/compare/clamav-3.0.40...clamav-3.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [clamav-3.0.40](https://github.com/truecharts/charts/compare/clamav-3.0.39...clamav-3.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [clamav-3.0.39](https://github.com/truecharts/charts/compare/clamav-3.0.38...clamav-3.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/clamav/3.0.45/Chart.lock b/stable/clamav/3.0.45/Chart.lock new file mode 100644 index 00000000000..77b616ba9ee --- /dev/null +++ b/stable/clamav/3.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:03:16.587174068Z" diff --git a/stable/clamav/3.0.45/Chart.yaml b/stable/clamav/3.0.45/Chart.yaml new file mode 100644 index 00000000000..13453f24ccf --- /dev/null +++ b/stable/clamav/3.0.45/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.105.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. +home: https://truecharts.org/docs/charts/stable/clamav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png +keywords: + - clamav + - antivirus +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: clamav +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/clamav + - https://github.com/Cisco-Talos/clamav + - https://hub.docker.com/r/clamav/clamav + - https://docs.clamav.net/ +type: application +version: 3.0.45 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/clamav/3.0.45/README.md b/stable/clamav/3.0.45/README.md new file mode 100644 index 00000000000..59de1323b50 --- /dev/null +++ b/stable/clamav/3.0.45/README.md @@ -0,0 +1,108 @@ +# clamav + +ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [clamav](https://truecharts.org/docs/charts/stable/clamav) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `clamav` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install clamav TrueCharts/clamav +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `clamav` deployment + +```console +helm uninstall clamav +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install clamav \ + --set env.TZ="America/New York" \ + TrueCharts/clamav +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install clamav TrueCharts/clamav -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/clamav/3.0.44/app-readme.md b/stable/clamav/3.0.45/app-readme.md similarity index 100% rename from stable/clamav/3.0.44/app-readme.md rename to stable/clamav/3.0.45/app-readme.md diff --git a/stable/clamav/3.0.45/charts/common-10.7.1.tgz b/stable/clamav/3.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/clamav/3.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/clamav/3.0.44/ix_values.yaml b/stable/clamav/3.0.45/ix_values.yaml similarity index 100% rename from stable/clamav/3.0.44/ix_values.yaml rename to stable/clamav/3.0.45/ix_values.yaml diff --git a/stable/clamav/3.0.44/questions.yaml b/stable/clamav/3.0.45/questions.yaml similarity index 100% rename from stable/clamav/3.0.44/questions.yaml rename to stable/clamav/3.0.45/questions.yaml diff --git a/stable/clamav/3.0.44/templates/_cronjob.tpl b/stable/clamav/3.0.45/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/3.0.44/templates/_cronjob.tpl rename to stable/clamav/3.0.45/templates/_cronjob.tpl diff --git a/stable/clamav/3.0.44/templates/common.yaml b/stable/clamav/3.0.45/templates/common.yaml similarity index 100% rename from stable/clamav/3.0.44/templates/common.yaml rename to stable/clamav/3.0.45/templates/common.yaml diff --git a/stable/cloudflared/1.0.20/values.yaml b/stable/clamav/3.0.45/values.yaml similarity index 100% rename from stable/cloudflared/1.0.20/values.yaml rename to stable/clamav/3.0.45/values.yaml diff --git a/stable/clarkson/3.0.45/CHANGELOG.md b/stable/clarkson/3.0.45/CHANGELOG.md deleted file mode 100644 index 18e9549a50c..00000000000 --- a/stable/clarkson/3.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [clarkson-3.0.45](https://github.com/truecharts/charts/compare/clarkson-3.0.44...clarkson-3.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [clarkson-3.0.44](https://github.com/truecharts/charts/compare/clarkson-3.0.43...clarkson-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [clarkson-3.0.44](https://github.com/truecharts/charts/compare/clarkson-3.0.43...clarkson-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [clarkson-3.0.43](https://github.com/truecharts/charts/compare/clarkson-3.0.42...clarkson-3.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [clarkson-3.0.41](https://github.com/truecharts/charts/compare/clarkson-3.0.40...clarkson-3.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [clarkson-3.0.40](https://github.com/truecharts/charts/compare/clarkson-3.0.39...clarkson-3.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [clarkson-3.0.39](https://github.com/truecharts/charts/compare/clarkson-3.0.38...clarkson-3.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [clarkson-3.0.39](https://github.com/truecharts/charts/compare/clarkson-3.0.38...clarkson-3.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/clarkson/3.0.45/Chart.lock b/stable/clarkson/3.0.45/Chart.lock deleted file mode 100644 index 2f557831048..00000000000 --- a/stable/clarkson/3.0.45/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:20:04.21074255Z" diff --git a/stable/clarkson/3.0.45/Chart.yaml b/stable/clarkson/3.0.45/Chart.yaml deleted file mode 100644 index 972325a418f..00000000000 --- a/stable/clarkson/3.0.45/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.1.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles." -home: https://truecharts.org/docs/charts/stable/clarkson -icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png -keywords: - - fuel - - car - - log - - fill-up - - vehicle -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: clarkson -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson - - https://github.com/linuxserver/Clarkson - - https://hub.docker.com/r/linuxserver/clarkson -version: 3.0.45 -annotations: - truecharts.org/catagories: | - - vehicle - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/clarkson/3.0.45/README.md b/stable/clarkson/3.0.45/README.md deleted file mode 100644 index 1529bab011d..00000000000 --- a/stable/clarkson/3.0.45/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# clarkson - -A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [clarkson](https://truecharts.org/docs/charts/stable/clarkson) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `clarkson` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install clarkson TrueCharts/clarkson -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `clarkson` deployment - -```console -helm uninstall clarkson -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install clarkson \ - --set env.TZ="America/New York" \ - TrueCharts/clarkson -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install clarkson TrueCharts/clarkson -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/clarkson/3.0.45/charts/common-10.7.0.tgz b/stable/clarkson/3.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/clarkson/3.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/clarkson/3.0.45/charts/mariadb-3.0.92.tgz b/stable/clarkson/3.0.45/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/clarkson/3.0.45/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/clarkson/3.0.46/CHANGELOG.md b/stable/clarkson/3.0.46/CHANGELOG.md new file mode 100644 index 00000000000..f8eb563ca84 --- /dev/null +++ b/stable/clarkson/3.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [clarkson-3.0.46](https://github.com/truecharts/charts/compare/clarkson-3.0.45...clarkson-3.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [clarkson-3.0.45](https://github.com/truecharts/charts/compare/clarkson-3.0.44...clarkson-3.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [clarkson-3.0.44](https://github.com/truecharts/charts/compare/clarkson-3.0.43...clarkson-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [clarkson-3.0.44](https://github.com/truecharts/charts/compare/clarkson-3.0.43...clarkson-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [clarkson-3.0.43](https://github.com/truecharts/charts/compare/clarkson-3.0.42...clarkson-3.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [clarkson-3.0.41](https://github.com/truecharts/charts/compare/clarkson-3.0.40...clarkson-3.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [clarkson-3.0.40](https://github.com/truecharts/charts/compare/clarkson-3.0.39...clarkson-3.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [clarkson-3.0.39](https://github.com/truecharts/charts/compare/clarkson-3.0.38...clarkson-3.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/clarkson/3.0.46/Chart.lock b/stable/clarkson/3.0.46/Chart.lock new file mode 100644 index 00000000000..2fe7b004381 --- /dev/null +++ b/stable/clarkson/3.0.46/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:03:45.650118048Z" diff --git a/stable/clarkson/3.0.46/Chart.yaml b/stable/clarkson/3.0.46/Chart.yaml new file mode 100644 index 00000000000..d2d2f6d0a11 --- /dev/null +++ b/stable/clarkson/3.0.46/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.1.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles." +home: https://truecharts.org/docs/charts/stable/clarkson +icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png +keywords: + - fuel + - car + - log + - fill-up + - vehicle +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: clarkson +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/clarkson + - https://github.com/linuxserver/Clarkson + - https://hub.docker.com/r/linuxserver/clarkson +version: 3.0.46 +annotations: + truecharts.org/catagories: | + - vehicle + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/clarkson/3.0.46/README.md b/stable/clarkson/3.0.46/README.md new file mode 100644 index 00000000000..735e05f2e77 --- /dev/null +++ b/stable/clarkson/3.0.46/README.md @@ -0,0 +1,108 @@ +# clarkson + +A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [clarkson](https://truecharts.org/docs/charts/stable/clarkson) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `clarkson` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install clarkson TrueCharts/clarkson +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `clarkson` deployment + +```console +helm uninstall clarkson +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install clarkson \ + --set env.TZ="America/New York" \ + TrueCharts/clarkson +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install clarkson TrueCharts/clarkson -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/clarkson/3.0.45/app-readme.md b/stable/clarkson/3.0.46/app-readme.md similarity index 100% rename from stable/clarkson/3.0.45/app-readme.md rename to stable/clarkson/3.0.46/app-readme.md diff --git a/stable/clarkson/3.0.46/charts/common-10.7.1.tgz b/stable/clarkson/3.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/clarkson/3.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/clarkson/3.0.46/charts/mariadb-3.0.95.tgz b/stable/clarkson/3.0.46/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/clarkson/3.0.46/charts/mariadb-3.0.95.tgz differ diff --git a/stable/clarkson/3.0.45/ix_values.yaml b/stable/clarkson/3.0.46/ix_values.yaml similarity index 100% rename from stable/clarkson/3.0.45/ix_values.yaml rename to stable/clarkson/3.0.46/ix_values.yaml diff --git a/stable/clarkson/3.0.45/questions.yaml b/stable/clarkson/3.0.46/questions.yaml similarity index 100% rename from stable/clarkson/3.0.45/questions.yaml rename to stable/clarkson/3.0.46/questions.yaml diff --git a/stable/cloudflared/1.0.20/templates/common.yaml b/stable/clarkson/3.0.46/templates/common.yaml similarity index 100% rename from stable/cloudflared/1.0.20/templates/common.yaml rename to stable/clarkson/3.0.46/templates/common.yaml diff --git a/stable/cloudflareddns/1.0.29/values.yaml b/stable/clarkson/3.0.46/values.yaml similarity index 100% rename from stable/cloudflareddns/1.0.29/values.yaml rename to stable/clarkson/3.0.46/values.yaml diff --git a/stable/cloud9/4.0.35/CHANGELOG.md b/stable/cloud9/4.0.35/CHANGELOG.md deleted file mode 100644 index b7aa38570b2..00000000000 --- a/stable/cloud9/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloud9-4.0.35](https://github.com/truecharts/charts/compare/cloud9-4.0.34...cloud9-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cloud9-4.0.34](https://github.com/truecharts/charts/compare/cloud9-4.0.33...cloud9-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloud9-4.0.34](https://github.com/truecharts/charts/compare/cloud9-4.0.33...cloud9-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloud9-4.0.33](https://github.com/truecharts/charts/compare/cloud9-4.0.32...cloud9-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cloud9-4.0.32](https://github.com/truecharts/charts/compare/cloud9-4.0.31...cloud9-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloud9-4.0.31](https://github.com/truecharts/charts/compare/cloud9-4.0.30...cloud9-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloud9-4.0.30](https://github.com/truecharts/charts/compare/cloud9-4.0.29...cloud9-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cloud9-4.0.30](https://github.com/truecharts/charts/compare/cloud9-4.0.29...cloud9-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/cloud9/4.0.35/Chart.lock b/stable/cloud9/4.0.35/Chart.lock deleted file mode 100644 index c82862ac4f8..00000000000 --- a/stable/cloud9/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:03.369375703Z" diff --git a/stable/cloud9/4.0.35/Chart.yaml b/stable/cloud9/4.0.35/Chart.yaml deleted file mode 100644 index d4a4f00dc04..00000000000 --- a/stable/cloud9/4.0.35/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.29.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A complete web based IDE with terminal access -home: https://truecharts.org/docs/charts/stable/cloud9 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png -keywords: - - cloud9 - - ide - - terminal - - web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cloud9 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 - - https://aws.amazon.com/cloud9/ - - https://github.com/c9/core - - https://hub.docker.com/r/linuxserver/cloud9 -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/cloud9/4.0.35/README.md b/stable/cloud9/4.0.35/README.md deleted file mode 100644 index 7b6b201b7a6..00000000000 --- a/stable/cloud9/4.0.35/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# cloud9 - -A complete web based IDE with terminal access - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloud9](https://truecharts.org/docs/charts/stable/cloud9) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloud9` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloud9 TrueCharts/cloud9 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloud9` deployment - -```console -helm uninstall cloud9 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloud9 \ - --set env.TZ="America/New York" \ - TrueCharts/cloud9 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloud9 TrueCharts/cloud9 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/cloud9/4.0.35/charts/common-10.7.0.tgz b/stable/cloud9/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/cloud9/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/cloud9/4.0.36/CHANGELOG.md b/stable/cloud9/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..245e1a877eb --- /dev/null +++ b/stable/cloud9/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloud9-4.0.36](https://github.com/truecharts/charts/compare/cloud9-4.0.35...cloud9-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloud9-4.0.35](https://github.com/truecharts/charts/compare/cloud9-4.0.34...cloud9-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cloud9-4.0.34](https://github.com/truecharts/charts/compare/cloud9-4.0.33...cloud9-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloud9-4.0.34](https://github.com/truecharts/charts/compare/cloud9-4.0.33...cloud9-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloud9-4.0.33](https://github.com/truecharts/charts/compare/cloud9-4.0.32...cloud9-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cloud9-4.0.32](https://github.com/truecharts/charts/compare/cloud9-4.0.31...cloud9-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloud9-4.0.31](https://github.com/truecharts/charts/compare/cloud9-4.0.30...cloud9-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloud9-4.0.30](https://github.com/truecharts/charts/compare/cloud9-4.0.29...cloud9-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/cloud9/4.0.36/Chart.lock b/stable/cloud9/4.0.36/Chart.lock new file mode 100644 index 00000000000..8b759ebd401 --- /dev/null +++ b/stable/cloud9/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:03:45.704892805Z" diff --git a/stable/cloud9/4.0.36/Chart.yaml b/stable/cloud9/4.0.36/Chart.yaml new file mode 100644 index 00000000000..5ef8fd4a698 --- /dev/null +++ b/stable/cloud9/4.0.36/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.29.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A complete web based IDE with terminal access +home: https://truecharts.org/docs/charts/stable/cloud9 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png +keywords: + - cloud9 + - ide + - terminal + - web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cloud9 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloud9 + - https://aws.amazon.com/cloud9/ + - https://github.com/c9/core + - https://hub.docker.com/r/linuxserver/cloud9 +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/cloud9/4.0.36/README.md b/stable/cloud9/4.0.36/README.md new file mode 100644 index 00000000000..63767c1fd1c --- /dev/null +++ b/stable/cloud9/4.0.36/README.md @@ -0,0 +1,108 @@ +# cloud9 + +A complete web based IDE with terminal access + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloud9](https://truecharts.org/docs/charts/stable/cloud9) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloud9` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloud9 TrueCharts/cloud9 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloud9` deployment + +```console +helm uninstall cloud9 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloud9 \ + --set env.TZ="America/New York" \ + TrueCharts/cloud9 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloud9 TrueCharts/cloud9 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/cloud9/4.0.35/app-readme.md b/stable/cloud9/4.0.36/app-readme.md similarity index 100% rename from stable/cloud9/4.0.35/app-readme.md rename to stable/cloud9/4.0.36/app-readme.md diff --git a/stable/cloud9/4.0.36/charts/common-10.7.1.tgz b/stable/cloud9/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/cloud9/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/cloud9/4.0.35/ix_values.yaml b/stable/cloud9/4.0.36/ix_values.yaml similarity index 100% rename from stable/cloud9/4.0.35/ix_values.yaml rename to stable/cloud9/4.0.36/ix_values.yaml diff --git a/stable/cloud9/4.0.35/questions.yaml b/stable/cloud9/4.0.36/questions.yaml similarity index 100% rename from stable/cloud9/4.0.35/questions.yaml rename to stable/cloud9/4.0.36/questions.yaml diff --git a/stable/cloudflareddns/1.0.29/templates/common.yaml b/stable/cloud9/4.0.36/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/1.0.29/templates/common.yaml rename to stable/cloud9/4.0.36/templates/common.yaml diff --git a/stable/code-server/4.0.43/values.yaml b/stable/cloud9/4.0.36/values.yaml similarity index 100% rename from stable/code-server/4.0.43/values.yaml rename to stable/cloud9/4.0.36/values.yaml diff --git a/stable/cloudflared/1.0.20/CHANGELOG.md b/stable/cloudflared/1.0.20/CHANGELOG.md deleted file mode 100644 index 2f1b7ff88a3..00000000000 --- a/stable/cloudflared/1.0.20/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloudflared-1.0.20](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.28...cloudflared-1.0.20) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cloudflared-1.0.19](https://github.com/truecharts/charts/compare/cloudflared-1.0.18...cloudflared-1.0.19) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudflared-1.0.19](https://github.com/truecharts/charts/compare/cloudflared-1.0.18...cloudflared-1.0.19) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudflared-1.0.18](https://github.com/truecharts/charts/compare/cloudflared-1.0.17...cloudflared-1.0.18) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cloudflared-1.0.17](https://github.com/truecharts/charts/compare/cloudflared-1.0.16...cloudflared-1.0.17) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloudflared-1.0.16](https://github.com/truecharts/charts/compare/cloudflared-1.0.15...cloudflared-1.0.16) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloudflared-1.0.15](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflared-1.0.15) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cloudflared-1.0.15](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflared-1.0.15) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/cloudflared/1.0.20/Chart.lock b/stable/cloudflared/1.0.20/Chart.lock deleted file mode 100644 index c5adc741cbd..00000000000 --- a/stable/cloudflared/1.0.20/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:04.090184982Z" diff --git a/stable/cloudflared/1.0.20/Chart.yaml b/stable/cloudflared/1.0.20/Chart.yaml deleted file mode 100644 index 2641f7c5c58..00000000000 --- a/stable/cloudflared/1.0.20/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: cloudflared -version: 1.0.20 -appVersion: "2022.8.0" -description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/cloudflared -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png -keywords: - - cloudflared - - networking -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared - - https://hub.docker.com/r/cloudflare/cloudflared -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/cloudflared/1.0.20/README.md b/stable/cloudflared/1.0.20/README.md deleted file mode 100644 index b76275462f1..00000000000 --- a/stable/cloudflared/1.0.20/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# cloudflared - -Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloudflared](https://truecharts.org/docs/charts/stable/cloudflared) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloudflared` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloudflared TrueCharts/cloudflared -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloudflared` deployment - -```console -helm uninstall cloudflared -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloudflared \ - --set env.TZ="America/New York" \ - TrueCharts/cloudflared -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloudflared TrueCharts/cloudflared -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/cloudflared/1.0.20/charts/common-10.7.0.tgz b/stable/cloudflared/1.0.20/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/cloudflared/1.0.20/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/cloudflared/1.0.21/CHANGELOG.md b/stable/cloudflared/1.0.21/CHANGELOG.md new file mode 100644 index 00000000000..321f79a5359 --- /dev/null +++ b/stable/cloudflared/1.0.21/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloudflared-1.0.21](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.29...cloudflared-1.0.21) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloudflared-1.0.20](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.28...cloudflared-1.0.20) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cloudflared-1.0.19](https://github.com/truecharts/charts/compare/cloudflared-1.0.18...cloudflared-1.0.19) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudflared-1.0.19](https://github.com/truecharts/charts/compare/cloudflared-1.0.18...cloudflared-1.0.19) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudflared-1.0.18](https://github.com/truecharts/charts/compare/cloudflared-1.0.17...cloudflared-1.0.18) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cloudflared-1.0.17](https://github.com/truecharts/charts/compare/cloudflared-1.0.16...cloudflared-1.0.17) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloudflared-1.0.16](https://github.com/truecharts/charts/compare/cloudflared-1.0.15...cloudflared-1.0.16) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloudflared-1.0.15](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflared-1.0.15) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/cloudflared/1.0.21/Chart.lock b/stable/cloudflared/1.0.21/Chart.lock new file mode 100644 index 00000000000..75d22734630 --- /dev/null +++ b/stable/cloudflared/1.0.21/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:03:47.570191785Z" diff --git a/stable/cloudflared/1.0.21/Chart.yaml b/stable/cloudflared/1.0.21/Chart.yaml new file mode 100644 index 00000000000..a368096c6a9 --- /dev/null +++ b/stable/cloudflared/1.0.21/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: cloudflared +version: 1.0.21 +appVersion: "2022.8.0" +description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/cloudflared +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png +keywords: + - cloudflared + - networking +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared + - https://hub.docker.com/r/cloudflare/cloudflared +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/cloudflared/1.0.21/README.md b/stable/cloudflared/1.0.21/README.md new file mode 100644 index 00000000000..7b566d933c7 --- /dev/null +++ b/stable/cloudflared/1.0.21/README.md @@ -0,0 +1,106 @@ +# cloudflared + +Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloudflared](https://truecharts.org/docs/charts/stable/cloudflared) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloudflared` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloudflared TrueCharts/cloudflared +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloudflared` deployment + +```console +helm uninstall cloudflared +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloudflared \ + --set env.TZ="America/New York" \ + TrueCharts/cloudflared +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloudflared TrueCharts/cloudflared -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/cloudflared/1.0.20/app-readme.md b/stable/cloudflared/1.0.21/app-readme.md similarity index 100% rename from stable/cloudflared/1.0.20/app-readme.md rename to stable/cloudflared/1.0.21/app-readme.md diff --git a/stable/cloudflared/1.0.21/charts/common-10.7.1.tgz b/stable/cloudflared/1.0.21/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/cloudflared/1.0.21/charts/common-10.7.1.tgz differ diff --git a/stable/cloudflared/1.0.20/ci/test-values.yaml b/stable/cloudflared/1.0.21/ci/test-values.yaml similarity index 100% rename from stable/cloudflared/1.0.20/ci/test-values.yaml rename to stable/cloudflared/1.0.21/ci/test-values.yaml diff --git a/stable/cloudflared/1.0.20/ix_values.yaml b/stable/cloudflared/1.0.21/ix_values.yaml similarity index 100% rename from stable/cloudflared/1.0.20/ix_values.yaml rename to stable/cloudflared/1.0.21/ix_values.yaml diff --git a/stable/cloudflared/1.0.20/questions.yaml b/stable/cloudflared/1.0.21/questions.yaml similarity index 100% rename from stable/cloudflared/1.0.20/questions.yaml rename to stable/cloudflared/1.0.21/questions.yaml diff --git a/stable/commento-plusplus/3.0.46/templates/common.yaml b/stable/cloudflared/1.0.21/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/3.0.46/templates/common.yaml rename to stable/cloudflared/1.0.21/templates/common.yaml diff --git a/stable/commento-plusplus/3.0.46/values.yaml b/stable/cloudflared/1.0.21/values.yaml similarity index 100% rename from stable/commento-plusplus/3.0.46/values.yaml rename to stable/cloudflared/1.0.21/values.yaml diff --git a/stable/cloudflareddns/1.0.29/CHANGELOG.md b/stable/cloudflareddns/1.0.29/CHANGELOG.md deleted file mode 100644 index b4aa55b4ef2..00000000000 --- a/stable/cloudflareddns/1.0.29/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cloudflareddns-1.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.28...cloudflareddns-1.0.29) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [cloudflareddns-1.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.27...cloudflareddns-1.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudflareddns-1.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.27...cloudflareddns-1.0.28) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cloudflareddns-1.0.27](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.26...cloudflareddns-1.0.27) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cloudflareddns-1.0.26](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.25...cloudflareddns-1.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cloudflareddns-1.0.25](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.24...cloudflareddns-1.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cloudflareddns-1.0.24](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflareddns-1.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [cloudflareddns-1.0.24](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflareddns-1.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/cloudflareddns/1.0.29/Chart.lock b/stable/cloudflareddns/1.0.29/Chart.lock deleted file mode 100644 index 0c17d1ada99..00000000000 --- a/stable/cloudflareddns/1.0.29/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:16.381046474Z" diff --git a/stable/cloudflareddns/1.0.29/Chart.yaml b/stable/cloudflareddns/1.0.29/Chart.yaml deleted file mode 100644 index 3076d5ddb95..00000000000 --- a/stable/cloudflareddns/1.0.29/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: cloudflareddns -version: 1.0.29 -appVersion: "latest" -description: Update your Cloudflare DNS records automatically for those with a dynamic IP -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/cloudflareddns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png -keywords: - - ddns - - cloudflare - - cloudflareddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns - - https://github.com/hotio/cloudflareddns - - https://hotio.dev/containers/cloudflareddns/ -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/cloudflareddns/1.0.29/README.md b/stable/cloudflareddns/1.0.29/README.md deleted file mode 100644 index 45e2371de7a..00000000000 --- a/stable/cloudflareddns/1.0.29/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# cloudflareddns - -Update your Cloudflare DNS records automatically for those with a dynamic IP - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cloudflareddns](https://truecharts.org/docs/charts/stable/cloudflareddns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cloudflareddns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cloudflareddns TrueCharts/cloudflareddns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cloudflareddns` deployment - -```console -helm uninstall cloudflareddns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cloudflareddns \ - --set env.TZ="America/New York" \ - TrueCharts/cloudflareddns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cloudflareddns TrueCharts/cloudflareddns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/cloudflareddns/1.0.29/charts/common-10.7.0.tgz b/stable/cloudflareddns/1.0.29/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/cloudflareddns/1.0.29/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/cloudflareddns/1.0.30/CHANGELOG.md b/stable/cloudflareddns/1.0.30/CHANGELOG.md new file mode 100644 index 00000000000..e64572c85de --- /dev/null +++ b/stable/cloudflareddns/1.0.30/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cloudflareddns-1.0.30](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.29...cloudflareddns-1.0.30) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cloudflareddns-1.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.28...cloudflareddns-1.0.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [cloudflareddns-1.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.27...cloudflareddns-1.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudflareddns-1.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.27...cloudflareddns-1.0.28) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cloudflareddns-1.0.27](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.26...cloudflareddns-1.0.27) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cloudflareddns-1.0.26](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.25...cloudflareddns-1.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cloudflareddns-1.0.25](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.24...cloudflareddns-1.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cloudflareddns-1.0.24](https://github.com/truecharts/charts/compare/cloudflareddns-1.0.20...cloudflareddns-1.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) diff --git a/stable/cloudflareddns/1.0.30/Chart.lock b/stable/cloudflareddns/1.0.30/Chart.lock new file mode 100644 index 00000000000..118b9061db6 --- /dev/null +++ b/stable/cloudflareddns/1.0.30/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:04:01.168333564Z" diff --git a/stable/cloudflareddns/1.0.30/Chart.yaml b/stable/cloudflareddns/1.0.30/Chart.yaml new file mode 100644 index 00000000000..c05373d7209 --- /dev/null +++ b/stable/cloudflareddns/1.0.30/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: cloudflareddns +version: 1.0.30 +appVersion: "latest" +description: Update your Cloudflare DNS records automatically for those with a dynamic IP +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/cloudflareddns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.png +keywords: + - ddns + - cloudflare + - cloudflareddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cloudflareddns + - https://github.com/hotio/cloudflareddns + - https://hotio.dev/containers/cloudflareddns/ +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/cloudflareddns/1.0.30/README.md b/stable/cloudflareddns/1.0.30/README.md new file mode 100644 index 00000000000..fa4d71a4990 --- /dev/null +++ b/stable/cloudflareddns/1.0.30/README.md @@ -0,0 +1,107 @@ +# cloudflareddns + +Update your Cloudflare DNS records automatically for those with a dynamic IP + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cloudflareddns](https://truecharts.org/docs/charts/stable/cloudflareddns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cloudflareddns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cloudflareddns TrueCharts/cloudflareddns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cloudflareddns` deployment + +```console +helm uninstall cloudflareddns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cloudflareddns \ + --set env.TZ="America/New York" \ + TrueCharts/cloudflareddns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cloudflareddns TrueCharts/cloudflareddns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/cloudflareddns/1.0.29/app-readme.md b/stable/cloudflareddns/1.0.30/app-readme.md similarity index 100% rename from stable/cloudflareddns/1.0.29/app-readme.md rename to stable/cloudflareddns/1.0.30/app-readme.md diff --git a/stable/cloudflareddns/1.0.30/charts/common-10.7.1.tgz b/stable/cloudflareddns/1.0.30/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/cloudflareddns/1.0.30/charts/common-10.7.1.tgz differ diff --git a/stable/cloudflareddns/1.0.29/ix_values.yaml b/stable/cloudflareddns/1.0.30/ix_values.yaml similarity index 100% rename from stable/cloudflareddns/1.0.29/ix_values.yaml rename to stable/cloudflareddns/1.0.30/ix_values.yaml diff --git a/stable/cloudflareddns/1.0.29/questions.yaml b/stable/cloudflareddns/1.0.30/questions.yaml similarity index 100% rename from stable/cloudflareddns/1.0.29/questions.yaml rename to stable/cloudflareddns/1.0.30/questions.yaml diff --git a/stable/couchpotato/2.0.35/templates/common.yaml b/stable/cloudflareddns/1.0.30/templates/common.yaml similarity index 100% rename from stable/couchpotato/2.0.35/templates/common.yaml rename to stable/cloudflareddns/1.0.30/templates/common.yaml diff --git a/stable/couchpotato/2.0.35/values.yaml b/stable/cloudflareddns/1.0.30/values.yaml similarity index 100% rename from stable/couchpotato/2.0.35/values.yaml rename to stable/cloudflareddns/1.0.30/values.yaml diff --git a/stable/code-server/4.0.43/CHANGELOG.md b/stable/code-server/4.0.43/CHANGELOG.md deleted file mode 100644 index e05e109d62a..00000000000 --- a/stable/code-server/4.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [code-server-4.0.43](https://github.com/truecharts/charts/compare/code-server-4.0.42...code-server-4.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [code-server-4.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...code-server-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [code-server-4.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...code-server-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [code-server-4.0.41](https://github.com/truecharts/charts/compare/code-server-4.0.40...code-server-4.0.41) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [code-server-4.0.40](https://github.com/truecharts/charts/compare/code-server-4.0.39...code-server-4.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [code-server-4.0.39](https://github.com/truecharts/charts/compare/code-server-4.0.38...code-server-4.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [code-server-4.0.38](https://github.com/truecharts/charts/compare/code-server-4.0.37...code-server-4.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [code-server-4.0.38](https://github.com/truecharts/charts/compare/code-server-4.0.37...code-server-4.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/code-server/4.0.43/Chart.lock b/stable/code-server/4.0.43/Chart.lock deleted file mode 100644 index 6d1f379e6a9..00000000000 --- a/stable/code-server/4.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:33.640360879Z" diff --git a/stable/code-server/4.0.43/Chart.yaml b/stable/code-server/4.0.43/Chart.yaml deleted file mode 100644 index 5bdf6bbe845..00000000000 --- a/stable/code-server/4.0.43/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "4.7.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Run VS Code on any machine anywhere and access it in the browser. -home: https://truecharts.org/docs/charts/stable/code-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png -keywords: - - code - - vs - - visual studio - - vscode -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: code-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/code-server - - https://github.com/cdr/code-server -type: application -version: 4.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/code-server/4.0.43/README.md b/stable/code-server/4.0.43/README.md deleted file mode 100644 index 7fc189da5ff..00000000000 --- a/stable/code-server/4.0.43/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# code-server - -Run VS Code on any machine anywhere and access it in the browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [code-server](https://truecharts.org/docs/charts/stable/code-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `code-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install code-server TrueCharts/code-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `code-server` deployment - -```console -helm uninstall code-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install code-server \ - --set env.TZ="America/New York" \ - TrueCharts/code-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install code-server TrueCharts/code-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/code-server/4.0.43/charts/common-10.7.0.tgz b/stable/code-server/4.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/code-server/4.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/code-server/4.0.44/CHANGELOG.md b/stable/code-server/4.0.44/CHANGELOG.md new file mode 100644 index 00000000000..4253dfc642a --- /dev/null +++ b/stable/code-server/4.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [code-server-4.0.44](https://github.com/truecharts/charts/compare/openvscode-server-2.0.44...code-server-4.0.44) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [code-server-4.0.43](https://github.com/truecharts/charts/compare/code-server-4.0.42...code-server-4.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [code-server-4.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...code-server-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [code-server-4.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...code-server-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [code-server-4.0.41](https://github.com/truecharts/charts/compare/code-server-4.0.40...code-server-4.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [code-server-4.0.40](https://github.com/truecharts/charts/compare/code-server-4.0.39...code-server-4.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [code-server-4.0.39](https://github.com/truecharts/charts/compare/code-server-4.0.38...code-server-4.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [code-server-4.0.38](https://github.com/truecharts/charts/compare/code-server-4.0.37...code-server-4.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/code-server/4.0.44/Chart.lock b/stable/code-server/4.0.44/Chart.lock new file mode 100644 index 00000000000..a0199372b3f --- /dev/null +++ b/stable/code-server/4.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:04:17.552016919Z" diff --git a/stable/code-server/4.0.44/Chart.yaml b/stable/code-server/4.0.44/Chart.yaml new file mode 100644 index 00000000000..82d648b4c68 --- /dev/null +++ b/stable/code-server/4.0.44/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "4.7.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Run VS Code on any machine anywhere and access it in the browser. +home: https://truecharts.org/docs/charts/stable/code-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.png +keywords: + - code + - vs + - visual studio + - vscode +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: code-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/code-server + - https://github.com/cdr/code-server +type: application +version: 4.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/code-server/4.0.44/README.md b/stable/code-server/4.0.44/README.md new file mode 100644 index 00000000000..7c8feb3cf0b --- /dev/null +++ b/stable/code-server/4.0.44/README.md @@ -0,0 +1,106 @@ +# code-server + +Run VS Code on any machine anywhere and access it in the browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [code-server](https://truecharts.org/docs/charts/stable/code-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `code-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install code-server TrueCharts/code-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `code-server` deployment + +```console +helm uninstall code-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install code-server \ + --set env.TZ="America/New York" \ + TrueCharts/code-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install code-server TrueCharts/code-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/code-server/4.0.43/app-readme.md b/stable/code-server/4.0.44/app-readme.md similarity index 100% rename from stable/code-server/4.0.43/app-readme.md rename to stable/code-server/4.0.44/app-readme.md diff --git a/stable/code-server/4.0.44/charts/common-10.7.1.tgz b/stable/code-server/4.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/code-server/4.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/code-server/4.0.43/ix_values.yaml b/stable/code-server/4.0.44/ix_values.yaml similarity index 100% rename from stable/code-server/4.0.43/ix_values.yaml rename to stable/code-server/4.0.44/ix_values.yaml diff --git a/stable/code-server/4.0.43/questions.yaml b/stable/code-server/4.0.44/questions.yaml similarity index 100% rename from stable/code-server/4.0.43/questions.yaml rename to stable/code-server/4.0.44/questions.yaml diff --git a/stable/code-server/4.0.43/templates/common.yaml b/stable/code-server/4.0.44/templates/common.yaml similarity index 100% rename from stable/code-server/4.0.43/templates/common.yaml rename to stable/code-server/4.0.44/templates/common.yaml diff --git a/stable/cryptofolio/4.0.38/values.yaml b/stable/code-server/4.0.44/values.yaml similarity index 100% rename from stable/cryptofolio/4.0.38/values.yaml rename to stable/code-server/4.0.44/values.yaml diff --git a/stable/commento-plusplus/3.0.46/CHANGELOG.md b/stable/commento-plusplus/3.0.46/CHANGELOG.md deleted file mode 100644 index 748443ba4fb..00000000000 --- a/stable/commento-plusplus/3.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [commento-plusplus-3.0.46](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.45...commento-plusplus-3.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [commento-plusplus-3.0.45](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.44...commento-plusplus-3.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [commento-plusplus-3.0.45](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.44...commento-plusplus-3.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [commento-plusplus-3.0.44](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.43...commento-plusplus-3.0.44) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [commento-plusplus-3.0.42](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.41...commento-plusplus-3.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [commento-plusplus-3.0.41](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.40...commento-plusplus-3.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [commento-plusplus-3.0.40](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.39...commento-plusplus-3.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [commento-plusplus-3.0.40](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.39...commento-plusplus-3.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/commento-plusplus/3.0.46/Chart.lock b/stable/commento-plusplus/3.0.46/Chart.lock deleted file mode 100644 index e0afb030649..00000000000 --- a/stable/commento-plusplus/3.0.46/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:20:45.709509801Z" diff --git a/stable/commento-plusplus/3.0.46/Chart.yaml b/stable/commento-plusplus/3.0.46/Chart.yaml deleted file mode 100644 index 066a95ca87a..00000000000 --- a/stable/commento-plusplus/3.0.46/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.7" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. -home: https://truecharts.org/docs/charts/stable/commento-plusplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png -keywords: - - commento -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: commento-plusplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus - - https://github.com/souramoo/commentoplusplus - - https://hub.docker.com/r/caroga/commentoplusplus -version: 3.0.46 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/commento-plusplus/3.0.46/README.md b/stable/commento-plusplus/3.0.46/README.md deleted file mode 100644 index cf4c08929d1..00000000000 --- a/stable/commento-plusplus/3.0.46/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# commento-plusplus - -Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [commento-plusplus](https://truecharts.org/docs/charts/stable/commento-plusplus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `commento-plusplus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install commento-plusplus TrueCharts/commento-plusplus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `commento-plusplus` deployment - -```console -helm uninstall commento-plusplus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install commento-plusplus \ - --set env.TZ="America/New York" \ - TrueCharts/commento-plusplus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install commento-plusplus TrueCharts/commento-plusplus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/commento-plusplus/3.0.46/charts/common-10.7.0.tgz b/stable/commento-plusplus/3.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/commento-plusplus/3.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/commento-plusplus/3.0.46/charts/postgresql-8.0.97.tgz b/stable/commento-plusplus/3.0.46/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/commento-plusplus/3.0.46/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/commento-plusplus/3.0.47/CHANGELOG.md b/stable/commento-plusplus/3.0.47/CHANGELOG.md new file mode 100644 index 00000000000..0728cccfea2 --- /dev/null +++ b/stable/commento-plusplus/3.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [commento-plusplus-3.0.47](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.46...commento-plusplus-3.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [commento-plusplus-3.0.46](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.45...commento-plusplus-3.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [commento-plusplus-3.0.45](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.44...commento-plusplus-3.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [commento-plusplus-3.0.45](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.44...commento-plusplus-3.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [commento-plusplus-3.0.44](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.43...commento-plusplus-3.0.44) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [commento-plusplus-3.0.42](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.41...commento-plusplus-3.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [commento-plusplus-3.0.41](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.40...commento-plusplus-3.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [commento-plusplus-3.0.40](https://github.com/truecharts/charts/compare/commento-plusplus-3.0.39...commento-plusplus-3.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/commento-plusplus/3.0.47/Chart.lock b/stable/commento-plusplus/3.0.47/Chart.lock new file mode 100644 index 00000000000..5d4c79786ab --- /dev/null +++ b/stable/commento-plusplus/3.0.47/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:04:31.175130522Z" diff --git a/stable/commento-plusplus/3.0.47/Chart.yaml b/stable/commento-plusplus/3.0.47/Chart.yaml new file mode 100644 index 00000000000..7245f8e4ab7 --- /dev/null +++ b/stable/commento-plusplus/3.0.47/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.8.7" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. +home: https://truecharts.org/docs/charts/stable/commento-plusplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.png +keywords: + - commento +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: commento-plusplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/commento-plusplus + - https://github.com/souramoo/commentoplusplus + - https://hub.docker.com/r/caroga/commentoplusplus +version: 3.0.47 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/commento-plusplus/3.0.47/README.md b/stable/commento-plusplus/3.0.47/README.md new file mode 100644 index 00000000000..6503d6d8a26 --- /dev/null +++ b/stable/commento-plusplus/3.0.47/README.md @@ -0,0 +1,108 @@ +# commento-plusplus + +Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [commento-plusplus](https://truecharts.org/docs/charts/stable/commento-plusplus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `commento-plusplus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install commento-plusplus TrueCharts/commento-plusplus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `commento-plusplus` deployment + +```console +helm uninstall commento-plusplus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install commento-plusplus \ + --set env.TZ="America/New York" \ + TrueCharts/commento-plusplus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install commento-plusplus TrueCharts/commento-plusplus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/commento-plusplus/3.0.46/app-readme.md b/stable/commento-plusplus/3.0.47/app-readme.md similarity index 100% rename from stable/commento-plusplus/3.0.46/app-readme.md rename to stable/commento-plusplus/3.0.47/app-readme.md diff --git a/stable/commento-plusplus/3.0.47/charts/common-10.7.1.tgz b/stable/commento-plusplus/3.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/commento-plusplus/3.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/commento-plusplus/3.0.47/charts/postgresql-8.0.101.tgz b/stable/commento-plusplus/3.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/commento-plusplus/3.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/commento-plusplus/3.0.46/ix_values.yaml b/stable/commento-plusplus/3.0.47/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/3.0.46/ix_values.yaml rename to stable/commento-plusplus/3.0.47/ix_values.yaml diff --git a/stable/commento-plusplus/3.0.46/questions.yaml b/stable/commento-plusplus/3.0.47/questions.yaml similarity index 100% rename from stable/commento-plusplus/3.0.46/questions.yaml rename to stable/commento-plusplus/3.0.47/questions.yaml diff --git a/stable/cryptofolio/4.0.38/templates/common.yaml b/stable/commento-plusplus/3.0.47/templates/common.yaml similarity index 100% rename from stable/cryptofolio/4.0.38/templates/common.yaml rename to stable/commento-plusplus/3.0.47/templates/common.yaml diff --git a/stable/custom-app/5.1.80/values.yaml b/stable/commento-plusplus/3.0.47/values.yaml similarity index 100% rename from stable/custom-app/5.1.80/values.yaml rename to stable/commento-plusplus/3.0.47/values.yaml diff --git a/stable/couchpotato/2.0.35/CHANGELOG.md b/stable/couchpotato/2.0.35/CHANGELOG.md deleted file mode 100644 index d02c64399ff..00000000000 --- a/stable/couchpotato/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [couchpotato-2.0.35](https://github.com/truecharts/charts/compare/couchpotato-2.0.34...couchpotato-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [couchpotato-2.0.34](https://github.com/truecharts/charts/compare/couchpotato-2.0.33...couchpotato-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [couchpotato-2.0.34](https://github.com/truecharts/charts/compare/couchpotato-2.0.33...couchpotato-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [couchpotato-2.0.33](https://github.com/truecharts/charts/compare/couchpotato-2.0.32...couchpotato-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [couchpotato-2.0.32](https://github.com/truecharts/charts/compare/couchpotato-2.0.31...couchpotato-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [couchpotato-2.0.31](https://github.com/truecharts/charts/compare/couchpotato-2.0.30...couchpotato-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [couchpotato-2.0.30](https://github.com/truecharts/charts/compare/couchpotato-2.0.29...couchpotato-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [couchpotato-2.0.30](https://github.com/truecharts/charts/compare/couchpotato-2.0.29...couchpotato-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/couchpotato/2.0.35/Chart.lock b/stable/couchpotato/2.0.35/Chart.lock deleted file mode 100644 index 24a593177a3..00000000000 --- a/stable/couchpotato/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:43.871319066Z" diff --git a/stable/couchpotato/2.0.35/Chart.yaml b/stable/couchpotato/2.0.35/Chart.yaml deleted file mode 100644 index 8ed637f3294..00000000000 --- a/stable/couchpotato/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: couchpotato -version: 2.0.35 -appVersion: "2021.11.22" -description: Couchpotato is an automatic NZB and torrent downloader. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/couchpotato -icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png -keywords: - - couchpotato -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato - - https://hub.docker.com/r/linuxserver/couchpotato -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/couchpotato/2.0.35/README.md b/stable/couchpotato/2.0.35/README.md deleted file mode 100644 index 8c25dc694b7..00000000000 --- a/stable/couchpotato/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# couchpotato - -Couchpotato is an automatic NZB and torrent downloader. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [couchpotato](https://truecharts.org/docs/charts/stable/couchpotato) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `couchpotato` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install couchpotato TrueCharts/couchpotato -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `couchpotato` deployment - -```console -helm uninstall couchpotato -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install couchpotato \ - --set env.TZ="America/New York" \ - TrueCharts/couchpotato -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install couchpotato TrueCharts/couchpotato -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/couchpotato/2.0.35/charts/common-10.7.0.tgz b/stable/couchpotato/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/couchpotato/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/couchpotato/2.0.36/CHANGELOG.md b/stable/couchpotato/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..6f661b72af8 --- /dev/null +++ b/stable/couchpotato/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [couchpotato-2.0.36](https://github.com/truecharts/charts/compare/couchpotato-2.0.35...couchpotato-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [couchpotato-2.0.35](https://github.com/truecharts/charts/compare/couchpotato-2.0.34...couchpotato-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [couchpotato-2.0.34](https://github.com/truecharts/charts/compare/couchpotato-2.0.33...couchpotato-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [couchpotato-2.0.34](https://github.com/truecharts/charts/compare/couchpotato-2.0.33...couchpotato-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [couchpotato-2.0.33](https://github.com/truecharts/charts/compare/couchpotato-2.0.32...couchpotato-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [couchpotato-2.0.32](https://github.com/truecharts/charts/compare/couchpotato-2.0.31...couchpotato-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [couchpotato-2.0.31](https://github.com/truecharts/charts/compare/couchpotato-2.0.30...couchpotato-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [couchpotato-2.0.30](https://github.com/truecharts/charts/compare/couchpotato-2.0.29...couchpotato-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/couchpotato/2.0.36/Chart.lock b/stable/couchpotato/2.0.36/Chart.lock new file mode 100644 index 00000000000..50acf10e780 --- /dev/null +++ b/stable/couchpotato/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:04:27.896878511Z" diff --git a/stable/couchpotato/2.0.36/Chart.yaml b/stable/couchpotato/2.0.36/Chart.yaml new file mode 100644 index 00000000000..e7dd08320a3 --- /dev/null +++ b/stable/couchpotato/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: couchpotato +version: 2.0.36 +appVersion: "2021.11.22" +description: Couchpotato is an automatic NZB and torrent downloader. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/couchpotato +icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.png +keywords: + - couchpotato +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/couchpotato + - https://hub.docker.com/r/linuxserver/couchpotato +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/couchpotato/2.0.36/README.md b/stable/couchpotato/2.0.36/README.md new file mode 100644 index 00000000000..2efd678c44c --- /dev/null +++ b/stable/couchpotato/2.0.36/README.md @@ -0,0 +1,106 @@ +# couchpotato + +Couchpotato is an automatic NZB and torrent downloader. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [couchpotato](https://truecharts.org/docs/charts/stable/couchpotato) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `couchpotato` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install couchpotato TrueCharts/couchpotato +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `couchpotato` deployment + +```console +helm uninstall couchpotato +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install couchpotato \ + --set env.TZ="America/New York" \ + TrueCharts/couchpotato +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install couchpotato TrueCharts/couchpotato -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/couchpotato/2.0.35/app-readme.md b/stable/couchpotato/2.0.36/app-readme.md similarity index 100% rename from stable/couchpotato/2.0.35/app-readme.md rename to stable/couchpotato/2.0.36/app-readme.md diff --git a/stable/couchpotato/2.0.36/charts/common-10.7.1.tgz b/stable/couchpotato/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/couchpotato/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/couchpotato/2.0.35/ix_values.yaml b/stable/couchpotato/2.0.36/ix_values.yaml similarity index 100% rename from stable/couchpotato/2.0.35/ix_values.yaml rename to stable/couchpotato/2.0.36/ix_values.yaml diff --git a/stable/couchpotato/2.0.35/questions.yaml b/stable/couchpotato/2.0.36/questions.yaml similarity index 100% rename from stable/couchpotato/2.0.35/questions.yaml rename to stable/couchpotato/2.0.36/questions.yaml diff --git a/stable/custom-app/5.1.80/templates/common.yaml b/stable/couchpotato/2.0.36/templates/common.yaml similarity index 100% rename from stable/custom-app/5.1.80/templates/common.yaml rename to stable/couchpotato/2.0.36/templates/common.yaml diff --git a/stable/cyberchef/2.0.105/values.yaml b/stable/couchpotato/2.0.36/values.yaml similarity index 100% rename from stable/cyberchef/2.0.105/values.yaml rename to stable/couchpotato/2.0.36/values.yaml diff --git a/stable/cryptofolio/4.0.38/CHANGELOG.md b/stable/cryptofolio/4.0.38/CHANGELOG.md deleted file mode 100644 index bfe03ff054e..00000000000 --- a/stable/cryptofolio/4.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cryptofolio-4.0.38](https://github.com/truecharts/charts/compare/cryptofolio-4.0.37...cryptofolio-4.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cryptofolio-4.0.37](https://github.com/truecharts/charts/compare/cryptofolio-4.0.36...cryptofolio-4.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cryptofolio-4.0.37](https://github.com/truecharts/charts/compare/cryptofolio-4.0.36...cryptofolio-4.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cryptofolio-4.0.36](https://github.com/truecharts/charts/compare/cryptofolio-4.0.35...cryptofolio-4.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [cryptofolio-4.0.35](https://github.com/truecharts/charts/compare/cryptofolio-4.0.34...cryptofolio-4.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [cryptofolio-4.0.34](https://github.com/truecharts/charts/compare/cryptofolio-4.0.33...cryptofolio-4.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [cryptofolio-4.0.33](https://github.com/truecharts/charts/compare/cryptofolio-4.0.32...cryptofolio-4.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [cryptofolio-4.0.33](https://github.com/truecharts/charts/compare/cryptofolio-4.0.32...cryptofolio-4.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/cryptofolio/4.0.38/Chart.lock b/stable/cryptofolio/4.0.38/Chart.lock deleted file mode 100644 index ac252a42851..00000000000 --- a/stable/cryptofolio/4.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:20:45.77696941Z" diff --git a/stable/cryptofolio/4.0.38/Chart.yaml b/stable/cryptofolio/4.0.38/Chart.yaml deleted file mode 100644 index c840eab9559..00000000000 --- a/stable/cryptofolio/4.0.38/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Track your cryptocurrency holdings/portfolio -home: https://truecharts.org/docs/charts/stable/cryptofolio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png -keywords: - - cryptofolio -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cryptofolio -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio - - https://github.com/Xtrendence/cryptofolio -version: 4.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/cryptofolio/4.0.38/README.md b/stable/cryptofolio/4.0.38/README.md deleted file mode 100644 index b22e1f8f56d..00000000000 --- a/stable/cryptofolio/4.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# cryptofolio - -Track your cryptocurrency holdings/portfolio - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cryptofolio](https://truecharts.org/docs/charts/stable/cryptofolio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cryptofolio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cryptofolio TrueCharts/cryptofolio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cryptofolio` deployment - -```console -helm uninstall cryptofolio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cryptofolio \ - --set env.TZ="America/New York" \ - TrueCharts/cryptofolio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cryptofolio TrueCharts/cryptofolio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/cryptofolio/4.0.38/charts/common-10.7.0.tgz b/stable/cryptofolio/4.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/cryptofolio/4.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/cryptofolio/4.0.39/CHANGELOG.md b/stable/cryptofolio/4.0.39/CHANGELOG.md new file mode 100644 index 00000000000..b16f996c482 --- /dev/null +++ b/stable/cryptofolio/4.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cryptofolio-4.0.39](https://github.com/truecharts/charts/compare/cryptofolio-4.0.38...cryptofolio-4.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [cryptofolio-4.0.38](https://github.com/truecharts/charts/compare/cryptofolio-4.0.37...cryptofolio-4.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cryptofolio-4.0.37](https://github.com/truecharts/charts/compare/cryptofolio-4.0.36...cryptofolio-4.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cryptofolio-4.0.37](https://github.com/truecharts/charts/compare/cryptofolio-4.0.36...cryptofolio-4.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cryptofolio-4.0.36](https://github.com/truecharts/charts/compare/cryptofolio-4.0.35...cryptofolio-4.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [cryptofolio-4.0.35](https://github.com/truecharts/charts/compare/cryptofolio-4.0.34...cryptofolio-4.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [cryptofolio-4.0.34](https://github.com/truecharts/charts/compare/cryptofolio-4.0.33...cryptofolio-4.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [cryptofolio-4.0.33](https://github.com/truecharts/charts/compare/cryptofolio-4.0.32...cryptofolio-4.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/cryptofolio/4.0.39/Chart.lock b/stable/cryptofolio/4.0.39/Chart.lock new file mode 100644 index 00000000000..65b14368f8d --- /dev/null +++ b/stable/cryptofolio/4.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:04:32.073271902Z" diff --git a/stable/cryptofolio/4.0.39/Chart.yaml b/stable/cryptofolio/4.0.39/Chart.yaml new file mode 100644 index 00000000000..3b04f0bca16 --- /dev/null +++ b/stable/cryptofolio/4.0.39/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "2.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Track your cryptocurrency holdings/portfolio +home: https://truecharts.org/docs/charts/stable/cryptofolio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.png +keywords: + - cryptofolio +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cryptofolio +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cryptofolio + - https://github.com/Xtrendence/cryptofolio +version: 4.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/cryptofolio/4.0.39/README.md b/stable/cryptofolio/4.0.39/README.md new file mode 100644 index 00000000000..0e5e74ed681 --- /dev/null +++ b/stable/cryptofolio/4.0.39/README.md @@ -0,0 +1,106 @@ +# cryptofolio + +Track your cryptocurrency holdings/portfolio + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cryptofolio](https://truecharts.org/docs/charts/stable/cryptofolio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cryptofolio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cryptofolio TrueCharts/cryptofolio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cryptofolio` deployment + +```console +helm uninstall cryptofolio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cryptofolio \ + --set env.TZ="America/New York" \ + TrueCharts/cryptofolio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cryptofolio TrueCharts/cryptofolio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/cryptofolio/4.0.38/app-readme.md b/stable/cryptofolio/4.0.39/app-readme.md similarity index 100% rename from stable/cryptofolio/4.0.38/app-readme.md rename to stable/cryptofolio/4.0.39/app-readme.md diff --git a/stable/cryptofolio/4.0.39/charts/common-10.7.1.tgz b/stable/cryptofolio/4.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/cryptofolio/4.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/cryptofolio/4.0.38/ix_values.yaml b/stable/cryptofolio/4.0.39/ix_values.yaml similarity index 100% rename from stable/cryptofolio/4.0.38/ix_values.yaml rename to stable/cryptofolio/4.0.39/ix_values.yaml diff --git a/stable/cryptofolio/4.0.38/questions.yaml b/stable/cryptofolio/4.0.39/questions.yaml similarity index 100% rename from stable/cryptofolio/4.0.38/questions.yaml rename to stable/cryptofolio/4.0.39/questions.yaml diff --git a/stable/cyberchef/2.0.105/templates/common.yaml b/stable/cryptofolio/4.0.39/templates/common.yaml similarity index 100% rename from stable/cyberchef/2.0.105/templates/common.yaml rename to stable/cryptofolio/4.0.39/templates/common.yaml diff --git a/stable/czkawka/1.0.15/values.yaml b/stable/cryptofolio/4.0.39/values.yaml similarity index 100% rename from stable/czkawka/1.0.15/values.yaml rename to stable/cryptofolio/4.0.39/values.yaml diff --git a/stable/custom-app/5.1.80/CHANGELOG.md b/stable/custom-app/5.1.80/CHANGELOG.md deleted file mode 100644 index 5af946c8f1a..00000000000 --- a/stable/custom-app/5.1.80/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [custom-app-5.1.80](https://github.com/truecharts/charts/compare/custom-app-5.1.79...custom-app-5.1.80) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [custom-app-5.1.79](https://github.com/truecharts/charts/compare/custom-app-5.1.78...custom-app-5.1.79) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [custom-app-5.1.78](https://github.com/truecharts/charts/compare/custom-app-5.1.77...custom-app-5.1.78) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [custom-app-5.1.77](https://github.com/truecharts/charts/compare/custom-app-5.1.76...custom-app-5.1.77) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [custom-app-5.1.76](https://github.com/truecharts/charts/compare/custom-app-5.1.75...custom-app-5.1.76) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [custom-app-5.1.76](https://github.com/truecharts/charts/compare/custom-app-5.1.75...custom-app-5.1.76) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [custom-app-5.1.75](https://github.com/truecharts/charts/compare/custom-app-5.1.74...custom-app-5.1.75) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [custom-app-5.1.74](https://github.com/truecharts/charts/compare/custom-app-5.1.73...custom-app-5.1.74) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [custom-app-5.1.73](https://github.com/truecharts/charts/compare/custom-app-5.1.72...custom-app-5.1.73) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - update docker general non-major - - - - -## [custom-app-5.1.72](https://github.com/truecharts/charts/compare/custom-app-5.1.71...custom-app-5.1.72) (2022-10-01) diff --git a/stable/custom-app/5.1.80/Chart.lock b/stable/custom-app/5.1.80/Chart.lock deleted file mode 100644 index ecb3eed9bc4..00000000000 --- a/stable/custom-app/5.1.80/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:03:00.770624383Z" diff --git a/stable/custom-app/5.1.80/Chart.yaml b/stable/custom-app/5.1.80/Chart.yaml deleted file mode 100644 index eb693a6b8ef..00000000000 --- a/stable/custom-app/5.1.80/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.20.2113" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Advanced tool to create your own TrueCharts-based App -home: https://truecharts.org/docs/charts/stable/custom-app -icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png -keywords: - - custom -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: custom-app -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app -type: application -version: 5.1.80 -annotations: - truecharts.org/catagories: | - - custom - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/custom-app/5.1.80/README.md b/stable/custom-app/5.1.80/README.md deleted file mode 100644 index 4140ca63e32..00000000000 --- a/stable/custom-app/5.1.80/README.md +++ /dev/null @@ -1,105 +0,0 @@ -# custom-app - -Advanced tool to create your own TrueCharts-based App - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [custom-app](https://truecharts.org/docs/charts/stable/custom-app) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `custom-app` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install custom-app TrueCharts/custom-app -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `custom-app` deployment - -```console -helm uninstall custom-app -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install custom-app \ - --set env.TZ="America/New York" \ - TrueCharts/custom-app -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install custom-app TrueCharts/custom-app -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/custom-app/5.1.80/charts/common-10.7.0.tgz b/stable/custom-app/5.1.80/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/custom-app/5.1.80/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/custom-app/5.1.80/ix_values.yaml b/stable/custom-app/5.1.80/ix_values.yaml deleted file mode 100644 index d58f82b1851..00000000000 --- a/stable/custom-app/5.1.80/ix_values.yaml +++ /dev/null @@ -1,7 +0,0 @@ -image: - repository: tccr.io/truecharts/jackett - pullPolicy: IfNotPresent - tag: 0.20.2113@sha256:8cf17065d2433d92d8fb1c58dbb9f96751e8a82f696b7a81088e6fd4f5cf75f9 - -portal: - enabled: true diff --git a/stable/custom-app/5.1.81/CHANGELOG.md b/stable/custom-app/5.1.81/CHANGELOG.md new file mode 100644 index 00000000000..545f91d85f8 --- /dev/null +++ b/stable/custom-app/5.1.81/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [custom-app-5.1.81](https://github.com/truecharts/charts/compare/custom-app-5.1.80...custom-app-5.1.81) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [custom-app-5.1.80](https://github.com/truecharts/charts/compare/custom-app-5.1.79...custom-app-5.1.80) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [custom-app-5.1.79](https://github.com/truecharts/charts/compare/custom-app-5.1.78...custom-app-5.1.79) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [custom-app-5.1.78](https://github.com/truecharts/charts/compare/custom-app-5.1.77...custom-app-5.1.78) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [custom-app-5.1.77](https://github.com/truecharts/charts/compare/custom-app-5.1.76...custom-app-5.1.77) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [custom-app-5.1.76](https://github.com/truecharts/charts/compare/custom-app-5.1.75...custom-app-5.1.76) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [custom-app-5.1.76](https://github.com/truecharts/charts/compare/custom-app-5.1.75...custom-app-5.1.76) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [custom-app-5.1.75](https://github.com/truecharts/charts/compare/custom-app-5.1.74...custom-app-5.1.75) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [custom-app-5.1.74](https://github.com/truecharts/charts/compare/custom-app-5.1.73...custom-app-5.1.74) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [custom-app-5.1.73](https://github.com/truecharts/charts/compare/custom-app-5.1.72...custom-app-5.1.73) (2022-10-04) + diff --git a/stable/custom-app/5.1.81/Chart.lock b/stable/custom-app/5.1.81/Chart.lock new file mode 100644 index 00000000000..9a8e1b7c715 --- /dev/null +++ b/stable/custom-app/5.1.81/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:04:48.900987957Z" diff --git a/stable/custom-app/5.1.81/Chart.yaml b/stable/custom-app/5.1.81/Chart.yaml new file mode 100644 index 00000000000..8463ffb54ca --- /dev/null +++ b/stable/custom-app/5.1.81/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.20.2122" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Advanced tool to create your own TrueCharts-based App +home: https://truecharts.org/docs/charts/stable/custom-app +icon: https://truecharts.org/img/hotlink-ok/chart-icons/custom-app.png +keywords: + - custom +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: custom-app +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app +type: application +version: 5.1.81 +annotations: + truecharts.org/catagories: | + - custom + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/custom-app/5.1.81/README.md b/stable/custom-app/5.1.81/README.md new file mode 100644 index 00000000000..a8d1e243fab --- /dev/null +++ b/stable/custom-app/5.1.81/README.md @@ -0,0 +1,105 @@ +# custom-app + +Advanced tool to create your own TrueCharts-based App + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [custom-app](https://truecharts.org/docs/charts/stable/custom-app) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `custom-app` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install custom-app TrueCharts/custom-app +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `custom-app` deployment + +```console +helm uninstall custom-app +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install custom-app \ + --set env.TZ="America/New York" \ + TrueCharts/custom-app +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install custom-app TrueCharts/custom-app -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/custom-app/5.1.80/app-readme.md b/stable/custom-app/5.1.81/app-readme.md similarity index 100% rename from stable/custom-app/5.1.80/app-readme.md rename to stable/custom-app/5.1.81/app-readme.md diff --git a/stable/custom-app/5.1.81/charts/common-10.7.1.tgz b/stable/custom-app/5.1.81/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/custom-app/5.1.81/charts/common-10.7.1.tgz differ diff --git a/stable/custom-app/5.1.80/ci/test-values.yaml b/stable/custom-app/5.1.81/ci/test-values.yaml similarity index 88% rename from stable/custom-app/5.1.80/ci/test-values.yaml rename to stable/custom-app/5.1.81/ci/test-values.yaml index 715e5032395..11c13ba621e 100644 --- a/stable/custom-app/5.1.80/ci/test-values.yaml +++ b/stable/custom-app/5.1.81/ci/test-values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/jackett pullPolicy: IfNotPresent - tag: 0.20.2113@sha256:8cf17065d2433d92d8fb1c58dbb9f96751e8a82f696b7a81088e6fd4f5cf75f9 + tag: 0.20.2122@sha256:81400068dda77978be5fce3513c1ff80978d50877e29b19b7f8494635362978e securityContext: readOnlyRootFilesystem: false diff --git a/stable/custom-app/5.1.81/ix_values.yaml b/stable/custom-app/5.1.81/ix_values.yaml new file mode 100644 index 00000000000..eff73bda32f --- /dev/null +++ b/stable/custom-app/5.1.81/ix_values.yaml @@ -0,0 +1,7 @@ +image: + repository: tccr.io/truecharts/jackett + pullPolicy: IfNotPresent + tag: 0.20.2122@sha256:81400068dda77978be5fce3513c1ff80978d50877e29b19b7f8494635362978e + +portal: + enabled: true diff --git a/stable/custom-app/5.1.80/questions.yaml b/stable/custom-app/5.1.81/questions.yaml similarity index 100% rename from stable/custom-app/5.1.80/questions.yaml rename to stable/custom-app/5.1.81/questions.yaml diff --git a/stable/czkawka/1.0.15/templates/common.yaml b/stable/custom-app/5.1.81/templates/common.yaml similarity index 100% rename from stable/czkawka/1.0.15/templates/common.yaml rename to stable/custom-app/5.1.81/templates/common.yaml diff --git a/stable/darktable/3.0.35/values.yaml b/stable/custom-app/5.1.81/values.yaml similarity index 100% rename from stable/darktable/3.0.35/values.yaml rename to stable/custom-app/5.1.81/values.yaml diff --git a/stable/cyberchef/2.0.105/CHANGELOG.md b/stable/cyberchef/2.0.105/CHANGELOG.md deleted file mode 100644 index b74e2a925cd..00000000000 --- a/stable/cyberchef/2.0.105/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [cyberchef-2.0.105](https://github.com/truecharts/charts/compare/cyberchef-2.0.104...cyberchef-2.0.105) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [cyberchef-2.0.104](https://github.com/truecharts/charts/compare/cyberchef-2.0.103...cyberchef-2.0.104) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [cyberchef-2.0.103](https://github.com/truecharts/charts/compare/cyberchef-2.0.102...cyberchef-2.0.103) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [cyberchef-2.0.102](https://github.com/truecharts/charts/compare/cyberchef-2.0.101...cyberchef-2.0.102) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [cyberchef-2.0.101](https://github.com/truecharts/charts/compare/cyberchef-2.0.100...cyberchef-2.0.101) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - update docker general non-major - - - - -## [cyberchef-2.0.100](https://github.com/truecharts/charts/compare/cyberchef-2.0.99...cyberchef-2.0.100) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cyberchef-2.0.100](https://github.com/truecharts/charts/compare/cyberchef-2.0.99...cyberchef-2.0.100) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cyberchef-2.0.99](https://github.com/truecharts/charts/compare/cyberchef-2.0.98...cyberchef-2.0.99) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [cyberchef-2.0.98](https://github.com/truecharts/charts/compare/cyberchef-2.0.97...cyberchef-2.0.98) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [cyberchef-2.0.97](https://github.com/truecharts/charts/compare/cyberchef-2.0.96...cyberchef-2.0.97) (2022-10-05) - -### Chore diff --git a/stable/cyberchef/2.0.105/Chart.lock b/stable/cyberchef/2.0.105/Chart.lock deleted file mode 100644 index acb73e3361a..00000000000 --- a/stable/cyberchef/2.0.105/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:03:02.305719033Z" diff --git a/stable/cyberchef/2.0.105/Chart.yaml b/stable/cyberchef/2.0.105/Chart.yaml deleted file mode 100644 index aeed1ee8cc8..00000000000 --- a/stable/cyberchef/2.0.105/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "9.48.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. -home: https://truecharts.org/docs/charts/stable/cyberchef -icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png -keywords: - - cyberchef -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: cyberchef -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef - - https://hub.docker.com/r/mpepping/cyberchef -version: 2.0.105 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/cyberchef/2.0.105/README.md b/stable/cyberchef/2.0.105/README.md deleted file mode 100644 index becf48ddfda..00000000000 --- a/stable/cyberchef/2.0.105/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# cyberchef - -CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [cyberchef](https://truecharts.org/docs/charts/stable/cyberchef) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `cyberchef` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install cyberchef TrueCharts/cyberchef -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `cyberchef` deployment - -```console -helm uninstall cyberchef -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install cyberchef \ - --set env.TZ="America/New York" \ - TrueCharts/cyberchef -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install cyberchef TrueCharts/cyberchef -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/cyberchef/2.0.105/charts/common-10.7.0.tgz b/stable/cyberchef/2.0.105/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/cyberchef/2.0.105/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/cyberchef/2.0.105/ix_values.yaml b/stable/cyberchef/2.0.105/ix_values.yaml deleted file mode 100644 index 130403f53aa..00000000000 --- a/stable/cyberchef/2.0.105/ix_values.yaml +++ /dev/null @@ -1,22 +0,0 @@ -image: - repository: tccr.io/truecharts/cyberchef - tag: 9.48.0@sha256:8e0fb1c34ee8dafceb190c79f584178993ab6930737813fe88c0f1c25d87c45e - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 10219 - targetPort: 8000 - -portal: - enabled: true diff --git a/stable/cyberchef/2.0.106/CHANGELOG.md b/stable/cyberchef/2.0.106/CHANGELOG.md new file mode 100644 index 00000000000..be8d037fda6 --- /dev/null +++ b/stable/cyberchef/2.0.106/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [cyberchef-2.0.106](https://github.com/truecharts/charts/compare/cyberchef-2.0.105...cyberchef-2.0.106) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [cyberchef-2.0.105](https://github.com/truecharts/charts/compare/cyberchef-2.0.104...cyberchef-2.0.105) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [cyberchef-2.0.104](https://github.com/truecharts/charts/compare/cyberchef-2.0.103...cyberchef-2.0.104) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [cyberchef-2.0.103](https://github.com/truecharts/charts/compare/cyberchef-2.0.102...cyberchef-2.0.103) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [cyberchef-2.0.102](https://github.com/truecharts/charts/compare/cyberchef-2.0.101...cyberchef-2.0.102) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [cyberchef-2.0.101](https://github.com/truecharts/charts/compare/cyberchef-2.0.100...cyberchef-2.0.101) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [cyberchef-2.0.100](https://github.com/truecharts/charts/compare/cyberchef-2.0.99...cyberchef-2.0.100) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cyberchef-2.0.100](https://github.com/truecharts/charts/compare/cyberchef-2.0.99...cyberchef-2.0.100) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [cyberchef-2.0.99](https://github.com/truecharts/charts/compare/cyberchef-2.0.98...cyberchef-2.0.99) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [cyberchef-2.0.98](https://github.com/truecharts/charts/compare/cyberchef-2.0.97...cyberchef-2.0.98) (2022-10-05) + diff --git a/stable/cyberchef/2.0.106/Chart.lock b/stable/cyberchef/2.0.106/Chart.lock new file mode 100644 index 00000000000..1aa0f7b6173 --- /dev/null +++ b/stable/cyberchef/2.0.106/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:00.238768997Z" diff --git a/stable/cyberchef/2.0.106/Chart.yaml b/stable/cyberchef/2.0.106/Chart.yaml new file mode 100644 index 00000000000..6480ec15f85 --- /dev/null +++ b/stable/cyberchef/2.0.106/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "9.48.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. +home: https://truecharts.org/docs/charts/stable/cyberchef +icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.png +keywords: + - cyberchef +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: cyberchef +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef + - https://hub.docker.com/r/mpepping/cyberchef +version: 2.0.106 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/cyberchef/2.0.106/README.md b/stable/cyberchef/2.0.106/README.md new file mode 100644 index 00000000000..4fd343f44dd --- /dev/null +++ b/stable/cyberchef/2.0.106/README.md @@ -0,0 +1,106 @@ +# cyberchef + +CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [cyberchef](https://truecharts.org/docs/charts/stable/cyberchef) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `cyberchef` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install cyberchef TrueCharts/cyberchef +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `cyberchef` deployment + +```console +helm uninstall cyberchef +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install cyberchef \ + --set env.TZ="America/New York" \ + TrueCharts/cyberchef +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install cyberchef TrueCharts/cyberchef -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/cyberchef/2.0.105/app-readme.md b/stable/cyberchef/2.0.106/app-readme.md similarity index 100% rename from stable/cyberchef/2.0.105/app-readme.md rename to stable/cyberchef/2.0.106/app-readme.md diff --git a/stable/cyberchef/2.0.106/charts/common-10.7.1.tgz b/stable/cyberchef/2.0.106/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/cyberchef/2.0.106/charts/common-10.7.1.tgz differ diff --git a/stable/cyberchef/2.0.106/ix_values.yaml b/stable/cyberchef/2.0.106/ix_values.yaml new file mode 100644 index 00000000000..e35c4ee1a5d --- /dev/null +++ b/stable/cyberchef/2.0.106/ix_values.yaml @@ -0,0 +1,22 @@ +image: + repository: tccr.io/truecharts/cyberchef + tag: 9.48.0@sha256:ea6b2013e9158e3233f214c52a95ef54d8fe6cd6934a65edbeddc2d09425c68c + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10219 + targetPort: 8000 + +portal: + enabled: true diff --git a/stable/cyberchef/2.0.105/questions.yaml b/stable/cyberchef/2.0.106/questions.yaml similarity index 100% rename from stable/cyberchef/2.0.105/questions.yaml rename to stable/cyberchef/2.0.106/questions.yaml diff --git a/stable/darktable/3.0.35/templates/common.yaml b/stable/cyberchef/2.0.106/templates/common.yaml similarity index 100% rename from stable/darktable/3.0.35/templates/common.yaml rename to stable/cyberchef/2.0.106/templates/common.yaml diff --git a/stable/dashdot/1.0.56/values.yaml b/stable/cyberchef/2.0.106/values.yaml similarity index 100% rename from stable/dashdot/1.0.56/values.yaml rename to stable/cyberchef/2.0.106/values.yaml diff --git a/stable/czkawka/1.0.15/CHANGELOG.md b/stable/czkawka/1.0.15/CHANGELOG.md deleted file mode 100644 index 93b26427e64..00000000000 --- a/stable/czkawka/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [czkawka-1.0.15](https://github.com/truecharts/charts/compare/czkawka-1.0.14...czkawka-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [czkawka-1.0.14](https://github.com/truecharts/charts/compare/czkawka-1.0.13...czkawka-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [czkawka-1.0.14](https://github.com/truecharts/charts/compare/czkawka-1.0.13...czkawka-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [czkawka-1.0.13](https://github.com/truecharts/charts/compare/czkawka-1.0.12...czkawka-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [czkawka-1.0.12](https://github.com/truecharts/charts/compare/czkawka-1.0.11...czkawka-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [czkawka-1.0.11](https://github.com/truecharts/charts/compare/czkawka-1.0.10...czkawka-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [czkawka-1.0.10](https://github.com/truecharts/charts/compare/czkawka-1.0.9...czkawka-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [czkawka-1.0.10](https://github.com/truecharts/charts/compare/czkawka-1.0.9...czkawka-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/czkawka/1.0.15/Chart.lock b/stable/czkawka/1.0.15/Chart.lock deleted file mode 100644 index 7b2d6a05658..00000000000 --- a/stable/czkawka/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:21:15.423030341Z" diff --git a/stable/czkawka/1.0.15/Chart.yaml b/stable/czkawka/1.0.15/Chart.yaml deleted file mode 100644 index 6403751b17d..00000000000 --- a/stable/czkawka/1.0.15/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "1.7.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. -home: https://truecharts.org/docs/charts/stable/czkawka -icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png -keywords: - - duplicates - - file management - - czkawka -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: czkawka -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka - - https://hub.docker.com/r/jlesage/czkawka - - https://github.com/jlesage/docker-czkawka - - https://github.com/qarmin/czkawka -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - duplicates - - files - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/czkawka/1.0.15/README.md b/stable/czkawka/1.0.15/README.md deleted file mode 100644 index 3e564305b95..00000000000 --- a/stable/czkawka/1.0.15/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# czkawka - -Czkawka is a simple, fast and free app to remove unnecessary files from your computer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [czkawka](https://truecharts.org/docs/charts/stable/czkawka) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `czkawka` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install czkawka TrueCharts/czkawka -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `czkawka` deployment - -```console -helm uninstall czkawka -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install czkawka \ - --set env.TZ="America/New York" \ - TrueCharts/czkawka -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install czkawka TrueCharts/czkawka -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/czkawka/1.0.15/charts/common-10.7.0.tgz b/stable/czkawka/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/czkawka/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/czkawka/1.0.16/CHANGELOG.md b/stable/czkawka/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..653b4f21172 --- /dev/null +++ b/stable/czkawka/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [czkawka-1.0.16](https://github.com/truecharts/charts/compare/czkawka-1.0.15...czkawka-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [czkawka-1.0.15](https://github.com/truecharts/charts/compare/czkawka-1.0.14...czkawka-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [czkawka-1.0.14](https://github.com/truecharts/charts/compare/czkawka-1.0.13...czkawka-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [czkawka-1.0.14](https://github.com/truecharts/charts/compare/czkawka-1.0.13...czkawka-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [czkawka-1.0.13](https://github.com/truecharts/charts/compare/czkawka-1.0.12...czkawka-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [czkawka-1.0.12](https://github.com/truecharts/charts/compare/czkawka-1.0.11...czkawka-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [czkawka-1.0.11](https://github.com/truecharts/charts/compare/czkawka-1.0.10...czkawka-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [czkawka-1.0.10](https://github.com/truecharts/charts/compare/czkawka-1.0.9...czkawka-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/czkawka/1.0.16/Chart.lock b/stable/czkawka/1.0.16/Chart.lock new file mode 100644 index 00000000000..8cd8444f64a --- /dev/null +++ b/stable/czkawka/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:03.904252835Z" diff --git a/stable/czkawka/1.0.16/Chart.yaml b/stable/czkawka/1.0.16/Chart.yaml new file mode 100644 index 00000000000..51134a7458c --- /dev/null +++ b/stable/czkawka/1.0.16/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "1.7.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer. +home: https://truecharts.org/docs/charts/stable/czkawka +icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.png +keywords: + - duplicates + - file management + - czkawka +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: czkawka +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/czkawka + - https://hub.docker.com/r/jlesage/czkawka + - https://github.com/jlesage/docker-czkawka + - https://github.com/qarmin/czkawka +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - duplicates + - files + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/czkawka/1.0.16/README.md b/stable/czkawka/1.0.16/README.md new file mode 100644 index 00000000000..8335a205a51 --- /dev/null +++ b/stable/czkawka/1.0.16/README.md @@ -0,0 +1,108 @@ +# czkawka + +Czkawka is a simple, fast and free app to remove unnecessary files from your computer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [czkawka](https://truecharts.org/docs/charts/stable/czkawka) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `czkawka` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install czkawka TrueCharts/czkawka +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `czkawka` deployment + +```console +helm uninstall czkawka +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install czkawka \ + --set env.TZ="America/New York" \ + TrueCharts/czkawka +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install czkawka TrueCharts/czkawka -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/czkawka/1.0.15/app-readme.md b/stable/czkawka/1.0.16/app-readme.md similarity index 100% rename from stable/czkawka/1.0.15/app-readme.md rename to stable/czkawka/1.0.16/app-readme.md diff --git a/stable/czkawka/1.0.16/charts/common-10.7.1.tgz b/stable/czkawka/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/czkawka/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/czkawka/1.0.15/ix_values.yaml b/stable/czkawka/1.0.16/ix_values.yaml similarity index 100% rename from stable/czkawka/1.0.15/ix_values.yaml rename to stable/czkawka/1.0.16/ix_values.yaml diff --git a/stable/czkawka/1.0.15/questions.yaml b/stable/czkawka/1.0.16/questions.yaml similarity index 100% rename from stable/czkawka/1.0.15/questions.yaml rename to stable/czkawka/1.0.16/questions.yaml diff --git a/stable/dashdot/1.0.56/templates/common.yaml b/stable/czkawka/1.0.16/templates/common.yaml similarity index 100% rename from stable/dashdot/1.0.56/templates/common.yaml rename to stable/czkawka/1.0.16/templates/common.yaml diff --git a/stable/davos/4.0.35/values.yaml b/stable/czkawka/1.0.16/values.yaml similarity index 100% rename from stable/davos/4.0.35/values.yaml rename to stable/czkawka/1.0.16/values.yaml diff --git a/stable/darktable/3.0.35/CHANGELOG.md b/stable/darktable/3.0.35/CHANGELOG.md deleted file mode 100644 index 95e445e95b1..00000000000 --- a/stable/darktable/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [darktable-3.0.35](https://github.com/truecharts/charts/compare/darktable-3.0.34...darktable-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [darktable-3.0.34](https://github.com/truecharts/charts/compare/darktable-3.0.33...darktable-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [darktable-3.0.34](https://github.com/truecharts/charts/compare/darktable-3.0.33...darktable-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [darktable-3.0.33](https://github.com/truecharts/charts/compare/darktable-3.0.32...darktable-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [darktable-3.0.32](https://github.com/truecharts/charts/compare/darktable-3.0.31...darktable-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [darktable-3.0.31](https://github.com/truecharts/charts/compare/darktable-3.0.30...darktable-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [darktable-3.0.30](https://github.com/truecharts/charts/compare/darktable-3.0.29...darktable-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [darktable-3.0.30](https://github.com/truecharts/charts/compare/darktable-3.0.29...darktable-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/darktable/3.0.35/Chart.lock b/stable/darktable/3.0.35/Chart.lock deleted file mode 100644 index 822ed2787a4..00000000000 --- a/stable/darktable/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:21:24.450728404Z" diff --git a/stable/darktable/3.0.35/Chart.yaml b/stable/darktable/3.0.35/Chart.yaml deleted file mode 100644 index 538918bff27..00000000000 --- a/stable/darktable/3.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: darktable -version: 3.0.35 -appVersion: "3.6.1" -description: Darktable is an open source photography workflow application and raw developer. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/darktable -icon: https://truecharts.org/img/hotlink-ok/chart-icons/darktable.png -keywords: - - darktable -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/darktable - - https://hub.docker.com/r/linuxserver/darktable -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/darktable/3.0.35/README.md b/stable/darktable/3.0.35/README.md deleted file mode 100644 index 0f8e2addbf1..00000000000 --- a/stable/darktable/3.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# darktable - -Darktable is an open source photography workflow application and raw developer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [darktable](https://truecharts.org/docs/charts/stable/darktable) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `darktable` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install darktable TrueCharts/darktable -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `darktable` deployment - -```console -helm uninstall darktable -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install darktable \ - --set env.TZ="America/New York" \ - TrueCharts/darktable -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install darktable TrueCharts/darktable -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/darktable/3.0.35/charts/common-10.7.0.tgz b/stable/darktable/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/darktable/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/darktable/3.0.36/CHANGELOG.md b/stable/darktable/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..727d622c2db --- /dev/null +++ b/stable/darktable/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [darktable-3.0.36](https://github.com/truecharts/charts/compare/darktable-3.0.35...darktable-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [darktable-3.0.35](https://github.com/truecharts/charts/compare/darktable-3.0.34...darktable-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [darktable-3.0.34](https://github.com/truecharts/charts/compare/darktable-3.0.33...darktable-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [darktable-3.0.34](https://github.com/truecharts/charts/compare/darktable-3.0.33...darktable-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [darktable-3.0.33](https://github.com/truecharts/charts/compare/darktable-3.0.32...darktable-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [darktable-3.0.32](https://github.com/truecharts/charts/compare/darktable-3.0.31...darktable-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [darktable-3.0.31](https://github.com/truecharts/charts/compare/darktable-3.0.30...darktable-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [darktable-3.0.30](https://github.com/truecharts/charts/compare/darktable-3.0.29...darktable-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/darktable/3.0.36/Chart.lock b/stable/darktable/3.0.36/Chart.lock new file mode 100644 index 00000000000..78fdb66d872 --- /dev/null +++ b/stable/darktable/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:14.488975328Z" diff --git a/stable/darktable/3.0.36/Chart.yaml b/stable/darktable/3.0.36/Chart.yaml new file mode 100644 index 00000000000..81284b61021 --- /dev/null +++ b/stable/darktable/3.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: darktable +version: 3.0.36 +appVersion: "3.6.1" +description: Darktable is an open source photography workflow application and raw developer. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/darktable +icon: https://truecharts.org/img/hotlink-ok/chart-icons/darktable.png +keywords: + - darktable +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/darktable + - https://hub.docker.com/r/linuxserver/darktable +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/darktable/3.0.36/README.md b/stable/darktable/3.0.36/README.md new file mode 100644 index 00000000000..2121f52d9e5 --- /dev/null +++ b/stable/darktable/3.0.36/README.md @@ -0,0 +1,106 @@ +# darktable + +Darktable is an open source photography workflow application and raw developer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [darktable](https://truecharts.org/docs/charts/stable/darktable) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `darktable` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install darktable TrueCharts/darktable +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `darktable` deployment + +```console +helm uninstall darktable +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install darktable \ + --set env.TZ="America/New York" \ + TrueCharts/darktable +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install darktable TrueCharts/darktable -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/darktable/3.0.35/app-readme.md b/stable/darktable/3.0.36/app-readme.md similarity index 100% rename from stable/darktable/3.0.35/app-readme.md rename to stable/darktable/3.0.36/app-readme.md diff --git a/stable/darktable/3.0.36/charts/common-10.7.1.tgz b/stable/darktable/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/darktable/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/darktable/3.0.35/ix_values.yaml b/stable/darktable/3.0.36/ix_values.yaml similarity index 100% rename from stable/darktable/3.0.35/ix_values.yaml rename to stable/darktable/3.0.36/ix_values.yaml diff --git a/stable/darktable/3.0.35/questions.yaml b/stable/darktable/3.0.36/questions.yaml similarity index 100% rename from stable/darktable/3.0.35/questions.yaml rename to stable/darktable/3.0.36/questions.yaml diff --git a/stable/ddclient/2.0.36/templates/common.yaml b/stable/darktable/3.0.36/templates/common.yaml similarity index 100% rename from stable/ddclient/2.0.36/templates/common.yaml rename to stable/darktable/3.0.36/templates/common.yaml diff --git a/stable/ddclient/2.0.36/values.yaml b/stable/darktable/3.0.36/values.yaml similarity index 100% rename from stable/ddclient/2.0.36/values.yaml rename to stable/darktable/3.0.36/values.yaml diff --git a/stable/dashdot/1.0.56/CHANGELOG.md b/stable/dashdot/1.0.56/CHANGELOG.md deleted file mode 100644 index 92045c0ff16..00000000000 --- a/stable/dashdot/1.0.56/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dashdot-1.0.56](https://github.com/truecharts/charts/compare/dashdot-1.0.55...dashdot-1.0.56) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [dashdot-1.0.55](https://github.com/truecharts/charts/compare/dashdot-1.0.54...dashdot-1.0.55) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dashdot-1.0.54](https://github.com/truecharts/charts/compare/dashdot-1.0.53...dashdot-1.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashdot-1.0.54](https://github.com/truecharts/charts/compare/dashdot-1.0.53...dashdot-1.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dashdot-1.0.53](https://github.com/truecharts/charts/compare/dashdot-1.0.52...dashdot-1.0.53) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dashdot-1.0.52](https://github.com/truecharts/charts/compare/dashdot-1.0.51...dashdot-1.0.52) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dashdot-1.0.51](https://github.com/truecharts/charts/compare/dashdot-1.0.50...dashdot-1.0.51) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dashdot-1.0.50](https://github.com/truecharts/charts/compare/dashdot-1.0.47...dashdot-1.0.50) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - add gui option ([#3803](https://github.com/truecharts/charts/issues/3803)) - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/stable/dashdot/1.0.56/Chart.lock b/stable/dashdot/1.0.56/Chart.lock deleted file mode 100644 index c6119b4c5cd..00000000000 --- a/stable/dashdot/1.0.56/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:16:39.671120983Z" diff --git a/stable/dashdot/1.0.56/Chart.yaml b/stable/dashdot/1.0.56/Chart.yaml deleted file mode 100644 index eb8bb0137ce..00000000000 --- a/stable/dashdot/1.0.56/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "4.5.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. -home: https://truecharts.org/docs/charts/stable/dashdot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png -keywords: - - dashboard - - dashdot -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dashdot -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot - - https://github.com/MauriceNino/dashdot - - https://hub.docker.com/r/mauricenino/dashdot -version: 1.0.56 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dashdot/1.0.56/README.md b/stable/dashdot/1.0.56/README.md deleted file mode 100644 index d00f51c0b7d..00000000000 --- a/stable/dashdot/1.0.56/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dashdot - -dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dashdot](https://truecharts.org/docs/charts/stable/dashdot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dashdot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dashdot TrueCharts/dashdot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dashdot` deployment - -```console -helm uninstall dashdot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dashdot \ - --set env.TZ="America/New York" \ - TrueCharts/dashdot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dashdot TrueCharts/dashdot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dashdot/1.0.56/charts/common-10.7.0.tgz b/stable/dashdot/1.0.56/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dashdot/1.0.56/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dashdot/1.0.57/CHANGELOG.md b/stable/dashdot/1.0.57/CHANGELOG.md new file mode 100644 index 00000000000..a5d4e295569 --- /dev/null +++ b/stable/dashdot/1.0.57/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dashdot-1.0.57](https://github.com/truecharts/charts/compare/dashdot-1.0.56...dashdot-1.0.57) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dashdot-1.0.56](https://github.com/truecharts/charts/compare/dashdot-1.0.55...dashdot-1.0.56) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [dashdot-1.0.55](https://github.com/truecharts/charts/compare/dashdot-1.0.54...dashdot-1.0.55) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dashdot-1.0.54](https://github.com/truecharts/charts/compare/dashdot-1.0.53...dashdot-1.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashdot-1.0.54](https://github.com/truecharts/charts/compare/dashdot-1.0.53...dashdot-1.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dashdot-1.0.53](https://github.com/truecharts/charts/compare/dashdot-1.0.52...dashdot-1.0.53) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dashdot-1.0.52](https://github.com/truecharts/charts/compare/dashdot-1.0.51...dashdot-1.0.52) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dashdot-1.0.51](https://github.com/truecharts/charts/compare/dashdot-1.0.50...dashdot-1.0.51) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dashdot-1.0.50](https://github.com/truecharts/charts/compare/dashdot-1.0.47...dashdot-1.0.50) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/dashdot/1.0.57/Chart.lock b/stable/dashdot/1.0.57/Chart.lock new file mode 100644 index 00000000000..b074a495f48 --- /dev/null +++ b/stable/dashdot/1.0.57/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:19.792756676Z" diff --git a/stable/dashdot/1.0.57/Chart.yaml b/stable/dashdot/1.0.57/Chart.yaml new file mode 100644 index 00000000000..9c8dba906c3 --- /dev/null +++ b/stable/dashdot/1.0.57/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "4.5.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. +home: https://truecharts.org/docs/charts/stable/dashdot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.png +keywords: + - dashboard + - dashdot +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dashdot +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dashdot + - https://github.com/MauriceNino/dashdot + - https://hub.docker.com/r/mauricenino/dashdot +version: 1.0.57 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dashdot/1.0.57/README.md b/stable/dashdot/1.0.57/README.md new file mode 100644 index 00000000000..2328b32847f --- /dev/null +++ b/stable/dashdot/1.0.57/README.md @@ -0,0 +1,107 @@ +# dashdot + +dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dashdot](https://truecharts.org/docs/charts/stable/dashdot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dashdot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dashdot TrueCharts/dashdot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dashdot` deployment + +```console +helm uninstall dashdot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dashdot \ + --set env.TZ="America/New York" \ + TrueCharts/dashdot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dashdot TrueCharts/dashdot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dashdot/1.0.56/app-readme.md b/stable/dashdot/1.0.57/app-readme.md similarity index 100% rename from stable/dashdot/1.0.56/app-readme.md rename to stable/dashdot/1.0.57/app-readme.md diff --git a/stable/dashdot/1.0.57/charts/common-10.7.1.tgz b/stable/dashdot/1.0.57/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dashdot/1.0.57/charts/common-10.7.1.tgz differ diff --git a/stable/dashdot/1.0.56/ix_values.yaml b/stable/dashdot/1.0.57/ix_values.yaml similarity index 100% rename from stable/dashdot/1.0.56/ix_values.yaml rename to stable/dashdot/1.0.57/ix_values.yaml diff --git a/stable/dashdot/1.0.56/questions.yaml b/stable/dashdot/1.0.57/questions.yaml similarity index 100% rename from stable/dashdot/1.0.56/questions.yaml rename to stable/dashdot/1.0.57/questions.yaml diff --git a/stable/ddns-go/2.0.41/templates/common.yaml b/stable/dashdot/1.0.57/templates/common.yaml similarity index 100% rename from stable/ddns-go/2.0.41/templates/common.yaml rename to stable/dashdot/1.0.57/templates/common.yaml diff --git a/stable/ddns-go/2.0.41/values.yaml b/stable/dashdot/1.0.57/values.yaml similarity index 100% rename from stable/ddns-go/2.0.41/values.yaml rename to stable/dashdot/1.0.57/values.yaml diff --git a/stable/davos/4.0.35/CHANGELOG.md b/stable/davos/4.0.35/CHANGELOG.md deleted file mode 100644 index aa7ea12fe46..00000000000 --- a/stable/davos/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [davos-4.0.35](https://github.com/truecharts/charts/compare/davos-4.0.34...davos-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [davos-4.0.34](https://github.com/truecharts/charts/compare/davos-4.0.33...davos-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [davos-4.0.34](https://github.com/truecharts/charts/compare/davos-4.0.33...davos-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [davos-4.0.33](https://github.com/truecharts/charts/compare/davos-4.0.32...davos-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [davos-4.0.32](https://github.com/truecharts/charts/compare/davos-4.0.31...davos-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [davos-4.0.31](https://github.com/truecharts/charts/compare/davos-4.0.30...davos-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [davos-4.0.30](https://github.com/truecharts/charts/compare/davos-4.0.29...davos-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [davos-4.0.30](https://github.com/truecharts/charts/compare/davos-4.0.29...davos-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/davos/4.0.35/Chart.lock b/stable/davos/4.0.35/Chart.lock deleted file mode 100644 index 11049c715f8..00000000000 --- a/stable/davos/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:21:43.328402846Z" diff --git a/stable/davos/4.0.35/Chart.yaml b/stable/davos/4.0.35/Chart.yaml deleted file mode 100644 index 5f91fede5c5..00000000000 --- a/stable/davos/4.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An FTP automation tool that periodically scans given host locations for new files. -home: https://truecharts.org/docs/charts/stable/davos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png -keywords: - - davos - - ftp - - automation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: davos -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/davos - - https://github.com/linuxserver/docker-davos - - https://github.com/linuxserver/davos/ -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/davos/4.0.35/README.md b/stable/davos/4.0.35/README.md deleted file mode 100644 index f52e766aa52..00000000000 --- a/stable/davos/4.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# davos - -An FTP automation tool that periodically scans given host locations for new files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [davos](https://truecharts.org/docs/charts/stable/davos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `davos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install davos TrueCharts/davos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `davos` deployment - -```console -helm uninstall davos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install davos \ - --set env.TZ="America/New York" \ - TrueCharts/davos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install davos TrueCharts/davos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/davos/4.0.35/charts/common-10.7.0.tgz b/stable/davos/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/davos/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/davos/4.0.36/CHANGELOG.md b/stable/davos/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..52cca060dff --- /dev/null +++ b/stable/davos/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [davos-4.0.36](https://github.com/truecharts/charts/compare/davos-4.0.35...davos-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [davos-4.0.35](https://github.com/truecharts/charts/compare/davos-4.0.34...davos-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [davos-4.0.34](https://github.com/truecharts/charts/compare/davos-4.0.33...davos-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [davos-4.0.34](https://github.com/truecharts/charts/compare/davos-4.0.33...davos-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [davos-4.0.33](https://github.com/truecharts/charts/compare/davos-4.0.32...davos-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [davos-4.0.32](https://github.com/truecharts/charts/compare/davos-4.0.31...davos-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [davos-4.0.31](https://github.com/truecharts/charts/compare/davos-4.0.30...davos-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [davos-4.0.30](https://github.com/truecharts/charts/compare/davos-4.0.29...davos-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/davos/4.0.36/Chart.lock b/stable/davos/4.0.36/Chart.lock new file mode 100644 index 00000000000..99b78c07b3b --- /dev/null +++ b/stable/davos/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:30.876623998Z" diff --git a/stable/davos/4.0.36/Chart.yaml b/stable/davos/4.0.36/Chart.yaml new file mode 100644 index 00000000000..61daa70489e --- /dev/null +++ b/stable/davos/4.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An FTP automation tool that periodically scans given host locations for new files. +home: https://truecharts.org/docs/charts/stable/davos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.png +keywords: + - davos + - ftp + - automation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: davos +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/davos + - https://github.com/linuxserver/docker-davos + - https://github.com/linuxserver/davos/ +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/davos/4.0.36/README.md b/stable/davos/4.0.36/README.md new file mode 100644 index 00000000000..c93a468794e --- /dev/null +++ b/stable/davos/4.0.36/README.md @@ -0,0 +1,107 @@ +# davos + +An FTP automation tool that periodically scans given host locations for new files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [davos](https://truecharts.org/docs/charts/stable/davos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `davos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install davos TrueCharts/davos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `davos` deployment + +```console +helm uninstall davos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install davos \ + --set env.TZ="America/New York" \ + TrueCharts/davos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install davos TrueCharts/davos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/davos/4.0.35/app-readme.md b/stable/davos/4.0.36/app-readme.md similarity index 100% rename from stable/davos/4.0.35/app-readme.md rename to stable/davos/4.0.36/app-readme.md diff --git a/stable/davos/4.0.36/charts/common-10.7.1.tgz b/stable/davos/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/davos/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/davos/4.0.35/ix_values.yaml b/stable/davos/4.0.36/ix_values.yaml similarity index 100% rename from stable/davos/4.0.35/ix_values.yaml rename to stable/davos/4.0.36/ix_values.yaml diff --git a/stable/davos/4.0.35/questions.yaml b/stable/davos/4.0.36/questions.yaml similarity index 100% rename from stable/davos/4.0.35/questions.yaml rename to stable/davos/4.0.36/questions.yaml diff --git a/stable/davos/4.0.35/templates/common.yaml b/stable/davos/4.0.36/templates/common.yaml similarity index 100% rename from stable/davos/4.0.35/templates/common.yaml rename to stable/davos/4.0.36/templates/common.yaml diff --git a/stable/ddns-updater/2.0.37/values.yaml b/stable/davos/4.0.36/values.yaml similarity index 100% rename from stable/ddns-updater/2.0.37/values.yaml rename to stable/davos/4.0.36/values.yaml diff --git a/stable/ddclient/2.0.36/CHANGELOG.md b/stable/ddclient/2.0.36/CHANGELOG.md deleted file mode 100644 index 4cc8c67a03f..00000000000 --- a/stable/ddclient/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ddclient-2.0.36](https://github.com/truecharts/charts/compare/ddclient-2.0.35...ddclient-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ddclient-2.0.35](https://github.com/truecharts/charts/compare/ddclient-2.0.34...ddclient-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddclient-2.0.35](https://github.com/truecharts/charts/compare/ddclient-2.0.34...ddclient-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddclient-2.0.34](https://github.com/truecharts/charts/compare/ddclient-2.0.33...ddclient-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ddclient-2.0.33](https://github.com/truecharts/charts/compare/ddclient-2.0.32...ddclient-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ddclient-2.0.32](https://github.com/truecharts/charts/compare/ddclient-2.0.31...ddclient-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ddclient-2.0.31](https://github.com/truecharts/charts/compare/ddclient-2.0.30...ddclient-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ddclient-2.0.31](https://github.com/truecharts/charts/compare/ddclient-2.0.30...ddclient-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ddclient/2.0.36/Chart.lock b/stable/ddclient/2.0.36/Chart.lock deleted file mode 100644 index a8b2e672d37..00000000000 --- a/stable/ddclient/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:21:44.560063202Z" diff --git a/stable/ddclient/2.0.36/Chart.yaml b/stable/ddclient/2.0.36/Chart.yaml deleted file mode 100644 index 9dfe4f817a6..00000000000 --- a/stable/ddclient/2.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ddclient -version: 2.0.36 -appVersion: "3.9.1" -description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ddclient -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png -keywords: - - ddclient -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient - - https://hub.docker.com/r/linuxserver/ddclient -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ddclient/2.0.36/README.md b/stable/ddclient/2.0.36/README.md deleted file mode 100644 index c7b231336d5..00000000000 --- a/stable/ddclient/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ddclient - -Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ddclient](https://truecharts.org/docs/charts/stable/ddclient) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ddclient` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ddclient TrueCharts/ddclient -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ddclient` deployment - -```console -helm uninstall ddclient -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ddclient \ - --set env.TZ="America/New York" \ - TrueCharts/ddclient -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ddclient TrueCharts/ddclient -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ddclient/2.0.36/charts/common-10.7.0.tgz b/stable/ddclient/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ddclient/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ddclient/2.0.37/CHANGELOG.md b/stable/ddclient/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..5af9c99e859 --- /dev/null +++ b/stable/ddclient/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ddclient-2.0.37](https://github.com/truecharts/charts/compare/ddclient-2.0.36...ddclient-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ddclient-2.0.36](https://github.com/truecharts/charts/compare/ddclient-2.0.35...ddclient-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ddclient-2.0.35](https://github.com/truecharts/charts/compare/ddclient-2.0.34...ddclient-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddclient-2.0.35](https://github.com/truecharts/charts/compare/ddclient-2.0.34...ddclient-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddclient-2.0.34](https://github.com/truecharts/charts/compare/ddclient-2.0.33...ddclient-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ddclient-2.0.33](https://github.com/truecharts/charts/compare/ddclient-2.0.32...ddclient-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ddclient-2.0.32](https://github.com/truecharts/charts/compare/ddclient-2.0.31...ddclient-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ddclient-2.0.31](https://github.com/truecharts/charts/compare/ddclient-2.0.30...ddclient-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [ddclient-2.0.31](https://github.com/truecharts/charts/compare/ddclient-2.0.30...ddclient-2.0.31) (2022-09-21) diff --git a/stable/ddclient/2.0.37/Chart.lock b/stable/ddclient/2.0.37/Chart.lock new file mode 100644 index 00000000000..d5f118eb882 --- /dev/null +++ b/stable/ddclient/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:35.338626268Z" diff --git a/stable/ddclient/2.0.37/Chart.yaml b/stable/ddclient/2.0.37/Chart.yaml new file mode 100644 index 00000000000..f9ff18c99a5 --- /dev/null +++ b/stable/ddclient/2.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ddclient +version: 2.0.37 +appVersion: "3.9.1" +description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/ddclient +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png +keywords: + - ddclient +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddclient + - https://hub.docker.com/r/linuxserver/ddclient +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ddclient/2.0.37/README.md b/stable/ddclient/2.0.37/README.md new file mode 100644 index 00000000000..a219dd770aa --- /dev/null +++ b/stable/ddclient/2.0.37/README.md @@ -0,0 +1,106 @@ +# ddclient + +Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ddclient](https://truecharts.org/docs/charts/stable/ddclient) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ddclient` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ddclient TrueCharts/ddclient +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ddclient` deployment + +```console +helm uninstall ddclient +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ddclient \ + --set env.TZ="America/New York" \ + TrueCharts/ddclient +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ddclient TrueCharts/ddclient -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ddclient/2.0.36/app-readme.md b/stable/ddclient/2.0.37/app-readme.md similarity index 100% rename from stable/ddclient/2.0.36/app-readme.md rename to stable/ddclient/2.0.37/app-readme.md diff --git a/stable/ddclient/2.0.37/charts/common-10.7.1.tgz b/stable/ddclient/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ddclient/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/ddclient/2.0.36/ix_values.yaml b/stable/ddclient/2.0.37/ix_values.yaml similarity index 100% rename from stable/ddclient/2.0.36/ix_values.yaml rename to stable/ddclient/2.0.37/ix_values.yaml diff --git a/stable/ddclient/2.0.36/questions.yaml b/stable/ddclient/2.0.37/questions.yaml similarity index 100% rename from stable/ddclient/2.0.36/questions.yaml rename to stable/ddclient/2.0.37/questions.yaml diff --git a/stable/ddns-updater/2.0.37/templates/common.yaml b/stable/ddclient/2.0.37/templates/common.yaml similarity index 100% rename from stable/ddns-updater/2.0.37/templates/common.yaml rename to stable/ddclient/2.0.37/templates/common.yaml diff --git a/stable/deconz/8.0.41/values.yaml b/stable/ddclient/2.0.37/values.yaml similarity index 100% rename from stable/deconz/8.0.41/values.yaml rename to stable/ddclient/2.0.37/values.yaml diff --git a/stable/ddns-go/2.0.41/CHANGELOG.md b/stable/ddns-go/2.0.41/CHANGELOG.md deleted file mode 100644 index d461c22b0c0..00000000000 --- a/stable/ddns-go/2.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ddns-go-2.0.41](https://github.com/truecharts/charts/compare/ddns-go-2.0.40...ddns-go-2.0.41) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [ddns-go-2.0.40](https://github.com/truecharts/charts/compare/ddns-go-2.0.39...ddns-go-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ddns-go-2.0.39](https://github.com/truecharts/charts/compare/ddns-go-2.0.38...ddns-go-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-go-2.0.39](https://github.com/truecharts/charts/compare/ddns-go-2.0.38...ddns-go-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-go-2.0.38](https://github.com/truecharts/charts/compare/ddns-go-2.0.37...ddns-go-2.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ddns-go-2.0.37](https://github.com/truecharts/charts/compare/ddns-go-2.0.36...ddns-go-2.0.37) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [ddns-go-2.0.36](https://github.com/truecharts/charts/compare/ddns-go-2.0.35...ddns-go-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ddns-go-2.0.35](https://github.com/truecharts/charts/compare/ddns-go-2.0.34...ddns-go-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ddns-go-2.0.34](https://github.com/truecharts/charts/compare/ddns-go-2.0.33...ddns-go-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ddns-go/2.0.41/Chart.lock b/stable/ddns-go/2.0.41/Chart.lock deleted file mode 100644 index b2e5be05f69..00000000000 --- a/stable/ddns-go/2.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:16:45.077574409Z" diff --git a/stable/ddns-go/2.0.41/Chart.yaml b/stable/ddns-go/2.0.41/Chart.yaml deleted file mode 100644 index 06e0c04a40b..00000000000 --- a/stable/ddns-go/2.0.41/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ddns-go -version: 2.0.41 -appVersion: "4.2.0" -description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ddns-go -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png -keywords: - - ddns-go - - ddns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go - - https://github.com/jeessy2/ddns-go -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ddns-go/2.0.41/README.md b/stable/ddns-go/2.0.41/README.md deleted file mode 100644 index 1b29f2dd4db..00000000000 --- a/stable/ddns-go/2.0.41/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ddns-go - -Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ddns-go](https://truecharts.org/docs/charts/stable/ddns-go) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ddns-go` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ddns-go TrueCharts/ddns-go -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ddns-go` deployment - -```console -helm uninstall ddns-go -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ddns-go \ - --set env.TZ="America/New York" \ - TrueCharts/ddns-go -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ddns-go TrueCharts/ddns-go -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ddns-go/2.0.41/charts/common-10.7.0.tgz b/stable/ddns-go/2.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ddns-go/2.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ddns-go/2.0.42/CHANGELOG.md b/stable/ddns-go/2.0.42/CHANGELOG.md new file mode 100644 index 00000000000..0f3219aa3a5 --- /dev/null +++ b/stable/ddns-go/2.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ddns-go-2.0.42](https://github.com/truecharts/charts/compare/ddns-go-2.0.41...ddns-go-2.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ddns-go-2.0.41](https://github.com/truecharts/charts/compare/ddns-go-2.0.40...ddns-go-2.0.41) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [ddns-go-2.0.40](https://github.com/truecharts/charts/compare/ddns-go-2.0.39...ddns-go-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ddns-go-2.0.39](https://github.com/truecharts/charts/compare/ddns-go-2.0.38...ddns-go-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-go-2.0.39](https://github.com/truecharts/charts/compare/ddns-go-2.0.38...ddns-go-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-go-2.0.38](https://github.com/truecharts/charts/compare/ddns-go-2.0.37...ddns-go-2.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ddns-go-2.0.37](https://github.com/truecharts/charts/compare/ddns-go-2.0.36...ddns-go-2.0.37) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [ddns-go-2.0.36](https://github.com/truecharts/charts/compare/ddns-go-2.0.35...ddns-go-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ddns-go-2.0.35](https://github.com/truecharts/charts/compare/ddns-go-2.0.34...ddns-go-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ddns-go-2.0.34](https://github.com/truecharts/charts/compare/ddns-go-2.0.33...ddns-go-2.0.34) (2022-09-22) + +### Chore diff --git a/stable/ddns-go/2.0.42/Chart.lock b/stable/ddns-go/2.0.42/Chart.lock new file mode 100644 index 00000000000..ecd2ba6375c --- /dev/null +++ b/stable/ddns-go/2.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:45.499455593Z" diff --git a/stable/ddns-go/2.0.42/Chart.yaml b/stable/ddns-go/2.0.42/Chart.yaml new file mode 100644 index 00000000000..8c199a1cb32 --- /dev/null +++ b/stable/ddns-go/2.0.42/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ddns-go +version: 2.0.42 +appVersion: "4.2.0" +description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/ddns-go +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.png +keywords: + - ddns-go + - ddns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-go + - https://github.com/jeessy2/ddns-go +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ddns-go/2.0.42/README.md b/stable/ddns-go/2.0.42/README.md new file mode 100644 index 00000000000..096920b7da4 --- /dev/null +++ b/stable/ddns-go/2.0.42/README.md @@ -0,0 +1,106 @@ +# ddns-go + +Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ddns-go](https://truecharts.org/docs/charts/stable/ddns-go) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ddns-go` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ddns-go TrueCharts/ddns-go +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ddns-go` deployment + +```console +helm uninstall ddns-go +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ddns-go \ + --set env.TZ="America/New York" \ + TrueCharts/ddns-go +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ddns-go TrueCharts/ddns-go -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ddns-go/2.0.41/app-readme.md b/stable/ddns-go/2.0.42/app-readme.md similarity index 100% rename from stable/ddns-go/2.0.41/app-readme.md rename to stable/ddns-go/2.0.42/app-readme.md diff --git a/stable/ddns-go/2.0.42/charts/common-10.7.1.tgz b/stable/ddns-go/2.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ddns-go/2.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/ddns-go/2.0.41/ix_values.yaml b/stable/ddns-go/2.0.42/ix_values.yaml similarity index 100% rename from stable/ddns-go/2.0.41/ix_values.yaml rename to stable/ddns-go/2.0.42/ix_values.yaml diff --git a/stable/ddns-go/2.0.41/questions.yaml b/stable/ddns-go/2.0.42/questions.yaml similarity index 100% rename from stable/ddns-go/2.0.41/questions.yaml rename to stable/ddns-go/2.0.42/questions.yaml diff --git a/stable/deconz/8.0.41/templates/common.yaml b/stable/ddns-go/2.0.42/templates/common.yaml similarity index 100% rename from stable/deconz/8.0.41/templates/common.yaml rename to stable/ddns-go/2.0.42/templates/common.yaml diff --git a/stable/deemix/3.0.38/values.yaml b/stable/ddns-go/2.0.42/values.yaml similarity index 100% rename from stable/deemix/3.0.38/values.yaml rename to stable/ddns-go/2.0.42/values.yaml diff --git a/stable/ddns-updater/2.0.37/CHANGELOG.md b/stable/ddns-updater/2.0.37/CHANGELOG.md deleted file mode 100644 index 4447da2dfa8..00000000000 --- a/stable/ddns-updater/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ddns-updater-2.0.37](https://github.com/truecharts/charts/compare/ddns-updater-2.0.36...ddns-updater-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ddns-updater-2.0.36](https://github.com/truecharts/charts/compare/ddns-updater-2.0.35...ddns-updater-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-updater-2.0.36](https://github.com/truecharts/charts/compare/ddns-updater-2.0.35...ddns-updater-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ddns-updater-2.0.35](https://github.com/truecharts/charts/compare/ddns-updater-2.0.34...ddns-updater-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ddns-updater-2.0.34](https://github.com/truecharts/charts/compare/ddns-updater-2.0.33...ddns-updater-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ddns-updater-2.0.33](https://github.com/truecharts/charts/compare/ddns-updater-2.0.32...ddns-updater-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ddns-updater-2.0.32](https://github.com/truecharts/charts/compare/ddns-updater-2.0.31...ddns-updater-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ddns-updater-2.0.32](https://github.com/truecharts/charts/compare/ddns-updater-2.0.31...ddns-updater-2.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ddns-updater/2.0.37/Chart.lock b/stable/ddns-updater/2.0.37/Chart.lock deleted file mode 100644 index cec7748214a..00000000000 --- a/stable/ddns-updater/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:01.245122976Z" diff --git a/stable/ddns-updater/2.0.37/Chart.yaml b/stable/ddns-updater/2.0.37/Chart.yaml deleted file mode 100644 index 19a17f706b1..00000000000 --- a/stable/ddns-updater/2.0.37/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.4.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers -home: https://truecharts.org/docs/charts/stable/ddns-updater -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png -keywords: - - ddns-updater -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ddns-updater -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater - - https://github.com/qdm12/ddns-updater - - https://hub.docker.com/r/qmcgaw/ddns-updater -version: 2.0.37 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ddns-updater/2.0.37/README.md b/stable/ddns-updater/2.0.37/README.md deleted file mode 100644 index 2b49d2768c2..00000000000 --- a/stable/ddns-updater/2.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ddns-updater - -Light container updating DNS A and/or AAAA records periodically for multiple DNS providers - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ddns-updater](https://truecharts.org/docs/charts/stable/ddns-updater) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ddns-updater` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ddns-updater TrueCharts/ddns-updater -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ddns-updater` deployment - -```console -helm uninstall ddns-updater -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ddns-updater \ - --set env.TZ="America/New York" \ - TrueCharts/ddns-updater -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ddns-updater TrueCharts/ddns-updater -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ddns-updater/2.0.37/charts/common-10.7.0.tgz b/stable/ddns-updater/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ddns-updater/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ddns-updater/2.0.38/CHANGELOG.md b/stable/ddns-updater/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..aea038360a9 --- /dev/null +++ b/stable/ddns-updater/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ddns-updater-2.0.38](https://github.com/truecharts/charts/compare/ddns-updater-2.0.37...ddns-updater-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ddns-updater-2.0.37](https://github.com/truecharts/charts/compare/ddns-updater-2.0.36...ddns-updater-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ddns-updater-2.0.36](https://github.com/truecharts/charts/compare/ddns-updater-2.0.35...ddns-updater-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-updater-2.0.36](https://github.com/truecharts/charts/compare/ddns-updater-2.0.35...ddns-updater-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ddns-updater-2.0.35](https://github.com/truecharts/charts/compare/ddns-updater-2.0.34...ddns-updater-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ddns-updater-2.0.34](https://github.com/truecharts/charts/compare/ddns-updater-2.0.33...ddns-updater-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ddns-updater-2.0.33](https://github.com/truecharts/charts/compare/ddns-updater-2.0.32...ddns-updater-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ddns-updater-2.0.32](https://github.com/truecharts/charts/compare/ddns-updater-2.0.31...ddns-updater-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/ddns-updater/2.0.38/Chart.lock b/stable/ddns-updater/2.0.38/Chart.lock new file mode 100644 index 00000000000..ca9c58964eb --- /dev/null +++ b/stable/ddns-updater/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:05:51.065767762Z" diff --git a/stable/ddns-updater/2.0.38/Chart.yaml b/stable/ddns-updater/2.0.38/Chart.yaml new file mode 100644 index 00000000000..5a476647623 --- /dev/null +++ b/stable/ddns-updater/2.0.38/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.4.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers +home: https://truecharts.org/docs/charts/stable/ddns-updater +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.png +keywords: + - ddns-updater +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ddns-updater +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ddns-updater + - https://github.com/qdm12/ddns-updater + - https://hub.docker.com/r/qmcgaw/ddns-updater +version: 2.0.38 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ddns-updater/2.0.38/README.md b/stable/ddns-updater/2.0.38/README.md new file mode 100644 index 00000000000..eb326ba7df4 --- /dev/null +++ b/stable/ddns-updater/2.0.38/README.md @@ -0,0 +1,107 @@ +# ddns-updater + +Light container updating DNS A and/or AAAA records periodically for multiple DNS providers + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ddns-updater](https://truecharts.org/docs/charts/stable/ddns-updater) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ddns-updater` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ddns-updater TrueCharts/ddns-updater +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ddns-updater` deployment + +```console +helm uninstall ddns-updater +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ddns-updater \ + --set env.TZ="America/New York" \ + TrueCharts/ddns-updater +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ddns-updater TrueCharts/ddns-updater -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ddns-updater/2.0.37/app-readme.md b/stable/ddns-updater/2.0.38/app-readme.md similarity index 100% rename from stable/ddns-updater/2.0.37/app-readme.md rename to stable/ddns-updater/2.0.38/app-readme.md diff --git a/stable/ddns-updater/2.0.38/charts/common-10.7.1.tgz b/stable/ddns-updater/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ddns-updater/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/ddns-updater/2.0.37/ix_values.yaml b/stable/ddns-updater/2.0.38/ix_values.yaml similarity index 100% rename from stable/ddns-updater/2.0.37/ix_values.yaml rename to stable/ddns-updater/2.0.38/ix_values.yaml diff --git a/stable/ddns-updater/2.0.37/questions.yaml b/stable/ddns-updater/2.0.38/questions.yaml similarity index 100% rename from stable/ddns-updater/2.0.37/questions.yaml rename to stable/ddns-updater/2.0.38/questions.yaml diff --git a/stable/deemix/3.0.38/templates/common.yaml b/stable/ddns-updater/2.0.38/templates/common.yaml similarity index 100% rename from stable/deemix/3.0.38/templates/common.yaml rename to stable/ddns-updater/2.0.38/templates/common.yaml diff --git a/stable/deepstack/4.0.36/values.yaml b/stable/ddns-updater/2.0.38/values.yaml similarity index 100% rename from stable/deepstack/4.0.36/values.yaml rename to stable/ddns-updater/2.0.38/values.yaml diff --git a/stable/deconz/8.0.41/CHANGELOG.md b/stable/deconz/8.0.41/CHANGELOG.md deleted file mode 100644 index 21167a9d671..00000000000 --- a/stable/deconz/8.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [deconz-8.0.41](https://github.com/truecharts/charts/compare/deconz-8.0.40...deconz-8.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [deconz-8.0.40](https://github.com/truecharts/charts/compare/deconz-8.0.39...deconz-8.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deconz-8.0.40](https://github.com/truecharts/charts/compare/deconz-8.0.39...deconz-8.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deconz-8.0.39](https://github.com/truecharts/charts/compare/deconz-8.0.38...deconz-8.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [deconz-8.0.38](https://github.com/truecharts/charts/compare/deconz-8.0.37...deconz-8.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [deconz-8.0.37](https://github.com/truecharts/charts/compare/deconz-8.0.36...deconz-8.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [deconz-8.0.36](https://github.com/truecharts/charts/compare/deconz-8.0.34...deconz-8.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [deconz-8.0.36](https://github.com/truecharts/charts/compare/deconz-8.0.34...deconz-8.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/deconz/8.0.41/Chart.lock b/stable/deconz/8.0.41/Chart.lock deleted file mode 100644 index 0d77f13bf76..00000000000 --- a/stable/deconz/8.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:12.562487103Z" diff --git a/stable/deconz/8.0.41/Chart.yaml b/stable/deconz/8.0.41/Chart.yaml deleted file mode 100644 index 36f8b1acaae..00000000000 --- a/stable/deconz/8.0.41/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.18.02" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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://truecharts.org/docs/charts/stable/deconz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png -keywords: - - deconz - - home-automation - - zigbee - - conbee -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: deconz -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/deconz - - https://github.com/dresden-elektronik/deconz-rest-plugin - - https://github.com/marthoc/docker-deconz -version: 8.0.41 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/deconz/8.0.41/README.md b/stable/deconz/8.0.41/README.md deleted file mode 100644 index 32e9814ef00..00000000000 --- a/stable/deconz/8.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# deconz - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [deconz](https://truecharts.org/docs/charts/stable/deconz) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `deconz` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install deconz TrueCharts/deconz -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `deconz` deployment - -```console -helm uninstall deconz -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install deconz \ - --set env.TZ="America/New York" \ - TrueCharts/deconz -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install deconz TrueCharts/deconz -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/deconz/8.0.41/charts/common-10.7.0.tgz b/stable/deconz/8.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/deconz/8.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/deconz/8.0.41/ix_values.yaml b/stable/deconz/8.0.41/ix_values.yaml deleted file mode 100644 index 6ebb9026cd4..00000000000 --- a/stable/deconz/8.0.41/ix_values.yaml +++ /dev/null @@ -1,67 +0,0 @@ -image: - repository: tccr.io/truecharts/deconz - tag: 2.18.02@sha256:6ee9ca707d70fcc6f0f8b3ca79ed0de70ae809ea09f756ebd0b4f08202b59a2c - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -secretEnv: - DECONZ_VNC_PASSWORD: "" - -env: - # -- Override the location where deCONZ looks for the RaspBee/Conbee device. - # Example: /dev/ttyUSB0 - DECONZ_DEVICE: "" - DECONZ_UPNP: 0 - DECONZ_START_VERBOSE: 0 - # -- Enable VNC access to the container to view the deCONZ ZigBee mesh - DECONZ_VNC_MODE: 1 - DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" - DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" - DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" - DECONZ_UID: "{{ .Values.security.PUID }}" - DECONZ_GID: "{{ .Values.podSecurityContext.fsGroup }}" - -service: - main: - ports: - main: - port: 10008 - websocket: - enabled: true - ports: - websocket: - enabled: true - port: 10001 - vnc: - enabled: true - ports: - vnc: - enabled: true - port: 10002 - -persistence: - config: - enabled: true - mountPath: "/opt/deCONZ" - -# -- Affinity constraint rules to place the Pod on a specific node. -# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) -affinity: {} -# nodeAffinity: -# requiredDuringSchedulingIgnoredDuringExecution: -# nodeSelectorTerms: -# - matchExpressions: -# - key: app -# operator: In -# values: -# - zigbee-controller - -portal: - enabled: true diff --git a/stable/deconz/8.0.42/CHANGELOG.md b/stable/deconz/8.0.42/CHANGELOG.md new file mode 100644 index 00000000000..6fbc897f4d2 --- /dev/null +++ b/stable/deconz/8.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [deconz-8.0.42](https://github.com/truecharts/charts/compare/deconz-8.0.41...deconz-8.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [deconz-8.0.41](https://github.com/truecharts/charts/compare/deconz-8.0.40...deconz-8.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [deconz-8.0.40](https://github.com/truecharts/charts/compare/deconz-8.0.39...deconz-8.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deconz-8.0.40](https://github.com/truecharts/charts/compare/deconz-8.0.39...deconz-8.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deconz-8.0.39](https://github.com/truecharts/charts/compare/deconz-8.0.38...deconz-8.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [deconz-8.0.38](https://github.com/truecharts/charts/compare/deconz-8.0.37...deconz-8.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [deconz-8.0.37](https://github.com/truecharts/charts/compare/deconz-8.0.36...deconz-8.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [deconz-8.0.36](https://github.com/truecharts/charts/compare/deconz-8.0.34...deconz-8.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + diff --git a/stable/deconz/8.0.42/Chart.lock b/stable/deconz/8.0.42/Chart.lock new file mode 100644 index 00000000000..e9cb8c61c92 --- /dev/null +++ b/stable/deconz/8.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:01.919985038Z" diff --git a/stable/deconz/8.0.42/Chart.yaml b/stable/deconz/8.0.42/Chart.yaml new file mode 100644 index 00000000000..a5e9865309b --- /dev/null +++ b/stable/deconz/8.0.42/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.19.00" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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://truecharts.org/docs/charts/stable/deconz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.png +keywords: + - deconz + - home-automation + - zigbee + - conbee +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: deconz +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deconz + - https://github.com/dresden-elektronik/deconz-rest-plugin + - https://github.com/marthoc/docker-deconz +version: 8.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/deconz/8.0.42/README.md b/stable/deconz/8.0.42/README.md new file mode 100644 index 00000000000..5f429db83c4 --- /dev/null +++ b/stable/deconz/8.0.42/README.md @@ -0,0 +1,107 @@ +# deconz + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [deconz](https://truecharts.org/docs/charts/stable/deconz) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `deconz` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install deconz TrueCharts/deconz +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `deconz` deployment + +```console +helm uninstall deconz +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install deconz \ + --set env.TZ="America/New York" \ + TrueCharts/deconz +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install deconz TrueCharts/deconz -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/deconz/8.0.41/app-readme.md b/stable/deconz/8.0.42/app-readme.md similarity index 100% rename from stable/deconz/8.0.41/app-readme.md rename to stable/deconz/8.0.42/app-readme.md diff --git a/stable/deconz/8.0.42/charts/common-10.7.1.tgz b/stable/deconz/8.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/deconz/8.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/deconz/8.0.41/ci/test-values.yaml b/stable/deconz/8.0.42/ci/test-values.yaml similarity index 100% rename from stable/deconz/8.0.41/ci/test-values.yaml rename to stable/deconz/8.0.42/ci/test-values.yaml diff --git a/stable/deconz/8.0.42/ix_values.yaml b/stable/deconz/8.0.42/ix_values.yaml new file mode 100644 index 00000000000..b7b16f4bea0 --- /dev/null +++ b/stable/deconz/8.0.42/ix_values.yaml @@ -0,0 +1,67 @@ +image: + repository: tccr.io/truecharts/deconz + tag: 2.19.00@sha256:51bdd6dfaf8ea0fe8250a20f3e554a9ced97619b11686355b44b813ebb74ac8d + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +secretEnv: + DECONZ_VNC_PASSWORD: "" + +env: + # -- Override the location where deCONZ looks for the RaspBee/Conbee device. + # Example: /dev/ttyUSB0 + DECONZ_DEVICE: "" + DECONZ_UPNP: 0 + DECONZ_START_VERBOSE: 0 + # -- Enable VNC access to the container to view the deCONZ ZigBee mesh + DECONZ_VNC_MODE: 1 + DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}" + DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}" + DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}" + DECONZ_UID: "{{ .Values.security.PUID }}" + DECONZ_GID: "{{ .Values.podSecurityContext.fsGroup }}" + +service: + main: + ports: + main: + port: 10008 + websocket: + enabled: true + ports: + websocket: + enabled: true + port: 10001 + vnc: + enabled: true + ports: + vnc: + enabled: true + port: 10002 + +persistence: + config: + enabled: true + mountPath: "/opt/deCONZ" + +# -- Affinity constraint rules to place the Pod on a specific node. +# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) +affinity: {} +# nodeAffinity: +# requiredDuringSchedulingIgnoredDuringExecution: +# nodeSelectorTerms: +# - matchExpressions: +# - key: app +# operator: In +# values: +# - zigbee-controller + +portal: + enabled: true diff --git a/stable/deconz/8.0.41/questions.yaml b/stable/deconz/8.0.42/questions.yaml similarity index 100% rename from stable/deconz/8.0.41/questions.yaml rename to stable/deconz/8.0.42/questions.yaml diff --git a/stable/deepstack/4.0.36/templates/common.yaml b/stable/deconz/8.0.42/templates/common.yaml similarity index 100% rename from stable/deepstack/4.0.36/templates/common.yaml rename to stable/deconz/8.0.42/templates/common.yaml diff --git a/stable/digikam/4.0.42/values.yaml b/stable/deconz/8.0.42/values.yaml similarity index 100% rename from stable/digikam/4.0.42/values.yaml rename to stable/deconz/8.0.42/values.yaml diff --git a/stable/deemix/3.0.38/CHANGELOG.md b/stable/deemix/3.0.38/CHANGELOG.md deleted file mode 100644 index 06c176a1d33..00000000000 --- a/stable/deemix/3.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [deemix-3.0.38](https://github.com/truecharts/charts/compare/deemix-3.0.37...deemix-3.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [deemix-3.0.37](https://github.com/truecharts/charts/compare/deemix-3.0.36...deemix-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deemix-3.0.37](https://github.com/truecharts/charts/compare/deemix-3.0.36...deemix-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deemix-3.0.36](https://github.com/truecharts/charts/compare/deemix-3.0.35...deemix-3.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [deemix-3.0.35](https://github.com/truecharts/charts/compare/deemix-3.0.34...deemix-3.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [deemix-3.0.34](https://github.com/truecharts/charts/compare/deemix-3.0.33...deemix-3.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [deemix-3.0.33](https://github.com/truecharts/charts/compare/deemix-3.0.32...deemix-3.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [deemix-3.0.33](https://github.com/truecharts/charts/compare/deemix-3.0.32...deemix-3.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/deemix/3.0.38/Chart.lock b/stable/deemix/3.0.38/Chart.lock deleted file mode 100644 index e8034f7af99..00000000000 --- a/stable/deemix/3.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:13.293357356Z" diff --git a/stable/deemix/3.0.38/Chart.yaml b/stable/deemix/3.0.38/Chart.yaml deleted file mode 100644 index bbdea906c38..00000000000 --- a/stable/deemix/3.0.38/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: deemix is a deezer downloader built from the ashes of Deezloader Remix. -home: https://truecharts.org/docs/charts/stable/deemix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png -keywords: - - music - - deemix - - deezer -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: deemix -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/deemix - - https://gitlab.com/Bockiii/deemix-docker.git - - https://git.freezerapp.xyz/RemixDev/deemix-py -type: application -version: 3.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/deemix/3.0.38/README.md b/stable/deemix/3.0.38/README.md deleted file mode 100644 index 6bdb2fd6543..00000000000 --- a/stable/deemix/3.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# deemix - -deemix is a deezer downloader built from the ashes of Deezloader Remix. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [deemix](https://truecharts.org/docs/charts/stable/deemix) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `deemix` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install deemix TrueCharts/deemix -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `deemix` deployment - -```console -helm uninstall deemix -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install deemix \ - --set env.TZ="America/New York" \ - TrueCharts/deemix -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install deemix TrueCharts/deemix -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/deemix/3.0.38/charts/common-10.7.0.tgz b/stable/deemix/3.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/deemix/3.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/deemix/3.0.39/CHANGELOG.md b/stable/deemix/3.0.39/CHANGELOG.md new file mode 100644 index 00000000000..94771219798 --- /dev/null +++ b/stable/deemix/3.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [deemix-3.0.39](https://github.com/truecharts/charts/compare/deemix-3.0.38...deemix-3.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [deemix-3.0.38](https://github.com/truecharts/charts/compare/deemix-3.0.37...deemix-3.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [deemix-3.0.37](https://github.com/truecharts/charts/compare/deemix-3.0.36...deemix-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deemix-3.0.37](https://github.com/truecharts/charts/compare/deemix-3.0.36...deemix-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deemix-3.0.36](https://github.com/truecharts/charts/compare/deemix-3.0.35...deemix-3.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [deemix-3.0.35](https://github.com/truecharts/charts/compare/deemix-3.0.34...deemix-3.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [deemix-3.0.34](https://github.com/truecharts/charts/compare/deemix-3.0.33...deemix-3.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [deemix-3.0.33](https://github.com/truecharts/charts/compare/deemix-3.0.32...deemix-3.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/deemix/3.0.39/Chart.lock b/stable/deemix/3.0.39/Chart.lock new file mode 100644 index 00000000000..5460fffefad --- /dev/null +++ b/stable/deemix/3.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:07.244661609Z" diff --git a/stable/deemix/3.0.39/Chart.yaml b/stable/deemix/3.0.39/Chart.yaml new file mode 100644 index 00000000000..d3e0dce02c6 --- /dev/null +++ b/stable/deemix/3.0.39/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: deemix is a deezer downloader built from the ashes of Deezloader Remix. +home: https://truecharts.org/docs/charts/stable/deemix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.png +keywords: + - music + - deemix + - deezer +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: deemix +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deemix + - https://gitlab.com/Bockiii/deemix-docker.git + - https://git.freezerapp.xyz/RemixDev/deemix-py +type: application +version: 3.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/deemix/3.0.39/README.md b/stable/deemix/3.0.39/README.md new file mode 100644 index 00000000000..e0eebcda7d0 --- /dev/null +++ b/stable/deemix/3.0.39/README.md @@ -0,0 +1,107 @@ +# deemix + +deemix is a deezer downloader built from the ashes of Deezloader Remix. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [deemix](https://truecharts.org/docs/charts/stable/deemix) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `deemix` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install deemix TrueCharts/deemix +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `deemix` deployment + +```console +helm uninstall deemix +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install deemix \ + --set env.TZ="America/New York" \ + TrueCharts/deemix +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install deemix TrueCharts/deemix -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/deemix/3.0.38/app-readme.md b/stable/deemix/3.0.39/app-readme.md similarity index 100% rename from stable/deemix/3.0.38/app-readme.md rename to stable/deemix/3.0.39/app-readme.md diff --git a/stable/deemix/3.0.39/charts/common-10.7.1.tgz b/stable/deemix/3.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/deemix/3.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/deemix/3.0.38/ix_values.yaml b/stable/deemix/3.0.39/ix_values.yaml similarity index 100% rename from stable/deemix/3.0.38/ix_values.yaml rename to stable/deemix/3.0.39/ix_values.yaml diff --git a/stable/deemix/3.0.38/questions.yaml b/stable/deemix/3.0.39/questions.yaml similarity index 100% rename from stable/deemix/3.0.38/questions.yaml rename to stable/deemix/3.0.39/questions.yaml diff --git a/stable/dillinger/2.0.35/templates/common.yaml b/stable/deemix/3.0.39/templates/common.yaml similarity index 100% rename from stable/dillinger/2.0.35/templates/common.yaml rename to stable/deemix/3.0.39/templates/common.yaml diff --git a/stable/dillinger/2.0.35/values.yaml b/stable/deemix/3.0.39/values.yaml similarity index 100% rename from stable/dillinger/2.0.35/values.yaml rename to stable/deemix/3.0.39/values.yaml diff --git a/stable/deepstack/4.0.36/CHANGELOG.md b/stable/deepstack/4.0.36/CHANGELOG.md deleted file mode 100644 index 53414646cbc..00000000000 --- a/stable/deepstack/4.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [deepstack-4.0.36](https://github.com/truecharts/charts/compare/deepstack-4.0.35...deepstack-4.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [deepstack-4.0.35](https://github.com/truecharts/charts/compare/deepstack-4.0.34...deepstack-4.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deepstack-4.0.35](https://github.com/truecharts/charts/compare/deepstack-4.0.34...deepstack-4.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [deepstack-4.0.34](https://github.com/truecharts/charts/compare/deepstack-4.0.33...deepstack-4.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [deepstack-4.0.33](https://github.com/truecharts/charts/compare/deepstack-4.0.32...deepstack-4.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [deepstack-4.0.32](https://github.com/truecharts/charts/compare/deepstack-4.0.31...deepstack-4.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [deepstack-4.0.31](https://github.com/truecharts/charts/compare/deepstack-4.0.30...deepstack-4.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [deepstack-4.0.31](https://github.com/truecharts/charts/compare/deepstack-4.0.30...deepstack-4.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/deepstack/4.0.36/Chart.lock b/stable/deepstack/4.0.36/Chart.lock deleted file mode 100644 index 9e3c867826e..00000000000 --- a/stable/deepstack/4.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:23.796693069Z" diff --git a/stable/deepstack/4.0.36/Chart.yaml b/stable/deepstack/4.0.36/Chart.yaml deleted file mode 100644 index cbdad6469c5..00000000000 --- a/stable/deepstack/4.0.36/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2022.01.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models -home: https://truecharts.org/docs/charts/stable/deepstack -icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png -keywords: - - AI -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: deepstack -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack - - https://github.com/johnolafenwa/DeepStack - - https://hub.docker.com/r/deepquestai/deepstack - - https://www.deepstack.cc/ -type: application -version: 4.0.36 -annotations: - truecharts.org/catagories: | - - AI - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/deepstack/4.0.36/README.md b/stable/deepstack/4.0.36/README.md deleted file mode 100644 index 33cb9ca2197..00000000000 --- a/stable/deepstack/4.0.36/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# deepstack - -DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [deepstack](https://truecharts.org/docs/charts/stable/deepstack) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `deepstack` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install deepstack TrueCharts/deepstack -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `deepstack` deployment - -```console -helm uninstall deepstack -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install deepstack \ - --set env.TZ="America/New York" \ - TrueCharts/deepstack -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install deepstack TrueCharts/deepstack -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/deepstack/4.0.36/charts/common-10.7.0.tgz b/stable/deepstack/4.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/deepstack/4.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/deepstack/4.0.37/CHANGELOG.md b/stable/deepstack/4.0.37/CHANGELOG.md new file mode 100644 index 00000000000..e539e209cfd --- /dev/null +++ b/stable/deepstack/4.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [deepstack-4.0.37](https://github.com/truecharts/charts/compare/deepstack-4.0.36...deepstack-4.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [deepstack-4.0.36](https://github.com/truecharts/charts/compare/deepstack-4.0.35...deepstack-4.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [deepstack-4.0.35](https://github.com/truecharts/charts/compare/deepstack-4.0.34...deepstack-4.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deepstack-4.0.35](https://github.com/truecharts/charts/compare/deepstack-4.0.34...deepstack-4.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deepstack-4.0.34](https://github.com/truecharts/charts/compare/deepstack-4.0.33...deepstack-4.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [deepstack-4.0.33](https://github.com/truecharts/charts/compare/deepstack-4.0.32...deepstack-4.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [deepstack-4.0.32](https://github.com/truecharts/charts/compare/deepstack-4.0.31...deepstack-4.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [deepstack-4.0.31](https://github.com/truecharts/charts/compare/deepstack-4.0.30...deepstack-4.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/deepstack/4.0.37/Chart.lock b/stable/deepstack/4.0.37/Chart.lock new file mode 100644 index 00000000000..26606bfa656 --- /dev/null +++ b/stable/deepstack/4.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:17.013579161Z" diff --git a/stable/deepstack/4.0.37/Chart.yaml b/stable/deepstack/4.0.37/Chart.yaml new file mode 100644 index 00000000000..2039dd79e5b --- /dev/null +++ b/stable/deepstack/4.0.37/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2022.01.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models +home: https://truecharts.org/docs/charts/stable/deepstack +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.png +keywords: + - AI +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: deepstack +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deepstack + - https://github.com/johnolafenwa/DeepStack + - https://hub.docker.com/r/deepquestai/deepstack + - https://www.deepstack.cc/ +type: application +version: 4.0.37 +annotations: + truecharts.org/catagories: | + - AI + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/deepstack/4.0.37/README.md b/stable/deepstack/4.0.37/README.md new file mode 100644 index 00000000000..96f7e229f25 --- /dev/null +++ b/stable/deepstack/4.0.37/README.md @@ -0,0 +1,108 @@ +# deepstack + +DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [deepstack](https://truecharts.org/docs/charts/stable/deepstack) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `deepstack` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install deepstack TrueCharts/deepstack +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `deepstack` deployment + +```console +helm uninstall deepstack +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install deepstack \ + --set env.TZ="America/New York" \ + TrueCharts/deepstack +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install deepstack TrueCharts/deepstack -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/deepstack/4.0.36/app-readme.md b/stable/deepstack/4.0.37/app-readme.md similarity index 100% rename from stable/deepstack/4.0.36/app-readme.md rename to stable/deepstack/4.0.37/app-readme.md diff --git a/stable/deepstack/4.0.37/charts/common-10.7.1.tgz b/stable/deepstack/4.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/deepstack/4.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/deepstack/4.0.36/ci/basic-values.yaml b/stable/deepstack/4.0.37/ci/basic-values.yaml similarity index 100% rename from stable/deepstack/4.0.36/ci/basic-values.yaml rename to stable/deepstack/4.0.37/ci/basic-values.yaml diff --git a/stable/deepstack/4.0.36/ci/gpu-values.yaml b/stable/deepstack/4.0.37/ci/gpu-values.yaml similarity index 100% rename from stable/deepstack/4.0.36/ci/gpu-values.yaml rename to stable/deepstack/4.0.37/ci/gpu-values.yaml diff --git a/stable/deepstack/4.0.36/ix_values.yaml b/stable/deepstack/4.0.37/ix_values.yaml similarity index 100% rename from stable/deepstack/4.0.36/ix_values.yaml rename to stable/deepstack/4.0.37/ix_values.yaml diff --git a/stable/deepstack/4.0.36/questions.yaml b/stable/deepstack/4.0.37/questions.yaml similarity index 100% rename from stable/deepstack/4.0.36/questions.yaml rename to stable/deepstack/4.0.37/questions.yaml diff --git a/stable/dizquetv/7.0.38/templates/common.yaml b/stable/deepstack/4.0.37/templates/common.yaml similarity index 100% rename from stable/dizquetv/7.0.38/templates/common.yaml rename to stable/deepstack/4.0.37/templates/common.yaml diff --git a/stable/dizquetv/7.0.38/values.yaml b/stable/deepstack/4.0.37/values.yaml similarity index 100% rename from stable/dizquetv/7.0.38/values.yaml rename to stable/deepstack/4.0.37/values.yaml diff --git a/stable/deluge/11.0.39/CHANGELOG.md b/stable/deluge/11.0.39/CHANGELOG.md new file mode 100644 index 00000000000..4c9bce49cc8 --- /dev/null +++ b/stable/deluge/11.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [deluge-11.0.39](https://github.com/truecharts/charts/compare/deluge-11.0.38...deluge-11.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [deluge-11.0.38](https://github.com/truecharts/charts/compare/deluge-11.0.37...deluge-11.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [deluge-11.0.37](https://github.com/truecharts/charts/compare/deluge-11.0.36...deluge-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deluge-11.0.37](https://github.com/truecharts/charts/compare/deluge-11.0.36...deluge-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [deluge-11.0.36](https://github.com/truecharts/charts/compare/deluge-11.0.35...deluge-11.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [deluge-11.0.35](https://github.com/truecharts/charts/compare/deluge-11.0.34...deluge-11.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [deluge-11.0.34](https://github.com/truecharts/charts/compare/deluge-11.0.33...deluge-11.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [deluge-11.0.33](https://github.com/truecharts/charts/compare/deluge-11.0.32...deluge-11.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/deluge/11.0.39/Chart.lock b/stable/deluge/11.0.39/Chart.lock new file mode 100644 index 00000000000..799f5fd016a --- /dev/null +++ b/stable/deluge/11.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:21.90999061Z" diff --git a/stable/deluge/11.0.39/Chart.yaml b/stable/deluge/11.0.39/Chart.yaml new file mode 100644 index 00000000000..5fb119c2ce8 --- /dev/null +++ b/stable/deluge/11.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.0.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Deluge App for TrueNAS SCALE +home: https://truecharts.org/docs/charts/stable/deluge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: deluge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/deluge + - https://github.com/deluge-torrent/deluge +type: application +version: 11.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/deluge/11.0.39/README.md b/stable/deluge/11.0.39/README.md new file mode 100644 index 00000000000..8399f91ccb9 --- /dev/null +++ b/stable/deluge/11.0.39/README.md @@ -0,0 +1,106 @@ +# deluge + +Deluge App for TrueNAS SCALE + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [deluge](https://truecharts.org/docs/charts/stable/deluge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `deluge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install deluge TrueCharts/deluge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `deluge` deployment + +```console +helm uninstall deluge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install deluge \ + --set env.TZ="America/New York" \ + TrueCharts/deluge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install deluge TrueCharts/deluge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/deluge/11.0.39/app-readme.md b/stable/deluge/11.0.39/app-readme.md new file mode 100644 index 00000000000..2a116c2be4a --- /dev/null +++ b/stable/deluge/11.0.39/app-readme.md @@ -0,0 +1,8 @@ +Deluge App for TrueNAS SCALE + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/deluge](https://truecharts.org/docs/charts/stable/deluge) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/deluge/11.0.39/charts/common-10.7.1.tgz b/stable/deluge/11.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/deluge/11.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/deluge/11.0.39/ix_values.yaml b/stable/deluge/11.0.39/ix_values.yaml new file mode 100644 index 00000000000..f3a2670b624 --- /dev/null +++ b/stable/deluge/11.0.39/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: tccr.io/truecharts/deluge + pullPolicy: IfNotPresent + tag: v2.0.5@sha256:ca7f421369134ba24caa52d929291c37d0a05fb44defa107a358395f15535788 + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8112 + targetPort: 8112 + torrent: + enabled: true + ports: + tcp: + enabled: true + port: 51413 + targetPort: 51413 + torrent-udp: + enabled: true + ports: + udp: + enabled: true + port: 51413 + targetPort: 51413 + protocol: UDP + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/deluge/11.0.39/questions.yaml b/stable/deluge/11.0.39/questions.yaml new file mode 100644 index 00000000000..7158de7c1f1 --- /dev/null +++ b/stable/deluge/11.0.39/questions.yaml @@ -0,0 +1,2838 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + ## Portal Button + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8112 + 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 + hidden: true + 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: 8112 + - variable: torrent + label: "TCP Torrent Service" + description: "TCP Torrent Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: tcp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 51413 + 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 + hidden: true + default: true + - 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: 51413 + - variable: torrent-udp + label: "UDP Torrent Service" + description: "UDP Torrent Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: udp + label: "UDP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 51413 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 51413 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/docker-compose/3.0.0/templates/common.yaml b/stable/deluge/11.0.39/templates/common.yaml similarity index 100% rename from stable/docker-compose/3.0.0/templates/common.yaml rename to stable/deluge/11.0.39/templates/common.yaml diff --git a/stable/docker-compose/3.0.0/values.yaml b/stable/deluge/11.0.39/values.yaml similarity index 100% rename from stable/docker-compose/3.0.0/values.yaml rename to stable/deluge/11.0.39/values.yaml diff --git a/stable/digikam/4.0.42/CHANGELOG.md b/stable/digikam/4.0.42/CHANGELOG.md deleted file mode 100644 index fb66d0166bc..00000000000 --- a/stable/digikam/4.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [digikam-4.0.42](https://github.com/truecharts/charts/compare/digikam-4.0.41...digikam-4.0.42) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [digikam-4.0.41](https://github.com/truecharts/charts/compare/digikam-4.0.40...digikam-4.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [digikam-4.0.40](https://github.com/truecharts/charts/compare/digikam-4.0.39...digikam-4.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [digikam-4.0.40](https://github.com/truecharts/charts/compare/digikam-4.0.39...digikam-4.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [digikam-4.0.39](https://github.com/truecharts/charts/compare/digikam-4.0.38...digikam-4.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [digikam-4.0.38](https://github.com/truecharts/charts/compare/digikam-4.0.37...digikam-4.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [digikam-4.0.37](https://github.com/truecharts/charts/compare/digikam-4.0.36...digikam-4.0.37) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [digikam-4.0.36](https://github.com/truecharts/charts/compare/digikam-4.0.35...digikam-4.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [digikam-4.0.35](https://github.com/truecharts/charts/compare/digikam-4.0.34...digikam-4.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [digikam-4.0.34](https://github.com/truecharts/charts/compare/digikam-4.0.33...digikam-4.0.34) (2022-09-23) - -### Chore diff --git a/stable/digikam/4.0.42/Chart.lock b/stable/digikam/4.0.42/Chart.lock deleted file mode 100644 index d432e523a0f..00000000000 --- a/stable/digikam/4.0.42/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:16:53.57088016Z" diff --git a/stable/digikam/4.0.42/Chart.yaml b/stable/digikam/4.0.42/Chart.yaml deleted file mode 100644 index a42f3ded82e..00000000000 --- a/stable/digikam/4.0.42/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "7.8.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Professional Photo Management with the Power of Open Source -home: https://truecharts.org/docs/charts/stable/digikam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png -keywords: - - digikam - - photo - - management - - image - - gallery -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: digikam -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/digikam - - https://github.com/linuxserver/docker-digikam - - https://www.digikam.org/ -type: application -version: 4.0.42 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/digikam/4.0.42/README.md b/stable/digikam/4.0.42/README.md deleted file mode 100644 index 7511d450c66..00000000000 --- a/stable/digikam/4.0.42/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# digikam - -Professional Photo Management with the Power of Open Source - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [digikam](https://truecharts.org/docs/charts/stable/digikam) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `digikam` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install digikam TrueCharts/digikam -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `digikam` deployment - -```console -helm uninstall digikam -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install digikam \ - --set env.TZ="America/New York" \ - TrueCharts/digikam -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install digikam TrueCharts/digikam -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/digikam/4.0.42/charts/common-10.7.0.tgz b/stable/digikam/4.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/digikam/4.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/digikam/4.0.42/ix_values.yaml b/stable/digikam/4.0.42/ix_values.yaml deleted file mode 100644 index a2c7335c656..00000000000 --- a/stable/digikam/4.0.42/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: tccr.io/truecharts/digikam - pullPolicy: IfNotPresent - tag: v7.8.0@sha256:8633fec05fea2ad6f82860987b602e98e4b5add70881a1194523c408e33cc03a - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 10033 - targetPort: 3000 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true - -portal: - enabled: true diff --git a/stable/digikam/4.0.43/CHANGELOG.md b/stable/digikam/4.0.43/CHANGELOG.md new file mode 100644 index 00000000000..de79c1ea1c1 --- /dev/null +++ b/stable/digikam/4.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [digikam-4.0.43](https://github.com/truecharts/charts/compare/digikam-4.0.42...digikam-4.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [digikam-4.0.42](https://github.com/truecharts/charts/compare/digikam-4.0.41...digikam-4.0.42) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [digikam-4.0.41](https://github.com/truecharts/charts/compare/digikam-4.0.40...digikam-4.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [digikam-4.0.40](https://github.com/truecharts/charts/compare/digikam-4.0.39...digikam-4.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [digikam-4.0.40](https://github.com/truecharts/charts/compare/digikam-4.0.39...digikam-4.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [digikam-4.0.39](https://github.com/truecharts/charts/compare/digikam-4.0.38...digikam-4.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [digikam-4.0.38](https://github.com/truecharts/charts/compare/digikam-4.0.37...digikam-4.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [digikam-4.0.37](https://github.com/truecharts/charts/compare/digikam-4.0.36...digikam-4.0.37) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [digikam-4.0.36](https://github.com/truecharts/charts/compare/digikam-4.0.35...digikam-4.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [digikam-4.0.35](https://github.com/truecharts/charts/compare/digikam-4.0.34...digikam-4.0.35) (2022-09-25) + diff --git a/stable/digikam/4.0.43/Chart.lock b/stable/digikam/4.0.43/Chart.lock new file mode 100644 index 00000000000..fd9be1fd216 --- /dev/null +++ b/stable/digikam/4.0.43/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:33.034164406Z" diff --git a/stable/digikam/4.0.43/Chart.yaml b/stable/digikam/4.0.43/Chart.yaml new file mode 100644 index 00000000000..51957936114 --- /dev/null +++ b/stable/digikam/4.0.43/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "7.8.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Professional Photo Management with the Power of Open Source +home: https://truecharts.org/docs/charts/stable/digikam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.png +keywords: + - digikam + - photo + - management + - image + - gallery +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: digikam +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/digikam + - https://github.com/linuxserver/docker-digikam + - https://www.digikam.org/ +type: application +version: 4.0.43 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/digikam/4.0.43/README.md b/stable/digikam/4.0.43/README.md new file mode 100644 index 00000000000..27dcf6b2665 --- /dev/null +++ b/stable/digikam/4.0.43/README.md @@ -0,0 +1,107 @@ +# digikam + +Professional Photo Management with the Power of Open Source + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [digikam](https://truecharts.org/docs/charts/stable/digikam) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `digikam` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install digikam TrueCharts/digikam +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `digikam` deployment + +```console +helm uninstall digikam +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install digikam \ + --set env.TZ="America/New York" \ + TrueCharts/digikam +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install digikam TrueCharts/digikam -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/digikam/4.0.42/app-readme.md b/stable/digikam/4.0.43/app-readme.md similarity index 100% rename from stable/digikam/4.0.42/app-readme.md rename to stable/digikam/4.0.43/app-readme.md diff --git a/stable/digikam/4.0.43/charts/common-10.7.1.tgz b/stable/digikam/4.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/digikam/4.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/digikam/4.0.43/ix_values.yaml b/stable/digikam/4.0.43/ix_values.yaml new file mode 100644 index 00000000000..4242d3c5986 --- /dev/null +++ b/stable/digikam/4.0.43/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: tccr.io/truecharts/digikam + pullPolicy: IfNotPresent + tag: v7.8.0@sha256:7875a093572b48b0b6c4b7dcf299786274ded35cc17c3f66a5770263341deb11 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10033 + targetPort: 3000 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/digikam/4.0.42/questions.yaml b/stable/digikam/4.0.43/questions.yaml similarity index 100% rename from stable/digikam/4.0.42/questions.yaml rename to stable/digikam/4.0.43/questions.yaml diff --git a/stable/digikam/4.0.42/templates/common.yaml b/stable/digikam/4.0.43/templates/common.yaml similarity index 100% rename from stable/digikam/4.0.42/templates/common.yaml rename to stable/digikam/4.0.43/templates/common.yaml diff --git a/stable/docusaurus/1.0.10/values.yaml b/stable/digikam/4.0.43/values.yaml similarity index 100% rename from stable/docusaurus/1.0.10/values.yaml rename to stable/digikam/4.0.43/values.yaml diff --git a/stable/dillinger/2.0.35/CHANGELOG.md b/stable/dillinger/2.0.35/CHANGELOG.md deleted file mode 100644 index 9ada42d3847..00000000000 --- a/stable/dillinger/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dillinger-2.0.35](https://github.com/truecharts/charts/compare/dillinger-2.0.34...dillinger-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dillinger-2.0.34](https://github.com/truecharts/charts/compare/dillinger-2.0.33...dillinger-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dillinger-2.0.34](https://github.com/truecharts/charts/compare/dillinger-2.0.33...dillinger-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dillinger-2.0.33](https://github.com/truecharts/charts/compare/dillinger-2.0.32...dillinger-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dillinger-2.0.32](https://github.com/truecharts/charts/compare/dillinger-2.0.31...dillinger-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dillinger-2.0.31](https://github.com/truecharts/charts/compare/dillinger-2.0.30...dillinger-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dillinger-2.0.30](https://github.com/truecharts/charts/compare/dillinger-2.0.29...dillinger-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dillinger-2.0.30](https://github.com/truecharts/charts/compare/dillinger-2.0.29...dillinger-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/dillinger/2.0.35/Chart.lock b/stable/dillinger/2.0.35/Chart.lock deleted file mode 100644 index 8d84281bc6d..00000000000 --- a/stable/dillinger/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:42.707295507Z" diff --git a/stable/dillinger/2.0.35/Chart.yaml b/stable/dillinger/2.0.35/Chart.yaml deleted file mode 100644 index 098f3620ea8..00000000000 --- a/stable/dillinger/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: dillinger -version: 2.0.35 -appVersion: "3.39.1" -description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/dillinger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png -keywords: - - dillinger -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger - - https://hub.docker.com/r/linuxserver/dillinger -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dillinger/2.0.35/README.md b/stable/dillinger/2.0.35/README.md deleted file mode 100644 index f0ff718abcd..00000000000 --- a/stable/dillinger/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# dillinger - -Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dillinger](https://truecharts.org/docs/charts/stable/dillinger) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dillinger` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dillinger TrueCharts/dillinger -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dillinger` deployment - -```console -helm uninstall dillinger -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dillinger \ - --set env.TZ="America/New York" \ - TrueCharts/dillinger -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dillinger TrueCharts/dillinger -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dillinger/2.0.35/charts/common-10.7.0.tgz b/stable/dillinger/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dillinger/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dillinger/2.0.36/CHANGELOG.md b/stable/dillinger/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..3a7154d63fe --- /dev/null +++ b/stable/dillinger/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dillinger-2.0.36](https://github.com/truecharts/charts/compare/dillinger-2.0.35...dillinger-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dillinger-2.0.35](https://github.com/truecharts/charts/compare/dillinger-2.0.34...dillinger-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dillinger-2.0.34](https://github.com/truecharts/charts/compare/dillinger-2.0.33...dillinger-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dillinger-2.0.34](https://github.com/truecharts/charts/compare/dillinger-2.0.33...dillinger-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dillinger-2.0.33](https://github.com/truecharts/charts/compare/dillinger-2.0.32...dillinger-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dillinger-2.0.32](https://github.com/truecharts/charts/compare/dillinger-2.0.31...dillinger-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dillinger-2.0.31](https://github.com/truecharts/charts/compare/dillinger-2.0.30...dillinger-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dillinger-2.0.30](https://github.com/truecharts/charts/compare/dillinger-2.0.29...dillinger-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/dillinger/2.0.36/Chart.lock b/stable/dillinger/2.0.36/Chart.lock new file mode 100644 index 00000000000..96e687f501f --- /dev/null +++ b/stable/dillinger/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:38.657738024Z" diff --git a/stable/dillinger/2.0.36/Chart.yaml b/stable/dillinger/2.0.36/Chart.yaml new file mode 100644 index 00000000000..6caf519d5a5 --- /dev/null +++ b/stable/dillinger/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: dillinger +version: 2.0.36 +appVersion: "3.39.1" +description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/dillinger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png +keywords: + - dillinger +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dillinger + - https://hub.docker.com/r/linuxserver/dillinger +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dillinger/2.0.36/README.md b/stable/dillinger/2.0.36/README.md new file mode 100644 index 00000000000..ac06e2cfbd5 --- /dev/null +++ b/stable/dillinger/2.0.36/README.md @@ -0,0 +1,106 @@ +# dillinger + +Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dillinger](https://truecharts.org/docs/charts/stable/dillinger) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dillinger` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dillinger TrueCharts/dillinger +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dillinger` deployment + +```console +helm uninstall dillinger +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dillinger \ + --set env.TZ="America/New York" \ + TrueCharts/dillinger +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dillinger TrueCharts/dillinger -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dillinger/2.0.35/app-readme.md b/stable/dillinger/2.0.36/app-readme.md similarity index 100% rename from stable/dillinger/2.0.35/app-readme.md rename to stable/dillinger/2.0.36/app-readme.md diff --git a/stable/dillinger/2.0.36/charts/common-10.7.1.tgz b/stable/dillinger/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dillinger/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/dillinger/2.0.35/ix_values.yaml b/stable/dillinger/2.0.36/ix_values.yaml similarity index 100% rename from stable/dillinger/2.0.35/ix_values.yaml rename to stable/dillinger/2.0.36/ix_values.yaml diff --git a/stable/dillinger/2.0.35/questions.yaml b/stable/dillinger/2.0.36/questions.yaml similarity index 100% rename from stable/dillinger/2.0.35/questions.yaml rename to stable/dillinger/2.0.36/questions.yaml diff --git a/stable/docusaurus/1.0.10/templates/common.yaml b/stable/dillinger/2.0.36/templates/common.yaml similarity index 100% rename from stable/docusaurus/1.0.10/templates/common.yaml rename to stable/dillinger/2.0.36/templates/common.yaml diff --git a/stable/dokuwiki/3.0.66/values.yaml b/stable/dillinger/2.0.36/values.yaml similarity index 100% rename from stable/dokuwiki/3.0.66/values.yaml rename to stable/dillinger/2.0.36/values.yaml diff --git a/stable/dizquetv/7.0.38/CHANGELOG.md b/stable/dizquetv/7.0.38/CHANGELOG.md deleted file mode 100644 index e421578640e..00000000000 --- a/stable/dizquetv/7.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dizquetv-7.0.38](https://github.com/truecharts/charts/compare/dizquetv-7.0.37...dizquetv-7.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dizquetv-7.0.37](https://github.com/truecharts/charts/compare/dizquetv-7.0.36...dizquetv-7.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dizquetv-7.0.37](https://github.com/truecharts/charts/compare/dizquetv-7.0.36...dizquetv-7.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dizquetv-7.0.36](https://github.com/truecharts/charts/compare/dizquetv-7.0.35...dizquetv-7.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dizquetv-7.0.35](https://github.com/truecharts/charts/compare/dizquetv-7.0.34...dizquetv-7.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dizquetv-7.0.34](https://github.com/truecharts/charts/compare/dizquetv-7.0.33...dizquetv-7.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dizquetv-7.0.33](https://github.com/truecharts/charts/compare/dizquetv-7.0.32...dizquetv-7.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dizquetv-7.0.33](https://github.com/truecharts/charts/compare/dizquetv-7.0.32...dizquetv-7.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/dizquetv/7.0.38/Chart.lock b/stable/dizquetv/7.0.38/Chart.lock deleted file mode 100644 index 51ef2528e4e..00000000000 --- a/stable/dizquetv/7.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:22:52.703446742Z" diff --git a/stable/dizquetv/7.0.38/Chart.yaml b/stable/dizquetv/7.0.38/Chart.yaml deleted file mode 100644 index d8f4f7f8682..00000000000 --- a/stable/dizquetv/7.0.38/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Create live TV channel streams from media on your Plex servers. -home: https://truecharts.org/docs/charts/stable/dizquetv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png -keywords: - - dizqueTV - - dizquetv -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dizquetv -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv - - https://github.com/vexorian/dizquetv - - https://hub.docker.com/r/vexorian/dizquetv -version: 7.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dizquetv/7.0.38/README.md b/stable/dizquetv/7.0.38/README.md deleted file mode 100644 index c26726a4c6b..00000000000 --- a/stable/dizquetv/7.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dizquetv - -Create live TV channel streams from media on your Plex servers. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dizquetv](https://truecharts.org/docs/charts/stable/dizquetv) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dizquetv` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dizquetv TrueCharts/dizquetv -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dizquetv` deployment - -```console -helm uninstall dizquetv -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dizquetv \ - --set env.TZ="America/New York" \ - TrueCharts/dizquetv -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dizquetv TrueCharts/dizquetv -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dizquetv/7.0.38/charts/common-10.7.0.tgz b/stable/dizquetv/7.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dizquetv/7.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dizquetv/7.0.39/CHANGELOG.md b/stable/dizquetv/7.0.39/CHANGELOG.md new file mode 100644 index 00000000000..a5d5db8684e --- /dev/null +++ b/stable/dizquetv/7.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dizquetv-7.0.39](https://github.com/truecharts/charts/compare/dizquetv-7.0.38...dizquetv-7.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dizquetv-7.0.38](https://github.com/truecharts/charts/compare/dizquetv-7.0.37...dizquetv-7.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dizquetv-7.0.37](https://github.com/truecharts/charts/compare/dizquetv-7.0.36...dizquetv-7.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dizquetv-7.0.37](https://github.com/truecharts/charts/compare/dizquetv-7.0.36...dizquetv-7.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dizquetv-7.0.36](https://github.com/truecharts/charts/compare/dizquetv-7.0.35...dizquetv-7.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dizquetv-7.0.35](https://github.com/truecharts/charts/compare/dizquetv-7.0.34...dizquetv-7.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dizquetv-7.0.34](https://github.com/truecharts/charts/compare/dizquetv-7.0.33...dizquetv-7.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dizquetv-7.0.33](https://github.com/truecharts/charts/compare/dizquetv-7.0.32...dizquetv-7.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/dizquetv/7.0.39/Chart.lock b/stable/dizquetv/7.0.39/Chart.lock new file mode 100644 index 00000000000..3414122a689 --- /dev/null +++ b/stable/dizquetv/7.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:48.643851004Z" diff --git a/stable/dizquetv/7.0.39/Chart.yaml b/stable/dizquetv/7.0.39/Chart.yaml new file mode 100644 index 00000000000..d4b0c63fff6 --- /dev/null +++ b/stable/dizquetv/7.0.39/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.5.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Create live TV channel streams from media on your Plex servers. +home: https://truecharts.org/docs/charts/stable/dizquetv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.png +keywords: + - dizqueTV + - dizquetv +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dizquetv +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dizquetv + - https://github.com/vexorian/dizquetv + - https://hub.docker.com/r/vexorian/dizquetv +version: 7.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dizquetv/7.0.39/README.md b/stable/dizquetv/7.0.39/README.md new file mode 100644 index 00000000000..34d11e75cba --- /dev/null +++ b/stable/dizquetv/7.0.39/README.md @@ -0,0 +1,107 @@ +# dizquetv + +Create live TV channel streams from media on your Plex servers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dizquetv](https://truecharts.org/docs/charts/stable/dizquetv) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dizquetv` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dizquetv TrueCharts/dizquetv +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dizquetv` deployment + +```console +helm uninstall dizquetv +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dizquetv \ + --set env.TZ="America/New York" \ + TrueCharts/dizquetv +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dizquetv TrueCharts/dizquetv -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dizquetv/7.0.38/app-readme.md b/stable/dizquetv/7.0.39/app-readme.md similarity index 100% rename from stable/dizquetv/7.0.38/app-readme.md rename to stable/dizquetv/7.0.39/app-readme.md diff --git a/stable/dizquetv/7.0.39/charts/common-10.7.1.tgz b/stable/dizquetv/7.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dizquetv/7.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/dizquetv/7.0.38/ix_values.yaml b/stable/dizquetv/7.0.39/ix_values.yaml similarity index 100% rename from stable/dizquetv/7.0.38/ix_values.yaml rename to stable/dizquetv/7.0.39/ix_values.yaml diff --git a/stable/dizquetv/7.0.38/questions.yaml b/stable/dizquetv/7.0.39/questions.yaml similarity index 100% rename from stable/dizquetv/7.0.38/questions.yaml rename to stable/dizquetv/7.0.39/questions.yaml diff --git a/stable/dokuwiki/3.0.66/templates/common.yaml b/stable/dizquetv/7.0.39/templates/common.yaml similarity index 100% rename from stable/dokuwiki/3.0.66/templates/common.yaml rename to stable/dizquetv/7.0.39/templates/common.yaml diff --git a/stable/domoticz/2.0.44/values.yaml b/stable/dizquetv/7.0.39/values.yaml similarity index 100% rename from stable/domoticz/2.0.44/values.yaml rename to stable/dizquetv/7.0.39/values.yaml diff --git a/stable/docker-compose/3.0.0/CHANGELOG.md b/stable/docker-compose/3.0.0/CHANGELOG.md deleted file mode 100644 index f8e544a19c9..00000000000 --- a/stable/docker-compose/3.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [docker-compose-3.0.0](https://github.com/truecharts/charts/compare/docker-compose-2.1.0...docker-compose-3.0.0) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [docker-compose-2.1.0](https://github.com/truecharts/charts/compare/docker-compose-2.0.52...docker-compose-2.1.0) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- remove /mnt and /root ([#4115](https://github.com/truecharts/charts/issues/4115)) - - remove /mnt for bluefin - - - - -## [docker-compose-2.0.52](https://github.com/truecharts/charts/compare/docker-compose-2.0.51...docker-compose-2.0.52) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [docker-compose-2.0.51](https://github.com/truecharts/charts/compare/docker-compose-2.0.50...docker-compose-2.0.51) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [docker-compose-2.0.50](https://github.com/truecharts/charts/compare/docker-compose-2.0.49...docker-compose-2.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docker-compose-2.0.50](https://github.com/truecharts/charts/compare/docker-compose-2.0.49...docker-compose-2.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docker-compose-2.0.49](https://github.com/truecharts/charts/compare/docker-compose-2.0.48...docker-compose-2.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [docker-compose-2.0.48](https://github.com/truecharts/charts/compare/docker-compose-2.0.47...docker-compose-2.0.48) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docker-compose-2.0.47](https://github.com/truecharts/charts/compare/docker-compose-2.0.46...docker-compose-2.0.47) (2022-10-02) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - bump version - - ### Fix - -- remove `/cluster` path from mounts diff --git a/stable/docker-compose/3.0.0/Chart.lock b/stable/docker-compose/3.0.0/Chart.lock deleted file mode 100644 index 458758fa955..00000000000 --- a/stable/docker-compose/3.0.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T08:20:42.347833861Z" diff --git a/stable/docker-compose/3.0.0/Chart.yaml b/stable/docker-compose/3.0.0/Chart.yaml deleted file mode 100644 index 03b2bd6372a..00000000000 --- a/stable/docker-compose/3.0.0/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "20.10.19" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Dedicated App for using Docker-Compose on TrueNAS SCALE -home: https://truecharts.org/docs/charts/stable/docker-compose -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png -keywords: - - docker-compose - - docker -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: docker-compose -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose - - https://hub.docker.com/_/docker -type: application -version: 3.0.0 -annotations: - truecharts.org/catagories: | - - docker - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/docker-compose/3.0.0/README.md b/stable/docker-compose/3.0.0/README.md deleted file mode 100644 index dfc850a78d1..00000000000 --- a/stable/docker-compose/3.0.0/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# docker-compose - -Dedicated App for using Docker-Compose on TrueNAS SCALE - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [docker-compose](https://truecharts.org/docs/charts/stable/docker-compose) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `docker-compose` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install docker-compose TrueCharts/docker-compose -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `docker-compose` deployment - -```console -helm uninstall docker-compose -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install docker-compose \ - --set env.TZ="America/New York" \ - TrueCharts/docker-compose -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install docker-compose TrueCharts/docker-compose -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/docker-compose/3.0.0/charts/common-10.7.0.tgz b/stable/docker-compose/3.0.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/docker-compose/3.0.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/docker-compose/3.0.1/CHANGELOG.md b/stable/docker-compose/3.0.1/CHANGELOG.md new file mode 100644 index 00000000000..9ef1c7683a2 --- /dev/null +++ b/stable/docker-compose/3.0.1/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [docker-compose-3.0.1](https://github.com/truecharts/charts/compare/docker-compose-3.0.0...docker-compose-3.0.1) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [docker-compose-3.0.0](https://github.com/truecharts/charts/compare/docker-compose-2.1.0...docker-compose-3.0.0) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [docker-compose-2.1.0](https://github.com/truecharts/charts/compare/docker-compose-2.0.52...docker-compose-2.1.0) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- remove /mnt and /root ([#4115](https://github.com/truecharts/charts/issues/4115)) + - remove /mnt for bluefin + + + + +## [docker-compose-2.0.52](https://github.com/truecharts/charts/compare/docker-compose-2.0.51...docker-compose-2.0.52) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [docker-compose-2.0.51](https://github.com/truecharts/charts/compare/docker-compose-2.0.50...docker-compose-2.0.51) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [docker-compose-2.0.50](https://github.com/truecharts/charts/compare/docker-compose-2.0.49...docker-compose-2.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docker-compose-2.0.50](https://github.com/truecharts/charts/compare/docker-compose-2.0.49...docker-compose-2.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docker-compose-2.0.49](https://github.com/truecharts/charts/compare/docker-compose-2.0.48...docker-compose-2.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [docker-compose-2.0.48](https://github.com/truecharts/charts/compare/docker-compose-2.0.47...docker-compose-2.0.48) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docker-compose-2.0.47](https://github.com/truecharts/charts/compare/docker-compose-2.0.46...docker-compose-2.0.47) (2022-10-02) diff --git a/stable/docker-compose/3.0.1/Chart.lock b/stable/docker-compose/3.0.1/Chart.lock new file mode 100644 index 00000000000..346c1bbc65e --- /dev/null +++ b/stable/docker-compose/3.0.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:06:53.057227794Z" diff --git a/stable/docker-compose/3.0.1/Chart.yaml b/stable/docker-compose/3.0.1/Chart.yaml new file mode 100644 index 00000000000..b44208ebfbc --- /dev/null +++ b/stable/docker-compose/3.0.1/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "20.10.19" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Dedicated App for using Docker-Compose on TrueNAS SCALE +home: https://truecharts.org/docs/charts/stable/docker-compose +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-compose.png +keywords: + - docker-compose + - docker +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: docker-compose +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docker-compose + - https://hub.docker.com/_/docker +type: application +version: 3.0.1 +annotations: + truecharts.org/catagories: | + - docker + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/docker-compose/3.0.1/README.md b/stable/docker-compose/3.0.1/README.md new file mode 100644 index 00000000000..39ebbd2ad6f --- /dev/null +++ b/stable/docker-compose/3.0.1/README.md @@ -0,0 +1,106 @@ +# docker-compose + +Dedicated App for using Docker-Compose on TrueNAS SCALE + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [docker-compose](https://truecharts.org/docs/charts/stable/docker-compose) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `docker-compose` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install docker-compose TrueCharts/docker-compose +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `docker-compose` deployment + +```console +helm uninstall docker-compose +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install docker-compose \ + --set env.TZ="America/New York" \ + TrueCharts/docker-compose +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install docker-compose TrueCharts/docker-compose -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/docker-compose/3.0.0/app-readme.md b/stable/docker-compose/3.0.1/app-readme.md similarity index 100% rename from stable/docker-compose/3.0.0/app-readme.md rename to stable/docker-compose/3.0.1/app-readme.md diff --git a/stable/docker-compose/3.0.1/charts/common-10.7.1.tgz b/stable/docker-compose/3.0.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/docker-compose/3.0.1/charts/common-10.7.1.tgz differ diff --git a/stable/docker-compose/3.0.0/ix_values.yaml b/stable/docker-compose/3.0.1/ix_values.yaml similarity index 100% rename from stable/docker-compose/3.0.0/ix_values.yaml rename to stable/docker-compose/3.0.1/ix_values.yaml diff --git a/stable/docker-compose/3.0.0/questions.yaml b/stable/docker-compose/3.0.1/questions.yaml similarity index 100% rename from stable/docker-compose/3.0.0/questions.yaml rename to stable/docker-compose/3.0.1/questions.yaml diff --git a/stable/domoticz/2.0.44/templates/common.yaml b/stable/docker-compose/3.0.1/templates/common.yaml similarity index 100% rename from stable/domoticz/2.0.44/templates/common.yaml rename to stable/docker-compose/3.0.1/templates/common.yaml diff --git a/stable/doplarr/2.0.38/values.yaml b/stable/docker-compose/3.0.1/values.yaml similarity index 100% rename from stable/doplarr/2.0.38/values.yaml rename to stable/docker-compose/3.0.1/values.yaml diff --git a/stable/docusaurus/1.0.10/CHANGELOG.md b/stable/docusaurus/1.0.10/CHANGELOG.md deleted file mode 100644 index a959265beec..00000000000 --- a/stable/docusaurus/1.0.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [docusaurus-1.0.10](https://github.com/truecharts/charts/compare/docusaurus-1.0.9...docusaurus-1.0.10) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [docusaurus-1.0.9](https://github.com/truecharts/charts/compare/docusaurus-1.0.8...docusaurus-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docusaurus-1.0.9](https://github.com/truecharts/charts/compare/docusaurus-1.0.8...docusaurus-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [docusaurus-1.0.8](https://github.com/truecharts/charts/compare/docusaurus-1.0.7...docusaurus-1.0.8) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [docusaurus-1.0.7](https://github.com/truecharts/charts/compare/docusaurus-1.0.6...docusaurus-1.0.7) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [docusaurus-1.0.6](https://github.com/truecharts/charts/compare/docusaurus-1.0.5...docusaurus-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [docusaurus-1.0.5](https://github.com/truecharts/charts/compare/docusaurus-1.0.4...docusaurus-1.0.5) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [docusaurus-1.0.5](https://github.com/truecharts/charts/compare/docusaurus-1.0.4...docusaurus-1.0.5) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/docusaurus/1.0.10/Chart.lock b/stable/docusaurus/1.0.10/Chart.lock deleted file mode 100644 index 020ba9f48b8..00000000000 --- a/stable/docusaurus/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:10.887623629Z" diff --git a/stable/docusaurus/1.0.10/Chart.yaml b/stable/docusaurus/1.0.10/Chart.yaml deleted file mode 100644 index b64dc903c70..00000000000 --- a/stable/docusaurus/1.0.10/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Docusaurus makes it easy to maintain Open Source documentation websites. -home: https://truecharts.org/docs/charts/stable/docusaurus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png -keywords: - - documentation - - website - - Docusaurus -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: docusaurus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus - - https://hub.docker.com/r/awesometic/docusaurus - - https://github.com/awesometic/docker-docusaurus -type: application -version: 1.0.10 -annotations: - truecharts.org/catagories: | - - website - - documentation - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/docusaurus/1.0.10/README.md b/stable/docusaurus/1.0.10/README.md deleted file mode 100644 index 0045b29df68..00000000000 --- a/stable/docusaurus/1.0.10/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# docusaurus - -Docusaurus makes it easy to maintain Open Source documentation websites. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [docusaurus](https://truecharts.org/docs/charts/stable/docusaurus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `docusaurus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install docusaurus TrueCharts/docusaurus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `docusaurus` deployment - -```console -helm uninstall docusaurus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install docusaurus \ - --set env.TZ="America/New York" \ - TrueCharts/docusaurus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install docusaurus TrueCharts/docusaurus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/docusaurus/1.0.10/charts/common-10.7.0.tgz b/stable/docusaurus/1.0.10/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/docusaurus/1.0.10/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/docusaurus/1.0.11/CHANGELOG.md b/stable/docusaurus/1.0.11/CHANGELOG.md new file mode 100644 index 00000000000..3f484ef84b0 --- /dev/null +++ b/stable/docusaurus/1.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [docusaurus-1.0.11](https://github.com/truecharts/charts/compare/docusaurus-1.0.10...docusaurus-1.0.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [docusaurus-1.0.10](https://github.com/truecharts/charts/compare/docusaurus-1.0.9...docusaurus-1.0.10) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [docusaurus-1.0.9](https://github.com/truecharts/charts/compare/docusaurus-1.0.8...docusaurus-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docusaurus-1.0.9](https://github.com/truecharts/charts/compare/docusaurus-1.0.8...docusaurus-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [docusaurus-1.0.8](https://github.com/truecharts/charts/compare/docusaurus-1.0.7...docusaurus-1.0.8) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [docusaurus-1.0.7](https://github.com/truecharts/charts/compare/docusaurus-1.0.6...docusaurus-1.0.7) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [docusaurus-1.0.6](https://github.com/truecharts/charts/compare/docusaurus-1.0.5...docusaurus-1.0.6) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [docusaurus-1.0.5](https://github.com/truecharts/charts/compare/docusaurus-1.0.4...docusaurus-1.0.5) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/docusaurus/1.0.11/Chart.lock b/stable/docusaurus/1.0.11/Chart.lock new file mode 100644 index 00000000000..dbc30aabdc6 --- /dev/null +++ b/stable/docusaurus/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:03.863844994Z" diff --git a/stable/docusaurus/1.0.11/Chart.yaml b/stable/docusaurus/1.0.11/Chart.yaml new file mode 100644 index 00000000000..dbc88c24a66 --- /dev/null +++ b/stable/docusaurus/1.0.11/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Docusaurus makes it easy to maintain Open Source documentation websites. +home: https://truecharts.org/docs/charts/stable/docusaurus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.png +keywords: + - documentation + - website + - Docusaurus +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: docusaurus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/docusaurus + - https://hub.docker.com/r/awesometic/docusaurus + - https://github.com/awesometic/docker-docusaurus +type: application +version: 1.0.11 +annotations: + truecharts.org/catagories: | + - website + - documentation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/docusaurus/1.0.11/README.md b/stable/docusaurus/1.0.11/README.md new file mode 100644 index 00000000000..620655a4e55 --- /dev/null +++ b/stable/docusaurus/1.0.11/README.md @@ -0,0 +1,107 @@ +# docusaurus + +Docusaurus makes it easy to maintain Open Source documentation websites. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [docusaurus](https://truecharts.org/docs/charts/stable/docusaurus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `docusaurus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install docusaurus TrueCharts/docusaurus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `docusaurus` deployment + +```console +helm uninstall docusaurus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install docusaurus \ + --set env.TZ="America/New York" \ + TrueCharts/docusaurus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install docusaurus TrueCharts/docusaurus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/docusaurus/1.0.10/app-readme.md b/stable/docusaurus/1.0.11/app-readme.md similarity index 100% rename from stable/docusaurus/1.0.10/app-readme.md rename to stable/docusaurus/1.0.11/app-readme.md diff --git a/stable/docusaurus/1.0.11/charts/common-10.7.1.tgz b/stable/docusaurus/1.0.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/docusaurus/1.0.11/charts/common-10.7.1.tgz differ diff --git a/stable/docusaurus/1.0.10/ix_values.yaml b/stable/docusaurus/1.0.11/ix_values.yaml similarity index 100% rename from stable/docusaurus/1.0.10/ix_values.yaml rename to stable/docusaurus/1.0.11/ix_values.yaml diff --git a/stable/docusaurus/1.0.10/questions.yaml b/stable/docusaurus/1.0.11/questions.yaml similarity index 100% rename from stable/docusaurus/1.0.10/questions.yaml rename to stable/docusaurus/1.0.11/questions.yaml diff --git a/stable/doplarr/2.0.38/templates/common.yaml b/stable/docusaurus/1.0.11/templates/common.yaml similarity index 100% rename from stable/doplarr/2.0.38/templates/common.yaml rename to stable/docusaurus/1.0.11/templates/common.yaml diff --git a/stable/double-take/2.0.38/values.yaml b/stable/docusaurus/1.0.11/values.yaml similarity index 100% rename from stable/double-take/2.0.38/values.yaml rename to stable/docusaurus/1.0.11/values.yaml diff --git a/stable/dokuwiki/3.0.66/CHANGELOG.md b/stable/dokuwiki/3.0.66/CHANGELOG.md deleted file mode 100644 index e33b191aa2b..00000000000 --- a/stable/dokuwiki/3.0.66/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dokuwiki-3.0.66](https://github.com/truecharts/charts/compare/dokuwiki-3.0.65...dokuwiki-3.0.66) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [dokuwiki-3.0.65](https://github.com/truecharts/charts/compare/dokuwiki-3.0.64...dokuwiki-3.0.65) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [dokuwiki-3.0.64](https://github.com/truecharts/charts/compare/dokuwiki-3.0.63...dokuwiki-3.0.64) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dokuwiki-3.0.63](https://github.com/truecharts/charts/compare/dokuwiki-3.0.62...dokuwiki-3.0.63) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [dokuwiki-3.0.62](https://github.com/truecharts/charts/compare/dokuwiki-3.0.61...dokuwiki-3.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dokuwiki-3.0.62](https://github.com/truecharts/charts/compare/dokuwiki-3.0.61...dokuwiki-3.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dokuwiki-3.0.61](https://github.com/truecharts/charts/compare/dokuwiki-3.0.60...dokuwiki-3.0.61) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [dokuwiki-3.0.60](https://github.com/truecharts/charts/compare/dokuwiki-3.0.59...dokuwiki-3.0.60) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dokuwiki-3.0.59](https://github.com/truecharts/charts/compare/dokuwiki-3.0.58...dokuwiki-3.0.59) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [dokuwiki-3.0.58](https://github.com/truecharts/charts/compare/dokuwiki-3.0.57...dokuwiki-3.0.58) (2022-10-01) - -### Chore diff --git a/stable/dokuwiki/3.0.66/Chart.lock b/stable/dokuwiki/3.0.66/Chart.lock deleted file mode 100644 index 09cfa7acfb4..00000000000 --- a/stable/dokuwiki/3.0.66/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-18T05:48:01.833397469Z" diff --git a/stable/dokuwiki/3.0.66/Chart.yaml b/stable/dokuwiki/3.0.66/Chart.yaml deleted file mode 100644 index 71d600dd126..00000000000 --- a/stable/dokuwiki/3.0.66/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: dokuwiki -version: 3.0.66 -appVersion: "20220731.1" -description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/dokuwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png -keywords: - - dokuwiki -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki - - https://hub.docker.com/r/bitnami/dokuwiki -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dokuwiki/3.0.66/README.md b/stable/dokuwiki/3.0.66/README.md deleted file mode 100644 index 23c55e9107d..00000000000 --- a/stable/dokuwiki/3.0.66/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# dokuwiki - -Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dokuwiki](https://truecharts.org/docs/charts/stable/dokuwiki) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dokuwiki` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dokuwiki TrueCharts/dokuwiki -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dokuwiki` deployment - -```console -helm uninstall dokuwiki -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dokuwiki \ - --set env.TZ="America/New York" \ - TrueCharts/dokuwiki -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dokuwiki TrueCharts/dokuwiki -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dokuwiki/3.0.66/charts/common-10.7.0.tgz b/stable/dokuwiki/3.0.66/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dokuwiki/3.0.66/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dokuwiki/3.0.67/CHANGELOG.md b/stable/dokuwiki/3.0.67/CHANGELOG.md new file mode 100644 index 00000000000..3676b18609d --- /dev/null +++ b/stable/dokuwiki/3.0.67/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dokuwiki-3.0.67](https://github.com/truecharts/charts/compare/dokuwiki-3.0.66...dokuwiki-3.0.67) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dokuwiki-3.0.66](https://github.com/truecharts/charts/compare/dokuwiki-3.0.65...dokuwiki-3.0.66) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [dokuwiki-3.0.65](https://github.com/truecharts/charts/compare/dokuwiki-3.0.64...dokuwiki-3.0.65) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [dokuwiki-3.0.64](https://github.com/truecharts/charts/compare/dokuwiki-3.0.63...dokuwiki-3.0.64) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dokuwiki-3.0.63](https://github.com/truecharts/charts/compare/dokuwiki-3.0.62...dokuwiki-3.0.63) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [dokuwiki-3.0.62](https://github.com/truecharts/charts/compare/dokuwiki-3.0.61...dokuwiki-3.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dokuwiki-3.0.62](https://github.com/truecharts/charts/compare/dokuwiki-3.0.61...dokuwiki-3.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dokuwiki-3.0.61](https://github.com/truecharts/charts/compare/dokuwiki-3.0.60...dokuwiki-3.0.61) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [dokuwiki-3.0.60](https://github.com/truecharts/charts/compare/dokuwiki-3.0.59...dokuwiki-3.0.60) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dokuwiki-3.0.59](https://github.com/truecharts/charts/compare/dokuwiki-3.0.58...dokuwiki-3.0.59) (2022-10-04) + +### Chore + diff --git a/stable/dokuwiki/3.0.67/Chart.lock b/stable/dokuwiki/3.0.67/Chart.lock new file mode 100644 index 00000000000..15173082299 --- /dev/null +++ b/stable/dokuwiki/3.0.67/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:09.490953678Z" diff --git a/stable/dokuwiki/3.0.67/Chart.yaml b/stable/dokuwiki/3.0.67/Chart.yaml new file mode 100644 index 00000000000..030735bbabf --- /dev/null +++ b/stable/dokuwiki/3.0.67/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: dokuwiki +version: 3.0.67 +appVersion: "20220731.1" +description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/dokuwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.png +keywords: + - dokuwiki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dokuwiki + - https://hub.docker.com/r/bitnami/dokuwiki +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dokuwiki/3.0.67/README.md b/stable/dokuwiki/3.0.67/README.md new file mode 100644 index 00000000000..f7141ba2aad --- /dev/null +++ b/stable/dokuwiki/3.0.67/README.md @@ -0,0 +1,106 @@ +# dokuwiki + +Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dokuwiki](https://truecharts.org/docs/charts/stable/dokuwiki) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dokuwiki` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dokuwiki TrueCharts/dokuwiki +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dokuwiki` deployment + +```console +helm uninstall dokuwiki +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dokuwiki \ + --set env.TZ="America/New York" \ + TrueCharts/dokuwiki +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dokuwiki TrueCharts/dokuwiki -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dokuwiki/3.0.66/app-readme.md b/stable/dokuwiki/3.0.67/app-readme.md similarity index 100% rename from stable/dokuwiki/3.0.66/app-readme.md rename to stable/dokuwiki/3.0.67/app-readme.md diff --git a/stable/dokuwiki/3.0.67/charts/common-10.7.1.tgz b/stable/dokuwiki/3.0.67/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dokuwiki/3.0.67/charts/common-10.7.1.tgz differ diff --git a/stable/dokuwiki/3.0.66/ix_values.yaml b/stable/dokuwiki/3.0.67/ix_values.yaml similarity index 100% rename from stable/dokuwiki/3.0.66/ix_values.yaml rename to stable/dokuwiki/3.0.67/ix_values.yaml diff --git a/stable/dokuwiki/3.0.66/questions.yaml b/stable/dokuwiki/3.0.67/questions.yaml similarity index 100% rename from stable/dokuwiki/3.0.66/questions.yaml rename to stable/dokuwiki/3.0.67/questions.yaml diff --git a/stable/double-take/2.0.38/templates/common.yaml b/stable/dokuwiki/3.0.67/templates/common.yaml similarity index 100% rename from stable/double-take/2.0.38/templates/common.yaml rename to stable/dokuwiki/3.0.67/templates/common.yaml diff --git a/stable/doublecommander/4.0.35/values.yaml b/stable/dokuwiki/3.0.67/values.yaml similarity index 100% rename from stable/doublecommander/4.0.35/values.yaml rename to stable/dokuwiki/3.0.67/values.yaml diff --git a/stable/domoticz/2.0.44/CHANGELOG.md b/stable/domoticz/2.0.44/CHANGELOG.md deleted file mode 100644 index 7362bd2745e..00000000000 --- a/stable/domoticz/2.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [domoticz-2.0.44](https://github.com/truecharts/charts/compare/domoticz-2.0.43...domoticz-2.0.44) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [domoticz-2.0.43](https://github.com/truecharts/charts/compare/domoticz-2.0.42...domoticz-2.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [domoticz-2.0.42](https://github.com/truecharts/charts/compare/domoticz-2.0.41...domoticz-2.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [domoticz-2.0.42](https://github.com/truecharts/charts/compare/domoticz-2.0.41...domoticz-2.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [domoticz-2.0.41](https://github.com/truecharts/charts/compare/domoticz-2.0.40...domoticz-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [domoticz-2.0.40](https://github.com/truecharts/charts/compare/domoticz-2.0.39...domoticz-2.0.40) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [domoticz-2.0.39](https://github.com/truecharts/charts/compare/domoticz-2.0.38...domoticz-2.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [domoticz-2.0.38](https://github.com/truecharts/charts/compare/domoticz-2.0.37...domoticz-2.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [domoticz-2.0.37](https://github.com/truecharts/charts/compare/domoticz-2.0.36...domoticz-2.0.37) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [domoticz-2.0.36](https://github.com/truecharts/charts/compare/domoticz-2.0.35...domoticz-2.0.36) (2022-09-22) - -### Chore diff --git a/stable/domoticz/2.0.44/Chart.lock b/stable/domoticz/2.0.44/Chart.lock deleted file mode 100644 index d39dfb21d3a..00000000000 --- a/stable/domoticz/2.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:17:13.907107826Z" diff --git a/stable/domoticz/2.0.44/Chart.yaml b/stable/domoticz/2.0.44/Chart.yaml deleted file mode 100644 index e762999eb9b..00000000000 --- a/stable/domoticz/2.0.44/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: domoticz -version: 2.0.44 -appVersion: "2022.1.202" -description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/domoticz -icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png -keywords: - - domoticz -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz - - https://hub.docker.com/r/linuxserver/domoticz -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/domoticz/2.0.44/README.md b/stable/domoticz/2.0.44/README.md deleted file mode 100644 index 47bf12cd6e6..00000000000 --- a/stable/domoticz/2.0.44/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# domoticz - -Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [domoticz](https://truecharts.org/docs/charts/stable/domoticz) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `domoticz` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install domoticz TrueCharts/domoticz -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `domoticz` deployment - -```console -helm uninstall domoticz -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install domoticz \ - --set env.TZ="America/New York" \ - TrueCharts/domoticz -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install domoticz TrueCharts/domoticz -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/domoticz/2.0.44/charts/common-10.7.0.tgz b/stable/domoticz/2.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/domoticz/2.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/domoticz/2.0.44/ix_values.yaml b/stable/domoticz/2.0.44/ix_values.yaml deleted file mode 100644 index 0c40332d8fe..00000000000 --- a/stable/domoticz/2.0.44/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: tccr.io/truecharts/domoticz - pullPolicy: IfNotPresent - tag: 2022.1.20221013 - -securityContext: - runAsNonRoot: false - readOnlyRootFilesystem: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -env: - WEBROOT: "domoticz" - -service: - main: - ports: - main: - targetPort: 8080 - port: 10144 - comm1: - enabled: true - ports: - comm1: - enabled: true - targetPort: 6144 - port: 6144 - comm2: - enabled: true - ports: - comm2: - enabled: true - targetPort: 1443 - port: 1443 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true - -portal: - enabled: true diff --git a/stable/domoticz/2.0.45/CHANGELOG.md b/stable/domoticz/2.0.45/CHANGELOG.md new file mode 100644 index 00000000000..18f371e8ac8 --- /dev/null +++ b/stable/domoticz/2.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [domoticz-2.0.45](https://github.com/truecharts/charts/compare/domoticz-2.0.44...domoticz-2.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [domoticz-2.0.44](https://github.com/truecharts/charts/compare/domoticz-2.0.43...domoticz-2.0.44) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [domoticz-2.0.43](https://github.com/truecharts/charts/compare/domoticz-2.0.42...domoticz-2.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [domoticz-2.0.42](https://github.com/truecharts/charts/compare/domoticz-2.0.41...domoticz-2.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [domoticz-2.0.42](https://github.com/truecharts/charts/compare/domoticz-2.0.41...domoticz-2.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [domoticz-2.0.41](https://github.com/truecharts/charts/compare/domoticz-2.0.40...domoticz-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [domoticz-2.0.40](https://github.com/truecharts/charts/compare/domoticz-2.0.39...domoticz-2.0.40) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [domoticz-2.0.39](https://github.com/truecharts/charts/compare/domoticz-2.0.38...domoticz-2.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [domoticz-2.0.38](https://github.com/truecharts/charts/compare/domoticz-2.0.37...domoticz-2.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [domoticz-2.0.37](https://github.com/truecharts/charts/compare/domoticz-2.0.36...domoticz-2.0.37) (2022-09-23) + diff --git a/stable/domoticz/2.0.45/Chart.lock b/stable/domoticz/2.0.45/Chart.lock new file mode 100644 index 00000000000..03de34310f7 --- /dev/null +++ b/stable/domoticz/2.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:19.575537208Z" diff --git a/stable/domoticz/2.0.45/Chart.yaml b/stable/domoticz/2.0.45/Chart.yaml new file mode 100644 index 00000000000..21db2630044 --- /dev/null +++ b/stable/domoticz/2.0.45/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: domoticz +version: 2.0.45 +appVersion: "2022.1.202" +description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more." +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/domoticz +icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.png +keywords: + - domoticz +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/domoticz + - https://hub.docker.com/r/linuxserver/domoticz +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/domoticz/2.0.45/README.md b/stable/domoticz/2.0.45/README.md new file mode 100644 index 00000000000..9559e122e2d --- /dev/null +++ b/stable/domoticz/2.0.45/README.md @@ -0,0 +1,106 @@ +# domoticz + +Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [domoticz](https://truecharts.org/docs/charts/stable/domoticz) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `domoticz` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install domoticz TrueCharts/domoticz +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `domoticz` deployment + +```console +helm uninstall domoticz +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install domoticz \ + --set env.TZ="America/New York" \ + TrueCharts/domoticz +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install domoticz TrueCharts/domoticz -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/domoticz/2.0.44/app-readme.md b/stable/domoticz/2.0.45/app-readme.md similarity index 100% rename from stable/domoticz/2.0.44/app-readme.md rename to stable/domoticz/2.0.45/app-readme.md diff --git a/stable/domoticz/2.0.45/charts/common-10.7.1.tgz b/stable/domoticz/2.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/domoticz/2.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/domoticz/2.0.45/ix_values.yaml b/stable/domoticz/2.0.45/ix_values.yaml new file mode 100644 index 00000000000..0df9f15e797 --- /dev/null +++ b/stable/domoticz/2.0.45/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: tccr.io/truecharts/domoticz + pullPolicy: IfNotPresent + tag: 2022.1.20221015 + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +env: + WEBROOT: "domoticz" + +service: + main: + ports: + main: + targetPort: 8080 + port: 10144 + comm1: + enabled: true + ports: + comm1: + enabled: true + targetPort: 6144 + port: 6144 + comm2: + enabled: true + ports: + comm2: + enabled: true + targetPort: 1443 + port: 1443 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/domoticz/2.0.44/questions.yaml b/stable/domoticz/2.0.45/questions.yaml similarity index 100% rename from stable/domoticz/2.0.44/questions.yaml rename to stable/domoticz/2.0.45/questions.yaml diff --git a/stable/drawio/2.0.52/templates/common.yaml b/stable/domoticz/2.0.45/templates/common.yaml similarity index 100% rename from stable/drawio/2.0.52/templates/common.yaml rename to stable/domoticz/2.0.45/templates/common.yaml diff --git a/stable/drawio/2.0.52/values.yaml b/stable/domoticz/2.0.45/values.yaml similarity index 100% rename from stable/drawio/2.0.52/values.yaml rename to stable/domoticz/2.0.45/values.yaml diff --git a/stable/doplarr/2.0.38/CHANGELOG.md b/stable/doplarr/2.0.38/CHANGELOG.md deleted file mode 100644 index 1a37ca39d24..00000000000 --- a/stable/doplarr/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [doplarr-2.0.38](https://github.com/truecharts/charts/compare/doplarr-2.0.37...doplarr-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [doplarr-2.0.37](https://github.com/truecharts/charts/compare/doplarr-2.0.36...doplarr-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [doplarr-2.0.37](https://github.com/truecharts/charts/compare/doplarr-2.0.36...doplarr-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [doplarr-2.0.36](https://github.com/truecharts/charts/compare/doplarr-2.0.35...doplarr-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [doplarr-2.0.35](https://github.com/truecharts/charts/compare/doplarr-2.0.34...doplarr-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [doplarr-2.0.34](https://github.com/truecharts/charts/compare/doplarr-2.0.33...doplarr-2.0.34) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [doplarr-2.0.33](https://github.com/truecharts/charts/compare/doplarr-2.0.32...doplarr-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [doplarr-2.0.32](https://github.com/truecharts/charts/compare/doplarr-2.0.31...doplarr-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [doplarr-2.0.32](https://github.com/truecharts/charts/compare/doplarr-2.0.31...doplarr-2.0.32) (2022-09-21) diff --git a/stable/doplarr/2.0.38/Chart.lock b/stable/doplarr/2.0.38/Chart.lock deleted file mode 100644 index cdda9bd27fd..00000000000 --- a/stable/doplarr/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:27.914310855Z" diff --git a/stable/doplarr/2.0.38/Chart.yaml b/stable/doplarr/2.0.38/Chart.yaml deleted file mode 100644 index 56a55dfb328..00000000000 --- a/stable/doplarr/2.0.38/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "3.6.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An *arr Request Bot for Discord -home: https://truecharts.org/docs/charts/stable/doplarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png -keywords: - - doplarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: doplarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr - - https://github.com/kiranshila/Doplarr -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/doplarr/2.0.38/README.md b/stable/doplarr/2.0.38/README.md deleted file mode 100644 index 52546a9eab5..00000000000 --- a/stable/doplarr/2.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# doplarr - -An *arr Request Bot for Discord - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [doplarr](https://truecharts.org/docs/charts/stable/doplarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `doplarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install doplarr TrueCharts/doplarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `doplarr` deployment - -```console -helm uninstall doplarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install doplarr \ - --set env.TZ="America/New York" \ - TrueCharts/doplarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install doplarr TrueCharts/doplarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/doplarr/2.0.38/charts/common-10.7.0.tgz b/stable/doplarr/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/doplarr/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/doplarr/2.0.39/CHANGELOG.md b/stable/doplarr/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..533cc01a88a --- /dev/null +++ b/stable/doplarr/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [doplarr-2.0.39](https://github.com/truecharts/charts/compare/doplarr-2.0.38...doplarr-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [doplarr-2.0.38](https://github.com/truecharts/charts/compare/doplarr-2.0.37...doplarr-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [doplarr-2.0.37](https://github.com/truecharts/charts/compare/doplarr-2.0.36...doplarr-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [doplarr-2.0.37](https://github.com/truecharts/charts/compare/doplarr-2.0.36...doplarr-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [doplarr-2.0.36](https://github.com/truecharts/charts/compare/doplarr-2.0.35...doplarr-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [doplarr-2.0.35](https://github.com/truecharts/charts/compare/doplarr-2.0.34...doplarr-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [doplarr-2.0.34](https://github.com/truecharts/charts/compare/doplarr-2.0.33...doplarr-2.0.34) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [doplarr-2.0.33](https://github.com/truecharts/charts/compare/doplarr-2.0.32...doplarr-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [doplarr-2.0.32](https://github.com/truecharts/charts/compare/doplarr-2.0.31...doplarr-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/doplarr/2.0.39/Chart.lock b/stable/doplarr/2.0.39/Chart.lock new file mode 100644 index 00000000000..430257ea72d --- /dev/null +++ b/stable/doplarr/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:24.685212986Z" diff --git a/stable/doplarr/2.0.39/Chart.yaml b/stable/doplarr/2.0.39/Chart.yaml new file mode 100644 index 00000000000..021155efcc6 --- /dev/null +++ b/stable/doplarr/2.0.39/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "3.6.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An *arr Request Bot for Discord +home: https://truecharts.org/docs/charts/stable/doplarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.png +keywords: + - doplarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: doplarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/doplarr + - https://github.com/kiranshila/Doplarr +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/doplarr/2.0.39/README.md b/stable/doplarr/2.0.39/README.md new file mode 100644 index 00000000000..09a969d7b3e --- /dev/null +++ b/stable/doplarr/2.0.39/README.md @@ -0,0 +1,106 @@ +# doplarr + +An *arr Request Bot for Discord + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [doplarr](https://truecharts.org/docs/charts/stable/doplarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `doplarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install doplarr TrueCharts/doplarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `doplarr` deployment + +```console +helm uninstall doplarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install doplarr \ + --set env.TZ="America/New York" \ + TrueCharts/doplarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install doplarr TrueCharts/doplarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/doplarr/2.0.38/app-readme.md b/stable/doplarr/2.0.39/app-readme.md similarity index 100% rename from stable/doplarr/2.0.38/app-readme.md rename to stable/doplarr/2.0.39/app-readme.md diff --git a/stable/doplarr/2.0.39/charts/common-10.7.1.tgz b/stable/doplarr/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/doplarr/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/doplarr/2.0.38/ix_values.yaml b/stable/doplarr/2.0.39/ix_values.yaml similarity index 100% rename from stable/doplarr/2.0.38/ix_values.yaml rename to stable/doplarr/2.0.39/ix_values.yaml diff --git a/stable/doplarr/2.0.38/questions.yaml b/stable/doplarr/2.0.39/questions.yaml similarity index 100% rename from stable/doplarr/2.0.38/questions.yaml rename to stable/doplarr/2.0.39/questions.yaml diff --git a/stable/dsmr-reader/8.0.44/templates/common.yaml b/stable/doplarr/2.0.39/templates/common.yaml similarity index 100% rename from stable/dsmr-reader/8.0.44/templates/common.yaml rename to stable/doplarr/2.0.39/templates/common.yaml diff --git a/stable/drone-runner/1.0.12/values.yaml b/stable/doplarr/2.0.39/values.yaml similarity index 100% rename from stable/drone-runner/1.0.12/values.yaml rename to stable/doplarr/2.0.39/values.yaml diff --git a/stable/double-take/2.0.38/CHANGELOG.md b/stable/double-take/2.0.38/CHANGELOG.md deleted file mode 100644 index 8b8419b78fc..00000000000 --- a/stable/double-take/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [double-take-2.0.38](https://github.com/truecharts/charts/compare/double-take-2.0.37...double-take-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [double-take-2.0.37](https://github.com/truecharts/charts/compare/double-take-2.0.36...double-take-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [double-take-2.0.37](https://github.com/truecharts/charts/compare/double-take-2.0.36...double-take-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [double-take-2.0.36](https://github.com/truecharts/charts/compare/double-take-2.0.35...double-take-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [double-take-2.0.35](https://github.com/truecharts/charts/compare/double-take-2.0.34...double-take-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [double-take-2.0.34](https://github.com/truecharts/charts/compare/double-take-2.0.33...double-take-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [double-take-2.0.33](https://github.com/truecharts/charts/compare/double-take-2.0.32...double-take-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [double-take-2.0.33](https://github.com/truecharts/charts/compare/double-take-2.0.32...double-take-2.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/double-take/2.0.38/Chart.lock b/stable/double-take/2.0.38/Chart.lock deleted file mode 100644 index 7bb8c44ec07..00000000000 --- a/stable/double-take/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:40.78179829Z" diff --git a/stable/double-take/2.0.38/Chart.yaml b/stable/double-take/2.0.38/Chart.yaml deleted file mode 100644 index c40c7693675..00000000000 --- a/stable/double-take/2.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: double-take -version: 2.0.38 -appVersion: "1.12.1" -description: Unified UI and API for processing and training images for facial recognition -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/double-take -icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png -keywords: - - ai - - double-take -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/double-take - - https://github.com/jakowenko/double-take -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/double-take/2.0.38/README.md b/stable/double-take/2.0.38/README.md deleted file mode 100644 index 64df0be9b48..00000000000 --- a/stable/double-take/2.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# double-take - -Unified UI and API for processing and training images for facial recognition - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [double-take](https://truecharts.org/docs/charts/stable/double-take) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `double-take` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install double-take TrueCharts/double-take -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `double-take` deployment - -```console -helm uninstall double-take -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install double-take \ - --set env.TZ="America/New York" \ - TrueCharts/double-take -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install double-take TrueCharts/double-take -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/double-take/2.0.38/charts/common-10.7.0.tgz b/stable/double-take/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/double-take/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/double-take/2.0.39/CHANGELOG.md b/stable/double-take/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..316373c054d --- /dev/null +++ b/stable/double-take/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [double-take-2.0.39](https://github.com/truecharts/charts/compare/double-take-2.0.38...double-take-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [double-take-2.0.38](https://github.com/truecharts/charts/compare/double-take-2.0.37...double-take-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [double-take-2.0.37](https://github.com/truecharts/charts/compare/double-take-2.0.36...double-take-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [double-take-2.0.37](https://github.com/truecharts/charts/compare/double-take-2.0.36...double-take-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [double-take-2.0.36](https://github.com/truecharts/charts/compare/double-take-2.0.35...double-take-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [double-take-2.0.35](https://github.com/truecharts/charts/compare/double-take-2.0.34...double-take-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [double-take-2.0.34](https://github.com/truecharts/charts/compare/double-take-2.0.33...double-take-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [double-take-2.0.33](https://github.com/truecharts/charts/compare/double-take-2.0.32...double-take-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/double-take/2.0.39/Chart.lock b/stable/double-take/2.0.39/Chart.lock new file mode 100644 index 00000000000..076d0b0748b --- /dev/null +++ b/stable/double-take/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:35.299911222Z" diff --git a/stable/double-take/2.0.39/Chart.yaml b/stable/double-take/2.0.39/Chart.yaml new file mode 100644 index 00000000000..d5ac470a66f --- /dev/null +++ b/stable/double-take/2.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: double-take +version: 2.0.39 +appVersion: "1.12.1" +description: Unified UI and API for processing and training images for facial recognition +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/double-take +icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.png +keywords: + - ai + - double-take +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/double-take + - https://github.com/jakowenko/double-take +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/double-take/2.0.39/README.md b/stable/double-take/2.0.39/README.md new file mode 100644 index 00000000000..068b36cb7e2 --- /dev/null +++ b/stable/double-take/2.0.39/README.md @@ -0,0 +1,106 @@ +# double-take + +Unified UI and API for processing and training images for facial recognition + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [double-take](https://truecharts.org/docs/charts/stable/double-take) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `double-take` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install double-take TrueCharts/double-take +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `double-take` deployment + +```console +helm uninstall double-take +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install double-take \ + --set env.TZ="America/New York" \ + TrueCharts/double-take +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install double-take TrueCharts/double-take -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/double-take/2.0.38/app-readme.md b/stable/double-take/2.0.39/app-readme.md similarity index 100% rename from stable/double-take/2.0.38/app-readme.md rename to stable/double-take/2.0.39/app-readme.md diff --git a/stable/double-take/2.0.39/charts/common-10.7.1.tgz b/stable/double-take/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/double-take/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/double-take/2.0.38/ix_values.yaml b/stable/double-take/2.0.39/ix_values.yaml similarity index 100% rename from stable/double-take/2.0.38/ix_values.yaml rename to stable/double-take/2.0.39/ix_values.yaml diff --git a/stable/double-take/2.0.38/questions.yaml b/stable/double-take/2.0.39/questions.yaml similarity index 100% rename from stable/double-take/2.0.38/questions.yaml rename to stable/double-take/2.0.39/questions.yaml diff --git a/stable/duckdns/2.0.49/templates/common.yaml b/stable/double-take/2.0.39/templates/common.yaml similarity index 100% rename from stable/duckdns/2.0.49/templates/common.yaml rename to stable/double-take/2.0.39/templates/common.yaml diff --git a/stable/dsmr-reader/8.0.44/values.yaml b/stable/double-take/2.0.39/values.yaml similarity index 100% rename from stable/dsmr-reader/8.0.44/values.yaml rename to stable/double-take/2.0.39/values.yaml diff --git a/stable/doublecommander/4.0.35/CHANGELOG.md b/stable/doublecommander/4.0.35/CHANGELOG.md deleted file mode 100644 index a71313a51ce..00000000000 --- a/stable/doublecommander/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [doublecommander-4.0.35](https://github.com/truecharts/charts/compare/doublecommander-4.0.34...doublecommander-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [doublecommander-4.0.34](https://github.com/truecharts/charts/compare/doublecommander-4.0.33...doublecommander-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [doublecommander-4.0.34](https://github.com/truecharts/charts/compare/doublecommander-4.0.33...doublecommander-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [doublecommander-4.0.33](https://github.com/truecharts/charts/compare/doublecommander-4.0.32...doublecommander-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [doublecommander-4.0.32](https://github.com/truecharts/charts/compare/doublecommander-4.0.31...doublecommander-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [doublecommander-4.0.31](https://github.com/truecharts/charts/compare/doublecommander-4.0.30...doublecommander-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [doublecommander-4.0.30](https://github.com/truecharts/charts/compare/doublecommander-4.0.29...doublecommander-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [doublecommander-4.0.30](https://github.com/truecharts/charts/compare/doublecommander-4.0.29...doublecommander-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/doublecommander/4.0.35/Chart.lock b/stable/doublecommander/4.0.35/Chart.lock deleted file mode 100644 index e879bc8e4d7..00000000000 --- a/stable/doublecommander/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:41.077580999Z" diff --git a/stable/doublecommander/4.0.35/Chart.yaml b/stable/doublecommander/4.0.35/Chart.yaml deleted file mode 100644 index 66eaeb76e77..00000000000 --- a/stable/doublecommander/4.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.8.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A free cross platform open source file manager with two panels side by side. -home: https://truecharts.org/docs/charts/stable/doublecommander -icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png -keywords: - - doublecommander - - file - - manager -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: doublecommander -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander - - https://github.com/linuxserver/docker-doublecommander - - https://doublecmd.sourceforge.io/ -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/doublecommander/4.0.35/README.md b/stable/doublecommander/4.0.35/README.md deleted file mode 100644 index be279eaa2a5..00000000000 --- a/stable/doublecommander/4.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# doublecommander - -A free cross platform open source file manager with two panels side by side. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [doublecommander](https://truecharts.org/docs/charts/stable/doublecommander) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `doublecommander` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install doublecommander TrueCharts/doublecommander -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `doublecommander` deployment - -```console -helm uninstall doublecommander -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install doublecommander \ - --set env.TZ="America/New York" \ - TrueCharts/doublecommander -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install doublecommander TrueCharts/doublecommander -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/doublecommander/4.0.35/charts/common-10.7.0.tgz b/stable/doublecommander/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/doublecommander/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/doublecommander/4.0.36/CHANGELOG.md b/stable/doublecommander/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..527d6a7fbf8 --- /dev/null +++ b/stable/doublecommander/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [doublecommander-4.0.36](https://github.com/truecharts/charts/compare/doublecommander-4.0.35...doublecommander-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [doublecommander-4.0.35](https://github.com/truecharts/charts/compare/doublecommander-4.0.34...doublecommander-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [doublecommander-4.0.34](https://github.com/truecharts/charts/compare/doublecommander-4.0.33...doublecommander-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [doublecommander-4.0.34](https://github.com/truecharts/charts/compare/doublecommander-4.0.33...doublecommander-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [doublecommander-4.0.33](https://github.com/truecharts/charts/compare/doublecommander-4.0.32...doublecommander-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [doublecommander-4.0.32](https://github.com/truecharts/charts/compare/doublecommander-4.0.31...doublecommander-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [doublecommander-4.0.31](https://github.com/truecharts/charts/compare/doublecommander-4.0.30...doublecommander-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [doublecommander-4.0.30](https://github.com/truecharts/charts/compare/doublecommander-4.0.29...doublecommander-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/doublecommander/4.0.36/Chart.lock b/stable/doublecommander/4.0.36/Chart.lock new file mode 100644 index 00000000000..576d2fede30 --- /dev/null +++ b/stable/doublecommander/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:39.993445332Z" diff --git a/stable/doublecommander/4.0.36/Chart.yaml b/stable/doublecommander/4.0.36/Chart.yaml new file mode 100644 index 00000000000..1480865f496 --- /dev/null +++ b/stable/doublecommander/4.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.8.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A free cross platform open source file manager with two panels side by side. +home: https://truecharts.org/docs/charts/stable/doublecommander +icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.png +keywords: + - doublecommander + - file + - manager +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: doublecommander +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/doublecommander + - https://github.com/linuxserver/docker-doublecommander + - https://doublecmd.sourceforge.io/ +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/doublecommander/4.0.36/README.md b/stable/doublecommander/4.0.36/README.md new file mode 100644 index 00000000000..7ae4414f35f --- /dev/null +++ b/stable/doublecommander/4.0.36/README.md @@ -0,0 +1,107 @@ +# doublecommander + +A free cross platform open source file manager with two panels side by side. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [doublecommander](https://truecharts.org/docs/charts/stable/doublecommander) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `doublecommander` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install doublecommander TrueCharts/doublecommander +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `doublecommander` deployment + +```console +helm uninstall doublecommander +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install doublecommander \ + --set env.TZ="America/New York" \ + TrueCharts/doublecommander +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install doublecommander TrueCharts/doublecommander -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/doublecommander/4.0.35/app-readme.md b/stable/doublecommander/4.0.36/app-readme.md similarity index 100% rename from stable/doublecommander/4.0.35/app-readme.md rename to stable/doublecommander/4.0.36/app-readme.md diff --git a/stable/doublecommander/4.0.36/charts/common-10.7.1.tgz b/stable/doublecommander/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/doublecommander/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/doublecommander/4.0.35/ix_values.yaml b/stable/doublecommander/4.0.36/ix_values.yaml similarity index 100% rename from stable/doublecommander/4.0.35/ix_values.yaml rename to stable/doublecommander/4.0.36/ix_values.yaml diff --git a/stable/doublecommander/4.0.35/questions.yaml b/stable/doublecommander/4.0.36/questions.yaml similarity index 100% rename from stable/doublecommander/4.0.35/questions.yaml rename to stable/doublecommander/4.0.36/questions.yaml diff --git a/stable/doublecommander/4.0.35/templates/common.yaml b/stable/doublecommander/4.0.36/templates/common.yaml similarity index 100% rename from stable/doublecommander/4.0.35/templates/common.yaml rename to stable/doublecommander/4.0.36/templates/common.yaml diff --git a/stable/duckdns/2.0.49/values.yaml b/stable/doublecommander/4.0.36/values.yaml similarity index 100% rename from stable/duckdns/2.0.49/values.yaml rename to stable/doublecommander/4.0.36/values.yaml diff --git a/stable/drawio/2.0.52/CHANGELOG.md b/stable/drawio/2.0.52/CHANGELOG.md deleted file mode 100644 index 9ba23a1dcca..00000000000 --- a/stable/drawio/2.0.52/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [drawio-2.0.52](https://github.com/truecharts/charts/compare/drawio-2.0.51...drawio-2.0.52) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [drawio-2.0.51](https://github.com/truecharts/charts/compare/drawio-2.0.50...drawio-2.0.51) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [drawio-2.0.51](https://github.com/truecharts/charts/compare/drawio-2.0.50...drawio-2.0.51) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [drawio-2.0.50](https://github.com/truecharts/charts/compare/drawio-2.0.49...drawio-2.0.50) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [drawio-2.0.49](https://github.com/truecharts/charts/compare/drawio-2.0.48...drawio-2.0.49) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [drawio-2.0.48](https://github.com/truecharts/charts/compare/drawio-2.0.47...drawio-2.0.48) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [drawio-2.0.47](https://github.com/truecharts/charts/compare/drawio-2.0.46...drawio-2.0.47) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [drawio-2.0.46](https://github.com/truecharts/charts/compare/drawio-2.0.45...drawio-2.0.46) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [drawio-2.0.45](https://github.com/truecharts/charts/compare/drawio-2.0.44...drawio-2.0.45) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [drawio-2.0.44](https://github.com/truecharts/charts/compare/drawio-2.0.43...drawio-2.0.44) (2022-09-22) - -### Chore diff --git a/stable/drawio/2.0.52/Chart.lock b/stable/drawio/2.0.52/Chart.lock deleted file mode 100644 index 2f75627eb87..00000000000 --- a/stable/drawio/2.0.52/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:50.963100078Z" diff --git a/stable/drawio/2.0.52/Chart.yaml b/stable/drawio/2.0.52/Chart.yaml deleted file mode 100644 index 1f4c3a2193f..00000000000 --- a/stable/drawio/2.0.52/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "20.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Drawio is free online diagram software. -home: https://truecharts.org/docs/charts/stable/drawio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png -keywords: - - drawio -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: drawio -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - - https://hub.docker.com/r/jgraph/drawio - - https://github.com/jgraph/drawio -version: 2.0.52 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/drawio/2.0.52/README.md b/stable/drawio/2.0.52/README.md deleted file mode 100644 index 478714180af..00000000000 --- a/stable/drawio/2.0.52/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# drawio - -Drawio is free online diagram software. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [drawio](https://truecharts.org/docs/charts/stable/drawio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `drawio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install drawio TrueCharts/drawio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `drawio` deployment - -```console -helm uninstall drawio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install drawio \ - --set env.TZ="America/New York" \ - TrueCharts/drawio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install drawio TrueCharts/drawio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/drawio/2.0.52/charts/common-10.7.0.tgz b/stable/drawio/2.0.52/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/drawio/2.0.52/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/drawio/2.0.53/CHANGELOG.md b/stable/drawio/2.0.53/CHANGELOG.md new file mode 100644 index 00000000000..09337301d6b --- /dev/null +++ b/stable/drawio/2.0.53/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [drawio-2.0.53](https://github.com/truecharts/charts/compare/drawio-2.0.52...drawio-2.0.53) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [drawio-2.0.52](https://github.com/truecharts/charts/compare/drawio-2.0.51...drawio-2.0.52) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [drawio-2.0.51](https://github.com/truecharts/charts/compare/drawio-2.0.50...drawio-2.0.51) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [drawio-2.0.51](https://github.com/truecharts/charts/compare/drawio-2.0.50...drawio-2.0.51) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [drawio-2.0.50](https://github.com/truecharts/charts/compare/drawio-2.0.49...drawio-2.0.50) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [drawio-2.0.49](https://github.com/truecharts/charts/compare/drawio-2.0.48...drawio-2.0.49) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [drawio-2.0.48](https://github.com/truecharts/charts/compare/drawio-2.0.47...drawio-2.0.48) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [drawio-2.0.47](https://github.com/truecharts/charts/compare/drawio-2.0.46...drawio-2.0.47) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [drawio-2.0.46](https://github.com/truecharts/charts/compare/drawio-2.0.45...drawio-2.0.46) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [drawio-2.0.45](https://github.com/truecharts/charts/compare/drawio-2.0.44...drawio-2.0.45) (2022-09-23) + +### Chore diff --git a/stable/drawio/2.0.53/Chart.lock b/stable/drawio/2.0.53/Chart.lock new file mode 100644 index 00000000000..328d50e33b0 --- /dev/null +++ b/stable/drawio/2.0.53/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:50.640033574Z" diff --git a/stable/drawio/2.0.53/Chart.yaml b/stable/drawio/2.0.53/Chart.yaml new file mode 100644 index 00000000000..c58da5a866a --- /dev/null +++ b/stable/drawio/2.0.53/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "20.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Drawio is free online diagram software. +home: https://truecharts.org/docs/charts/stable/drawio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png +keywords: + - drawio +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: drawio +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/drawio + - https://hub.docker.com/r/jgraph/drawio + - https://github.com/jgraph/drawio +version: 2.0.53 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/drawio/2.0.53/README.md b/stable/drawio/2.0.53/README.md new file mode 100644 index 00000000000..642ef8ceb1b --- /dev/null +++ b/stable/drawio/2.0.53/README.md @@ -0,0 +1,107 @@ +# drawio + +Drawio is free online diagram software. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [drawio](https://truecharts.org/docs/charts/stable/drawio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `drawio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install drawio TrueCharts/drawio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `drawio` deployment + +```console +helm uninstall drawio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install drawio \ + --set env.TZ="America/New York" \ + TrueCharts/drawio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install drawio TrueCharts/drawio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/drawio/2.0.52/app-readme.md b/stable/drawio/2.0.53/app-readme.md similarity index 100% rename from stable/drawio/2.0.52/app-readme.md rename to stable/drawio/2.0.53/app-readme.md diff --git a/stable/drawio/2.0.53/charts/common-10.7.1.tgz b/stable/drawio/2.0.53/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/drawio/2.0.53/charts/common-10.7.1.tgz differ diff --git a/stable/drawio/2.0.52/ix_values.yaml b/stable/drawio/2.0.53/ix_values.yaml similarity index 100% rename from stable/drawio/2.0.52/ix_values.yaml rename to stable/drawio/2.0.53/ix_values.yaml diff --git a/stable/drawio/2.0.52/questions.yaml b/stable/drawio/2.0.53/questions.yaml similarity index 100% rename from stable/drawio/2.0.52/questions.yaml rename to stable/drawio/2.0.53/questions.yaml diff --git a/stable/dupeguru/1.0.16/templates/common.yaml b/stable/drawio/2.0.53/templates/common.yaml similarity index 100% rename from stable/dupeguru/1.0.16/templates/common.yaml rename to stable/drawio/2.0.53/templates/common.yaml diff --git a/stable/dupeguru/1.0.16/values.yaml b/stable/drawio/2.0.53/values.yaml similarity index 100% rename from stable/dupeguru/1.0.16/values.yaml rename to stable/drawio/2.0.53/values.yaml diff --git a/stable/drone-runner/1.0.12/CHANGELOG.md b/stable/drone-runner/1.0.12/CHANGELOG.md deleted file mode 100644 index 93f924ab130..00000000000 --- a/stable/drone-runner/1.0.12/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [drone-runner-1.0.12](https://github.com/truecharts/charts/compare/drone-runner-1.0.11...drone-runner-1.0.12) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [drone-runner-1.0.11](https://github.com/truecharts/charts/compare/drone-runner-1.0.10...drone-runner-1.0.11) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [drone-runner-1.0.11](https://github.com/truecharts/charts/compare/drone-runner-1.0.10...drone-runner-1.0.11) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [drone-runner-1.0.10](https://github.com/truecharts/charts/compare/drone-runner-1.0.9...drone-runner-1.0.10) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [drone-runner-1.0.9](https://github.com/truecharts/charts/compare/drone-runner-1.0.8...drone-runner-1.0.9) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [drone-runner-1.0.8](https://github.com/truecharts/charts/compare/drone-runner-1.0.7...drone-runner-1.0.8) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [drone-runner-1.0.7](https://github.com/truecharts/charts/compare/drone-runner-1.0.6...drone-runner-1.0.7) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [drone-runner-1.0.7](https://github.com/truecharts/charts/compare/drone-runner-1.0.6...drone-runner-1.0.7) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/drone-runner/1.0.12/Chart.lock b/stable/drone-runner/1.0.12/Chart.lock deleted file mode 100644 index babad89e85c..00000000000 --- a/stable/drone-runner/1.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:23:57.31631407Z" diff --git a/stable/drone-runner/1.0.12/Chart.yaml b/stable/drone-runner/1.0.12/Chart.yaml deleted file mode 100644 index 8a9846d4065..00000000000 --- a/stable/drone-runner/1.0.12/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Drone by Harnessâ„¢ is a modern Continuous Integration platform" -home: https://truecharts.org/docs/charts/stable/drone-runner -icon: https://truecharts.org/img/hotlink-ok/chart-icons/drone-runner.png -keywords: - - drone - - productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: drone-runner -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/drone-runner - - https://docs.drone.io -type: application -version: 1.0.12 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - productivity diff --git a/stable/drone-runner/1.0.12/README.md b/stable/drone-runner/1.0.12/README.md deleted file mode 100644 index 71a674cc9ad..00000000000 --- a/stable/drone-runner/1.0.12/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# drone-runner - -Drone by Harnessâ„¢ is a modern Continuous Integration platform - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [drone-runner](https://truecharts.org/docs/charts/stable/drone-runner) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `drone-runner` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install drone-runner TrueCharts/drone-runner -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `drone-runner` deployment - -```console -helm uninstall drone-runner -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install drone-runner \ - --set env.TZ="America/New York" \ - TrueCharts/drone-runner -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install drone-runner TrueCharts/drone-runner -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/drone-runner/1.0.12/charts/common-10.7.0.tgz b/stable/drone-runner/1.0.12/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/drone-runner/1.0.12/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/drone-runner/1.0.13/CHANGELOG.md b/stable/drone-runner/1.0.13/CHANGELOG.md new file mode 100644 index 00000000000..4701a22d690 --- /dev/null +++ b/stable/drone-runner/1.0.13/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [drone-runner-1.0.13](https://github.com/truecharts/charts/compare/drone-runner-1.0.12...drone-runner-1.0.13) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [drone-runner-1.0.12](https://github.com/truecharts/charts/compare/drone-runner-1.0.11...drone-runner-1.0.12) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [drone-runner-1.0.11](https://github.com/truecharts/charts/compare/drone-runner-1.0.10...drone-runner-1.0.11) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [drone-runner-1.0.11](https://github.com/truecharts/charts/compare/drone-runner-1.0.10...drone-runner-1.0.11) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [drone-runner-1.0.10](https://github.com/truecharts/charts/compare/drone-runner-1.0.9...drone-runner-1.0.10) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [drone-runner-1.0.9](https://github.com/truecharts/charts/compare/drone-runner-1.0.8...drone-runner-1.0.9) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [drone-runner-1.0.8](https://github.com/truecharts/charts/compare/drone-runner-1.0.7...drone-runner-1.0.8) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [drone-runner-1.0.7](https://github.com/truecharts/charts/compare/drone-runner-1.0.6...drone-runner-1.0.7) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/drone-runner/1.0.13/Chart.lock b/stable/drone-runner/1.0.13/Chart.lock new file mode 100644 index 00000000000..008575898d0 --- /dev/null +++ b/stable/drone-runner/1.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:07:56.151079347Z" diff --git a/stable/drone-runner/1.0.13/Chart.yaml b/stable/drone-runner/1.0.13/Chart.yaml new file mode 100644 index 00000000000..fb7b06dc195 --- /dev/null +++ b/stable/drone-runner/1.0.13/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Drone by Harnessâ„¢ is a modern Continuous Integration platform" +home: https://truecharts.org/docs/charts/stable/drone-runner +icon: https://truecharts.org/img/hotlink-ok/chart-icons/drone-runner.png +keywords: + - drone + - productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: drone-runner +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/drone-runner + - https://docs.drone.io +type: application +version: 1.0.13 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - productivity diff --git a/stable/drone-runner/1.0.13/README.md b/stable/drone-runner/1.0.13/README.md new file mode 100644 index 00000000000..d67abcccff0 --- /dev/null +++ b/stable/drone-runner/1.0.13/README.md @@ -0,0 +1,106 @@ +# drone-runner + +Drone by Harnessâ„¢ is a modern Continuous Integration platform + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [drone-runner](https://truecharts.org/docs/charts/stable/drone-runner) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `drone-runner` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install drone-runner TrueCharts/drone-runner +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `drone-runner` deployment + +```console +helm uninstall drone-runner +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install drone-runner \ + --set env.TZ="America/New York" \ + TrueCharts/drone-runner +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install drone-runner TrueCharts/drone-runner -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/drone-runner/1.0.12/app-readme.md b/stable/drone-runner/1.0.13/app-readme.md similarity index 100% rename from stable/drone-runner/1.0.12/app-readme.md rename to stable/drone-runner/1.0.13/app-readme.md diff --git a/stable/drone-runner/1.0.13/charts/common-10.7.1.tgz b/stable/drone-runner/1.0.13/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/drone-runner/1.0.13/charts/common-10.7.1.tgz differ diff --git a/stable/drone-runner/1.0.12/ix_values.yaml b/stable/drone-runner/1.0.13/ix_values.yaml similarity index 100% rename from stable/drone-runner/1.0.12/ix_values.yaml rename to stable/drone-runner/1.0.13/ix_values.yaml diff --git a/stable/drone-runner/1.0.12/questions.yaml b/stable/drone-runner/1.0.13/questions.yaml similarity index 100% rename from stable/drone-runner/1.0.12/questions.yaml rename to stable/drone-runner/1.0.13/questions.yaml diff --git a/stable/drone-runner/1.0.12/templates/_rolebinding.tpl b/stable/drone-runner/1.0.13/templates/_rolebinding.tpl similarity index 100% rename from stable/drone-runner/1.0.12/templates/_rolebinding.tpl rename to stable/drone-runner/1.0.13/templates/_rolebinding.tpl diff --git a/stable/drone-runner/1.0.12/templates/common.yaml b/stable/drone-runner/1.0.13/templates/common.yaml similarity index 100% rename from stable/drone-runner/1.0.12/templates/common.yaml rename to stable/drone-runner/1.0.13/templates/common.yaml diff --git a/stable/duplicati/6.0.38/values.yaml b/stable/drone-runner/1.0.13/values.yaml similarity index 100% rename from stable/duplicati/6.0.38/values.yaml rename to stable/drone-runner/1.0.13/values.yaml diff --git a/stable/dsmr-reader/8.0.44/CHANGELOG.md b/stable/dsmr-reader/8.0.44/CHANGELOG.md deleted file mode 100644 index f35847ea713..00000000000 --- a/stable/dsmr-reader/8.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dsmr-reader-8.0.44](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.43...dsmr-reader-8.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dsmr-reader-8.0.43](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.42...dsmr-reader-8.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dsmr-reader-8.0.43](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.42...dsmr-reader-8.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dsmr-reader-8.0.42](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.41...dsmr-reader-8.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dsmr-reader-8.0.40](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.39...dsmr-reader-8.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - - -## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) diff --git a/stable/dsmr-reader/8.0.44/Chart.lock b/stable/dsmr-reader/8.0.44/Chart.lock deleted file mode 100644 index 1fbe6a81321..00000000000 --- a/stable/dsmr-reader/8.0.44/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:24:21.539549071Z" diff --git a/stable/dsmr-reader/8.0.44/Chart.yaml b/stable/dsmr-reader/8.0.44/Chart.yaml deleted file mode 100644 index 9b18ea5496d..00000000000 --- a/stable/dsmr-reader/8.0.44/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2021.09.02" -description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. -name: dsmr-reader -version: 8.0.44 -kubeVersion: ">=1.16.0-0" -keywords: - - dsmr-reader - - energy -home: https://truecharts.org/docs/charts/stable/dsmr-reader -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dsmr-reader - - https://github.com/dsmrreader/dsmr-reader - - https://github.com/xirixiz/dsmr-reader-docker -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dsmr-reader/8.0.44/README.md b/stable/dsmr-reader/8.0.44/README.md deleted file mode 100644 index b4dfed7f56b..00000000000 --- a/stable/dsmr-reader/8.0.44/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# dsmr-reader - -DSMR-protocol reader, telegram data storage and energy consumption visualizer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dsmr-reader](https://truecharts.org/docs/charts/stable/dsmr-reader) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dsmr-reader` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dsmr-reader TrueCharts/dsmr-reader -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dsmr-reader` deployment - -```console -helm uninstall dsmr-reader -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dsmr-reader \ - --set env.TZ="America/New York" \ - TrueCharts/dsmr-reader -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dsmr-reader TrueCharts/dsmr-reader -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dsmr-reader/8.0.44/charts/common-10.7.0.tgz b/stable/dsmr-reader/8.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dsmr-reader/8.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dsmr-reader/8.0.44/charts/postgresql-8.0.97.tgz b/stable/dsmr-reader/8.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/dsmr-reader/8.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/dsmr-reader/8.0.45/CHANGELOG.md b/stable/dsmr-reader/8.0.45/CHANGELOG.md new file mode 100644 index 00000000000..b8679d3e047 --- /dev/null +++ b/stable/dsmr-reader/8.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dsmr-reader-8.0.45](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.44...dsmr-reader-8.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dsmr-reader-8.0.44](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.43...dsmr-reader-8.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dsmr-reader-8.0.43](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.42...dsmr-reader-8.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dsmr-reader-8.0.43](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.42...dsmr-reader-8.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dsmr-reader-8.0.42](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.41...dsmr-reader-8.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dsmr-reader-8.0.40](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.39...dsmr-reader-8.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + + +## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/dsmr-reader/8.0.45/Chart.lock b/stable/dsmr-reader/8.0.45/Chart.lock new file mode 100644 index 00000000000..d3df4d269a6 --- /dev/null +++ b/stable/dsmr-reader/8.0.45/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:08:18.243070574Z" diff --git a/stable/dsmr-reader/8.0.45/Chart.yaml b/stable/dsmr-reader/8.0.45/Chart.yaml new file mode 100644 index 00000000000..564347f7b4b --- /dev/null +++ b/stable/dsmr-reader/8.0.45/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2021.09.02" +description: DSMR-protocol reader, telegram data storage and energy consumption visualizer. +name: dsmr-reader +version: 8.0.45 +kubeVersion: ">=1.16.0-0" +keywords: + - dsmr-reader + - energy +home: https://truecharts.org/docs/charts/stable/dsmr-reader +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dsmr-reader.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dsmr-reader + - https://github.com/dsmrreader/dsmr-reader + - https://github.com/xirixiz/dsmr-reader-docker +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dsmr-reader/8.0.45/README.md b/stable/dsmr-reader/8.0.45/README.md new file mode 100644 index 00000000000..16ae3a23d5b --- /dev/null +++ b/stable/dsmr-reader/8.0.45/README.md @@ -0,0 +1,108 @@ +# dsmr-reader + +DSMR-protocol reader, telegram data storage and energy consumption visualizer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dsmr-reader](https://truecharts.org/docs/charts/stable/dsmr-reader) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dsmr-reader` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dsmr-reader TrueCharts/dsmr-reader +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dsmr-reader` deployment + +```console +helm uninstall dsmr-reader +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dsmr-reader \ + --set env.TZ="America/New York" \ + TrueCharts/dsmr-reader +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dsmr-reader TrueCharts/dsmr-reader -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dsmr-reader/8.0.44/app-readme.md b/stable/dsmr-reader/8.0.45/app-readme.md similarity index 100% rename from stable/dsmr-reader/8.0.44/app-readme.md rename to stable/dsmr-reader/8.0.45/app-readme.md diff --git a/stable/dsmr-reader/8.0.45/charts/common-10.7.1.tgz b/stable/dsmr-reader/8.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dsmr-reader/8.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/dsmr-reader/8.0.45/charts/postgresql-8.0.101.tgz b/stable/dsmr-reader/8.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/dsmr-reader/8.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/stable/dsmr-reader/8.0.44/ix_values.yaml b/stable/dsmr-reader/8.0.45/ix_values.yaml similarity index 100% rename from stable/dsmr-reader/8.0.44/ix_values.yaml rename to stable/dsmr-reader/8.0.45/ix_values.yaml diff --git a/stable/dsmr-reader/8.0.44/questions.yaml b/stable/dsmr-reader/8.0.45/questions.yaml similarity index 100% rename from stable/dsmr-reader/8.0.44/questions.yaml rename to stable/dsmr-reader/8.0.45/questions.yaml diff --git a/stable/duplicati/6.0.38/templates/common.yaml b/stable/dsmr-reader/8.0.45/templates/common.yaml similarity index 100% rename from stable/duplicati/6.0.38/templates/common.yaml rename to stable/dsmr-reader/8.0.45/templates/common.yaml diff --git a/stable/embystat/2.0.36/values.yaml b/stable/dsmr-reader/8.0.45/values.yaml similarity index 100% rename from stable/embystat/2.0.36/values.yaml rename to stable/dsmr-reader/8.0.45/values.yaml diff --git a/stable/duckdns/2.0.49/CHANGELOG.md b/stable/duckdns/2.0.49/CHANGELOG.md deleted file mode 100644 index d807aa8f5f6..00000000000 --- a/stable/duckdns/2.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [duckdns-2.0.49](https://github.com/truecharts/charts/compare/duckdns-2.0.48...duckdns-2.0.49) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [duckdns-2.0.48](https://github.com/truecharts/charts/compare/duckdns-2.0.47...duckdns-2.0.48) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [duckdns-2.0.47](https://github.com/truecharts/charts/compare/duckdns-2.0.46...duckdns-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duckdns-2.0.47](https://github.com/truecharts/charts/compare/duckdns-2.0.46...duckdns-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duckdns-2.0.46](https://github.com/truecharts/charts/compare/duckdns-2.0.45...duckdns-2.0.46) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [duckdns-2.0.45](https://github.com/truecharts/charts/compare/duckdns-2.0.44...duckdns-2.0.45) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [duckdns-2.0.45](https://github.com/truecharts/charts/compare/duckdns-2.0.44...duckdns-2.0.45) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [duckdns-2.0.44](https://github.com/truecharts/charts/compare/duckdns-2.0.43...duckdns-2.0.44) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [duckdns-2.0.43](https://github.com/truecharts/charts/compare/duckdns-2.0.42...duckdns-2.0.43) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [duckdns-2.0.42](https://github.com/truecharts/charts/compare/duckdns-2.0.40...duckdns-2.0.42) (2022-09-22) - diff --git a/stable/duckdns/2.0.49/Chart.lock b/stable/duckdns/2.0.49/Chart.lock deleted file mode 100644 index 63b664eb4f1..00000000000 --- a/stable/duckdns/2.0.49/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:17:23.130070098Z" diff --git a/stable/duckdns/2.0.49/Chart.yaml b/stable/duckdns/2.0.49/Chart.yaml deleted file mode 100644 index 126146783c7..00000000000 --- a/stable/duckdns/2.0.49/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: duckdns -version: 2.0.49 -appVersion: "latest" -description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/duckdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png -keywords: - - duckdns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns - - https://hub.docker.com/r/linuxserver/duckdns -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/duckdns/2.0.49/README.md b/stable/duckdns/2.0.49/README.md deleted file mode 100644 index fdc4bc2258e..00000000000 --- a/stable/duckdns/2.0.49/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# duckdns - -Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [duckdns](https://truecharts.org/docs/charts/stable/duckdns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `duckdns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install duckdns TrueCharts/duckdns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `duckdns` deployment - -```console -helm uninstall duckdns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install duckdns \ - --set env.TZ="America/New York" \ - TrueCharts/duckdns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install duckdns TrueCharts/duckdns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/duckdns/2.0.49/charts/common-10.7.0.tgz b/stable/duckdns/2.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/duckdns/2.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/duckdns/2.0.50/CHANGELOG.md b/stable/duckdns/2.0.50/CHANGELOG.md new file mode 100644 index 00000000000..3384dc198c9 --- /dev/null +++ b/stable/duckdns/2.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [duckdns-2.0.50](https://github.com/truecharts/charts/compare/duckdns-2.0.49...duckdns-2.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [duckdns-2.0.49](https://github.com/truecharts/charts/compare/duckdns-2.0.48...duckdns-2.0.49) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [duckdns-2.0.48](https://github.com/truecharts/charts/compare/duckdns-2.0.47...duckdns-2.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [duckdns-2.0.47](https://github.com/truecharts/charts/compare/duckdns-2.0.46...duckdns-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duckdns-2.0.47](https://github.com/truecharts/charts/compare/duckdns-2.0.46...duckdns-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duckdns-2.0.46](https://github.com/truecharts/charts/compare/duckdns-2.0.45...duckdns-2.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [duckdns-2.0.45](https://github.com/truecharts/charts/compare/duckdns-2.0.44...duckdns-2.0.45) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [duckdns-2.0.45](https://github.com/truecharts/charts/compare/duckdns-2.0.44...duckdns-2.0.45) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [duckdns-2.0.44](https://github.com/truecharts/charts/compare/duckdns-2.0.43...duckdns-2.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [duckdns-2.0.43](https://github.com/truecharts/charts/compare/duckdns-2.0.42...duckdns-2.0.43) (2022-09-25) + diff --git a/stable/duckdns/2.0.50/Chart.lock b/stable/duckdns/2.0.50/Chart.lock new file mode 100644 index 00000000000..70192fc0803 --- /dev/null +++ b/stable/duckdns/2.0.50/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:11.738663834Z" diff --git a/stable/duckdns/2.0.50/Chart.yaml b/stable/duckdns/2.0.50/Chart.yaml new file mode 100644 index 00000000000..6e92e859b27 --- /dev/null +++ b/stable/duckdns/2.0.50/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: duckdns +version: 2.0.50 +appVersion: "latest" +description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/duckdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png +keywords: + - duckdns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duckdns + - https://hub.docker.com/r/linuxserver/duckdns +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/duckdns/2.0.50/README.md b/stable/duckdns/2.0.50/README.md new file mode 100644 index 00000000000..e8d245c2a7a --- /dev/null +++ b/stable/duckdns/2.0.50/README.md @@ -0,0 +1,106 @@ +# duckdns + +Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [duckdns](https://truecharts.org/docs/charts/stable/duckdns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `duckdns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install duckdns TrueCharts/duckdns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `duckdns` deployment + +```console +helm uninstall duckdns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install duckdns \ + --set env.TZ="America/New York" \ + TrueCharts/duckdns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install duckdns TrueCharts/duckdns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/duckdns/2.0.49/app-readme.md b/stable/duckdns/2.0.50/app-readme.md similarity index 100% rename from stable/duckdns/2.0.49/app-readme.md rename to stable/duckdns/2.0.50/app-readme.md diff --git a/stable/duckdns/2.0.50/charts/common-10.7.1.tgz b/stable/duckdns/2.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/duckdns/2.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/duckdns/2.0.49/ix_values.yaml b/stable/duckdns/2.0.50/ix_values.yaml similarity index 100% rename from stable/duckdns/2.0.49/ix_values.yaml rename to stable/duckdns/2.0.50/ix_values.yaml diff --git a/stable/duckdns/2.0.49/questions.yaml b/stable/duckdns/2.0.50/questions.yaml similarity index 100% rename from stable/duckdns/2.0.49/questions.yaml rename to stable/duckdns/2.0.50/questions.yaml diff --git a/stable/embystat/2.0.36/templates/common.yaml b/stable/duckdns/2.0.50/templates/common.yaml similarity index 100% rename from stable/embystat/2.0.36/templates/common.yaml rename to stable/duckdns/2.0.50/templates/common.yaml diff --git a/stable/emulatorjs/2.0.39/values.yaml b/stable/duckdns/2.0.50/values.yaml similarity index 100% rename from stable/emulatorjs/2.0.39/values.yaml rename to stable/duckdns/2.0.50/values.yaml diff --git a/stable/dupeguru/1.0.16/CHANGELOG.md b/stable/dupeguru/1.0.16/CHANGELOG.md deleted file mode 100644 index 60d4a410d33..00000000000 --- a/stable/dupeguru/1.0.16/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [dupeguru-1.0.16](https://github.com/truecharts/charts/compare/dupeguru-1.0.15...dupeguru-1.0.16) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/dupeguru to v22.10.1 ([#4092](https://github.com/truecharts/charts/issues/4092)) - - - - -## [dupeguru-1.0.15](https://github.com/truecharts/charts/compare/dupeguru-1.0.14...dupeguru-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [dupeguru-1.0.14](https://github.com/truecharts/charts/compare/dupeguru-1.0.13...dupeguru-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dupeguru-1.0.14](https://github.com/truecharts/charts/compare/dupeguru-1.0.13...dupeguru-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [dupeguru-1.0.13](https://github.com/truecharts/charts/compare/dupeguru-1.0.12...dupeguru-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [dupeguru-1.0.12](https://github.com/truecharts/charts/compare/dupeguru-1.0.11...dupeguru-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [dsmr-reader-8.0.39](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.38...dsmr-reader-8.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/dupeguru/1.0.16/Chart.lock b/stable/dupeguru/1.0.16/Chart.lock deleted file mode 100644 index 36f4f83575d..00000000000 --- a/stable/dupeguru/1.0.16/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:17:25.025775097Z" diff --git a/stable/dupeguru/1.0.16/Chart.yaml b/stable/dupeguru/1.0.16/Chart.yaml deleted file mode 100644 index 39e39433d99..00000000000 --- a/stable/dupeguru/1.0.16/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "22.10.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. -home: https://truecharts.org/docs/charts/stable/dupeguru -icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png -keywords: - - dedupe - - dupeguru -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dupeguru -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/dupeguru - - https://github.com/jlesage/docker-dupeguru - - https://hub.docker.com/r/jlesage/dupeguru/ -type: application -version: 1.0.16 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/dupeguru/1.0.16/README.md b/stable/dupeguru/1.0.16/README.md deleted file mode 100644 index 17f33393d1c..00000000000 --- a/stable/dupeguru/1.0.16/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# dupeguru - -dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dupeguru](https://truecharts.org/docs/charts/stable/dupeguru) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `dupeguru` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install dupeguru TrueCharts/dupeguru -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `dupeguru` deployment - -```console -helm uninstall dupeguru -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dupeguru \ - --set env.TZ="America/New York" \ - TrueCharts/dupeguru -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dupeguru TrueCharts/dupeguru -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/dupeguru/1.0.16/charts/common-10.7.0.tgz b/stable/dupeguru/1.0.16/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/dupeguru/1.0.16/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/dupeguru/1.0.17/CHANGELOG.md b/stable/dupeguru/1.0.17/CHANGELOG.md new file mode 100644 index 00000000000..1a8aaac627d --- /dev/null +++ b/stable/dupeguru/1.0.17/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [dupeguru-1.0.17](https://github.com/truecharts/charts/compare/dupeguru-1.0.16...dupeguru-1.0.17) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [dupeguru-1.0.16](https://github.com/truecharts/charts/compare/dupeguru-1.0.15...dupeguru-1.0.16) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update container image tccr.io/truecharts/dupeguru to v22.10.1 ([#4092](https://github.com/truecharts/charts/issues/4092)) + + + + +## [dupeguru-1.0.15](https://github.com/truecharts/charts/compare/dupeguru-1.0.14...dupeguru-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [dupeguru-1.0.14](https://github.com/truecharts/charts/compare/dupeguru-1.0.13...dupeguru-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dupeguru-1.0.14](https://github.com/truecharts/charts/compare/dupeguru-1.0.13...dupeguru-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [dupeguru-1.0.13](https://github.com/truecharts/charts/compare/dupeguru-1.0.12...dupeguru-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [dupeguru-1.0.12](https://github.com/truecharts/charts/compare/dupeguru-1.0.11...dupeguru-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [dsmr-reader-8.0.39](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.38...dsmr-reader-8.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [dsmr-reader-8.0.38](https://github.com/truecharts/charts/compare/dsmr-reader-8.0.37...dsmr-reader-8.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/dupeguru/1.0.17/Chart.lock b/stable/dupeguru/1.0.17/Chart.lock new file mode 100644 index 00000000000..c3420804c46 --- /dev/null +++ b/stable/dupeguru/1.0.17/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:21.347359298Z" diff --git a/stable/dupeguru/1.0.17/Chart.yaml b/stable/dupeguru/1.0.17/Chart.yaml new file mode 100644 index 00000000000..f865f5ff018 --- /dev/null +++ b/stable/dupeguru/1.0.17/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "22.10.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. +home: https://truecharts.org/docs/charts/stable/dupeguru +icon: https://truecharts.org/img/hotlink-ok/chart-icons/dupeguru.png +keywords: + - dedupe + - dupeguru +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: dupeguru +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/dupeguru + - https://github.com/jlesage/docker-dupeguru + - https://hub.docker.com/r/jlesage/dupeguru/ +type: application +version: 1.0.17 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/dupeguru/1.0.17/README.md b/stable/dupeguru/1.0.17/README.md new file mode 100644 index 00000000000..a3ea64e52a9 --- /dev/null +++ b/stable/dupeguru/1.0.17/README.md @@ -0,0 +1,107 @@ +# dupeguru + +dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [dupeguru](https://truecharts.org/docs/charts/stable/dupeguru) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `dupeguru` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install dupeguru TrueCharts/dupeguru +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `dupeguru` deployment + +```console +helm uninstall dupeguru +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install dupeguru \ + --set env.TZ="America/New York" \ + TrueCharts/dupeguru +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install dupeguru TrueCharts/dupeguru -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/dupeguru/1.0.16/app-readme.md b/stable/dupeguru/1.0.17/app-readme.md similarity index 100% rename from stable/dupeguru/1.0.16/app-readme.md rename to stable/dupeguru/1.0.17/app-readme.md diff --git a/stable/dupeguru/1.0.17/charts/common-10.7.1.tgz b/stable/dupeguru/1.0.17/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/dupeguru/1.0.17/charts/common-10.7.1.tgz differ diff --git a/stable/dupeguru/1.0.16/ix_values.yaml b/stable/dupeguru/1.0.17/ix_values.yaml similarity index 100% rename from stable/dupeguru/1.0.16/ix_values.yaml rename to stable/dupeguru/1.0.17/ix_values.yaml diff --git a/stable/dupeguru/1.0.16/questions.yaml b/stable/dupeguru/1.0.17/questions.yaml similarity index 100% rename from stable/dupeguru/1.0.16/questions.yaml rename to stable/dupeguru/1.0.17/questions.yaml diff --git a/stable/emulatorjs/2.0.39/templates/common.yaml b/stable/dupeguru/1.0.17/templates/common.yaml similarity index 100% rename from stable/emulatorjs/2.0.39/templates/common.yaml rename to stable/dupeguru/1.0.17/templates/common.yaml diff --git a/stable/endlessh/2.0.35/values.yaml b/stable/dupeguru/1.0.17/values.yaml similarity index 100% rename from stable/endlessh/2.0.35/values.yaml rename to stable/dupeguru/1.0.17/values.yaml diff --git a/stable/duplicati/6.0.38/CHANGELOG.md b/stable/duplicati/6.0.38/CHANGELOG.md deleted file mode 100644 index 2a7c9995405..00000000000 --- a/stable/duplicati/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [duplicati-6.0.38](https://github.com/truecharts/charts/compare/duplicati-6.0.37...duplicati-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [duplicati-6.0.37](https://github.com/truecharts/charts/compare/duplicati-6.0.36...duplicati-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duplicati-6.0.37](https://github.com/truecharts/charts/compare/duplicati-6.0.36...duplicati-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [duplicati-6.0.36](https://github.com/truecharts/charts/compare/duplicati-6.0.35...duplicati-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [duplicati-6.0.35](https://github.com/truecharts/charts/compare/duplicati-6.0.34...duplicati-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [duplicati-6.0.34](https://github.com/truecharts/charts/compare/duplicati-6.0.33...duplicati-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [duplicati-6.0.33](https://github.com/truecharts/charts/compare/duplicati-6.0.32...duplicati-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [duplicati-6.0.33](https://github.com/truecharts/charts/compare/duplicati-6.0.32...duplicati-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/duplicati/6.0.38/Chart.lock b/stable/duplicati/6.0.38/Chart.lock deleted file mode 100644 index d78233c44ca..00000000000 --- a/stable/duplicati/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:24:26.469595237Z" diff --git a/stable/duplicati/6.0.38/Chart.yaml b/stable/duplicati/6.0.38/Chart.yaml deleted file mode 100644 index 7e866c7513c..00000000000 --- a/stable/duplicati/6.0.38/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Store securely encrypted backups on cloud storage services! -home: https://truecharts.org/docs/charts/stable/duplicati -icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png -keywords: - - duplicati -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: duplicati -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati - - https://hub.docker.com/r/duplicati/duplicati/ - - https://github.com/duplicati/duplicati -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/duplicati/6.0.38/README.md b/stable/duplicati/6.0.38/README.md deleted file mode 100644 index 1beaa9a258b..00000000000 --- a/stable/duplicati/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# duplicati - -Store securely encrypted backups on cloud storage services! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [duplicati](https://truecharts.org/docs/charts/stable/duplicati) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `duplicati` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install duplicati TrueCharts/duplicati -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `duplicati` deployment - -```console -helm uninstall duplicati -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install duplicati \ - --set env.TZ="America/New York" \ - TrueCharts/duplicati -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install duplicati TrueCharts/duplicati -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/duplicati/6.0.38/charts/common-10.7.0.tgz b/stable/duplicati/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/duplicati/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/duplicati/6.0.39/CHANGELOG.md b/stable/duplicati/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..b17744903eb --- /dev/null +++ b/stable/duplicati/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [duplicati-6.0.39](https://github.com/truecharts/charts/compare/duplicati-6.0.38...duplicati-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [duplicati-6.0.38](https://github.com/truecharts/charts/compare/duplicati-6.0.37...duplicati-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [duplicati-6.0.37](https://github.com/truecharts/charts/compare/duplicati-6.0.36...duplicati-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duplicati-6.0.37](https://github.com/truecharts/charts/compare/duplicati-6.0.36...duplicati-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [duplicati-6.0.36](https://github.com/truecharts/charts/compare/duplicati-6.0.35...duplicati-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [duplicati-6.0.35](https://github.com/truecharts/charts/compare/duplicati-6.0.34...duplicati-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [duplicati-6.0.34](https://github.com/truecharts/charts/compare/duplicati-6.0.33...duplicati-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [duplicati-6.0.33](https://github.com/truecharts/charts/compare/duplicati-6.0.32...duplicati-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/duplicati/6.0.39/Chart.lock b/stable/duplicati/6.0.39/Chart.lock new file mode 100644 index 00000000000..749e28b68d0 --- /dev/null +++ b/stable/duplicati/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:27.151881545Z" diff --git a/stable/duplicati/6.0.39/Chart.yaml b/stable/duplicati/6.0.39/Chart.yaml new file mode 100644 index 00000000000..77fdf749d49 --- /dev/null +++ b/stable/duplicati/6.0.39/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Store securely encrypted backups on cloud storage services! +home: https://truecharts.org/docs/charts/stable/duplicati +icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.png +keywords: + - duplicati +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: duplicati +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/duplicati + - https://hub.docker.com/r/duplicati/duplicati/ + - https://github.com/duplicati/duplicati +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/duplicati/6.0.39/README.md b/stable/duplicati/6.0.39/README.md new file mode 100644 index 00000000000..88246816a9b --- /dev/null +++ b/stable/duplicati/6.0.39/README.md @@ -0,0 +1,107 @@ +# duplicati + +Store securely encrypted backups on cloud storage services! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [duplicati](https://truecharts.org/docs/charts/stable/duplicati) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `duplicati` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install duplicati TrueCharts/duplicati +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `duplicati` deployment + +```console +helm uninstall duplicati +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install duplicati \ + --set env.TZ="America/New York" \ + TrueCharts/duplicati +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install duplicati TrueCharts/duplicati -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/duplicati/6.0.38/app-readme.md b/stable/duplicati/6.0.39/app-readme.md similarity index 100% rename from stable/duplicati/6.0.38/app-readme.md rename to stable/duplicati/6.0.39/app-readme.md diff --git a/stable/duplicati/6.0.39/charts/common-10.7.1.tgz b/stable/duplicati/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/duplicati/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/duplicati/6.0.38/ix_values.yaml b/stable/duplicati/6.0.39/ix_values.yaml similarity index 100% rename from stable/duplicati/6.0.38/ix_values.yaml rename to stable/duplicati/6.0.39/ix_values.yaml diff --git a/stable/duplicati/6.0.38/questions.yaml b/stable/duplicati/6.0.39/questions.yaml similarity index 100% rename from stable/duplicati/6.0.38/questions.yaml rename to stable/duplicati/6.0.39/questions.yaml diff --git a/stable/endlessh/2.0.35/templates/common.yaml b/stable/duplicati/6.0.39/templates/common.yaml similarity index 100% rename from stable/endlessh/2.0.35/templates/common.yaml rename to stable/duplicati/6.0.39/templates/common.yaml diff --git a/stable/etherpad/8.0.43/values.yaml b/stable/duplicati/6.0.39/values.yaml similarity index 100% rename from stable/etherpad/8.0.43/values.yaml rename to stable/duplicati/6.0.39/values.yaml diff --git a/stable/emby/11.0.40/CHANGELOG.md b/stable/emby/11.0.40/CHANGELOG.md new file mode 100644 index 00000000000..132d63c98c8 --- /dev/null +++ b/stable/emby/11.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [emby-11.0.40](https://github.com/truecharts/charts/compare/embystat-2.0.36...emby-11.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [emby-11.0.39](https://github.com/truecharts/charts/compare/emby-11.0.38...emby-11.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [emby-11.0.38](https://github.com/truecharts/charts/compare/emby-11.0.37...emby-11.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emby-11.0.38](https://github.com/truecharts/charts/compare/emby-11.0.37...emby-11.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emby-11.0.37](https://github.com/truecharts/charts/compare/emby-11.0.36...emby-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [emby-11.0.36](https://github.com/truecharts/charts/compare/embystat-2.0.33...emby-11.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [emby-11.0.35](https://github.com/truecharts/charts/compare/emby-sync-0.0.25...emby-11.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [emby-11.0.34](https://github.com/truecharts/charts/compare/emby-11.0.33...emby-11.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [emby-11.0.33](https://github.com/truecharts/charts/compare/emby-sync-0.0.24...emby-11.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [emby-11.0.32](https://github.com/truecharts/charts/compare/emby-11.0.31...emby-11.0.32) (2022-09-22) + diff --git a/stable/emby/11.0.40/Chart.lock b/stable/emby/11.0.40/Chart.lock new file mode 100644 index 00000000000..bf0224b6388 --- /dev/null +++ b/stable/emby/11.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:43.8189513Z" diff --git a/stable/emby/11.0.40/Chart.yaml b/stable/emby/11.0.40/Chart.yaml new file mode 100644 index 00000000000..5de2339c7d1 --- /dev/null +++ b/stable/emby/11.0.40/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "4.7.8.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Emby Server is a home media server +home: https://truecharts.org/docs/charts/stable/emby +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: emby +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emby + - https://hub.docker.com/r/linuxserver/emby + - https://github.com/linuxserver/docker-emby.git +type: application +version: 11.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/emby/11.0.40/README.md b/stable/emby/11.0.40/README.md new file mode 100644 index 00000000000..6bc6f816825 --- /dev/null +++ b/stable/emby/11.0.40/README.md @@ -0,0 +1,107 @@ +# emby + +Emby Server is a home media server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [emby](https://truecharts.org/docs/charts/stable/emby) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `emby` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install emby TrueCharts/emby +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `emby` deployment + +```console +helm uninstall emby +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install emby \ + --set env.TZ="America/New York" \ + TrueCharts/emby +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install emby TrueCharts/emby -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/emby/11.0.40/app-readme.md b/stable/emby/11.0.40/app-readme.md new file mode 100644 index 00000000000..a1ff0396c88 --- /dev/null +++ b/stable/emby/11.0.40/app-readme.md @@ -0,0 +1,8 @@ +Emby Server is a home media server + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/emby](https://truecharts.org/docs/charts/stable/emby) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/emby/11.0.40/charts/common-10.7.1.tgz b/stable/emby/11.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/emby/11.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/emby/11.0.40/ix_values.yaml b/stable/emby/11.0.40/ix_values.yaml new file mode 100644 index 00000000000..fffd057942e --- /dev/null +++ b/stable/emby/11.0.40/ix_values.yaml @@ -0,0 +1,22 @@ +image: + repository: tccr.io/truecharts/emby + pullPolicy: IfNotPresent + tag: 4.7.8.0@sha256:d866269decedca91bf9c47293fba9cb4eb95ce984b5f985a3f9d9fa626980163 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 10079 + targetPort: 8096 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/emby/11.0.40/questions.yaml b/stable/emby/11.0.40/questions.yaml new file mode 100644 index 00000000000..8e7853aa1fd --- /dev/null +++ b/stable/emby/11.0.40/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10079 + 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 + hidden: true + 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: 8096 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/etherpad/8.0.43/templates/common.yaml b/stable/emby/11.0.40/templates/common.yaml similarity index 100% rename from stable/etherpad/8.0.43/templates/common.yaml rename to stable/emby/11.0.40/templates/common.yaml diff --git a/stable/external-service/6.0.36/values.yaml b/stable/emby/11.0.40/values.yaml similarity index 100% rename from stable/external-service/6.0.36/values.yaml rename to stable/emby/11.0.40/values.yaml diff --git a/stable/embystat/2.0.36/CHANGELOG.md b/stable/embystat/2.0.36/CHANGELOG.md deleted file mode 100644 index a33fa27b63e..00000000000 --- a/stable/embystat/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [embystat-2.0.36](https://github.com/truecharts/charts/compare/embystat-2.0.35...embystat-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [embystat-2.0.35](https://github.com/truecharts/charts/compare/embystat-2.0.34...embystat-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [embystat-2.0.35](https://github.com/truecharts/charts/compare/embystat-2.0.34...embystat-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [embystat-2.0.34](https://github.com/truecharts/charts/compare/embystat-2.0.33...embystat-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [embystat-2.0.33](https://github.com/truecharts/charts/compare/embystat-2.0.32...embystat-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [embystat-2.0.32](https://github.com/truecharts/charts/compare/embystat-2.0.31...embystat-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [embystat-2.0.31](https://github.com/truecharts/charts/compare/embystat-2.0.30...embystat-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [embystat-2.0.31](https://github.com/truecharts/charts/compare/embystat-2.0.30...embystat-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/embystat/2.0.36/Chart.lock b/stable/embystat/2.0.36/Chart.lock deleted file mode 100644 index c2709db7f9d..00000000000 --- a/stable/embystat/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:24:49.923708353Z" diff --git a/stable/embystat/2.0.36/Chart.yaml b/stable/embystat/2.0.36/Chart.yaml deleted file mode 100644 index 60d0b5f86e9..00000000000 --- a/stable/embystat/2.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: embystat -version: 2.0.36 -appVersion: "0.2.0" -description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/embystat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png -keywords: - - embystat -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/embystat - - https://hub.docker.com/r/linuxserver/embystat -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/embystat/2.0.36/README.md b/stable/embystat/2.0.36/README.md deleted file mode 100644 index 8d6b91b1b15..00000000000 --- a/stable/embystat/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# embystat - -Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [embystat](https://truecharts.org/docs/charts/stable/embystat) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `embystat` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install embystat TrueCharts/embystat -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `embystat` deployment - -```console -helm uninstall embystat -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install embystat \ - --set env.TZ="America/New York" \ - TrueCharts/embystat -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install embystat TrueCharts/embystat -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/embystat/2.0.36/charts/common-10.7.0.tgz b/stable/embystat/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/embystat/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/embystat/2.0.37/CHANGELOG.md b/stable/embystat/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..78188cb413a --- /dev/null +++ b/stable/embystat/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [embystat-2.0.37](https://github.com/truecharts/charts/compare/embystat-2.0.36...embystat-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [embystat-2.0.36](https://github.com/truecharts/charts/compare/embystat-2.0.35...embystat-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [embystat-2.0.35](https://github.com/truecharts/charts/compare/embystat-2.0.34...embystat-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [embystat-2.0.35](https://github.com/truecharts/charts/compare/embystat-2.0.34...embystat-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [embystat-2.0.34](https://github.com/truecharts/charts/compare/embystat-2.0.33...embystat-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [embystat-2.0.33](https://github.com/truecharts/charts/compare/embystat-2.0.32...embystat-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [embystat-2.0.32](https://github.com/truecharts/charts/compare/embystat-2.0.31...embystat-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [embystat-2.0.31](https://github.com/truecharts/charts/compare/embystat-2.0.30...embystat-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/embystat/2.0.37/Chart.lock b/stable/embystat/2.0.37/Chart.lock new file mode 100644 index 00000000000..8e23907a790 --- /dev/null +++ b/stable/embystat/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:52.823638409Z" diff --git a/stable/embystat/2.0.37/Chart.yaml b/stable/embystat/2.0.37/Chart.yaml new file mode 100644 index 00000000000..c289fc1d6c4 --- /dev/null +++ b/stable/embystat/2.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: embystat +version: 2.0.37 +appVersion: "0.2.0" +description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/embystat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.png +keywords: + - embystat +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/embystat + - https://hub.docker.com/r/linuxserver/embystat +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/embystat/2.0.37/README.md b/stable/embystat/2.0.37/README.md new file mode 100644 index 00000000000..5a01e9ffcd4 --- /dev/null +++ b/stable/embystat/2.0.37/README.md @@ -0,0 +1,106 @@ +# embystat + +Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [embystat](https://truecharts.org/docs/charts/stable/embystat) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `embystat` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install embystat TrueCharts/embystat +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `embystat` deployment + +```console +helm uninstall embystat +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install embystat \ + --set env.TZ="America/New York" \ + TrueCharts/embystat +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install embystat TrueCharts/embystat -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/embystat/2.0.36/app-readme.md b/stable/embystat/2.0.37/app-readme.md similarity index 100% rename from stable/embystat/2.0.36/app-readme.md rename to stable/embystat/2.0.37/app-readme.md diff --git a/stable/embystat/2.0.37/charts/common-10.7.1.tgz b/stable/embystat/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/embystat/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/embystat/2.0.36/ix_values.yaml b/stable/embystat/2.0.37/ix_values.yaml similarity index 100% rename from stable/embystat/2.0.36/ix_values.yaml rename to stable/embystat/2.0.37/ix_values.yaml diff --git a/stable/embystat/2.0.36/questions.yaml b/stable/embystat/2.0.37/questions.yaml similarity index 100% rename from stable/embystat/2.0.36/questions.yaml rename to stable/embystat/2.0.37/questions.yaml diff --git a/stable/external-service/6.0.36/templates/common.yaml b/stable/embystat/2.0.37/templates/common.yaml similarity index 100% rename from stable/external-service/6.0.36/templates/common.yaml rename to stable/embystat/2.0.37/templates/common.yaml diff --git a/stable/ferdi-server/3.0.42/values.yaml b/stable/embystat/2.0.37/values.yaml similarity index 100% rename from stable/ferdi-server/3.0.42/values.yaml rename to stable/embystat/2.0.37/values.yaml diff --git a/stable/emulatorjs/2.0.39/CHANGELOG.md b/stable/emulatorjs/2.0.39/CHANGELOG.md deleted file mode 100644 index 123e7e5d333..00000000000 --- a/stable/emulatorjs/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [emulatorjs-2.0.39](https://github.com/truecharts/charts/compare/emulatorjs-2.0.38...emulatorjs-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [emulatorjs-2.0.38](https://github.com/truecharts/charts/compare/emulatorjs-2.0.37...emulatorjs-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [emulatorjs-2.0.38](https://github.com/truecharts/charts/compare/emulatorjs-2.0.37...emulatorjs-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [emulatorjs-2.0.37](https://github.com/truecharts/charts/compare/emulatorjs-2.0.36...emulatorjs-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [emulatorjs-2.0.36](https://github.com/truecharts/charts/compare/emulatorjs-2.0.35...emulatorjs-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [emulatorjs-2.0.35](https://github.com/truecharts/charts/compare/emulatorjs-2.0.34...emulatorjs-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [emulatorjs-2.0.34](https://github.com/truecharts/charts/compare/emulatorjs-2.0.33...emulatorjs-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [emulatorjs-2.0.34](https://github.com/truecharts/charts/compare/emulatorjs-2.0.33...emulatorjs-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/emulatorjs/2.0.39/Chart.lock b/stable/emulatorjs/2.0.39/Chart.lock deleted file mode 100644 index 6e97a995f4c..00000000000 --- a/stable/emulatorjs/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:24:55.908574057Z" diff --git a/stable/emulatorjs/2.0.39/Chart.yaml b/stable/emulatorjs/2.0.39/Chart.yaml deleted file mode 100644 index 7a432173bda..00000000000 --- a/stable/emulatorjs/2.0.39/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: emulatorjs -version: 2.0.39 -appVersion: "1.7.2" -description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/emulatorjs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png -keywords: - - emulatorjs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs - - https://hub.docker.com/r/linuxserver/emulatorjs -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/emulatorjs/2.0.39/README.md b/stable/emulatorjs/2.0.39/README.md deleted file mode 100644 index 377832a25cc..00000000000 --- a/stable/emulatorjs/2.0.39/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# emulatorjs - -Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [emulatorjs](https://truecharts.org/docs/charts/stable/emulatorjs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `emulatorjs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install emulatorjs TrueCharts/emulatorjs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `emulatorjs` deployment - -```console -helm uninstall emulatorjs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install emulatorjs \ - --set env.TZ="America/New York" \ - TrueCharts/emulatorjs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install emulatorjs TrueCharts/emulatorjs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/emulatorjs/2.0.39/charts/common-10.7.0.tgz b/stable/emulatorjs/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/emulatorjs/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/emulatorjs/2.0.40/CHANGELOG.md b/stable/emulatorjs/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..414fd53564c --- /dev/null +++ b/stable/emulatorjs/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [emulatorjs-2.0.40](https://github.com/truecharts/charts/compare/emulatorjs-2.0.39...emulatorjs-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [emulatorjs-2.0.39](https://github.com/truecharts/charts/compare/emulatorjs-2.0.38...emulatorjs-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [emulatorjs-2.0.38](https://github.com/truecharts/charts/compare/emulatorjs-2.0.37...emulatorjs-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emulatorjs-2.0.38](https://github.com/truecharts/charts/compare/emulatorjs-2.0.37...emulatorjs-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [emulatorjs-2.0.37](https://github.com/truecharts/charts/compare/emulatorjs-2.0.36...emulatorjs-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [emulatorjs-2.0.36](https://github.com/truecharts/charts/compare/emulatorjs-2.0.35...emulatorjs-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [emulatorjs-2.0.35](https://github.com/truecharts/charts/compare/emulatorjs-2.0.34...emulatorjs-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [emulatorjs-2.0.34](https://github.com/truecharts/charts/compare/emulatorjs-2.0.33...emulatorjs-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/emulatorjs/2.0.40/Chart.lock b/stable/emulatorjs/2.0.40/Chart.lock new file mode 100644 index 00000000000..51c99be3f7c --- /dev/null +++ b/stable/emulatorjs/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:57.867445215Z" diff --git a/stable/emulatorjs/2.0.40/Chart.yaml b/stable/emulatorjs/2.0.40/Chart.yaml new file mode 100644 index 00000000000..7b77f7c6ccc --- /dev/null +++ b/stable/emulatorjs/2.0.40/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: emulatorjs +version: 2.0.40 +appVersion: "1.7.2" +description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/emulatorjs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png +keywords: + - emulatorjs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/emulatorjs + - https://hub.docker.com/r/linuxserver/emulatorjs +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/emulatorjs/2.0.40/README.md b/stable/emulatorjs/2.0.40/README.md new file mode 100644 index 00000000000..1b13bc19063 --- /dev/null +++ b/stable/emulatorjs/2.0.40/README.md @@ -0,0 +1,106 @@ +# emulatorjs + +Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [emulatorjs](https://truecharts.org/docs/charts/stable/emulatorjs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `emulatorjs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install emulatorjs TrueCharts/emulatorjs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `emulatorjs` deployment + +```console +helm uninstall emulatorjs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install emulatorjs \ + --set env.TZ="America/New York" \ + TrueCharts/emulatorjs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install emulatorjs TrueCharts/emulatorjs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/emulatorjs/2.0.39/app-readme.md b/stable/emulatorjs/2.0.40/app-readme.md similarity index 100% rename from stable/emulatorjs/2.0.39/app-readme.md rename to stable/emulatorjs/2.0.40/app-readme.md diff --git a/stable/emulatorjs/2.0.40/charts/common-10.7.1.tgz b/stable/emulatorjs/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/emulatorjs/2.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/emulatorjs/2.0.39/ix_values.yaml b/stable/emulatorjs/2.0.40/ix_values.yaml similarity index 100% rename from stable/emulatorjs/2.0.39/ix_values.yaml rename to stable/emulatorjs/2.0.40/ix_values.yaml diff --git a/stable/emulatorjs/2.0.39/questions.yaml b/stable/emulatorjs/2.0.40/questions.yaml similarity index 100% rename from stable/emulatorjs/2.0.39/questions.yaml rename to stable/emulatorjs/2.0.40/questions.yaml diff --git a/stable/filebot/1.0.15/templates/common.yaml b/stable/emulatorjs/2.0.40/templates/common.yaml similarity index 100% rename from stable/filebot/1.0.15/templates/common.yaml rename to stable/emulatorjs/2.0.40/templates/common.yaml diff --git a/stable/filebot/1.0.15/values.yaml b/stable/emulatorjs/2.0.40/values.yaml similarity index 100% rename from stable/filebot/1.0.15/values.yaml rename to stable/emulatorjs/2.0.40/values.yaml diff --git a/stable/endlessh/2.0.35/CHANGELOG.md b/stable/endlessh/2.0.35/CHANGELOG.md deleted file mode 100644 index b7618c3d635..00000000000 --- a/stable/endlessh/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [endlessh-2.0.35](https://github.com/truecharts/charts/compare/endlessh-2.0.34...endlessh-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [endlessh-2.0.34](https://github.com/truecharts/charts/compare/endlessh-2.0.33...endlessh-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [endlessh-2.0.34](https://github.com/truecharts/charts/compare/endlessh-2.0.33...endlessh-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [endlessh-2.0.33](https://github.com/truecharts/charts/compare/endlessh-2.0.32...endlessh-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [endlessh-2.0.32](https://github.com/truecharts/charts/compare/endlessh-2.0.31...endlessh-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [endlessh-2.0.31](https://github.com/truecharts/charts/compare/endlessh-2.0.30...endlessh-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [endlessh-2.0.30](https://github.com/truecharts/charts/compare/endlessh-2.0.29...endlessh-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [endlessh-2.0.30](https://github.com/truecharts/charts/compare/endlessh-2.0.29...endlessh-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/endlessh/2.0.35/Chart.lock b/stable/endlessh/2.0.35/Chart.lock deleted file mode 100644 index f07fbc4f24a..00000000000 --- a/stable/endlessh/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:25:01.476828665Z" diff --git a/stable/endlessh/2.0.35/Chart.yaml b/stable/endlessh/2.0.35/Chart.yaml deleted file mode 100644 index 9d9f56d1950..00000000000 --- a/stable/endlessh/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: endlessh -version: 2.0.35 -appVersion: "2021.11.21" -description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/endlessh -icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png -keywords: - - endlessh -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh - - https://hub.docker.com/r/linuxserver/endlessh -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/endlessh/2.0.35/README.md b/stable/endlessh/2.0.35/README.md deleted file mode 100644 index fa8209aa23e..00000000000 --- a/stable/endlessh/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# endlessh - -Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [endlessh](https://truecharts.org/docs/charts/stable/endlessh) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `endlessh` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install endlessh TrueCharts/endlessh -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `endlessh` deployment - -```console -helm uninstall endlessh -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install endlessh \ - --set env.TZ="America/New York" \ - TrueCharts/endlessh -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install endlessh TrueCharts/endlessh -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/endlessh/2.0.35/charts/common-10.7.0.tgz b/stable/endlessh/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/endlessh/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/endlessh/2.0.36/CHANGELOG.md b/stable/endlessh/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..33c5a6da393 --- /dev/null +++ b/stable/endlessh/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [endlessh-2.0.36](https://github.com/truecharts/charts/compare/endlessh-2.0.35...endlessh-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [endlessh-2.0.35](https://github.com/truecharts/charts/compare/endlessh-2.0.34...endlessh-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [endlessh-2.0.34](https://github.com/truecharts/charts/compare/endlessh-2.0.33...endlessh-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [endlessh-2.0.34](https://github.com/truecharts/charts/compare/endlessh-2.0.33...endlessh-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [endlessh-2.0.33](https://github.com/truecharts/charts/compare/endlessh-2.0.32...endlessh-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [endlessh-2.0.32](https://github.com/truecharts/charts/compare/endlessh-2.0.31...endlessh-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [endlessh-2.0.31](https://github.com/truecharts/charts/compare/endlessh-2.0.30...endlessh-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [endlessh-2.0.30](https://github.com/truecharts/charts/compare/endlessh-2.0.29...endlessh-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/endlessh/2.0.36/Chart.lock b/stable/endlessh/2.0.36/Chart.lock new file mode 100644 index 00000000000..de123242d32 --- /dev/null +++ b/stable/endlessh/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:08:59.96580502Z" diff --git a/stable/endlessh/2.0.36/Chart.yaml b/stable/endlessh/2.0.36/Chart.yaml new file mode 100644 index 00000000000..4a9e22cca9e --- /dev/null +++ b/stable/endlessh/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: endlessh +version: 2.0.36 +appVersion: "2021.11.21" +description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/endlessh +icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.png +keywords: + - endlessh +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/endlessh + - https://hub.docker.com/r/linuxserver/endlessh +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/endlessh/2.0.36/README.md b/stable/endlessh/2.0.36/README.md new file mode 100644 index 00000000000..d293c268020 --- /dev/null +++ b/stable/endlessh/2.0.36/README.md @@ -0,0 +1,106 @@ +# endlessh + +Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [endlessh](https://truecharts.org/docs/charts/stable/endlessh) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `endlessh` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install endlessh TrueCharts/endlessh +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `endlessh` deployment + +```console +helm uninstall endlessh +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install endlessh \ + --set env.TZ="America/New York" \ + TrueCharts/endlessh +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install endlessh TrueCharts/endlessh -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/endlessh/2.0.35/app-readme.md b/stable/endlessh/2.0.36/app-readme.md similarity index 100% rename from stable/endlessh/2.0.35/app-readme.md rename to stable/endlessh/2.0.36/app-readme.md diff --git a/stable/endlessh/2.0.36/charts/common-10.7.1.tgz b/stable/endlessh/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/endlessh/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/endlessh/2.0.35/ix_values.yaml b/stable/endlessh/2.0.36/ix_values.yaml similarity index 100% rename from stable/endlessh/2.0.35/ix_values.yaml rename to stable/endlessh/2.0.36/ix_values.yaml diff --git a/stable/endlessh/2.0.35/questions.yaml b/stable/endlessh/2.0.36/questions.yaml similarity index 100% rename from stable/endlessh/2.0.35/questions.yaml rename to stable/endlessh/2.0.36/questions.yaml diff --git a/stable/fileflows/2.0.49/templates/common.yaml b/stable/endlessh/2.0.36/templates/common.yaml similarity index 100% rename from stable/fileflows/2.0.49/templates/common.yaml rename to stable/endlessh/2.0.36/templates/common.yaml diff --git a/stable/filebrowser/2.0.39/values.yaml b/stable/endlessh/2.0.36/values.yaml similarity index 100% rename from stable/filebrowser/2.0.39/values.yaml rename to stable/endlessh/2.0.36/values.yaml diff --git a/stable/esphome/11.0.46/CHANGELOG.md b/stable/esphome/11.0.46/CHANGELOG.md new file mode 100644 index 00000000000..e7a18afabde --- /dev/null +++ b/stable/esphome/11.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [esphome-11.0.46](https://github.com/truecharts/charts/compare/esphome-11.0.45...esphome-11.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [esphome-11.0.45](https://github.com/truecharts/charts/compare/esphome-11.0.44...esphome-11.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [esphome-11.0.44](https://github.com/truecharts/charts/compare/esphome-11.0.43...esphome-11.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [esphome-11.0.44](https://github.com/truecharts/charts/compare/esphome-11.0.43...esphome-11.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [esphome-11.0.43](https://github.com/truecharts/charts/compare/esphome-11.0.42...esphome-11.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [esphome-11.0.42](https://github.com/truecharts/charts/compare/esphome-11.0.41...esphome-11.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [esphome-11.0.41](https://github.com/truecharts/charts/compare/esphome-11.0.40...esphome-11.0.41) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [esphome-11.0.40](https://github.com/truecharts/charts/compare/esphome-11.0.39...esphome-11.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [esphome-11.0.39](https://github.com/truecharts/charts/compare/esphome-11.0.38...esphome-11.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [esphome-11.0.38](https://github.com/truecharts/charts/compare/esphome-11.0.37...esphome-11.0.38) (2022-09-23) + +### Chore diff --git a/stable/esphome/11.0.46/Chart.lock b/stable/esphome/11.0.46/Chart.lock new file mode 100644 index 00000000000..78c1ad36d5d --- /dev/null +++ b/stable/esphome/11.0.46/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:09:14.816952834Z" diff --git a/stable/esphome/11.0.46/Chart.yaml b/stable/esphome/11.0.46/Chart.yaml new file mode 100644 index 00000000000..d6f54dee81a --- /dev/null +++ b/stable/esphome/11.0.46/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2022.9.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/esphome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png +keywords: + - esphome +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: esphome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/esphome + - https://github.com/esphome/esphome + - https://hub.docker.com/u/esphome +type: application +version: 11.0.46 +annotations: + truecharts.org/catagories: | + - tools + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/esphome/11.0.46/README.md b/stable/esphome/11.0.46/README.md new file mode 100644 index 00000000000..b46c223dc56 --- /dev/null +++ b/stable/esphome/11.0.46/README.md @@ -0,0 +1,107 @@ +# esphome + +ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [esphome](https://truecharts.org/docs/charts/stable/esphome) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `esphome` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install esphome TrueCharts/esphome +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `esphome` deployment + +```console +helm uninstall esphome +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install esphome \ + --set env.TZ="America/New York" \ + TrueCharts/esphome +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install esphome TrueCharts/esphome -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/esphome/11.0.46/app-readme.md b/stable/esphome/11.0.46/app-readme.md new file mode 100644 index 00000000000..4c8d1d55300 --- /dev/null +++ b/stable/esphome/11.0.46/app-readme.md @@ -0,0 +1,8 @@ +ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/esphome](https://truecharts.org/docs/charts/stable/esphome) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/esphome/11.0.46/charts/common-10.7.1.tgz b/stable/esphome/11.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/esphome/11.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/esphome/11.0.46/ix_values.yaml b/stable/esphome/11.0.46/ix_values.yaml new file mode 100644 index 00000000000..14413fb003b --- /dev/null +++ b/stable/esphome/11.0.46/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: tccr.io/truecharts/esphome + pullPolicy: IfNotPresent + tag: 2022.9.4@sha256:22a52014accbf200c002d1ff7bc1db85e0f6d5aa6a6cb0af32f814a5a79f16d7 + +# App needs to run as root because of this: https://github.com/esphome/issues/issues/2752 +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + privileged: true + allowPrivilegeEscalation: true + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 6052 + targetPort: 6052 + +env: + {} + # ESPHOME_DASHBOARD_USE_PING: true + # ESPHOME_DASHBOARD_RELATIVE_URL: "/" + # ESPHOME_QUICKWIZARD: + # ESPHOME_IS_HASSIO: + # DISABLE_HA_AUTHENTICATION: + # USERNAME: + # PASSWORD: + +persistence: + config: + enabled: true + mountPath: "/config" + platformio: + enabled: true + mountPath: "/.platformio" + +portal: + enabled: true diff --git a/stable/esphome/11.0.46/questions.yaml b/stable/esphome/11.0.46/questions.yaml new file mode 100644 index 00000000000..b2c1bdf7507 --- /dev/null +++ b/stable/esphome/11.0.46/questions.yaml @@ -0,0 +1,2747 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6052 + 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 + hidden: true + 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: 6052 + # Configure app volumes + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: platformio + label: "Platformio Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: true + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: true + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: false + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/filerun/3.0.9/templates/common.yaml b/stable/esphome/11.0.46/templates/common.yaml similarity index 100% rename from stable/filerun/3.0.9/templates/common.yaml rename to stable/esphome/11.0.46/templates/common.yaml diff --git a/stable/fileflows/2.0.49/values.yaml b/stable/esphome/11.0.46/values.yaml similarity index 100% rename from stable/fileflows/2.0.49/values.yaml rename to stable/esphome/11.0.46/values.yaml diff --git a/stable/etherpad/8.0.43/CHANGELOG.md b/stable/etherpad/8.0.43/CHANGELOG.md deleted file mode 100644 index 4368a74d30a..00000000000 --- a/stable/etherpad/8.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [etherpad-8.0.43](https://github.com/truecharts/charts/compare/etherpad-8.0.42...etherpad-8.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [etherpad-8.0.42](https://github.com/truecharts/charts/compare/etherpad-8.0.41...etherpad-8.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [etherpad-8.0.42](https://github.com/truecharts/charts/compare/etherpad-8.0.41...etherpad-8.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [etherpad-8.0.41](https://github.com/truecharts/charts/compare/etherpad-8.0.40...etherpad-8.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [etherpad-8.0.39](https://github.com/truecharts/charts/compare/etherpad-8.0.38...etherpad-8.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [etherpad-8.0.38](https://github.com/truecharts/charts/compare/etherpad-8.0.37...etherpad-8.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [etherpad-8.0.37](https://github.com/truecharts/charts/compare/etherpad-8.0.36...etherpad-8.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [etherpad-8.0.37](https://github.com/truecharts/charts/compare/etherpad-8.0.36...etherpad-8.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/etherpad/8.0.43/Chart.lock b/stable/etherpad/8.0.43/Chart.lock deleted file mode 100644 index 749d58d3bde..00000000000 --- a/stable/etherpad/8.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:25:30.013166332Z" diff --git a/stable/etherpad/8.0.43/Chart.yaml b/stable/etherpad/8.0.43/Chart.yaml deleted file mode 100644 index 23a3a7afa5c..00000000000 --- a/stable/etherpad/8.0.43/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.14" -version: 8.0.43 -kubeVersion: ">=1.16.0-0" -name: etherpad -description: A real-time collaborative editor scalable to thousands of simultaneous real time users. -type: application -home: https://truecharts.org/docs/charts/stable/etherpad -icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png -keywords: - - etherpad - - editor - - notepad - - pad -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad - - https://etherpad.org/ - - https://github.com/ether/etherpad-lite - - https://hub.docker.com/r/nicholaswilde/etherpad -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/etherpad/8.0.43/README.md b/stable/etherpad/8.0.43/README.md deleted file mode 100644 index 38d19db46c3..00000000000 --- a/stable/etherpad/8.0.43/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# etherpad - -A real-time collaborative editor scalable to thousands of simultaneous real time users. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [etherpad](https://truecharts.org/docs/charts/stable/etherpad) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `etherpad` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install etherpad TrueCharts/etherpad -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `etherpad` deployment - -```console -helm uninstall etherpad -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install etherpad \ - --set env.TZ="America/New York" \ - TrueCharts/etherpad -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install etherpad TrueCharts/etherpad -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/etherpad/8.0.43/charts/common-10.7.0.tgz b/stable/etherpad/8.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/etherpad/8.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/etherpad/8.0.43/charts/postgresql-8.0.97.tgz b/stable/etherpad/8.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/etherpad/8.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/etherpad/8.0.44/CHANGELOG.md b/stable/etherpad/8.0.44/CHANGELOG.md new file mode 100644 index 00000000000..bda3d5cad29 --- /dev/null +++ b/stable/etherpad/8.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [etherpad-8.0.44](https://github.com/truecharts/charts/compare/etherpad-8.0.43...etherpad-8.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [etherpad-8.0.43](https://github.com/truecharts/charts/compare/etherpad-8.0.42...etherpad-8.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [etherpad-8.0.42](https://github.com/truecharts/charts/compare/etherpad-8.0.41...etherpad-8.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [etherpad-8.0.42](https://github.com/truecharts/charts/compare/etherpad-8.0.41...etherpad-8.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [etherpad-8.0.41](https://github.com/truecharts/charts/compare/etherpad-8.0.40...etherpad-8.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [etherpad-8.0.39](https://github.com/truecharts/charts/compare/etherpad-8.0.38...etherpad-8.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [etherpad-8.0.38](https://github.com/truecharts/charts/compare/etherpad-8.0.37...etherpad-8.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [etherpad-8.0.37](https://github.com/truecharts/charts/compare/etherpad-8.0.36...etherpad-8.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/etherpad/8.0.44/Chart.lock b/stable/etherpad/8.0.44/Chart.lock new file mode 100644 index 00000000000..79c8c9e848f --- /dev/null +++ b/stable/etherpad/8.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:09:36.236378688Z" diff --git a/stable/etherpad/8.0.44/Chart.yaml b/stable/etherpad/8.0.44/Chart.yaml new file mode 100644 index 00000000000..1eb1fb6b804 --- /dev/null +++ b/stable/etherpad/8.0.44/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "1.8.14" +version: 8.0.44 +kubeVersion: ">=1.16.0-0" +name: etherpad +description: A real-time collaborative editor scalable to thousands of simultaneous real time users. +type: application +home: https://truecharts.org/docs/charts/stable/etherpad +icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.png +keywords: + - etherpad + - editor + - notepad + - pad +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/etherpad + - https://etherpad.org/ + - https://github.com/ether/etherpad-lite + - https://hub.docker.com/r/nicholaswilde/etherpad +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/etherpad/8.0.44/README.md b/stable/etherpad/8.0.44/README.md new file mode 100644 index 00000000000..4e915c83df2 --- /dev/null +++ b/stable/etherpad/8.0.44/README.md @@ -0,0 +1,109 @@ +# etherpad + +A real-time collaborative editor scalable to thousands of simultaneous real time users. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [etherpad](https://truecharts.org/docs/charts/stable/etherpad) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `etherpad` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install etherpad TrueCharts/etherpad +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `etherpad` deployment + +```console +helm uninstall etherpad +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install etherpad \ + --set env.TZ="America/New York" \ + TrueCharts/etherpad +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install etherpad TrueCharts/etherpad -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/etherpad/8.0.43/app-readme.md b/stable/etherpad/8.0.44/app-readme.md similarity index 100% rename from stable/etherpad/8.0.43/app-readme.md rename to stable/etherpad/8.0.44/app-readme.md diff --git a/stable/etherpad/8.0.44/charts/common-10.7.1.tgz b/stable/etherpad/8.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/etherpad/8.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/etherpad/8.0.44/charts/postgresql-8.0.101.tgz b/stable/etherpad/8.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/etherpad/8.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/etherpad/8.0.43/ix_values.yaml b/stable/etherpad/8.0.44/ix_values.yaml similarity index 100% rename from stable/etherpad/8.0.43/ix_values.yaml rename to stable/etherpad/8.0.44/ix_values.yaml diff --git a/stable/etherpad/8.0.43/questions.yaml b/stable/etherpad/8.0.44/questions.yaml similarity index 100% rename from stable/etherpad/8.0.43/questions.yaml rename to stable/etherpad/8.0.44/questions.yaml diff --git a/stable/firefox-syncserver/9.0.43/templates/common.yaml b/stable/etherpad/8.0.44/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/9.0.43/templates/common.yaml rename to stable/etherpad/8.0.44/templates/common.yaml diff --git a/stable/filerun/3.0.9/values.yaml b/stable/etherpad/8.0.44/values.yaml similarity index 100% rename from stable/filerun/3.0.9/values.yaml rename to stable/etherpad/8.0.44/values.yaml diff --git a/stable/external-service/6.0.36/CHANGELOG.md b/stable/external-service/6.0.36/CHANGELOG.md deleted file mode 100644 index fd8aeb74509..00000000000 --- a/stable/external-service/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [external-service-6.0.36](https://github.com/truecharts/charts/compare/external-service-6.0.35...external-service-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [external-service-6.0.35](https://github.com/truecharts/charts/compare/external-service-6.0.34...external-service-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [external-service-6.0.35](https://github.com/truecharts/charts/compare/external-service-6.0.34...external-service-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [external-service-6.0.34](https://github.com/truecharts/charts/compare/external-service-6.0.33...external-service-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [external-service-6.0.33](https://github.com/truecharts/charts/compare/external-service-6.0.32...external-service-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [external-service-6.0.32](https://github.com/truecharts/charts/compare/external-service-6.0.31...external-service-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [external-service-6.0.31](https://github.com/truecharts/charts/compare/external-service-6.0.30...external-service-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [external-service-6.0.31](https://github.com/truecharts/charts/compare/external-service-6.0.30...external-service-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/external-service/6.0.36/Chart.lock b/stable/external-service/6.0.36/Chart.lock deleted file mode 100644 index c5421e8ef3c..00000000000 --- a/stable/external-service/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:25:25.855260084Z" diff --git a/stable/external-service/6.0.36/Chart.yaml b/stable/external-service/6.0.36/Chart.yaml deleted file mode 100644 index 576f610d7fb..00000000000 --- a/stable/external-service/6.0.36/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Allow external services to be used like Apps. -home: https://truecharts.org/docs/charts/stable/external-service -icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png -keywords: - - external-service - - reverse-proxy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: external-service -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/external-service -type: application -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/external-service/6.0.36/README.md b/stable/external-service/6.0.36/README.md deleted file mode 100644 index 67d82e2880e..00000000000 --- a/stable/external-service/6.0.36/README.md +++ /dev/null @@ -1,105 +0,0 @@ -# external-service - -Allow external services to be used like Apps. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [external-service](https://truecharts.org/docs/charts/stable/external-service) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `external-service` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install external-service TrueCharts/external-service -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `external-service` deployment - -```console -helm uninstall external-service -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install external-service \ - --set env.TZ="America/New York" \ - TrueCharts/external-service -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install external-service TrueCharts/external-service -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/external-service/6.0.36/charts/common-10.7.0.tgz b/stable/external-service/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/external-service/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/external-service/6.0.37/CHANGELOG.md b/stable/external-service/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..af05c355cf3 --- /dev/null +++ b/stable/external-service/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [external-service-6.0.37](https://github.com/truecharts/charts/compare/external-service-6.0.36...external-service-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [external-service-6.0.36](https://github.com/truecharts/charts/compare/external-service-6.0.35...external-service-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [external-service-6.0.35](https://github.com/truecharts/charts/compare/external-service-6.0.34...external-service-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [external-service-6.0.35](https://github.com/truecharts/charts/compare/external-service-6.0.34...external-service-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [external-service-6.0.34](https://github.com/truecharts/charts/compare/external-service-6.0.33...external-service-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [external-service-6.0.33](https://github.com/truecharts/charts/compare/external-service-6.0.32...external-service-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [external-service-6.0.32](https://github.com/truecharts/charts/compare/external-service-6.0.31...external-service-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [external-service-6.0.31](https://github.com/truecharts/charts/compare/external-service-6.0.30...external-service-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [external-service-6.0.31](https://github.com/truecharts/charts/compare/external-service-6.0.30...external-service-6.0.31) (2022-09-21) + diff --git a/stable/external-service/6.0.37/Chart.lock b/stable/external-service/6.0.37/Chart.lock new file mode 100644 index 00000000000..82f2b2bb2b9 --- /dev/null +++ b/stable/external-service/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:09:29.068058858Z" diff --git a/stable/external-service/6.0.37/Chart.yaml b/stable/external-service/6.0.37/Chart.yaml new file mode 100644 index 00000000000..93f7ca3f696 --- /dev/null +++ b/stable/external-service/6.0.37/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Allow external services to be used like Apps. +home: https://truecharts.org/docs/charts/stable/external-service +icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.png +keywords: + - external-service + - reverse-proxy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: external-service +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/external-service +type: application +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/external-service/6.0.37/README.md b/stable/external-service/6.0.37/README.md new file mode 100644 index 00000000000..9c6cb3bb7fd --- /dev/null +++ b/stable/external-service/6.0.37/README.md @@ -0,0 +1,105 @@ +# external-service + +Allow external services to be used like Apps. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [external-service](https://truecharts.org/docs/charts/stable/external-service) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `external-service` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install external-service TrueCharts/external-service +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `external-service` deployment + +```console +helm uninstall external-service +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install external-service \ + --set env.TZ="America/New York" \ + TrueCharts/external-service +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install external-service TrueCharts/external-service -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/external-service/6.0.36/app-readme.md b/stable/external-service/6.0.37/app-readme.md similarity index 100% rename from stable/external-service/6.0.36/app-readme.md rename to stable/external-service/6.0.37/app-readme.md diff --git a/stable/external-service/6.0.37/charts/common-10.7.1.tgz b/stable/external-service/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/external-service/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/external-service/6.0.36/ix_values.yaml b/stable/external-service/6.0.37/ix_values.yaml similarity index 100% rename from stable/external-service/6.0.36/ix_values.yaml rename to stable/external-service/6.0.37/ix_values.yaml diff --git a/stable/external-service/6.0.36/questions.yaml b/stable/external-service/6.0.37/questions.yaml similarity index 100% rename from stable/external-service/6.0.36/questions.yaml rename to stable/external-service/6.0.37/questions.yaml diff --git a/stable/firefox/2.0.35/templates/common.yaml b/stable/external-service/6.0.37/templates/common.yaml similarity index 100% rename from stable/firefox/2.0.35/templates/common.yaml rename to stable/external-service/6.0.37/templates/common.yaml diff --git a/stable/filezilla/4.0.47/values.yaml b/stable/external-service/6.0.37/values.yaml similarity index 100% rename from stable/filezilla/4.0.47/values.yaml rename to stable/external-service/6.0.37/values.yaml diff --git a/stable/ferdi-server/3.0.42/CHANGELOG.md b/stable/ferdi-server/3.0.42/CHANGELOG.md deleted file mode 100644 index 398a2cf1a72..00000000000 --- a/stable/ferdi-server/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ferdi-server-3.0.42](https://github.com/truecharts/charts/compare/ferdi-server-3.0.41...ferdi-server-3.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ferdi-server-3.0.41](https://github.com/truecharts/charts/compare/ferdi-server-3.0.40...ferdi-server-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ferdi-server-3.0.41](https://github.com/truecharts/charts/compare/ferdi-server-3.0.40...ferdi-server-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ferdi-server-3.0.40](https://github.com/truecharts/charts/compare/ferdi-server-3.0.39...ferdi-server-3.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ferdi-server-3.0.38](https://github.com/truecharts/charts/compare/ferdi-server-3.0.37...ferdi-server-3.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ferdi-server-3.0.37](https://github.com/truecharts/charts/compare/ferdi-server-3.0.36...ferdi-server-3.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ferdi-server-3.0.36](https://github.com/truecharts/charts/compare/ferdi-server-3.0.35...ferdi-server-3.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ferdi-server-3.0.36](https://github.com/truecharts/charts/compare/ferdi-server-3.0.35...ferdi-server-3.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ferdi-server/3.0.42/Chart.lock b/stable/ferdi-server/3.0.42/Chart.lock deleted file mode 100644 index 349cf0aae00..00000000000 --- a/stable/ferdi-server/3.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:25:41.820265473Z" diff --git a/stable/ferdi-server/3.0.42/Chart.yaml b/stable/ferdi-server/3.0.42/Chart.yaml deleted file mode 100644 index 1d2690fe69c..00000000000 --- a/stable/ferdi-server/3.0.42/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Server for Ferdi that you can re-use to run your own -home: https://truecharts.org/docs/charts/stable/ferdi-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png -keywords: - - ferdi -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ferdi-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server - - https://github.com/getferdi/server -version: 3.0.42 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ferdi-server/3.0.42/README.md b/stable/ferdi-server/3.0.42/README.md deleted file mode 100644 index eb7378fe528..00000000000 --- a/stable/ferdi-server/3.0.42/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ferdi-server - -Server for Ferdi that you can re-use to run your own - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ferdi-server](https://truecharts.org/docs/charts/stable/ferdi-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ferdi-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ferdi-server TrueCharts/ferdi-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ferdi-server` deployment - -```console -helm uninstall ferdi-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ferdi-server \ - --set env.TZ="America/New York" \ - TrueCharts/ferdi-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ferdi-server TrueCharts/ferdi-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ferdi-server/3.0.42/charts/common-10.7.0.tgz b/stable/ferdi-server/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ferdi-server/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ferdi-server/3.0.42/charts/postgresql-8.0.97.tgz b/stable/ferdi-server/3.0.42/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/ferdi-server/3.0.42/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/ferdi-server/3.0.43/CHANGELOG.md b/stable/ferdi-server/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..93e19003ccb --- /dev/null +++ b/stable/ferdi-server/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ferdi-server-3.0.43](https://github.com/truecharts/charts/compare/ferdi-server-3.0.42...ferdi-server-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ferdi-server-3.0.42](https://github.com/truecharts/charts/compare/ferdi-server-3.0.41...ferdi-server-3.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ferdi-server-3.0.41](https://github.com/truecharts/charts/compare/ferdi-server-3.0.40...ferdi-server-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ferdi-server-3.0.41](https://github.com/truecharts/charts/compare/ferdi-server-3.0.40...ferdi-server-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ferdi-server-3.0.40](https://github.com/truecharts/charts/compare/ferdi-server-3.0.39...ferdi-server-3.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ferdi-server-3.0.38](https://github.com/truecharts/charts/compare/ferdi-server-3.0.37...ferdi-server-3.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ferdi-server-3.0.37](https://github.com/truecharts/charts/compare/ferdi-server-3.0.36...ferdi-server-3.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ferdi-server-3.0.36](https://github.com/truecharts/charts/compare/ferdi-server-3.0.35...ferdi-server-3.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/ferdi-server/3.0.43/Chart.lock b/stable/ferdi-server/3.0.43/Chart.lock new file mode 100644 index 00000000000..7d91778dd22 --- /dev/null +++ b/stable/ferdi-server/3.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:09:44.108763549Z" diff --git a/stable/ferdi-server/3.0.43/Chart.yaml b/stable/ferdi-server/3.0.43/Chart.yaml new file mode 100644 index 00000000000..9ed7aa95eca --- /dev/null +++ b/stable/ferdi-server/3.0.43/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.3.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Server for Ferdi that you can re-use to run your own +home: https://truecharts.org/docs/charts/stable/ferdi-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.png +keywords: + - ferdi +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ferdi-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ferdi-server + - https://github.com/getferdi/server +version: 3.0.43 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ferdi-server/3.0.43/README.md b/stable/ferdi-server/3.0.43/README.md new file mode 100644 index 00000000000..c6c6fce39ca --- /dev/null +++ b/stable/ferdi-server/3.0.43/README.md @@ -0,0 +1,107 @@ +# ferdi-server + +Server for Ferdi that you can re-use to run your own + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ferdi-server](https://truecharts.org/docs/charts/stable/ferdi-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ferdi-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ferdi-server TrueCharts/ferdi-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ferdi-server` deployment + +```console +helm uninstall ferdi-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ferdi-server \ + --set env.TZ="America/New York" \ + TrueCharts/ferdi-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ferdi-server TrueCharts/ferdi-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ferdi-server/3.0.42/app-readme.md b/stable/ferdi-server/3.0.43/app-readme.md similarity index 100% rename from stable/ferdi-server/3.0.42/app-readme.md rename to stable/ferdi-server/3.0.43/app-readme.md diff --git a/stable/ferdi-server/3.0.43/charts/common-10.7.1.tgz b/stable/ferdi-server/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ferdi-server/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/ferdi-server/3.0.43/charts/postgresql-8.0.101.tgz b/stable/ferdi-server/3.0.43/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/ferdi-server/3.0.43/charts/postgresql-8.0.101.tgz differ diff --git a/stable/ferdi-server/3.0.42/ix_values.yaml b/stable/ferdi-server/3.0.43/ix_values.yaml similarity index 100% rename from stable/ferdi-server/3.0.42/ix_values.yaml rename to stable/ferdi-server/3.0.43/ix_values.yaml diff --git a/stable/ferdi-server/3.0.42/questions.yaml b/stable/ferdi-server/3.0.43/questions.yaml similarity index 100% rename from stable/ferdi-server/3.0.42/questions.yaml rename to stable/ferdi-server/3.0.43/questions.yaml diff --git a/stable/ferdi-server/3.0.42/templates/_secrets.tpl b/stable/ferdi-server/3.0.43/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/3.0.42/templates/_secrets.tpl rename to stable/ferdi-server/3.0.43/templates/_secrets.tpl diff --git a/stable/ferdi-server/3.0.42/templates/common.yaml b/stable/ferdi-server/3.0.43/templates/common.yaml similarity index 100% rename from stable/ferdi-server/3.0.42/templates/common.yaml rename to stable/ferdi-server/3.0.43/templates/common.yaml diff --git a/stable/firefox-syncserver/9.0.43/values.yaml b/stable/ferdi-server/3.0.43/values.yaml similarity index 100% rename from stable/firefox-syncserver/9.0.43/values.yaml rename to stable/ferdi-server/3.0.43/values.yaml diff --git a/stable/filebot/1.0.15/CHANGELOG.md b/stable/filebot/1.0.15/CHANGELOG.md deleted file mode 100644 index 48586d1d0ae..00000000000 --- a/stable/filebot/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filebot-1.0.15](https://github.com/truecharts/charts/compare/filebot-1.0.14...filebot-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filebot-1.0.14](https://github.com/truecharts/charts/compare/filebot-1.0.13...filebot-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filebot-1.0.14](https://github.com/truecharts/charts/compare/filebot-1.0.13...filebot-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filebot-1.0.13](https://github.com/truecharts/charts/compare/filebot-1.0.12...filebot-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [filebot-1.0.12](https://github.com/truecharts/charts/compare/filebot-1.0.11...filebot-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filebot-1.0.11](https://github.com/truecharts/charts/compare/filebot-1.0.10...filebot-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filebot-1.0.10](https://github.com/truecharts/charts/compare/filebot-1.0.9...filebot-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [filebot-1.0.10](https://github.com/truecharts/charts/compare/filebot-1.0.9...filebot-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/filebot/1.0.15/Chart.lock b/stable/filebot/1.0.15/Chart.lock deleted file mode 100644 index f58323b4064..00000000000 --- a/stable/filebot/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:25:38.140684123Z" diff --git a/stable/filebot/1.0.15/Chart.yaml b/stable/filebot/1.0.15/Chart.yaml deleted file mode 100644 index 26625237ff3..00000000000 --- a/stable/filebot/1.0.15/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.14.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. -home: https://truecharts.org/docs/charts/stable/filebot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png -keywords: - - media - - filebot -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filebot -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/filebot - - https://github.com/jlesage/docker-filebot - - https://hub.docker.com/r/jlesage/filebot/ -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/filebot/1.0.15/README.md b/stable/filebot/1.0.15/README.md deleted file mode 100644 index c04f7f8014c..00000000000 --- a/stable/filebot/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# filebot - -FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filebot](https://truecharts.org/docs/charts/stable/filebot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filebot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filebot TrueCharts/filebot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filebot` deployment - -```console -helm uninstall filebot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filebot \ - --set env.TZ="America/New York" \ - TrueCharts/filebot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filebot TrueCharts/filebot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/filebot/1.0.15/charts/common-10.7.0.tgz b/stable/filebot/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/filebot/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/filebot/1.0.16/CHANGELOG.md b/stable/filebot/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..9ee46e7fa16 --- /dev/null +++ b/stable/filebot/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filebot-1.0.16](https://github.com/truecharts/charts/compare/filebot-1.0.15...filebot-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filebot-1.0.15](https://github.com/truecharts/charts/compare/filebot-1.0.14...filebot-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filebot-1.0.14](https://github.com/truecharts/charts/compare/filebot-1.0.13...filebot-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filebot-1.0.14](https://github.com/truecharts/charts/compare/filebot-1.0.13...filebot-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filebot-1.0.13](https://github.com/truecharts/charts/compare/filebot-1.0.12...filebot-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [filebot-1.0.12](https://github.com/truecharts/charts/compare/filebot-1.0.11...filebot-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filebot-1.0.11](https://github.com/truecharts/charts/compare/filebot-1.0.10...filebot-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [filebot-1.0.10](https://github.com/truecharts/charts/compare/filebot-1.0.9...filebot-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/filebot/1.0.16/Chart.lock b/stable/filebot/1.0.16/Chart.lock new file mode 100644 index 00000000000..22459cf2dfd --- /dev/null +++ b/stable/filebot/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:09:45.256139836Z" diff --git a/stable/filebot/1.0.16/Chart.yaml b/stable/filebot/1.0.16/Chart.yaml new file mode 100644 index 00000000000..2d4b8e6194c --- /dev/null +++ b/stable/filebot/1.0.16/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.14.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. +home: https://truecharts.org/docs/charts/stable/filebot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.png +keywords: + - media + - filebot +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filebot +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filebot + - https://github.com/jlesage/docker-filebot + - https://hub.docker.com/r/jlesage/filebot/ +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/filebot/1.0.16/README.md b/stable/filebot/1.0.16/README.md new file mode 100644 index 00000000000..2c486ae05b7 --- /dev/null +++ b/stable/filebot/1.0.16/README.md @@ -0,0 +1,107 @@ +# filebot + +FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filebot](https://truecharts.org/docs/charts/stable/filebot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filebot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filebot TrueCharts/filebot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filebot` deployment + +```console +helm uninstall filebot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filebot \ + --set env.TZ="America/New York" \ + TrueCharts/filebot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filebot TrueCharts/filebot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/filebot/1.0.15/app-readme.md b/stable/filebot/1.0.16/app-readme.md similarity index 100% rename from stable/filebot/1.0.15/app-readme.md rename to stable/filebot/1.0.16/app-readme.md diff --git a/stable/filebot/1.0.16/charts/common-10.7.1.tgz b/stable/filebot/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/filebot/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/filebot/1.0.15/ix_values.yaml b/stable/filebot/1.0.16/ix_values.yaml similarity index 100% rename from stable/filebot/1.0.15/ix_values.yaml rename to stable/filebot/1.0.16/ix_values.yaml diff --git a/stable/filebot/1.0.15/questions.yaml b/stable/filebot/1.0.16/questions.yaml similarity index 100% rename from stable/filebot/1.0.15/questions.yaml rename to stable/filebot/1.0.16/questions.yaml diff --git a/stable/flaresolverr/6.0.41/templates/common.yaml b/stable/filebot/1.0.16/templates/common.yaml similarity index 100% rename from stable/flaresolverr/6.0.41/templates/common.yaml rename to stable/filebot/1.0.16/templates/common.yaml diff --git a/stable/firefox/2.0.35/values.yaml b/stable/filebot/1.0.16/values.yaml similarity index 100% rename from stable/firefox/2.0.35/values.yaml rename to stable/filebot/1.0.16/values.yaml diff --git a/stable/filebrowser/2.0.39/CHANGELOG.md b/stable/filebrowser/2.0.39/CHANGELOG.md deleted file mode 100644 index 7cb8e22382c..00000000000 --- a/stable/filebrowser/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filebrowser-2.0.39](https://github.com/truecharts/charts/compare/filebrowser-2.0.38...filebrowser-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filebrowser-2.0.38](https://github.com/truecharts/charts/compare/filebrowser-2.0.37...filebrowser-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filebrowser-2.0.38](https://github.com/truecharts/charts/compare/filebrowser-2.0.37...filebrowser-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filebrowser-2.0.37](https://github.com/truecharts/charts/compare/filebrowser-2.0.36...filebrowser-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [filebrowser-2.0.36](https://github.com/truecharts/charts/compare/filebrowser-2.0.35...filebrowser-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filebrowser-2.0.35](https://github.com/truecharts/charts/compare/filebrowser-2.0.34...filebrowser-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filebrowser-2.0.34](https://github.com/truecharts/charts/compare/filebrowser-2.0.33...filebrowser-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [filebrowser-2.0.34](https://github.com/truecharts/charts/compare/filebrowser-2.0.33...filebrowser-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/filebrowser/2.0.39/Chart.lock b/stable/filebrowser/2.0.39/Chart.lock deleted file mode 100644 index 2833a3756f5..00000000000 --- a/stable/filebrowser/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:25:55.066971106Z" diff --git a/stable/filebrowser/2.0.39/Chart.yaml b/stable/filebrowser/2.0.39/Chart.yaml deleted file mode 100644 index 0a078e5f405..00000000000 --- a/stable/filebrowser/2.0.39/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.22.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Filebrowser provides a file managing interface within a specified directory -home: https://truecharts.org/docs/charts/stable/filebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png -keywords: - - filebrowser -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filebrowser -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser - - https://github.com/filebrowser/filebrowser - - https://filebrowser.org/cli/filebrowser - - https://hub.docker.com/r/filebrowser/filebrowser -type: application -version: 2.0.39 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/filebrowser/2.0.39/README.md b/stable/filebrowser/2.0.39/README.md deleted file mode 100644 index 82018756c16..00000000000 --- a/stable/filebrowser/2.0.39/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# filebrowser - -Filebrowser provides a file managing interface within a specified directory - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filebrowser](https://truecharts.org/docs/charts/stable/filebrowser) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filebrowser` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filebrowser TrueCharts/filebrowser -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filebrowser` deployment - -```console -helm uninstall filebrowser -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filebrowser \ - --set env.TZ="America/New York" \ - TrueCharts/filebrowser -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filebrowser TrueCharts/filebrowser -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/filebrowser/2.0.39/charts/common-10.7.0.tgz b/stable/filebrowser/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/filebrowser/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/filebrowser/2.0.40/CHANGELOG.md b/stable/filebrowser/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..ce3914d467f --- /dev/null +++ b/stable/filebrowser/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filebrowser-2.0.40](https://github.com/truecharts/charts/compare/filebrowser-2.0.39...filebrowser-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filebrowser-2.0.39](https://github.com/truecharts/charts/compare/filebrowser-2.0.38...filebrowser-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filebrowser-2.0.38](https://github.com/truecharts/charts/compare/filebrowser-2.0.37...filebrowser-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filebrowser-2.0.38](https://github.com/truecharts/charts/compare/filebrowser-2.0.37...filebrowser-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filebrowser-2.0.37](https://github.com/truecharts/charts/compare/filebrowser-2.0.36...filebrowser-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [filebrowser-2.0.36](https://github.com/truecharts/charts/compare/filebrowser-2.0.35...filebrowser-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filebrowser-2.0.35](https://github.com/truecharts/charts/compare/filebrowser-2.0.34...filebrowser-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [filebrowser-2.0.34](https://github.com/truecharts/charts/compare/filebrowser-2.0.33...filebrowser-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/filebrowser/2.0.40/Chart.lock b/stable/filebrowser/2.0.40/Chart.lock new file mode 100644 index 00000000000..5a4040afdf9 --- /dev/null +++ b/stable/filebrowser/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:10:01.128175443Z" diff --git a/stable/filebrowser/2.0.40/Chart.yaml b/stable/filebrowser/2.0.40/Chart.yaml new file mode 100644 index 00000000000..49e163a478a --- /dev/null +++ b/stable/filebrowser/2.0.40/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.22.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Filebrowser provides a file managing interface within a specified directory +home: https://truecharts.org/docs/charts/stable/filebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.png +keywords: + - filebrowser +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filebrowser +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filebrowser + - https://github.com/filebrowser/filebrowser + - https://filebrowser.org/cli/filebrowser + - https://hub.docker.com/r/filebrowser/filebrowser +type: application +version: 2.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/filebrowser/2.0.40/README.md b/stable/filebrowser/2.0.40/README.md new file mode 100644 index 00000000000..e9964863507 --- /dev/null +++ b/stable/filebrowser/2.0.40/README.md @@ -0,0 +1,108 @@ +# filebrowser + +Filebrowser provides a file managing interface within a specified directory + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filebrowser](https://truecharts.org/docs/charts/stable/filebrowser) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filebrowser` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filebrowser TrueCharts/filebrowser +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filebrowser` deployment + +```console +helm uninstall filebrowser +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filebrowser \ + --set env.TZ="America/New York" \ + TrueCharts/filebrowser +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filebrowser TrueCharts/filebrowser -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/filebrowser/2.0.39/app-readme.md b/stable/filebrowser/2.0.40/app-readme.md similarity index 100% rename from stable/filebrowser/2.0.39/app-readme.md rename to stable/filebrowser/2.0.40/app-readme.md diff --git a/stable/filebrowser/2.0.40/charts/common-10.7.1.tgz b/stable/filebrowser/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/filebrowser/2.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/filebrowser/2.0.39/ix_values.yaml b/stable/filebrowser/2.0.40/ix_values.yaml similarity index 100% rename from stable/filebrowser/2.0.39/ix_values.yaml rename to stable/filebrowser/2.0.40/ix_values.yaml diff --git a/stable/filebrowser/2.0.39/questions.yaml b/stable/filebrowser/2.0.40/questions.yaml similarity index 100% rename from stable/filebrowser/2.0.39/questions.yaml rename to stable/filebrowser/2.0.40/questions.yaml diff --git a/stable/filebrowser/2.0.39/templates/common.yaml b/stable/filebrowser/2.0.40/templates/common.yaml similarity index 100% rename from stable/filebrowser/2.0.39/templates/common.yaml rename to stable/filebrowser/2.0.40/templates/common.yaml diff --git a/stable/flaresolverr/6.0.41/values.yaml b/stable/filebrowser/2.0.40/values.yaml similarity index 100% rename from stable/flaresolverr/6.0.41/values.yaml rename to stable/filebrowser/2.0.40/values.yaml diff --git a/stable/fileflows/2.0.49/CHANGELOG.md b/stable/fileflows/2.0.49/CHANGELOG.md deleted file mode 100644 index 010e1ca3a84..00000000000 --- a/stable/fileflows/2.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fileflows-2.0.49](https://github.com/truecharts/charts/compare/fileflows-2.0.48...fileflows-2.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fileflows-2.0.48](https://github.com/truecharts/charts/compare/fileflows-2.0.47...fileflows-2.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fileflows-2.0.48](https://github.com/truecharts/charts/compare/fileflows-2.0.47...fileflows-2.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fileflows-2.0.47](https://github.com/truecharts/charts/compare/fileflows-2.0.46...fileflows-2.0.47) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fileflows-2.0.46](https://github.com/truecharts/charts/compare/fileflows-2.0.45...fileflows-2.0.46) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [fileflows-2.0.45](https://github.com/truecharts/charts/compare/fileflows-2.0.44...fileflows-2.0.45) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fileflows-2.0.44](https://github.com/truecharts/charts/compare/fileflows-2.0.43...fileflows-2.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fileflows-2.0.43](https://github.com/truecharts/charts/compare/fileflows-2.0.41...fileflows-2.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/fileflows/2.0.49/Chart.lock b/stable/fileflows/2.0.49/Chart.lock deleted file mode 100644 index 76890e1909e..00000000000 --- a/stable/fileflows/2.0.49/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:26:07.910383345Z" diff --git a/stable/fileflows/2.0.49/Chart.yaml b/stable/fileflows/2.0.49/Chart.yaml deleted file mode 100644 index accae00e805..00000000000 --- a/stable/fileflows/2.0.49/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An application that lets you automatically process files through a simple rule flow. -home: https://truecharts.org/docs/charts/stable/fileflows -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png -keywords: - - fileflows -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fileflows -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows - - https://github.com/revenz/FileFlows - - https://hub.docker.com/r/revenz/fileflows -version: 2.0.49 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/fileflows/2.0.49/README.md b/stable/fileflows/2.0.49/README.md deleted file mode 100644 index 96bbe95b4d9..00000000000 --- a/stable/fileflows/2.0.49/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fileflows - -An application that lets you automatically process files through a simple rule flow. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fileflows](https://truecharts.org/docs/charts/stable/fileflows) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fileflows` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fileflows TrueCharts/fileflows -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fileflows` deployment - -```console -helm uninstall fileflows -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fileflows \ - --set env.TZ="America/New York" \ - TrueCharts/fileflows -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fileflows TrueCharts/fileflows -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/fileflows/2.0.49/charts/common-10.7.0.tgz b/stable/fileflows/2.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/fileflows/2.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/fileflows/2.0.50/CHANGELOG.md b/stable/fileflows/2.0.50/CHANGELOG.md new file mode 100644 index 00000000000..74cc2568e8e --- /dev/null +++ b/stable/fileflows/2.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fileflows-2.0.50](https://github.com/truecharts/charts/compare/fileflows-2.0.49...fileflows-2.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fileflows-2.0.49](https://github.com/truecharts/charts/compare/fileflows-2.0.48...fileflows-2.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fileflows-2.0.48](https://github.com/truecharts/charts/compare/fileflows-2.0.47...fileflows-2.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fileflows-2.0.48](https://github.com/truecharts/charts/compare/fileflows-2.0.47...fileflows-2.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fileflows-2.0.47](https://github.com/truecharts/charts/compare/fileflows-2.0.46...fileflows-2.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fileflows-2.0.46](https://github.com/truecharts/charts/compare/fileflows-2.0.45...fileflows-2.0.46) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [fileflows-2.0.45](https://github.com/truecharts/charts/compare/fileflows-2.0.44...fileflows-2.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fileflows-2.0.44](https://github.com/truecharts/charts/compare/fileflows-2.0.43...fileflows-2.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fileflows-2.0.43](https://github.com/truecharts/charts/compare/fileflows-2.0.41...fileflows-2.0.43) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/fileflows/2.0.50/Chart.lock b/stable/fileflows/2.0.50/Chart.lock new file mode 100644 index 00000000000..4432c2d1810 --- /dev/null +++ b/stable/fileflows/2.0.50/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:10:17.129612751Z" diff --git a/stable/fileflows/2.0.50/Chart.yaml b/stable/fileflows/2.0.50/Chart.yaml new file mode 100644 index 00000000000..6c8b990e405 --- /dev/null +++ b/stable/fileflows/2.0.50/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.0.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An application that lets you automatically process files through a simple rule flow. +home: https://truecharts.org/docs/charts/stable/fileflows +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png +keywords: + - fileflows +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fileflows +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fileflows + - https://github.com/revenz/FileFlows + - https://hub.docker.com/r/revenz/fileflows +version: 2.0.50 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fileflows/2.0.50/README.md b/stable/fileflows/2.0.50/README.md new file mode 100644 index 00000000000..a1c28eef595 --- /dev/null +++ b/stable/fileflows/2.0.50/README.md @@ -0,0 +1,107 @@ +# fileflows + +An application that lets you automatically process files through a simple rule flow. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fileflows](https://truecharts.org/docs/charts/stable/fileflows) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fileflows` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fileflows TrueCharts/fileflows +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fileflows` deployment + +```console +helm uninstall fileflows +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fileflows \ + --set env.TZ="America/New York" \ + TrueCharts/fileflows +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fileflows TrueCharts/fileflows -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fileflows/2.0.49/app-readme.md b/stable/fileflows/2.0.50/app-readme.md similarity index 100% rename from stable/fileflows/2.0.49/app-readme.md rename to stable/fileflows/2.0.50/app-readme.md diff --git a/stable/fileflows/2.0.50/charts/common-10.7.1.tgz b/stable/fileflows/2.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/fileflows/2.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/fileflows/2.0.49/ix_values.yaml b/stable/fileflows/2.0.50/ix_values.yaml similarity index 100% rename from stable/fileflows/2.0.49/ix_values.yaml rename to stable/fileflows/2.0.50/ix_values.yaml diff --git a/stable/fileflows/2.0.49/questions.yaml b/stable/fileflows/2.0.50/questions.yaml similarity index 100% rename from stable/fileflows/2.0.49/questions.yaml rename to stable/fileflows/2.0.50/questions.yaml diff --git a/stable/fleet/3.0.42/templates/common.yaml b/stable/fileflows/2.0.50/templates/common.yaml similarity index 100% rename from stable/fleet/3.0.42/templates/common.yaml rename to stable/fileflows/2.0.50/templates/common.yaml diff --git a/stable/fleet/3.0.42/values.yaml b/stable/fileflows/2.0.50/values.yaml similarity index 100% rename from stable/fleet/3.0.42/values.yaml rename to stable/fileflows/2.0.50/values.yaml diff --git a/stable/filerun/3.0.10/CHANGELOG.md b/stable/filerun/3.0.10/CHANGELOG.md new file mode 100644 index 00000000000..672da1eb6a7 --- /dev/null +++ b/stable/filerun/3.0.10/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filerun-3.0.10](https://github.com/truecharts/charts/compare/filerun-3.0.9...filerun-3.0.10) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filerun-3.0.9](https://github.com/truecharts/charts/compare/filerun-3.0.8...filerun-3.0.9) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filerun-3.0.8](https://github.com/truecharts/charts/compare/filerun-3.0.7...filerun-3.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filerun-3.0.8](https://github.com/truecharts/charts/compare/filerun-3.0.7...filerun-3.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filerun-3.0.7](https://github.com/truecharts/charts/compare/filerun-3.0.6...filerun-3.0.7) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [filerun-3.0.5](https://github.com/truecharts/charts/compare/filerun-3.0.4...filerun-3.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filerun-3.0.4](https://github.com/truecharts/charts/compare/filerun-3.0.3...filerun-3.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [filerun-3.0.3](https://github.com/truecharts/charts/compare/filerun-3.0.2...filerun-3.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/filerun/3.0.10/Chart.lock b/stable/filerun/3.0.10/Chart.lock new file mode 100644 index 00000000000..d85a2c4ddd8 --- /dev/null +++ b/stable/filerun/3.0.10/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:10:31.271943974Z" diff --git a/stable/filerun/3.0.10/Chart.yaml b/stable/filerun/3.0.10/Chart.yaml new file mode 100644 index 00000000000..566422a7a35 --- /dev/null +++ b/stable/filerun/3.0.10/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: FileRun is a full featured web based file manager with an easy to use user interface +home: https://truecharts.org/docs/charts/stable/filerun +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filerun.png +keywords: + - filerun + - file +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filerun +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filerun + - https://hub.docker.com/r/filerun/filerun + - https://github.com/filerun/docker +version: 3.0.10 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/filerun/3.0.10/README.md b/stable/filerun/3.0.10/README.md new file mode 100644 index 00000000000..541321041a1 --- /dev/null +++ b/stable/filerun/3.0.10/README.md @@ -0,0 +1,108 @@ +# filerun + +FileRun is a full featured web based file manager with an easy to use user interface + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filerun](https://truecharts.org/docs/charts/stable/filerun) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filerun` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filerun TrueCharts/filerun +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filerun` deployment + +```console +helm uninstall filerun +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filerun \ + --set env.TZ="America/New York" \ + TrueCharts/filerun +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filerun TrueCharts/filerun -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/filerun/3.0.9/app-readme.md b/stable/filerun/3.0.10/app-readme.md similarity index 100% rename from stable/filerun/3.0.9/app-readme.md rename to stable/filerun/3.0.10/app-readme.md diff --git a/stable/filerun/3.0.10/charts/common-10.7.1.tgz b/stable/filerun/3.0.10/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/filerun/3.0.10/charts/common-10.7.1.tgz differ diff --git a/stable/filerun/3.0.10/charts/mariadb-3.0.95.tgz b/stable/filerun/3.0.10/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/filerun/3.0.10/charts/mariadb-3.0.95.tgz differ diff --git a/stable/filerun/3.0.9/ix_values.yaml b/stable/filerun/3.0.10/ix_values.yaml similarity index 100% rename from stable/filerun/3.0.9/ix_values.yaml rename to stable/filerun/3.0.10/ix_values.yaml diff --git a/stable/filerun/3.0.9/questions.yaml b/stable/filerun/3.0.10/questions.yaml similarity index 100% rename from stable/filerun/3.0.9/questions.yaml rename to stable/filerun/3.0.10/questions.yaml diff --git a/stable/flexget/2.0.54/templates/common.yaml b/stable/filerun/3.0.10/templates/common.yaml similarity index 100% rename from stable/flexget/2.0.54/templates/common.yaml rename to stable/filerun/3.0.10/templates/common.yaml diff --git a/stable/flexget/2.0.54/values.yaml b/stable/filerun/3.0.10/values.yaml similarity index 100% rename from stable/flexget/2.0.54/values.yaml rename to stable/filerun/3.0.10/values.yaml diff --git a/stable/filerun/3.0.9/CHANGELOG.md b/stable/filerun/3.0.9/CHANGELOG.md deleted file mode 100644 index eede7b35c00..00000000000 --- a/stable/filerun/3.0.9/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filerun-3.0.9](https://github.com/truecharts/charts/compare/filerun-3.0.8...filerun-3.0.9) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filerun-3.0.8](https://github.com/truecharts/charts/compare/filerun-3.0.7...filerun-3.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filerun-3.0.8](https://github.com/truecharts/charts/compare/filerun-3.0.7...filerun-3.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filerun-3.0.7](https://github.com/truecharts/charts/compare/filerun-3.0.6...filerun-3.0.7) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [filerun-3.0.5](https://github.com/truecharts/charts/compare/filerun-3.0.4...filerun-3.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filerun-3.0.4](https://github.com/truecharts/charts/compare/filerun-3.0.3...filerun-3.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filerun-3.0.3](https://github.com/truecharts/charts/compare/filerun-3.0.2...filerun-3.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [filerun-3.0.3](https://github.com/truecharts/charts/compare/filerun-3.0.2...filerun-3.0.3) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/filerun/3.0.9/Chart.lock b/stable/filerun/3.0.9/Chart.lock deleted file mode 100644 index 2cb409a106f..00000000000 --- a/stable/filerun/3.0.9/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:26:21.130989464Z" diff --git a/stable/filerun/3.0.9/Chart.yaml b/stable/filerun/3.0.9/Chart.yaml deleted file mode 100644 index e5a6a539584..00000000000 --- a/stable/filerun/3.0.9/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: FileRun is a full featured web based file manager with an easy to use user interface -home: https://truecharts.org/docs/charts/stable/filerun -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filerun.png -keywords: - - filerun - - file -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filerun -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/filerun - - https://hub.docker.com/r/filerun/filerun - - https://github.com/filerun/docker -version: 3.0.9 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/filerun/3.0.9/README.md b/stable/filerun/3.0.9/README.md deleted file mode 100644 index d3a18bea022..00000000000 --- a/stable/filerun/3.0.9/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# filerun - -FileRun is a full featured web based file manager with an easy to use user interface - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filerun](https://truecharts.org/docs/charts/stable/filerun) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filerun` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filerun TrueCharts/filerun -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filerun` deployment - -```console -helm uninstall filerun -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filerun \ - --set env.TZ="America/New York" \ - TrueCharts/filerun -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filerun TrueCharts/filerun -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/filerun/3.0.9/charts/common-10.7.0.tgz b/stable/filerun/3.0.9/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/filerun/3.0.9/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/filerun/3.0.9/charts/mariadb-3.0.92.tgz b/stable/filerun/3.0.9/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/filerun/3.0.9/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/filezilla/4.0.47/CHANGELOG.md b/stable/filezilla/4.0.47/CHANGELOG.md deleted file mode 100644 index 3953236b8dc..00000000000 --- a/stable/filezilla/4.0.47/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [filezilla-4.0.47](https://github.com/truecharts/charts/compare/filezilla-4.0.46...filezilla-4.0.47) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [filezilla-4.0.46](https://github.com/truecharts/charts/compare/filezilla-4.0.45...filezilla-4.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [filezilla-4.0.45](https://github.com/truecharts/charts/compare/filezilla-4.0.44...filezilla-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filezilla-4.0.45](https://github.com/truecharts/charts/compare/filezilla-4.0.44...filezilla-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [filezilla-4.0.44](https://github.com/truecharts/charts/compare/filezilla-4.0.43...filezilla-4.0.44) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [filezilla-4.0.43](https://github.com/truecharts/charts/compare/filezilla-4.0.42...filezilla-4.0.43) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [filezilla-4.0.42](https://github.com/truecharts/charts/compare/filezilla-4.0.41...filezilla-4.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [filezilla-4.0.41](https://github.com/truecharts/charts/compare/filezilla-4.0.40...filezilla-4.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [filezilla-4.0.40](https://github.com/truecharts/charts/compare/filezilla-4.0.39...filezilla-4.0.40) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [filezilla-4.0.39](https://github.com/truecharts/charts/compare/filezilla-4.0.37...filezilla-4.0.39) (2022-09-22) - -### Chore diff --git a/stable/filezilla/4.0.47/Chart.lock b/stable/filezilla/4.0.47/Chart.lock deleted file mode 100644 index 4d3f2a12fdb..00000000000 --- a/stable/filezilla/4.0.47/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:17:37.940215785Z" diff --git a/stable/filezilla/4.0.47/Chart.yaml b/stable/filezilla/4.0.47/Chart.yaml deleted file mode 100644 index 9d3fb043e32..00000000000 --- a/stable/filezilla/4.0.47/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "3.55.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A Helm chart for Kubernetes -home: https://truecharts.org/docs/charts/stable/filezilla -icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png -keywords: - - filezilla - - ftp - - sftp - - ftps - - client -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: filezilla -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla - - https://filezilla-project.org/ - - https://github.com/linuxserver/docker-filezilla -type: application -version: 4.0.47 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/filezilla/4.0.47/README.md b/stable/filezilla/4.0.47/README.md deleted file mode 100644 index 6c20b84c20d..00000000000 --- a/stable/filezilla/4.0.47/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# filezilla - -A Helm chart for Kubernetes - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [filezilla](https://truecharts.org/docs/charts/stable/filezilla) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `filezilla` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install filezilla TrueCharts/filezilla -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `filezilla` deployment - -```console -helm uninstall filezilla -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install filezilla \ - --set env.TZ="America/New York" \ - TrueCharts/filezilla -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install filezilla TrueCharts/filezilla -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/filezilla/4.0.47/charts/common-10.7.0.tgz b/stable/filezilla/4.0.47/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/filezilla/4.0.47/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/filezilla/4.0.48/CHANGELOG.md b/stable/filezilla/4.0.48/CHANGELOG.md new file mode 100644 index 00000000000..f0c817ad642 --- /dev/null +++ b/stable/filezilla/4.0.48/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [filezilla-4.0.48](https://github.com/truecharts/charts/compare/filezilla-4.0.47...filezilla-4.0.48) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [filezilla-4.0.47](https://github.com/truecharts/charts/compare/filezilla-4.0.46...filezilla-4.0.47) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [filezilla-4.0.46](https://github.com/truecharts/charts/compare/filezilla-4.0.45...filezilla-4.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [filezilla-4.0.45](https://github.com/truecharts/charts/compare/filezilla-4.0.44...filezilla-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filezilla-4.0.45](https://github.com/truecharts/charts/compare/filezilla-4.0.44...filezilla-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [filezilla-4.0.44](https://github.com/truecharts/charts/compare/filezilla-4.0.43...filezilla-4.0.44) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [filezilla-4.0.43](https://github.com/truecharts/charts/compare/filezilla-4.0.42...filezilla-4.0.43) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [filezilla-4.0.42](https://github.com/truecharts/charts/compare/filezilla-4.0.41...filezilla-4.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [filezilla-4.0.41](https://github.com/truecharts/charts/compare/filezilla-4.0.40...filezilla-4.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [filezilla-4.0.40](https://github.com/truecharts/charts/compare/filezilla-4.0.39...filezilla-4.0.40) (2022-09-23) + +### Chore diff --git a/stable/filezilla/4.0.48/Chart.lock b/stable/filezilla/4.0.48/Chart.lock new file mode 100644 index 00000000000..956dbe6e562 --- /dev/null +++ b/stable/filezilla/4.0.48/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:10:27.534435202Z" diff --git a/stable/filezilla/4.0.48/Chart.yaml b/stable/filezilla/4.0.48/Chart.yaml new file mode 100644 index 00000000000..0b502b51f7e --- /dev/null +++ b/stable/filezilla/4.0.48/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "3.55.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A Helm chart for Kubernetes +home: https://truecharts.org/docs/charts/stable/filezilla +icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.png +keywords: + - filezilla + - ftp + - sftp + - ftps + - client +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: filezilla +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/filezilla + - https://filezilla-project.org/ + - https://github.com/linuxserver/docker-filezilla +type: application +version: 4.0.48 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/filezilla/4.0.48/README.md b/stable/filezilla/4.0.48/README.md new file mode 100644 index 00000000000..98f498a714f --- /dev/null +++ b/stable/filezilla/4.0.48/README.md @@ -0,0 +1,107 @@ +# filezilla + +A Helm chart for Kubernetes + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [filezilla](https://truecharts.org/docs/charts/stable/filezilla) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `filezilla` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install filezilla TrueCharts/filezilla +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `filezilla` deployment + +```console +helm uninstall filezilla +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install filezilla \ + --set env.TZ="America/New York" \ + TrueCharts/filezilla +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install filezilla TrueCharts/filezilla -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/filezilla/4.0.47/app-readme.md b/stable/filezilla/4.0.48/app-readme.md similarity index 100% rename from stable/filezilla/4.0.47/app-readme.md rename to stable/filezilla/4.0.48/app-readme.md diff --git a/stable/filezilla/4.0.48/charts/common-10.7.1.tgz b/stable/filezilla/4.0.48/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/filezilla/4.0.48/charts/common-10.7.1.tgz differ diff --git a/stable/filezilla/4.0.47/ix_values.yaml b/stable/filezilla/4.0.48/ix_values.yaml similarity index 100% rename from stable/filezilla/4.0.47/ix_values.yaml rename to stable/filezilla/4.0.48/ix_values.yaml diff --git a/stable/filezilla/4.0.47/questions.yaml b/stable/filezilla/4.0.48/questions.yaml similarity index 100% rename from stable/filezilla/4.0.47/questions.yaml rename to stable/filezilla/4.0.48/questions.yaml diff --git a/stable/filezilla/4.0.47/templates/common.yaml b/stable/filezilla/4.0.48/templates/common.yaml similarity index 100% rename from stable/filezilla/4.0.47/templates/common.yaml rename to stable/filezilla/4.0.48/templates/common.yaml diff --git a/stable/flood/6.0.38/values.yaml b/stable/filezilla/4.0.48/values.yaml similarity index 100% rename from stable/flood/6.0.38/values.yaml rename to stable/filezilla/4.0.48/values.yaml diff --git a/stable/fireflyiii/16.0.51/CHANGELOG.md b/stable/fireflyiii/16.0.51/CHANGELOG.md new file mode 100644 index 00000000000..38357234441 --- /dev/null +++ b/stable/fireflyiii/16.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fireflyiii-16.0.51](https://github.com/truecharts/charts/compare/fireflyiii-data-importer-0.0.2...fireflyiii-16.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [fireflyiii-16.0.50](https://github.com/truecharts/charts/compare/fireflyiii-data-importer-0.0.1...fireflyiii-16.0.50) (2022-10-12) + +### Chore + +- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fireflyiii-16.0.49](https://github.com/truecharts/charts/compare/fireflyiii-16.0.48...fireflyiii-16.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fireflyiii-16.0.49](https://github.com/truecharts/charts/compare/fireflyiii-16.0.48...fireflyiii-16.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fireflyiii-16.0.48](https://github.com/truecharts/charts/compare/fireflyiii-16.0.47...fireflyiii-16.0.48) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fireflyiii-16.0.46](https://github.com/truecharts/charts/compare/fireflyiii-16.0.45...fireflyiii-16.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fireflyiii-16.0.45](https://github.com/truecharts/charts/compare/fireflyiii-16.0.44...fireflyiii-16.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fireflyiii-16.0.44](https://github.com/truecharts/charts/compare/fireflyiii-16.0.43...fireflyiii-16.0.44) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/fireflyiii/16.0.51/Chart.lock b/stable/fireflyiii/16.0.51/Chart.lock new file mode 100644 index 00000000000..840ff7d4074 --- /dev/null +++ b/stable/fireflyiii/16.0.51/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:10:56.34575403Z" diff --git a/stable/fireflyiii/16.0.51/Chart.yaml b/stable/fireflyiii/16.0.51/Chart.yaml new file mode 100644 index 00000000000..f1295d3baaf --- /dev/null +++ b/stable/fireflyiii/16.0.51/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "5.7.14" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: A free and open source personal finance manager +home: https://truecharts.org/docs/charts/stable/fireflyiii +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.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/truecharts/charts/tree/master/charts/stable/fireflyiii + - https://github.com/firefly-iii/firefly-iii/ +type: application +version: 16.0.51 +annotations: + truecharts.org/catagories: | + - finacial + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fireflyiii/16.0.51/README.md b/stable/fireflyiii/16.0.51/README.md new file mode 100644 index 00000000000..54c09227fff --- /dev/null +++ b/stable/fireflyiii/16.0.51/README.md @@ -0,0 +1,108 @@ +# fireflyiii + +A free and open source personal finance manager + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fireflyiii](https://truecharts.org/docs/charts/stable/fireflyiii) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fireflyiii` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fireflyiii TrueCharts/fireflyiii +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fireflyiii` deployment + +```console +helm uninstall fireflyiii +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fireflyiii \ + --set env.TZ="America/New York" \ + TrueCharts/fireflyiii +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fireflyiii TrueCharts/fireflyiii -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fireflyiii/16.0.51/app-readme.md b/stable/fireflyiii/16.0.51/app-readme.md new file mode 100644 index 00000000000..9852dd193a1 --- /dev/null +++ b/stable/fireflyiii/16.0.51/app-readme.md @@ -0,0 +1,8 @@ +A free and open source personal finance manager + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/fireflyiii](https://truecharts.org/docs/charts/stable/fireflyiii) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/fireflyiii/16.0.51/charts/common-10.7.1.tgz b/stable/fireflyiii/16.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/fireflyiii/16.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/fireflyiii/16.0.51/charts/postgresql-8.0.101.tgz b/stable/fireflyiii/16.0.51/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/fireflyiii/16.0.51/charts/postgresql-8.0.101.tgz differ diff --git a/stable/fireflyiii/16.0.51/charts/redis-3.0.97.tgz b/stable/fireflyiii/16.0.51/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/fireflyiii/16.0.51/charts/redis-3.0.97.tgz differ diff --git a/stable/fireflyiii/16.0.51/ix_values.yaml b/stable/fireflyiii/16.0.51/ix_values.yaml new file mode 100644 index 00000000000..4c6d4d0c2c5 --- /dev/null +++ b/stable/fireflyiii/16.0.51/ix_values.yaml @@ -0,0 +1,93 @@ +image: + repository: tccr.io/truecharts/fireflyiii-core + pullPolicy: IfNotPresent + tag: 5.7.14@sha256:f8bb5165fc77ea4a91e41ded1b078f87467adc8c6458b0e0251aabdf15a0ee92 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10082 + targetPort: 8080 + +probes: + liveness: + path: "/login" + + readiness: + path: "/login" + + startup: + path: "/login" + +env: + DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}" + DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" + DB_CONNECTION: pgsql + DB_PORT: 5432 + REDIS_DB: "0" + REDIS_CACHE_DB: "1" + CACHE_DRIVER: redis + SESSION_DRIVER: redis + REDIS_SCHEME: tcp + REDIS_PORT: 6379 + APP_URL: "" + TRUSTED_PROXIES: "172.16.0.0/16" + DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + REDIS_HOST: + secretKeyRef: + name: rediscreds + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + STATIC_CRON_TOKEN: + secretKeyRef: + name: fireflyiii-secrets + key: STATIC_CRON_TOKEN + APP_KEY: + secretKeyRef: + name: fireflyiii-secrets + key: APP_KEY + +persistence: + data: + enabled: true + mountPath: "/var/www/html/storage/upload" + +cronjob: + schedule: "0 3 * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +# Enabled redis +redis: + enabled: true + existingSecret: "rediscreds" + +# Enabled postgres +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: firefly + postgresqlDatabase: firefly + +portal: + enabled: true diff --git a/stable/fireflyiii/16.0.51/questions.yaml b/stable/fireflyiii/16.0.51/questions.yaml new file mode 100644 index 00000000000..b86d397c69f --- /dev/null +++ b/stable/fireflyiii/16.0.51/questions.yaml @@ -0,0 +1,2588 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://fireflyiii.mydomain.com" + schema: + type: string + default: "http://localhost:10082" + - variable: TRUSTED_PROXIES + label: "TRUSTED_PROXIES" + description: "TRUSTED_PROXIES" + schema: + type: string + default: "172.16.0.0/16" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10082 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/fireflyiii/16.0.51/templates/_cronjob.tpl b/stable/fireflyiii/16.0.51/templates/_cronjob.tpl new file mode 100644 index 00000000000..cb8c902c952 --- /dev/null +++ b/stable/fireflyiii/16.0.51/templates/_cronjob.tpl @@ -0,0 +1,54 @@ +{{/* Define the cronjob */}} +{{- define "fireflyiii.cronjob" -}} +{{- $jobName := include "tc.common.names.fullname" . }} + +--- +apiVersion: batch/v1 +kind: CronJob +metadata: + name: {{ printf "%s-cronjob" $jobName }} + labels: + {{- include "tc.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: + securityContext: + runAsUser: 568 + runAsGroup: 568 + restartPolicy: Never + containers: + - name: {{ .Chart.Name }} + securityContext: + privileged: false + readOnlyRootFilesystem: true + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + env: + - name: STATIC_CRON_TOKEN + valueFrom: + secretKeyRef: + name: fireflyiii-secrets + key: STATIC_CRON_TOKEN + image: "{{ .Values.alpineImage.repository }}:{{ .Values.alpineImage.tag }}" + args: + - curl + - "http://{{ $jobName }}.ix-{{ .Release.Name }}.svc.cluster.local:{{ .Values.service.main.ports.main.port }}/api/v1/cron/$(STATIC_CRON_TOKEN)" + resources: +{{ toYaml .Values.resources | indent 16 }} + +{{- end -}} diff --git a/stable/fireflyiii/16.0.51/templates/_secrets.tpl b/stable/fireflyiii/16.0.51/templates/_secrets.tpl new file mode 100644 index 00000000000..dc4d67f4ddf --- /dev/null +++ b/stable/fireflyiii/16.0.51/templates/_secrets.tpl @@ -0,0 +1,24 @@ +{{/* Define the secrets */}} +{{- define "fireflyiii.secrets" -}} +--- + +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: fireflyiii-secrets +{{- $fireflyiiiprevious := lookup "v1" "Secret" .Release.Namespace "fireflyiii-secrets" }} +{{- $static_cron_token := "" }} +{{- $app_key := "" }} +data: + {{- if $fireflyiiiprevious}} + STATIC_CRON_TOKEN: {{ index $fireflyiiiprevious.data "STATIC_CRON_TOKEN" }} + APP_KEY: {{ index $fireflyiiiprevious.data "APP_KEY" }} + {{- else }} + {{- $static_cron_token := randAlphaNum 32 }} + {{- $app_key := randAlphaNum 32 }} + STATIC_CRON_TOKEN: {{ $static_cron_token | b64enc }} + APP_KEY: {{ $app_key | b64enc }} + {{- end }} + +{{- end -}} diff --git a/stable/fireflyiii/16.0.51/templates/common.yaml b/stable/fireflyiii/16.0.51/templates/common.yaml new file mode 100644 index 00000000000..12e701a6af1 --- /dev/null +++ b/stable/fireflyiii/16.0.51/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render secrets for fireflyiii */}} +{{- include "fireflyiii.secrets" . }} + +{{/* Render cronjob for fireflyiii */}} +{{- include "fireflyiii.cronjob" . }} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/fluidd/2.0.41/values.yaml b/stable/fireflyiii/16.0.51/values.yaml similarity index 100% rename from stable/fluidd/2.0.41/values.yaml rename to stable/fireflyiii/16.0.51/values.yaml diff --git a/stable/firefox-syncserver/9.0.43/CHANGELOG.md b/stable/firefox-syncserver/9.0.43/CHANGELOG.md deleted file mode 100644 index e98d1d06d0f..00000000000 --- a/stable/firefox-syncserver/9.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [firefox-syncserver-9.0.43](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.42...firefox-syncserver-9.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [firefox-syncserver-9.0.42](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-syncserver-9.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-syncserver-9.0.42](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-syncserver-9.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-syncserver-9.0.41](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.40...firefox-syncserver-9.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [firefox-syncserver-9.0.39](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.38...firefox-syncserver-9.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [firefox-syncserver-9.0.38](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.37...firefox-syncserver-9.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [firefox-syncserver-9.0.37](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-syncserver-9.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [firefox-syncserver-9.0.37](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-syncserver-9.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/firefox-syncserver/9.0.43/Chart.lock b/stable/firefox-syncserver/9.0.43/Chart.lock deleted file mode 100644 index b4096eab2a9..00000000000 --- a/stable/firefox-syncserver/9.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:27:02.558382538Z" diff --git a/stable/firefox-syncserver/9.0.43/Chart.yaml b/stable/firefox-syncserver/9.0.43/Chart.yaml deleted file mode 100644 index 8839cd54e0e..00000000000 --- a/stable/firefox-syncserver/9.0.43/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.0" -version: 9.0.43 -kubeVersion: ">=1.16.0-0" -name: firefox-syncserver -description: This is an all-in-one package for running a self-hosted Firefox Sync server. -type: application -home: https://truecharts.org/docs/charts/stable/firefox-syncserver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png -keywords: - - server - - sync - - syncserver - - firefox -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver - - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html - - https://hub.docker.com/r/crazymax/firefox-syncserver -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/firefox-syncserver/9.0.43/README.md b/stable/firefox-syncserver/9.0.43/README.md deleted file mode 100644 index 95f4e98b5f3..00000000000 --- a/stable/firefox-syncserver/9.0.43/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# firefox-syncserver - -This is an all-in-one package for running a self-hosted Firefox Sync server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [firefox-syncserver](https://truecharts.org/docs/charts/stable/firefox-syncserver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `firefox-syncserver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install firefox-syncserver TrueCharts/firefox-syncserver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `firefox-syncserver` deployment - -```console -helm uninstall firefox-syncserver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install firefox-syncserver \ - --set env.TZ="America/New York" \ - TrueCharts/firefox-syncserver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install firefox-syncserver TrueCharts/firefox-syncserver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/firefox-syncserver/9.0.43/charts/common-10.7.0.tgz b/stable/firefox-syncserver/9.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/firefox-syncserver/9.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/9.0.43/charts/postgresql-8.0.97.tgz b/stable/firefox-syncserver/9.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/firefox-syncserver/9.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/9.0.44/CHANGELOG.md b/stable/firefox-syncserver/9.0.44/CHANGELOG.md new file mode 100644 index 00000000000..6791241e37c --- /dev/null +++ b/stable/firefox-syncserver/9.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [firefox-syncserver-9.0.44](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.43...firefox-syncserver-9.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [firefox-syncserver-9.0.43](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.42...firefox-syncserver-9.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [firefox-syncserver-9.0.42](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-syncserver-9.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-syncserver-9.0.42](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-syncserver-9.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-syncserver-9.0.41](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.40...firefox-syncserver-9.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [firefox-syncserver-9.0.39](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.38...firefox-syncserver-9.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [firefox-syncserver-9.0.38](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.37...firefox-syncserver-9.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [firefox-syncserver-9.0.37](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-syncserver-9.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/firefox-syncserver/9.0.44/Chart.lock b/stable/firefox-syncserver/9.0.44/Chart.lock new file mode 100644 index 00000000000..2dfbca5c7d0 --- /dev/null +++ b/stable/firefox-syncserver/9.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:11:11.315781204Z" diff --git a/stable/firefox-syncserver/9.0.44/Chart.yaml b/stable/firefox-syncserver/9.0.44/Chart.yaml new file mode 100644 index 00000000000..8a527feeca1 --- /dev/null +++ b/stable/firefox-syncserver/9.0.44/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.8.0" +version: 9.0.44 +kubeVersion: ">=1.16.0-0" +name: firefox-syncserver +description: This is an all-in-one package for running a self-hosted Firefox Sync server. +type: application +home: https://truecharts.org/docs/charts/stable/firefox-syncserver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.png +keywords: + - server + - sync + - syncserver + - firefox +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox-syncserver + - https://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html + - https://hub.docker.com/r/crazymax/firefox-syncserver +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/firefox-syncserver/9.0.44/README.md b/stable/firefox-syncserver/9.0.44/README.md new file mode 100644 index 00000000000..6b541464077 --- /dev/null +++ b/stable/firefox-syncserver/9.0.44/README.md @@ -0,0 +1,108 @@ +# firefox-syncserver + +This is an all-in-one package for running a self-hosted Firefox Sync server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [firefox-syncserver](https://truecharts.org/docs/charts/stable/firefox-syncserver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `firefox-syncserver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install firefox-syncserver TrueCharts/firefox-syncserver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `firefox-syncserver` deployment + +```console +helm uninstall firefox-syncserver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install firefox-syncserver \ + --set env.TZ="America/New York" \ + TrueCharts/firefox-syncserver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install firefox-syncserver TrueCharts/firefox-syncserver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/firefox-syncserver/9.0.43/app-readme.md b/stable/firefox-syncserver/9.0.44/app-readme.md similarity index 100% rename from stable/firefox-syncserver/9.0.43/app-readme.md rename to stable/firefox-syncserver/9.0.44/app-readme.md diff --git a/stable/firefox-syncserver/9.0.44/charts/common-10.7.1.tgz b/stable/firefox-syncserver/9.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/firefox-syncserver/9.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/firefox-syncserver/9.0.44/charts/postgresql-8.0.101.tgz b/stable/firefox-syncserver/9.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/firefox-syncserver/9.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/firefox-syncserver/9.0.43/ix_values.yaml b/stable/firefox-syncserver/9.0.44/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/9.0.43/ix_values.yaml rename to stable/firefox-syncserver/9.0.44/ix_values.yaml diff --git a/stable/firefox-syncserver/9.0.43/questions.yaml b/stable/firefox-syncserver/9.0.44/questions.yaml similarity index 100% rename from stable/firefox-syncserver/9.0.43/questions.yaml rename to stable/firefox-syncserver/9.0.44/questions.yaml diff --git a/stable/flood/6.0.38/templates/common.yaml b/stable/firefox-syncserver/9.0.44/templates/common.yaml similarity index 100% rename from stable/flood/6.0.38/templates/common.yaml rename to stable/firefox-syncserver/9.0.44/templates/common.yaml diff --git a/stable/focalboard/9.0.48/values.yaml b/stable/firefox-syncserver/9.0.44/values.yaml similarity index 100% rename from stable/focalboard/9.0.48/values.yaml rename to stable/firefox-syncserver/9.0.44/values.yaml diff --git a/stable/firefox/2.0.35/CHANGELOG.md b/stable/firefox/2.0.35/CHANGELOG.md deleted file mode 100644 index cd95c2295ee..00000000000 --- a/stable/firefox/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [firefox-2.0.35](https://github.com/truecharts/charts/compare/firefox-2.0.34...firefox-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [firefox-2.0.34](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-2.0.34](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [firefox-2.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.31...firefox-2.0.33) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [firefox-2.0.32](https://github.com/truecharts/charts/compare/firefox-2.0.31...firefox-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [firefox-2.0.31](https://github.com/truecharts/charts/compare/firefox-2.0.30...firefox-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [firefox-2.0.30](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [firefox-2.0.30](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/firefox/2.0.35/Chart.lock b/stable/firefox/2.0.35/Chart.lock deleted file mode 100644 index bab79bdb5a3..00000000000 --- a/stable/firefox/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:26:37.554470492Z" diff --git a/stable/firefox/2.0.35/Chart.yaml b/stable/firefox/2.0.35/Chart.yaml deleted file mode 100644 index 54366ef0215..00000000000 --- a/stable/firefox/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: firefox -version: 2.0.35 -appVersion: "78.15.0" -description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/firefox -icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png -keywords: - - firefox -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/firefox - - https://hub.docker.com/r/linuxserver/firefox -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/firefox/2.0.35/README.md b/stable/firefox/2.0.35/README.md deleted file mode 100644 index 2837dc6e6b9..00000000000 --- a/stable/firefox/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# firefox - -Firefox Browser, also known as Mozilla Firefox or simply Firefox, - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [firefox](https://truecharts.org/docs/charts/stable/firefox) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `firefox` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install firefox TrueCharts/firefox -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `firefox` deployment - -```console -helm uninstall firefox -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install firefox \ - --set env.TZ="America/New York" \ - TrueCharts/firefox -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install firefox TrueCharts/firefox -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/firefox/2.0.35/charts/common-10.7.0.tgz b/stable/firefox/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/firefox/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/firefox/2.0.36/CHANGELOG.md b/stable/firefox/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..11ab6056a22 --- /dev/null +++ b/stable/firefox/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [firefox-2.0.36](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.43...firefox-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [firefox-2.0.35](https://github.com/truecharts/charts/compare/firefox-2.0.34...firefox-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [firefox-2.0.34](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-2.0.34](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.41...firefox-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [firefox-2.0.33](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.31...firefox-2.0.33) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [firefox-2.0.32](https://github.com/truecharts/charts/compare/firefox-2.0.31...firefox-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [firefox-2.0.31](https://github.com/truecharts/charts/compare/firefox-2.0.30...firefox-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [firefox-2.0.30](https://github.com/truecharts/charts/compare/firefox-syncserver-9.0.36...firefox-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/firefox/2.0.36/Chart.lock b/stable/firefox/2.0.36/Chart.lock new file mode 100644 index 00000000000..7cec8221264 --- /dev/null +++ b/stable/firefox/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:10:48.294079389Z" diff --git a/stable/firefox/2.0.36/Chart.yaml b/stable/firefox/2.0.36/Chart.yaml new file mode 100644 index 00000000000..cea88e817b4 --- /dev/null +++ b/stable/firefox/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: firefox +version: 2.0.36 +appVersion: "78.15.0" +description: Firefox Browser, also known as Mozilla Firefox or simply Firefox, +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/firefox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png +keywords: + - firefox +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/firefox + - https://hub.docker.com/r/linuxserver/firefox +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/firefox/2.0.36/README.md b/stable/firefox/2.0.36/README.md new file mode 100644 index 00000000000..c3550f19705 --- /dev/null +++ b/stable/firefox/2.0.36/README.md @@ -0,0 +1,106 @@ +# firefox + +Firefox Browser, also known as Mozilla Firefox or simply Firefox, + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [firefox](https://truecharts.org/docs/charts/stable/firefox) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `firefox` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install firefox TrueCharts/firefox +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `firefox` deployment + +```console +helm uninstall firefox +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install firefox \ + --set env.TZ="America/New York" \ + TrueCharts/firefox +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install firefox TrueCharts/firefox -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/firefox/2.0.35/app-readme.md b/stable/firefox/2.0.36/app-readme.md similarity index 100% rename from stable/firefox/2.0.35/app-readme.md rename to stable/firefox/2.0.36/app-readme.md diff --git a/stable/firefox/2.0.36/charts/common-10.7.1.tgz b/stable/firefox/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/firefox/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/firefox/2.0.35/ix_values.yaml b/stable/firefox/2.0.36/ix_values.yaml similarity index 100% rename from stable/firefox/2.0.35/ix_values.yaml rename to stable/firefox/2.0.36/ix_values.yaml diff --git a/stable/firefox/2.0.35/questions.yaml b/stable/firefox/2.0.36/questions.yaml similarity index 100% rename from stable/firefox/2.0.35/questions.yaml rename to stable/firefox/2.0.36/questions.yaml diff --git a/stable/fluidd/2.0.41/templates/common.yaml b/stable/firefox/2.0.36/templates/common.yaml similarity index 100% rename from stable/fluidd/2.0.41/templates/common.yaml rename to stable/firefox/2.0.36/templates/common.yaml diff --git a/stable/foldingathome/2.0.36/values.yaml b/stable/firefox/2.0.36/values.yaml similarity index 100% rename from stable/foldingathome/2.0.36/values.yaml rename to stable/firefox/2.0.36/values.yaml diff --git a/stable/flaresolverr/6.0.41/CHANGELOG.md b/stable/flaresolverr/6.0.41/CHANGELOG.md deleted file mode 100644 index 6162e79f9a2..00000000000 --- a/stable/flaresolverr/6.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flaresolverr-6.0.41](https://github.com/truecharts/charts/compare/flaresolverr-6.0.40...flaresolverr-6.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flaresolverr-6.0.40](https://github.com/truecharts/charts/compare/flaresolverr-6.0.39...flaresolverr-6.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flaresolverr-6.0.40](https://github.com/truecharts/charts/compare/flaresolverr-6.0.39...flaresolverr-6.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flaresolverr-6.0.39](https://github.com/truecharts/charts/compare/flaresolverr-6.0.38...flaresolverr-6.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flaresolverr-6.0.38](https://github.com/truecharts/charts/compare/flaresolverr-6.0.37...flaresolverr-6.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flaresolverr-6.0.37](https://github.com/truecharts/charts/compare/flaresolverr-6.0.36...flaresolverr-6.0.37) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [flaresolverr-6.0.36](https://github.com/truecharts/charts/compare/flaresolverr-6.0.35...flaresolverr-6.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flaresolverr-6.0.35](https://github.com/truecharts/charts/compare/flaresolverr-6.0.33...flaresolverr-6.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/flaresolverr/6.0.41/Chart.lock b/stable/flaresolverr/6.0.41/Chart.lock deleted file mode 100644 index f1833302531..00000000000 --- a/stable/flaresolverr/6.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:27:00.672968934Z" diff --git a/stable/flaresolverr/6.0.41/Chart.yaml b/stable/flaresolverr/6.0.41/Chart.yaml deleted file mode 100644 index c6015fb32f0..00000000000 --- a/stable/flaresolverr/6.0.41/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.9" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: FlareSolverr is a proxy server to bypass Cloudflare protection -home: https://truecharts.org/docs/charts/stable/flaresolverr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png -keywords: - - flaresolverr - - jackett -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flaresolverr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr - - https://github.com/FlareSolverr/FlareSolverr - - https://hub.docker.com/r/flaresolverr/flaresolverr -version: 6.0.41 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/flaresolverr/6.0.41/README.md b/stable/flaresolverr/6.0.41/README.md deleted file mode 100644 index e1a57c8b95c..00000000000 --- a/stable/flaresolverr/6.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flaresolverr - -FlareSolverr is a proxy server to bypass Cloudflare protection - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flaresolverr](https://truecharts.org/docs/charts/stable/flaresolverr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flaresolverr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flaresolverr TrueCharts/flaresolverr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flaresolverr` deployment - -```console -helm uninstall flaresolverr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flaresolverr \ - --set env.TZ="America/New York" \ - TrueCharts/flaresolverr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flaresolverr TrueCharts/flaresolverr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/flaresolverr/6.0.41/charts/common-10.7.0.tgz b/stable/flaresolverr/6.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/flaresolverr/6.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/flaresolverr/6.0.42/CHANGELOG.md b/stable/flaresolverr/6.0.42/CHANGELOG.md new file mode 100644 index 00000000000..532f3edbce7 --- /dev/null +++ b/stable/flaresolverr/6.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flaresolverr-6.0.42](https://github.com/truecharts/charts/compare/flaresolverr-6.0.41...flaresolverr-6.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flaresolverr-6.0.41](https://github.com/truecharts/charts/compare/flaresolverr-6.0.40...flaresolverr-6.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flaresolverr-6.0.40](https://github.com/truecharts/charts/compare/flaresolverr-6.0.39...flaresolverr-6.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flaresolverr-6.0.40](https://github.com/truecharts/charts/compare/flaresolverr-6.0.39...flaresolverr-6.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flaresolverr-6.0.39](https://github.com/truecharts/charts/compare/flaresolverr-6.0.38...flaresolverr-6.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flaresolverr-6.0.38](https://github.com/truecharts/charts/compare/flaresolverr-6.0.37...flaresolverr-6.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flaresolverr-6.0.37](https://github.com/truecharts/charts/compare/flaresolverr-6.0.36...flaresolverr-6.0.37) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [flaresolverr-6.0.36](https://github.com/truecharts/charts/compare/flaresolverr-6.0.35...flaresolverr-6.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flaresolverr-6.0.35](https://github.com/truecharts/charts/compare/flaresolverr-6.0.33...flaresolverr-6.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/flaresolverr/6.0.42/Chart.lock b/stable/flaresolverr/6.0.42/Chart.lock new file mode 100644 index 00000000000..3a701c8029f --- /dev/null +++ b/stable/flaresolverr/6.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:11:13.763627913Z" diff --git a/stable/flaresolverr/6.0.42/Chart.yaml b/stable/flaresolverr/6.0.42/Chart.yaml new file mode 100644 index 00000000000..a3c13f27923 --- /dev/null +++ b/stable/flaresolverr/6.0.42/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.2.9" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: FlareSolverr is a proxy server to bypass Cloudflare protection +home: https://truecharts.org/docs/charts/stable/flaresolverr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.png +keywords: + - flaresolverr + - jackett +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flaresolverr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flaresolverr + - https://github.com/FlareSolverr/FlareSolverr + - https://hub.docker.com/r/flaresolverr/flaresolverr +version: 6.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/flaresolverr/6.0.42/README.md b/stable/flaresolverr/6.0.42/README.md new file mode 100644 index 00000000000..f957ef5bc41 --- /dev/null +++ b/stable/flaresolverr/6.0.42/README.md @@ -0,0 +1,107 @@ +# flaresolverr + +FlareSolverr is a proxy server to bypass Cloudflare protection + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flaresolverr](https://truecharts.org/docs/charts/stable/flaresolverr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flaresolverr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flaresolverr TrueCharts/flaresolverr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flaresolverr` deployment + +```console +helm uninstall flaresolverr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flaresolverr \ + --set env.TZ="America/New York" \ + TrueCharts/flaresolverr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flaresolverr TrueCharts/flaresolverr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/flaresolverr/6.0.41/app-readme.md b/stable/flaresolverr/6.0.42/app-readme.md similarity index 100% rename from stable/flaresolverr/6.0.41/app-readme.md rename to stable/flaresolverr/6.0.42/app-readme.md diff --git a/stable/flaresolverr/6.0.42/charts/common-10.7.1.tgz b/stable/flaresolverr/6.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/flaresolverr/6.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/flaresolverr/6.0.41/ix_values.yaml b/stable/flaresolverr/6.0.42/ix_values.yaml similarity index 100% rename from stable/flaresolverr/6.0.41/ix_values.yaml rename to stable/flaresolverr/6.0.42/ix_values.yaml diff --git a/stable/flaresolverr/6.0.41/questions.yaml b/stable/flaresolverr/6.0.42/questions.yaml similarity index 100% rename from stable/flaresolverr/6.0.41/questions.yaml rename to stable/flaresolverr/6.0.42/questions.yaml diff --git a/stable/foldingathome/2.0.36/templates/common.yaml b/stable/flaresolverr/6.0.42/templates/common.yaml similarity index 100% rename from stable/foldingathome/2.0.36/templates/common.yaml rename to stable/flaresolverr/6.0.42/templates/common.yaml diff --git a/stable/fossil/4.0.35/values.yaml b/stable/flaresolverr/6.0.42/values.yaml similarity index 100% rename from stable/fossil/4.0.35/values.yaml rename to stable/flaresolverr/6.0.42/values.yaml diff --git a/stable/fleet/3.0.42/CHANGELOG.md b/stable/fleet/3.0.42/CHANGELOG.md deleted file mode 100644 index 584c12c7897..00000000000 --- a/stable/fleet/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fleet-3.0.42](https://github.com/truecharts/charts/compare/fleet-3.0.41...fleet-3.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fleet-3.0.41](https://github.com/truecharts/charts/compare/fleet-3.0.40...fleet-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fleet-3.0.41](https://github.com/truecharts/charts/compare/fleet-3.0.40...fleet-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fleet-3.0.40](https://github.com/truecharts/charts/compare/fleet-3.0.39...fleet-3.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fleet-3.0.38](https://github.com/truecharts/charts/compare/fleet-3.0.37...fleet-3.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fleet-3.0.37](https://github.com/truecharts/charts/compare/fleet-3.0.36...fleet-3.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fleet-3.0.36](https://github.com/truecharts/charts/compare/fleet-3.0.35...fleet-3.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fleet-3.0.36](https://github.com/truecharts/charts/compare/fleet-3.0.35...fleet-3.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/fleet/3.0.42/Chart.lock b/stable/fleet/3.0.42/Chart.lock deleted file mode 100644 index f29ed5679a1..00000000000 --- a/stable/fleet/3.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:27:18.777223033Z" diff --git a/stable/fleet/3.0.42/Chart.yaml b/stable/fleet/3.0.42/Chart.yaml deleted file mode 100644 index 7a01d7edccb..00000000000 --- a/stable/fleet/3.0.42/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: fleet -version: 3.0.42 -appVersion: "2.3.2" -description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/fleet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png -keywords: - - fleet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - - https://hub.docker.com/r/linuxserver/fleet -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/fleet/3.0.42/README.md b/stable/fleet/3.0.42/README.md deleted file mode 100644 index 735e0df1d1f..00000000000 --- a/stable/fleet/3.0.42/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fleet - -Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fleet](https://truecharts.org/docs/charts/stable/fleet) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fleet` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fleet TrueCharts/fleet -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fleet` deployment - -```console -helm uninstall fleet -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fleet \ - --set env.TZ="America/New York" \ - TrueCharts/fleet -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fleet TrueCharts/fleet -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/fleet/3.0.42/charts/common-10.7.0.tgz b/stable/fleet/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/fleet/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/fleet/3.0.42/charts/mariadb-3.0.92.tgz b/stable/fleet/3.0.42/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/fleet/3.0.42/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/fleet/3.0.43/CHANGELOG.md b/stable/fleet/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..a7f1cb77100 --- /dev/null +++ b/stable/fleet/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fleet-3.0.43](https://github.com/truecharts/charts/compare/fleet-3.0.42...fleet-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fleet-3.0.42](https://github.com/truecharts/charts/compare/fleet-3.0.41...fleet-3.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fleet-3.0.41](https://github.com/truecharts/charts/compare/fleet-3.0.40...fleet-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fleet-3.0.41](https://github.com/truecharts/charts/compare/fleet-3.0.40...fleet-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fleet-3.0.40](https://github.com/truecharts/charts/compare/fleet-3.0.39...fleet-3.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fleet-3.0.38](https://github.com/truecharts/charts/compare/fleet-3.0.37...fleet-3.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fleet-3.0.37](https://github.com/truecharts/charts/compare/fleet-3.0.36...fleet-3.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fleet-3.0.36](https://github.com/truecharts/charts/compare/fleet-3.0.35...fleet-3.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/fleet/3.0.43/Chart.lock b/stable/fleet/3.0.43/Chart.lock new file mode 100644 index 00000000000..4499fffc588 --- /dev/null +++ b/stable/fleet/3.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:11:33.119769891Z" diff --git a/stable/fleet/3.0.43/Chart.yaml b/stable/fleet/3.0.43/Chart.yaml new file mode 100644 index 00000000000..cdf4f3826d8 --- /dev/null +++ b/stable/fleet/3.0.43/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: fleet +version: 3.0.43 +appVersion: "2.3.2" +description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/fleet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png +keywords: + - fleet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fleet + - https://hub.docker.com/r/linuxserver/fleet +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fleet/3.0.43/README.md b/stable/fleet/3.0.43/README.md new file mode 100644 index 00000000000..7f85f871fa3 --- /dev/null +++ b/stable/fleet/3.0.43/README.md @@ -0,0 +1,107 @@ +# fleet + +Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fleet](https://truecharts.org/docs/charts/stable/fleet) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fleet` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fleet TrueCharts/fleet +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fleet` deployment + +```console +helm uninstall fleet +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fleet \ + --set env.TZ="America/New York" \ + TrueCharts/fleet +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fleet TrueCharts/fleet -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fleet/3.0.42/app-readme.md b/stable/fleet/3.0.43/app-readme.md similarity index 100% rename from stable/fleet/3.0.42/app-readme.md rename to stable/fleet/3.0.43/app-readme.md diff --git a/stable/fleet/3.0.43/charts/common-10.7.1.tgz b/stable/fleet/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/fleet/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/fleet/3.0.43/charts/mariadb-3.0.95.tgz b/stable/fleet/3.0.43/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/fleet/3.0.43/charts/mariadb-3.0.95.tgz differ diff --git a/stable/fleet/3.0.42/ix_values.yaml b/stable/fleet/3.0.43/ix_values.yaml similarity index 100% rename from stable/fleet/3.0.42/ix_values.yaml rename to stable/fleet/3.0.43/ix_values.yaml diff --git a/stable/fleet/3.0.42/questions.yaml b/stable/fleet/3.0.43/questions.yaml similarity index 100% rename from stable/fleet/3.0.42/questions.yaml rename to stable/fleet/3.0.43/questions.yaml diff --git a/stable/gonic/6.0.38/templates/common.yaml b/stable/fleet/3.0.43/templates/common.yaml similarity index 100% rename from stable/gonic/6.0.38/templates/common.yaml rename to stable/fleet/3.0.43/templates/common.yaml diff --git a/stable/freeradius/6.0.37/values.yaml b/stable/fleet/3.0.43/values.yaml similarity index 100% rename from stable/freeradius/6.0.37/values.yaml rename to stable/fleet/3.0.43/values.yaml diff --git a/stable/flexget/2.0.54/CHANGELOG.md b/stable/flexget/2.0.54/CHANGELOG.md deleted file mode 100644 index c7b57d41384..00000000000 --- a/stable/flexget/2.0.54/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flexget-2.0.54](https://github.com/truecharts/charts/compare/flexget-2.0.53...flexget-2.0.54) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [flexget-2.0.53](https://github.com/truecharts/charts/compare/flexget-2.0.52...flexget-2.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [flexget-2.0.52](https://github.com/truecharts/charts/compare/flexget-2.0.51...flexget-2.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flexget-2.0.52](https://github.com/truecharts/charts/compare/flexget-2.0.51...flexget-2.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flexget-2.0.51](https://github.com/truecharts/charts/compare/flexget-2.0.50...flexget-2.0.51) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [flexget-2.0.50](https://github.com/truecharts/charts/compare/flexget-2.0.49...flexget-2.0.50) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flexget-2.0.49](https://github.com/truecharts/charts/compare/flexget-2.0.48...flexget-2.0.49) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [flexget-2.0.48](https://github.com/truecharts/charts/compare/flexget-2.0.47...flexget-2.0.48) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flexget-2.0.47](https://github.com/truecharts/charts/compare/flexget-2.0.46...flexget-2.0.47) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flexget-2.0.46](https://github.com/truecharts/charts/compare/flexget-2.0.45...flexget-2.0.46) (2022-09-24) - diff --git a/stable/flexget/2.0.54/Chart.lock b/stable/flexget/2.0.54/Chart.lock deleted file mode 100644 index e9669ee2f57..00000000000 --- a/stable/flexget/2.0.54/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:54:40.878268314Z" diff --git a/stable/flexget/2.0.54/Chart.yaml b/stable/flexget/2.0.54/Chart.yaml deleted file mode 100644 index e807dccd965..00000000000 --- a/stable/flexget/2.0.54/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.35" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: FlexGet is a multipurpose automation tool for all of your media -home: https://truecharts.org/docs/charts/stable/flexget -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png -keywords: - - flexget - - automation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flexget -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/flexget - - https://hub.docker.com/r/wiserain/flexget - - https://github.com/wiserain/docker-flexget -type: application -version: 2.0.54 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/flexget/2.0.54/README.md b/stable/flexget/2.0.54/README.md deleted file mode 100644 index 53efd9fd461..00000000000 --- a/stable/flexget/2.0.54/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flexget - -FlexGet is a multipurpose automation tool for all of your media - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flexget](https://truecharts.org/docs/charts/stable/flexget) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flexget` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flexget TrueCharts/flexget -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flexget` deployment - -```console -helm uninstall flexget -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flexget \ - --set env.TZ="America/New York" \ - TrueCharts/flexget -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flexget TrueCharts/flexget -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/flexget/2.0.54/charts/common-10.7.0.tgz b/stable/flexget/2.0.54/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/flexget/2.0.54/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/flexget/2.0.55/CHANGELOG.md b/stable/flexget/2.0.55/CHANGELOG.md new file mode 100644 index 00000000000..6c9e9339f3e --- /dev/null +++ b/stable/flexget/2.0.55/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flexget-2.0.55](https://github.com/truecharts/charts/compare/flexget-2.0.54...flexget-2.0.55) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flexget-2.0.54](https://github.com/truecharts/charts/compare/flexget-2.0.53...flexget-2.0.54) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [flexget-2.0.53](https://github.com/truecharts/charts/compare/flexget-2.0.52...flexget-2.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [flexget-2.0.52](https://github.com/truecharts/charts/compare/flexget-2.0.51...flexget-2.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flexget-2.0.52](https://github.com/truecharts/charts/compare/flexget-2.0.51...flexget-2.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flexget-2.0.51](https://github.com/truecharts/charts/compare/flexget-2.0.50...flexget-2.0.51) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [flexget-2.0.50](https://github.com/truecharts/charts/compare/flexget-2.0.49...flexget-2.0.50) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flexget-2.0.49](https://github.com/truecharts/charts/compare/flexget-2.0.48...flexget-2.0.49) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [flexget-2.0.48](https://github.com/truecharts/charts/compare/flexget-2.0.47...flexget-2.0.48) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flexget-2.0.47](https://github.com/truecharts/charts/compare/flexget-2.0.46...flexget-2.0.47) (2022-09-25) + diff --git a/stable/flexget/2.0.55/Chart.lock b/stable/flexget/2.0.55/Chart.lock new file mode 100644 index 00000000000..17dc3b2f438 --- /dev/null +++ b/stable/flexget/2.0.55/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:11:44.819778696Z" diff --git a/stable/flexget/2.0.55/Chart.yaml b/stable/flexget/2.0.55/Chart.yaml new file mode 100644 index 00000000000..ad54832dd24 --- /dev/null +++ b/stable/flexget/2.0.55/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "3.3.35" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: FlexGet is a multipurpose automation tool for all of your media +home: https://truecharts.org/docs/charts/stable/flexget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.png +keywords: + - flexget + - automation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flexget +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flexget + - https://hub.docker.com/r/wiserain/flexget + - https://github.com/wiserain/docker-flexget +type: application +version: 2.0.55 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/flexget/2.0.55/README.md b/stable/flexget/2.0.55/README.md new file mode 100644 index 00000000000..bdd1959d7df --- /dev/null +++ b/stable/flexget/2.0.55/README.md @@ -0,0 +1,107 @@ +# flexget + +FlexGet is a multipurpose automation tool for all of your media + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flexget](https://truecharts.org/docs/charts/stable/flexget) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flexget` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flexget TrueCharts/flexget +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flexget` deployment + +```console +helm uninstall flexget +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flexget \ + --set env.TZ="America/New York" \ + TrueCharts/flexget +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flexget TrueCharts/flexget -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/flexget/2.0.54/app-readme.md b/stable/flexget/2.0.55/app-readme.md similarity index 100% rename from stable/flexget/2.0.54/app-readme.md rename to stable/flexget/2.0.55/app-readme.md diff --git a/stable/flexget/2.0.55/charts/common-10.7.1.tgz b/stable/flexget/2.0.55/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/flexget/2.0.55/charts/common-10.7.1.tgz differ diff --git a/stable/flexget/2.0.54/ix_values.yaml b/stable/flexget/2.0.55/ix_values.yaml similarity index 100% rename from stable/flexget/2.0.54/ix_values.yaml rename to stable/flexget/2.0.55/ix_values.yaml diff --git a/stable/flexget/2.0.54/questions.yaml b/stable/flexget/2.0.55/questions.yaml similarity index 100% rename from stable/flexget/2.0.54/questions.yaml rename to stable/flexget/2.0.55/questions.yaml diff --git a/stable/grafana/4.0.75/templates/common.yaml b/stable/flexget/2.0.55/templates/common.yaml similarity index 100% rename from stable/grafana/4.0.75/templates/common.yaml rename to stable/flexget/2.0.55/templates/common.yaml diff --git a/stable/friendica/4.0.57/values.yaml b/stable/flexget/2.0.55/values.yaml similarity index 100% rename from stable/friendica/4.0.57/values.yaml rename to stable/flexget/2.0.55/values.yaml diff --git a/stable/flood/6.0.38/CHANGELOG.md b/stable/flood/6.0.38/CHANGELOG.md deleted file mode 100644 index 548896ad02f..00000000000 --- a/stable/flood/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [flood-6.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.38...flood-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [flood-6.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.37...flood-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flood-6.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.37...flood-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [flood-6.0.36](https://github.com/truecharts/charts/compare/qflood-0.0.36...flood-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [flood-6.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.32...flood-6.0.35) (2022-09-27) - -### Chore - -- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [flood-6.0.34](https://github.com/truecharts/charts/compare/qflood-0.0.33...flood-6.0.34) (2022-09-25) - -### Chore - -- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [flood-6.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.29...flood-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [flood-6.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.29...flood-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/flood/6.0.38/Chart.lock b/stable/flood/6.0.38/Chart.lock deleted file mode 100644 index 0b66d98ca54..00000000000 --- a/stable/flood/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:27:38.406263817Z" diff --git a/stable/flood/6.0.38/Chart.yaml b/stable/flood/6.0.38/Chart.yaml deleted file mode 100644 index 2cd3369f840..00000000000 --- a/stable/flood/6.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "4.7.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Flood is a monitoring service for various torrent clients -home: https://truecharts.org/docs/charts/stable/flood -icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png -keywords: - - flood - - rtorrent - - qbittorrent - - transmission -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: flood -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/flood - - https://github.com/jesec/flood - - https://hub.docker.com/r/jesec/flood -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/flood/6.0.38/README.md b/stable/flood/6.0.38/README.md deleted file mode 100644 index a7cd23f515a..00000000000 --- a/stable/flood/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# flood - -Flood is a monitoring service for various torrent clients - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [flood](https://truecharts.org/docs/charts/stable/flood) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `flood` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install flood TrueCharts/flood -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `flood` deployment - -```console -helm uninstall flood -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install flood \ - --set env.TZ="America/New York" \ - TrueCharts/flood -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install flood TrueCharts/flood -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/flood/6.0.38/charts/common-10.7.0.tgz b/stable/flood/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/flood/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/flood/6.0.39/CHANGELOG.md b/stable/flood/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..9295246b9a6 --- /dev/null +++ b/stable/flood/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [flood-6.0.39](https://github.com/truecharts/charts/compare/flood-6.0.38...flood-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [flood-6.0.38](https://github.com/truecharts/charts/compare/qflood-0.0.38...flood-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [flood-6.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.37...flood-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flood-6.0.37](https://github.com/truecharts/charts/compare/qflood-0.0.37...flood-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [flood-6.0.36](https://github.com/truecharts/charts/compare/qflood-0.0.36...flood-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [flood-6.0.35](https://github.com/truecharts/charts/compare/rflood-0.0.32...flood-6.0.35) (2022-09-27) + +### Chore + +- update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [flood-6.0.34](https://github.com/truecharts/charts/compare/qflood-0.0.33...flood-6.0.34) (2022-09-25) + +### Chore + +- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [flood-6.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.29...flood-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [flood-6.0.33](https://github.com/truecharts/charts/compare/qflood-0.0.29...flood-6.0.33) (2022-09-21) diff --git a/stable/flood/6.0.39/Chart.lock b/stable/flood/6.0.39/Chart.lock new file mode 100644 index 00000000000..b6c8a1150da --- /dev/null +++ b/stable/flood/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:11:51.603671527Z" diff --git a/stable/flood/6.0.39/Chart.yaml b/stable/flood/6.0.39/Chart.yaml new file mode 100644 index 00000000000..311b1f88e7d --- /dev/null +++ b/stable/flood/6.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "4.7.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Flood is a monitoring service for various torrent clients +home: https://truecharts.org/docs/charts/stable/flood +icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.png +keywords: + - flood + - rtorrent + - qbittorrent + - transmission +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: flood +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/flood + - https://github.com/jesec/flood + - https://hub.docker.com/r/jesec/flood +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/flood/6.0.39/README.md b/stable/flood/6.0.39/README.md new file mode 100644 index 00000000000..0b1a42fc730 --- /dev/null +++ b/stable/flood/6.0.39/README.md @@ -0,0 +1,107 @@ +# flood + +Flood is a monitoring service for various torrent clients + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [flood](https://truecharts.org/docs/charts/stable/flood) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `flood` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install flood TrueCharts/flood +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `flood` deployment + +```console +helm uninstall flood +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install flood \ + --set env.TZ="America/New York" \ + TrueCharts/flood +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install flood TrueCharts/flood -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/flood/6.0.38/app-readme.md b/stable/flood/6.0.39/app-readme.md similarity index 100% rename from stable/flood/6.0.38/app-readme.md rename to stable/flood/6.0.39/app-readme.md diff --git a/stable/flood/6.0.39/charts/common-10.7.1.tgz b/stable/flood/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/flood/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/flood/6.0.38/ci/ct-values.yaml b/stable/flood/6.0.39/ci/ct-values.yaml similarity index 100% rename from stable/flood/6.0.38/ci/ct-values.yaml rename to stable/flood/6.0.39/ci/ct-values.yaml diff --git a/stable/flood/6.0.38/ix_values.yaml b/stable/flood/6.0.39/ix_values.yaml similarity index 100% rename from stable/flood/6.0.38/ix_values.yaml rename to stable/flood/6.0.39/ix_values.yaml diff --git a/stable/flood/6.0.38/questions.yaml b/stable/flood/6.0.39/questions.yaml similarity index 100% rename from stable/flood/6.0.38/questions.yaml rename to stable/flood/6.0.39/questions.yaml diff --git a/stable/guacd/2.0.39/templates/common.yaml b/stable/flood/6.0.39/templates/common.yaml similarity index 100% rename from stable/guacd/2.0.39/templates/common.yaml rename to stable/flood/6.0.39/templates/common.yaml diff --git a/stable/gitea/9.0.24/values.yaml b/stable/flood/6.0.39/values.yaml similarity index 100% rename from stable/gitea/9.0.24/values.yaml rename to stable/flood/6.0.39/values.yaml diff --git a/stable/fluidd/2.0.41/CHANGELOG.md b/stable/fluidd/2.0.41/CHANGELOG.md deleted file mode 100644 index 13047a692fc..00000000000 --- a/stable/fluidd/2.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fluidd-2.0.41](https://github.com/truecharts/charts/compare/fluidd-2.0.40...fluidd-2.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fluidd-2.0.40](https://github.com/truecharts/charts/compare/fluidd-2.0.39...fluidd-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fluidd-2.0.40](https://github.com/truecharts/charts/compare/fluidd-2.0.39...fluidd-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fluidd-2.0.39](https://github.com/truecharts/charts/compare/fluidd-2.0.38...fluidd-2.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fluidd-2.0.38](https://github.com/truecharts/charts/compare/fluidd-2.0.37...fluidd-2.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fluidd-2.0.37](https://github.com/truecharts/charts/compare/fluidd-2.0.36...fluidd-2.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fluidd-2.0.36](https://github.com/truecharts/charts/compare/fluidd-2.0.34...fluidd-2.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fluidd-2.0.36](https://github.com/truecharts/charts/compare/fluidd-2.0.34...fluidd-2.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/fluidd/2.0.41/Chart.lock b/stable/fluidd/2.0.41/Chart.lock deleted file mode 100644 index 12f08de6225..00000000000 --- a/stable/fluidd/2.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:27:42.435349552Z" diff --git a/stable/fluidd/2.0.41/Chart.yaml b/stable/fluidd/2.0.41/Chart.yaml deleted file mode 100644 index 3ca9f79673e..00000000000 --- a/stable/fluidd/2.0.41/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.20.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. -home: https://truecharts.org/docs/charts/stable/fluidd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png -keywords: - - fluidd -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fluidd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd - - https://github.com/fluidd-core/fluidd - - https://hub.docker.com/r/cadriel/fluidd -version: 2.0.41 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/fluidd/2.0.41/README.md b/stable/fluidd/2.0.41/README.md deleted file mode 100644 index acba3649088..00000000000 --- a/stable/fluidd/2.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# fluidd - -Fluidd is a free and open-source Klipper web interface for managing your 3d printer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fluidd](https://truecharts.org/docs/charts/stable/fluidd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fluidd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fluidd TrueCharts/fluidd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fluidd` deployment - -```console -helm uninstall fluidd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fluidd \ - --set env.TZ="America/New York" \ - TrueCharts/fluidd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fluidd TrueCharts/fluidd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/fluidd/2.0.41/charts/common-10.7.0.tgz b/stable/fluidd/2.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/fluidd/2.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/fluidd/2.0.42/CHANGELOG.md b/stable/fluidd/2.0.42/CHANGELOG.md new file mode 100644 index 00000000000..ee29eed3593 --- /dev/null +++ b/stable/fluidd/2.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fluidd-2.0.42](https://github.com/truecharts/charts/compare/fluidd-2.0.41...fluidd-2.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fluidd-2.0.41](https://github.com/truecharts/charts/compare/fluidd-2.0.40...fluidd-2.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fluidd-2.0.40](https://github.com/truecharts/charts/compare/fluidd-2.0.39...fluidd-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fluidd-2.0.40](https://github.com/truecharts/charts/compare/fluidd-2.0.39...fluidd-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fluidd-2.0.39](https://github.com/truecharts/charts/compare/fluidd-2.0.38...fluidd-2.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fluidd-2.0.38](https://github.com/truecharts/charts/compare/fluidd-2.0.37...fluidd-2.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fluidd-2.0.37](https://github.com/truecharts/charts/compare/fluidd-2.0.36...fluidd-2.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fluidd-2.0.36](https://github.com/truecharts/charts/compare/fluidd-2.0.34...fluidd-2.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/fluidd/2.0.42/Chart.lock b/stable/fluidd/2.0.42/Chart.lock new file mode 100644 index 00000000000..90e9471d45b --- /dev/null +++ b/stable/fluidd/2.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:11:54.085727446Z" diff --git a/stable/fluidd/2.0.42/Chart.yaml b/stable/fluidd/2.0.42/Chart.yaml new file mode 100644 index 00000000000..b6e2839e0af --- /dev/null +++ b/stable/fluidd/2.0.42/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.20.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer. +home: https://truecharts.org/docs/charts/stable/fluidd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.png +keywords: + - fluidd +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fluidd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fluidd + - https://github.com/fluidd-core/fluidd + - https://hub.docker.com/r/cadriel/fluidd +version: 2.0.42 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fluidd/2.0.42/README.md b/stable/fluidd/2.0.42/README.md new file mode 100644 index 00000000000..d1c77524cd0 --- /dev/null +++ b/stable/fluidd/2.0.42/README.md @@ -0,0 +1,107 @@ +# fluidd + +Fluidd is a free and open-source Klipper web interface for managing your 3d printer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fluidd](https://truecharts.org/docs/charts/stable/fluidd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fluidd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fluidd TrueCharts/fluidd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fluidd` deployment + +```console +helm uninstall fluidd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fluidd \ + --set env.TZ="America/New York" \ + TrueCharts/fluidd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fluidd TrueCharts/fluidd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fluidd/2.0.41/app-readme.md b/stable/fluidd/2.0.42/app-readme.md similarity index 100% rename from stable/fluidd/2.0.41/app-readme.md rename to stable/fluidd/2.0.42/app-readme.md diff --git a/stable/fluidd/2.0.42/charts/common-10.7.1.tgz b/stable/fluidd/2.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/fluidd/2.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/fluidd/2.0.41/ix_values.yaml b/stable/fluidd/2.0.42/ix_values.yaml similarity index 100% rename from stable/fluidd/2.0.41/ix_values.yaml rename to stable/fluidd/2.0.42/ix_values.yaml diff --git a/stable/fluidd/2.0.41/questions.yaml b/stable/fluidd/2.0.42/questions.yaml similarity index 100% rename from stable/fluidd/2.0.41/questions.yaml rename to stable/fluidd/2.0.42/questions.yaml diff --git a/stable/habridge/2.0.35/templates/common.yaml b/stable/fluidd/2.0.42/templates/common.yaml similarity index 100% rename from stable/habridge/2.0.35/templates/common.yaml rename to stable/fluidd/2.0.42/templates/common.yaml diff --git a/stable/golinks/4.0.35/values.yaml b/stable/fluidd/2.0.42/values.yaml similarity index 100% rename from stable/golinks/4.0.35/values.yaml rename to stable/fluidd/2.0.42/values.yaml diff --git a/stable/focalboard/9.0.48/CHANGELOG.md b/stable/focalboard/9.0.48/CHANGELOG.md deleted file mode 100644 index ac5bac5ff97..00000000000 --- a/stable/focalboard/9.0.48/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [focalboard-9.0.48](https://github.com/truecharts/charts/compare/focalboard-9.0.47...focalboard-9.0.48) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [focalboard-9.0.47](https://github.com/truecharts/charts/compare/focalboard-9.0.46...focalboard-9.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [focalboard-9.0.46](https://github.com/truecharts/charts/compare/focalboard-9.0.44...focalboard-9.0.46) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [focalboard-9.0.45](https://github.com/truecharts/charts/compare/focalboard-9.0.44...focalboard-9.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [focalboard-9.0.44](https://github.com/truecharts/charts/compare/focalboard-9.0.43...focalboard-9.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [focalboard-9.0.43](https://github.com/truecharts/charts/compare/focalboard-9.0.42...focalboard-9.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [focalboard-9.0.41](https://github.com/truecharts/charts/compare/focalboard-9.0.40...focalboard-9.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [focalboard-9.0.40](https://github.com/truecharts/charts/compare/focalboard-9.0.39...focalboard-9.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [focalboard-9.0.39](https://github.com/truecharts/charts/compare/focalboard-9.0.38...focalboard-9.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/focalboard/9.0.48/Chart.lock b/stable/focalboard/9.0.48/Chart.lock deleted file mode 100644 index 897915cfc7f..00000000000 --- a/stable/focalboard/9.0.48/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-15T00:17:54.263765515Z" diff --git a/stable/focalboard/9.0.48/Chart.yaml b/stable/focalboard/9.0.48/Chart.yaml deleted file mode 100644 index 842b51f2bd5..00000000000 --- a/stable/focalboard/9.0.48/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "7.4.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. -home: https://truecharts.org/docs/charts/stable/focalboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png -keywords: - - focalboard - - kanban - - project management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: focalboard -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/focalboard - - https://www.focalboard.com/ - - https://github.com/mattermost/focalboard - - https://github.com/FlipEnergy/container-images/blob/main/focalboard -version: 9.0.48 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/focalboard/9.0.48/README.md b/stable/focalboard/9.0.48/README.md deleted file mode 100644 index cdc03230174..00000000000 --- a/stable/focalboard/9.0.48/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# focalboard - -Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [focalboard](https://truecharts.org/docs/charts/stable/focalboard) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `focalboard` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install focalboard TrueCharts/focalboard -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `focalboard` deployment - -```console -helm uninstall focalboard -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install focalboard \ - --set env.TZ="America/New York" \ - TrueCharts/focalboard -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install focalboard TrueCharts/focalboard -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/focalboard/9.0.48/charts/common-10.7.0.tgz b/stable/focalboard/9.0.48/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/focalboard/9.0.48/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/focalboard/9.0.48/charts/postgresql-8.0.97.tgz b/stable/focalboard/9.0.48/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/focalboard/9.0.48/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/focalboard/9.0.49/CHANGELOG.md b/stable/focalboard/9.0.49/CHANGELOG.md new file mode 100644 index 00000000000..20f0ec4fea4 --- /dev/null +++ b/stable/focalboard/9.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [focalboard-9.0.49](https://github.com/truecharts/charts/compare/focalboard-9.0.48...focalboard-9.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [focalboard-9.0.48](https://github.com/truecharts/charts/compare/focalboard-9.0.47...focalboard-9.0.48) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [focalboard-9.0.47](https://github.com/truecharts/charts/compare/focalboard-9.0.46...focalboard-9.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [focalboard-9.0.46](https://github.com/truecharts/charts/compare/focalboard-9.0.44...focalboard-9.0.46) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [focalboard-9.0.45](https://github.com/truecharts/charts/compare/focalboard-9.0.44...focalboard-9.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [focalboard-9.0.44](https://github.com/truecharts/charts/compare/focalboard-9.0.43...focalboard-9.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [focalboard-9.0.43](https://github.com/truecharts/charts/compare/focalboard-9.0.42...focalboard-9.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [focalboard-9.0.41](https://github.com/truecharts/charts/compare/focalboard-9.0.40...focalboard-9.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [focalboard-9.0.40](https://github.com/truecharts/charts/compare/focalboard-9.0.39...focalboard-9.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [focalboard-9.0.39](https://github.com/truecharts/charts/compare/focalboard-9.0.38...focalboard-9.0.39) (2022-09-22) + +### Chore diff --git a/stable/focalboard/9.0.49/Chart.lock b/stable/focalboard/9.0.49/Chart.lock new file mode 100644 index 00000000000..9597acbd051 --- /dev/null +++ b/stable/focalboard/9.0.49/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:12:27.609888617Z" diff --git a/stable/focalboard/9.0.49/Chart.yaml b/stable/focalboard/9.0.49/Chart.yaml new file mode 100644 index 00000000000..ea3ce3a0a4f --- /dev/null +++ b/stable/focalboard/9.0.49/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "7.4.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. +home: https://truecharts.org/docs/charts/stable/focalboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png +keywords: + - focalboard + - kanban + - project management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: focalboard +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/focalboard + - https://www.focalboard.com/ + - https://github.com/mattermost/focalboard + - https://github.com/FlipEnergy/container-images/blob/main/focalboard +version: 9.0.49 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/focalboard/9.0.49/README.md b/stable/focalboard/9.0.49/README.md new file mode 100644 index 00000000000..962eafa8ef2 --- /dev/null +++ b/stable/focalboard/9.0.49/README.md @@ -0,0 +1,109 @@ +# focalboard + +Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [focalboard](https://truecharts.org/docs/charts/stable/focalboard) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `focalboard` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install focalboard TrueCharts/focalboard +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `focalboard` deployment + +```console +helm uninstall focalboard +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install focalboard \ + --set env.TZ="America/New York" \ + TrueCharts/focalboard +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install focalboard TrueCharts/focalboard -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/focalboard/9.0.48/app-readme.md b/stable/focalboard/9.0.49/app-readme.md similarity index 100% rename from stable/focalboard/9.0.48/app-readme.md rename to stable/focalboard/9.0.49/app-readme.md diff --git a/stable/focalboard/9.0.49/charts/common-10.7.1.tgz b/stable/focalboard/9.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/focalboard/9.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/focalboard/9.0.49/charts/postgresql-8.0.101.tgz b/stable/focalboard/9.0.49/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/focalboard/9.0.49/charts/postgresql-8.0.101.tgz differ diff --git a/stable/focalboard/9.0.48/ix_values.yaml b/stable/focalboard/9.0.49/ix_values.yaml similarity index 100% rename from stable/focalboard/9.0.48/ix_values.yaml rename to stable/focalboard/9.0.49/ix_values.yaml diff --git a/stable/focalboard/9.0.48/questions.yaml b/stable/focalboard/9.0.49/questions.yaml similarity index 100% rename from stable/focalboard/9.0.48/questions.yaml rename to stable/focalboard/9.0.49/questions.yaml diff --git a/stable/focalboard/9.0.48/templates/_configmap.tpl b/stable/focalboard/9.0.49/templates/_configmap.tpl similarity index 100% rename from stable/focalboard/9.0.48/templates/_configmap.tpl rename to stable/focalboard/9.0.49/templates/_configmap.tpl diff --git a/stable/focalboard/9.0.48/templates/common.yaml b/stable/focalboard/9.0.49/templates/common.yaml similarity index 100% rename from stable/focalboard/9.0.48/templates/common.yaml rename to stable/focalboard/9.0.49/templates/common.yaml diff --git a/stable/gonic/6.0.38/values.yaml b/stable/focalboard/9.0.49/values.yaml similarity index 100% rename from stable/gonic/6.0.38/values.yaml rename to stable/focalboard/9.0.49/values.yaml diff --git a/stable/foldingathome/2.0.36/CHANGELOG.md b/stable/foldingathome/2.0.36/CHANGELOG.md deleted file mode 100644 index b652766ee33..00000000000 --- a/stable/foldingathome/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [foldingathome-2.0.36](https://github.com/truecharts/charts/compare/foldingathome-2.0.35...foldingathome-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [foldingathome-2.0.35](https://github.com/truecharts/charts/compare/foldingathome-2.0.34...foldingathome-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [foldingathome-2.0.35](https://github.com/truecharts/charts/compare/foldingathome-2.0.34...foldingathome-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [foldingathome-2.0.34](https://github.com/truecharts/charts/compare/foldingathome-2.0.33...foldingathome-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [foldingathome-2.0.33](https://github.com/truecharts/charts/compare/foldingathome-2.0.32...foldingathome-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [foldingathome-2.0.32](https://github.com/truecharts/charts/compare/foldingathome-2.0.31...foldingathome-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [foldingathome-2.0.31](https://github.com/truecharts/charts/compare/foldingathome-2.0.30...foldingathome-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [foldingathome-2.0.31](https://github.com/truecharts/charts/compare/foldingathome-2.0.30...foldingathome-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/foldingathome/2.0.36/Chart.lock b/stable/foldingathome/2.0.36/Chart.lock deleted file mode 100644 index 6eed5c16ced..00000000000 --- a/stable/foldingathome/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:28:00.61579892Z" diff --git a/stable/foldingathome/2.0.36/Chart.yaml b/stable/foldingathome/2.0.36/Chart.yaml deleted file mode 100644 index d49b9729b2c..00000000000 --- a/stable/foldingathome/2.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: foldingathome -version: 2.0.36 -appVersion: "7.6.21" -description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/foldingathome -icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png -keywords: - - foldingathome -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome - - https://hub.docker.com/r/linuxserver/foldingathome -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/foldingathome/2.0.36/README.md b/stable/foldingathome/2.0.36/README.md deleted file mode 100644 index 6060ff30da7..00000000000 --- a/stable/foldingathome/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# foldingathome - -Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [foldingathome](https://truecharts.org/docs/charts/stable/foldingathome) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `foldingathome` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install foldingathome TrueCharts/foldingathome -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `foldingathome` deployment - -```console -helm uninstall foldingathome -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install foldingathome \ - --set env.TZ="America/New York" \ - TrueCharts/foldingathome -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install foldingathome TrueCharts/foldingathome -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/foldingathome/2.0.36/charts/common-10.7.0.tgz b/stable/foldingathome/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/foldingathome/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/foldingathome/2.0.37/CHANGELOG.md b/stable/foldingathome/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..bfba730a742 --- /dev/null +++ b/stable/foldingathome/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [foldingathome-2.0.37](https://github.com/truecharts/charts/compare/foldingathome-2.0.36...foldingathome-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [foldingathome-2.0.36](https://github.com/truecharts/charts/compare/foldingathome-2.0.35...foldingathome-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [foldingathome-2.0.35](https://github.com/truecharts/charts/compare/foldingathome-2.0.34...foldingathome-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [foldingathome-2.0.35](https://github.com/truecharts/charts/compare/foldingathome-2.0.34...foldingathome-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [foldingathome-2.0.34](https://github.com/truecharts/charts/compare/foldingathome-2.0.33...foldingathome-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [foldingathome-2.0.33](https://github.com/truecharts/charts/compare/foldingathome-2.0.32...foldingathome-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [foldingathome-2.0.32](https://github.com/truecharts/charts/compare/foldingathome-2.0.31...foldingathome-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [foldingathome-2.0.31](https://github.com/truecharts/charts/compare/foldingathome-2.0.30...foldingathome-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/foldingathome/2.0.37/Chart.lock b/stable/foldingathome/2.0.37/Chart.lock new file mode 100644 index 00000000000..8af371e8aa6 --- /dev/null +++ b/stable/foldingathome/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:12:16.146185564Z" diff --git a/stable/foldingathome/2.0.37/Chart.yaml b/stable/foldingathome/2.0.37/Chart.yaml new file mode 100644 index 00000000000..ca0e33ae939 --- /dev/null +++ b/stable/foldingathome/2.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: foldingathome +version: 2.0.37 +appVersion: "7.6.21" +description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/foldingathome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.png +keywords: + - foldingathome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/foldingathome + - https://hub.docker.com/r/linuxserver/foldingathome +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/foldingathome/2.0.37/README.md b/stable/foldingathome/2.0.37/README.md new file mode 100644 index 00000000000..24b59c0e207 --- /dev/null +++ b/stable/foldingathome/2.0.37/README.md @@ -0,0 +1,106 @@ +# foldingathome + +Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [foldingathome](https://truecharts.org/docs/charts/stable/foldingathome) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `foldingathome` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install foldingathome TrueCharts/foldingathome +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `foldingathome` deployment + +```console +helm uninstall foldingathome +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install foldingathome \ + --set env.TZ="America/New York" \ + TrueCharts/foldingathome +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install foldingathome TrueCharts/foldingathome -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/foldingathome/2.0.36/app-readme.md b/stable/foldingathome/2.0.37/app-readme.md similarity index 100% rename from stable/foldingathome/2.0.36/app-readme.md rename to stable/foldingathome/2.0.37/app-readme.md diff --git a/stable/foldingathome/2.0.37/charts/common-10.7.1.tgz b/stable/foldingathome/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/foldingathome/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/foldingathome/2.0.36/ix_values.yaml b/stable/foldingathome/2.0.37/ix_values.yaml similarity index 100% rename from stable/foldingathome/2.0.36/ix_values.yaml rename to stable/foldingathome/2.0.37/ix_values.yaml diff --git a/stable/foldingathome/2.0.36/questions.yaml b/stable/foldingathome/2.0.37/questions.yaml similarity index 100% rename from stable/foldingathome/2.0.36/questions.yaml rename to stable/foldingathome/2.0.37/questions.yaml diff --git a/stable/haste-server/6.0.38/templates/common.yaml b/stable/foldingathome/2.0.37/templates/common.yaml similarity index 100% rename from stable/haste-server/6.0.38/templates/common.yaml rename to stable/foldingathome/2.0.37/templates/common.yaml diff --git a/stable/gotify/8.0.46/values.yaml b/stable/foldingathome/2.0.37/values.yaml similarity index 100% rename from stable/gotify/8.0.46/values.yaml rename to stable/foldingathome/2.0.37/values.yaml diff --git a/stable/fossil/4.0.35/CHANGELOG.md b/stable/fossil/4.0.35/CHANGELOG.md deleted file mode 100644 index 6a9d1397f7c..00000000000 --- a/stable/fossil/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [fossil-4.0.35](https://github.com/truecharts/charts/compare/fossil-4.0.34...fossil-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [fossil-4.0.34](https://github.com/truecharts/charts/compare/fossil-4.0.33...fossil-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fossil-4.0.34](https://github.com/truecharts/charts/compare/fossil-4.0.33...fossil-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [fossil-4.0.33](https://github.com/truecharts/charts/compare/fossil-4.0.32...fossil-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [fossil-4.0.32](https://github.com/truecharts/charts/compare/fossil-4.0.31...fossil-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [fossil-4.0.31](https://github.com/truecharts/charts/compare/fossil-4.0.30...fossil-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [fossil-4.0.30](https://github.com/truecharts/charts/compare/fossil-4.0.29...fossil-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [fossil-4.0.30](https://github.com/truecharts/charts/compare/fossil-4.0.29...fossil-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/fossil/4.0.35/Chart.lock b/stable/fossil/4.0.35/Chart.lock deleted file mode 100644 index ed732169657..00000000000 --- a/stable/fossil/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:28:08.128737207Z" diff --git a/stable/fossil/4.0.35/Chart.yaml b/stable/fossil/4.0.35/Chart.yaml deleted file mode 100644 index e5bee60df5d..00000000000 --- a/stable/fossil/4.0.35/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2.15.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A simple, high-reliability, distributed software configuration management system -home: https://truecharts.org/docs/charts/stable/fossil -icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png -keywords: - - fossil - - scm -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: fossil -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fossil - - https://fossil-scm.org/ -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/fossil/4.0.35/README.md b/stable/fossil/4.0.35/README.md deleted file mode 100644 index 3d420abaaad..00000000000 --- a/stable/fossil/4.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# fossil - -A simple, high-reliability, distributed software configuration management system - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [fossil](https://truecharts.org/docs/charts/stable/fossil) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `fossil` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install fossil TrueCharts/fossil -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `fossil` deployment - -```console -helm uninstall fossil -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install fossil \ - --set env.TZ="America/New York" \ - TrueCharts/fossil -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install fossil TrueCharts/fossil -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/fossil/4.0.35/charts/common-10.7.0.tgz b/stable/fossil/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/fossil/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/fossil/4.0.36/CHANGELOG.md b/stable/fossil/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..365e57cbdff --- /dev/null +++ b/stable/fossil/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [fossil-4.0.36](https://github.com/truecharts/charts/compare/fossil-4.0.35...fossil-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [fossil-4.0.35](https://github.com/truecharts/charts/compare/fossil-4.0.34...fossil-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [fossil-4.0.34](https://github.com/truecharts/charts/compare/fossil-4.0.33...fossil-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fossil-4.0.34](https://github.com/truecharts/charts/compare/fossil-4.0.33...fossil-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [fossil-4.0.33](https://github.com/truecharts/charts/compare/fossil-4.0.32...fossil-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [fossil-4.0.32](https://github.com/truecharts/charts/compare/fossil-4.0.31...fossil-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [fossil-4.0.31](https://github.com/truecharts/charts/compare/fossil-4.0.30...fossil-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [fossil-4.0.30](https://github.com/truecharts/charts/compare/fossil-4.0.29...fossil-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/fossil/4.0.36/Chart.lock b/stable/fossil/4.0.36/Chart.lock new file mode 100644 index 00000000000..1172abe6fd3 --- /dev/null +++ b/stable/fossil/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:12:23.227053271Z" diff --git a/stable/fossil/4.0.36/Chart.yaml b/stable/fossil/4.0.36/Chart.yaml new file mode 100644 index 00000000000..691dd09f7c6 --- /dev/null +++ b/stable/fossil/4.0.36/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.15.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A simple, high-reliability, distributed software configuration management system +home: https://truecharts.org/docs/charts/stable/fossil +icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.png +keywords: + - fossil + - scm +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: fossil +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/fossil + - https://fossil-scm.org/ +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/fossil/4.0.36/README.md b/stable/fossil/4.0.36/README.md new file mode 100644 index 00000000000..57f00b76504 --- /dev/null +++ b/stable/fossil/4.0.36/README.md @@ -0,0 +1,106 @@ +# fossil + +A simple, high-reliability, distributed software configuration management system + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [fossil](https://truecharts.org/docs/charts/stable/fossil) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `fossil` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install fossil TrueCharts/fossil +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `fossil` deployment + +```console +helm uninstall fossil +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install fossil \ + --set env.TZ="America/New York" \ + TrueCharts/fossil +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install fossil TrueCharts/fossil -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/fossil/4.0.35/app-readme.md b/stable/fossil/4.0.36/app-readme.md similarity index 100% rename from stable/fossil/4.0.35/app-readme.md rename to stable/fossil/4.0.36/app-readme.md diff --git a/stable/fossil/4.0.36/charts/common-10.7.1.tgz b/stable/fossil/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/fossil/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/fossil/4.0.35/ix_values.yaml b/stable/fossil/4.0.36/ix_values.yaml similarity index 100% rename from stable/fossil/4.0.35/ix_values.yaml rename to stable/fossil/4.0.36/ix_values.yaml diff --git a/stable/fossil/4.0.35/questions.yaml b/stable/fossil/4.0.36/questions.yaml similarity index 100% rename from stable/fossil/4.0.35/questions.yaml rename to stable/fossil/4.0.36/questions.yaml diff --git a/stable/fossil/4.0.35/templates/common.yaml b/stable/fossil/4.0.36/templates/common.yaml similarity index 100% rename from stable/fossil/4.0.35/templates/common.yaml rename to stable/fossil/4.0.36/templates/common.yaml diff --git a/stable/grafana/4.0.75/values.yaml b/stable/fossil/4.0.36/values.yaml similarity index 100% rename from stable/grafana/4.0.75/values.yaml rename to stable/fossil/4.0.36/values.yaml diff --git a/stable/freeradius/6.0.37/CHANGELOG.md b/stable/freeradius/6.0.37/CHANGELOG.md deleted file mode 100644 index 85ece52c199..00000000000 --- a/stable/freeradius/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [freeradius-6.0.37](https://github.com/truecharts/charts/compare/freeradius-6.0.36...freeradius-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [freeradius-6.0.36](https://github.com/truecharts/charts/compare/freeradius-6.0.35...freeradius-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [freeradius-6.0.36](https://github.com/truecharts/charts/compare/freeradius-6.0.35...freeradius-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [freeradius-6.0.35](https://github.com/truecharts/charts/compare/freeradius-6.0.34...freeradius-6.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [freeradius-6.0.34](https://github.com/truecharts/charts/compare/freeradius-6.0.33...freeradius-6.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [freeradius-6.0.33](https://github.com/truecharts/charts/compare/freeradius-6.0.32...freeradius-6.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [freeradius-6.0.32](https://github.com/truecharts/charts/compare/freeradius-6.0.31...freeradius-6.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [freeradius-6.0.32](https://github.com/truecharts/charts/compare/freeradius-6.0.31...freeradius-6.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/freeradius/6.0.37/Chart.lock b/stable/freeradius/6.0.37/Chart.lock deleted file mode 100644 index 4121b8dad72..00000000000 --- a/stable/freeradius/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:28:12.004203876Z" diff --git a/stable/freeradius/6.0.37/Chart.yaml b/stable/freeradius/6.0.37/Chart.yaml deleted file mode 100644 index 501f8ffdb22..00000000000 --- a/stable/freeradius/6.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "3.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: OpenSource Radius implementation -home: https://truecharts.org/docs/charts/stable/freeradius -icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png -keywords: - - radius - - auth -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: freeradius -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius - - https://hub.docker.com/r/freeradius/freeradius-server/ - - https://freeradius.org/ -type: application -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - auth - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/freeradius/6.0.37/README.md b/stable/freeradius/6.0.37/README.md deleted file mode 100644 index c5a95d9b69f..00000000000 --- a/stable/freeradius/6.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# freeradius - -OpenSource Radius implementation - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [freeradius](https://truecharts.org/docs/charts/stable/freeradius) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `freeradius` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install freeradius TrueCharts/freeradius -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `freeradius` deployment - -```console -helm uninstall freeradius -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install freeradius \ - --set env.TZ="America/New York" \ - TrueCharts/freeradius -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install freeradius TrueCharts/freeradius -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/freeradius/6.0.37/charts/common-10.7.0.tgz b/stable/freeradius/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/freeradius/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/freeradius/6.0.38/CHANGELOG.md b/stable/freeradius/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..faba5168545 --- /dev/null +++ b/stable/freeradius/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [freeradius-6.0.38](https://github.com/truecharts/charts/compare/freeradius-6.0.37...freeradius-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [freeradius-6.0.37](https://github.com/truecharts/charts/compare/freeradius-6.0.36...freeradius-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [freeradius-6.0.36](https://github.com/truecharts/charts/compare/freeradius-6.0.35...freeradius-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freeradius-6.0.36](https://github.com/truecharts/charts/compare/freeradius-6.0.35...freeradius-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freeradius-6.0.35](https://github.com/truecharts/charts/compare/freeradius-6.0.34...freeradius-6.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [freeradius-6.0.34](https://github.com/truecharts/charts/compare/freeradius-6.0.33...freeradius-6.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [freeradius-6.0.33](https://github.com/truecharts/charts/compare/freeradius-6.0.32...freeradius-6.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [freeradius-6.0.32](https://github.com/truecharts/charts/compare/freeradius-6.0.31...freeradius-6.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/freeradius/6.0.38/Chart.lock b/stable/freeradius/6.0.38/Chart.lock new file mode 100644 index 00000000000..8708cc3b135 --- /dev/null +++ b/stable/freeradius/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:12:24.714746575Z" diff --git a/stable/freeradius/6.0.38/Chart.yaml b/stable/freeradius/6.0.38/Chart.yaml new file mode 100644 index 00000000000..3ce820a2737 --- /dev/null +++ b/stable/freeradius/6.0.38/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "3.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: OpenSource Radius implementation +home: https://truecharts.org/docs/charts/stable/freeradius +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freeradius.png +keywords: + - radius + - auth +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: freeradius +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/freeradius + - https://hub.docker.com/r/freeradius/freeradius-server/ + - https://freeradius.org/ +type: application +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - auth + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/freeradius/6.0.38/README.md b/stable/freeradius/6.0.38/README.md new file mode 100644 index 00000000000..88ae5e16b5f --- /dev/null +++ b/stable/freeradius/6.0.38/README.md @@ -0,0 +1,107 @@ +# freeradius + +OpenSource Radius implementation + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [freeradius](https://truecharts.org/docs/charts/stable/freeradius) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `freeradius` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install freeradius TrueCharts/freeradius +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `freeradius` deployment + +```console +helm uninstall freeradius +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install freeradius \ + --set env.TZ="America/New York" \ + TrueCharts/freeradius +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install freeradius TrueCharts/freeradius -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/freeradius/6.0.37/app-readme.md b/stable/freeradius/6.0.38/app-readme.md similarity index 100% rename from stable/freeradius/6.0.37/app-readme.md rename to stable/freeradius/6.0.38/app-readme.md diff --git a/stable/freeradius/6.0.38/charts/common-10.7.1.tgz b/stable/freeradius/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/freeradius/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/freeradius/6.0.37/ix_values.yaml b/stable/freeradius/6.0.38/ix_values.yaml similarity index 100% rename from stable/freeradius/6.0.37/ix_values.yaml rename to stable/freeradius/6.0.38/ix_values.yaml diff --git a/stable/freeradius/6.0.37/questions.yaml b/stable/freeradius/6.0.38/questions.yaml similarity index 100% rename from stable/freeradius/6.0.37/questions.yaml rename to stable/freeradius/6.0.38/questions.yaml diff --git a/stable/freeradius/6.0.37/templates/common.yaml b/stable/freeradius/6.0.38/templates/common.yaml similarity index 100% rename from stable/freeradius/6.0.37/templates/common.yaml rename to stable/freeradius/6.0.38/templates/common.yaml diff --git a/stable/grav/4.0.35/values.yaml b/stable/freeradius/6.0.38/values.yaml similarity index 100% rename from stable/grav/4.0.35/values.yaml rename to stable/freeradius/6.0.38/values.yaml diff --git a/stable/freshrss/11.0.38/CHANGELOG.md b/stable/freshrss/11.0.38/CHANGELOG.md new file mode 100644 index 00000000000..d655122998f --- /dev/null +++ b/stable/freshrss/11.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [freshrss-11.0.38](https://github.com/truecharts/charts/compare/freshrss-11.0.37...freshrss-11.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [freshrss-11.0.37](https://github.com/truecharts/charts/compare/freshrss-11.0.36...freshrss-11.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [freshrss-11.0.36](https://github.com/truecharts/charts/compare/freshrss-11.0.35...freshrss-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freshrss-11.0.36](https://github.com/truecharts/charts/compare/freshrss-11.0.35...freshrss-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [freshrss-11.0.35](https://github.com/truecharts/charts/compare/freshrss-11.0.34...freshrss-11.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [freshrss-11.0.34](https://github.com/truecharts/charts/compare/freshrss-11.0.33...freshrss-11.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [freshrss-11.0.33](https://github.com/truecharts/charts/compare/freshrss-11.0.32...freshrss-11.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [freshrss-11.0.32](https://github.com/truecharts/charts/compare/freshrss-11.0.31...freshrss-11.0.32) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [freshrss-11.0.31](https://github.com/truecharts/charts/compare/freshrss-11.0.30...freshrss-11.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/freshrss/11.0.38/Chart.lock b/stable/freshrss/11.0.38/Chart.lock new file mode 100644 index 00000000000..70ad86b5804 --- /dev/null +++ b/stable/freshrss/11.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:12:47.382885023Z" diff --git a/stable/freshrss/11.0.38/Chart.yaml b/stable/freshrss/11.0.38/Chart.yaml new file mode 100644 index 00000000000..90d4e4e175d --- /dev/null +++ b/stable/freshrss/11.0.38/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.20.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: FreshRSS is a self-hosted RSS feed aggregator +home: https://truecharts.org/docs/charts/stable/freshrss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png +keywords: + - freshrss + - rss +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: freshrss +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/freshrss + - https://github.com/FreshRSS/FreshRSS + - https://hub.docker.com/r/linuxserver/freshrss +type: application +version: 11.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/freshrss/11.0.38/README.md b/stable/freshrss/11.0.38/README.md new file mode 100644 index 00000000000..f80cc235d84 --- /dev/null +++ b/stable/freshrss/11.0.38/README.md @@ -0,0 +1,107 @@ +# freshrss + +FreshRSS is a self-hosted RSS feed aggregator + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [freshrss](https://truecharts.org/docs/charts/stable/freshrss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `freshrss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install freshrss TrueCharts/freshrss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `freshrss` deployment + +```console +helm uninstall freshrss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install freshrss \ + --set env.TZ="America/New York" \ + TrueCharts/freshrss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install freshrss TrueCharts/freshrss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/freshrss/11.0.38/app-readme.md b/stable/freshrss/11.0.38/app-readme.md new file mode 100644 index 00000000000..de78260fda6 --- /dev/null +++ b/stable/freshrss/11.0.38/app-readme.md @@ -0,0 +1,8 @@ +FreshRSS is a self-hosted RSS feed aggregator + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/freshrss](https://truecharts.org/docs/charts/stable/freshrss) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/freshrss/11.0.38/charts/common-10.7.1.tgz b/stable/freshrss/11.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/freshrss/11.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/freshrss/11.0.38/ix_values.yaml b/stable/freshrss/11.0.38/ix_values.yaml new file mode 100644 index 00000000000..8ab3cb2f426 --- /dev/null +++ b/stable/freshrss/11.0.38/ix_values.yaml @@ -0,0 +1,27 @@ +image: + repository: tccr.io/truecharts/freshrss + pullPolicy: IfNotPresent + tag: v1.20.0@sha256:ec52649d2b279cd17c5208b4b1f6f7b1b31fb9dbf7bd5dff6929a703b7645ef1 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10010 + targetPort: 80 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/freshrss/11.0.38/questions.yaml b/stable/freshrss/11.0.38/questions.yaml new file mode 100644 index 00000000000..7eeea02a1b4 --- /dev/null +++ b/stable/freshrss/11.0.38/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10010 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/healthchecks/7.0.37/templates/common.yaml b/stable/freshrss/11.0.38/templates/common.yaml similarity index 100% rename from stable/healthchecks/7.0.37/templates/common.yaml rename to stable/freshrss/11.0.38/templates/common.yaml diff --git a/stable/grist/4.0.0/values.yaml b/stable/freshrss/11.0.38/values.yaml similarity index 100% rename from stable/grist/4.0.0/values.yaml rename to stable/freshrss/11.0.38/values.yaml diff --git a/stable/friendica/4.0.57/CHANGELOG.md b/stable/friendica/4.0.57/CHANGELOG.md deleted file mode 100644 index 9e3712bf3f6..00000000000 --- a/stable/friendica/4.0.57/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [friendica-4.0.57](https://github.com/truecharts/charts/compare/friendica-4.0.56...friendica-4.0.57) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [friendica-4.0.56](https://github.com/truecharts/charts/compare/friendica-4.0.55...friendica-4.0.56) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [friendica-4.0.56](https://github.com/truecharts/charts/compare/friendica-4.0.55...friendica-4.0.56) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [friendica-4.0.55](https://github.com/truecharts/charts/compare/friendica-4.0.54...friendica-4.0.55) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [friendica-4.0.53](https://github.com/truecharts/charts/compare/friendica-4.0.52...friendica-4.0.53) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [friendica-4.0.52](https://github.com/truecharts/charts/compare/friendica-4.0.51...friendica-4.0.52) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [friendica-4.0.51](https://github.com/truecharts/charts/compare/friendica-4.0.50...friendica-4.0.51) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [friendica-4.0.51](https://github.com/truecharts/charts/compare/friendica-4.0.50...friendica-4.0.51) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/friendica/4.0.57/Chart.lock b/stable/friendica/4.0.57/Chart.lock deleted file mode 100644 index 076525c94f6..00000000000 --- a/stable/friendica/4.0.57/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:5f88786c72b076ad7c23b64872322107d2110b3a52c675241d822a4a35a3f402 -generated: "2022-10-12T16:28:59.302793157Z" diff --git a/stable/friendica/4.0.57/Chart.yaml b/stable/friendica/4.0.57/Chart.yaml deleted file mode 100644 index 8fd9bc98acb..00000000000 --- a/stable/friendica/4.0.57/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "2022.06" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: "Welcome to the free social web" -home: https://truecharts.org/docs/charts/stable/friendica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png -keywords: - - friend - - social -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: friendica -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/friendica - - https://friendi.ca/ - - https://hub.docker.com/_/friendica -version: 4.0.57 -annotations: - truecharts.org/catagories: | - - social - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/friendica/4.0.57/README.md b/stable/friendica/4.0.57/README.md deleted file mode 100644 index 4fcd4844074..00000000000 --- a/stable/friendica/4.0.57/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# friendica - -Welcome to the free social web - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [friendica](https://truecharts.org/docs/charts/stable/friendica) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `friendica` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install friendica TrueCharts/friendica -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `friendica` deployment - -```console -helm uninstall friendica -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install friendica \ - --set env.TZ="America/New York" \ - TrueCharts/friendica -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install friendica TrueCharts/friendica -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/friendica/4.0.57/charts/common-10.7.0.tgz b/stable/friendica/4.0.57/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/friendica/4.0.57/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/friendica/4.0.57/charts/mariadb-3.0.92.tgz b/stable/friendica/4.0.57/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/friendica/4.0.57/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/friendica/4.0.57/charts/redis-3.0.94.tgz b/stable/friendica/4.0.57/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/friendica/4.0.57/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/friendica/4.0.58/CHANGELOG.md b/stable/friendica/4.0.58/CHANGELOG.md new file mode 100644 index 00000000000..2b276dbedf4 --- /dev/null +++ b/stable/friendica/4.0.58/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [friendica-4.0.58](https://github.com/truecharts/charts/compare/friendica-4.0.57...friendica-4.0.58) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [friendica-4.0.57](https://github.com/truecharts/charts/compare/friendica-4.0.56...friendica-4.0.57) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [friendica-4.0.56](https://github.com/truecharts/charts/compare/friendica-4.0.55...friendica-4.0.56) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [friendica-4.0.56](https://github.com/truecharts/charts/compare/friendica-4.0.55...friendica-4.0.56) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [friendica-4.0.55](https://github.com/truecharts/charts/compare/friendica-4.0.54...friendica-4.0.55) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [friendica-4.0.53](https://github.com/truecharts/charts/compare/friendica-4.0.52...friendica-4.0.53) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [friendica-4.0.52](https://github.com/truecharts/charts/compare/friendica-4.0.51...friendica-4.0.52) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [friendica-4.0.51](https://github.com/truecharts/charts/compare/friendica-4.0.50...friendica-4.0.51) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/friendica/4.0.58/Chart.lock b/stable/friendica/4.0.58/Chart.lock new file mode 100644 index 00000000000..d64ea63fa8a --- /dev/null +++ b/stable/friendica/4.0.58/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:d21b7fbdd54c812cf4fd7ca235065acef9b198173e4f12652de14da15d4aa713 +generated: "2022-10-19T13:13:19.089246373Z" diff --git a/stable/friendica/4.0.58/Chart.yaml b/stable/friendica/4.0.58/Chart.yaml new file mode 100644 index 00000000000..482e1949483 --- /dev/null +++ b/stable/friendica/4.0.58/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "2022.06" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: "Welcome to the free social web" +home: https://truecharts.org/docs/charts/stable/friendica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.png +keywords: + - friend + - social +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: friendica +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/friendica + - https://friendi.ca/ + - https://hub.docker.com/_/friendica +version: 4.0.58 +annotations: + truecharts.org/catagories: | + - social + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/friendica/4.0.58/README.md b/stable/friendica/4.0.58/README.md new file mode 100644 index 00000000000..0ae472d6e78 --- /dev/null +++ b/stable/friendica/4.0.58/README.md @@ -0,0 +1,109 @@ +# friendica + +Welcome to the free social web + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [friendica](https://truecharts.org/docs/charts/stable/friendica) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `friendica` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install friendica TrueCharts/friendica +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `friendica` deployment + +```console +helm uninstall friendica +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install friendica \ + --set env.TZ="America/New York" \ + TrueCharts/friendica +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install friendica TrueCharts/friendica -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/friendica/4.0.57/app-readme.md b/stable/friendica/4.0.58/app-readme.md similarity index 100% rename from stable/friendica/4.0.57/app-readme.md rename to stable/friendica/4.0.58/app-readme.md diff --git a/stable/friendica/4.0.58/charts/common-10.7.1.tgz b/stable/friendica/4.0.58/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/friendica/4.0.58/charts/common-10.7.1.tgz differ diff --git a/stable/friendica/4.0.58/charts/mariadb-3.0.95.tgz b/stable/friendica/4.0.58/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/friendica/4.0.58/charts/mariadb-3.0.95.tgz differ diff --git a/stable/friendica/4.0.58/charts/redis-3.0.97.tgz b/stable/friendica/4.0.58/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/friendica/4.0.58/charts/redis-3.0.97.tgz differ diff --git a/stable/friendica/4.0.57/ix_values.yaml b/stable/friendica/4.0.58/ix_values.yaml similarity index 100% rename from stable/friendica/4.0.57/ix_values.yaml rename to stable/friendica/4.0.58/ix_values.yaml diff --git a/stable/friendica/4.0.57/questions.yaml b/stable/friendica/4.0.58/questions.yaml similarity index 100% rename from stable/friendica/4.0.57/questions.yaml rename to stable/friendica/4.0.58/questions.yaml diff --git a/stable/friendica/4.0.57/templates/common.yaml b/stable/friendica/4.0.58/templates/common.yaml similarity index 100% rename from stable/friendica/4.0.57/templates/common.yaml rename to stable/friendica/4.0.58/templates/common.yaml diff --git a/stable/guacamole-client/4.0.47/values.yaml b/stable/friendica/4.0.58/values.yaml similarity index 100% rename from stable/guacamole-client/4.0.47/values.yaml rename to stable/friendica/4.0.58/values.yaml diff --git a/stable/gaps/11.0.39/CHANGELOG.md b/stable/gaps/11.0.39/CHANGELOG.md new file mode 100644 index 00000000000..e70772e52d1 --- /dev/null +++ b/stable/gaps/11.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gaps-11.0.39](https://github.com/truecharts/charts/compare/gaps-11.0.38...gaps-11.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gaps-11.0.38](https://github.com/truecharts/charts/compare/gaps-11.0.37...gaps-11.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gaps-11.0.37](https://github.com/truecharts/charts/compare/gaps-11.0.36...gaps-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gaps-11.0.37](https://github.com/truecharts/charts/compare/gaps-11.0.36...gaps-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gaps-11.0.36](https://github.com/truecharts/charts/compare/gaps-11.0.35...gaps-11.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gaps-11.0.35](https://github.com/truecharts/charts/compare/gaps-11.0.34...gaps-11.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gaps-11.0.34](https://github.com/truecharts/charts/compare/gaps-11.0.33...gaps-11.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gaps-11.0.33](https://github.com/truecharts/charts/compare/gaps-11.0.32...gaps-11.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/gaps/11.0.39/Chart.lock b/stable/gaps/11.0.39/Chart.lock new file mode 100644 index 00000000000..e8d5dbf6a45 --- /dev/null +++ b/stable/gaps/11.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:12:56.184361429Z" diff --git a/stable/gaps/11.0.39/Chart.yaml b/stable/gaps/11.0.39/Chart.yaml new file mode 100644 index 00000000000..f37727274c2 --- /dev/null +++ b/stable/gaps/11.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.10.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/gaps +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.png +keywords: + - gaps + - plex + - plex-media-server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gaps +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gaps + - https://github.com/JasonHHouse/gaps +type: application +version: 11.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/gaps/11.0.39/README.md b/stable/gaps/11.0.39/README.md new file mode 100644 index 00000000000..c1b48ec5d5e --- /dev/null +++ b/stable/gaps/11.0.39/README.md @@ -0,0 +1,106 @@ +# gaps + +Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gaps](https://truecharts.org/docs/charts/stable/gaps) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gaps` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gaps TrueCharts/gaps +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gaps` deployment + +```console +helm uninstall gaps +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gaps \ + --set env.TZ="America/New York" \ + TrueCharts/gaps +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gaps TrueCharts/gaps -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/gaps/11.0.39/app-readme.md b/stable/gaps/11.0.39/app-readme.md new file mode 100644 index 00000000000..6f3c0743b29 --- /dev/null +++ b/stable/gaps/11.0.39/app-readme.md @@ -0,0 +1,8 @@ +Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/gaps](https://truecharts.org/docs/charts/stable/gaps) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/gaps/11.0.39/charts/common-10.7.1.tgz b/stable/gaps/11.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/gaps/11.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/gaps/11.0.39/ix_values.yaml b/stable/gaps/11.0.39/ix_values.yaml new file mode 100644 index 00000000000..1f5fd723ddc --- /dev/null +++ b/stable/gaps/11.0.39/ix_values.yaml @@ -0,0 +1,24 @@ +image: + repository: tccr.io/truecharts/gaps + pullPolicy: IfNotPresent + tag: 0.10.4@sha256:42bf1abedb87bdb969ecb36e217502b32a531cfc03d97bee3997b72b2939723b + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 8484 + targetPort: 8484 + +env: {} + +persistence: + data: + enabled: true + mountPath: "/usr/data" + +portal: + enabled: true diff --git a/stable/gaps/11.0.39/questions.yaml b/stable/gaps/11.0.39/questions.yaml new file mode 100644 index 00000000000..3cd32b1ac9d --- /dev/null +++ b/stable/gaps/11.0.39/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8484 + 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 + hidden: true + 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: 8484 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/homarr/2.0.43/templates/common.yaml b/stable/gaps/11.0.39/templates/common.yaml similarity index 100% rename from stable/homarr/2.0.43/templates/common.yaml rename to stable/gaps/11.0.39/templates/common.yaml diff --git a/stable/guacd/2.0.39/values.yaml b/stable/gaps/11.0.39/values.yaml similarity index 100% rename from stable/guacd/2.0.39/values.yaml rename to stable/gaps/11.0.39/values.yaml diff --git a/stable/gitea/9.0.24/CHANGELOG.md b/stable/gitea/9.0.24/CHANGELOG.md deleted file mode 100644 index 7203705afd8..00000000000 --- a/stable/gitea/9.0.24/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gitea-9.0.24](https://github.com/truecharts/charts/compare/gitea-9.0.23...gitea-9.0.24) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [gitea-9.0.23](https://github.com/truecharts/charts/compare/gitea-9.0.22...gitea-9.0.23) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gitea-9.0.22](https://github.com/truecharts/charts/compare/gitea-9.0.21...gitea-9.0.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gitea-9.0.22](https://github.com/truecharts/charts/compare/gitea-9.0.21...gitea-9.0.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gitea-9.0.21](https://github.com/truecharts/charts/compare/gitea-9.0.20...gitea-9.0.21) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gitea-9.0.19](https://github.com/truecharts/charts/compare/gitea-9.0.18...gitea-9.0.19) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gitea-9.0.18](https://github.com/truecharts/charts/compare/gitea-9.0.17...gitea-9.0.18) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gitea-9.0.17](https://github.com/truecharts/charts/compare/gitea-9.0.16...gitea-9.0.17) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/gitea/9.0.24/Chart.lock b/stable/gitea/9.0.24/Chart.lock deleted file mode 100644 index 1f15ed00d6a..00000000000 --- a/stable/gitea/9.0.24/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: memcached - repository: https://charts.truecharts.org/ - version: 3.0.93 -digest: sha256:f84cafe1bd45806c20f767dd8dea034d46354b4cafea17723e4ee0d76e6eda95 -generated: "2022-10-16T09:55:24.927819049Z" diff --git a/stable/gitea/9.0.24/Chart.yaml b/stable/gitea/9.0.24/Chart.yaml deleted file mode 100644 index 240f1896df4..00000000000 --- a/stable/gitea/9.0.24/Chart.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: v2 -appVersion: "1.17.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: memcached.enabled - name: memcached - repository: https://charts.truecharts.org/ - version: 3.0.93 -deprecated: false -description: Self hosted GIT repositories -home: https://truecharts.org/docs/charts/stable/gitea -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png -keywords: - - git - - issue tracker - - code review - - wiki - - gitea - - gogs -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: gitea -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/gitea - - https://gitea.com/gitea/helm-chart - - https://github.com/go-gitea/gitea - - https://hub.docker.com/r/gitea/gitea/ -type: application -version: 9.0.24 -annotations: - truecharts.org/catagories: | - - GIT - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/gitea/9.0.24/README.md b/stable/gitea/9.0.24/README.md deleted file mode 100644 index 273eb218210..00000000000 --- a/stable/gitea/9.0.24/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# gitea - -Self hosted GIT repositories - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gitea](https://truecharts.org/docs/charts/stable/gitea) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | memcached | 3.0.93 | -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gitea` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gitea TrueCharts/gitea -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gitea` deployment - -```console -helm uninstall gitea -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gitea \ - --set env.TZ="America/New York" \ - TrueCharts/gitea -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gitea TrueCharts/gitea -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/gitea/9.0.24/charts/common-10.7.0.tgz b/stable/gitea/9.0.24/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/gitea/9.0.24/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/gitea/9.0.24/charts/memcached-3.0.93.tgz b/stable/gitea/9.0.24/charts/memcached-3.0.93.tgz deleted file mode 100644 index 76698962a5b..00000000000 Binary files a/stable/gitea/9.0.24/charts/memcached-3.0.93.tgz and /dev/null differ diff --git a/stable/gitea/9.0.24/charts/postgresql-8.0.97.tgz b/stable/gitea/9.0.24/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/gitea/9.0.24/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/gitea/9.0.25/CHANGELOG.md b/stable/gitea/9.0.25/CHANGELOG.md new file mode 100644 index 00000000000..7f6dae81d2c --- /dev/null +++ b/stable/gitea/9.0.25/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gitea-9.0.25](https://github.com/truecharts/charts/compare/gitea-9.0.24...gitea-9.0.25) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gitea-9.0.24](https://github.com/truecharts/charts/compare/gitea-9.0.23...gitea-9.0.24) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [gitea-9.0.23](https://github.com/truecharts/charts/compare/gitea-9.0.22...gitea-9.0.23) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gitea-9.0.22](https://github.com/truecharts/charts/compare/gitea-9.0.21...gitea-9.0.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gitea-9.0.22](https://github.com/truecharts/charts/compare/gitea-9.0.21...gitea-9.0.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gitea-9.0.21](https://github.com/truecharts/charts/compare/gitea-9.0.20...gitea-9.0.21) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gitea-9.0.19](https://github.com/truecharts/charts/compare/gitea-9.0.18...gitea-9.0.19) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gitea-9.0.18](https://github.com/truecharts/charts/compare/gitea-9.0.17...gitea-9.0.18) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gitea-9.0.17](https://github.com/truecharts/charts/compare/gitea-9.0.16...gitea-9.0.17) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/gitea/9.0.25/Chart.lock b/stable/gitea/9.0.25/Chart.lock new file mode 100644 index 00000000000..d35d0305ac4 --- /dev/null +++ b/stable/gitea/9.0.25/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: memcached + repository: https://charts.truecharts.org/ + version: 3.0.96 +digest: sha256:a237473dc077902cf840a356c6f4edad2e2d3c6e1abe4883a20ef068a4d8d594 +generated: "2022-10-19T13:13:35.092995319Z" diff --git a/stable/gitea/9.0.25/Chart.yaml b/stable/gitea/9.0.25/Chart.yaml new file mode 100644 index 00000000000..52776ae70da --- /dev/null +++ b/stable/gitea/9.0.25/Chart.yaml @@ -0,0 +1,43 @@ +apiVersion: v2 +appVersion: "1.17.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: memcached.enabled + name: memcached + repository: https://charts.truecharts.org/ + version: 3.0.96 +deprecated: false +description: Self hosted GIT repositories +home: https://truecharts.org/docs/charts/stable/gitea +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.png +keywords: + - git + - issue tracker + - code review + - wiki + - gitea + - gogs +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gitea +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gitea + - https://gitea.com/gitea/helm-chart + - https://github.com/go-gitea/gitea + - https://hub.docker.com/r/gitea/gitea/ +type: application +version: 9.0.25 +annotations: + truecharts.org/catagories: | + - GIT + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/gitea/9.0.25/README.md b/stable/gitea/9.0.25/README.md new file mode 100644 index 00000000000..d2e7b08ba64 --- /dev/null +++ b/stable/gitea/9.0.25/README.md @@ -0,0 +1,110 @@ +# gitea + +Self hosted GIT repositories + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gitea](https://truecharts.org/docs/charts/stable/gitea) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | memcached | 3.0.96 | +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gitea` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gitea TrueCharts/gitea +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gitea` deployment + +```console +helm uninstall gitea +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gitea \ + --set env.TZ="America/New York" \ + TrueCharts/gitea +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gitea TrueCharts/gitea -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/gitea/9.0.24/app-readme.md b/stable/gitea/9.0.25/app-readme.md similarity index 100% rename from stable/gitea/9.0.24/app-readme.md rename to stable/gitea/9.0.25/app-readme.md diff --git a/stable/gitea/9.0.25/charts/common-10.7.1.tgz b/stable/gitea/9.0.25/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/gitea/9.0.25/charts/common-10.7.1.tgz differ diff --git a/stable/gitea/9.0.25/charts/memcached-3.0.96.tgz b/stable/gitea/9.0.25/charts/memcached-3.0.96.tgz new file mode 100644 index 00000000000..d574d0ed9ba Binary files /dev/null and b/stable/gitea/9.0.25/charts/memcached-3.0.96.tgz differ diff --git a/stable/gitea/9.0.25/charts/postgresql-8.0.101.tgz b/stable/gitea/9.0.25/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/gitea/9.0.25/charts/postgresql-8.0.101.tgz differ diff --git a/stable/gitea/9.0.24/ci/basic-values.yaml b/stable/gitea/9.0.25/ci/basic-values.yaml similarity index 100% rename from stable/gitea/9.0.24/ci/basic-values.yaml rename to stable/gitea/9.0.25/ci/basic-values.yaml diff --git a/stable/gitea/9.0.24/ci/ingress-values.yaml b/stable/gitea/9.0.25/ci/ingress-values.yaml similarity index 100% rename from stable/gitea/9.0.24/ci/ingress-values.yaml rename to stable/gitea/9.0.25/ci/ingress-values.yaml diff --git a/stable/gitea/9.0.24/ix_values.yaml b/stable/gitea/9.0.25/ix_values.yaml similarity index 100% rename from stable/gitea/9.0.24/ix_values.yaml rename to stable/gitea/9.0.25/ix_values.yaml diff --git a/stable/gitea/9.0.24/questions.yaml b/stable/gitea/9.0.25/questions.yaml similarity index 100% rename from stable/gitea/9.0.24/questions.yaml rename to stable/gitea/9.0.25/questions.yaml diff --git a/stable/gitea/9.0.24/templates/_configmap.tpl b/stable/gitea/9.0.25/templates/_configmap.tpl similarity index 100% rename from stable/gitea/9.0.24/templates/_configmap.tpl rename to stable/gitea/9.0.25/templates/_configmap.tpl diff --git a/stable/gitea/9.0.24/templates/_secrets.tpl b/stable/gitea/9.0.25/templates/_secrets.tpl similarity index 100% rename from stable/gitea/9.0.24/templates/_secrets.tpl rename to stable/gitea/9.0.25/templates/_secrets.tpl diff --git a/stable/gitea/9.0.24/templates/common.yaml b/stable/gitea/9.0.25/templates/common.yaml similarity index 100% rename from stable/gitea/9.0.24/templates/common.yaml rename to stable/gitea/9.0.25/templates/common.yaml diff --git a/stable/habridge/2.0.35/values.yaml b/stable/gitea/9.0.25/values.yaml similarity index 100% rename from stable/habridge/2.0.35/values.yaml rename to stable/gitea/9.0.25/values.yaml diff --git a/stable/golinks/4.0.35/CHANGELOG.md b/stable/golinks/4.0.35/CHANGELOG.md deleted file mode 100644 index 612b9c57da7..00000000000 --- a/stable/golinks/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [golinks-4.0.35](https://github.com/truecharts/charts/compare/golinks-4.0.34...golinks-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [golinks-4.0.34](https://github.com/truecharts/charts/compare/golinks-4.0.33...golinks-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [golinks-4.0.34](https://github.com/truecharts/charts/compare/golinks-4.0.33...golinks-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [golinks-4.0.33](https://github.com/truecharts/charts/compare/golinks-4.0.32...golinks-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [golinks-4.0.32](https://github.com/truecharts/charts/compare/golinks-4.0.31...golinks-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [golinks-4.0.31](https://github.com/truecharts/charts/compare/golinks-4.0.30...golinks-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [golinks-4.0.30](https://github.com/truecharts/charts/compare/golinks-4.0.29...golinks-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [golinks-4.0.30](https://github.com/truecharts/charts/compare/golinks-4.0.29...golinks-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/golinks/4.0.35/Chart.lock b/stable/golinks/4.0.35/Chart.lock deleted file mode 100644 index 031dd4594cb..00000000000 --- a/stable/golinks/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:29:00.159768056Z" diff --git a/stable/golinks/4.0.35/Chart.yaml b/stable/golinks/4.0.35/Chart.yaml deleted file mode 100644 index 4b127f68d25..00000000000 --- a/stable/golinks/4.0.35/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "154c581" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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://truecharts.org/docs/charts/stable/golinks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png -keywords: - - search - - browser - - bookmarks - - smart-bookmarks - - golinks -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: golinks -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/golinks - - https://github.com/prologic/golinks - - https://github.com/nicholaswilde/docker-golinks -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/golinks/4.0.35/README.md b/stable/golinks/4.0.35/README.md deleted file mode 100644 index 4e229c5b9a5..00000000000 --- a/stable/golinks/4.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# golinks - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [golinks](https://truecharts.org/docs/charts/stable/golinks) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `golinks` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install golinks TrueCharts/golinks -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `golinks` deployment - -```console -helm uninstall golinks -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install golinks \ - --set env.TZ="America/New York" \ - TrueCharts/golinks -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install golinks TrueCharts/golinks -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/golinks/4.0.35/charts/common-10.7.0.tgz b/stable/golinks/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/golinks/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/golinks/4.0.36/CHANGELOG.md b/stable/golinks/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..a36becb33a4 --- /dev/null +++ b/stable/golinks/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [golinks-4.0.36](https://github.com/truecharts/charts/compare/golinks-4.0.35...golinks-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [golinks-4.0.35](https://github.com/truecharts/charts/compare/golinks-4.0.34...golinks-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [golinks-4.0.34](https://github.com/truecharts/charts/compare/golinks-4.0.33...golinks-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [golinks-4.0.34](https://github.com/truecharts/charts/compare/golinks-4.0.33...golinks-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [golinks-4.0.33](https://github.com/truecharts/charts/compare/golinks-4.0.32...golinks-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [golinks-4.0.32](https://github.com/truecharts/charts/compare/golinks-4.0.31...golinks-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [golinks-4.0.31](https://github.com/truecharts/charts/compare/golinks-4.0.30...golinks-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [golinks-4.0.30](https://github.com/truecharts/charts/compare/golinks-4.0.29...golinks-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/golinks/4.0.36/Chart.lock b/stable/golinks/4.0.36/Chart.lock new file mode 100644 index 00000000000..931b78866ae --- /dev/null +++ b/stable/golinks/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:13:17.593187809Z" diff --git a/stable/golinks/4.0.36/Chart.yaml b/stable/golinks/4.0.36/Chart.yaml new file mode 100644 index 00000000000..f6c688e7342 --- /dev/null +++ b/stable/golinks/4.0.36/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "154c581" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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://truecharts.org/docs/charts/stable/golinks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.png +keywords: + - search + - browser + - bookmarks + - smart-bookmarks + - golinks +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: golinks +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/golinks + - https://github.com/prologic/golinks + - https://github.com/nicholaswilde/docker-golinks +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/golinks/4.0.36/README.md b/stable/golinks/4.0.36/README.md new file mode 100644 index 00000000000..90e219e6351 --- /dev/null +++ b/stable/golinks/4.0.36/README.md @@ -0,0 +1,107 @@ +# golinks + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [golinks](https://truecharts.org/docs/charts/stable/golinks) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `golinks` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install golinks TrueCharts/golinks +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `golinks` deployment + +```console +helm uninstall golinks +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install golinks \ + --set env.TZ="America/New York" \ + TrueCharts/golinks +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install golinks TrueCharts/golinks -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/golinks/4.0.35/app-readme.md b/stable/golinks/4.0.36/app-readme.md similarity index 100% rename from stable/golinks/4.0.35/app-readme.md rename to stable/golinks/4.0.36/app-readme.md diff --git a/stable/golinks/4.0.36/charts/common-10.7.1.tgz b/stable/golinks/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/golinks/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/golinks/4.0.35/ix_values.yaml b/stable/golinks/4.0.36/ix_values.yaml similarity index 100% rename from stable/golinks/4.0.35/ix_values.yaml rename to stable/golinks/4.0.36/ix_values.yaml diff --git a/stable/golinks/4.0.35/questions.yaml b/stable/golinks/4.0.36/questions.yaml similarity index 100% rename from stable/golinks/4.0.35/questions.yaml rename to stable/golinks/4.0.36/questions.yaml diff --git a/stable/golinks/4.0.35/templates/common.yaml b/stable/golinks/4.0.36/templates/common.yaml similarity index 100% rename from stable/golinks/4.0.35/templates/common.yaml rename to stable/golinks/4.0.36/templates/common.yaml diff --git a/stable/hammond/2.0.37/values.yaml b/stable/golinks/4.0.36/values.yaml similarity index 100% rename from stable/hammond/2.0.37/values.yaml rename to stable/golinks/4.0.36/values.yaml diff --git a/stable/gonic/6.0.38/CHANGELOG.md b/stable/gonic/6.0.38/CHANGELOG.md deleted file mode 100644 index 82564a6005d..00000000000 --- a/stable/gonic/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gonic-6.0.38](https://github.com/truecharts/charts/compare/gonic-6.0.37...gonic-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gonic-6.0.37](https://github.com/truecharts/charts/compare/gonic-6.0.36...gonic-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gonic-6.0.37](https://github.com/truecharts/charts/compare/gonic-6.0.36...gonic-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gonic-6.0.36](https://github.com/truecharts/charts/compare/gonic-6.0.35...gonic-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gonic-6.0.35](https://github.com/truecharts/charts/compare/gonic-6.0.34...gonic-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gonic-6.0.34](https://github.com/truecharts/charts/compare/gonic-6.0.33...gonic-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gonic-6.0.33](https://github.com/truecharts/charts/compare/gonic-6.0.32...gonic-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [gonic-6.0.33](https://github.com/truecharts/charts/compare/gonic-6.0.32...gonic-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/gonic/6.0.38/Chart.lock b/stable/gonic/6.0.38/Chart.lock deleted file mode 100644 index 6ed4bd3b7c1..00000000000 --- a/stable/gonic/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:29:10.553435081Z" diff --git a/stable/gonic/6.0.38/Chart.yaml b/stable/gonic/6.0.38/Chart.yaml deleted file mode 100644 index 766b7be1607..00000000000 --- a/stable/gonic/6.0.38/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.14.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Music streaming server / subsonic server API implementation -home: https://truecharts.org/docs/charts/stable/gonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png -keywords: - - music - - subsonic -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: gonic -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/gonic - - https://github.com/sentriz/gonic - - https://hub.docker.com/r/sentriz/gonic -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/gonic/6.0.38/README.md b/stable/gonic/6.0.38/README.md deleted file mode 100644 index 66dc3c677a8..00000000000 --- a/stable/gonic/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# gonic - -Music streaming server / subsonic server API implementation - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gonic](https://truecharts.org/docs/charts/stable/gonic) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gonic` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gonic TrueCharts/gonic -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gonic` deployment - -```console -helm uninstall gonic -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gonic \ - --set env.TZ="America/New York" \ - TrueCharts/gonic -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gonic TrueCharts/gonic -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/gonic/6.0.38/charts/common-10.7.0.tgz b/stable/gonic/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/gonic/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/gonic/6.0.39/CHANGELOG.md b/stable/gonic/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..a9aeb9c8f63 --- /dev/null +++ b/stable/gonic/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gonic-6.0.39](https://github.com/truecharts/charts/compare/gonic-6.0.38...gonic-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gonic-6.0.38](https://github.com/truecharts/charts/compare/gonic-6.0.37...gonic-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gonic-6.0.37](https://github.com/truecharts/charts/compare/gonic-6.0.36...gonic-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gonic-6.0.37](https://github.com/truecharts/charts/compare/gonic-6.0.36...gonic-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gonic-6.0.36](https://github.com/truecharts/charts/compare/gonic-6.0.35...gonic-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gonic-6.0.35](https://github.com/truecharts/charts/compare/gonic-6.0.34...gonic-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gonic-6.0.34](https://github.com/truecharts/charts/compare/gonic-6.0.33...gonic-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gonic-6.0.33](https://github.com/truecharts/charts/compare/gonic-6.0.32...gonic-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/gonic/6.0.39/Chart.lock b/stable/gonic/6.0.39/Chart.lock new file mode 100644 index 00000000000..c13d4d5e257 --- /dev/null +++ b/stable/gonic/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:13:27.34649034Z" diff --git a/stable/gonic/6.0.39/Chart.yaml b/stable/gonic/6.0.39/Chart.yaml new file mode 100644 index 00000000000..b5b8b368fe8 --- /dev/null +++ b/stable/gonic/6.0.39/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.14.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Music streaming server / subsonic server API implementation +home: https://truecharts.org/docs/charts/stable/gonic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.png +keywords: + - music + - subsonic +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: gonic +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gonic + - https://github.com/sentriz/gonic + - https://hub.docker.com/r/sentriz/gonic +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/gonic/6.0.39/README.md b/stable/gonic/6.0.39/README.md new file mode 100644 index 00000000000..c36a45cecb4 --- /dev/null +++ b/stable/gonic/6.0.39/README.md @@ -0,0 +1,107 @@ +# gonic + +Music streaming server / subsonic server API implementation + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gonic](https://truecharts.org/docs/charts/stable/gonic) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gonic` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gonic TrueCharts/gonic +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gonic` deployment + +```console +helm uninstall gonic +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gonic \ + --set env.TZ="America/New York" \ + TrueCharts/gonic +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gonic TrueCharts/gonic -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/gonic/6.0.38/app-readme.md b/stable/gonic/6.0.39/app-readme.md similarity index 100% rename from stable/gonic/6.0.38/app-readme.md rename to stable/gonic/6.0.39/app-readme.md diff --git a/stable/gonic/6.0.39/charts/common-10.7.1.tgz b/stable/gonic/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/gonic/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/gonic/6.0.38/ci/ct-values.yaml b/stable/gonic/6.0.39/ci/ct-values.yaml similarity index 100% rename from stable/gonic/6.0.38/ci/ct-values.yaml rename to stable/gonic/6.0.39/ci/ct-values.yaml diff --git a/stable/gonic/6.0.38/ix_values.yaml b/stable/gonic/6.0.39/ix_values.yaml similarity index 100% rename from stable/gonic/6.0.38/ix_values.yaml rename to stable/gonic/6.0.39/ix_values.yaml diff --git a/stable/gonic/6.0.38/questions.yaml b/stable/gonic/6.0.39/questions.yaml similarity index 100% rename from stable/gonic/6.0.38/questions.yaml rename to stable/gonic/6.0.39/questions.yaml diff --git a/stable/homepage/0.0.12/templates/common.yaml b/stable/gonic/6.0.39/templates/common.yaml similarity index 100% rename from stable/homepage/0.0.12/templates/common.yaml rename to stable/gonic/6.0.39/templates/common.yaml diff --git a/stable/haste-server/6.0.38/values.yaml b/stable/gonic/6.0.39/values.yaml similarity index 100% rename from stable/haste-server/6.0.38/values.yaml rename to stable/gonic/6.0.39/values.yaml diff --git a/stable/gotify/8.0.46/CHANGELOG.md b/stable/gotify/8.0.46/CHANGELOG.md deleted file mode 100644 index 0984c6aca20..00000000000 --- a/stable/gotify/8.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [gotify-8.0.46](https://github.com/truecharts/charts/compare/gotify-8.0.45...gotify-8.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [gotify-8.0.45](https://github.com/truecharts/charts/compare/gotify-8.0.44...gotify-8.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gotify-8.0.45](https://github.com/truecharts/charts/compare/gotify-8.0.44...gotify-8.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [gotify-8.0.44](https://github.com/truecharts/charts/compare/gotify-8.0.43...gotify-8.0.44) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [gotify-8.0.42](https://github.com/truecharts/charts/compare/gotify-8.0.41...gotify-8.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [gotify-8.0.41](https://github.com/truecharts/charts/compare/gotify-8.0.40...gotify-8.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [gotify-8.0.40](https://github.com/truecharts/charts/compare/gotify-8.0.39...gotify-8.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [gotify-8.0.40](https://github.com/truecharts/charts/compare/gotify-8.0.39...gotify-8.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/gotify/8.0.46/Chart.lock b/stable/gotify/8.0.46/Chart.lock deleted file mode 100644 index 37adc97c2a8..00000000000 --- a/stable/gotify/8.0.46/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:29:40.900038918Z" diff --git a/stable/gotify/8.0.46/Chart.yaml b/stable/gotify/8.0.46/Chart.yaml deleted file mode 100644 index 68c5ba53a3f..00000000000 --- a/stable/gotify/8.0.46/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "2.1.7" -version: 8.0.46 -kubeVersion: ">=1.16.0-0" -name: gotify -description: a simple server for sending and receiving messages -type: application -home: https://truecharts.org/docs/charts/stable/gotify -keywords: - - server - - gotify - - messages -icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/gotify - - https://gotify.net/ - - https://github.com/gotify/server - - https://hub.docker.com/r/gotify/server -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/gotify/8.0.46/README.md b/stable/gotify/8.0.46/README.md deleted file mode 100644 index fa197a4bcd0..00000000000 --- a/stable/gotify/8.0.46/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# gotify - -a simple server for sending and receiving messages - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [gotify](https://truecharts.org/docs/charts/stable/gotify) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `gotify` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install gotify TrueCharts/gotify -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `gotify` deployment - -```console -helm uninstall gotify -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install gotify \ - --set env.TZ="America/New York" \ - TrueCharts/gotify -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install gotify TrueCharts/gotify -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/gotify/8.0.46/charts/common-10.7.0.tgz b/stable/gotify/8.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/gotify/8.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/gotify/8.0.46/charts/postgresql-8.0.97.tgz b/stable/gotify/8.0.46/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/gotify/8.0.46/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/gotify/8.0.47/CHANGELOG.md b/stable/gotify/8.0.47/CHANGELOG.md new file mode 100644 index 00000000000..74da2c130e9 --- /dev/null +++ b/stable/gotify/8.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [gotify-8.0.47](https://github.com/truecharts/charts/compare/gotify-8.0.46...gotify-8.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [gotify-8.0.46](https://github.com/truecharts/charts/compare/gotify-8.0.45...gotify-8.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [gotify-8.0.45](https://github.com/truecharts/charts/compare/gotify-8.0.44...gotify-8.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gotify-8.0.45](https://github.com/truecharts/charts/compare/gotify-8.0.44...gotify-8.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [gotify-8.0.44](https://github.com/truecharts/charts/compare/gotify-8.0.43...gotify-8.0.44) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [gotify-8.0.42](https://github.com/truecharts/charts/compare/gotify-8.0.41...gotify-8.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [gotify-8.0.41](https://github.com/truecharts/charts/compare/gotify-8.0.40...gotify-8.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [gotify-8.0.40](https://github.com/truecharts/charts/compare/gotify-8.0.39...gotify-8.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/gotify/8.0.47/Chart.lock b/stable/gotify/8.0.47/Chart.lock new file mode 100644 index 00000000000..3d8a48ecc93 --- /dev/null +++ b/stable/gotify/8.0.47/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:14:01.273331549Z" diff --git a/stable/gotify/8.0.47/Chart.yaml b/stable/gotify/8.0.47/Chart.yaml new file mode 100644 index 00000000000..5b84e411203 --- /dev/null +++ b/stable/gotify/8.0.47/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "2.1.7" +version: 8.0.47 +kubeVersion: ">=1.16.0-0" +name: gotify +description: a simple server for sending and receiving messages +type: application +home: https://truecharts.org/docs/charts/stable/gotify +keywords: + - server + - gotify + - messages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/gotify + - https://gotify.net/ + - https://github.com/gotify/server + - https://hub.docker.com/r/gotify/server +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/gotify/8.0.47/README.md b/stable/gotify/8.0.47/README.md new file mode 100644 index 00000000000..33408d84009 --- /dev/null +++ b/stable/gotify/8.0.47/README.md @@ -0,0 +1,109 @@ +# gotify + +a simple server for sending and receiving messages + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [gotify](https://truecharts.org/docs/charts/stable/gotify) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `gotify` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install gotify TrueCharts/gotify +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `gotify` deployment + +```console +helm uninstall gotify +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install gotify \ + --set env.TZ="America/New York" \ + TrueCharts/gotify +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install gotify TrueCharts/gotify -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/gotify/8.0.46/app-readme.md b/stable/gotify/8.0.47/app-readme.md similarity index 100% rename from stable/gotify/8.0.46/app-readme.md rename to stable/gotify/8.0.47/app-readme.md diff --git a/stable/gotify/8.0.47/charts/common-10.7.1.tgz b/stable/gotify/8.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/gotify/8.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/gotify/8.0.47/charts/postgresql-8.0.101.tgz b/stable/gotify/8.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/gotify/8.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/gotify/8.0.46/ix_values.yaml b/stable/gotify/8.0.47/ix_values.yaml similarity index 100% rename from stable/gotify/8.0.46/ix_values.yaml rename to stable/gotify/8.0.47/ix_values.yaml diff --git a/stable/gotify/8.0.46/questions.yaml b/stable/gotify/8.0.47/questions.yaml similarity index 100% rename from stable/gotify/8.0.46/questions.yaml rename to stable/gotify/8.0.47/questions.yaml diff --git a/stable/gotify/8.0.46/templates/_configmap.tpl b/stable/gotify/8.0.47/templates/_configmap.tpl similarity index 100% rename from stable/gotify/8.0.46/templates/_configmap.tpl rename to stable/gotify/8.0.47/templates/_configmap.tpl diff --git a/stable/gotify/8.0.46/templates/common.yaml b/stable/gotify/8.0.47/templates/common.yaml similarity index 100% rename from stable/gotify/8.0.46/templates/common.yaml rename to stable/gotify/8.0.47/templates/common.yaml diff --git a/stable/headphones/4.0.35/values.yaml b/stable/gotify/8.0.47/values.yaml similarity index 100% rename from stable/headphones/4.0.35/values.yaml rename to stable/gotify/8.0.47/values.yaml diff --git a/stable/grafana/4.0.75/CHANGELOG.md b/stable/grafana/4.0.75/CHANGELOG.md deleted file mode 100644 index e29906fc39d..00000000000 --- a/stable/grafana/4.0.75/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [grafana-4.0.75](https://github.com/truecharts/charts/compare/grafana-4.0.74...grafana-4.0.75) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [grafana-4.0.74](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.30...grafana-4.0.74) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [grafana-4.0.73](https://github.com/truecharts/charts/compare/grafana-4.0.72...grafana-4.0.73) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [grafana-4.0.72](https://github.com/truecharts/charts/compare/grafana-4.0.71...grafana-4.0.72) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [grafana-4.0.71](https://github.com/truecharts/charts/compare/grafana-4.0.70...grafana-4.0.71) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grafana-4.0.71](https://github.com/truecharts/charts/compare/grafana-4.0.70...grafana-4.0.71) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grafana-4.0.70](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-4.0.70) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [grafana-4.0.69](https://github.com/truecharts/charts/compare/grafana-4.0.68...grafana-4.0.69) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grafana-4.0.68](https://github.com/truecharts/charts/compare/grafana-4.0.67...grafana-4.0.68) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [grafana-4.0.67](https://github.com/truecharts/charts/compare/grafana-4.0.66...grafana-4.0.67) (2022-10-01) - -### Chore diff --git a/stable/grafana/4.0.75/Chart.lock b/stable/grafana/4.0.75/Chart.lock deleted file mode 100644 index 84057dd0ff2..00000000000 --- a/stable/grafana/4.0.75/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:55:09.887095055Z" diff --git a/stable/grafana/4.0.75/Chart.yaml b/stable/grafana/4.0.75/Chart.yaml deleted file mode 100644 index 0208f83e595..00000000000 --- a/stable/grafana/4.0.75/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "9.1.7" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. -home: https://truecharts.org/docs/charts/stable/grafana -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png -keywords: - - analytics - - monitoring - - metrics - - logs -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: grafana -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/grafana - - https://github.com/bitnami/bitnami-docker-grafana - - https://grafana.com/ -type: application -version: 4.0.75 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/grafana/4.0.75/README.md b/stable/grafana/4.0.75/README.md deleted file mode 100644 index d143afa1bd5..00000000000 --- a/stable/grafana/4.0.75/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# grafana - -Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [grafana](https://truecharts.org/docs/charts/stable/grafana) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `grafana` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install grafana TrueCharts/grafana -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `grafana` deployment - -```console -helm uninstall grafana -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install grafana \ - --set env.TZ="America/New York" \ - TrueCharts/grafana -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install grafana TrueCharts/grafana -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/grafana/4.0.75/charts/common-10.7.0.tgz b/stable/grafana/4.0.75/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/grafana/4.0.75/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/grafana/4.0.76/CHANGELOG.md b/stable/grafana/4.0.76/CHANGELOG.md new file mode 100644 index 00000000000..8f6b6666181 --- /dev/null +++ b/stable/grafana/4.0.76/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [grafana-4.0.76](https://github.com/truecharts/charts/compare/grafana-4.0.75...grafana-4.0.76) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [grafana-4.0.75](https://github.com/truecharts/charts/compare/grafana-4.0.74...grafana-4.0.75) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [grafana-4.0.74](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.30...grafana-4.0.74) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [grafana-4.0.73](https://github.com/truecharts/charts/compare/grafana-4.0.72...grafana-4.0.73) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [grafana-4.0.72](https://github.com/truecharts/charts/compare/grafana-4.0.71...grafana-4.0.72) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [grafana-4.0.71](https://github.com/truecharts/charts/compare/grafana-4.0.70...grafana-4.0.71) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grafana-4.0.71](https://github.com/truecharts/charts/compare/grafana-4.0.70...grafana-4.0.71) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grafana-4.0.70](https://github.com/truecharts/charts/compare/grafana-image-renderer-0.0.28...grafana-4.0.70) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [grafana-4.0.69](https://github.com/truecharts/charts/compare/grafana-4.0.68...grafana-4.0.69) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grafana-4.0.68](https://github.com/truecharts/charts/compare/grafana-4.0.67...grafana-4.0.68) (2022-10-04) + +### Chore + diff --git a/stable/grafana/4.0.76/Chart.lock b/stable/grafana/4.0.76/Chart.lock new file mode 100644 index 00000000000..e902dba4218 --- /dev/null +++ b/stable/grafana/4.0.76/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:13:59.028747919Z" diff --git a/stable/grafana/4.0.76/Chart.yaml b/stable/grafana/4.0.76/Chart.yaml new file mode 100644 index 00000000000..03357f0397e --- /dev/null +++ b/stable/grafana/4.0.76/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "9.1.7" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. +home: https://truecharts.org/docs/charts/stable/grafana +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png +keywords: + - analytics + - monitoring + - metrics + - logs +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grafana +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grafana + - https://github.com/bitnami/bitnami-docker-grafana + - https://grafana.com/ +type: application +version: 4.0.76 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/grafana/4.0.76/README.md b/stable/grafana/4.0.76/README.md new file mode 100644 index 00000000000..692dbd72791 --- /dev/null +++ b/stable/grafana/4.0.76/README.md @@ -0,0 +1,107 @@ +# grafana + +Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [grafana](https://truecharts.org/docs/charts/stable/grafana) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `grafana` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install grafana TrueCharts/grafana +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `grafana` deployment + +```console +helm uninstall grafana +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install grafana \ + --set env.TZ="America/New York" \ + TrueCharts/grafana +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install grafana TrueCharts/grafana -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/grafana/4.0.75/app-readme.md b/stable/grafana/4.0.76/app-readme.md similarity index 100% rename from stable/grafana/4.0.75/app-readme.md rename to stable/grafana/4.0.76/app-readme.md diff --git a/stable/grafana/4.0.76/charts/common-10.7.1.tgz b/stable/grafana/4.0.76/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/grafana/4.0.76/charts/common-10.7.1.tgz differ diff --git a/stable/grafana/4.0.75/ix_values.yaml b/stable/grafana/4.0.76/ix_values.yaml similarity index 100% rename from stable/grafana/4.0.75/ix_values.yaml rename to stable/grafana/4.0.76/ix_values.yaml diff --git a/stable/grafana/4.0.75/questions.yaml b/stable/grafana/4.0.76/questions.yaml similarity index 100% rename from stable/grafana/4.0.75/questions.yaml rename to stable/grafana/4.0.76/questions.yaml diff --git a/stable/homer/2.0.43/templates/common.yaml b/stable/grafana/4.0.76/templates/common.yaml similarity index 100% rename from stable/homer/2.0.43/templates/common.yaml rename to stable/grafana/4.0.76/templates/common.yaml diff --git a/stable/grafana/4.0.75/templates/prometheusrules.yaml b/stable/grafana/4.0.76/templates/prometheusrules.yaml similarity index 100% rename from stable/grafana/4.0.75/templates/prometheusrules.yaml rename to stable/grafana/4.0.76/templates/prometheusrules.yaml diff --git a/stable/grafana/4.0.75/templates/servicemonitor.yaml b/stable/grafana/4.0.76/templates/servicemonitor.yaml similarity index 100% rename from stable/grafana/4.0.75/templates/servicemonitor.yaml rename to stable/grafana/4.0.76/templates/servicemonitor.yaml diff --git a/stable/healthchecks/7.0.37/values.yaml b/stable/grafana/4.0.76/values.yaml similarity index 100% rename from stable/healthchecks/7.0.37/values.yaml rename to stable/grafana/4.0.76/values.yaml diff --git a/stable/grav/4.0.35/CHANGELOG.md b/stable/grav/4.0.35/CHANGELOG.md deleted file mode 100644 index 4189ec17b75..00000000000 --- a/stable/grav/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [grav-4.0.35](https://github.com/truecharts/charts/compare/grav-4.0.34...grav-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [grav-4.0.34](https://github.com/truecharts/charts/compare/grav-4.0.33...grav-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grav-4.0.34](https://github.com/truecharts/charts/compare/grav-4.0.33...grav-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grav-4.0.33](https://github.com/truecharts/charts/compare/grav-4.0.32...grav-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [grav-4.0.32](https://github.com/truecharts/charts/compare/grav-4.0.31...grav-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [grav-4.0.31](https://github.com/truecharts/charts/compare/grav-4.0.30...grav-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [grav-4.0.30](https://github.com/truecharts/charts/compare/grav-4.0.29...grav-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [grav-4.0.30](https://github.com/truecharts/charts/compare/grav-4.0.29...grav-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/grav/4.0.35/Chart.lock b/stable/grav/4.0.35/Chart.lock deleted file mode 100644 index 2aab90b0553..00000000000 --- a/stable/grav/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:29:50.358698571Z" diff --git a/stable/grav/4.0.35/Chart.yaml b/stable/grav/4.0.35/Chart.yaml deleted file mode 100644 index 3b0188c03e7..00000000000 --- a/stable/grav/4.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.7.18" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A Fast, Simple, and Flexible, file-based Web-platform. -home: https://truecharts.org/docs/charts/stable/grav -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png -keywords: - - grav - - web - - platform - - file -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: grav -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/grav - - https://github.com/linuxserver/docker-grav - - https://github.com/getgrav/grav/ -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/grav/4.0.35/README.md b/stable/grav/4.0.35/README.md deleted file mode 100644 index 4fbcc68025e..00000000000 --- a/stable/grav/4.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# grav - -A Fast, Simple, and Flexible, file-based Web-platform. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [grav](https://truecharts.org/docs/charts/stable/grav) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `grav` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install grav TrueCharts/grav -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `grav` deployment - -```console -helm uninstall grav -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install grav \ - --set env.TZ="America/New York" \ - TrueCharts/grav -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install grav TrueCharts/grav -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/grav/4.0.35/charts/common-10.7.0.tgz b/stable/grav/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/grav/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/grav/4.0.36/CHANGELOG.md b/stable/grav/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..60968de720b --- /dev/null +++ b/stable/grav/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [grav-4.0.36](https://github.com/truecharts/charts/compare/grav-4.0.35...grav-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [grav-4.0.35](https://github.com/truecharts/charts/compare/grav-4.0.34...grav-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [grav-4.0.34](https://github.com/truecharts/charts/compare/grav-4.0.33...grav-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grav-4.0.34](https://github.com/truecharts/charts/compare/grav-4.0.33...grav-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grav-4.0.33](https://github.com/truecharts/charts/compare/grav-4.0.32...grav-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [grav-4.0.32](https://github.com/truecharts/charts/compare/grav-4.0.31...grav-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [grav-4.0.31](https://github.com/truecharts/charts/compare/grav-4.0.30...grav-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [grav-4.0.30](https://github.com/truecharts/charts/compare/grav-4.0.29...grav-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/grav/4.0.36/Chart.lock b/stable/grav/4.0.36/Chart.lock new file mode 100644 index 00000000000..c03e134ceeb --- /dev/null +++ b/stable/grav/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:14:14.309327117Z" diff --git a/stable/grav/4.0.36/Chart.yaml b/stable/grav/4.0.36/Chart.yaml new file mode 100644 index 00000000000..7823dec20e6 --- /dev/null +++ b/stable/grav/4.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.7.18" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A Fast, Simple, and Flexible, file-based Web-platform. +home: https://truecharts.org/docs/charts/stable/grav +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.png +keywords: + - grav + - web + - platform + - file +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grav +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grav + - https://github.com/linuxserver/docker-grav + - https://github.com/getgrav/grav/ +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/grav/4.0.36/README.md b/stable/grav/4.0.36/README.md new file mode 100644 index 00000000000..e4fd04193cc --- /dev/null +++ b/stable/grav/4.0.36/README.md @@ -0,0 +1,107 @@ +# grav + +A Fast, Simple, and Flexible, file-based Web-platform. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [grav](https://truecharts.org/docs/charts/stable/grav) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `grav` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install grav TrueCharts/grav +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `grav` deployment + +```console +helm uninstall grav +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install grav \ + --set env.TZ="America/New York" \ + TrueCharts/grav +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install grav TrueCharts/grav -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/grav/4.0.35/app-readme.md b/stable/grav/4.0.36/app-readme.md similarity index 100% rename from stable/grav/4.0.35/app-readme.md rename to stable/grav/4.0.36/app-readme.md diff --git a/stable/grav/4.0.36/charts/common-10.7.1.tgz b/stable/grav/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/grav/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/grav/4.0.35/ix_values.yaml b/stable/grav/4.0.36/ix_values.yaml similarity index 100% rename from stable/grav/4.0.35/ix_values.yaml rename to stable/grav/4.0.36/ix_values.yaml diff --git a/stable/grav/4.0.35/questions.yaml b/stable/grav/4.0.36/questions.yaml similarity index 100% rename from stable/grav/4.0.35/questions.yaml rename to stable/grav/4.0.36/questions.yaml diff --git a/stable/grav/4.0.35/templates/common.yaml b/stable/grav/4.0.36/templates/common.yaml similarity index 100% rename from stable/grav/4.0.35/templates/common.yaml rename to stable/grav/4.0.36/templates/common.yaml diff --git a/stable/hedgedoc/4.0.56/values.yaml b/stable/grav/4.0.36/values.yaml similarity index 100% rename from stable/hedgedoc/4.0.56/values.yaml rename to stable/grav/4.0.36/values.yaml diff --git a/stable/grist/4.0.0/CHANGELOG.md b/stable/grist/4.0.0/CHANGELOG.md deleted file mode 100644 index 0592d9763f6..00000000000 --- a/stable/grist/4.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [grist-4.0.0](https://github.com/truecharts/charts/compare/grist-3.0.44...grist-4.0.0) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- BREAKING CHANGE - rework, adds postgres and more options ([#4106](https://github.com/truecharts/charts/issues/4106)) - - - - -## [grist-3.0.44](https://github.com/truecharts/charts/compare/grist-3.0.43...grist-3.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [grist-3.0.43](https://github.com/truecharts/charts/compare/grist-3.0.42...grist-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grist-3.0.43](https://github.com/truecharts/charts/compare/grist-3.0.42...grist-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [grist-3.0.42](https://github.com/truecharts/charts/compare/grist-3.0.41...grist-3.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [grist-3.0.40](https://github.com/truecharts/charts/compare/grist-3.0.39...grist-3.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [grist-3.0.39](https://github.com/truecharts/charts/compare/grist-3.0.38...grist-3.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [grist-3.0.38](https://github.com/truecharts/charts/compare/grist-3.0.37...grist-3.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/stable/grist/4.0.0/Chart.lock b/stable/grist/4.0.0/Chart.lock deleted file mode 100644 index 322785f70ac..00000000000 --- a/stable/grist/4.0.0/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-15T22:30:30.299555959Z" diff --git a/stable/grist/4.0.0/Chart.yaml b/stable/grist/4.0.0/Chart.yaml deleted file mode 100644 index f9c4d679d95..00000000000 --- a/stable/grist/4.0.0/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. -home: https://truecharts.org/docs/charts/stable/grist -icon: https://truecharts.org/img/hotlink-ok/chart-icons/grist.png -keywords: - - grist - - spreadsheet - - database -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: grist -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/grist - - https://hub.docker.com/r/gristlabs/grist - - https://github.com/gristlabs/grist-core - - https://support.getgrist.com/ -version: 4.0.0 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/grist/4.0.0/README.md b/stable/grist/4.0.0/README.md deleted file mode 100644 index 41c6885521c..00000000000 --- a/stable/grist/4.0.0/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# grist - -Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [grist](https://truecharts.org/docs/charts/stable/grist) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `grist` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install grist TrueCharts/grist -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `grist` deployment - -```console -helm uninstall grist -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install grist \ - --set env.TZ="America/New York" \ - TrueCharts/grist -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install grist TrueCharts/grist -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/grist/4.0.0/charts/common-10.7.0.tgz b/stable/grist/4.0.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/grist/4.0.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/grist/4.0.0/charts/postgresql-8.0.97.tgz b/stable/grist/4.0.0/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/grist/4.0.0/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/grist/4.0.0/charts/redis-3.0.94.tgz b/stable/grist/4.0.0/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/grist/4.0.0/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/grist/4.0.1/CHANGELOG.md b/stable/grist/4.0.1/CHANGELOG.md new file mode 100644 index 00000000000..7af73edb058 --- /dev/null +++ b/stable/grist/4.0.1/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hammond-2.0.38](https://github.com/truecharts/charts/compare/hammond-2.0.37...hammond-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hammond-2.0.37](https://github.com/truecharts/charts/compare/hammond-2.0.36...hammond-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hammond-2.0.35](https://github.com/truecharts/charts/compare/hammond-2.0.34...hammond-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hammond-2.0.34](https://github.com/truecharts/charts/compare/hammond-2.0.33...hammond-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hammond-2.0.33](https://github.com/truecharts/charts/compare/hammond-2.0.32...hammond-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hammond-2.0.32](https://github.com/truecharts/charts/compare/hammond-2.0.31...hammond-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/grist/4.0.1/Chart.lock b/stable/grist/4.0.1/Chart.lock new file mode 100644 index 00000000000..151ff74cfaa --- /dev/null +++ b/stable/grist/4.0.1/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:14:53.686201587Z" diff --git a/stable/grist/4.0.1/Chart.yaml b/stable/grist/4.0.1/Chart.yaml new file mode 100644 index 00000000000..ab1a889507b --- /dev/null +++ b/stable/grist/4.0.1/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: "1.0.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. +home: https://truecharts.org/docs/charts/stable/grist +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grist.png +keywords: + - grist + - spreadsheet + - database +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grist +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grist + - https://hub.docker.com/r/gristlabs/grist + - https://github.com/gristlabs/grist-core + - https://support.getgrist.com/ +version: 4.0.1 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/grist/4.0.1/README.md b/stable/grist/4.0.1/README.md new file mode 100644 index 00000000000..4f0609a5c38 --- /dev/null +++ b/stable/grist/4.0.1/README.md @@ -0,0 +1,110 @@ +# grist + +Grist is a modern relational spreadsheet. It combine the flexibility of a spreadsheet with the robustness of a database to organize your data. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [grist](https://truecharts.org/docs/charts/stable/grist) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `grist` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install grist TrueCharts/grist +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `grist` deployment + +```console +helm uninstall grist +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install grist \ + --set env.TZ="America/New York" \ + TrueCharts/grist +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install grist TrueCharts/grist -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/grist/4.0.0/app-readme.md b/stable/grist/4.0.1/app-readme.md similarity index 100% rename from stable/grist/4.0.0/app-readme.md rename to stable/grist/4.0.1/app-readme.md diff --git a/stable/grist/4.0.1/charts/common-10.7.1.tgz b/stable/grist/4.0.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/grist/4.0.1/charts/common-10.7.1.tgz differ diff --git a/stable/grist/4.0.1/charts/postgresql-8.0.101.tgz b/stable/grist/4.0.1/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/grist/4.0.1/charts/postgresql-8.0.101.tgz differ diff --git a/stable/grist/4.0.1/charts/redis-3.0.97.tgz b/stable/grist/4.0.1/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/grist/4.0.1/charts/redis-3.0.97.tgz differ diff --git a/stable/grist/4.0.0/ix_values.yaml b/stable/grist/4.0.1/ix_values.yaml similarity index 100% rename from stable/grist/4.0.0/ix_values.yaml rename to stable/grist/4.0.1/ix_values.yaml diff --git a/stable/grist/4.0.0/questions.yaml b/stable/grist/4.0.1/questions.yaml similarity index 100% rename from stable/grist/4.0.0/questions.yaml rename to stable/grist/4.0.1/questions.yaml diff --git a/stable/grist/4.0.0/templates/_config.tpl b/stable/grist/4.0.1/templates/_config.tpl similarity index 100% rename from stable/grist/4.0.0/templates/_config.tpl rename to stable/grist/4.0.1/templates/_config.tpl diff --git a/stable/grist/4.0.0/templates/_secret.tpl b/stable/grist/4.0.1/templates/_secret.tpl similarity index 100% rename from stable/grist/4.0.0/templates/_secret.tpl rename to stable/grist/4.0.1/templates/_secret.tpl diff --git a/stable/grist/4.0.0/templates/common.yaml b/stable/grist/4.0.1/templates/common.yaml similarity index 100% rename from stable/grist/4.0.0/templates/common.yaml rename to stable/grist/4.0.1/templates/common.yaml diff --git a/stable/homarr/2.0.43/values.yaml b/stable/grist/4.0.1/values.yaml similarity index 100% rename from stable/homarr/2.0.43/values.yaml rename to stable/grist/4.0.1/values.yaml diff --git a/stable/grocy/11.0.51/CHANGELOG.md b/stable/grocy/11.0.51/CHANGELOG.md new file mode 100644 index 00000000000..7bbbc9b1625 --- /dev/null +++ b/stable/grocy/11.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [grocy-11.0.51](https://github.com/truecharts/charts/compare/grocy-11.0.50...grocy-11.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [grocy-11.0.50](https://github.com/truecharts/charts/compare/grocy-11.0.49...grocy-11.0.50) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [grocy-11.0.49](https://github.com/truecharts/charts/compare/grocy-11.0.48...grocy-11.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [grocy-11.0.48](https://github.com/truecharts/charts/compare/grocy-11.0.47...grocy-11.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grocy-11.0.48](https://github.com/truecharts/charts/compare/grocy-11.0.47...grocy-11.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [grocy-11.0.47](https://github.com/truecharts/charts/compare/grocy-11.0.46...grocy-11.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [grocy-11.0.46](https://github.com/truecharts/charts/compare/grocy-11.0.45...grocy-11.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [grocy-11.0.45](https://github.com/truecharts/charts/compare/grocy-11.0.44...grocy-11.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [grocy-11.0.44](https://github.com/truecharts/charts/compare/grocy-11.0.43...grocy-11.0.44) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [grocy-11.0.43](https://github.com/truecharts/charts/compare/grocy-11.0.42...grocy-11.0.43) (2022-09-22) + +### Chore diff --git a/stable/grocy/11.0.51/Chart.lock b/stable/grocy/11.0.51/Chart.lock new file mode 100644 index 00000000000..e51ba546ec7 --- /dev/null +++ b/stable/grocy/11.0.51/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:14:30.34127002Z" diff --git a/stable/grocy/11.0.51/Chart.yaml b/stable/grocy/11.0.51/Chart.yaml new file mode 100644 index 00000000000..dc20fe14cda --- /dev/null +++ b/stable/grocy/11.0.51/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "3.3.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home +home: https://truecharts.org/docs/charts/stable/grocy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png +keywords: + - grocy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: grocy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/grocy + - https://github.com/grocy/grocy +type: application +version: 11.0.51 +annotations: + truecharts.org/catagories: | + - Home-Automation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/grocy/11.0.51/README.md b/stable/grocy/11.0.51/README.md new file mode 100644 index 00000000000..b7cb4ec0cff --- /dev/null +++ b/stable/grocy/11.0.51/README.md @@ -0,0 +1,106 @@ +# grocy + +ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [grocy](https://truecharts.org/docs/charts/stable/grocy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `grocy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install grocy TrueCharts/grocy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `grocy` deployment + +```console +helm uninstall grocy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install grocy \ + --set env.TZ="America/New York" \ + TrueCharts/grocy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install grocy TrueCharts/grocy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/grocy/11.0.51/app-readme.md b/stable/grocy/11.0.51/app-readme.md new file mode 100644 index 00000000000..fde13924737 --- /dev/null +++ b/stable/grocy/11.0.51/app-readme.md @@ -0,0 +1,8 @@ +ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/grocy](https://truecharts.org/docs/charts/stable/grocy) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/grocy/11.0.51/charts/common-10.7.1.tgz b/stable/grocy/11.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/grocy/11.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/grocy/11.0.51/ix_values.yaml b/stable/grocy/11.0.51/ix_values.yaml new file mode 100644 index 00000000000..bd0fcaf5d17 --- /dev/null +++ b/stable/grocy/11.0.51/ix_values.yaml @@ -0,0 +1,27 @@ +image: + repository: tccr.io/truecharts/grocy + tag: v3.3.1@sha256:7252e4b8e65a431cb0b5769164064daec05959e2851d6ca31c07a27086973c87 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10013 + targetPort: 80 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/grocy/11.0.51/questions.yaml b/stable/grocy/11.0.51/questions.yaml new file mode 100644 index 00000000000..9e74e159061 --- /dev/null +++ b/stable/grocy/11.0.51/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10013 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/htpcmanager/2.0.35/templates/common.yaml b/stable/grocy/11.0.51/templates/common.yaml similarity index 100% rename from stable/htpcmanager/2.0.35/templates/common.yaml rename to stable/grocy/11.0.51/templates/common.yaml diff --git a/stable/homepage/0.0.12/values.yaml b/stable/grocy/11.0.51/values.yaml similarity index 100% rename from stable/homepage/0.0.12/values.yaml rename to stable/grocy/11.0.51/values.yaml diff --git a/stable/guacamole-client/4.0.47/CHANGELOG.md b/stable/guacamole-client/4.0.47/CHANGELOG.md deleted file mode 100644 index c488c518fc2..00000000000 --- a/stable/guacamole-client/4.0.47/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [guacamole-client-4.0.47](https://github.com/truecharts/charts/compare/guacamole-client-4.0.46...guacamole-client-4.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [guacamole-client-4.0.46](https://github.com/truecharts/charts/compare/guacamole-client-4.0.45...guacamole-client-4.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guacamole-client-4.0.46](https://github.com/truecharts/charts/compare/guacamole-client-4.0.45...guacamole-client-4.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guacamole-client-4.0.45](https://github.com/truecharts/charts/compare/guacamole-client-4.0.44...guacamole-client-4.0.45) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [guacamole-client-4.0.43](https://github.com/truecharts/charts/compare/guacamole-client-4.0.42...guacamole-client-4.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [guacamole-client-4.0.42](https://github.com/truecharts/charts/compare/guacamole-client-4.0.41...guacamole-client-4.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [guacamole-client-4.0.41](https://github.com/truecharts/charts/compare/guacamole-client-4.0.40...guacamole-client-4.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [guacamole-client-4.0.41](https://github.com/truecharts/charts/compare/guacamole-client-4.0.40...guacamole-client-4.0.41) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/guacamole-client/4.0.47/Chart.lock b/stable/guacamole-client/4.0.47/Chart.lock deleted file mode 100644 index c81cb6b0711..00000000000 --- a/stable/guacamole-client/4.0.47/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:30:32.002122213Z" diff --git a/stable/guacamole-client/4.0.47/Chart.yaml b/stable/guacamole-client/4.0.47/Chart.yaml deleted file mode 100644 index 5a5328e2085..00000000000 --- a/stable/guacamole-client/4.0.47/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Apache Guacamole is a clientless remote desktop gateway. -home: https://truecharts.org/docs/charts/stable/guacamole-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole-client.png -keywords: - - guacamole - - remote -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: guacamole-client -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole-client - - https://github.com/apache/guacamole-client - - https://hub.docker.com/r/guacamole/guacamole - - http://guacamole.incubator.apache.org/doc/gug/introduction.html -type: application -version: 4.0.47 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/guacamole-client/4.0.47/README.md b/stable/guacamole-client/4.0.47/README.md deleted file mode 100644 index 5397a26d8b0..00000000000 --- a/stable/guacamole-client/4.0.47/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# guacamole-client - -Apache Guacamole is a clientless remote desktop gateway. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [guacamole-client](https://truecharts.org/docs/charts/stable/guacamole-client) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `guacamole-client` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install guacamole-client TrueCharts/guacamole-client -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `guacamole-client` deployment - -```console -helm uninstall guacamole-client -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install guacamole-client \ - --set env.TZ="America/New York" \ - TrueCharts/guacamole-client -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install guacamole-client TrueCharts/guacamole-client -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/guacamole-client/4.0.47/charts/common-10.7.0.tgz b/stable/guacamole-client/4.0.47/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/guacamole-client/4.0.47/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/guacamole-client/4.0.47/charts/postgresql-8.0.97.tgz b/stable/guacamole-client/4.0.47/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/guacamole-client/4.0.47/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/guacamole-client/4.0.48/CHANGELOG.md b/stable/guacamole-client/4.0.48/CHANGELOG.md new file mode 100644 index 00000000000..45f4f0469db --- /dev/null +++ b/stable/guacamole-client/4.0.48/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [guacamole-client-4.0.48](https://github.com/truecharts/charts/compare/guacamole-client-4.0.47...guacamole-client-4.0.48) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [guacamole-client-4.0.47](https://github.com/truecharts/charts/compare/guacamole-client-4.0.46...guacamole-client-4.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [guacamole-client-4.0.46](https://github.com/truecharts/charts/compare/guacamole-client-4.0.45...guacamole-client-4.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guacamole-client-4.0.46](https://github.com/truecharts/charts/compare/guacamole-client-4.0.45...guacamole-client-4.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guacamole-client-4.0.45](https://github.com/truecharts/charts/compare/guacamole-client-4.0.44...guacamole-client-4.0.45) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [guacamole-client-4.0.43](https://github.com/truecharts/charts/compare/guacamole-client-4.0.42...guacamole-client-4.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [guacamole-client-4.0.42](https://github.com/truecharts/charts/compare/guacamole-client-4.0.41...guacamole-client-4.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [guacamole-client-4.0.41](https://github.com/truecharts/charts/compare/guacamole-client-4.0.40...guacamole-client-4.0.41) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/guacamole-client/4.0.48/Chart.lock b/stable/guacamole-client/4.0.48/Chart.lock new file mode 100644 index 00000000000..07509726235 --- /dev/null +++ b/stable/guacamole-client/4.0.48/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:14:55.529226836Z" diff --git a/stable/guacamole-client/4.0.48/Chart.yaml b/stable/guacamole-client/4.0.48/Chart.yaml new file mode 100644 index 00000000000..8e3713097d9 --- /dev/null +++ b/stable/guacamole-client/4.0.48/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "1.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Apache Guacamole is a clientless remote desktop gateway. +home: https://truecharts.org/docs/charts/stable/guacamole-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole-client.png +keywords: + - guacamole + - remote +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: guacamole-client +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/guacamole-client + - https://github.com/apache/guacamole-client + - https://hub.docker.com/r/guacamole/guacamole + - http://guacamole.incubator.apache.org/doc/gug/introduction.html +type: application +version: 4.0.48 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/guacamole-client/4.0.48/README.md b/stable/guacamole-client/4.0.48/README.md new file mode 100644 index 00000000000..41146d89a7d --- /dev/null +++ b/stable/guacamole-client/4.0.48/README.md @@ -0,0 +1,109 @@ +# guacamole-client + +Apache Guacamole is a clientless remote desktop gateway. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [guacamole-client](https://truecharts.org/docs/charts/stable/guacamole-client) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `guacamole-client` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install guacamole-client TrueCharts/guacamole-client +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `guacamole-client` deployment + +```console +helm uninstall guacamole-client +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install guacamole-client \ + --set env.TZ="America/New York" \ + TrueCharts/guacamole-client +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install guacamole-client TrueCharts/guacamole-client -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/guacamole-client/4.0.47/app-readme.md b/stable/guacamole-client/4.0.48/app-readme.md similarity index 100% rename from stable/guacamole-client/4.0.47/app-readme.md rename to stable/guacamole-client/4.0.48/app-readme.md diff --git a/stable/guacamole-client/4.0.48/charts/common-10.7.1.tgz b/stable/guacamole-client/4.0.48/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/guacamole-client/4.0.48/charts/common-10.7.1.tgz differ diff --git a/stable/guacamole-client/4.0.48/charts/postgresql-8.0.101.tgz b/stable/guacamole-client/4.0.48/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/guacamole-client/4.0.48/charts/postgresql-8.0.101.tgz differ diff --git a/stable/guacamole-client/4.0.47/ix_values.yaml b/stable/guacamole-client/4.0.48/ix_values.yaml similarity index 100% rename from stable/guacamole-client/4.0.47/ix_values.yaml rename to stable/guacamole-client/4.0.48/ix_values.yaml diff --git a/stable/guacamole-client/4.0.47/questions.yaml b/stable/guacamole-client/4.0.48/questions.yaml similarity index 100% rename from stable/guacamole-client/4.0.47/questions.yaml rename to stable/guacamole-client/4.0.48/questions.yaml diff --git a/stable/guacamole-client/4.0.47/templates/_configmap.tpl b/stable/guacamole-client/4.0.48/templates/_configmap.tpl similarity index 100% rename from stable/guacamole-client/4.0.47/templates/_configmap.tpl rename to stable/guacamole-client/4.0.48/templates/_configmap.tpl diff --git a/stable/guacamole-client/4.0.47/templates/common.yaml b/stable/guacamole-client/4.0.48/templates/common.yaml similarity index 100% rename from stable/guacamole-client/4.0.47/templates/common.yaml rename to stable/guacamole-client/4.0.48/templates/common.yaml diff --git a/stable/homer/2.0.43/values.yaml b/stable/guacamole-client/4.0.48/values.yaml similarity index 100% rename from stable/homer/2.0.43/values.yaml rename to stable/guacamole-client/4.0.48/values.yaml diff --git a/stable/guacd/2.0.39/CHANGELOG.md b/stable/guacd/2.0.39/CHANGELOG.md deleted file mode 100644 index 0135a7d2d27..00000000000 --- a/stable/guacd/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [guacd-2.0.39](https://github.com/truecharts/charts/compare/guacd-2.0.38...guacd-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [guacd-2.0.38](https://github.com/truecharts/charts/compare/guacd-2.0.37...guacd-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guacd-2.0.38](https://github.com/truecharts/charts/compare/guacd-2.0.37...guacd-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [guacd-2.0.37](https://github.com/truecharts/charts/compare/guacd-2.0.36...guacd-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [guacd-2.0.36](https://github.com/truecharts/charts/compare/guacd-2.0.35...guacd-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [guacd-2.0.35](https://github.com/truecharts/charts/compare/guacd-2.0.34...guacd-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [guacd-2.0.34](https://github.com/truecharts/charts/compare/guacd-2.0.33...guacd-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [guacd-2.0.34](https://github.com/truecharts/charts/compare/guacd-2.0.33...guacd-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/guacd/2.0.39/Chart.lock b/stable/guacd/2.0.39/Chart.lock deleted file mode 100644 index a298cbb850d..00000000000 --- a/stable/guacd/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:30:21.218821314Z" diff --git a/stable/guacd/2.0.39/Chart.yaml b/stable/guacd/2.0.39/Chart.yaml deleted file mode 100644 index 16e1b1b5bbb..00000000000 --- a/stable/guacd/2.0.39/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: guacd -version: 2.0.39 -appVersion: "1.4.0" -description: Guacd - Apache Guacamole is a clientless remote desktop gateway. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/guacd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png -keywords: - - guacd - - guacamole - - remote -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/guacd - - https://hub.docker.com/r/guacamole/guacd - - https://github.com/apache/guacamole-server -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/guacd/2.0.39/README.md b/stable/guacd/2.0.39/README.md deleted file mode 100644 index 6f8921a7f8e..00000000000 --- a/stable/guacd/2.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# guacd - -Guacd - Apache Guacamole is a clientless remote desktop gateway. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [guacd](https://truecharts.org/docs/charts/stable/guacd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `guacd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install guacd TrueCharts/guacd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `guacd` deployment - -```console -helm uninstall guacd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install guacd \ - --set env.TZ="America/New York" \ - TrueCharts/guacd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install guacd TrueCharts/guacd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/guacd/2.0.39/charts/common-10.7.0.tgz b/stable/guacd/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/guacd/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/guacd/2.0.40/CHANGELOG.md b/stable/guacd/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..e0ba115b6a5 --- /dev/null +++ b/stable/guacd/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [guacd-2.0.40](https://github.com/truecharts/charts/compare/guacd-2.0.39...guacd-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [guacd-2.0.39](https://github.com/truecharts/charts/compare/guacd-2.0.38...guacd-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [guacd-2.0.38](https://github.com/truecharts/charts/compare/guacd-2.0.37...guacd-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guacd-2.0.38](https://github.com/truecharts/charts/compare/guacd-2.0.37...guacd-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [guacd-2.0.37](https://github.com/truecharts/charts/compare/guacd-2.0.36...guacd-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [guacd-2.0.36](https://github.com/truecharts/charts/compare/guacd-2.0.35...guacd-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [guacd-2.0.35](https://github.com/truecharts/charts/compare/guacd-2.0.34...guacd-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [guacd-2.0.34](https://github.com/truecharts/charts/compare/guacd-2.0.33...guacd-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/guacd/2.0.40/Chart.lock b/stable/guacd/2.0.40/Chart.lock new file mode 100644 index 00000000000..ec3c4ce2010 --- /dev/null +++ b/stable/guacd/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:14:45.708201869Z" diff --git a/stable/guacd/2.0.40/Chart.yaml b/stable/guacd/2.0.40/Chart.yaml new file mode 100644 index 00000000000..5589cdc315b --- /dev/null +++ b/stable/guacd/2.0.40/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: guacd +version: 2.0.40 +appVersion: "1.4.0" +description: Guacd - Apache Guacamole is a clientless remote desktop gateway. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/guacd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.png +keywords: + - guacd + - guacamole + - remote +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/guacd + - https://hub.docker.com/r/guacamole/guacd + - https://github.com/apache/guacamole-server +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/guacd/2.0.40/README.md b/stable/guacd/2.0.40/README.md new file mode 100644 index 00000000000..0c1b3f69fe8 --- /dev/null +++ b/stable/guacd/2.0.40/README.md @@ -0,0 +1,107 @@ +# guacd + +Guacd - Apache Guacamole is a clientless remote desktop gateway. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [guacd](https://truecharts.org/docs/charts/stable/guacd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `guacd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install guacd TrueCharts/guacd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `guacd` deployment + +```console +helm uninstall guacd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install guacd \ + --set env.TZ="America/New York" \ + TrueCharts/guacd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install guacd TrueCharts/guacd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/guacd/2.0.39/app-readme.md b/stable/guacd/2.0.40/app-readme.md similarity index 100% rename from stable/guacd/2.0.39/app-readme.md rename to stable/guacd/2.0.40/app-readme.md diff --git a/stable/guacd/2.0.40/charts/common-10.7.1.tgz b/stable/guacd/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/guacd/2.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/guacd/2.0.39/ix_values.yaml b/stable/guacd/2.0.40/ix_values.yaml similarity index 100% rename from stable/guacd/2.0.39/ix_values.yaml rename to stable/guacd/2.0.40/ix_values.yaml diff --git a/stable/guacd/2.0.39/questions.yaml b/stable/guacd/2.0.40/questions.yaml similarity index 100% rename from stable/guacd/2.0.39/questions.yaml rename to stable/guacd/2.0.40/questions.yaml diff --git a/stable/hyperion-ng/6.0.37/templates/common.yaml b/stable/guacd/2.0.40/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/6.0.37/templates/common.yaml rename to stable/guacd/2.0.40/templates/common.yaml diff --git a/stable/htpcmanager/2.0.35/values.yaml b/stable/guacd/2.0.40/values.yaml similarity index 100% rename from stable/htpcmanager/2.0.35/values.yaml rename to stable/guacd/2.0.40/values.yaml diff --git a/stable/habridge/2.0.35/CHANGELOG.md b/stable/habridge/2.0.35/CHANGELOG.md deleted file mode 100644 index a404994a956..00000000000 --- a/stable/habridge/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [habridge-2.0.35](https://github.com/truecharts/charts/compare/habridge-2.0.34...habridge-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [habridge-2.0.34](https://github.com/truecharts/charts/compare/habridge-2.0.33...habridge-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [habridge-2.0.34](https://github.com/truecharts/charts/compare/habridge-2.0.33...habridge-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [habridge-2.0.33](https://github.com/truecharts/charts/compare/habridge-2.0.32...habridge-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [habridge-2.0.32](https://github.com/truecharts/charts/compare/habridge-2.0.31...habridge-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [habridge-2.0.31](https://github.com/truecharts/charts/compare/habridge-2.0.30...habridge-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [habridge-2.0.30](https://github.com/truecharts/charts/compare/habridge-2.0.29...habridge-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [habridge-2.0.30](https://github.com/truecharts/charts/compare/habridge-2.0.29...habridge-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/habridge/2.0.35/Chart.lock b/stable/habridge/2.0.35/Chart.lock deleted file mode 100644 index 7a887b03ba5..00000000000 --- a/stable/habridge/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:30:38.86935611Z" diff --git a/stable/habridge/2.0.35/Chart.yaml b/stable/habridge/2.0.35/Chart.yaml deleted file mode 100644 index 3949e606e3f..00000000000 --- a/stable/habridge/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: habridge -version: 2.0.35 -appVersion: "5.4.1" -description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/habridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png -keywords: - - habridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/habridge - - https://hub.docker.com/r/linuxserver/habridge -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/habridge/2.0.35/README.md b/stable/habridge/2.0.35/README.md deleted file mode 100644 index 366796031cf..00000000000 --- a/stable/habridge/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# habridge - -Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [habridge](https://truecharts.org/docs/charts/stable/habridge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `habridge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install habridge TrueCharts/habridge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `habridge` deployment - -```console -helm uninstall habridge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install habridge \ - --set env.TZ="America/New York" \ - TrueCharts/habridge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install habridge TrueCharts/habridge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/habridge/2.0.35/charts/common-10.7.0.tgz b/stable/habridge/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/habridge/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/habridge/2.0.36/CHANGELOG.md b/stable/habridge/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..18adee8017a --- /dev/null +++ b/stable/habridge/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [habridge-2.0.36](https://github.com/truecharts/charts/compare/habridge-2.0.35...habridge-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [habridge-2.0.35](https://github.com/truecharts/charts/compare/habridge-2.0.34...habridge-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [habridge-2.0.34](https://github.com/truecharts/charts/compare/habridge-2.0.33...habridge-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [habridge-2.0.34](https://github.com/truecharts/charts/compare/habridge-2.0.33...habridge-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [habridge-2.0.33](https://github.com/truecharts/charts/compare/habridge-2.0.32...habridge-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [habridge-2.0.32](https://github.com/truecharts/charts/compare/habridge-2.0.31...habridge-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [habridge-2.0.31](https://github.com/truecharts/charts/compare/habridge-2.0.30...habridge-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [habridge-2.0.30](https://github.com/truecharts/charts/compare/habridge-2.0.29...habridge-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/habridge/2.0.36/Chart.lock b/stable/habridge/2.0.36/Chart.lock new file mode 100644 index 00000000000..81f52b36867 --- /dev/null +++ b/stable/habridge/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:01.921632079Z" diff --git a/stable/habridge/2.0.36/Chart.yaml b/stable/habridge/2.0.36/Chart.yaml new file mode 100644 index 00000000000..4e3618c3b9f --- /dev/null +++ b/stable/habridge/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: habridge +version: 2.0.36 +appVersion: "5.4.1" +description: Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/habridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/habridge.png +keywords: + - habridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/habridge + - https://hub.docker.com/r/linuxserver/habridge +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/habridge/2.0.36/README.md b/stable/habridge/2.0.36/README.md new file mode 100644 index 00000000000..b0a20f6c7d0 --- /dev/null +++ b/stable/habridge/2.0.36/README.md @@ -0,0 +1,106 @@ +# habridge + +Habridge emulates Philips Hue API to other home automation gateways such as an Amazon Echo/Dot or other systems that support Philips Hue. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [habridge](https://truecharts.org/docs/charts/stable/habridge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `habridge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install habridge TrueCharts/habridge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `habridge` deployment + +```console +helm uninstall habridge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install habridge \ + --set env.TZ="America/New York" \ + TrueCharts/habridge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install habridge TrueCharts/habridge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/habridge/2.0.35/app-readme.md b/stable/habridge/2.0.36/app-readme.md similarity index 100% rename from stable/habridge/2.0.35/app-readme.md rename to stable/habridge/2.0.36/app-readme.md diff --git a/stable/habridge/2.0.36/charts/common-10.7.1.tgz b/stable/habridge/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/habridge/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/habridge/2.0.35/ix_values.yaml b/stable/habridge/2.0.36/ix_values.yaml similarity index 100% rename from stable/habridge/2.0.35/ix_values.yaml rename to stable/habridge/2.0.36/ix_values.yaml diff --git a/stable/habridge/2.0.35/questions.yaml b/stable/habridge/2.0.36/questions.yaml similarity index 100% rename from stable/habridge/2.0.35/questions.yaml rename to stable/habridge/2.0.36/questions.yaml diff --git a/stable/icinga2/3.0.48/templates/common.yaml b/stable/habridge/2.0.36/templates/common.yaml similarity index 100% rename from stable/icinga2/3.0.48/templates/common.yaml rename to stable/habridge/2.0.36/templates/common.yaml diff --git a/stable/hyperion-ng/6.0.37/values.yaml b/stable/habridge/2.0.36/values.yaml similarity index 100% rename from stable/hyperion-ng/6.0.37/values.yaml rename to stable/habridge/2.0.36/values.yaml diff --git a/stable/hammond/2.0.37/CHANGELOG.md b/stable/hammond/2.0.37/CHANGELOG.md deleted file mode 100644 index a5f585a4c19..00000000000 --- a/stable/hammond/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hammond-2.0.37](https://github.com/truecharts/charts/compare/hammond-2.0.36...hammond-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hammond-2.0.35](https://github.com/truecharts/charts/compare/hammond-2.0.34...hammond-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hammond-2.0.34](https://github.com/truecharts/charts/compare/hammond-2.0.33...hammond-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hammond-2.0.33](https://github.com/truecharts/charts/compare/hammond-2.0.32...hammond-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hammond-2.0.32](https://github.com/truecharts/charts/compare/hammond-2.0.31...hammond-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hammond-2.0.32](https://github.com/truecharts/charts/compare/hammond-2.0.31...hammond-2.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/hammond/2.0.37/Chart.lock b/stable/hammond/2.0.37/Chart.lock deleted file mode 100644 index 7a89b76a875..00000000000 --- a/stable/hammond/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:30:51.396307597Z" diff --git a/stable/hammond/2.0.37/Chart.yaml b/stable/hammond/2.0.37/Chart.yaml deleted file mode 100644 index 217a22f2117..00000000000 --- a/stable/hammond/2.0.37/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A self-hosted vehicle expense tracking system with support for multiple users. -home: https://truecharts.org/docs/charts/stable/hammond -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png -keywords: - - hammond -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hammond -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hammond - - https://github.com/akhilrex/hammond - - https://hub.docker.com/r/akhilrex/hammond -version: 2.0.37 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/hammond/2.0.37/README.md b/stable/hammond/2.0.37/README.md deleted file mode 100644 index f87aaf90d15..00000000000 --- a/stable/hammond/2.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hammond - -A self-hosted vehicle expense tracking system with support for multiple users. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hammond](https://truecharts.org/docs/charts/stable/hammond) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hammond` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hammond TrueCharts/hammond -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hammond` deployment - -```console -helm uninstall hammond -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hammond \ - --set env.TZ="America/New York" \ - TrueCharts/hammond -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hammond TrueCharts/hammond -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/hammond/2.0.37/charts/common-10.7.0.tgz b/stable/hammond/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/hammond/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/hammond/2.0.38/CHANGELOG.md b/stable/hammond/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..d4231b4d6c4 --- /dev/null +++ b/stable/hammond/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + + +## [hammond-2.0.37](https://github.com/truecharts/charts/compare/hammond-2.0.36...hammond-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hammond-2.0.36](https://github.com/truecharts/charts/compare/hammond-2.0.35...hammond-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hammond-2.0.35](https://github.com/truecharts/charts/compare/hammond-2.0.34...hammond-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hammond-2.0.34](https://github.com/truecharts/charts/compare/hammond-2.0.33...hammond-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hammond-2.0.33](https://github.com/truecharts/charts/compare/hammond-2.0.32...hammond-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hammond-2.0.32](https://github.com/truecharts/charts/compare/hammond-2.0.31...hammond-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [hammond-2.0.32](https://github.com/truecharts/charts/compare/hammond-2.0.31...hammond-2.0.32) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/hammond/2.0.38/Chart.lock b/stable/hammond/2.0.38/Chart.lock new file mode 100644 index 00000000000..fb995629421 --- /dev/null +++ b/stable/hammond/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:17.452318239Z" diff --git a/stable/hammond/2.0.38/Chart.yaml b/stable/hammond/2.0.38/Chart.yaml new file mode 100644 index 00000000000..c9f17a2a6c4 --- /dev/null +++ b/stable/hammond/2.0.38/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A self-hosted vehicle expense tracking system with support for multiple users. +home: https://truecharts.org/docs/charts/stable/hammond +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.png +keywords: + - hammond +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hammond +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hammond + - https://github.com/akhilrex/hammond + - https://hub.docker.com/r/akhilrex/hammond +version: 2.0.38 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/hammond/2.0.38/README.md b/stable/hammond/2.0.38/README.md new file mode 100644 index 00000000000..4044f2c0d0d --- /dev/null +++ b/stable/hammond/2.0.38/README.md @@ -0,0 +1,107 @@ +# hammond + +A self-hosted vehicle expense tracking system with support for multiple users. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hammond](https://truecharts.org/docs/charts/stable/hammond) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hammond` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hammond TrueCharts/hammond +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hammond` deployment + +```console +helm uninstall hammond +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hammond \ + --set env.TZ="America/New York" \ + TrueCharts/hammond +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hammond TrueCharts/hammond -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/hammond/2.0.37/app-readme.md b/stable/hammond/2.0.38/app-readme.md similarity index 100% rename from stable/hammond/2.0.37/app-readme.md rename to stable/hammond/2.0.38/app-readme.md diff --git a/stable/hammond/2.0.38/charts/common-10.7.1.tgz b/stable/hammond/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/hammond/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/hammond/2.0.37/ix_values.yaml b/stable/hammond/2.0.38/ix_values.yaml similarity index 100% rename from stable/hammond/2.0.37/ix_values.yaml rename to stable/hammond/2.0.38/ix_values.yaml diff --git a/stable/hammond/2.0.37/questions.yaml b/stable/hammond/2.0.38/questions.yaml similarity index 100% rename from stable/hammond/2.0.37/questions.yaml rename to stable/hammond/2.0.38/questions.yaml diff --git a/stable/hammond/2.0.37/templates/_secrets.tpl b/stable/hammond/2.0.38/templates/_secrets.tpl similarity index 100% rename from stable/hammond/2.0.37/templates/_secrets.tpl rename to stable/hammond/2.0.38/templates/_secrets.tpl diff --git a/stable/hammond/2.0.37/templates/common.yaml b/stable/hammond/2.0.38/templates/common.yaml similarity index 100% rename from stable/hammond/2.0.37/templates/common.yaml rename to stable/hammond/2.0.38/templates/common.yaml diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/values.yaml b/stable/hammond/2.0.38/values.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/4.0.38/values.yaml rename to stable/hammond/2.0.38/values.yaml diff --git a/stable/handbrake/13.0.39/CHANGELOG.md b/stable/handbrake/13.0.39/CHANGELOG.md new file mode 100644 index 00000000000..80ba9edfe9b --- /dev/null +++ b/stable/handbrake/13.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [handbrake-13.0.39](https://github.com/truecharts/charts/compare/handbrake-13.0.38...handbrake-13.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [handbrake-13.0.38](https://github.com/truecharts/charts/compare/handbrake-13.0.37...handbrake-13.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [handbrake-13.0.37](https://github.com/truecharts/charts/compare/handbrake-13.0.36...handbrake-13.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [handbrake-13.0.37](https://github.com/truecharts/charts/compare/handbrake-13.0.36...handbrake-13.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [handbrake-13.0.36](https://github.com/truecharts/charts/compare/handbrake-13.0.35...handbrake-13.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [handbrake-13.0.35](https://github.com/truecharts/charts/compare/handbrake-13.0.34...handbrake-13.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [handbrake-13.0.34](https://github.com/truecharts/charts/compare/handbrake-13.0.33...handbrake-13.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [handbrake-13.0.33](https://github.com/truecharts/charts/compare/handbrake-13.0.32...handbrake-13.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/handbrake/13.0.39/Chart.lock b/stable/handbrake/13.0.39/Chart.lock new file mode 100644 index 00000000000..f1f58acac22 --- /dev/null +++ b/stable/handbrake/13.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:33.304233553Z" diff --git a/stable/handbrake/13.0.39/Chart.yaml b/stable/handbrake/13.0.39/Chart.yaml new file mode 100644 index 00000000000..8ffa98a466d --- /dev/null +++ b/stable/handbrake/13.0.39/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.25.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. +home: https://truecharts.org/docs/charts/stable/handbrake +icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.png +keywords: + - handbrake + - encode + - media +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: handbrake +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/handbrake + - https://github.com/jlesage/docker-handbrake + - https://hub.docker.com/r/jlesage/handbrake/ + - https://handbrake.fr/ +type: application +version: 13.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/handbrake/13.0.39/README.md b/stable/handbrake/13.0.39/README.md new file mode 100644 index 00000000000..852682ea321 --- /dev/null +++ b/stable/handbrake/13.0.39/README.md @@ -0,0 +1,108 @@ +# handbrake + +HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [handbrake](https://truecharts.org/docs/charts/stable/handbrake) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `handbrake` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install handbrake TrueCharts/handbrake +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `handbrake` deployment + +```console +helm uninstall handbrake +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install handbrake \ + --set env.TZ="America/New York" \ + TrueCharts/handbrake +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install handbrake TrueCharts/handbrake -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/handbrake/13.0.39/app-readme.md b/stable/handbrake/13.0.39/app-readme.md new file mode 100644 index 00000000000..ed4315eda78 --- /dev/null +++ b/stable/handbrake/13.0.39/app-readme.md @@ -0,0 +1,8 @@ +HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/handbrake](https://truecharts.org/docs/charts/stable/handbrake) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/handbrake/13.0.39/charts/common-10.7.1.tgz b/stable/handbrake/13.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/handbrake/13.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/handbrake/13.0.39/ix_values.yaml b/stable/handbrake/13.0.39/ix_values.yaml new file mode 100644 index 00000000000..e2849c022dd --- /dev/null +++ b/stable/handbrake/13.0.39/ix_values.yaml @@ -0,0 +1,72 @@ +image: + repository: tccr.io/truecharts/handbrake + tag: v1.25.1@sha256:a5261046540181d4f5f66fa1e207669487b58d241903647dd4ee8de997ae10ca + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10053 + targetPort: 5800 + vnc: + enabled: true + ports: + vnc: + enabled: true + port: 10055 + targetPort: 5900 + +envFrom: + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-handbrake' + +secretEnv: + VNC_PASSWORD: "" + +handbrake: + KEEP_APP_RUNNING: false + DISPLAY_WIDTH: 1280 + DISPLAY_HEIGHT: 768 + SECURE_CONNECTION: false + ENABLE_CJK_FONT: false + AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30" + AUTOMATED_CONVERSION_FORMAT: "mp4" + AUTOMATED_CONVERSION_KEEP_SOURCE: true + AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "ignore" + +configmap: + handbrake: + enabled: true + data: + ENABLE_CJK_FONT: '{{ ternary "1" "0" .Values.handbrake.ENABLE_CJK_FONT }}' + KEEP_APP_RUNNING: '{{ ternary "1" "0" .Values.handbrake.KEEP_APP_RUNNING }}' + SECURE_CONNECTION: '{{ ternary "1" "0" .Values.handbrake.SECURE_CONNECTION }}' + DISPLAY_WIDTH: "{{ .Values.handbrake.DISPLAY_WIDTH }}" + DISPLAY_HEIGHT: "{{ .Values.handbrake.DISPLAY_HEIGHT }}" + AUTOMATED_CONVERSION_KEEP_SOURCE: '{{ ternary "1" "0" .Values.handbrake.AUTOMATED_CONVERSION_KEEP_SOURCE }}' + AUTOMATED_CONVERSION_PRESET: "{{ .Values.handbrake.AUTOMATED_CONVERSION_PRESET }}" + AUTOMATED_CONVERSION_FORMAT: "{{ .Values.handbrake.AUTOMATED_CONVERSION_FORMAT }}" + AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION: "{{ .Values.handbrake.AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION }}" + +persistence: + config: + enabled: true + mountPath: "/config" + storage: + enabled: true + mountPath: "/storage" + output: + enabled: true + mountPath: "/output" + +portal: + enabled: true diff --git a/stable/handbrake/13.0.39/questions.yaml b/stable/handbrake/13.0.39/questions.yaml new file mode 100644 index 00000000000..dd143e16374 --- /dev/null +++ b/stable/handbrake/13.0.39/questions.yaml @@ -0,0 +1,3154 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + # Portal + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: VNC_PASSWORD + label: "VNC_PASSWORD" + description: "Password needed to connect to the application's GUI. See the VNC Password section for more details." + schema: + type: string + private: true + default: "" + - variable: handbrake + group: "Container Configuration" + label: "HandBrake Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ENABLE_CJK_FONT + label: "ENABLE_CJK_FONT" + description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. " + schema: + type: boolean + default: false + - variable: KEEP_APP_RUNNING + label: "KEEP_APP_RUNNING" + description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it." + schema: + type: boolean + default: false + - variable: gui + label: "GUI Settings" + description: "Always read description before changing a value here. Also refer to README" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: DISPLAY_WIDTH + label: "DISPLAY_WIDTH" + description: "Width (in pixels) of the application's window." + schema: + type: int + default: 1280 + required: true + - variable: DISPLAY_HEIGHT + label: "DISPLAY_HEIGHT" + description: "Height (in pixels) of the application's window." + schema: + type: int + default: 768 + required: true + - variable: SECURE_CONNECTION + label: "SECURE_CONNECTION" + description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details." + schema: + type: boolean + default: false + - variable: autoconv + label: "Automated Conversion Settings" + description: "Always read description before changing a value here. Also refer to README" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: AUTOMATED_CONVERSION_PRESET + label: "AUTOMATED_CONVERSION_PRESET" + description: "HandBrake preset used by the automatic video converter. Identification of a preset must follow the format /" + schema: + type: string + default: "General/Very Fast 1080p30" + required: true + - variable: AUTOMATED_CONVERSION_FORMAT + label: "AUTOMATED_CONVERSION_FORMAT" + description: "Video container format used by the automatic video converter for output files. This is typically the video filename extension." + schema: + type: string + default: "mp4" + required: true + - variable: AUTOMATED_CONVERSION_KEEP_SOURCE + label: "AUTOMATED_CONVERSION_KEEP_SOURCE" + description: "When set to 0, a video that has been successfully converted is removed from the watch folder." + schema: + type: boolean + default: false + - variable: AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION + label: "AUTOMATED_CONVERSION_NON_VIDEO_FILE_ACTION" + description: "When set to ignore, a non-video file found in the watch folder is ignored. If set to copy, a non-video file is copied as-is to the output folder." + schema: + type: string + default: "ignore" + required: true + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10053 + 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 + hidden: true + 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: 5800 + - variable: vnc + label: "VNC Service" + description: "VNC Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: vnc + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10055 + 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 + hidden: true + default: true + - 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: 5900 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: storage + label: "App Storage" + description: "Application Storage." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: output + label: "App Output Storage" + description: "Stores the Application Output." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/impostor-server/1.0.45/templates/common.yaml b/stable/handbrake/13.0.39/templates/common.yaml similarity index 100% rename from stable/impostor-server/1.0.45/templates/common.yaml rename to stable/handbrake/13.0.39/templates/common.yaml diff --git a/stable/icinga2/3.0.48/values.yaml b/stable/handbrake/13.0.39/values.yaml similarity index 100% rename from stable/icinga2/3.0.48/values.yaml rename to stable/handbrake/13.0.39/values.yaml diff --git a/stable/haste-server/6.0.38/CHANGELOG.md b/stable/haste-server/6.0.38/CHANGELOG.md deleted file mode 100644 index a1b67f75917..00000000000 --- a/stable/haste-server/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [haste-server-6.0.38](https://github.com/truecharts/charts/compare/haste-server-6.0.37...haste-server-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [haste-server-6.0.37](https://github.com/truecharts/charts/compare/haste-server-6.0.36...haste-server-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [haste-server-6.0.37](https://github.com/truecharts/charts/compare/haste-server-6.0.36...haste-server-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [haste-server-6.0.36](https://github.com/truecharts/charts/compare/haste-server-6.0.35...haste-server-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [haste-server-6.0.35](https://github.com/truecharts/charts/compare/haste-server-6.0.34...haste-server-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [haste-server-6.0.34](https://github.com/truecharts/charts/compare/haste-server-6.0.33...haste-server-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [haste-server-6.0.33](https://github.com/truecharts/charts/compare/haste-server-6.0.32...haste-server-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [haste-server-6.0.33](https://github.com/truecharts/charts/compare/haste-server-6.0.32...haste-server-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/haste-server/6.0.38/Chart.lock b/stable/haste-server/6.0.38/Chart.lock deleted file mode 100644 index 76a07d9bfb0..00000000000 --- a/stable/haste-server/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:31:07.967055932Z" diff --git a/stable/haste-server/6.0.38/Chart.yaml b/stable/haste-server/6.0.38/Chart.yaml deleted file mode 100644 index 2b193914b97..00000000000 --- a/stable/haste-server/6.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Simple text sharing -home: https://truecharts.org/docs/charts/stable/haste-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png -keywords: - - haste - - hastebin - - haste-server - - pastebin -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: haste-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server - - https://github.com/seejohnrun/haste-server - - https://github.com/k8s-at-home/container-images -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/haste-server/6.0.38/README.md b/stable/haste-server/6.0.38/README.md deleted file mode 100644 index 64e907cde97..00000000000 --- a/stable/haste-server/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# haste-server - -Simple text sharing - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [haste-server](https://truecharts.org/docs/charts/stable/haste-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `haste-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install haste-server TrueCharts/haste-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `haste-server` deployment - -```console -helm uninstall haste-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install haste-server \ - --set env.TZ="America/New York" \ - TrueCharts/haste-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install haste-server TrueCharts/haste-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/haste-server/6.0.38/charts/common-10.7.0.tgz b/stable/haste-server/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/haste-server/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/haste-server/6.0.39/CHANGELOG.md b/stable/haste-server/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..1dff0368292 --- /dev/null +++ b/stable/haste-server/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [haste-server-6.0.39](https://github.com/truecharts/charts/compare/haste-server-6.0.38...haste-server-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [haste-server-6.0.38](https://github.com/truecharts/charts/compare/haste-server-6.0.37...haste-server-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [haste-server-6.0.37](https://github.com/truecharts/charts/compare/haste-server-6.0.36...haste-server-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [haste-server-6.0.37](https://github.com/truecharts/charts/compare/haste-server-6.0.36...haste-server-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [haste-server-6.0.36](https://github.com/truecharts/charts/compare/haste-server-6.0.35...haste-server-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [haste-server-6.0.35](https://github.com/truecharts/charts/compare/haste-server-6.0.34...haste-server-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [haste-server-6.0.34](https://github.com/truecharts/charts/compare/haste-server-6.0.33...haste-server-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [haste-server-6.0.33](https://github.com/truecharts/charts/compare/haste-server-6.0.32...haste-server-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/haste-server/6.0.39/Chart.lock b/stable/haste-server/6.0.39/Chart.lock new file mode 100644 index 00000000000..59108720f74 --- /dev/null +++ b/stable/haste-server/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:38.591018108Z" diff --git a/stable/haste-server/6.0.39/Chart.yaml b/stable/haste-server/6.0.39/Chart.yaml new file mode 100644 index 00000000000..299b0b4d4ac --- /dev/null +++ b/stable/haste-server/6.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Simple text sharing +home: https://truecharts.org/docs/charts/stable/haste-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.png +keywords: + - haste + - hastebin + - haste-server + - pastebin +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: haste-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/haste-server + - https://github.com/seejohnrun/haste-server + - https://github.com/k8s-at-home/container-images +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/haste-server/6.0.39/README.md b/stable/haste-server/6.0.39/README.md new file mode 100644 index 00000000000..13ae0e20e8e --- /dev/null +++ b/stable/haste-server/6.0.39/README.md @@ -0,0 +1,107 @@ +# haste-server + +Simple text sharing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [haste-server](https://truecharts.org/docs/charts/stable/haste-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `haste-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install haste-server TrueCharts/haste-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `haste-server` deployment + +```console +helm uninstall haste-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install haste-server \ + --set env.TZ="America/New York" \ + TrueCharts/haste-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install haste-server TrueCharts/haste-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/haste-server/6.0.38/app-readme.md b/stable/haste-server/6.0.39/app-readme.md similarity index 100% rename from stable/haste-server/6.0.38/app-readme.md rename to stable/haste-server/6.0.39/app-readme.md diff --git a/stable/haste-server/6.0.39/charts/common-10.7.1.tgz b/stable/haste-server/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/haste-server/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/haste-server/6.0.38/ix_values.yaml b/stable/haste-server/6.0.39/ix_values.yaml similarity index 100% rename from stable/haste-server/6.0.38/ix_values.yaml rename to stable/haste-server/6.0.39/ix_values.yaml diff --git a/stable/haste-server/6.0.38/questions.yaml b/stable/haste-server/6.0.39/questions.yaml similarity index 100% rename from stable/haste-server/6.0.38/questions.yaml rename to stable/haste-server/6.0.39/questions.yaml diff --git a/stable/ispy-agent-dvr/2.0.51/templates/common.yaml b/stable/haste-server/6.0.39/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/2.0.51/templates/common.yaml rename to stable/haste-server/6.0.39/templates/common.yaml diff --git a/stable/immich/1.0.0/values.yaml b/stable/haste-server/6.0.39/values.yaml similarity index 100% rename from stable/immich/1.0.0/values.yaml rename to stable/haste-server/6.0.39/values.yaml diff --git a/stable/headphones/4.0.35/CHANGELOG.md b/stable/headphones/4.0.35/CHANGELOG.md deleted file mode 100644 index 1af13f56742..00000000000 --- a/stable/headphones/4.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [headphones-4.0.35](https://github.com/truecharts/charts/compare/headphones-4.0.34...headphones-4.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [headphones-4.0.34](https://github.com/truecharts/charts/compare/headphones-4.0.33...headphones-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [headphones-4.0.34](https://github.com/truecharts/charts/compare/headphones-4.0.33...headphones-4.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [headphones-4.0.33](https://github.com/truecharts/charts/compare/headphones-4.0.32...headphones-4.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [headphones-4.0.32](https://github.com/truecharts/charts/compare/headphones-4.0.31...headphones-4.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [headphones-4.0.31](https://github.com/truecharts/charts/compare/headphones-4.0.30...headphones-4.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [headphones-4.0.30](https://github.com/truecharts/charts/compare/headphones-4.0.29...headphones-4.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [headphones-4.0.30](https://github.com/truecharts/charts/compare/headphones-4.0.29...headphones-4.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/headphones/4.0.35/Chart.lock b/stable/headphones/4.0.35/Chart.lock deleted file mode 100644 index 66baba1cfc2..00000000000 --- a/stable/headphones/4.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:31:11.73887856Z" diff --git a/stable/headphones/4.0.35/Chart.yaml b/stable/headphones/4.0.35/Chart.yaml deleted file mode 100644 index fc5ba2b6a81..00000000000 --- a/stable/headphones/4.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "58edc604" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: "An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." -home: https://truecharts.org/docs/charts/stable/headphones -icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png -keywords: - - headphones - - music - - downloader -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: headphones -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/headphones - - https://github.com/linuxserver/docker-headphones - - https://github.com/rembo10/headphones -type: application -version: 4.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/headphones/4.0.35/README.md b/stable/headphones/4.0.35/README.md deleted file mode 100644 index e188a0a916b..00000000000 --- a/stable/headphones/4.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# headphones - -An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [headphones](https://truecharts.org/docs/charts/stable/headphones) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `headphones` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install headphones TrueCharts/headphones -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `headphones` deployment - -```console -helm uninstall headphones -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install headphones \ - --set env.TZ="America/New York" \ - TrueCharts/headphones -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install headphones TrueCharts/headphones -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/headphones/4.0.35/charts/common-10.7.0.tgz b/stable/headphones/4.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/headphones/4.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/headphones/4.0.36/CHANGELOG.md b/stable/headphones/4.0.36/CHANGELOG.md new file mode 100644 index 00000000000..19175b227d1 --- /dev/null +++ b/stable/headphones/4.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [headphones-4.0.36](https://github.com/truecharts/charts/compare/headphones-4.0.35...headphones-4.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [headphones-4.0.35](https://github.com/truecharts/charts/compare/headphones-4.0.34...headphones-4.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [headphones-4.0.34](https://github.com/truecharts/charts/compare/headphones-4.0.33...headphones-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [headphones-4.0.34](https://github.com/truecharts/charts/compare/headphones-4.0.33...headphones-4.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [headphones-4.0.33](https://github.com/truecharts/charts/compare/headphones-4.0.32...headphones-4.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [headphones-4.0.32](https://github.com/truecharts/charts/compare/headphones-4.0.31...headphones-4.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [headphones-4.0.31](https://github.com/truecharts/charts/compare/headphones-4.0.30...headphones-4.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [headphones-4.0.30](https://github.com/truecharts/charts/compare/headphones-4.0.29...headphones-4.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/headphones/4.0.36/Chart.lock b/stable/headphones/4.0.36/Chart.lock new file mode 100644 index 00000000000..0816dd04535 --- /dev/null +++ b/stable/headphones/4.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:48.459977095Z" diff --git a/stable/headphones/4.0.36/Chart.yaml b/stable/headphones/4.0.36/Chart.yaml new file mode 100644 index 00000000000..baab116ecae --- /dev/null +++ b/stable/headphones/4.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "58edc604" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: "An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole." +home: https://truecharts.org/docs/charts/stable/headphones +icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.png +keywords: + - headphones + - music + - downloader +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: headphones +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/headphones + - https://github.com/linuxserver/docker-headphones + - https://github.com/rembo10/headphones +type: application +version: 4.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/headphones/4.0.36/README.md b/stable/headphones/4.0.36/README.md new file mode 100644 index 00000000000..8a9d995eda3 --- /dev/null +++ b/stable/headphones/4.0.36/README.md @@ -0,0 +1,107 @@ +# headphones + +An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [headphones](https://truecharts.org/docs/charts/stable/headphones) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `headphones` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install headphones TrueCharts/headphones +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `headphones` deployment + +```console +helm uninstall headphones +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install headphones \ + --set env.TZ="America/New York" \ + TrueCharts/headphones +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install headphones TrueCharts/headphones -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/headphones/4.0.35/app-readme.md b/stable/headphones/4.0.36/app-readme.md similarity index 100% rename from stable/headphones/4.0.35/app-readme.md rename to stable/headphones/4.0.36/app-readme.md diff --git a/stable/headphones/4.0.36/charts/common-10.7.1.tgz b/stable/headphones/4.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/headphones/4.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/headphones/4.0.35/ix_values.yaml b/stable/headphones/4.0.36/ix_values.yaml similarity index 100% rename from stable/headphones/4.0.35/ix_values.yaml rename to stable/headphones/4.0.36/ix_values.yaml diff --git a/stable/headphones/4.0.35/questions.yaml b/stable/headphones/4.0.36/questions.yaml similarity index 100% rename from stable/headphones/4.0.35/questions.yaml rename to stable/headphones/4.0.36/questions.yaml diff --git a/stable/headphones/4.0.35/templates/common.yaml b/stable/headphones/4.0.36/templates/common.yaml similarity index 100% rename from stable/headphones/4.0.35/templates/common.yaml rename to stable/headphones/4.0.36/templates/common.yaml diff --git a/stable/impostor-server/1.0.45/values.yaml b/stable/headphones/4.0.36/values.yaml similarity index 100% rename from stable/impostor-server/1.0.45/values.yaml rename to stable/headphones/4.0.36/values.yaml diff --git a/stable/healthchecks/7.0.37/CHANGELOG.md b/stable/healthchecks/7.0.37/CHANGELOG.md deleted file mode 100644 index c3c5fa885b5..00000000000 --- a/stable/healthchecks/7.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [healthchecks-7.0.37](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.28...healthchecks-7.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [healthchecks-7.0.36](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecks-7.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [healthchecks-7.0.36](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecks-7.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [healthchecks-7.0.35](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.26...healthchecks-7.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [healthchecks-7.0.34](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.25...healthchecks-7.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [healthchecks-7.0.33](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.24...healthchecks-7.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [healthchecks-7.0.32](https://github.com/truecharts/charts/compare/healthchecks-7.0.31...healthchecks-7.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [healthchecks-7.0.32](https://github.com/truecharts/charts/compare/healthchecks-7.0.31...healthchecks-7.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/healthchecks/7.0.37/Chart.lock b/stable/healthchecks/7.0.37/Chart.lock deleted file mode 100644 index 6e5ba64b8a2..00000000000 --- a/stable/healthchecks/7.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:31:20.774625876Z" diff --git a/stable/healthchecks/7.0.37/Chart.yaml b/stable/healthchecks/7.0.37/Chart.yaml deleted file mode 100644 index a1072cc0893..00000000000 --- a/stable/healthchecks/7.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.22.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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. -home: https://truecharts.org/docs/charts/stable/healthchecks -icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png -keywords: - - cron - - monitoring - - alert -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: healthchecks -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks - - https://github.com/healthchecks/healthchecks - - https://hub.docker.com/r/linuxserver/healthchecks -version: 7.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/healthchecks/7.0.37/README.md b/stable/healthchecks/7.0.37/README.md deleted file mode 100644 index b3d5e7980d2..00000000000 --- a/stable/healthchecks/7.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# healthchecks - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [healthchecks](https://truecharts.org/docs/charts/stable/healthchecks) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `healthchecks` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install healthchecks TrueCharts/healthchecks -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `healthchecks` deployment - -```console -helm uninstall healthchecks -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install healthchecks \ - --set env.TZ="America/New York" \ - TrueCharts/healthchecks -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install healthchecks TrueCharts/healthchecks -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/healthchecks/7.0.37/charts/common-10.7.0.tgz b/stable/healthchecks/7.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/healthchecks/7.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/healthchecks/7.0.38/CHANGELOG.md b/stable/healthchecks/7.0.38/CHANGELOG.md new file mode 100644 index 00000000000..480cc895dbf --- /dev/null +++ b/stable/healthchecks/7.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [healthchecks-7.0.38](https://github.com/truecharts/charts/compare/healthchecks-7.0.37...healthchecks-7.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [healthchecks-7.0.37](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.28...healthchecks-7.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [healthchecks-7.0.36](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecks-7.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [healthchecks-7.0.36](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.27...healthchecks-7.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [healthchecks-7.0.35](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.26...healthchecks-7.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [healthchecks-7.0.34](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.25...healthchecks-7.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [healthchecks-7.0.33](https://github.com/truecharts/charts/compare/healthchecksdashboard-0.0.24...healthchecks-7.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [healthchecks-7.0.32](https://github.com/truecharts/charts/compare/healthchecks-7.0.31...healthchecks-7.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/healthchecks/7.0.38/Chart.lock b/stable/healthchecks/7.0.38/Chart.lock new file mode 100644 index 00000000000..3400ef0fc6f --- /dev/null +++ b/stable/healthchecks/7.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:15:48.508370798Z" diff --git a/stable/healthchecks/7.0.38/Chart.yaml b/stable/healthchecks/7.0.38/Chart.yaml new file mode 100644 index 00000000000..ef3dcf1c4dd --- /dev/null +++ b/stable/healthchecks/7.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.22.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/healthchecks +icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.png +keywords: + - cron + - monitoring + - alert +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: healthchecks +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/healthchecks + - https://github.com/healthchecks/healthchecks + - https://hub.docker.com/r/linuxserver/healthchecks +version: 7.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/healthchecks/7.0.38/README.md b/stable/healthchecks/7.0.38/README.md new file mode 100644 index 00000000000..5a81ddd27e5 --- /dev/null +++ b/stable/healthchecks/7.0.38/README.md @@ -0,0 +1,107 @@ +# healthchecks + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [healthchecks](https://truecharts.org/docs/charts/stable/healthchecks) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `healthchecks` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install healthchecks TrueCharts/healthchecks +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `healthchecks` deployment + +```console +helm uninstall healthchecks +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install healthchecks \ + --set env.TZ="America/New York" \ + TrueCharts/healthchecks +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install healthchecks TrueCharts/healthchecks -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/healthchecks/7.0.37/app-readme.md b/stable/healthchecks/7.0.38/app-readme.md similarity index 100% rename from stable/healthchecks/7.0.37/app-readme.md rename to stable/healthchecks/7.0.38/app-readme.md diff --git a/stable/healthchecks/7.0.38/charts/common-10.7.1.tgz b/stable/healthchecks/7.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/healthchecks/7.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/healthchecks/7.0.37/ix_values.yaml b/stable/healthchecks/7.0.38/ix_values.yaml similarity index 100% rename from stable/healthchecks/7.0.37/ix_values.yaml rename to stable/healthchecks/7.0.38/ix_values.yaml diff --git a/stable/healthchecks/7.0.37/questions.yaml b/stable/healthchecks/7.0.38/questions.yaml similarity index 100% rename from stable/healthchecks/7.0.37/questions.yaml rename to stable/healthchecks/7.0.38/questions.yaml diff --git a/stable/iyuuplus/2.0.36/templates/common.yaml b/stable/healthchecks/7.0.38/templates/common.yaml similarity index 100% rename from stable/iyuuplus/2.0.36/templates/common.yaml rename to stable/healthchecks/7.0.38/templates/common.yaml diff --git a/stable/inventree/4.0.19/values.yaml b/stable/healthchecks/7.0.38/values.yaml similarity index 100% rename from stable/inventree/4.0.19/values.yaml rename to stable/healthchecks/7.0.38/values.yaml diff --git a/stable/hedgedoc/4.0.56/CHANGELOG.md b/stable/hedgedoc/4.0.56/CHANGELOG.md deleted file mode 100644 index 522aebdcdc7..00000000000 --- a/stable/hedgedoc/4.0.56/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hedgedoc-4.0.56](https://github.com/truecharts/charts/compare/hedgedoc-4.0.55...hedgedoc-4.0.56) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [hedgedoc-4.0.55](https://github.com/truecharts/charts/compare/hedgedoc-4.0.54...hedgedoc-4.0.55) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hedgedoc-4.0.54](https://github.com/truecharts/charts/compare/hedgedoc-4.0.52...hedgedoc-4.0.54) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [hedgedoc-4.0.53](https://github.com/truecharts/charts/compare/hedgedoc-4.0.52...hedgedoc-4.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hedgedoc-4.0.52](https://github.com/truecharts/charts/compare/hedgedoc-4.0.51...hedgedoc-4.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [hedgedoc-4.0.51](https://github.com/truecharts/charts/compare/hedgedoc-4.0.50...hedgedoc-4.0.51) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hedgedoc-4.0.50](https://github.com/truecharts/charts/compare/hedgedoc-4.0.49...hedgedoc-4.0.50) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) - - update docker general non-major - - - - -## [hedgedoc-4.0.48](https://github.com/truecharts/charts/compare/hedgedoc-4.0.47...hedgedoc-4.0.48) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hedgedoc-4.0.47](https://github.com/truecharts/charts/compare/hedgedoc-4.0.46...hedgedoc-4.0.47) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hedgedoc-4.0.46](https://github.com/truecharts/charts/compare/hedgedoc-4.0.45...hedgedoc-4.0.46) (2022-09-22) - diff --git a/stable/hedgedoc/4.0.56/Chart.lock b/stable/hedgedoc/4.0.56/Chart.lock deleted file mode 100644 index 34f7a370fba..00000000000 --- a/stable/hedgedoc/4.0.56/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-15T00:18:18.000345446Z" diff --git a/stable/hedgedoc/4.0.56/Chart.yaml b/stable/hedgedoc/4.0.56/Chart.yaml deleted file mode 100644 index b537411e862..00000000000 --- a/stable/hedgedoc/4.0.56/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: hedgedoc -version: 4.0.56 -appVersion: "1.9.4" -description: HedgeDoc lets you create real-time collaborative markdown notes. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/hedgedoc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png -keywords: - - hedgedoc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc - - https://hub.docker.com/r/linuxserver/hedgedoc -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/hedgedoc/4.0.56/README.md b/stable/hedgedoc/4.0.56/README.md deleted file mode 100644 index 158adb320b3..00000000000 --- a/stable/hedgedoc/4.0.56/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hedgedoc - -HedgeDoc lets you create real-time collaborative markdown notes. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hedgedoc](https://truecharts.org/docs/charts/stable/hedgedoc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hedgedoc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hedgedoc TrueCharts/hedgedoc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hedgedoc` deployment - -```console -helm uninstall hedgedoc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hedgedoc \ - --set env.TZ="America/New York" \ - TrueCharts/hedgedoc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hedgedoc TrueCharts/hedgedoc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/hedgedoc/4.0.56/charts/common-10.7.0.tgz b/stable/hedgedoc/4.0.56/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/hedgedoc/4.0.56/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/hedgedoc/4.0.56/charts/postgresql-8.0.97.tgz b/stable/hedgedoc/4.0.56/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/hedgedoc/4.0.56/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/hedgedoc/4.0.57/CHANGELOG.md b/stable/hedgedoc/4.0.57/CHANGELOG.md new file mode 100644 index 00000000000..6b2e2fefddb --- /dev/null +++ b/stable/hedgedoc/4.0.57/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hedgedoc-4.0.57](https://github.com/truecharts/charts/compare/hedgedoc-4.0.56...hedgedoc-4.0.57) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hedgedoc-4.0.56](https://github.com/truecharts/charts/compare/hedgedoc-4.0.55...hedgedoc-4.0.56) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [hedgedoc-4.0.55](https://github.com/truecharts/charts/compare/hedgedoc-4.0.54...hedgedoc-4.0.55) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hedgedoc-4.0.54](https://github.com/truecharts/charts/compare/hedgedoc-4.0.52...hedgedoc-4.0.54) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [hedgedoc-4.0.53](https://github.com/truecharts/charts/compare/hedgedoc-4.0.52...hedgedoc-4.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hedgedoc-4.0.52](https://github.com/truecharts/charts/compare/hedgedoc-4.0.51...hedgedoc-4.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [hedgedoc-4.0.51](https://github.com/truecharts/charts/compare/hedgedoc-4.0.50...hedgedoc-4.0.51) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hedgedoc-4.0.50](https://github.com/truecharts/charts/compare/hedgedoc-4.0.49...hedgedoc-4.0.50) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + - update docker general non-major + + + + +## [hedgedoc-4.0.48](https://github.com/truecharts/charts/compare/hedgedoc-4.0.47...hedgedoc-4.0.48) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hedgedoc-4.0.47](https://github.com/truecharts/charts/compare/hedgedoc-4.0.46...hedgedoc-4.0.47) (2022-09-25) + diff --git a/stable/hedgedoc/4.0.57/Chart.lock b/stable/hedgedoc/4.0.57/Chart.lock new file mode 100644 index 00000000000..8a5180ea40e --- /dev/null +++ b/stable/hedgedoc/4.0.57/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:16:16.618353891Z" diff --git a/stable/hedgedoc/4.0.57/Chart.yaml b/stable/hedgedoc/4.0.57/Chart.yaml new file mode 100644 index 00000000000..b23c5b80ae6 --- /dev/null +++ b/stable/hedgedoc/4.0.57/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: hedgedoc +version: 4.0.57 +appVersion: "1.9.4" +description: HedgeDoc lets you create real-time collaborative markdown notes. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/hedgedoc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.png +keywords: + - hedgedoc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hedgedoc + - https://hub.docker.com/r/linuxserver/hedgedoc +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/hedgedoc/4.0.57/README.md b/stable/hedgedoc/4.0.57/README.md new file mode 100644 index 00000000000..1b68d2cc6b7 --- /dev/null +++ b/stable/hedgedoc/4.0.57/README.md @@ -0,0 +1,107 @@ +# hedgedoc + +HedgeDoc lets you create real-time collaborative markdown notes. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hedgedoc](https://truecharts.org/docs/charts/stable/hedgedoc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hedgedoc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hedgedoc TrueCharts/hedgedoc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hedgedoc` deployment + +```console +helm uninstall hedgedoc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hedgedoc \ + --set env.TZ="America/New York" \ + TrueCharts/hedgedoc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hedgedoc TrueCharts/hedgedoc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/hedgedoc/4.0.56/app-readme.md b/stable/hedgedoc/4.0.57/app-readme.md similarity index 100% rename from stable/hedgedoc/4.0.56/app-readme.md rename to stable/hedgedoc/4.0.57/app-readme.md diff --git a/stable/hedgedoc/4.0.57/charts/common-10.7.1.tgz b/stable/hedgedoc/4.0.57/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/hedgedoc/4.0.57/charts/common-10.7.1.tgz differ diff --git a/stable/hedgedoc/4.0.57/charts/postgresql-8.0.101.tgz b/stable/hedgedoc/4.0.57/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/hedgedoc/4.0.57/charts/postgresql-8.0.101.tgz differ diff --git a/stable/hedgedoc/4.0.56/ix_values.yaml b/stable/hedgedoc/4.0.57/ix_values.yaml similarity index 100% rename from stable/hedgedoc/4.0.56/ix_values.yaml rename to stable/hedgedoc/4.0.57/ix_values.yaml diff --git a/stable/hedgedoc/4.0.56/questions.yaml b/stable/hedgedoc/4.0.57/questions.yaml similarity index 100% rename from stable/hedgedoc/4.0.56/questions.yaml rename to stable/hedgedoc/4.0.57/questions.yaml diff --git a/stable/hedgedoc/4.0.56/templates/_secrets.tpl b/stable/hedgedoc/4.0.57/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/4.0.56/templates/_secrets.tpl rename to stable/hedgedoc/4.0.57/templates/_secrets.tpl diff --git a/stable/hedgedoc/4.0.56/templates/common.yaml b/stable/hedgedoc/4.0.57/templates/common.yaml similarity index 100% rename from stable/hedgedoc/4.0.56/templates/common.yaml rename to stable/hedgedoc/4.0.57/templates/common.yaml diff --git a/stable/ipfs/3.0.42/values.yaml b/stable/hedgedoc/4.0.57/values.yaml similarity index 100% rename from stable/ipfs/3.0.42/values.yaml rename to stable/hedgedoc/4.0.57/values.yaml diff --git a/stable/heimdall/11.0.49/CHANGELOG.md b/stable/heimdall/11.0.49/CHANGELOG.md new file mode 100644 index 00000000000..f9ea206c994 --- /dev/null +++ b/stable/heimdall/11.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [heimdall-11.0.49](https://github.com/truecharts/charts/compare/heimdall-11.0.48...heimdall-11.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [heimdall-11.0.48](https://github.com/truecharts/charts/compare/heimdall-11.0.47...heimdall-11.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [heimdall-11.0.47](https://github.com/truecharts/charts/compare/heimdall-11.0.46...heimdall-11.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [heimdall-11.0.47](https://github.com/truecharts/charts/compare/heimdall-11.0.46...heimdall-11.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [heimdall-11.0.46](https://github.com/truecharts/charts/compare/heimdall-11.0.45...heimdall-11.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [heimdall-11.0.45](https://github.com/truecharts/charts/compare/heimdall-11.0.44...heimdall-11.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [heimdall-11.0.44](https://github.com/truecharts/charts/compare/heimdall-11.0.43...heimdall-11.0.44) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [heimdall-11.0.43](https://github.com/truecharts/charts/compare/heimdall-11.0.42...heimdall-11.0.43) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [heimdall-11.0.42](https://github.com/truecharts/charts/compare/heimdall-11.0.40...heimdall-11.0.42) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/heimdall/11.0.49/Chart.lock b/stable/heimdall/11.0.49/Chart.lock new file mode 100644 index 00000000000..26f492d5b58 --- /dev/null +++ b/stable/heimdall/11.0.49/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:16:09.528193429Z" diff --git a/stable/heimdall/11.0.49/Chart.yaml b/stable/heimdall/11.0.49/Chart.yaml new file mode 100644 index 00000000000..f334b2922cb --- /dev/null +++ b/stable/heimdall/11.0.49/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.4.13" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: An Application dashboard and launcher +home: https://truecharts.org/docs/charts/stable/heimdall +icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png +keywords: + - heimdall +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: heimdall +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/heimdall + - https://github.com/linuxserver/Heimdall/ +type: application +version: 11.0.49 +annotations: + truecharts.org/catagories: | + - organizers + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/heimdall/11.0.49/README.md b/stable/heimdall/11.0.49/README.md new file mode 100644 index 00000000000..1dd6a86f3b7 --- /dev/null +++ b/stable/heimdall/11.0.49/README.md @@ -0,0 +1,106 @@ +# heimdall + +An Application dashboard and launcher + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [heimdall](https://truecharts.org/docs/charts/stable/heimdall) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `heimdall` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install heimdall TrueCharts/heimdall +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `heimdall` deployment + +```console +helm uninstall heimdall +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install heimdall \ + --set env.TZ="America/New York" \ + TrueCharts/heimdall +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install heimdall TrueCharts/heimdall -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/heimdall/11.0.49/app-readme.md b/stable/heimdall/11.0.49/app-readme.md new file mode 100644 index 00000000000..83c16850241 --- /dev/null +++ b/stable/heimdall/11.0.49/app-readme.md @@ -0,0 +1,8 @@ +An Application dashboard and launcher + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/heimdall](https://truecharts.org/docs/charts/stable/heimdall) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/heimdall/11.0.49/charts/common-10.7.1.tgz b/stable/heimdall/11.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/heimdall/11.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/heimdall/11.0.49/ix_values.yaml b/stable/heimdall/11.0.49/ix_values.yaml new file mode 100644 index 00000000000..3652d79552b --- /dev/null +++ b/stable/heimdall/11.0.49/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: tccr.io/truecharts/heimdall + tag: v2.4.13@sha256:a9671e323474a07a08fe0778923e6731c0b6d7a9139be4a5fa38f2a2b3df9461 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10014 + targetPort: 80 + +probes: + startup: + enabled: true + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/heimdall/11.0.49/questions.yaml b/stable/heimdall/11.0.49/questions.yaml new file mode 100644 index 00000000000..8ff0db330c9 --- /dev/null +++ b/stable/heimdall/11.0.49/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10014 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/jdownloader2/8.0.39/templates/common.yaml b/stable/heimdall/11.0.49/templates/common.yaml similarity index 100% rename from stable/jdownloader2/8.0.39/templates/common.yaml rename to stable/heimdall/11.0.49/templates/common.yaml diff --git a/stable/ispy-agent-dvr/2.0.51/values.yaml b/stable/heimdall/11.0.49/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/2.0.51/values.yaml rename to stable/heimdall/11.0.49/values.yaml diff --git a/stable/homarr/2.0.43/CHANGELOG.md b/stable/homarr/2.0.43/CHANGELOG.md deleted file mode 100644 index 6a62733f779..00000000000 --- a/stable/homarr/2.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [homarr-2.0.43](https://github.com/truecharts/charts/compare/homarr-2.0.42...homarr-2.0.43) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [homarr-2.0.42](https://github.com/truecharts/charts/compare/homarr-2.0.41...homarr-2.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [homarr-2.0.41](https://github.com/truecharts/charts/compare/homarr-2.0.40...homarr-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homarr-2.0.41](https://github.com/truecharts/charts/compare/homarr-2.0.40...homarr-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homarr-2.0.40](https://github.com/truecharts/charts/compare/homarr-2.0.39...homarr-2.0.40) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [homarr-2.0.39](https://github.com/truecharts/charts/compare/homarr-2.0.38...homarr-2.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [homarr-2.0.38](https://github.com/truecharts/charts/compare/homarr-2.0.37...homarr-2.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [homarr-2.0.37](https://github.com/truecharts/charts/compare/homarr-2.0.35...homarr-2.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/homarr/2.0.43/Chart.lock b/stable/homarr/2.0.43/Chart.lock deleted file mode 100644 index 3b7e7b2d6f2..00000000000 --- a/stable/homarr/2.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:18:21.108294996Z" diff --git a/stable/homarr/2.0.43/Chart.yaml b/stable/homarr/2.0.43/Chart.yaml deleted file mode 100644 index 4e3c7f9f658..00000000000 --- a/stable/homarr/2.0.43/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "0.10.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. -home: https://truecharts.org/docs/charts/stable/homarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png -keywords: - - dashboard -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: homarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/homarr - - https://github.com/ajnart/homarr -version: 2.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/homarr/2.0.43/README.md b/stable/homarr/2.0.43/README.md deleted file mode 100644 index 5322cd1a325..00000000000 --- a/stable/homarr/2.0.43/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# homarr - -Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [homarr](https://truecharts.org/docs/charts/stable/homarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `homarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install homarr TrueCharts/homarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `homarr` deployment - -```console -helm uninstall homarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install homarr \ - --set env.TZ="America/New York" \ - TrueCharts/homarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install homarr TrueCharts/homarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/homarr/2.0.43/charts/common-10.7.0.tgz b/stable/homarr/2.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/homarr/2.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/homarr/2.0.44/CHANGELOG.md b/stable/homarr/2.0.44/CHANGELOG.md new file mode 100644 index 00000000000..690c3390c2f --- /dev/null +++ b/stable/homarr/2.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [homarr-2.0.44](https://github.com/truecharts/charts/compare/homarr-2.0.43...homarr-2.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [homarr-2.0.43](https://github.com/truecharts/charts/compare/homarr-2.0.42...homarr-2.0.43) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [homarr-2.0.42](https://github.com/truecharts/charts/compare/homarr-2.0.41...homarr-2.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [homarr-2.0.41](https://github.com/truecharts/charts/compare/homarr-2.0.40...homarr-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homarr-2.0.41](https://github.com/truecharts/charts/compare/homarr-2.0.40...homarr-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homarr-2.0.40](https://github.com/truecharts/charts/compare/homarr-2.0.39...homarr-2.0.40) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [homarr-2.0.39](https://github.com/truecharts/charts/compare/homarr-2.0.38...homarr-2.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [homarr-2.0.38](https://github.com/truecharts/charts/compare/homarr-2.0.37...homarr-2.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [homarr-2.0.37](https://github.com/truecharts/charts/compare/homarr-2.0.35...homarr-2.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/homarr/2.0.44/Chart.lock b/stable/homarr/2.0.44/Chart.lock new file mode 100644 index 00000000000..a1e4d5c7e5a --- /dev/null +++ b/stable/homarr/2.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:16:18.961767556Z" diff --git a/stable/homarr/2.0.44/Chart.yaml b/stable/homarr/2.0.44/Chart.yaml new file mode 100644 index 00000000000..1d9fecdd5d0 --- /dev/null +++ b/stable/homarr/2.0.44/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "0.10.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. +home: https://truecharts.org/docs/charts/stable/homarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.png +keywords: + - dashboard +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: homarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/homarr + - https://github.com/ajnart/homarr +version: 2.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/homarr/2.0.44/README.md b/stable/homarr/2.0.44/README.md new file mode 100644 index 00000000000..d3274a38787 --- /dev/null +++ b/stable/homarr/2.0.44/README.md @@ -0,0 +1,106 @@ +# homarr + +Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [homarr](https://truecharts.org/docs/charts/stable/homarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `homarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install homarr TrueCharts/homarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `homarr` deployment + +```console +helm uninstall homarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install homarr \ + --set env.TZ="America/New York" \ + TrueCharts/homarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install homarr TrueCharts/homarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/homarr/2.0.43/app-readme.md b/stable/homarr/2.0.44/app-readme.md similarity index 100% rename from stable/homarr/2.0.43/app-readme.md rename to stable/homarr/2.0.44/app-readme.md diff --git a/stable/homarr/2.0.44/charts/common-10.7.1.tgz b/stable/homarr/2.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/homarr/2.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/homarr/2.0.43/ix_values.yaml b/stable/homarr/2.0.44/ix_values.yaml similarity index 100% rename from stable/homarr/2.0.43/ix_values.yaml rename to stable/homarr/2.0.44/ix_values.yaml diff --git a/stable/homarr/2.0.43/questions.yaml b/stable/homarr/2.0.44/questions.yaml similarity index 100% rename from stable/homarr/2.0.43/questions.yaml rename to stable/homarr/2.0.44/questions.yaml diff --git a/stable/jellyseerr/2.0.38/templates/common.yaml b/stable/homarr/2.0.44/templates/common.yaml similarity index 100% rename from stable/jellyseerr/2.0.38/templates/common.yaml rename to stable/homarr/2.0.44/templates/common.yaml diff --git a/stable/iyuuplus/2.0.36/values.yaml b/stable/homarr/2.0.44/values.yaml similarity index 100% rename from stable/iyuuplus/2.0.36/values.yaml rename to stable/homarr/2.0.44/values.yaml diff --git a/stable/home-assistant/15.0.64/CHANGELOG.md b/stable/home-assistant/15.0.64/CHANGELOG.md new file mode 100644 index 00000000000..ac79c84df92 --- /dev/null +++ b/stable/home-assistant/15.0.64/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [home-assistant-15.0.64](https://github.com/truecharts/charts/compare/home-assistant-15.0.63...home-assistant-15.0.64) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [home-assistant-15.0.63](https://github.com/truecharts/charts/compare/home-assistant-15.0.62...home-assistant-15.0.63) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [home-assistant-15.0.62](https://github.com/truecharts/charts/compare/home-assistant-15.0.61...home-assistant-15.0.62) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [home-assistant-15.0.61](https://github.com/truecharts/charts/compare/home-assistant-15.0.60...home-assistant-15.0.61) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [home-assistant-15.0.60](https://github.com/truecharts/charts/compare/home-assistant-15.0.59...home-assistant-15.0.60) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [home-assistant-15.0.59](https://github.com/truecharts/charts/compare/home-assistant-15.0.58...home-assistant-15.0.59) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [home-assistant-15.0.59](https://github.com/truecharts/charts/compare/home-assistant-15.0.58...home-assistant-15.0.59) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [home-assistant-15.0.58](https://github.com/truecharts/charts/compare/home-assistant-15.0.57...home-assistant-15.0.58) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [home-assistant-15.0.57](https://github.com/truecharts/charts/compare/home-assistant-15.0.56...home-assistant-15.0.57) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [home-assistant-15.0.55](https://github.com/truecharts/charts/compare/home-assistant-15.0.54...home-assistant-15.0.55) (2022-09-27) + +### Chore + diff --git a/stable/home-assistant/15.0.64/Chart.lock b/stable/home-assistant/15.0.64/Chart.lock new file mode 100644 index 00000000000..69342ea4bc6 --- /dev/null +++ b/stable/home-assistant/15.0.64/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:16:32.503821954Z" diff --git a/stable/home-assistant/15.0.64/Chart.yaml b/stable/home-assistant/15.0.64/Chart.yaml new file mode 100644 index 00000000000..889859ca94f --- /dev/null +++ b/stable/home-assistant/15.0.64/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "2022.10.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: home-assistant App for TrueNAS SCALE +home: https://truecharts.org/docs/charts/stable/home-assistant +icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.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/truecharts/charts/tree/master/charts/stable/home-assistant + - https://github.com/home-assistant/home-assistant + - https://github.com/cdr/code-server +type: application +version: 15.0.64 +annotations: + truecharts.org/catagories: | + - home-automation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/home-assistant/15.0.64/README.md b/stable/home-assistant/15.0.64/README.md new file mode 100644 index 00000000000..d826f8b365b --- /dev/null +++ b/stable/home-assistant/15.0.64/README.md @@ -0,0 +1,108 @@ +# home-assistant + +home-assistant App for TrueNAS SCALE + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [home-assistant](https://truecharts.org/docs/charts/stable/home-assistant) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `home-assistant` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install home-assistant TrueCharts/home-assistant +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `home-assistant` deployment + +```console +helm uninstall home-assistant +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install home-assistant \ + --set env.TZ="America/New York" \ + TrueCharts/home-assistant +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install home-assistant TrueCharts/home-assistant -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/home-assistant/15.0.64/app-readme.md b/stable/home-assistant/15.0.64/app-readme.md new file mode 100644 index 00000000000..23f99744793 --- /dev/null +++ b/stable/home-assistant/15.0.64/app-readme.md @@ -0,0 +1,8 @@ +home-assistant App for TrueNAS SCALE + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/home-assistant](https://truecharts.org/docs/charts/stable/home-assistant) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/home-assistant/15.0.64/charts/common-10.7.1.tgz b/stable/home-assistant/15.0.64/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/home-assistant/15.0.64/charts/common-10.7.1.tgz differ diff --git a/stable/home-assistant/15.0.64/charts/postgresql-8.0.101.tgz b/stable/home-assistant/15.0.64/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/home-assistant/15.0.64/charts/postgresql-8.0.101.tgz differ diff --git a/stable/home-assistant/15.0.64/ix_values.yaml b/stable/home-assistant/15.0.64/ix_values.yaml new file mode 100644 index 00000000000..478bff0b74c --- /dev/null +++ b/stable/home-assistant/15.0.64/ix_values.yaml @@ -0,0 +1,160 @@ +image: + repository: tccr.io/truecharts/home-assistant + pullPolicy: IfNotPresent + tag: 2022.10.4@sha256:9b67eafe7c54c01fbc25913354cfb4b09d9f60e82584434f50903471163824b4 + +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 + +# Enable a prometheus-operator servicemonitor +prometheus: + serviceMonitor: + enabled: false + # interval: 1m + # additionalLabels: {} + +persistence: + config: + enabled: true + mountPath: "/config" + init: + enabled: "true" + mountPath: "/config/init" + readOnly: true + type: "custom" + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-init' + defaultMode: 0777 + +configmap: + init: + enabled: true + 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 + +postgresql: + enabled: true + postgresqlUsername: home-assistant + postgresqlDatabase: home-assistant + existingSecret: "dbcreds" + +influxdb: + enabled: false + architecture: standalone + database: home_assistant + authEnabled: false + persistence: + enabled: false + # storageClass: "" + # + +portal: + enabled: true diff --git a/stable/home-assistant/15.0.64/questions.yaml b/stable/home-assistant/15.0.64/questions.yaml new file mode 100644 index 00000000000..27dd26153f9 --- /dev/null +++ b/stable/home-assistant/15.0.64/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8123 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/mosquitto/6.1.7/templates/common.yaml b/stable/home-assistant/15.0.64/templates/common.yaml similarity index 100% rename from stable/mosquitto/6.1.7/templates/common.yaml rename to stable/home-assistant/15.0.64/templates/common.yaml diff --git a/stable/jdownloader2/8.0.39/values.yaml b/stable/home-assistant/15.0.64/values.yaml similarity index 100% rename from stable/jdownloader2/8.0.39/values.yaml rename to stable/home-assistant/15.0.64/values.yaml diff --git a/stable/homepage/0.0.12/CHANGELOG.md b/stable/homepage/0.0.12/CHANGELOG.md deleted file mode 100644 index 7a0038ca2f7..00000000000 --- a/stable/homepage/0.0.12/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [homepage-0.0.12](https://github.com/truecharts/charts/compare/homepage-0.0.11...homepage-0.0.12) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [homepage-0.0.11](https://github.com/truecharts/charts/compare/homepage-0.0.10...homepage-0.0.11) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [homepage-0.0.10](https://github.com/truecharts/charts/compare/homepage-0.0.9...homepage-0.0.10) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homepage-0.0.10](https://github.com/truecharts/charts/compare/homepage-0.0.9...homepage-0.0.10) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homepage-0.0.9](https://github.com/truecharts/charts/compare/homepage-0.0.8...homepage-0.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [homepage-0.0.8](https://github.com/truecharts/charts/compare/homepage-0.0.7...homepage-0.0.8) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [homepage-0.0.7](https://github.com/truecharts/charts/compare/homepage-0.0.6...homepage-0.0.7) (2022-09-27) - -### Feat - -- move to stable ([#3935](https://github.com/truecharts/charts/issues/3935)) - - - - -## [homepage-0.0.6](https://github.com/truecharts/charts/compare/homepage-0.0.5...homepage-0.0.6) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [homepage-0.0.5](https://github.com/truecharts/charts/compare/homepage-0.0.4...homepage-0.0.5) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [homepage-0.0.4](https://github.com/truecharts/charts/compare/homepage-0.0.3...homepage-0.0.4) (2022-09-25) - diff --git a/stable/homepage/0.0.12/Chart.lock b/stable/homepage/0.0.12/Chart.lock deleted file mode 100644 index b5cd649e92b..00000000000 --- a/stable/homepage/0.0.12/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-17T06:03:02.994849598Z" diff --git a/stable/homepage/0.0.12/Chart.yaml b/stable/homepage/0.0.12/Chart.yaml deleted file mode 100644 index ed64860baeb..00000000000 --- a/stable/homepage/0.0.12/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "0.4.18" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A highly customizable homepage -home: https://truecharts.org/docs/charts/stable/homepage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png -keywords: - - homepage -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: homepage -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/homepage - - https://github.com/benphelps/homepage -version: 0.0.12 -annotations: - truecharts.org/catagories: | - - dashboard - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/homepage/0.0.12/README.md b/stable/homepage/0.0.12/README.md deleted file mode 100644 index b748f8e7659..00000000000 --- a/stable/homepage/0.0.12/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# homepage - -A highly customizable homepage - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [homepage](https://truecharts.org/docs/charts/stable/homepage) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `homepage` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install homepage TrueCharts/homepage -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `homepage` deployment - -```console -helm uninstall homepage -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install homepage \ - --set env.TZ="America/New York" \ - TrueCharts/homepage -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install homepage TrueCharts/homepage -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/homepage/0.0.12/charts/common-10.7.0.tgz b/stable/homepage/0.0.12/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/homepage/0.0.12/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/homepage/0.0.13/CHANGELOG.md b/stable/homepage/0.0.13/CHANGELOG.md new file mode 100644 index 00000000000..a224d6115a8 --- /dev/null +++ b/stable/homepage/0.0.13/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [homepage-0.0.13](https://github.com/truecharts/charts/compare/homepage-0.0.12...homepage-0.0.13) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [homepage-0.0.12](https://github.com/truecharts/charts/compare/homepage-0.0.11...homepage-0.0.12) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [homepage-0.0.11](https://github.com/truecharts/charts/compare/homepage-0.0.10...homepage-0.0.11) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [homepage-0.0.10](https://github.com/truecharts/charts/compare/homepage-0.0.9...homepage-0.0.10) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homepage-0.0.10](https://github.com/truecharts/charts/compare/homepage-0.0.9...homepage-0.0.10) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homepage-0.0.9](https://github.com/truecharts/charts/compare/homepage-0.0.8...homepage-0.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [homepage-0.0.8](https://github.com/truecharts/charts/compare/homepage-0.0.7...homepage-0.0.8) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [homepage-0.0.7](https://github.com/truecharts/charts/compare/homepage-0.0.6...homepage-0.0.7) (2022-09-27) + +### Feat + +- move to stable ([#3935](https://github.com/truecharts/charts/issues/3935)) + + + + +## [homepage-0.0.6](https://github.com/truecharts/charts/compare/homepage-0.0.5...homepage-0.0.6) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [homepage-0.0.5](https://github.com/truecharts/charts/compare/homepage-0.0.4...homepage-0.0.5) (2022-09-26) + diff --git a/stable/homepage/0.0.13/Chart.lock b/stable/homepage/0.0.13/Chart.lock new file mode 100644 index 00000000000..0bdd9e014a9 --- /dev/null +++ b/stable/homepage/0.0.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:16:41.514537374Z" diff --git a/stable/homepage/0.0.13/Chart.yaml b/stable/homepage/0.0.13/Chart.yaml new file mode 100644 index 00000000000..d27e5a1e556 --- /dev/null +++ b/stable/homepage/0.0.13/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "0.4.18" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A highly customizable homepage +home: https://truecharts.org/docs/charts/stable/homepage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.png +keywords: + - homepage +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: homepage +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/homepage + - https://github.com/benphelps/homepage +version: 0.0.13 +annotations: + truecharts.org/catagories: | + - dashboard + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/homepage/0.0.13/README.md b/stable/homepage/0.0.13/README.md new file mode 100644 index 00000000000..675a5b07fa6 --- /dev/null +++ b/stable/homepage/0.0.13/README.md @@ -0,0 +1,106 @@ +# homepage + +A highly customizable homepage + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [homepage](https://truecharts.org/docs/charts/stable/homepage) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `homepage` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install homepage TrueCharts/homepage +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `homepage` deployment + +```console +helm uninstall homepage +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install homepage \ + --set env.TZ="America/New York" \ + TrueCharts/homepage +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install homepage TrueCharts/homepage -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/homepage/0.0.12/app-readme.md b/stable/homepage/0.0.13/app-readme.md similarity index 100% rename from stable/homepage/0.0.12/app-readme.md rename to stable/homepage/0.0.13/app-readme.md diff --git a/stable/homepage/0.0.13/charts/common-10.7.1.tgz b/stable/homepage/0.0.13/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/homepage/0.0.13/charts/common-10.7.1.tgz differ diff --git a/stable/homepage/0.0.12/ix_values.yaml b/stable/homepage/0.0.13/ix_values.yaml similarity index 100% rename from stable/homepage/0.0.12/ix_values.yaml rename to stable/homepage/0.0.13/ix_values.yaml diff --git a/stable/homepage/0.0.12/questions.yaml b/stable/homepage/0.0.13/questions.yaml similarity index 100% rename from stable/homepage/0.0.12/questions.yaml rename to stable/homepage/0.0.13/questions.yaml diff --git a/stable/joplin-server/8.1.3/templates/common.yaml b/stable/homepage/0.0.13/templates/common.yaml similarity index 100% rename from stable/joplin-server/8.1.3/templates/common.yaml rename to stable/homepage/0.0.13/templates/common.yaml diff --git a/stable/jellyseerr/2.0.38/values.yaml b/stable/homepage/0.0.13/values.yaml similarity index 100% rename from stable/jellyseerr/2.0.38/values.yaml rename to stable/homepage/0.0.13/values.yaml diff --git a/stable/homer/2.0.43/CHANGELOG.md b/stable/homer/2.0.43/CHANGELOG.md deleted file mode 100644 index 5d7008e8d06..00000000000 --- a/stable/homer/2.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [homer-2.0.43](https://github.com/truecharts/charts/compare/homer-2.0.42...homer-2.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [homer-2.0.42](https://github.com/truecharts/charts/compare/homer-2.0.41...homer-2.0.42) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [homer-2.0.41](https://github.com/truecharts/charts/compare/homer-2.0.40...homer-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homer-2.0.41](https://github.com/truecharts/charts/compare/homer-2.0.40...homer-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [homer-2.0.40](https://github.com/truecharts/charts/compare/homer-2.0.39...homer-2.0.40) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [homer-2.0.39](https://github.com/truecharts/charts/compare/homer-2.0.38...homer-2.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [homer-2.0.38](https://github.com/truecharts/charts/compare/homer-2.0.37...homer-2.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [homer-2.0.37](https://github.com/truecharts/charts/compare/homer-2.0.36...homer-2.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/homer/2.0.43/Chart.lock b/stable/homer/2.0.43/Chart.lock deleted file mode 100644 index 2a4f1d4f66c..00000000000 --- a/stable/homer/2.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:32:11.426870201Z" diff --git a/stable/homer/2.0.43/Chart.yaml b/stable/homer/2.0.43/Chart.yaml deleted file mode 100644 index c2f743a95c4..00000000000 --- a/stable/homer/2.0.43/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "22.10.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A dead simple static homepage for your server to keep your services on hand. -home: https://truecharts.org/docs/charts/stable/homer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png -keywords: - - homer - - dashboard - - launcher -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: homer -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/homer - - https://github.com/bastienwirtz/homer - - https://hub.docker.com/r/b4bz/homer -version: 2.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/homer/2.0.43/README.md b/stable/homer/2.0.43/README.md deleted file mode 100644 index 4cebe1021ad..00000000000 --- a/stable/homer/2.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# homer - -A dead simple static homepage for your server to keep your services on hand. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [homer](https://truecharts.org/docs/charts/stable/homer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `homer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install homer TrueCharts/homer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `homer` deployment - -```console -helm uninstall homer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install homer \ - --set env.TZ="America/New York" \ - TrueCharts/homer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install homer TrueCharts/homer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/homer/2.0.43/charts/common-10.7.0.tgz b/stable/homer/2.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/homer/2.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/homer/2.0.44/CHANGELOG.md b/stable/homer/2.0.44/CHANGELOG.md new file mode 100644 index 00000000000..4529f5dc14e --- /dev/null +++ b/stable/homer/2.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [homer-2.0.44](https://github.com/truecharts/charts/compare/homer-2.0.43...homer-2.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [homer-2.0.43](https://github.com/truecharts/charts/compare/homer-2.0.42...homer-2.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [homer-2.0.42](https://github.com/truecharts/charts/compare/homer-2.0.41...homer-2.0.42) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [homer-2.0.41](https://github.com/truecharts/charts/compare/homer-2.0.40...homer-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homer-2.0.41](https://github.com/truecharts/charts/compare/homer-2.0.40...homer-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [homer-2.0.40](https://github.com/truecharts/charts/compare/homer-2.0.39...homer-2.0.40) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [homer-2.0.39](https://github.com/truecharts/charts/compare/homer-2.0.38...homer-2.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [homer-2.0.38](https://github.com/truecharts/charts/compare/homer-2.0.37...homer-2.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [homer-2.0.37](https://github.com/truecharts/charts/compare/homer-2.0.36...homer-2.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/homer/2.0.44/Chart.lock b/stable/homer/2.0.44/Chart.lock new file mode 100644 index 00000000000..18a576ee7ac --- /dev/null +++ b/stable/homer/2.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:16:49.852652584Z" diff --git a/stable/homer/2.0.44/Chart.yaml b/stable/homer/2.0.44/Chart.yaml new file mode 100644 index 00000000000..a88cea65b99 --- /dev/null +++ b/stable/homer/2.0.44/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "22.10.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A dead simple static homepage for your server to keep your services on hand. +home: https://truecharts.org/docs/charts/stable/homer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.png +keywords: + - homer + - dashboard + - launcher +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: homer +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/homer + - https://github.com/bastienwirtz/homer + - https://hub.docker.com/r/b4bz/homer +version: 2.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/homer/2.0.44/README.md b/stable/homer/2.0.44/README.md new file mode 100644 index 00000000000..92f766d2d2f --- /dev/null +++ b/stable/homer/2.0.44/README.md @@ -0,0 +1,107 @@ +# homer + +A dead simple static homepage for your server to keep your services on hand. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [homer](https://truecharts.org/docs/charts/stable/homer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `homer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install homer TrueCharts/homer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `homer` deployment + +```console +helm uninstall homer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install homer \ + --set env.TZ="America/New York" \ + TrueCharts/homer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install homer TrueCharts/homer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/homer/2.0.43/app-readme.md b/stable/homer/2.0.44/app-readme.md similarity index 100% rename from stable/homer/2.0.43/app-readme.md rename to stable/homer/2.0.44/app-readme.md diff --git a/stable/homer/2.0.44/charts/common-10.7.1.tgz b/stable/homer/2.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/homer/2.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/homer/2.0.43/ix_values.yaml b/stable/homer/2.0.44/ix_values.yaml similarity index 100% rename from stable/homer/2.0.43/ix_values.yaml rename to stable/homer/2.0.44/ix_values.yaml diff --git a/stable/homer/2.0.43/questions.yaml b/stable/homer/2.0.44/questions.yaml similarity index 100% rename from stable/homer/2.0.43/questions.yaml rename to stable/homer/2.0.44/questions.yaml diff --git a/stable/kanboard/8.0.45/templates/common.yaml b/stable/homer/2.0.44/templates/common.yaml similarity index 100% rename from stable/kanboard/8.0.45/templates/common.yaml rename to stable/homer/2.0.44/templates/common.yaml diff --git a/stable/joplin-server/8.1.3/values.yaml b/stable/homer/2.0.44/values.yaml similarity index 100% rename from stable/joplin-server/8.1.3/values.yaml rename to stable/homer/2.0.44/values.yaml diff --git a/stable/htpcmanager/2.0.35/CHANGELOG.md b/stable/htpcmanager/2.0.35/CHANGELOG.md deleted file mode 100644 index 392d8032afe..00000000000 --- a/stable/htpcmanager/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [htpcmanager-2.0.35](https://github.com/truecharts/charts/compare/htpcmanager-2.0.34...htpcmanager-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [htpcmanager-2.0.34](https://github.com/truecharts/charts/compare/htpcmanager-2.0.33...htpcmanager-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [htpcmanager-2.0.34](https://github.com/truecharts/charts/compare/htpcmanager-2.0.33...htpcmanager-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [htpcmanager-2.0.33](https://github.com/truecharts/charts/compare/htpcmanager-2.0.32...htpcmanager-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [htpcmanager-2.0.32](https://github.com/truecharts/charts/compare/htpcmanager-2.0.31...htpcmanager-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [htpcmanager-2.0.31](https://github.com/truecharts/charts/compare/htpcmanager-2.0.30...htpcmanager-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [htpcmanager-2.0.30](https://github.com/truecharts/charts/compare/htpcmanager-2.0.29...htpcmanager-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [htpcmanager-2.0.30](https://github.com/truecharts/charts/compare/htpcmanager-2.0.29...htpcmanager-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/htpcmanager/2.0.35/Chart.lock b/stable/htpcmanager/2.0.35/Chart.lock deleted file mode 100644 index 1950ac2bf0b..00000000000 --- a/stable/htpcmanager/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:32:16.130046792Z" diff --git a/stable/htpcmanager/2.0.35/Chart.yaml b/stable/htpcmanager/2.0.35/Chart.yaml deleted file mode 100644 index e8fa80fbfff..00000000000 --- a/stable/htpcmanager/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: htpcmanager -version: 2.0.35 -appVersion: "2021.11.17" -description: Htpcmanager is a front end for many htpc related applications. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/htpcmanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png -keywords: - - htpcmanager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager - - https://hub.docker.com/r/linuxserver/htpcmanager -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/htpcmanager/2.0.35/README.md b/stable/htpcmanager/2.0.35/README.md deleted file mode 100644 index dca22f5382b..00000000000 --- a/stable/htpcmanager/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# htpcmanager - -Htpcmanager is a front end for many htpc related applications. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [htpcmanager](https://truecharts.org/docs/charts/stable/htpcmanager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `htpcmanager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install htpcmanager TrueCharts/htpcmanager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `htpcmanager` deployment - -```console -helm uninstall htpcmanager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install htpcmanager \ - --set env.TZ="America/New York" \ - TrueCharts/htpcmanager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install htpcmanager TrueCharts/htpcmanager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/htpcmanager/2.0.35/charts/common-10.7.0.tgz b/stable/htpcmanager/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/htpcmanager/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/htpcmanager/2.0.36/CHANGELOG.md b/stable/htpcmanager/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..8904781932b --- /dev/null +++ b/stable/htpcmanager/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [htpcmanager-2.0.36](https://github.com/truecharts/charts/compare/htpcmanager-2.0.35...htpcmanager-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [htpcmanager-2.0.35](https://github.com/truecharts/charts/compare/htpcmanager-2.0.34...htpcmanager-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [htpcmanager-2.0.34](https://github.com/truecharts/charts/compare/htpcmanager-2.0.33...htpcmanager-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [htpcmanager-2.0.34](https://github.com/truecharts/charts/compare/htpcmanager-2.0.33...htpcmanager-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [htpcmanager-2.0.33](https://github.com/truecharts/charts/compare/htpcmanager-2.0.32...htpcmanager-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [htpcmanager-2.0.32](https://github.com/truecharts/charts/compare/htpcmanager-2.0.31...htpcmanager-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [htpcmanager-2.0.31](https://github.com/truecharts/charts/compare/htpcmanager-2.0.30...htpcmanager-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [htpcmanager-2.0.30](https://github.com/truecharts/charts/compare/htpcmanager-2.0.29...htpcmanager-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/htpcmanager/2.0.36/Chart.lock b/stable/htpcmanager/2.0.36/Chart.lock new file mode 100644 index 00000000000..f124d5e8226 --- /dev/null +++ b/stable/htpcmanager/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:16:58.874530838Z" diff --git a/stable/htpcmanager/2.0.36/Chart.yaml b/stable/htpcmanager/2.0.36/Chart.yaml new file mode 100644 index 00000000000..6fbaf20c2be --- /dev/null +++ b/stable/htpcmanager/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: htpcmanager +version: 2.0.36 +appVersion: "2021.11.17" +description: Htpcmanager is a front end for many htpc related applications. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/htpcmanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.png +keywords: + - htpcmanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/htpcmanager + - https://hub.docker.com/r/linuxserver/htpcmanager +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/htpcmanager/2.0.36/README.md b/stable/htpcmanager/2.0.36/README.md new file mode 100644 index 00000000000..4caad277273 --- /dev/null +++ b/stable/htpcmanager/2.0.36/README.md @@ -0,0 +1,106 @@ +# htpcmanager + +Htpcmanager is a front end for many htpc related applications. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [htpcmanager](https://truecharts.org/docs/charts/stable/htpcmanager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `htpcmanager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install htpcmanager TrueCharts/htpcmanager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `htpcmanager` deployment + +```console +helm uninstall htpcmanager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install htpcmanager \ + --set env.TZ="America/New York" \ + TrueCharts/htpcmanager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install htpcmanager TrueCharts/htpcmanager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/htpcmanager/2.0.35/app-readme.md b/stable/htpcmanager/2.0.36/app-readme.md similarity index 100% rename from stable/htpcmanager/2.0.35/app-readme.md rename to stable/htpcmanager/2.0.36/app-readme.md diff --git a/stable/htpcmanager/2.0.36/charts/common-10.7.1.tgz b/stable/htpcmanager/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/htpcmanager/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/htpcmanager/2.0.35/ix_values.yaml b/stable/htpcmanager/2.0.36/ix_values.yaml similarity index 100% rename from stable/htpcmanager/2.0.35/ix_values.yaml rename to stable/htpcmanager/2.0.36/ix_values.yaml diff --git a/stable/htpcmanager/2.0.35/questions.yaml b/stable/htpcmanager/2.0.36/questions.yaml similarity index 100% rename from stable/htpcmanager/2.0.35/questions.yaml rename to stable/htpcmanager/2.0.36/questions.yaml diff --git a/stable/kavita/2.0.40/templates/common.yaml b/stable/htpcmanager/2.0.36/templates/common.yaml similarity index 100% rename from stable/kavita/2.0.40/templates/common.yaml rename to stable/htpcmanager/2.0.36/templates/common.yaml diff --git a/stable/k8s-gateway/6.1.23/values.yaml b/stable/htpcmanager/2.0.36/values.yaml similarity index 100% rename from stable/k8s-gateway/6.1.23/values.yaml rename to stable/htpcmanager/2.0.36/values.yaml diff --git a/stable/hyperion-ng/6.0.37/CHANGELOG.md b/stable/hyperion-ng/6.0.37/CHANGELOG.md deleted file mode 100644 index 31be8b3e71c..00000000000 --- a/stable/hyperion-ng/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [hyperion-ng-6.0.37](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.36...hyperion-ng-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [hyperion-ng-6.0.36](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.35...hyperion-ng-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hyperion-ng-6.0.36](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.35...hyperion-ng-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [hyperion-ng-6.0.35](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.34...hyperion-ng-6.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [hyperion-ng-6.0.34](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.33...hyperion-ng-6.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [hyperion-ng-6.0.33](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.32...hyperion-ng-6.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [hyperion-ng-6.0.32](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.31...hyperion-ng-6.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [hyperion-ng-6.0.32](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.31...hyperion-ng-6.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/hyperion-ng/6.0.37/Chart.lock b/stable/hyperion-ng/6.0.37/Chart.lock deleted file mode 100644 index 1307d0fc651..00000000000 --- a/stable/hyperion-ng/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:32:36.475335188Z" diff --git a/stable/hyperion-ng/6.0.37/Chart.yaml b/stable/hyperion-ng/6.0.37/Chart.yaml deleted file mode 100644 index 3c75804bf14..00000000000 --- a/stable/hyperion-ng/6.0.37/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.13" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Hyperion is an opensource Bias or Ambient Lighting implementation -home: https://truecharts.org/docs/charts/stable/hyperion-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png -keywords: - - hyperion-ng - - hyperion -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: hyperion-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng - - https://github.com/hyperion-project/hyperion.ng - - https://hub.docker.com/r/sirfragalot/hyperion.ng -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/hyperion-ng/6.0.37/README.md b/stable/hyperion-ng/6.0.37/README.md deleted file mode 100644 index 73e563b71d3..00000000000 --- a/stable/hyperion-ng/6.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# hyperion-ng - -Hyperion is an opensource Bias or Ambient Lighting implementation - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [hyperion-ng](https://truecharts.org/docs/charts/stable/hyperion-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `hyperion-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install hyperion-ng TrueCharts/hyperion-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `hyperion-ng` deployment - -```console -helm uninstall hyperion-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install hyperion-ng \ - --set env.TZ="America/New York" \ - TrueCharts/hyperion-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install hyperion-ng TrueCharts/hyperion-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/hyperion-ng/6.0.37/charts/common-10.7.0.tgz b/stable/hyperion-ng/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/hyperion-ng/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/hyperion-ng/6.0.38/CHANGELOG.md b/stable/hyperion-ng/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..51ad9d0b248 --- /dev/null +++ b/stable/hyperion-ng/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [hyperion-ng-6.0.38](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.37...hyperion-ng-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [hyperion-ng-6.0.37](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.36...hyperion-ng-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [hyperion-ng-6.0.36](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.35...hyperion-ng-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hyperion-ng-6.0.36](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.35...hyperion-ng-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [hyperion-ng-6.0.35](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.34...hyperion-ng-6.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [hyperion-ng-6.0.34](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.33...hyperion-ng-6.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [hyperion-ng-6.0.33](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.32...hyperion-ng-6.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [hyperion-ng-6.0.32](https://github.com/truecharts/charts/compare/hyperion-ng-6.0.31...hyperion-ng-6.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/hyperion-ng/6.0.38/Chart.lock b/stable/hyperion-ng/6.0.38/Chart.lock new file mode 100644 index 00000000000..c7e5e63a622 --- /dev/null +++ b/stable/hyperion-ng/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:17:12.993540409Z" diff --git a/stable/hyperion-ng/6.0.38/Chart.yaml b/stable/hyperion-ng/6.0.38/Chart.yaml new file mode 100644 index 00000000000..93917d7649d --- /dev/null +++ b/stable/hyperion-ng/6.0.38/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.0.13" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Hyperion is an opensource Bias or Ambient Lighting implementation +home: https://truecharts.org/docs/charts/stable/hyperion-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.png +keywords: + - hyperion-ng + - hyperion +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: hyperion-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/hyperion-ng + - https://github.com/hyperion-project/hyperion.ng + - https://hub.docker.com/r/sirfragalot/hyperion.ng +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/hyperion-ng/6.0.38/README.md b/stable/hyperion-ng/6.0.38/README.md new file mode 100644 index 00000000000..a975329a05a --- /dev/null +++ b/stable/hyperion-ng/6.0.38/README.md @@ -0,0 +1,107 @@ +# hyperion-ng + +Hyperion is an opensource Bias or Ambient Lighting implementation + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [hyperion-ng](https://truecharts.org/docs/charts/stable/hyperion-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `hyperion-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install hyperion-ng TrueCharts/hyperion-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `hyperion-ng` deployment + +```console +helm uninstall hyperion-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install hyperion-ng \ + --set env.TZ="America/New York" \ + TrueCharts/hyperion-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install hyperion-ng TrueCharts/hyperion-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/hyperion-ng/6.0.37/app-readme.md b/stable/hyperion-ng/6.0.38/app-readme.md similarity index 100% rename from stable/hyperion-ng/6.0.37/app-readme.md rename to stable/hyperion-ng/6.0.38/app-readme.md diff --git a/stable/hyperion-ng/6.0.38/charts/common-10.7.1.tgz b/stable/hyperion-ng/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/hyperion-ng/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/hyperion-ng/6.0.37/ix_values.yaml b/stable/hyperion-ng/6.0.38/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/6.0.37/ix_values.yaml rename to stable/hyperion-ng/6.0.38/ix_values.yaml diff --git a/stable/hyperion-ng/6.0.37/questions.yaml b/stable/hyperion-ng/6.0.38/questions.yaml similarity index 100% rename from stable/hyperion-ng/6.0.37/questions.yaml rename to stable/hyperion-ng/6.0.38/questions.yaml diff --git a/stable/kodi-headless/2.0.35/templates/common.yaml b/stable/hyperion-ng/6.0.38/templates/common.yaml similarity index 100% rename from stable/kodi-headless/2.0.35/templates/common.yaml rename to stable/hyperion-ng/6.0.38/templates/common.yaml diff --git a/stable/kanboard/8.0.45/values.yaml b/stable/hyperion-ng/6.0.38/values.yaml similarity index 100% rename from stable/kanboard/8.0.45/values.yaml rename to stable/hyperion-ng/6.0.38/values.yaml diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/CHANGELOG.md b/stable/icantbelieveitsnotvaletudo/4.0.38/CHANGELOG.md deleted file mode 100644 index 7bc80c4d4fe..00000000000 --- a/stable/icantbelieveitsnotvaletudo/4.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [icantbelieveitsnotvaletudo-4.0.38](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.37...icantbelieveitsnotvaletudo-4.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [icantbelieveitsnotvaletudo-4.0.37](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.36...icantbelieveitsnotvaletudo-4.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icantbelieveitsnotvaletudo-4.0.37](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.36...icantbelieveitsnotvaletudo-4.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icantbelieveitsnotvaletudo-4.0.36](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.35...icantbelieveitsnotvaletudo-4.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [icantbelieveitsnotvaletudo-4.0.35](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.34...icantbelieveitsnotvaletudo-4.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [icantbelieveitsnotvaletudo-4.0.34](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.33...icantbelieveitsnotvaletudo-4.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [icantbelieveitsnotvaletudo-4.0.33](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.32...icantbelieveitsnotvaletudo-4.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [icantbelieveitsnotvaletudo-4.0.33](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.32...icantbelieveitsnotvaletudo-4.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.lock b/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.lock deleted file mode 100644 index 3a9efc42939..00000000000 --- a/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:32:41.569578103Z" diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.yaml b/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.yaml deleted file mode 100644 index 1c5ca2cf7d8..00000000000 --- a/stable/icantbelieveitsnotvaletudo/4.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2021.2.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Create live map data from Valetudo powered robots -home: https://truecharts.org/docs/charts/stable/icantbelieveitsnotvaletudo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icantbelieveitsnotvaletudo.png -keywords: - - icantbelieveitsnotvaletudo - - MQTT - - valetudo - - iot -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: icantbelieveitsnotvaletudo -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/icantbelieveitsnotvaletudo - - https://github.com/Hypfer/ICantBelieveItsNotValetudo -version: 4.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/README.md b/stable/icantbelieveitsnotvaletudo/4.0.38/README.md deleted file mode 100644 index 24589a6a7d1..00000000000 --- a/stable/icantbelieveitsnotvaletudo/4.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# icantbelieveitsnotvaletudo - -Create live map data from Valetudo powered robots - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [icantbelieveitsnotvaletudo](https://truecharts.org/docs/charts/stable/icantbelieveitsnotvaletudo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `icantbelieveitsnotvaletudo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `icantbelieveitsnotvaletudo` deployment - -```console -helm uninstall icantbelieveitsnotvaletudo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install icantbelieveitsnotvaletudo \ - --set env.TZ="America/New York" \ - TrueCharts/icantbelieveitsnotvaletudo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/charts/common-10.7.0.tgz b/stable/icantbelieveitsnotvaletudo/4.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/icantbelieveitsnotvaletudo/4.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/icantbelieveitsnotvaletudo/4.0.39/CHANGELOG.md b/stable/icantbelieveitsnotvaletudo/4.0.39/CHANGELOG.md new file mode 100644 index 00000000000..15f685a61b8 --- /dev/null +++ b/stable/icantbelieveitsnotvaletudo/4.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [icantbelieveitsnotvaletudo-4.0.39](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.38...icantbelieveitsnotvaletudo-4.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [icantbelieveitsnotvaletudo-4.0.38](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.37...icantbelieveitsnotvaletudo-4.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [icantbelieveitsnotvaletudo-4.0.37](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.36...icantbelieveitsnotvaletudo-4.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icantbelieveitsnotvaletudo-4.0.37](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.36...icantbelieveitsnotvaletudo-4.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icantbelieveitsnotvaletudo-4.0.36](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.35...icantbelieveitsnotvaletudo-4.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [icantbelieveitsnotvaletudo-4.0.35](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.34...icantbelieveitsnotvaletudo-4.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [icantbelieveitsnotvaletudo-4.0.34](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.33...icantbelieveitsnotvaletudo-4.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [icantbelieveitsnotvaletudo-4.0.33](https://github.com/truecharts/charts/compare/icantbelieveitsnotvaletudo-4.0.32...icantbelieveitsnotvaletudo-4.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.lock b/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.lock new file mode 100644 index 00000000000..02372da0225 --- /dev/null +++ b/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:17:15.684777762Z" diff --git a/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.yaml b/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.yaml new file mode 100644 index 00000000000..2548a78bd1c --- /dev/null +++ b/stable/icantbelieveitsnotvaletudo/4.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2021.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Create live map data from Valetudo powered robots +home: https://truecharts.org/docs/charts/stable/icantbelieveitsnotvaletudo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icantbelieveitsnotvaletudo.png +keywords: + - icantbelieveitsnotvaletudo + - MQTT + - valetudo + - iot +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: icantbelieveitsnotvaletudo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icantbelieveitsnotvaletudo + - https://github.com/Hypfer/ICantBelieveItsNotValetudo +version: 4.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/icantbelieveitsnotvaletudo/4.0.39/README.md b/stable/icantbelieveitsnotvaletudo/4.0.39/README.md new file mode 100644 index 00000000000..99ff1ac1807 --- /dev/null +++ b/stable/icantbelieveitsnotvaletudo/4.0.39/README.md @@ -0,0 +1,106 @@ +# icantbelieveitsnotvaletudo + +Create live map data from Valetudo powered robots + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [icantbelieveitsnotvaletudo](https://truecharts.org/docs/charts/stable/icantbelieveitsnotvaletudo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `icantbelieveitsnotvaletudo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `icantbelieveitsnotvaletudo` deployment + +```console +helm uninstall icantbelieveitsnotvaletudo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install icantbelieveitsnotvaletudo \ + --set env.TZ="America/New York" \ + TrueCharts/icantbelieveitsnotvaletudo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install icantbelieveitsnotvaletudo TrueCharts/icantbelieveitsnotvaletudo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/app-readme.md b/stable/icantbelieveitsnotvaletudo/4.0.39/app-readme.md similarity index 100% rename from stable/icantbelieveitsnotvaletudo/4.0.38/app-readme.md rename to stable/icantbelieveitsnotvaletudo/4.0.39/app-readme.md diff --git a/stable/icantbelieveitsnotvaletudo/4.0.39/charts/common-10.7.1.tgz b/stable/icantbelieveitsnotvaletudo/4.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/icantbelieveitsnotvaletudo/4.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/ix_values.yaml b/stable/icantbelieveitsnotvaletudo/4.0.39/ix_values.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/4.0.38/ix_values.yaml rename to stable/icantbelieveitsnotvaletudo/4.0.39/ix_values.yaml diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/questions.yaml b/stable/icantbelieveitsnotvaletudo/4.0.39/questions.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/4.0.38/questions.yaml rename to stable/icantbelieveitsnotvaletudo/4.0.39/questions.yaml diff --git a/stable/icantbelieveitsnotvaletudo/4.0.38/templates/common.yaml b/stable/icantbelieveitsnotvaletudo/4.0.39/templates/common.yaml similarity index 100% rename from stable/icantbelieveitsnotvaletudo/4.0.38/templates/common.yaml rename to stable/icantbelieveitsnotvaletudo/4.0.39/templates/common.yaml diff --git a/stable/kavita/2.0.40/values.yaml b/stable/icantbelieveitsnotvaletudo/4.0.39/values.yaml similarity index 100% rename from stable/kavita/2.0.40/values.yaml rename to stable/icantbelieveitsnotvaletudo/4.0.39/values.yaml diff --git a/stable/icinga2/3.0.48/CHANGELOG.md b/stable/icinga2/3.0.48/CHANGELOG.md deleted file mode 100644 index 9639b1ba98a..00000000000 --- a/stable/icinga2/3.0.48/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [icinga2-3.0.48](https://github.com/truecharts/charts/compare/icinga2-3.0.47...icinga2-3.0.48) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [icinga2-3.0.47](https://github.com/truecharts/charts/compare/icinga2-3.0.46...icinga2-3.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [icinga2-3.0.46](https://github.com/truecharts/charts/compare/icinga2-3.0.45...icinga2-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icinga2-3.0.46](https://github.com/truecharts/charts/compare/icinga2-3.0.45...icinga2-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [icinga2-3.0.45](https://github.com/truecharts/charts/compare/icinga2-3.0.44...icinga2-3.0.45) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [icinga2-3.0.43](https://github.com/truecharts/charts/compare/icinga2-3.0.42...icinga2-3.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [icinga2-3.0.42](https://github.com/truecharts/charts/compare/icinga2-3.0.41...icinga2-3.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [icinga2-3.0.41](https://github.com/truecharts/charts/compare/icinga2-3.0.40...icinga2-3.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/icinga2/3.0.48/Chart.lock b/stable/icinga2/3.0.48/Chart.lock deleted file mode 100644 index e6b7646738d..00000000000 --- a/stable/icinga2/3.0.48/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-15T00:18:46.854594412Z" diff --git a/stable/icinga2/3.0.48/Chart.yaml b/stable/icinga2/3.0.48/Chart.yaml deleted file mode 100644 index c497a794862..00000000000 --- a/stable/icinga2/3.0.48/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.13.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." -home: https://truecharts.org/docs/charts/stable/icinga2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png -keywords: - - icinga2 - - monitoring -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: icinga2 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/icinga2 - - https://github.com/jjethwa/icinga2 - - https://icinga.com/ -version: 3.0.48 -annotations: - truecharts.org/catagories: | - - monitoring - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/icinga2/3.0.48/README.md b/stable/icinga2/3.0.48/README.md deleted file mode 100644 index 9e14181435c..00000000000 --- a/stable/icinga2/3.0.48/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# icinga2 - -A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [icinga2](https://truecharts.org/docs/charts/stable/icinga2) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `icinga2` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install icinga2 TrueCharts/icinga2 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `icinga2` deployment - -```console -helm uninstall icinga2 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install icinga2 \ - --set env.TZ="America/New York" \ - TrueCharts/icinga2 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install icinga2 TrueCharts/icinga2 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/icinga2/3.0.48/charts/common-10.7.0.tgz b/stable/icinga2/3.0.48/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/icinga2/3.0.48/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/icinga2/3.0.48/charts/mariadb-3.0.92.tgz b/stable/icinga2/3.0.48/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/icinga2/3.0.48/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/icinga2/3.0.49/CHANGELOG.md b/stable/icinga2/3.0.49/CHANGELOG.md new file mode 100644 index 00000000000..950dce757d2 --- /dev/null +++ b/stable/icinga2/3.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [icinga2-3.0.49](https://github.com/truecharts/charts/compare/icinga2-3.0.48...icinga2-3.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [icinga2-3.0.48](https://github.com/truecharts/charts/compare/icinga2-3.0.47...icinga2-3.0.48) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [icinga2-3.0.47](https://github.com/truecharts/charts/compare/icinga2-3.0.46...icinga2-3.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [icinga2-3.0.46](https://github.com/truecharts/charts/compare/icinga2-3.0.45...icinga2-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icinga2-3.0.46](https://github.com/truecharts/charts/compare/icinga2-3.0.45...icinga2-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [icinga2-3.0.45](https://github.com/truecharts/charts/compare/icinga2-3.0.44...icinga2-3.0.45) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [icinga2-3.0.43](https://github.com/truecharts/charts/compare/icinga2-3.0.42...icinga2-3.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [icinga2-3.0.42](https://github.com/truecharts/charts/compare/icinga2-3.0.41...icinga2-3.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [icinga2-3.0.41](https://github.com/truecharts/charts/compare/icinga2-3.0.40...icinga2-3.0.41) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/icinga2/3.0.49/Chart.lock b/stable/icinga2/3.0.49/Chart.lock new file mode 100644 index 00000000000..0242249c20a --- /dev/null +++ b/stable/icinga2/3.0.49/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:17:33.308329782Z" diff --git a/stable/icinga2/3.0.49/Chart.yaml b/stable/icinga2/3.0.49/Chart.yaml new file mode 100644 index 00000000000..1a70dfda07a --- /dev/null +++ b/stable/icinga2/3.0.49/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.13.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." +home: https://truecharts.org/docs/charts/stable/icinga2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/icinga2.png +keywords: + - icinga2 + - monitoring +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: icinga2 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/icinga2 + - https://github.com/jjethwa/icinga2 + - https://icinga.com/ +version: 3.0.49 +annotations: + truecharts.org/catagories: | + - monitoring + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/icinga2/3.0.49/README.md b/stable/icinga2/3.0.49/README.md new file mode 100644 index 00000000000..8cfe7b4e260 --- /dev/null +++ b/stable/icinga2/3.0.49/README.md @@ -0,0 +1,108 @@ +# icinga2 + +A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [icinga2](https://truecharts.org/docs/charts/stable/icinga2) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `icinga2` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install icinga2 TrueCharts/icinga2 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `icinga2` deployment + +```console +helm uninstall icinga2 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install icinga2 \ + --set env.TZ="America/New York" \ + TrueCharts/icinga2 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install icinga2 TrueCharts/icinga2 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/icinga2/3.0.48/app-readme.md b/stable/icinga2/3.0.49/app-readme.md similarity index 100% rename from stable/icinga2/3.0.48/app-readme.md rename to stable/icinga2/3.0.49/app-readme.md diff --git a/stable/icinga2/3.0.49/charts/common-10.7.1.tgz b/stable/icinga2/3.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/icinga2/3.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/icinga2/3.0.49/charts/mariadb-3.0.95.tgz b/stable/icinga2/3.0.49/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/icinga2/3.0.49/charts/mariadb-3.0.95.tgz differ diff --git a/stable/icinga2/3.0.48/ix_values.yaml b/stable/icinga2/3.0.49/ix_values.yaml similarity index 100% rename from stable/icinga2/3.0.48/ix_values.yaml rename to stable/icinga2/3.0.49/ix_values.yaml diff --git a/stable/icinga2/3.0.48/questions.yaml b/stable/icinga2/3.0.49/questions.yaml similarity index 100% rename from stable/icinga2/3.0.48/questions.yaml rename to stable/icinga2/3.0.49/questions.yaml diff --git a/stable/komga/6.0.43/templates/common.yaml b/stable/icinga2/3.0.49/templates/common.yaml similarity index 100% rename from stable/komga/6.0.43/templates/common.yaml rename to stable/icinga2/3.0.49/templates/common.yaml diff --git a/stable/kimai/3.0.42/values.yaml b/stable/icinga2/3.0.49/values.yaml similarity index 100% rename from stable/kimai/3.0.42/values.yaml rename to stable/icinga2/3.0.49/values.yaml diff --git a/stable/immich/1.0.0/CHANGELOG.md b/stable/immich/1.0.0/CHANGELOG.md deleted file mode 100644 index 7fe36a915e2..00000000000 --- a/stable/immich/1.0.0/CHANGELOG.md +++ /dev/null @@ -1,87 +0,0 @@ -# Changelog - - - -## [immich-1.0.0](https://github.com/truecharts/charts/compare/immich-0.0.6...immich-1.0.0) (2022-10-14) - -### Feat - -- Move to Stable ([#4094](https://github.com/truecharts/charts/issues/4094)) - - - - -## [immich-0.0.6](https://github.com/truecharts/charts/compare/immich-0.0.5...immich-0.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [immich-0.0.5](https://github.com/truecharts/charts/compare/immich-0.0.4...immich-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [immich-0.0.5](https://github.com/truecharts/charts/compare/immich-0.0.4...immich-0.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [immich-0.0.4](https://github.com/truecharts/charts/compare/immich-0.0.3...immich-0.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [immich-0.0.3](https://github.com/truecharts/charts/compare/immich-0.0.2...immich-0.0.3) (2022-10-03) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - move to stable ([#3978](https://github.com/truecharts/charts/issues/3978)) - - ### Fix - -- actually spin up microservices contaienr ([#3998](https://github.com/truecharts/charts/issues/3998)) - - - - -## [immich-0.0.2](https://github.com/truecharts/charts/compare/immich-0.0.1...immich-0.0.2) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- add hostAliases due to upstream hardcoded urls ([#3956](https://github.com/truecharts/charts/issues/3956)) - - - - -## [immich-0.0.1]immich-0.0.1 (2022-09-28) - -### Feat - -- add immich ([#3942](https://github.com/truecharts/charts/issues/3942)) diff --git a/stable/immich/1.0.0/Chart.lock b/stable/immich/1.0.0/Chart.lock deleted file mode 100644 index a9a5e6d2b04..00000000000 --- a/stable/immich/1.0.0/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-14T19:46:35.55539293Z" diff --git a/stable/immich/1.0.0/Chart.yaml b/stable/immich/1.0.0/Chart.yaml deleted file mode 100644 index 49494ae073c..00000000000 --- a/stable/immich/1.0.0/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "1.29.5_44" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: High performance self-hosted photo and video backup solution. -home: https://truecharts.org/docs/charts/stable/immich -icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png -keywords: - - photos -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: immich -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/immich - - https://github.com/immich-app/immich -version: 1.0.0 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/immich/1.0.0/README.md b/stable/immich/1.0.0/README.md deleted file mode 100644 index cece2bdd94c..00000000000 --- a/stable/immich/1.0.0/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# immich - -High performance self-hosted photo and video backup solution. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [immich](https://truecharts.org/docs/charts/stable/immich) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `immich` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install immich TrueCharts/immich -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `immich` deployment - -```console -helm uninstall immich -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install immich \ - --set env.TZ="America/New York" \ - TrueCharts/immich -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install immich TrueCharts/immich -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/immich/1.0.0/charts/common-10.7.0.tgz b/stable/immich/1.0.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/immich/1.0.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/immich/1.0.0/charts/postgresql-8.0.97.tgz b/stable/immich/1.0.0/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/immich/1.0.0/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/immich/1.0.0/charts/redis-3.0.94.tgz b/stable/immich/1.0.0/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/immich/1.0.0/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/immich/1.0.0/ix_values.yaml b/stable/immich/1.0.0/ix_values.yaml deleted file mode 100644 index e7714b402da..00000000000 --- a/stable/immich/1.0.0/ix_values.yaml +++ /dev/null @@ -1,107 +0,0 @@ -image: - repository: tccr.io/truecharts/immich-server - tag: 1.29.5_44@sha256:8245bc309da22c436eb29a838d2292f504d77e24f4d098d6c0e65df877180ff3 - pullPolicy: IfNotPresent - -imageML: - repository: tccr.io/truecharts/immich-ml - tag: 1.29.5_44@sha256:2df7b6368beb52ff1ffd946aaacc4df21f278b97ee3c592e2021118b3dcb5fec - pullPolicy: IfNotPresent - -imageWeb: - repository: tccr.io/truecharts/immich-web - tag: 1.29.5_44@sha256:c17ec4c2a174bac8fc2c58ebaedc7db70600fa2480695cf0920d54127c8bb32e - pullPolicy: IfNotPresent - -imageProxy: - repository: tccr.io/truecharts/immich-proxy - tag: 1.29.5_44@sha256:a4c24a70cc1e1bbbdecc3df371af08528430846709ef22ca16e2a923aa8da509 - pullPolicy: IfNotPresent - -command: - - /bin/sh - - -c - - chmod +x ./start-server.sh && ./start-server.sh - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -immich: - public_login_page_message: Immich - disable_reverse_geocoding: false - reverse_geocoding_precision: 3 - # simple | verbose - log_level: simple - mapbox_enable: false - mapbox_key: "" - -envFrom: - - configMapRef: - name: '{{ include "tc.common.names.fullname" . }}-server-config' - - configMapRef: - name: '{{ include "tc.common.names.fullname" . }}-common-config' - - secretRef: - name: '{{ include "tc.common.names.fullname" . }}-immich-secret' - -probes: - liveness: - path: /server-info/ping - type: HTTP - port: 3001 - readiness: - path: /server-info/ping - type: HTTP - port: 3001 - startup: - path: /server-info/ping - type: HTTP - port: 3001 - -# Due to https://github.com/immich-app/immich/issues/726 -hostAliases: - - ip: 127.0.0.1 - hostnames: - - immich-web - - immich-server - - immich-machine-learning - -service: - main: - ports: - main: - port: 10323 - protocol: HTTP - -persistence: - uploads: - enabled: true - mountPath: /usr/src/app/upload - proxy-conf: - enabled: true - noMount: true - type: custom - mountPath: /etc/nginx/ - volumeSpec: - configMap: - name: '{{ include "tc.common.names.fullname" . }}-proxy-config' - items: - - key: nginx.conf - path: nginx.conf - -postgresql: - enabled: true - existingSecret: dbcreds - postgresqlUsername: immich - postgresqlDatabase: immich - -redis: - enabled: true - existingSecret: rediscreds - -portal: - enabled: true diff --git a/stable/immich/1.0.0/questions.yaml b/stable/immich/1.0.0/questions.yaml deleted file mode 100644 index fef8457626a..00000000000 --- a/stable/immich/1.0.0/questions.yaml +++ /dev/null @@ -1,2616 +0,0 @@ -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: Metrics - description: Metrics - - name: Addons - description: Addon Configuration - - name: Advanced - description: Advanced Configuration - - name: Documentation - description: Documentation -portals: - open: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" -questions: - - 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: - additional_attrs: true - 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 - required: true - enum: - - value: deployment - description: Deployment - - value: statefulset - description: Statefulset - - value: daemonset - description: Daemonset - default: deployment - - variable: replicas - description: Number of desired pod replicas - label: Desired Replicas - schema: - type: int - required: true - default: 1 - - variable: strategy - description: Please specify type of workload to deploy - label: (Advanced) Update Strategy - schema: - type: string - 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" - default: Recreate - - variable: expert - label: Show Expert Configuration Options - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: labelsList - label: Controller Labels - schema: - type: list - default: [] - items: - - variable: labelItem - label: Label - schema: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: customextraargs - group: Controller - label: "Extra Args" - description: "Do not click this unless you know what you are doing" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: extraArgs - label: Extra Args - schema: - type: list - default: [] - items: - - variable: arg - label: Arg - schema: - type: string - - variable: immich - group: Container Configuration - label: Immich Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: public_login_page_message - label: Public Login Page Message - description: Custom message on the login page, should be written in HTML form. - schema: - type: string - default: "" - - variable: disable_reverse_geocoding - label: Disable Reverse Geocoding - schema: - type: boolean - default: false - - variable: reverse_geocoding_precision - label: Reverse Geocoding Precision - description: Reverse geocoding is done locally which has a small impact on memory usage. (Valid options 0 - 3) - schema: - type: int - show_if: [["disable_reverse_geocoding", "=", "false"]] - default: 3 - - variable: mapbox_enable - label: Enable MapBox - schema: - type: boolean - default: false - - variable: mapbox_key - label: MaxBox Key - schema: - type: string - private: true - show_if: [["maxbox_enable", "=", "false"]] - default: "" - - variable: log_level - label: Log Level - schema: - type: string - default: simple - enum: - - value: simple - description: simple - - value: verbose - description: verbose - - variable: TZ - label: Timezone - group: Container Configuration - schema: - type: string - default: "Etc/UTC" - $ref: - - "definitions/timezone" - - variable: envList - label: Extra Environment Variables - description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." - group: Container Configuration - schema: - type: list - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - 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 Configuration - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: tty - label: Enable TTY - description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. - group: Workload Details - schema: - type: boolean - default: false - - variable: stdin - label: Enable STDIN - description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. - group: Workload Details - schema: - type: boolean - default: false - - variable: termination - group: Container Configuration - label: Termination settings - schema: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Service - description: The Primary service on which the healthcheck runs, often the webUI - schema: - additional_attrs: true - 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 and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: ports - label: "Service's Port(s) Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Service Port Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - description: This port exposes the container port on the service - schema: - type: int - default: 10323 - 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 - hidden: true - 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: 10323 - - 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: externalInterfaces - description: Add External Interfaces - label: Add external Interfaces - group: Networking - schema: - type: list - items: - - variable: interfaceConfiguration - description: Interface Configuration - label: Interface Configuration - schema: - type: dict - $ref: - - "normalize/interfaceConfiguration" - attrs: - - variable: hostInterface - description: Please Specify Host Interface - label: Host Interface - schema: - type: string - required: true - $ref: - - "definitions/interface" - - variable: ipam - description: Define how IP Address will be managed - label: IP Address Management - schema: - type: dict - required: true - attrs: - - variable: type - description: Specify type for IPAM - label: IPAM Type - schema: - type: string - required: true - enum: - - value: dhcp - description: Use DHCP - - value: static - description: Use Static IP - show_subquestions_if: static - subquestions: - - variable: staticIPConfigurations - label: Static IP Addresses - schema: - type: list - items: - - variable: staticIP - label: Static IP - schema: - type: ipaddr - cidr: true - - variable: staticRoutes - label: Static Routes - schema: - type: list - items: - - variable: staticRouteConfiguration - label: Static Route Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: destination - label: Destination - schema: - type: ipaddr - cidr: true - required: true - - variable: gateway - label: Gateway - schema: - type: ipaddr - cidr: false - required: true - - 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: - additional_attrs: true - type: dict - attrs: - - variable: nameservers - label: Name Servers - schema: - default: [] - type: list - items: - - variable: nameserver - label: Name Server - schema: - type: string - - variable: options - label: Options - schema: - default: [] - type: list - items: - - variable: option - label: Option Entry - schema: - additional_attrs: true - 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: - additional_attrs: true - 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 and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: LoadBalancer - description: LoadBalancer (Expose Ports) - - value: ClusterIP - description: ClusterIP (Do Not Expose Ports) - - value: Simple - description: Deprecated CHANGE THIS - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: portsList - label: Additional Service Ports - schema: - type: list - default: [] - items: - - variable: portsListEntry - label: Custom ports - schema: - additional_attrs: true - 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: persistence - label: Integrated Persistent Storage - description: Integrated Persistent Storage - group: Storage and Persistence - schema: - additional_attrs: true - type: dict - attrs: - - variable: uploads - label: App Uploads Storage - description: Stores the Application Uploads. - schema: - additional_attrs: true - type: dict - attrs: - - 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: Host Path (simple) - - value: emptyDir - description: emptyDir - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: setPermissionsSimple - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "simpleHP"]] - type: boolean - default: false - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPathSimple - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "simpleHP"]] - type: hostpath - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - 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: 256Gi - - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: Host Path (Simple) - - value: emptyDir - description: emptyDir - - value: pvc - description: PVC - - value: hostPath - description: Host Path - - value: nfs - description: NFS Share - - variable: server - label: NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: path - label: Path on NFS Server - schema: - show_if: [["type", "=", "nfs"]] - type: string - default: "" - - variable: setPermissionsSimple - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "simpleHP"]] - type: boolean - default: false - - variable: setPermissions - label: Automatic Permissions - description: Automatically set permissions on install - schema: - show_if: [["type", "=", "hostPath"]] - type: boolean - default: false - - variable: readOnly - label: Read Only - schema: - type: boolean - default: false - - variable: hostPathSimple - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "simpleHP"]] - type: hostpath - - variable: hostPath - label: Host Path - description: Path inside the container the storage is mounted - schema: - show_if: [["type", "=", "hostPath"]] - type: hostpath - - variable: mountPath - label: Mount Path - 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: 256Gi - - variable: hostPathType - label: (Advanced) Host Path 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: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - - variable: value - label: Value - schema: - type: string - - variable: ingress - label: "" - group: Ingress - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: Main Ingress - schema: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: tls - label: TLS-Settings - schema: - type: list - default: [] - items: - - variable: tlsEntry - label: Host - schema: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: path - label: Path - schema: - type: string - required: true - default: "/" - - variable: pathType - label: Path Type - schema: - type: string - required: true - default: Prefix - - variable: service - label: Linked Service - schema: - additional_attrs: true - 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: - additional_attrs: true - 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: security - label: Container Security Settings - group: Security and Permissions - schema: - type: dict - additional_attrs: true - attrs: - - variable: editsecurity - label: Change PUID / UMASK values - description: By enabling this you override default set values. - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: PUID - label: Process User ID - PUID - description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps - schema: - type: int - default: 568 - - variable: UMASK - label: UMASK - description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps - schema: - type: string - default: "002" - - 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: - additional_attrs: true - 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: capabilities - label: Capabilities - schema: - additional_attrs: true - type: dict - attrs: - - variable: drop - label: Drop Capability - schema: - type: list - default: [] - items: - - variable: dropEntry - label: "" - schema: - type: string - - variable: add - label: Add Capability - schema: - type: list - default: [] - items: - - variable: addEntry - label: "" - schema: - type: string - - variable: podSecurityContext - group: Security and Permissions - label: Pod Security Context - schema: - additional_attrs: true - 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: fsGroupChangePolicy - label: "When should we take ownership?" - schema: - type: string - default: OnRootMismatch - enum: - - value: OnRootMismatch - description: OnRootMismatch - - value: Always - description: Always - - variable: supplementalGroups - label: Supplemental Groups - schema: - type: list - default: [] - items: - - variable: supplementalGroupsEntry - label: Supplemental Group - schema: - type: int - - - 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: - additional_attrs: true - type: dict - attrs: - - variable: limits - label: Advanced Limit Resource Consumption - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" - schema: - type: string - default: 4000m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: RAM - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" - schema: - type: string - default: 8Gi - valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' - - variable: requests - label: "Minimum Resources Required (request)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: cpu - label: CPU - description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" - schema: - type: string - default: 10m - valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' - - variable: memory - label: "RAM" - description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" - 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: - additional_attrs: true - 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: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - 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: networkPolicy - group: Advanced - label: (Advanced) Network Policy - schema: - type: list - default: [] - items: - - variable: netPolicyEntry - label: Network Policy Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: policyType - label: Policy Type - schema: - type: string - default: "" - enum: - - value: "" - description: Default - - value: ingress - description: Ingress - - value: egress - description: Egress - - value: ingress-egress - description: Ingress and Egress - - variable: egress - label: Egress - schema: - type: list - default: [] - items: - - variable: egressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: to - label: To - schema: - type: list - default: [] - items: - - variable: toEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: ingress - label: Ingress - schema: - type: list - default: [] - items: - - variable: ingressEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: from - label: From - schema: - type: list - default: [] - items: - - variable: fromEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: ipBlock - label: IP Block - schema: - additional_attrs: true - type: dict - attrs: - - variable: cidr - label: CIDR - schema: - type: string - default: "" - - variable: except - label: Except - schema: - type: list - default: [] - items: - - variable: exceptint - label: "" - schema: - type: string - - variable: namespaceSelector - label: Namespace Selector - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: podSelector - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: matchExpressions - label: Match Expressions - schema: - type: list - default: [] - items: - - variable: expressionEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: key - label: Key - schema: - type: string - - variable: operator - label: Operator - schema: - type: string - default: TCP - enum: - - value: In - description: In - - value: NotIn - description: NotIn - - value: Exists - description: Exists - - value: DoesNotExist - description: DoesNotExist - - variable: values - label: Values - schema: - type: list - default: [] - items: - - variable: value - label: "" - schema: - type: string - - variable: ports - label: Ports - schema: - type: list - default: [] - items: - - variable: portsEntry - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - - variable: endPort - label: End Port - schema: - type: int - - variable: protocol - label: Protocol - schema: - type: string - default: TCP - enum: - - value: TCP - description: TCP - - value: UDP - description: UDP - - value: SCTP - description: SCTP - - variable: addons - group: Addons - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: Codeserver - schema: - additional_attrs: true - type: dict - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: git - label: Git Settings - schema: - additional_attrs: true - type: dict - attrs: - - variable: deployKey - description: Raw SSH Private Key - label: Deploy Key - schema: - type: string - - variable: deployKeyBase64 - description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence - label: Deploy Key Base64 - schema: - type: string - - variable: service - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Service Type - description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" - schema: - type: string - default: LoadBalancer - enum: - - value: NodePort - description: Deprecated CHANGE THIS - - value: ClusterIP - description: ClusterIP - - value: LoadBalancer - description: LoadBalancer - - variable: loadBalancerIP - label: LoadBalancer IP - description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" - schema: - show_if: [["type", "=", "LoadBalancer"]] - type: string - default: "" - - variable: advancedsvcset - label: Show Advanced Service Settings - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: externalIPs - label: "External IP's" - description: "External IP's" - schema: - type: list - default: [] - items: - - variable: externalIP - label: External IP - schema: - type: string - - variable: ipFamilyPolicy - label: IP Family Policy - description: Specify the IP Policy - schema: - type: string - default: SingleStack - enum: - - value: SingleStack - description: SingleStack - - value: PreferDualStack - description: PreferDualStack - - value: RequireDualStack - description: RequireDualStack - - variable: ipFamilies - label: IP Families - description: (Advanced) The IP Families that should be used - schema: - type: list - default: [] - items: - - variable: ipFamily - label: IP Family - schema: - type: string - - variable: ports - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: codeserver - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: Port - schema: - type: int - default: 36107 - - variable: nodePort - description: Leave Empty to Disable - label: nodePort DEPRECATED - 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - 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 Command 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: - additional_attrs: true - 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: - additional_attrs: true - 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: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - variable: vpn - label: VPN - schema: - additional_attrs: true - 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 - - value: tailscale - description: Tailscale - - variable: openvpn - label: OpenVPN Settings - schema: - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: Sock5 Server - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - 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 IPv6 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: "" - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - - variable: docs - group: Documentation - label: Please read the documentation at https://truecharts.org - description: Please read the documentation at -
https://truecharts.org - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDocs - label: I have checked the documentation - schema: - type: boolean - default: true - - variable: donateNag - group: Documentation - label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor - description: Please consider supporting TrueCharts, see -
https://truecharts.org/sponsor - schema: - additional_attrs: true - type: dict - attrs: - - variable: confirmDonate - label: I have considered donating - schema: - type: boolean - default: true - hidden: true diff --git a/stable/immich/1.0.0/templates/common.yaml b/stable/immich/1.0.0/templates/common.yaml deleted file mode 100644 index 08dae0b9c89..00000000000 --- a/stable/immich/1.0.0/templates/common.yaml +++ /dev/null @@ -1,16 +0,0 @@ -{{/* Make sure all variables are set properly */}} -{{- include "tc.common.loader.init" . }} - -{{/* Render secret */}} -{{- include "immich.secret" . }} - -{{/* Render config */}} -{{- include "immich.config" . }} - -{{- $_ := set .Values.additionalContainers "proxy" (include "immich.proxy" . | fromYaml) -}} -{{- $_ := set .Values.additionalContainers "web" (include "immich.web" . | fromYaml) -}} -{{- $_ := set .Values.additionalContainers "ml" (include "immich.ml" . | fromYaml) -}} -{{- $_ := set .Values.additionalContainers "microservices" (include "immich.microservices" . | fromYaml) -}} - -{{/* Render the templates */}} -{{ include "tc.common.loader.apply" . }} diff --git a/stable/immich/1.0.1/CHANGELOG.md b/stable/immich/1.0.1/CHANGELOG.md new file mode 100644 index 00000000000..94e873bb8cc --- /dev/null +++ b/stable/immich/1.0.1/CHANGELOG.md @@ -0,0 +1,98 @@ +# Changelog + + + +## [immich-1.0.1](https://github.com/truecharts/charts/compare/immich-1.0.0...immich-1.0.1) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - allow to disable machine-learning container ([#4132](https://github.com/truecharts/charts/issues/4132)) + + + + +## [immich-1.0.0](https://github.com/truecharts/charts/compare/immich-0.0.6...immich-1.0.0) (2022-10-14) + +### Feat + +- Move to Stable ([#4094](https://github.com/truecharts/charts/issues/4094)) + + + + +## [immich-0.0.6](https://github.com/truecharts/charts/compare/immich-0.0.5...immich-0.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [immich-0.0.5](https://github.com/truecharts/charts/compare/immich-0.0.4...immich-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [immich-0.0.5](https://github.com/truecharts/charts/compare/immich-0.0.4...immich-0.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [immich-0.0.4](https://github.com/truecharts/charts/compare/immich-0.0.3...immich-0.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [immich-0.0.3](https://github.com/truecharts/charts/compare/immich-0.0.2...immich-0.0.3) (2022-10-03) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - move to stable ([#3978](https://github.com/truecharts/charts/issues/3978)) + + ### Fix + +- actually spin up microservices contaienr ([#3998](https://github.com/truecharts/charts/issues/3998)) + + + + +## [immich-0.0.2](https://github.com/truecharts/charts/compare/immich-0.0.1...immich-0.0.2) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- add hostAliases due to upstream hardcoded urls ([#3956](https://github.com/truecharts/charts/issues/3956)) + + + + +## [immich-0.0.1]immich-0.0.1 (2022-09-28) + +### Feat + +- add immich ([#3942](https://github.com/truecharts/charts/issues/3942)) diff --git a/stable/immich/1.0.1/Chart.lock b/stable/immich/1.0.1/Chart.lock new file mode 100644 index 00000000000..4b3b2247969 --- /dev/null +++ b/stable/immich/1.0.1/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:17:53.453082334Z" diff --git a/stable/immich/1.0.1/Chart.yaml b/stable/immich/1.0.1/Chart.yaml new file mode 100644 index 00000000000..a6c270e849d --- /dev/null +++ b/stable/immich/1.0.1/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "1.29.5_44" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: High performance self-hosted photo and video backup solution. +home: https://truecharts.org/docs/charts/stable/immich +icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.png +keywords: + - photos +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: immich +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/immich + - https://github.com/immich-app/immich +version: 1.0.1 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/immich/1.0.1/README.md b/stable/immich/1.0.1/README.md new file mode 100644 index 00000000000..8ae42838f3c --- /dev/null +++ b/stable/immich/1.0.1/README.md @@ -0,0 +1,108 @@ +# immich + +High performance self-hosted photo and video backup solution. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [immich](https://truecharts.org/docs/charts/stable/immich) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `immich` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install immich TrueCharts/immich +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `immich` deployment + +```console +helm uninstall immich +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install immich \ + --set env.TZ="America/New York" \ + TrueCharts/immich +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install immich TrueCharts/immich -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/immich/1.0.0/app-readme.md b/stable/immich/1.0.1/app-readme.md similarity index 100% rename from stable/immich/1.0.0/app-readme.md rename to stable/immich/1.0.1/app-readme.md diff --git a/stable/immich/1.0.1/charts/common-10.7.1.tgz b/stable/immich/1.0.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/immich/1.0.1/charts/common-10.7.1.tgz differ diff --git a/stable/immich/1.0.1/charts/postgresql-8.0.101.tgz b/stable/immich/1.0.1/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/immich/1.0.1/charts/postgresql-8.0.101.tgz differ diff --git a/stable/immich/1.0.1/charts/redis-3.0.97.tgz b/stable/immich/1.0.1/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/immich/1.0.1/charts/redis-3.0.97.tgz differ diff --git a/stable/immich/1.0.1/ix_values.yaml b/stable/immich/1.0.1/ix_values.yaml new file mode 100644 index 00000000000..cfd40b112b9 --- /dev/null +++ b/stable/immich/1.0.1/ix_values.yaml @@ -0,0 +1,108 @@ +image: + repository: tccr.io/truecharts/immich-server + tag: 1.29.5_44@sha256:8245bc309da22c436eb29a838d2292f504d77e24f4d098d6c0e65df877180ff3 + pullPolicy: IfNotPresent + +imageML: + repository: tccr.io/truecharts/immich-ml + tag: 1.29.5_44@sha256:2df7b6368beb52ff1ffd946aaacc4df21f278b97ee3c592e2021118b3dcb5fec + pullPolicy: IfNotPresent + +imageWeb: + repository: tccr.io/truecharts/immich-web + tag: 1.29.5_44@sha256:c17ec4c2a174bac8fc2c58ebaedc7db70600fa2480695cf0920d54127c8bb32e + pullPolicy: IfNotPresent + +imageProxy: + repository: tccr.io/truecharts/immich-proxy + tag: 1.29.5_44@sha256:a4c24a70cc1e1bbbdecc3df371af08528430846709ef22ca16e2a923aa8da509 + pullPolicy: IfNotPresent + +command: + - /bin/sh + - -c + - chmod +x ./start-server.sh && ./start-server.sh + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +immich: + enable_ml: true + public_login_page_message: Immich + disable_reverse_geocoding: false + reverse_geocoding_precision: 3 + # simple | verbose + log_level: simple + mapbox_enable: false + mapbox_key: "" + +envFrom: + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-server-config' + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-common-config' + - secretRef: + name: '{{ include "tc.common.names.fullname" . }}-immich-secret' + +probes: + liveness: + path: /server-info/ping + type: HTTP + port: 3001 + readiness: + path: /server-info/ping + type: HTTP + port: 3001 + startup: + path: /server-info/ping + type: HTTP + port: 3001 + +# Due to https://github.com/immich-app/immich/issues/726 +hostAliases: + - ip: 127.0.0.1 + hostnames: + - immich-web + - immich-server + - immich-machine-learning + +service: + main: + ports: + main: + port: 10323 + protocol: HTTP + +persistence: + uploads: + enabled: true + mountPath: /usr/src/app/upload + proxy-conf: + enabled: true + noMount: true + type: custom + mountPath: /etc/nginx/ + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-proxy-config' + items: + - key: nginx.conf + path: nginx.conf + +postgresql: + enabled: true + existingSecret: dbcreds + postgresqlUsername: immich + postgresqlDatabase: immich + +redis: + enabled: true + existingSecret: rediscreds + +portal: + enabled: true diff --git a/stable/immich/1.0.1/questions.yaml b/stable/immich/1.0.1/questions.yaml new file mode 100644 index 00000000000..c4f9d9ddf35 --- /dev/null +++ b/stable/immich/1.0.1/questions.yaml @@ -0,0 +1,2621 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: immich + group: Container Configuration + label: Immich Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: public_login_page_message + label: Public Login Page Message + description: Custom message on the login page, should be written in HTML form. + schema: + type: string + default: "" + - variable: disable_reverse_geocoding + label: Disable Reverse Geocoding + schema: + type: boolean + default: false + - variable: reverse_geocoding_precision + label: Reverse Geocoding Precision + description: Reverse geocoding is done locally which has a small impact on memory usage. (Valid options 0 - 3) + schema: + type: int + show_if: [["disable_reverse_geocoding", "=", "false"]] + default: 3 + - variable: mapbox_enable + label: Enable MapBox + schema: + type: boolean + default: false + - variable: mapbox_key + label: MaxBox Key + schema: + type: string + private: true + show_if: [["maxbox_enable", "=", "false"]] + default: "" + - variable: log_level + label: Log Level + schema: + type: string + default: simple + enum: + - value: simple + description: simple + - value: verbose + description: verbose + - variable: enable_ml + label: Enable Machine Learning Container + schema: + type: boolean + default: true + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10323 + 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 + hidden: true + 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: 10323 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: uploads + label: App Uploads Storage + description: Stores the Application Uploads. + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Ingress + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/immich/1.0.0/templates/_configmap.tpl b/stable/immich/1.0.1/templates/_configmap.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_configmap.tpl rename to stable/immich/1.0.1/templates/_configmap.tpl diff --git a/stable/immich/1.0.0/templates/_microservices.tpl b/stable/immich/1.0.1/templates/_microservices.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_microservices.tpl rename to stable/immich/1.0.1/templates/_microservices.tpl diff --git a/stable/immich/1.0.0/templates/_ml.tpl b/stable/immich/1.0.1/templates/_ml.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_ml.tpl rename to stable/immich/1.0.1/templates/_ml.tpl diff --git a/stable/immich/1.0.0/templates/_proxy.tpl b/stable/immich/1.0.1/templates/_proxy.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_proxy.tpl rename to stable/immich/1.0.1/templates/_proxy.tpl diff --git a/stable/immich/1.0.0/templates/_secret.tpl b/stable/immich/1.0.1/templates/_secret.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_secret.tpl rename to stable/immich/1.0.1/templates/_secret.tpl diff --git a/stable/immich/1.0.0/templates/_web.tpl b/stable/immich/1.0.1/templates/_web.tpl similarity index 100% rename from stable/immich/1.0.0/templates/_web.tpl rename to stable/immich/1.0.1/templates/_web.tpl diff --git a/stable/immich/1.0.1/templates/common.yaml b/stable/immich/1.0.1/templates/common.yaml new file mode 100644 index 00000000000..31ed6b6d749 --- /dev/null +++ b/stable/immich/1.0.1/templates/common.yaml @@ -0,0 +1,18 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render secret */}} +{{- include "immich.secret" . }} + +{{/* Render config */}} +{{- include "immich.config" . }} + +{{- $_ := set .Values.additionalContainers "proxy" (include "immich.proxy" . | fromYaml) -}} +{{- $_ := set .Values.additionalContainers "web" (include "immich.web" . | fromYaml) -}} +{{- if .Values.immich.enable_ml -}} +{{- $_ := set .Values.additionalContainers "ml" (include "immich.ml" . | fromYaml) -}} +{{- end -}} +{{- $_ := set .Values.additionalContainers "microservices" (include "immich.microservices" . | fromYaml) -}} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/kitchenowl/1.0.11/values.yaml b/stable/immich/1.0.1/values.yaml similarity index 100% rename from stable/kitchenowl/1.0.11/values.yaml rename to stable/immich/1.0.1/values.yaml diff --git a/stable/impostor-server/1.0.45/CHANGELOG.md b/stable/impostor-server/1.0.45/CHANGELOG.md deleted file mode 100644 index 41189e4d5e0..00000000000 --- a/stable/impostor-server/1.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [impostor-server-1.0.45](https://github.com/truecharts/charts/compare/impostor-server-1.0.44...impostor-server-1.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [impostor-server-1.0.44](https://github.com/truecharts/charts/compare/impostor-server-1.0.43...impostor-server-1.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [impostor-server-1.0.44](https://github.com/truecharts/charts/compare/impostor-server-1.0.43...impostor-server-1.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [impostor-server-1.0.43](https://github.com/truecharts/charts/compare/impostor-server-1.0.42...impostor-server-1.0.43) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [impostor-server-1.0.42](https://github.com/truecharts/charts/compare/impostor-server-1.0.41...impostor-server-1.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [impostor-server-1.0.41](https://github.com/truecharts/charts/compare/impostor-server-1.0.40...impostor-server-1.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [impostor-server-1.0.40](https://github.com/truecharts/charts/compare/impostor-server-1.0.39...impostor-server-1.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [impostor-server-1.0.40](https://github.com/truecharts/charts/compare/impostor-server-1.0.39...impostor-server-1.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/impostor-server/1.0.45/Chart.lock b/stable/impostor-server/1.0.45/Chart.lock deleted file mode 100644 index a8baaf7df27..00000000000 --- a/stable/impostor-server/1.0.45/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:32:44.91240555Z" diff --git a/stable/impostor-server/1.0.45/Chart.yaml b/stable/impostor-server/1.0.45/Chart.yaml deleted file mode 100644 index c590a5d457b..00000000000 --- a/stable/impostor-server/1.0.45/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.7.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A private Among Us server -home: https://truecharts.org/docs/charts/stable/impostor-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png -keywords: - - impostor-server -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: impostor-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server -type: application -version: 1.0.45 -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/impostor-server/1.0.45/README.md b/stable/impostor-server/1.0.45/README.md deleted file mode 100644 index a7457d8c9fc..00000000000 --- a/stable/impostor-server/1.0.45/README.md +++ /dev/null @@ -1,105 +0,0 @@ -# impostor-server - -A private Among Us server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [impostor-server](https://truecharts.org/docs/charts/stable/impostor-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `impostor-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install impostor-server TrueCharts/impostor-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `impostor-server` deployment - -```console -helm uninstall impostor-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install impostor-server \ - --set env.TZ="America/New York" \ - TrueCharts/impostor-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install impostor-server TrueCharts/impostor-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/impostor-server/1.0.45/charts/common-10.7.0.tgz b/stable/impostor-server/1.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/impostor-server/1.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/impostor-server/1.0.46/CHANGELOG.md b/stable/impostor-server/1.0.46/CHANGELOG.md new file mode 100644 index 00000000000..ff142449e66 --- /dev/null +++ b/stable/impostor-server/1.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [impostor-server-1.0.46](https://github.com/truecharts/charts/compare/impostor-server-1.0.45...impostor-server-1.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [impostor-server-1.0.45](https://github.com/truecharts/charts/compare/impostor-server-1.0.44...impostor-server-1.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [impostor-server-1.0.44](https://github.com/truecharts/charts/compare/impostor-server-1.0.43...impostor-server-1.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [impostor-server-1.0.44](https://github.com/truecharts/charts/compare/impostor-server-1.0.43...impostor-server-1.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [impostor-server-1.0.43](https://github.com/truecharts/charts/compare/impostor-server-1.0.42...impostor-server-1.0.43) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [impostor-server-1.0.42](https://github.com/truecharts/charts/compare/impostor-server-1.0.41...impostor-server-1.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [impostor-server-1.0.41](https://github.com/truecharts/charts/compare/impostor-server-1.0.40...impostor-server-1.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [impostor-server-1.0.40](https://github.com/truecharts/charts/compare/impostor-server-1.0.39...impostor-server-1.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/impostor-server/1.0.46/Chart.lock b/stable/impostor-server/1.0.46/Chart.lock new file mode 100644 index 00000000000..53c7d190dce --- /dev/null +++ b/stable/impostor-server/1.0.46/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:17:44.337293248Z" diff --git a/stable/impostor-server/1.0.46/Chart.yaml b/stable/impostor-server/1.0.46/Chart.yaml new file mode 100644 index 00000000000..c5e3edfdf54 --- /dev/null +++ b/stable/impostor-server/1.0.46/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.7.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A private Among Us server +home: https://truecharts.org/docs/charts/stable/impostor-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.png +keywords: + - impostor-server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: impostor-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/impostor-server +type: application +version: 1.0.46 +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/impostor-server/1.0.46/README.md b/stable/impostor-server/1.0.46/README.md new file mode 100644 index 00000000000..4bd03103290 --- /dev/null +++ b/stable/impostor-server/1.0.46/README.md @@ -0,0 +1,105 @@ +# impostor-server + +A private Among Us server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [impostor-server](https://truecharts.org/docs/charts/stable/impostor-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `impostor-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install impostor-server TrueCharts/impostor-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `impostor-server` deployment + +```console +helm uninstall impostor-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install impostor-server \ + --set env.TZ="America/New York" \ + TrueCharts/impostor-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install impostor-server TrueCharts/impostor-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/impostor-server/1.0.45/app-readme.md b/stable/impostor-server/1.0.46/app-readme.md similarity index 100% rename from stable/impostor-server/1.0.45/app-readme.md rename to stable/impostor-server/1.0.46/app-readme.md diff --git a/stable/impostor-server/1.0.46/charts/common-10.7.1.tgz b/stable/impostor-server/1.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/impostor-server/1.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/impostor-server/1.0.45/ci/base-values.yaml b/stable/impostor-server/1.0.46/ci/base-values.yaml similarity index 100% rename from stable/impostor-server/1.0.45/ci/base-values.yaml rename to stable/impostor-server/1.0.46/ci/base-values.yaml diff --git a/stable/impostor-server/1.0.45/ci/values.yaml b/stable/impostor-server/1.0.46/ci/values.yaml similarity index 100% rename from stable/impostor-server/1.0.45/ci/values.yaml rename to stable/impostor-server/1.0.46/ci/values.yaml diff --git a/stable/impostor-server/1.0.45/ix_values.yaml b/stable/impostor-server/1.0.46/ix_values.yaml similarity index 100% rename from stable/impostor-server/1.0.45/ix_values.yaml rename to stable/impostor-server/1.0.46/ix_values.yaml diff --git a/stable/impostor-server/1.0.45/questions.yaml b/stable/impostor-server/1.0.46/questions.yaml similarity index 100% rename from stable/impostor-server/1.0.45/questions.yaml rename to stable/impostor-server/1.0.46/questions.yaml diff --git a/stable/kopia/2.0.46/templates/common.yaml b/stable/impostor-server/1.0.46/templates/common.yaml similarity index 100% rename from stable/kopia/2.0.46/templates/common.yaml rename to stable/impostor-server/1.0.46/templates/common.yaml diff --git a/stable/kiwix-serve/1.0.7/values.yaml b/stable/impostor-server/1.0.46/values.yaml similarity index 100% rename from stable/kiwix-serve/1.0.7/values.yaml rename to stable/impostor-server/1.0.46/values.yaml diff --git a/stable/inventree/4.0.19/CHANGELOG.md b/stable/inventree/4.0.19/CHANGELOG.md deleted file mode 100644 index 010b15e28bd..00000000000 --- a/stable/inventree/4.0.19/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [inventree-4.0.19](https://github.com/truecharts/charts/compare/inventree-4.0.18...inventree-4.0.19) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [inventree-4.0.18](https://github.com/truecharts/charts/compare/inventree-4.0.17...inventree-4.0.18) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [inventree-4.0.18](https://github.com/truecharts/charts/compare/inventree-4.0.17...inventree-4.0.18) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [inventree-4.0.17](https://github.com/truecharts/charts/compare/inventree-4.0.16...inventree-4.0.17) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [inventree-4.0.16](https://github.com/truecharts/charts/compare/inventree-4.0.15...inventree-4.0.16) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [inventree-4.0.14](https://github.com/truecharts/charts/compare/inventree-4.0.13...inventree-4.0.14) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [inventree-4.0.13](https://github.com/truecharts/charts/compare/inventree-4.0.12...inventree-4.0.13) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [inventree-4.0.12](https://github.com/truecharts/charts/compare/inventree-4.0.11...inventree-4.0.12) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [inventree-4.0.11](https://github.com/truecharts/charts/compare/inventree-4.0.10...inventree-4.0.11) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/inventree/4.0.19/Chart.lock b/stable/inventree/4.0.19/Chart.lock deleted file mode 100644 index 687fa218330..00000000000 --- a/stable/inventree/4.0.19/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:33:28.247551292Z" diff --git a/stable/inventree/4.0.19/Chart.yaml b/stable/inventree/4.0.19/Chart.yaml deleted file mode 100644 index 8fbaa0477f5..00000000000 --- a/stable/inventree/4.0.19/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "0.8.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. -home: https://truecharts.org/docs/charts/stable/inventree -icon: https://truecharts.org/img/hotlink-ok/chart-icons/inventree.png -keywords: - - inventory - - inventree -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: inventree -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/inventree - - https://inventree.readthedocs.io - - https://github.com/inventree/InvenTree -version: 4.0.19 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/inventree/4.0.19/README.md b/stable/inventree/4.0.19/README.md deleted file mode 100644 index c5c505b9db7..00000000000 --- a/stable/inventree/4.0.19/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# inventree - -InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [inventree](https://truecharts.org/docs/charts/stable/inventree) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `inventree` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install inventree TrueCharts/inventree -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `inventree` deployment - -```console -helm uninstall inventree -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install inventree \ - --set env.TZ="America/New York" \ - TrueCharts/inventree -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install inventree TrueCharts/inventree -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/inventree/4.0.19/charts/common-10.7.0.tgz b/stable/inventree/4.0.19/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/inventree/4.0.19/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/inventree/4.0.19/charts/postgresql-8.0.97.tgz b/stable/inventree/4.0.19/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/inventree/4.0.19/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/inventree/4.0.19/charts/redis-3.0.94.tgz b/stable/inventree/4.0.19/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/inventree/4.0.19/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/inventree/4.0.20/CHANGELOG.md b/stable/inventree/4.0.20/CHANGELOG.md new file mode 100644 index 00000000000..fa68c40a905 --- /dev/null +++ b/stable/inventree/4.0.20/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [inventree-4.0.20](https://github.com/truecharts/charts/compare/inventree-4.0.19...inventree-4.0.20) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [inventree-4.0.19](https://github.com/truecharts/charts/compare/inventree-4.0.18...inventree-4.0.19) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [inventree-4.0.18](https://github.com/truecharts/charts/compare/inventree-4.0.17...inventree-4.0.18) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [inventree-4.0.18](https://github.com/truecharts/charts/compare/inventree-4.0.17...inventree-4.0.18) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [inventree-4.0.17](https://github.com/truecharts/charts/compare/inventree-4.0.16...inventree-4.0.17) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [inventree-4.0.16](https://github.com/truecharts/charts/compare/inventree-4.0.15...inventree-4.0.16) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [inventree-4.0.14](https://github.com/truecharts/charts/compare/inventree-4.0.13...inventree-4.0.14) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [inventree-4.0.13](https://github.com/truecharts/charts/compare/inventree-4.0.12...inventree-4.0.13) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [inventree-4.0.12](https://github.com/truecharts/charts/compare/inventree-4.0.11...inventree-4.0.12) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [inventree-4.0.11](https://github.com/truecharts/charts/compare/inventree-4.0.10...inventree-4.0.11) (2022-09-22) + +### Chore + diff --git a/stable/inventree/4.0.20/Chart.lock b/stable/inventree/4.0.20/Chart.lock new file mode 100644 index 00000000000..b83ab9d344e --- /dev/null +++ b/stable/inventree/4.0.20/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:18:10.991425506Z" diff --git a/stable/inventree/4.0.20/Chart.yaml b/stable/inventree/4.0.20/Chart.yaml new file mode 100644 index 00000000000..c9a0b862d45 --- /dev/null +++ b/stable/inventree/4.0.20/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "0.8.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. +home: https://truecharts.org/docs/charts/stable/inventree +icon: https://truecharts.org/img/hotlink-ok/chart-icons/inventree.png +keywords: + - inventory + - inventree +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: inventree +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/inventree + - https://inventree.readthedocs.io + - https://github.com/inventree/InvenTree +version: 4.0.20 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/inventree/4.0.20/README.md b/stable/inventree/4.0.20/README.md new file mode 100644 index 00000000000..3f81b8655cb --- /dev/null +++ b/stable/inventree/4.0.20/README.md @@ -0,0 +1,109 @@ +# inventree + +InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [inventree](https://truecharts.org/docs/charts/stable/inventree) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `inventree` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install inventree TrueCharts/inventree +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `inventree` deployment + +```console +helm uninstall inventree +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install inventree \ + --set env.TZ="America/New York" \ + TrueCharts/inventree +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install inventree TrueCharts/inventree -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/inventree/4.0.19/app-readme.md b/stable/inventree/4.0.20/app-readme.md similarity index 100% rename from stable/inventree/4.0.19/app-readme.md rename to stable/inventree/4.0.20/app-readme.md diff --git a/stable/inventree/4.0.20/charts/common-10.7.1.tgz b/stable/inventree/4.0.20/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/inventree/4.0.20/charts/common-10.7.1.tgz differ diff --git a/stable/inventree/4.0.20/charts/postgresql-8.0.101.tgz b/stable/inventree/4.0.20/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/inventree/4.0.20/charts/postgresql-8.0.101.tgz differ diff --git a/stable/inventree/4.0.20/charts/redis-3.0.97.tgz b/stable/inventree/4.0.20/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/inventree/4.0.20/charts/redis-3.0.97.tgz differ diff --git a/stable/inventree/4.0.19/ix_values.yaml b/stable/inventree/4.0.20/ix_values.yaml similarity index 100% rename from stable/inventree/4.0.19/ix_values.yaml rename to stable/inventree/4.0.20/ix_values.yaml diff --git a/stable/inventree/4.0.19/questions.yaml b/stable/inventree/4.0.20/questions.yaml similarity index 100% rename from stable/inventree/4.0.19/questions.yaml rename to stable/inventree/4.0.20/questions.yaml diff --git a/stable/inventree/4.0.19/templates/_configmap.tpl b/stable/inventree/4.0.20/templates/_configmap.tpl similarity index 100% rename from stable/inventree/4.0.19/templates/_configmap.tpl rename to stable/inventree/4.0.20/templates/_configmap.tpl diff --git a/stable/inventree/4.0.19/templates/_init.tpl b/stable/inventree/4.0.20/templates/_init.tpl similarity index 100% rename from stable/inventree/4.0.19/templates/_init.tpl rename to stable/inventree/4.0.20/templates/_init.tpl diff --git a/stable/inventree/4.0.19/templates/_nginx.tpl b/stable/inventree/4.0.20/templates/_nginx.tpl similarity index 100% rename from stable/inventree/4.0.19/templates/_nginx.tpl rename to stable/inventree/4.0.20/templates/_nginx.tpl diff --git a/stable/inventree/4.0.19/templates/_secrets.tpl b/stable/inventree/4.0.20/templates/_secrets.tpl similarity index 100% rename from stable/inventree/4.0.19/templates/_secrets.tpl rename to stable/inventree/4.0.20/templates/_secrets.tpl diff --git a/stable/inventree/4.0.19/templates/_worker.tpl b/stable/inventree/4.0.20/templates/_worker.tpl similarity index 100% rename from stable/inventree/4.0.19/templates/_worker.tpl rename to stable/inventree/4.0.20/templates/_worker.tpl diff --git a/stable/inventree/4.0.19/templates/common.yaml b/stable/inventree/4.0.20/templates/common.yaml similarity index 100% rename from stable/inventree/4.0.19/templates/common.yaml rename to stable/inventree/4.0.20/templates/common.yaml diff --git a/stable/kodi-headless/2.0.35/values.yaml b/stable/inventree/4.0.20/values.yaml similarity index 100% rename from stable/kodi-headless/2.0.35/values.yaml rename to stable/inventree/4.0.20/values.yaml diff --git a/stable/ipfs/3.0.42/CHANGELOG.md b/stable/ipfs/3.0.42/CHANGELOG.md deleted file mode 100644 index cee6be20632..00000000000 --- a/stable/ipfs/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ipfs-3.0.42](https://github.com/truecharts/charts/compare/ipfs-3.0.41...ipfs-3.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ipfs-3.0.41](https://github.com/truecharts/charts/compare/ipfs-3.0.40...ipfs-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ipfs-3.0.41](https://github.com/truecharts/charts/compare/ipfs-3.0.40...ipfs-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ipfs-3.0.40](https://github.com/truecharts/charts/compare/ipfs-3.0.39...ipfs-3.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [ipfs-3.0.39](https://github.com/truecharts/charts/compare/ipfs-3.0.38...ipfs-3.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ipfs-3.0.38](https://github.com/truecharts/charts/compare/ipfs-3.0.37...ipfs-3.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ipfs-3.0.37](https://github.com/truecharts/charts/compare/ipfs-3.0.36...ipfs-3.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ipfs-3.0.36](https://github.com/truecharts/charts/compare/ipfs-3.0.35...ipfs-3.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/ipfs/3.0.42/Chart.lock b/stable/ipfs/3.0.42/Chart.lock deleted file mode 100644 index 0ff929083e2..00000000000 --- a/stable/ipfs/3.0.42/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:33:10.934531315Z" diff --git a/stable/ipfs/3.0.42/Chart.yaml b/stable/ipfs/3.0.42/Chart.yaml deleted file mode 100644 index b36e57baf3e..00000000000 --- a/stable/ipfs/3.0.42/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ipfs -version: 3.0.42 -appVersion: "0.16.0" -description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ipfs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png -keywords: - - ipfs -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs - - https://hub.docker.com/r/linuxserver/ipfs -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - storage - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ipfs/3.0.42/README.md b/stable/ipfs/3.0.42/README.md deleted file mode 100644 index 8d165435dbb..00000000000 --- a/stable/ipfs/3.0.42/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ipfs - -IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ipfs](https://truecharts.org/docs/charts/stable/ipfs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ipfs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ipfs TrueCharts/ipfs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ipfs` deployment - -```console -helm uninstall ipfs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ipfs \ - --set env.TZ="America/New York" \ - TrueCharts/ipfs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ipfs TrueCharts/ipfs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ipfs/3.0.42/charts/common-10.7.0.tgz b/stable/ipfs/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ipfs/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ipfs/3.0.43/CHANGELOG.md b/stable/ipfs/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..fdd2ab0b06e --- /dev/null +++ b/stable/ipfs/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ipfs-3.0.43](https://github.com/truecharts/charts/compare/ipfs-3.0.42...ipfs-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ipfs-3.0.42](https://github.com/truecharts/charts/compare/ipfs-3.0.41...ipfs-3.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ipfs-3.0.41](https://github.com/truecharts/charts/compare/ipfs-3.0.40...ipfs-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ipfs-3.0.41](https://github.com/truecharts/charts/compare/ipfs-3.0.40...ipfs-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ipfs-3.0.40](https://github.com/truecharts/charts/compare/ipfs-3.0.39...ipfs-3.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [ipfs-3.0.39](https://github.com/truecharts/charts/compare/ipfs-3.0.38...ipfs-3.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ipfs-3.0.38](https://github.com/truecharts/charts/compare/ipfs-3.0.37...ipfs-3.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ipfs-3.0.37](https://github.com/truecharts/charts/compare/ipfs-3.0.36...ipfs-3.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ipfs-3.0.36](https://github.com/truecharts/charts/compare/ipfs-3.0.35...ipfs-3.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/ipfs/3.0.43/Chart.lock b/stable/ipfs/3.0.43/Chart.lock new file mode 100644 index 00000000000..0d360ea9663 --- /dev/null +++ b/stable/ipfs/3.0.43/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:18:15.697870554Z" diff --git a/stable/ipfs/3.0.43/Chart.yaml b/stable/ipfs/3.0.43/Chart.yaml new file mode 100644 index 00000000000..104ba6f6c91 --- /dev/null +++ b/stable/ipfs/3.0.43/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ipfs +version: 3.0.43 +appVersion: "0.16.0" +description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/ipfs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.png +keywords: + - ipfs +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ipfs + - https://hub.docker.com/r/linuxserver/ipfs +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - storage + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ipfs/3.0.43/README.md b/stable/ipfs/3.0.43/README.md new file mode 100644 index 00000000000..9aa3826ab17 --- /dev/null +++ b/stable/ipfs/3.0.43/README.md @@ -0,0 +1,106 @@ +# ipfs + +IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ipfs](https://truecharts.org/docs/charts/stable/ipfs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ipfs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ipfs TrueCharts/ipfs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ipfs` deployment + +```console +helm uninstall ipfs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ipfs \ + --set env.TZ="America/New York" \ + TrueCharts/ipfs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ipfs TrueCharts/ipfs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ipfs/3.0.42/app-readme.md b/stable/ipfs/3.0.43/app-readme.md similarity index 100% rename from stable/ipfs/3.0.42/app-readme.md rename to stable/ipfs/3.0.43/app-readme.md diff --git a/stable/ipfs/3.0.43/charts/common-10.7.1.tgz b/stable/ipfs/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ipfs/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/ipfs/3.0.42/ix_values.yaml b/stable/ipfs/3.0.43/ix_values.yaml similarity index 100% rename from stable/ipfs/3.0.42/ix_values.yaml rename to stable/ipfs/3.0.43/ix_values.yaml diff --git a/stable/ipfs/3.0.42/questions.yaml b/stable/ipfs/3.0.43/questions.yaml similarity index 100% rename from stable/ipfs/3.0.42/questions.yaml rename to stable/ipfs/3.0.43/questions.yaml diff --git a/stable/ipfs/3.0.42/templates/common.yaml b/stable/ipfs/3.0.43/templates/common.yaml similarity index 100% rename from stable/ipfs/3.0.42/templates/common.yaml rename to stable/ipfs/3.0.43/templates/common.yaml diff --git a/stable/koel/3.0.50/values.yaml b/stable/ipfs/3.0.43/values.yaml similarity index 100% rename from stable/koel/3.0.50/values.yaml rename to stable/ipfs/3.0.43/values.yaml diff --git a/stable/ispy-agent-dvr/2.0.51/CHANGELOG.md b/stable/ispy-agent-dvr/2.0.51/CHANGELOG.md deleted file mode 100644 index c796121bc90..00000000000 --- a/stable/ispy-agent-dvr/2.0.51/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ispy-agent-dvr-2.0.51](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.50...ispy-agent-dvr-2.0.51) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ispy-agent-dvr-2.0.50](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.49...ispy-agent-dvr-2.0.50) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [ispy-agent-dvr-2.0.49](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.48...ispy-agent-dvr-2.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ispy-agent-dvr-2.0.49](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.48...ispy-agent-dvr-2.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ispy-agent-dvr-2.0.48](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.47...ispy-agent-dvr-2.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [ispy-agent-dvr-2.0.47](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.46...ispy-agent-dvr-2.0.47) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [ispy-agent-dvr-2.0.46](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.45...ispy-agent-dvr-2.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ispy-agent-dvr-2.0.45](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.44...ispy-agent-dvr-2.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ispy-agent-dvr-2.0.44](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.40...ispy-agent-dvr-2.0.44) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ispy-agent-dvr/2.0.51/Chart.lock b/stable/ispy-agent-dvr/2.0.51/Chart.lock deleted file mode 100644 index 8442d060136..00000000000 --- a/stable/ispy-agent-dvr/2.0.51/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:33:14.17254787Z" diff --git a/stable/ispy-agent-dvr/2.0.51/Chart.yaml b/stable/ispy-agent-dvr/2.0.51/Chart.yaml deleted file mode 100644 index b7e66cca0c0..00000000000 --- a/stable/ispy-agent-dvr/2.0.51/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "4.2.9.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. -home: https://truecharts.org/docs/charts/stable/ispy-agent-dvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png -keywords: - - dvr - - ispy - - agent -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ispy-agent-dvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr - - https://hub.docker.com/r/doitandbedone/ispyagentdvr - - https://github.com/doitandbedone/ispyagentdvr-docker -version: 2.0.51 -annotations: - truecharts.org/catagories: | - - security - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ispy-agent-dvr/2.0.51/README.md b/stable/ispy-agent-dvr/2.0.51/README.md deleted file mode 100644 index 8970a208792..00000000000 --- a/stable/ispy-agent-dvr/2.0.51/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ispy-agent-dvr - -iSpy's Agent DVR, a standalone DVR service to manage IP cameras. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ispy-agent-dvr](https://truecharts.org/docs/charts/stable/ispy-agent-dvr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ispy-agent-dvr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ispy-agent-dvr` deployment - -```console -helm uninstall ispy-agent-dvr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ispy-agent-dvr \ - --set env.TZ="America/New York" \ - TrueCharts/ispy-agent-dvr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ispy-agent-dvr/2.0.51/charts/common-10.7.0.tgz b/stable/ispy-agent-dvr/2.0.51/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ispy-agent-dvr/2.0.51/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/2.0.52/CHANGELOG.md b/stable/ispy-agent-dvr/2.0.52/CHANGELOG.md new file mode 100644 index 00000000000..64d8888cbfc --- /dev/null +++ b/stable/ispy-agent-dvr/2.0.52/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ispy-agent-dvr-2.0.52](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.51...ispy-agent-dvr-2.0.52) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ispy-agent-dvr-2.0.51](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.50...ispy-agent-dvr-2.0.51) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ispy-agent-dvr-2.0.50](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.49...ispy-agent-dvr-2.0.50) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [ispy-agent-dvr-2.0.49](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.48...ispy-agent-dvr-2.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ispy-agent-dvr-2.0.49](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.48...ispy-agent-dvr-2.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ispy-agent-dvr-2.0.48](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.47...ispy-agent-dvr-2.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [ispy-agent-dvr-2.0.47](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.46...ispy-agent-dvr-2.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [ispy-agent-dvr-2.0.46](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.45...ispy-agent-dvr-2.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ispy-agent-dvr-2.0.45](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.44...ispy-agent-dvr-2.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ispy-agent-dvr-2.0.44](https://github.com/truecharts/charts/compare/ispy-agent-dvr-2.0.40...ispy-agent-dvr-2.0.44) (2022-09-22) diff --git a/stable/ispy-agent-dvr/2.0.52/Chart.lock b/stable/ispy-agent-dvr/2.0.52/Chart.lock new file mode 100644 index 00000000000..c529f0c3345 --- /dev/null +++ b/stable/ispy-agent-dvr/2.0.52/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:18:16.126294917Z" diff --git a/stable/ispy-agent-dvr/2.0.52/Chart.yaml b/stable/ispy-agent-dvr/2.0.52/Chart.yaml new file mode 100644 index 00000000000..69e313be221 --- /dev/null +++ b/stable/ispy-agent-dvr/2.0.52/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "4.2.9.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras. +home: https://truecharts.org/docs/charts/stable/ispy-agent-dvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png +keywords: + - dvr + - ispy + - agent +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ispy-agent-dvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr + - https://hub.docker.com/r/doitandbedone/ispyagentdvr + - https://github.com/doitandbedone/ispyagentdvr-docker +version: 2.0.52 +annotations: + truecharts.org/catagories: | + - security + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ispy-agent-dvr/2.0.52/README.md b/stable/ispy-agent-dvr/2.0.52/README.md new file mode 100644 index 00000000000..bb4e389d249 --- /dev/null +++ b/stable/ispy-agent-dvr/2.0.52/README.md @@ -0,0 +1,107 @@ +# ispy-agent-dvr + +iSpy's Agent DVR, a standalone DVR service to manage IP cameras. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ispy-agent-dvr](https://truecharts.org/docs/charts/stable/ispy-agent-dvr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ispy-agent-dvr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ispy-agent-dvr` deployment + +```console +helm uninstall ispy-agent-dvr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ispy-agent-dvr \ + --set env.TZ="America/New York" \ + TrueCharts/ispy-agent-dvr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ispy-agent-dvr TrueCharts/ispy-agent-dvr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ispy-agent-dvr/2.0.51/app-readme.md b/stable/ispy-agent-dvr/2.0.52/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/2.0.51/app-readme.md rename to stable/ispy-agent-dvr/2.0.52/app-readme.md diff --git a/stable/ispy-agent-dvr/2.0.52/charts/common-10.7.1.tgz b/stable/ispy-agent-dvr/2.0.52/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ispy-agent-dvr/2.0.52/charts/common-10.7.1.tgz differ diff --git a/stable/ispy-agent-dvr/2.0.51/ix_values.yaml b/stable/ispy-agent-dvr/2.0.52/ix_values.yaml similarity index 100% rename from stable/ispy-agent-dvr/2.0.51/ix_values.yaml rename to stable/ispy-agent-dvr/2.0.52/ix_values.yaml diff --git a/stable/ispy-agent-dvr/2.0.51/questions.yaml b/stable/ispy-agent-dvr/2.0.52/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/2.0.51/questions.yaml rename to stable/ispy-agent-dvr/2.0.52/questions.yaml diff --git a/stable/lancache-dns/1.0.1/templates/common.yaml b/stable/ispy-agent-dvr/2.0.52/templates/common.yaml similarity index 100% rename from stable/lancache-dns/1.0.1/templates/common.yaml rename to stable/ispy-agent-dvr/2.0.52/templates/common.yaml diff --git a/stable/komga/6.0.43/values.yaml b/stable/ispy-agent-dvr/2.0.52/values.yaml similarity index 100% rename from stable/komga/6.0.43/values.yaml rename to stable/ispy-agent-dvr/2.0.52/values.yaml diff --git a/stable/iyuuplus/2.0.36/CHANGELOG.md b/stable/iyuuplus/2.0.36/CHANGELOG.md deleted file mode 100644 index 3548ede8e40..00000000000 --- a/stable/iyuuplus/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [iyuuplus-2.0.36](https://github.com/truecharts/charts/compare/iyuuplus-2.0.35...iyuuplus-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [iyuuplus-2.0.35](https://github.com/truecharts/charts/compare/iyuuplus-2.0.34...iyuuplus-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [iyuuplus-2.0.35](https://github.com/truecharts/charts/compare/iyuuplus-2.0.34...iyuuplus-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [iyuuplus-2.0.34](https://github.com/truecharts/charts/compare/iyuuplus-2.0.33...iyuuplus-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [iyuuplus-2.0.33](https://github.com/truecharts/charts/compare/iyuuplus-2.0.32...iyuuplus-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [iyuuplus-2.0.32](https://github.com/truecharts/charts/compare/iyuuplus-2.0.31...iyuuplus-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [iyuuplus-2.0.31](https://github.com/truecharts/charts/compare/iyuuplus-2.0.30...iyuuplus-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [iyuuplus-2.0.31](https://github.com/truecharts/charts/compare/iyuuplus-2.0.30...iyuuplus-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/iyuuplus/2.0.36/Chart.lock b/stable/iyuuplus/2.0.36/Chart.lock deleted file mode 100644 index 111bbd7b477..00000000000 --- a/stable/iyuuplus/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:33:32.518200501Z" diff --git a/stable/iyuuplus/2.0.36/Chart.yaml b/stable/iyuuplus/2.0.36/Chart.yaml deleted file mode 100644 index db6c1cf5f1f..00000000000 --- a/stable/iyuuplus/2.0.36/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: iyuuplus -version: 2.0.36 -appVersion: "latest" -description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/iyuuplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png -keywords: - - iyuuplus - - pt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus - - https://hub.docker.com/r/iyuucn/iyuuplus -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/iyuuplus/2.0.36/README.md b/stable/iyuuplus/2.0.36/README.md deleted file mode 100644 index 2d67e891cc4..00000000000 --- a/stable/iyuuplus/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# iyuuplus - -The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [iyuuplus](https://truecharts.org/docs/charts/stable/iyuuplus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `iyuuplus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install iyuuplus TrueCharts/iyuuplus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `iyuuplus` deployment - -```console -helm uninstall iyuuplus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install iyuuplus \ - --set env.TZ="America/New York" \ - TrueCharts/iyuuplus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install iyuuplus TrueCharts/iyuuplus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/iyuuplus/2.0.36/charts/common-10.7.0.tgz b/stable/iyuuplus/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/iyuuplus/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/iyuuplus/2.0.37/CHANGELOG.md b/stable/iyuuplus/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..b7a7fff70cf --- /dev/null +++ b/stable/iyuuplus/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [iyuuplus-2.0.37](https://github.com/truecharts/charts/compare/iyuuplus-2.0.36...iyuuplus-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [iyuuplus-2.0.36](https://github.com/truecharts/charts/compare/iyuuplus-2.0.35...iyuuplus-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [iyuuplus-2.0.35](https://github.com/truecharts/charts/compare/iyuuplus-2.0.34...iyuuplus-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [iyuuplus-2.0.35](https://github.com/truecharts/charts/compare/iyuuplus-2.0.34...iyuuplus-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [iyuuplus-2.0.34](https://github.com/truecharts/charts/compare/iyuuplus-2.0.33...iyuuplus-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [iyuuplus-2.0.33](https://github.com/truecharts/charts/compare/iyuuplus-2.0.32...iyuuplus-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [iyuuplus-2.0.32](https://github.com/truecharts/charts/compare/iyuuplus-2.0.31...iyuuplus-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [iyuuplus-2.0.31](https://github.com/truecharts/charts/compare/iyuuplus-2.0.30...iyuuplus-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/iyuuplus/2.0.37/Chart.lock b/stable/iyuuplus/2.0.37/Chart.lock new file mode 100644 index 00000000000..eb8ccab46dd --- /dev/null +++ b/stable/iyuuplus/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:18:46.31266508Z" diff --git a/stable/iyuuplus/2.0.37/Chart.yaml b/stable/iyuuplus/2.0.37/Chart.yaml new file mode 100644 index 00000000000..a150fbd96fa --- /dev/null +++ b/stable/iyuuplus/2.0.37/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: iyuuplus +version: 2.0.37 +appVersion: "latest" +description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/iyuuplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.png +keywords: + - iyuuplus + - pt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/iyuuplus + - https://hub.docker.com/r/iyuucn/iyuuplus +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/iyuuplus/2.0.37/README.md b/stable/iyuuplus/2.0.37/README.md new file mode 100644 index 00000000000..98f34b81e09 --- /dev/null +++ b/stable/iyuuplus/2.0.37/README.md @@ -0,0 +1,106 @@ +# iyuuplus + +The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [iyuuplus](https://truecharts.org/docs/charts/stable/iyuuplus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `iyuuplus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install iyuuplus TrueCharts/iyuuplus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `iyuuplus` deployment + +```console +helm uninstall iyuuplus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install iyuuplus \ + --set env.TZ="America/New York" \ + TrueCharts/iyuuplus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install iyuuplus TrueCharts/iyuuplus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/iyuuplus/2.0.36/app-readme.md b/stable/iyuuplus/2.0.37/app-readme.md similarity index 100% rename from stable/iyuuplus/2.0.36/app-readme.md rename to stable/iyuuplus/2.0.37/app-readme.md diff --git a/stable/iyuuplus/2.0.37/charts/common-10.7.1.tgz b/stable/iyuuplus/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/iyuuplus/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/iyuuplus/2.0.36/ix_values.yaml b/stable/iyuuplus/2.0.37/ix_values.yaml similarity index 100% rename from stable/iyuuplus/2.0.36/ix_values.yaml rename to stable/iyuuplus/2.0.37/ix_values.yaml diff --git a/stable/iyuuplus/2.0.36/questions.yaml b/stable/iyuuplus/2.0.37/questions.yaml similarity index 100% rename from stable/iyuuplus/2.0.36/questions.yaml rename to stable/iyuuplus/2.0.37/questions.yaml diff --git a/stable/lancache-monolithic/1.0.1/templates/common.yaml b/stable/iyuuplus/2.0.37/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/1.0.1/templates/common.yaml rename to stable/iyuuplus/2.0.37/templates/common.yaml diff --git a/stable/kopia/2.0.46/values.yaml b/stable/iyuuplus/2.0.37/values.yaml similarity index 100% rename from stable/kopia/2.0.46/values.yaml rename to stable/iyuuplus/2.0.37/values.yaml diff --git a/stable/jackett/11.0.110/CHANGELOG.md b/stable/jackett/11.0.110/CHANGELOG.md new file mode 100644 index 00000000000..51729052d9f --- /dev/null +++ b/stable/jackett/11.0.110/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jackett-11.0.110](https://github.com/truecharts/charts/compare/jackett-11.0.109...jackett-11.0.110) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [jackett-11.0.109](https://github.com/truecharts/charts/compare/jackett-11.0.108...jackett-11.0.109) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [jackett-11.0.108](https://github.com/truecharts/charts/compare/jackett-11.0.107...jackett-11.0.108) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [jackett-11.0.107](https://github.com/truecharts/charts/compare/jackett-11.0.106...jackett-11.0.107) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jackett-11.0.106](https://github.com/truecharts/charts/compare/jackett-11.0.105...jackett-11.0.106) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [jackett-11.0.105](https://github.com/truecharts/charts/compare/jackett-11.0.104...jackett-11.0.105) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jackett-11.0.105](https://github.com/truecharts/charts/compare/jackett-11.0.104...jackett-11.0.105) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jackett-11.0.104](https://github.com/truecharts/charts/compare/jackett-11.0.103...jackett-11.0.104) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [jackett-11.0.103](https://github.com/truecharts/charts/compare/jackett-11.0.102...jackett-11.0.103) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jackett-11.0.102](https://github.com/truecharts/charts/compare/jackett-11.0.101...jackett-11.0.102) (2022-10-04) + diff --git a/stable/jackett/11.0.110/Chart.lock b/stable/jackett/11.0.110/Chart.lock new file mode 100644 index 00000000000..d48cd41a8d1 --- /dev/null +++ b/stable/jackett/11.0.110/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:18:48.100174364Z" diff --git a/stable/jackett/11.0.110/Chart.yaml b/stable/jackett/11.0.110/Chart.yaml new file mode 100644 index 00000000000..23554a97881 --- /dev/null +++ b/stable/jackett/11.0.110/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.20.2122" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: API Support for your favorite torrent trackers. +home: https://truecharts.org/docs/charts/stable/jackett +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.png +keywords: + - jackett + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jackett +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jackett + - https://github.com/Jackett/Jackett +type: application +version: 11.0.110 +annotations: + truecharts.org/catagories: | + - media + - test + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/jackett/11.0.110/README.md b/stable/jackett/11.0.110/README.md new file mode 100644 index 00000000000..789d3e6a6ed --- /dev/null +++ b/stable/jackett/11.0.110/README.md @@ -0,0 +1,106 @@ +# jackett + +API Support for your favorite torrent trackers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jackett](https://truecharts.org/docs/charts/stable/jackett) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jackett` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jackett TrueCharts/jackett +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jackett` deployment + +```console +helm uninstall jackett +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jackett \ + --set env.TZ="America/New York" \ + TrueCharts/jackett +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jackett TrueCharts/jackett -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/jackett/11.0.110/app-readme.md b/stable/jackett/11.0.110/app-readme.md new file mode 100644 index 00000000000..94165e2dadb --- /dev/null +++ b/stable/jackett/11.0.110/app-readme.md @@ -0,0 +1,8 @@ +API Support for your favorite torrent trackers. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/jackett](https://truecharts.org/docs/charts/stable/jackett) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/jackett/11.0.110/charts/common-10.7.1.tgz b/stable/jackett/11.0.110/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/jackett/11.0.110/charts/common-10.7.1.tgz differ diff --git a/stable/jackett/11.0.110/ix_values.yaml b/stable/jackett/11.0.110/ix_values.yaml new file mode 100644 index 00000000000..412eabf9630 --- /dev/null +++ b/stable/jackett/11.0.110/ix_values.yaml @@ -0,0 +1,33 @@ +image: + repository: tccr.io/truecharts/jackett + pullPolicy: IfNotPresent + tag: 0.20.2122@sha256:81400068dda77978be5fce3513c1ff80978d50877e29b19b7f8494635362978e + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + protocol: HTTP + targetPort: 9117 + port: 9117 + +probes: + liveness: + path: "/UI/Login" + + readiness: + path: "/UI/Login" + + startup: + path: "/UI/Login" + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/jackett/11.0.110/questions.yaml b/stable/jackett/11.0.110/questions.yaml new file mode 100644 index 00000000000..e66343f3891 --- /dev/null +++ b/stable/jackett/11.0.110/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9117 + 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 + hidden: true + 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: 9117 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/lanraragi/2.0.38/templates/common.yaml b/stable/jackett/11.0.110/templates/common.yaml similarity index 100% rename from stable/lanraragi/2.0.38/templates/common.yaml rename to stable/jackett/11.0.110/templates/common.yaml diff --git a/stable/kutt/3.0.44/values.yaml b/stable/jackett/11.0.110/values.yaml similarity index 100% rename from stable/kutt/3.0.44/values.yaml rename to stable/jackett/11.0.110/values.yaml diff --git a/stable/jdownloader2/8.0.39/CHANGELOG.md b/stable/jdownloader2/8.0.39/CHANGELOG.md deleted file mode 100644 index a8acebe31e9..00000000000 --- a/stable/jdownloader2/8.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jdownloader2-8.0.39](https://github.com/truecharts/charts/compare/jdownloader2-8.0.38...jdownloader2-8.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jdownloader2-8.0.38](https://github.com/truecharts/charts/compare/jdownloader2-8.0.37...jdownloader2-8.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jdownloader2-8.0.38](https://github.com/truecharts/charts/compare/jdownloader2-8.0.37...jdownloader2-8.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jdownloader2-8.0.37](https://github.com/truecharts/charts/compare/jdownloader2-8.0.36...jdownloader2-8.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jdownloader2-8.0.36](https://github.com/truecharts/charts/compare/jdownloader2-8.0.35...jdownloader2-8.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jdownloader2-8.0.35](https://github.com/truecharts/charts/compare/jdownloader2-8.0.34...jdownloader2-8.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jdownloader2-8.0.34](https://github.com/truecharts/charts/compare/jdownloader2-8.0.33...jdownloader2-8.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [jdownloader2-8.0.34](https://github.com/truecharts/charts/compare/jdownloader2-8.0.33...jdownloader2-8.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/jdownloader2/8.0.39/Chart.lock b/stable/jdownloader2/8.0.39/Chart.lock deleted file mode 100644 index 19263947369..00000000000 --- a/stable/jdownloader2/8.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:33:43.109606342Z" diff --git a/stable/jdownloader2/8.0.39/Chart.yaml b/stable/jdownloader2/8.0.39/Chart.yaml deleted file mode 100644 index 2c1db327ba7..00000000000 --- a/stable/jdownloader2/8.0.39/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.7.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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. -home: https://truecharts.org/docs/charts/stable/jdownloader2 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png -keywords: - - jdownloader - - download -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jdownloader2 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 - - https://github.com/jlesage/docker-jdownloader-2 - - https://hub.docker.com/r/jlesage/jdownloader-2 - - https://jdownloader.org/ -type: application -version: 8.0.39 -annotations: - truecharts.org/catagories: | - - downloads - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/jdownloader2/8.0.39/README.md b/stable/jdownloader2/8.0.39/README.md deleted file mode 100644 index 36a998e5ccd..00000000000 --- a/stable/jdownloader2/8.0.39/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# jdownloader2 - -JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jdownloader2](https://truecharts.org/docs/charts/stable/jdownloader2) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jdownloader2` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jdownloader2 TrueCharts/jdownloader2 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jdownloader2` deployment - -```console -helm uninstall jdownloader2 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jdownloader2 \ - --set env.TZ="America/New York" \ - TrueCharts/jdownloader2 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jdownloader2 TrueCharts/jdownloader2 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/jdownloader2/8.0.39/charts/common-10.7.0.tgz b/stable/jdownloader2/8.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/jdownloader2/8.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/jdownloader2/8.0.40/CHANGELOG.md b/stable/jdownloader2/8.0.40/CHANGELOG.md new file mode 100644 index 00000000000..10a373afa75 --- /dev/null +++ b/stable/jdownloader2/8.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jdownloader2-8.0.40](https://github.com/truecharts/charts/compare/jdownloader2-8.0.39...jdownloader2-8.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jdownloader2-8.0.39](https://github.com/truecharts/charts/compare/jdownloader2-8.0.38...jdownloader2-8.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jdownloader2-8.0.38](https://github.com/truecharts/charts/compare/jdownloader2-8.0.37...jdownloader2-8.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jdownloader2-8.0.38](https://github.com/truecharts/charts/compare/jdownloader2-8.0.37...jdownloader2-8.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jdownloader2-8.0.37](https://github.com/truecharts/charts/compare/jdownloader2-8.0.36...jdownloader2-8.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jdownloader2-8.0.36](https://github.com/truecharts/charts/compare/jdownloader2-8.0.35...jdownloader2-8.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jdownloader2-8.0.35](https://github.com/truecharts/charts/compare/jdownloader2-8.0.34...jdownloader2-8.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jdownloader2-8.0.34](https://github.com/truecharts/charts/compare/jdownloader2-8.0.33...jdownloader2-8.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/jdownloader2/8.0.40/Chart.lock b/stable/jdownloader2/8.0.40/Chart.lock new file mode 100644 index 00000000000..9e724825549 --- /dev/null +++ b/stable/jdownloader2/8.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:18:49.02910144Z" diff --git a/stable/jdownloader2/8.0.40/Chart.yaml b/stable/jdownloader2/8.0.40/Chart.yaml new file mode 100644 index 00000000000..2096b7b1766 --- /dev/null +++ b/stable/jdownloader2/8.0.40/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.7.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/jdownloader2 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.png +keywords: + - jdownloader + - download +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jdownloader2 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jdownloader2 + - https://github.com/jlesage/docker-jdownloader-2 + - https://hub.docker.com/r/jlesage/jdownloader-2 + - https://jdownloader.org/ +type: application +version: 8.0.40 +annotations: + truecharts.org/catagories: | + - downloads + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/jdownloader2/8.0.40/README.md b/stable/jdownloader2/8.0.40/README.md new file mode 100644 index 00000000000..4178050a916 --- /dev/null +++ b/stable/jdownloader2/8.0.40/README.md @@ -0,0 +1,108 @@ +# jdownloader2 + +JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jdownloader2](https://truecharts.org/docs/charts/stable/jdownloader2) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jdownloader2` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jdownloader2 TrueCharts/jdownloader2 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jdownloader2` deployment + +```console +helm uninstall jdownloader2 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jdownloader2 \ + --set env.TZ="America/New York" \ + TrueCharts/jdownloader2 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jdownloader2 TrueCharts/jdownloader2 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/jdownloader2/8.0.39/app-readme.md b/stable/jdownloader2/8.0.40/app-readme.md similarity index 100% rename from stable/jdownloader2/8.0.39/app-readme.md rename to stable/jdownloader2/8.0.40/app-readme.md diff --git a/stable/jdownloader2/8.0.40/charts/common-10.7.1.tgz b/stable/jdownloader2/8.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/jdownloader2/8.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/jdownloader2/8.0.39/ix_values.yaml b/stable/jdownloader2/8.0.40/ix_values.yaml similarity index 100% rename from stable/jdownloader2/8.0.39/ix_values.yaml rename to stable/jdownloader2/8.0.40/ix_values.yaml diff --git a/stable/jdownloader2/8.0.39/questions.yaml b/stable/jdownloader2/8.0.40/questions.yaml similarity index 100% rename from stable/jdownloader2/8.0.39/questions.yaml rename to stable/jdownloader2/8.0.40/questions.yaml diff --git a/stable/libreddit/1.0.30/templates/common.yaml b/stable/jdownloader2/8.0.40/templates/common.yaml similarity index 100% rename from stable/libreddit/1.0.30/templates/common.yaml rename to stable/jdownloader2/8.0.40/templates/common.yaml diff --git a/stable/lancache-dns/1.0.1/values.yaml b/stable/jdownloader2/8.0.40/values.yaml similarity index 100% rename from stable/lancache-dns/1.0.1/values.yaml rename to stable/jdownloader2/8.0.40/values.yaml diff --git a/stable/jellyfin/11.0.41/CHANGELOG.md b/stable/jellyfin/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..9af1b76e81c --- /dev/null +++ b/stable/jellyfin/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jellyfin-11.0.41](https://github.com/truecharts/charts/compare/jellyfin-11.0.40...jellyfin-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [jellyfin-11.0.40](https://github.com/truecharts/charts/compare/jellyfin-11.0.39...jellyfin-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jellyfin-11.0.39](https://github.com/truecharts/charts/compare/jellyfin-11.0.38...jellyfin-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jellyfin-11.0.39](https://github.com/truecharts/charts/compare/jellyfin-11.0.38...jellyfin-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jellyfin-11.0.38](https://github.com/truecharts/charts/compare/jellyfin-11.0.37...jellyfin-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jellyfin-11.0.37](https://github.com/truecharts/charts/compare/jellyfin-11.0.36...jellyfin-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jellyfin-11.0.36](https://github.com/truecharts/charts/compare/jellyfin-11.0.35...jellyfin-11.0.36) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [jellyfin-11.0.35](https://github.com/truecharts/charts/compare/jellyfin-11.0.34...jellyfin-11.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jellyfin-11.0.34](https://github.com/truecharts/charts/compare/jellyfin-11.0.33...jellyfin-11.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/jellyfin/11.0.41/Chart.lock b/stable/jellyfin/11.0.41/Chart.lock new file mode 100644 index 00000000000..b8264927ecc --- /dev/null +++ b/stable/jellyfin/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:19:04.676600312Z" diff --git a/stable/jellyfin/11.0.41/Chart.yaml b/stable/jellyfin/11.0.41/Chart.yaml new file mode 100644 index 00000000000..58b445407b1 --- /dev/null +++ b/stable/jellyfin/11.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "10.8.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Jellyfin is a Free Software Media System +home: https://truecharts.org/docs/charts/stable/jellyfin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.png +keywords: + - jellyfin + - plex + - emby +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jellyfin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin + - https://github.com/jellyfin/jellyfin +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/jellyfin/11.0.41/README.md b/stable/jellyfin/11.0.41/README.md new file mode 100644 index 00000000000..5e84a213490 --- /dev/null +++ b/stable/jellyfin/11.0.41/README.md @@ -0,0 +1,106 @@ +# jellyfin + +Jellyfin is a Free Software Media System + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jellyfin](https://truecharts.org/docs/charts/stable/jellyfin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jellyfin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jellyfin TrueCharts/jellyfin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jellyfin` deployment + +```console +helm uninstall jellyfin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jellyfin \ + --set env.TZ="America/New York" \ + TrueCharts/jellyfin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jellyfin TrueCharts/jellyfin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/jellyfin/11.0.41/app-readme.md b/stable/jellyfin/11.0.41/app-readme.md new file mode 100644 index 00000000000..34ffb5d5676 --- /dev/null +++ b/stable/jellyfin/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +Jellyfin is a Free Software Media System + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/jellyfin](https://truecharts.org/docs/charts/stable/jellyfin) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/jellyfin/11.0.41/charts/common-10.7.1.tgz b/stable/jellyfin/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/jellyfin/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/jellyfin/11.0.41/ix_values.yaml b/stable/jellyfin/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..e4153b3c5ae --- /dev/null +++ b/stable/jellyfin/11.0.41/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: tccr.io/truecharts/jellyfin + pullPolicy: IfNotPresent + tag: 10.8.5@sha256:5638312657e538cc27f15cd5c812e177bf58c8137a00d07a86ccacd2c3df340c + +securityContext: + readOnlyRootFilesystem: false + +env: + JELLYFIN_PublishedServerUrl: "https://jelly.mydomain.com" + +service: + main: + ports: + main: + port: 8096 + targetPort: 8096 + +persistence: + config: + enabled: true + mountPath: "/config" + cache: + enabled: true + mountPath: "/cache" + type: "emptyDir" + +portal: + enabled: true diff --git a/stable/jellyfin/11.0.41/questions.yaml b/stable/jellyfin/11.0.41/questions.yaml new file mode 100644 index 00000000000..5617b333bb1 --- /dev/null +++ b/stable/jellyfin/11.0.41/questions.yaml @@ -0,0 +1,2582 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JELLYFIN_PublishedServerUrl + description: "Published Server URL" + label: "The Server URL to publish in UDP Auto Discovery response." + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8096 + 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 + hidden: true + 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: 8096 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/libreoffice/2.0.35/templates/common.yaml b/stable/jellyfin/11.0.41/templates/common.yaml similarity index 100% rename from stable/libreoffice/2.0.35/templates/common.yaml rename to stable/jellyfin/11.0.41/templates/common.yaml diff --git a/stable/lancache-monolithic/1.0.1/values.yaml b/stable/jellyfin/11.0.41/values.yaml similarity index 100% rename from stable/lancache-monolithic/1.0.1/values.yaml rename to stable/jellyfin/11.0.41/values.yaml diff --git a/stable/jellyseerr/2.0.38/CHANGELOG.md b/stable/jellyseerr/2.0.38/CHANGELOG.md deleted file mode 100644 index 975bce501b6..00000000000 --- a/stable/jellyseerr/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [jellyseerr-2.0.38](https://github.com/truecharts/charts/compare/jellyseerr-2.0.37...jellyseerr-2.0.38) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [jellyseerr-2.0.37](https://github.com/truecharts/charts/compare/jellyseerr-2.0.36...jellyseerr-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [jellyseerr-2.0.36](https://github.com/truecharts/charts/compare/jellyseerr-2.0.35...jellyseerr-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jellyseerr-2.0.36](https://github.com/truecharts/charts/compare/jellyseerr-2.0.35...jellyseerr-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [jellyseerr-2.0.35](https://github.com/truecharts/charts/compare/jellyseerr-2.0.34...jellyseerr-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [jellyseerr-2.0.34](https://github.com/truecharts/charts/compare/jellyseerr-2.0.33...jellyseerr-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [jellyseerr-2.0.33](https://github.com/truecharts/charts/compare/jellyseerr-2.0.32...jellyseerr-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [jellyseerr-2.0.32](https://github.com/truecharts/charts/compare/jellyseerr-2.0.31...jellyseerr-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/jellyseerr/2.0.38/Chart.lock b/stable/jellyseerr/2.0.38/Chart.lock deleted file mode 100644 index 6b02e05ec81..00000000000 --- a/stable/jellyseerr/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:18:57.464130613Z" diff --git a/stable/jellyseerr/2.0.38/Chart.yaml b/stable/jellyseerr/2.0.38/Chart.yaml deleted file mode 100644 index 53dff1d3c29..00000000000 --- a/stable/jellyseerr/2.0.38/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. -home: https://truecharts.org/docs/charts/stable/jellyseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png -keywords: - - jellyseerr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: jellyseerr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr - - https://github.com/Fallenbagel/jellyseerr - - https://hub.docker.com/r/fallenbagel/jellyseerr -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/jellyseerr/2.0.38/README.md b/stable/jellyseerr/2.0.38/README.md deleted file mode 100644 index cc9f4e2d72c..00000000000 --- a/stable/jellyseerr/2.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# jellyseerr - -Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [jellyseerr](https://truecharts.org/docs/charts/stable/jellyseerr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `jellyseerr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install jellyseerr TrueCharts/jellyseerr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `jellyseerr` deployment - -```console -helm uninstall jellyseerr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install jellyseerr \ - --set env.TZ="America/New York" \ - TrueCharts/jellyseerr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install jellyseerr TrueCharts/jellyseerr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/jellyseerr/2.0.38/charts/common-10.7.0.tgz b/stable/jellyseerr/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/jellyseerr/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/jellyseerr/2.0.38/ix_values.yaml b/stable/jellyseerr/2.0.38/ix_values.yaml deleted file mode 100644 index db8264dcef2..00000000000 --- a/stable/jellyseerr/2.0.38/ix_values.yaml +++ /dev/null @@ -1,24 +0,0 @@ -image: - repository: tccr.io/truecharts/jellyseerr - tag: 1.2.0@sha256:3d13488bcb1a69ddded2aea8723f7b4b96413b08a249a240d8f90f9ad82ae38b - pullPolicy: IfNotPresent - -env: - PORT: "{{ .Values.service.main.ports.main.port }}" - # User Defined - JELLYFIN_TYPE: "" - LOG_LEVEL: "info" - -service: - main: - ports: - main: - port: 10241 - -persistence: - config: - enabled: true - mountPath: "/app/config" - -portal: - enabled: true diff --git a/stable/jellyseerr/2.0.39/CHANGELOG.md b/stable/jellyseerr/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..64f82581946 --- /dev/null +++ b/stable/jellyseerr/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [jellyseerr-2.0.39](https://github.com/truecharts/charts/compare/jellyseerr-2.0.38...jellyseerr-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [jellyseerr-2.0.38](https://github.com/truecharts/charts/compare/jellyseerr-2.0.37...jellyseerr-2.0.38) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [jellyseerr-2.0.37](https://github.com/truecharts/charts/compare/jellyseerr-2.0.36...jellyseerr-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [jellyseerr-2.0.36](https://github.com/truecharts/charts/compare/jellyseerr-2.0.35...jellyseerr-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jellyseerr-2.0.36](https://github.com/truecharts/charts/compare/jellyseerr-2.0.35...jellyseerr-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [jellyseerr-2.0.35](https://github.com/truecharts/charts/compare/jellyseerr-2.0.34...jellyseerr-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [jellyseerr-2.0.34](https://github.com/truecharts/charts/compare/jellyseerr-2.0.33...jellyseerr-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [jellyseerr-2.0.33](https://github.com/truecharts/charts/compare/jellyseerr-2.0.32...jellyseerr-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [jellyseerr-2.0.32](https://github.com/truecharts/charts/compare/jellyseerr-2.0.31...jellyseerr-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/jellyseerr/2.0.39/Chart.lock b/stable/jellyseerr/2.0.39/Chart.lock new file mode 100644 index 00000000000..6e0312b095b --- /dev/null +++ b/stable/jellyseerr/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:19:16.92083577Z" diff --git a/stable/jellyseerr/2.0.39/Chart.yaml b/stable/jellyseerr/2.0.39/Chart.yaml new file mode 100644 index 00000000000..78c8e72d041 --- /dev/null +++ b/stable/jellyseerr/2.0.39/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. +home: https://truecharts.org/docs/charts/stable/jellyseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.png +keywords: + - jellyseerr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: jellyseerr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr + - https://github.com/Fallenbagel/jellyseerr + - https://hub.docker.com/r/fallenbagel/jellyseerr +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/jellyseerr/2.0.39/README.md b/stable/jellyseerr/2.0.39/README.md new file mode 100644 index 00000000000..eed664b8700 --- /dev/null +++ b/stable/jellyseerr/2.0.39/README.md @@ -0,0 +1,107 @@ +# jellyseerr + +Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [jellyseerr](https://truecharts.org/docs/charts/stable/jellyseerr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `jellyseerr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install jellyseerr TrueCharts/jellyseerr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `jellyseerr` deployment + +```console +helm uninstall jellyseerr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install jellyseerr \ + --set env.TZ="America/New York" \ + TrueCharts/jellyseerr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install jellyseerr TrueCharts/jellyseerr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/jellyseerr/2.0.38/app-readme.md b/stable/jellyseerr/2.0.39/app-readme.md similarity index 100% rename from stable/jellyseerr/2.0.38/app-readme.md rename to stable/jellyseerr/2.0.39/app-readme.md diff --git a/stable/jellyseerr/2.0.39/charts/common-10.7.1.tgz b/stable/jellyseerr/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/jellyseerr/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/jellyseerr/2.0.39/ix_values.yaml b/stable/jellyseerr/2.0.39/ix_values.yaml new file mode 100644 index 00000000000..cedf5e099e8 --- /dev/null +++ b/stable/jellyseerr/2.0.39/ix_values.yaml @@ -0,0 +1,24 @@ +image: + repository: tccr.io/truecharts/jellyseerr + tag: 1.2.1@sha256:64ef1131b87c049fe8d47b6e8b9f5ceca81d1aa944ec3885600b650ea4d69ade + pullPolicy: IfNotPresent + +env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # User Defined + JELLYFIN_TYPE: "" + LOG_LEVEL: "info" + +service: + main: + ports: + main: + port: 10241 + +persistence: + config: + enabled: true + mountPath: "/app/config" + +portal: + enabled: true diff --git a/stable/jellyseerr/2.0.38/questions.yaml b/stable/jellyseerr/2.0.39/questions.yaml similarity index 100% rename from stable/jellyseerr/2.0.38/questions.yaml rename to stable/jellyseerr/2.0.39/questions.yaml diff --git a/stable/librespeed/6.0.36/templates/common.yaml b/stable/jellyseerr/2.0.39/templates/common.yaml similarity index 100% rename from stable/librespeed/6.0.36/templates/common.yaml rename to stable/jellyseerr/2.0.39/templates/common.yaml diff --git a/stable/lanraragi/2.0.38/values.yaml b/stable/jellyseerr/2.0.39/values.yaml similarity index 100% rename from stable/lanraragi/2.0.38/values.yaml rename to stable/jellyseerr/2.0.39/values.yaml diff --git a/stable/joplin-server/8.1.3/CHANGELOG.md b/stable/joplin-server/8.1.3/CHANGELOG.md deleted file mode 100644 index b75c21ed45b..00000000000 --- a/stable/joplin-server/8.1.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [joplin-server-8.1.3](https://github.com/truecharts/charts/compare/joplin-server-8.1.2...joplin-server-8.1.3) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [joplin-server-8.1.2](https://github.com/truecharts/charts/compare/joplin-server-8.1.1...joplin-server-8.1.2) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [joplin-server-8.1.1](https://github.com/truecharts/charts/compare/joplin-server-8.1.0...joplin-server-8.1.1) (2022-10-09) - -### Chore - -- Auto-update chart README [skip ci] - - fix show-if's ([#4037](https://github.com/truecharts/charts/issues/4037)) - - - - -## [joplin-server-8.1.0](https://github.com/truecharts/charts/compare/joplin-server-8.0.42...joplin-server-8.1.0) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- Add Email config for users ([#4036](https://github.com/truecharts/charts/issues/4036)) - - - - -## [joplin-server-8.0.42](https://github.com/truecharts/charts/compare/joplin-server-8.0.41...joplin-server-8.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [joplin-server-8.0.42](https://github.com/truecharts/charts/compare/joplin-server-8.0.41...joplin-server-8.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [joplin-server-8.0.41](https://github.com/truecharts/charts/compare/joplin-server-8.0.40...joplin-server-8.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [joplin-server-8.0.39](https://github.com/truecharts/charts/compare/joplin-server-8.0.38...joplin-server-8.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [joplin-server-8.0.38](https://github.com/truecharts/charts/compare/joplin-server-8.0.37...joplin-server-8.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [joplin-server-8.0.37](https://github.com/truecharts/charts/compare/joplin-server-8.0.36...joplin-server-8.0.37) (2022-09-22) diff --git a/stable/joplin-server/8.1.3/Chart.lock b/stable/joplin-server/8.1.3/Chart.lock deleted file mode 100644 index f09d8a10ef2..00000000000 --- a/stable/joplin-server/8.1.3/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-15T00:19:26.419629101Z" diff --git a/stable/joplin-server/8.1.3/Chart.yaml b/stable/joplin-server/8.1.3/Chart.yaml deleted file mode 100644 index 0b593854791..00000000000 --- a/stable/joplin-server/8.1.3/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "2.9.5" -description: This server allows you to sync any Joplin client -name: joplin-server -version: 8.1.3 -kubeVersion: ">=1.16.0-0" -keywords: - - joplin - - notes -home: https://truecharts.org/docs/charts/stable/joplin-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server - - https://github.com/laurent22/joplin/tree/dev/packages/server - - https://github.com/laurent22/joplin - - https://hub.docker.com/r/joplin/server -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/joplin-server/8.1.3/README.md b/stable/joplin-server/8.1.3/README.md deleted file mode 100644 index 258b70665de..00000000000 --- a/stable/joplin-server/8.1.3/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# joplin-server - -This server allows you to sync any Joplin client - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [joplin-server](https://truecharts.org/docs/charts/stable/joplin-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `joplin-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install joplin-server TrueCharts/joplin-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `joplin-server` deployment - -```console -helm uninstall joplin-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install joplin-server \ - --set env.TZ="America/New York" \ - TrueCharts/joplin-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install joplin-server TrueCharts/joplin-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/joplin-server/8.1.3/charts/common-10.7.0.tgz b/stable/joplin-server/8.1.3/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/joplin-server/8.1.3/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/joplin-server/8.1.3/charts/postgresql-8.0.97.tgz b/stable/joplin-server/8.1.3/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/joplin-server/8.1.3/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/joplin-server/8.1.4/CHANGELOG.md b/stable/joplin-server/8.1.4/CHANGELOG.md new file mode 100644 index 00000000000..7561a97daf4 --- /dev/null +++ b/stable/joplin-server/8.1.4/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [joplin-server-8.1.4](https://github.com/truecharts/charts/compare/joplin-server-8.1.3...joplin-server-8.1.4) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [joplin-server-8.1.3](https://github.com/truecharts/charts/compare/joplin-server-8.1.2...joplin-server-8.1.3) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [joplin-server-8.1.2](https://github.com/truecharts/charts/compare/joplin-server-8.1.1...joplin-server-8.1.2) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [joplin-server-8.1.1](https://github.com/truecharts/charts/compare/joplin-server-8.1.0...joplin-server-8.1.1) (2022-10-09) + +### Chore + +- Auto-update chart README [skip ci] + - fix show-if's ([#4037](https://github.com/truecharts/charts/issues/4037)) + + + + +## [joplin-server-8.1.0](https://github.com/truecharts/charts/compare/joplin-server-8.0.42...joplin-server-8.1.0) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Add Email config for users ([#4036](https://github.com/truecharts/charts/issues/4036)) + + + + +## [joplin-server-8.0.42](https://github.com/truecharts/charts/compare/joplin-server-8.0.41...joplin-server-8.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [joplin-server-8.0.42](https://github.com/truecharts/charts/compare/joplin-server-8.0.41...joplin-server-8.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [joplin-server-8.0.41](https://github.com/truecharts/charts/compare/joplin-server-8.0.40...joplin-server-8.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [joplin-server-8.0.39](https://github.com/truecharts/charts/compare/joplin-server-8.0.38...joplin-server-8.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [joplin-server-8.0.38](https://github.com/truecharts/charts/compare/joplin-server-8.0.37...joplin-server-8.0.38) (2022-09-25) diff --git a/stable/joplin-server/8.1.4/Chart.lock b/stable/joplin-server/8.1.4/Chart.lock new file mode 100644 index 00000000000..af3a35c4f1c --- /dev/null +++ b/stable/joplin-server/8.1.4/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:19:31.565636221Z" diff --git a/stable/joplin-server/8.1.4/Chart.yaml b/stable/joplin-server/8.1.4/Chart.yaml new file mode 100644 index 00000000000..dda664e124d --- /dev/null +++ b/stable/joplin-server/8.1.4/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "2.9.5" +description: This server allows you to sync any Joplin client +name: joplin-server +version: 8.1.4 +kubeVersion: ">=1.16.0-0" +keywords: + - joplin + - notes +home: https://truecharts.org/docs/charts/stable/joplin-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server + - https://github.com/laurent22/joplin/tree/dev/packages/server + - https://github.com/laurent22/joplin + - https://hub.docker.com/r/joplin/server +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/joplin-server/8.1.4/README.md b/stable/joplin-server/8.1.4/README.md new file mode 100644 index 00000000000..0dd01f6938f --- /dev/null +++ b/stable/joplin-server/8.1.4/README.md @@ -0,0 +1,109 @@ +# joplin-server + +This server allows you to sync any Joplin client + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [joplin-server](https://truecharts.org/docs/charts/stable/joplin-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `joplin-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install joplin-server TrueCharts/joplin-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `joplin-server` deployment + +```console +helm uninstall joplin-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install joplin-server \ + --set env.TZ="America/New York" \ + TrueCharts/joplin-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install joplin-server TrueCharts/joplin-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/joplin-server/8.1.3/app-readme.md b/stable/joplin-server/8.1.4/app-readme.md similarity index 100% rename from stable/joplin-server/8.1.3/app-readme.md rename to stable/joplin-server/8.1.4/app-readme.md diff --git a/stable/joplin-server/8.1.4/charts/common-10.7.1.tgz b/stable/joplin-server/8.1.4/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/joplin-server/8.1.4/charts/common-10.7.1.tgz differ diff --git a/stable/joplin-server/8.1.4/charts/postgresql-8.0.101.tgz b/stable/joplin-server/8.1.4/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/joplin-server/8.1.4/charts/postgresql-8.0.101.tgz differ diff --git a/stable/joplin-server/8.1.3/ix_values.yaml b/stable/joplin-server/8.1.4/ix_values.yaml similarity index 100% rename from stable/joplin-server/8.1.3/ix_values.yaml rename to stable/joplin-server/8.1.4/ix_values.yaml diff --git a/stable/joplin-server/8.1.3/questions.yaml b/stable/joplin-server/8.1.4/questions.yaml similarity index 100% rename from stable/joplin-server/8.1.3/questions.yaml rename to stable/joplin-server/8.1.4/questions.yaml diff --git a/stable/linkding/2.0.41/templates/common.yaml b/stable/joplin-server/8.1.4/templates/common.yaml similarity index 100% rename from stable/linkding/2.0.41/templates/common.yaml rename to stable/joplin-server/8.1.4/templates/common.yaml diff --git a/stable/leaf2mqtt/4.0.37/values.yaml b/stable/joplin-server/8.1.4/values.yaml similarity index 100% rename from stable/leaf2mqtt/4.0.37/values.yaml rename to stable/joplin-server/8.1.4/values.yaml diff --git a/stable/k8s-gateway/6.1.23/CHANGELOG.md b/stable/k8s-gateway/6.1.23/CHANGELOG.md deleted file mode 100644 index fff809db257..00000000000 --- a/stable/k8s-gateway/6.1.23/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [k8s-gateway-6.1.23](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.22...k8s-gateway-6.1.23) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [k8s-gateway-6.1.22](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.21...k8s-gateway-6.1.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [k8s-gateway-6.1.22](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.21...k8s-gateway-6.1.22) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [k8s-gateway-6.1.21](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.20...k8s-gateway-6.1.21) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [k8s-gateway-6.1.20](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.19...k8s-gateway-6.1.20) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [k8s-gateway-6.1.19](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.18...k8s-gateway-6.1.19) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [k8s-gateway-6.1.18](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.17...k8s-gateway-6.1.18) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [k8s-gateway-6.1.18](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.17...k8s-gateway-6.1.18) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/k8s-gateway/6.1.23/Chart.lock b/stable/k8s-gateway/6.1.23/Chart.lock deleted file mode 100644 index 6a9d322e0fb..00000000000 --- a/stable/k8s-gateway/6.1.23/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:34:19.812102022Z" diff --git a/stable/k8s-gateway/6.1.23/Chart.yaml b/stable/k8s-gateway/6.1.23/Chart.yaml deleted file mode 100644 index 9eda693afdf..00000000000 --- a/stable/k8s-gateway/6.1.23/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "0.3.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A Helm chart for the k8s_gateway CoreDNS plugin -home: https://truecharts.org/docs/charts/stable/k8s-gateway -icon: https://truecharts.org/img/hotlink-ok/chart-icons/k8s-gateway.png -keywords: - - DNS - - networking -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: k8s-gateway -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway - - https://github.com/ori-edge/k8s_gateway -type: application -version: 6.1.23 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/k8s-gateway/6.1.23/README.md b/stable/k8s-gateway/6.1.23/README.md deleted file mode 100644 index a6e519ea8d3..00000000000 --- a/stable/k8s-gateway/6.1.23/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# k8s-gateway - -A Helm chart for the k8s_gateway CoreDNS plugin - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [k8s-gateway](https://truecharts.org/docs/charts/stable/k8s-gateway) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `k8s-gateway` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install k8s-gateway TrueCharts/k8s-gateway -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `k8s-gateway` deployment - -```console -helm uninstall k8s-gateway -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install k8s-gateway \ - --set env.TZ="America/New York" \ - TrueCharts/k8s-gateway -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install k8s-gateway TrueCharts/k8s-gateway -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/k8s-gateway/6.1.23/charts/common-10.7.0.tgz b/stable/k8s-gateway/6.1.23/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/k8s-gateway/6.1.23/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/k8s-gateway/6.1.24/CHANGELOG.md b/stable/k8s-gateway/6.1.24/CHANGELOG.md new file mode 100644 index 00000000000..aa8fb15e056 --- /dev/null +++ b/stable/k8s-gateway/6.1.24/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [k8s-gateway-6.1.24](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.23...k8s-gateway-6.1.24) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [k8s-gateway-6.1.23](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.22...k8s-gateway-6.1.23) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [k8s-gateway-6.1.22](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.21...k8s-gateway-6.1.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [k8s-gateway-6.1.22](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.21...k8s-gateway-6.1.22) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [k8s-gateway-6.1.21](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.20...k8s-gateway-6.1.21) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [k8s-gateway-6.1.20](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.19...k8s-gateway-6.1.20) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [k8s-gateway-6.1.19](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.18...k8s-gateway-6.1.19) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [k8s-gateway-6.1.18](https://github.com/truecharts/charts/compare/k8s-gateway-6.1.17...k8s-gateway-6.1.18) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/k8s-gateway/6.1.24/Chart.lock b/stable/k8s-gateway/6.1.24/Chart.lock new file mode 100644 index 00000000000..044f2684bfb --- /dev/null +++ b/stable/k8s-gateway/6.1.24/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:19:19.681940237Z" diff --git a/stable/k8s-gateway/6.1.24/Chart.yaml b/stable/k8s-gateway/6.1.24/Chart.yaml new file mode 100644 index 00000000000..73c7ec24e87 --- /dev/null +++ b/stable/k8s-gateway/6.1.24/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.3.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A Helm chart for the k8s_gateway CoreDNS plugin +home: https://truecharts.org/docs/charts/stable/k8s-gateway +icon: https://truecharts.org/img/hotlink-ok/chart-icons/k8s-gateway.png +keywords: + - DNS + - networking +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: k8s-gateway +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/k8s-gateway + - https://github.com/ori-edge/k8s_gateway +type: application +version: 6.1.24 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/k8s-gateway/6.1.24/README.md b/stable/k8s-gateway/6.1.24/README.md new file mode 100644 index 00000000000..e1f88cf65d1 --- /dev/null +++ b/stable/k8s-gateway/6.1.24/README.md @@ -0,0 +1,106 @@ +# k8s-gateway + +A Helm chart for the k8s_gateway CoreDNS plugin + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [k8s-gateway](https://truecharts.org/docs/charts/stable/k8s-gateway) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `k8s-gateway` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install k8s-gateway TrueCharts/k8s-gateway +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `k8s-gateway` deployment + +```console +helm uninstall k8s-gateway +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install k8s-gateway \ + --set env.TZ="America/New York" \ + TrueCharts/k8s-gateway +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install k8s-gateway TrueCharts/k8s-gateway -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/k8s-gateway/6.1.23/app-readme.md b/stable/k8s-gateway/6.1.24/app-readme.md similarity index 100% rename from stable/k8s-gateway/6.1.23/app-readme.md rename to stable/k8s-gateway/6.1.24/app-readme.md diff --git a/stable/k8s-gateway/6.1.24/charts/common-10.7.1.tgz b/stable/k8s-gateway/6.1.24/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/k8s-gateway/6.1.24/charts/common-10.7.1.tgz differ diff --git a/stable/k8s-gateway/6.1.23/ix_values.yaml b/stable/k8s-gateway/6.1.24/ix_values.yaml similarity index 100% rename from stable/k8s-gateway/6.1.23/ix_values.yaml rename to stable/k8s-gateway/6.1.24/ix_values.yaml diff --git a/stable/k8s-gateway/6.1.23/questions.yaml b/stable/k8s-gateway/6.1.24/questions.yaml similarity index 100% rename from stable/k8s-gateway/6.1.23/questions.yaml rename to stable/k8s-gateway/6.1.24/questions.yaml diff --git a/stable/k8s-gateway/6.1.23/templates/_configmap.tpl b/stable/k8s-gateway/6.1.24/templates/_configmap.tpl similarity index 100% rename from stable/k8s-gateway/6.1.23/templates/_configmap.tpl rename to stable/k8s-gateway/6.1.24/templates/_configmap.tpl diff --git a/stable/k8s-gateway/6.1.23/templates/common.yaml b/stable/k8s-gateway/6.1.24/templates/common.yaml similarity index 100% rename from stable/k8s-gateway/6.1.23/templates/common.yaml rename to stable/k8s-gateway/6.1.24/templates/common.yaml diff --git a/stable/leantime/4.0.51/values.yaml b/stable/k8s-gateway/6.1.24/values.yaml similarity index 100% rename from stable/leantime/4.0.51/values.yaml rename to stable/k8s-gateway/6.1.24/values.yaml diff --git a/stable/kanboard/8.0.45/CHANGELOG.md b/stable/kanboard/8.0.45/CHANGELOG.md deleted file mode 100644 index 78c2b62bda2..00000000000 --- a/stable/kanboard/8.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kanboard-8.0.45](https://github.com/truecharts/charts/compare/kanboard-8.0.44...kanboard-8.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kanboard-8.0.44](https://github.com/truecharts/charts/compare/kanboard-8.0.43...kanboard-8.0.44) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [kanboard-8.0.43](https://github.com/truecharts/charts/compare/kanboard-8.0.42...kanboard-8.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kanboard-8.0.43](https://github.com/truecharts/charts/compare/kanboard-8.0.42...kanboard-8.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kanboard-8.0.42](https://github.com/truecharts/charts/compare/kanboard-8.0.41...kanboard-8.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kanboard-8.0.40](https://github.com/truecharts/charts/compare/kanboard-8.0.39...kanboard-8.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kanboard-8.0.39](https://github.com/truecharts/charts/compare/kanboard-8.0.38...kanboard-8.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kanboard-8.0.38](https://github.com/truecharts/charts/compare/kanboard-8.0.37...kanboard-8.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/kanboard/8.0.45/Chart.lock b/stable/kanboard/8.0.45/Chart.lock deleted file mode 100644 index 2302c8e0fee..00000000000 --- a/stable/kanboard/8.0.45/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:34:42.103609741Z" diff --git a/stable/kanboard/8.0.45/Chart.yaml b/stable/kanboard/8.0.45/Chart.yaml deleted file mode 100644 index 6c382ab4df3..00000000000 --- a/stable/kanboard/8.0.45/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.24" -description: Kanboard is a free and open source Kanban project management software. -name: kanboard -version: 8.0.45 -kubeVersion: ">=1.16.0-0" -keywords: - - kanboard - - kanban -home: https://truecharts.org/docs/charts/stable/kanboard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard - - https://github.com/kanboard/kanboard -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kanboard/8.0.45/README.md b/stable/kanboard/8.0.45/README.md deleted file mode 100644 index 909f4b69127..00000000000 --- a/stable/kanboard/8.0.45/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# kanboard - -Kanboard is a free and open source Kanban project management software. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kanboard](https://truecharts.org/docs/charts/stable/kanboard) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kanboard` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kanboard TrueCharts/kanboard -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kanboard` deployment - -```console -helm uninstall kanboard -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kanboard \ - --set env.TZ="America/New York" \ - TrueCharts/kanboard -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kanboard TrueCharts/kanboard -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kanboard/8.0.45/charts/common-10.7.0.tgz b/stable/kanboard/8.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kanboard/8.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kanboard/8.0.45/charts/postgresql-8.0.97.tgz b/stable/kanboard/8.0.45/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/kanboard/8.0.45/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/kanboard/8.0.46/CHANGELOG.md b/stable/kanboard/8.0.46/CHANGELOG.md new file mode 100644 index 00000000000..8350abba538 --- /dev/null +++ b/stable/kanboard/8.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kanboard-8.0.46](https://github.com/truecharts/charts/compare/kanboard-8.0.45...kanboard-8.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kanboard-8.0.45](https://github.com/truecharts/charts/compare/kanboard-8.0.44...kanboard-8.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kanboard-8.0.44](https://github.com/truecharts/charts/compare/kanboard-8.0.43...kanboard-8.0.44) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [kanboard-8.0.43](https://github.com/truecharts/charts/compare/kanboard-8.0.42...kanboard-8.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kanboard-8.0.43](https://github.com/truecharts/charts/compare/kanboard-8.0.42...kanboard-8.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kanboard-8.0.42](https://github.com/truecharts/charts/compare/kanboard-8.0.41...kanboard-8.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kanboard-8.0.40](https://github.com/truecharts/charts/compare/kanboard-8.0.39...kanboard-8.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kanboard-8.0.39](https://github.com/truecharts/charts/compare/kanboard-8.0.38...kanboard-8.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kanboard-8.0.38](https://github.com/truecharts/charts/compare/kanboard-8.0.37...kanboard-8.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/kanboard/8.0.46/Chart.lock b/stable/kanboard/8.0.46/Chart.lock new file mode 100644 index 00000000000..cd2631da5db --- /dev/null +++ b/stable/kanboard/8.0.46/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:19:47.828378815Z" diff --git a/stable/kanboard/8.0.46/Chart.yaml b/stable/kanboard/8.0.46/Chart.yaml new file mode 100644 index 00000000000..ca520b12ead --- /dev/null +++ b/stable/kanboard/8.0.46/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.2.24" +description: Kanboard is a free and open source Kanban project management software. +name: kanboard +version: 8.0.46 +kubeVersion: ">=1.16.0-0" +keywords: + - kanboard + - kanban +home: https://truecharts.org/docs/charts/stable/kanboard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kanboard + - https://github.com/kanboard/kanboard +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kanboard/8.0.46/README.md b/stable/kanboard/8.0.46/README.md new file mode 100644 index 00000000000..dc7117d1119 --- /dev/null +++ b/stable/kanboard/8.0.46/README.md @@ -0,0 +1,107 @@ +# kanboard + +Kanboard is a free and open source Kanban project management software. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kanboard](https://truecharts.org/docs/charts/stable/kanboard) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kanboard` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kanboard TrueCharts/kanboard +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kanboard` deployment + +```console +helm uninstall kanboard +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kanboard \ + --set env.TZ="America/New York" \ + TrueCharts/kanboard +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kanboard TrueCharts/kanboard -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kanboard/8.0.45/app-readme.md b/stable/kanboard/8.0.46/app-readme.md similarity index 100% rename from stable/kanboard/8.0.45/app-readme.md rename to stable/kanboard/8.0.46/app-readme.md diff --git a/stable/kanboard/8.0.46/charts/common-10.7.1.tgz b/stable/kanboard/8.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kanboard/8.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/kanboard/8.0.46/charts/postgresql-8.0.101.tgz b/stable/kanboard/8.0.46/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/kanboard/8.0.46/charts/postgresql-8.0.101.tgz differ diff --git a/stable/kanboard/8.0.45/ix_values.yaml b/stable/kanboard/8.0.46/ix_values.yaml similarity index 100% rename from stable/kanboard/8.0.45/ix_values.yaml rename to stable/kanboard/8.0.46/ix_values.yaml diff --git a/stable/kanboard/8.0.45/questions.yaml b/stable/kanboard/8.0.46/questions.yaml similarity index 100% rename from stable/kanboard/8.0.45/questions.yaml rename to stable/kanboard/8.0.46/questions.yaml diff --git a/stable/logitech-media-server/4.0.46/templates/common.yaml b/stable/kanboard/8.0.46/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/4.0.46/templates/common.yaml rename to stable/kanboard/8.0.46/templates/common.yaml diff --git a/stable/libreddit/1.0.30/values.yaml b/stable/kanboard/8.0.46/values.yaml similarity index 100% rename from stable/libreddit/1.0.30/values.yaml rename to stable/kanboard/8.0.46/values.yaml diff --git a/stable/kavita/2.0.40/CHANGELOG.md b/stable/kavita/2.0.40/CHANGELOG.md deleted file mode 100644 index 9835d8caa6e..00000000000 --- a/stable/kavita/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kavita-2.0.40](https://github.com/truecharts/charts/compare/kavita-2.0.39...kavita-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kavita-2.0.39](https://github.com/truecharts/charts/compare/kavita-2.0.38...kavita-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kavita-2.0.39](https://github.com/truecharts/charts/compare/kavita-2.0.38...kavita-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kavita-2.0.38](https://github.com/truecharts/charts/compare/kavitaemail-0.0.2...kavita-2.0.38) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kavita-2.0.37](https://github.com/truecharts/charts/compare/kavita-2.0.36...kavita-2.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kavita-2.0.36](https://github.com/truecharts/charts/compare/kavita-2.0.35...kavita-2.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kavita-2.0.35](https://github.com/truecharts/charts/compare/kavita-2.0.34...kavita-2.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kavita-2.0.35](https://github.com/truecharts/charts/compare/kavita-2.0.34...kavita-2.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kavita/2.0.40/Chart.lock b/stable/kavita/2.0.40/Chart.lock deleted file mode 100644 index 1a400089ec2..00000000000 --- a/stable/kavita/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:34:38.915781856Z" diff --git a/stable/kavita/2.0.40/Chart.yaml b/stable/kavita/2.0.40/Chart.yaml deleted file mode 100644 index f98bf434bb2..00000000000 --- a/stable/kavita/2.0.40/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: kavita -version: 2.0.40 -appVersion: "0.5.6" -description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/kavita -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png -keywords: - - kavita - - manga - - library - - book -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kavita - - https://www.kavitareader.com -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kavita/2.0.40/README.md b/stable/kavita/2.0.40/README.md deleted file mode 100644 index 16925dcfb91..00000000000 --- a/stable/kavita/2.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# kavita - -Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kavita](https://truecharts.org/docs/charts/stable/kavita) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kavita` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kavita TrueCharts/kavita -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kavita` deployment - -```console -helm uninstall kavita -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kavita \ - --set env.TZ="America/New York" \ - TrueCharts/kavita -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kavita TrueCharts/kavita -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kavita/2.0.40/charts/common-10.7.0.tgz b/stable/kavita/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kavita/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kavita/2.0.41/CHANGELOG.md b/stable/kavita/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..98cfd41291c --- /dev/null +++ b/stable/kavita/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kavita-2.0.41](https://github.com/truecharts/charts/compare/kavitaemail-0.0.6...kavita-2.0.41) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kavita-2.0.40](https://github.com/truecharts/charts/compare/kavita-2.0.39...kavita-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kavita-2.0.39](https://github.com/truecharts/charts/compare/kavita-2.0.38...kavita-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kavita-2.0.39](https://github.com/truecharts/charts/compare/kavita-2.0.38...kavita-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kavita-2.0.38](https://github.com/truecharts/charts/compare/kavitaemail-0.0.2...kavita-2.0.38) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kavita-2.0.37](https://github.com/truecharts/charts/compare/kavita-2.0.36...kavita-2.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kavita-2.0.36](https://github.com/truecharts/charts/compare/kavita-2.0.35...kavita-2.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kavita-2.0.35](https://github.com/truecharts/charts/compare/kavita-2.0.34...kavita-2.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [kavita-2.0.35](https://github.com/truecharts/charts/compare/kavita-2.0.34...kavita-2.0.35) (2022-09-21) diff --git a/stable/kavita/2.0.41/Chart.lock b/stable/kavita/2.0.41/Chart.lock new file mode 100644 index 00000000000..8b262134c6f --- /dev/null +++ b/stable/kavita/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:19:48.108058899Z" diff --git a/stable/kavita/2.0.41/Chart.yaml b/stable/kavita/2.0.41/Chart.yaml new file mode 100644 index 00000000000..5b861230013 --- /dev/null +++ b/stable/kavita/2.0.41/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: kavita +version: 2.0.41 +appVersion: "0.5.6" +description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/kavita +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.png +keywords: + - kavita + - manga + - library + - book +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kavita + - https://www.kavitareader.com +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kavita/2.0.41/README.md b/stable/kavita/2.0.41/README.md new file mode 100644 index 00000000000..b023d225b3f --- /dev/null +++ b/stable/kavita/2.0.41/README.md @@ -0,0 +1,106 @@ +# kavita + +Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kavita](https://truecharts.org/docs/charts/stable/kavita) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kavita` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kavita TrueCharts/kavita +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kavita` deployment + +```console +helm uninstall kavita +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kavita \ + --set env.TZ="America/New York" \ + TrueCharts/kavita +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kavita TrueCharts/kavita -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kavita/2.0.40/app-readme.md b/stable/kavita/2.0.41/app-readme.md similarity index 100% rename from stable/kavita/2.0.40/app-readme.md rename to stable/kavita/2.0.41/app-readme.md diff --git a/stable/kavita/2.0.41/charts/common-10.7.1.tgz b/stable/kavita/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kavita/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/kavita/2.0.40/ix_values.yaml b/stable/kavita/2.0.41/ix_values.yaml similarity index 100% rename from stable/kavita/2.0.40/ix_values.yaml rename to stable/kavita/2.0.41/ix_values.yaml diff --git a/stable/kavita/2.0.40/questions.yaml b/stable/kavita/2.0.41/questions.yaml similarity index 100% rename from stable/kavita/2.0.40/questions.yaml rename to stable/kavita/2.0.41/questions.yaml diff --git a/stable/loki/5.0.44/templates/common.yaml b/stable/kavita/2.0.41/templates/common.yaml similarity index 100% rename from stable/loki/5.0.44/templates/common.yaml rename to stable/kavita/2.0.41/templates/common.yaml diff --git a/stable/libreoffice/2.0.35/values.yaml b/stable/kavita/2.0.41/values.yaml similarity index 100% rename from stable/libreoffice/2.0.35/values.yaml rename to stable/kavita/2.0.41/values.yaml diff --git a/stable/kimai/3.0.42/CHANGELOG.md b/stable/kimai/3.0.42/CHANGELOG.md deleted file mode 100644 index 186693c7c2a..00000000000 --- a/stable/kimai/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kimai-3.0.42](https://github.com/truecharts/charts/compare/kimai-3.0.41...kimai-3.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kimai-3.0.41](https://github.com/truecharts/charts/compare/kimai-3.0.40...kimai-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kimai-3.0.41](https://github.com/truecharts/charts/compare/kimai-3.0.40...kimai-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kimai-3.0.40](https://github.com/truecharts/charts/compare/kimai-3.0.39...kimai-3.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kimai-3.0.38](https://github.com/truecharts/charts/compare/kimai-3.0.37...kimai-3.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kimai-3.0.37](https://github.com/truecharts/charts/compare/kimai-3.0.36...kimai-3.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kimai-3.0.36](https://github.com/truecharts/charts/compare/kimai-3.0.35...kimai-3.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kimai-3.0.36](https://github.com/truecharts/charts/compare/kimai-3.0.35...kimai-3.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kimai/3.0.42/Chart.lock b/stable/kimai/3.0.42/Chart.lock deleted file mode 100644 index 1d10f646fe4..00000000000 --- a/stable/kimai/3.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:35:00.834088959Z" diff --git a/stable/kimai/3.0.42/Chart.yaml b/stable/kimai/3.0.42/Chart.yaml deleted file mode 100644 index c5a41eca53b..00000000000 --- a/stable/kimai/3.0.42/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "1.20" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. -home: https://truecharts.org/docs/charts/stable/kimai -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png -keywords: - - kimai - - time - - tracking -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kimai -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kimai - - https://github.com/kevinpapst/kimai2 - - https://github.com/tobybatch/kimai2 - - https://hub.docker.com/r/kimai/kimai2 -version: 3.0.42 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kimai/3.0.42/README.md b/stable/kimai/3.0.42/README.md deleted file mode 100644 index 08fd12612ac..00000000000 --- a/stable/kimai/3.0.42/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# kimai - -Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kimai](https://truecharts.org/docs/charts/stable/kimai) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kimai` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kimai TrueCharts/kimai -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kimai` deployment - -```console -helm uninstall kimai -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kimai \ - --set env.TZ="America/New York" \ - TrueCharts/kimai -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kimai TrueCharts/kimai -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kimai/3.0.42/charts/common-10.7.0.tgz b/stable/kimai/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kimai/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kimai/3.0.42/charts/mariadb-3.0.92.tgz b/stable/kimai/3.0.42/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/kimai/3.0.42/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/kimai/3.0.43/CHANGELOG.md b/stable/kimai/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..d65d0168cb1 --- /dev/null +++ b/stable/kimai/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kimai-3.0.43](https://github.com/truecharts/charts/compare/kimai-3.0.42...kimai-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kimai-3.0.42](https://github.com/truecharts/charts/compare/kimai-3.0.41...kimai-3.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kimai-3.0.41](https://github.com/truecharts/charts/compare/kimai-3.0.40...kimai-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kimai-3.0.41](https://github.com/truecharts/charts/compare/kimai-3.0.40...kimai-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kimai-3.0.40](https://github.com/truecharts/charts/compare/kimai-3.0.39...kimai-3.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kimai-3.0.38](https://github.com/truecharts/charts/compare/kimai-3.0.37...kimai-3.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kimai-3.0.37](https://github.com/truecharts/charts/compare/kimai-3.0.36...kimai-3.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kimai-3.0.36](https://github.com/truecharts/charts/compare/kimai-3.0.35...kimai-3.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/kimai/3.0.43/Chart.lock b/stable/kimai/3.0.43/Chart.lock new file mode 100644 index 00000000000..b2fe8832d7a --- /dev/null +++ b/stable/kimai/3.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:20:03.499651422Z" diff --git a/stable/kimai/3.0.43/Chart.yaml b/stable/kimai/3.0.43/Chart.yaml new file mode 100644 index 00000000000..892c6d54e42 --- /dev/null +++ b/stable/kimai/3.0.43/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "1.20" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. +home: https://truecharts.org/docs/charts/stable/kimai +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kimai.png +keywords: + - kimai + - time + - tracking +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kimai +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kimai + - https://github.com/kevinpapst/kimai2 + - https://github.com/tobybatch/kimai2 + - https://hub.docker.com/r/kimai/kimai2 +version: 3.0.43 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kimai/3.0.43/README.md b/stable/kimai/3.0.43/README.md new file mode 100644 index 00000000000..db7635acba6 --- /dev/null +++ b/stable/kimai/3.0.43/README.md @@ -0,0 +1,109 @@ +# kimai + +Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kimai](https://truecharts.org/docs/charts/stable/kimai) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kimai` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kimai TrueCharts/kimai +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kimai` deployment + +```console +helm uninstall kimai +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kimai \ + --set env.TZ="America/New York" \ + TrueCharts/kimai +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kimai TrueCharts/kimai -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kimai/3.0.42/app-readme.md b/stable/kimai/3.0.43/app-readme.md similarity index 100% rename from stable/kimai/3.0.42/app-readme.md rename to stable/kimai/3.0.43/app-readme.md diff --git a/stable/kimai/3.0.43/charts/common-10.7.1.tgz b/stable/kimai/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kimai/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/kimai/3.0.43/charts/mariadb-3.0.95.tgz b/stable/kimai/3.0.43/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/kimai/3.0.43/charts/mariadb-3.0.95.tgz differ diff --git a/stable/kimai/3.0.42/ix_values.yaml b/stable/kimai/3.0.43/ix_values.yaml similarity index 100% rename from stable/kimai/3.0.42/ix_values.yaml rename to stable/kimai/3.0.43/ix_values.yaml diff --git a/stable/kimai/3.0.42/questions.yaml b/stable/kimai/3.0.43/questions.yaml similarity index 100% rename from stable/kimai/3.0.42/questions.yaml rename to stable/kimai/3.0.43/questions.yaml diff --git a/stable/kimai/3.0.42/templates/_secrets.tpl b/stable/kimai/3.0.43/templates/_secrets.tpl similarity index 100% rename from stable/kimai/3.0.42/templates/_secrets.tpl rename to stable/kimai/3.0.43/templates/_secrets.tpl diff --git a/stable/kimai/3.0.42/templates/common.yaml b/stable/kimai/3.0.43/templates/common.yaml similarity index 100% rename from stable/kimai/3.0.42/templates/common.yaml rename to stable/kimai/3.0.43/templates/common.yaml diff --git a/stable/librephotos/4.0.45/values.yaml b/stable/kimai/3.0.43/values.yaml similarity index 100% rename from stable/librephotos/4.0.45/values.yaml rename to stable/kimai/3.0.43/values.yaml diff --git a/stable/kitchenowl/1.0.11/CHANGELOG.md b/stable/kitchenowl/1.0.11/CHANGELOG.md deleted file mode 100644 index c3f3263f13c..00000000000 --- a/stable/kitchenowl/1.0.11/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kitchenowl-1.0.11](https://github.com/truecharts/charts/compare/kitchenowl-1.0.10...kitchenowl-1.0.11) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kitchenowl-1.0.10](https://github.com/truecharts/charts/compare/kitchenowl-1.0.9...kitchenowl-1.0.10) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kitchenowl-1.0.10](https://github.com/truecharts/charts/compare/kitchenowl-1.0.9...kitchenowl-1.0.10) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kitchenowl-1.0.9](https://github.com/truecharts/charts/compare/kitchenowl-1.0.8...kitchenowl-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [kitchenowl-1.0.8](https://github.com/truecharts/charts/compare/kitchenowl-1.0.7...kitchenowl-1.0.8) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kitchenowl-1.0.7](https://github.com/truecharts/charts/compare/kitchenowl-1.0.6...kitchenowl-1.0.7) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kitchenowl-1.0.6](https://github.com/truecharts/charts/compare/kitchenowl-1.0.5...kitchenowl-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kitchenowl-1.0.5](https://github.com/truecharts/charts/compare/kitchenowl-1.0.4...kitchenowl-1.0.5) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [kitchenowl-1.0.4](https://github.com/truecharts/charts/compare/kitchenowl-1.0.1...kitchenowl-1.0.4) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kitchenowl/1.0.11/Chart.lock b/stable/kitchenowl/1.0.11/Chart.lock deleted file mode 100644 index ba634e4c3e9..00000000000 --- a/stable/kitchenowl/1.0.11/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:35:04.167466301Z" diff --git a/stable/kitchenowl/1.0.11/Chart.yaml b/stable/kitchenowl/1.0.11/Chart.yaml deleted file mode 100644 index 3adf20236fc..00000000000 --- a/stable/kitchenowl/1.0.11/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "beta" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: KitchenOwl is a smart self-hosted grocery list and recipe manager. -home: https://truecharts.org/docs/charts/stable/kitchenowl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png -keywords: - - recipes - - kitchen - - grocery -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kitchenowl -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl - - https://tombursch.github.io/kitchenowl -type: application -version: 1.0.11 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kitchenowl/1.0.11/README.md b/stable/kitchenowl/1.0.11/README.md deleted file mode 100644 index 8947d355d2f..00000000000 --- a/stable/kitchenowl/1.0.11/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# kitchenowl - -KitchenOwl is a smart self-hosted grocery list and recipe manager. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kitchenowl](https://truecharts.org/docs/charts/stable/kitchenowl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kitchenowl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kitchenowl TrueCharts/kitchenowl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kitchenowl` deployment - -```console -helm uninstall kitchenowl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kitchenowl \ - --set env.TZ="America/New York" \ - TrueCharts/kitchenowl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kitchenowl TrueCharts/kitchenowl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kitchenowl/1.0.11/charts/common-10.7.0.tgz b/stable/kitchenowl/1.0.11/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kitchenowl/1.0.11/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kitchenowl/1.0.12/CHANGELOG.md b/stable/kitchenowl/1.0.12/CHANGELOG.md new file mode 100644 index 00000000000..c29153e466d --- /dev/null +++ b/stable/kitchenowl/1.0.12/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kitchenowl-1.0.12](https://github.com/truecharts/charts/compare/kitchenowl-1.0.11...kitchenowl-1.0.12) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kitchenowl-1.0.11](https://github.com/truecharts/charts/compare/kitchenowl-1.0.10...kitchenowl-1.0.11) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kitchenowl-1.0.10](https://github.com/truecharts/charts/compare/kitchenowl-1.0.9...kitchenowl-1.0.10) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kitchenowl-1.0.10](https://github.com/truecharts/charts/compare/kitchenowl-1.0.9...kitchenowl-1.0.10) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kitchenowl-1.0.9](https://github.com/truecharts/charts/compare/kitchenowl-1.0.8...kitchenowl-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [kitchenowl-1.0.8](https://github.com/truecharts/charts/compare/kitchenowl-1.0.7...kitchenowl-1.0.8) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kitchenowl-1.0.7](https://github.com/truecharts/charts/compare/kitchenowl-1.0.6...kitchenowl-1.0.7) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kitchenowl-1.0.6](https://github.com/truecharts/charts/compare/kitchenowl-1.0.5...kitchenowl-1.0.6) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kitchenowl-1.0.5](https://github.com/truecharts/charts/compare/kitchenowl-1.0.4...kitchenowl-1.0.5) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [kitchenowl-1.0.4](https://github.com/truecharts/charts/compare/kitchenowl-1.0.1...kitchenowl-1.0.4) (2022-09-22) + +### Chore diff --git a/stable/kitchenowl/1.0.12/Chart.lock b/stable/kitchenowl/1.0.12/Chart.lock new file mode 100644 index 00000000000..3ff755684b2 --- /dev/null +++ b/stable/kitchenowl/1.0.12/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:20:15.211016247Z" diff --git a/stable/kitchenowl/1.0.12/Chart.yaml b/stable/kitchenowl/1.0.12/Chart.yaml new file mode 100644 index 00000000000..04bb3a74df9 --- /dev/null +++ b/stable/kitchenowl/1.0.12/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "beta" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: KitchenOwl is a smart self-hosted grocery list and recipe manager. +home: https://truecharts.org/docs/charts/stable/kitchenowl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.png +keywords: + - recipes + - kitchen + - grocery +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kitchenowl +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl + - https://tombursch.github.io/kitchenowl +type: application +version: 1.0.12 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kitchenowl/1.0.12/README.md b/stable/kitchenowl/1.0.12/README.md new file mode 100644 index 00000000000..9e2514c7b53 --- /dev/null +++ b/stable/kitchenowl/1.0.12/README.md @@ -0,0 +1,106 @@ +# kitchenowl + +KitchenOwl is a smart self-hosted grocery list and recipe manager. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kitchenowl](https://truecharts.org/docs/charts/stable/kitchenowl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kitchenowl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kitchenowl TrueCharts/kitchenowl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kitchenowl` deployment + +```console +helm uninstall kitchenowl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kitchenowl \ + --set env.TZ="America/New York" \ + TrueCharts/kitchenowl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kitchenowl TrueCharts/kitchenowl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kitchenowl/1.0.11/app-readme.md b/stable/kitchenowl/1.0.12/app-readme.md similarity index 100% rename from stable/kitchenowl/1.0.11/app-readme.md rename to stable/kitchenowl/1.0.12/app-readme.md diff --git a/stable/kitchenowl/1.0.12/charts/common-10.7.1.tgz b/stable/kitchenowl/1.0.12/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kitchenowl/1.0.12/charts/common-10.7.1.tgz differ diff --git a/stable/kitchenowl/1.0.11/ix_values.yaml b/stable/kitchenowl/1.0.12/ix_values.yaml similarity index 100% rename from stable/kitchenowl/1.0.11/ix_values.yaml rename to stable/kitchenowl/1.0.12/ix_values.yaml diff --git a/stable/kitchenowl/1.0.11/questions.yaml b/stable/kitchenowl/1.0.12/questions.yaml similarity index 100% rename from stable/kitchenowl/1.0.11/questions.yaml rename to stable/kitchenowl/1.0.12/questions.yaml diff --git a/stable/kitchenowl/1.0.11/templates/_secrets.tpl b/stable/kitchenowl/1.0.12/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/1.0.11/templates/_secrets.tpl rename to stable/kitchenowl/1.0.12/templates/_secrets.tpl diff --git a/stable/kitchenowl/1.0.11/templates/common.yaml b/stable/kitchenowl/1.0.12/templates/common.yaml similarity index 100% rename from stable/kitchenowl/1.0.11/templates/common.yaml rename to stable/kitchenowl/1.0.12/templates/common.yaml diff --git a/stable/librespeed/6.0.36/values.yaml b/stable/kitchenowl/1.0.12/values.yaml similarity index 100% rename from stable/librespeed/6.0.36/values.yaml rename to stable/kitchenowl/1.0.12/values.yaml diff --git a/stable/kiwix-serve/1.0.7/CHANGELOG.md b/stable/kiwix-serve/1.0.7/CHANGELOG.md deleted file mode 100644 index 10b9fc66ea0..00000000000 --- a/stable/kiwix-serve/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kiwix-serve-1.0.7](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.6...kiwix-serve-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kiwix-serve-1.0.6](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.5...kiwix-serve-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kiwix-serve-1.0.6](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.5...kiwix-serve-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kiwix-serve-1.0.5](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.4...kiwix-serve-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kiwix-serve-1.0.4](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.3...kiwix-serve-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kiwix-serve-1.0.3](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.2...kiwix-serve-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kiwix-serve-1.0.2](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.1...kiwix-serve-1.0.2) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - - -## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/kiwix-serve/1.0.7/Chart.lock b/stable/kiwix-serve/1.0.7/Chart.lock deleted file mode 100644 index 4c300695fea..00000000000 --- a/stable/kiwix-serve/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:35:07.821809177Z" diff --git a/stable/kiwix-serve/1.0.7/Chart.yaml b/stable/kiwix-serve/1.0.7/Chart.yaml deleted file mode 100644 index ba36549a7bb..00000000000 --- a/stable/kiwix-serve/1.0.7/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! -home: https://truecharts.org/docs/charts/stable/kiwix-serve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png -keywords: - - kiwix-serve - - Productivity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kiwix-serve -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve - - https://www.kiwix.org/ - - https://hub.docker.com/r/kiwix/kiwix-serve/ - - https://github.com/kiwix/kiwix-tools/blob/master/docker/server -type: application -version: 1.0.7 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Productivity diff --git a/stable/kiwix-serve/1.0.7/README.md b/stable/kiwix-serve/1.0.7/README.md deleted file mode 100644 index d23234d9ffd..00000000000 --- a/stable/kiwix-serve/1.0.7/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kiwix-serve - -Kiwix enables you to have the whole Wikipedia at hand wherever you go! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kiwix-serve](https://truecharts.org/docs/charts/stable/kiwix-serve) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kiwix-serve` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kiwix-serve TrueCharts/kiwix-serve -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kiwix-serve` deployment - -```console -helm uninstall kiwix-serve -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kiwix-serve \ - --set env.TZ="America/New York" \ - TrueCharts/kiwix-serve -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kiwix-serve TrueCharts/kiwix-serve -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kiwix-serve/1.0.7/charts/common-10.7.0.tgz b/stable/kiwix-serve/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kiwix-serve/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kiwix-serve/1.0.8/CHANGELOG.md b/stable/kiwix-serve/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..995a4dce922 --- /dev/null +++ b/stable/kiwix-serve/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kiwix-serve-1.0.8](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.7...kiwix-serve-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kiwix-serve-1.0.7](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.6...kiwix-serve-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kiwix-serve-1.0.6](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.5...kiwix-serve-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kiwix-serve-1.0.6](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.5...kiwix-serve-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kiwix-serve-1.0.5](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.4...kiwix-serve-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kiwix-serve-1.0.4](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.3...kiwix-serve-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kiwix-serve-1.0.3](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.2...kiwix-serve-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kiwix-serve-1.0.2](https://github.com/truecharts/charts/compare/kiwix-serve-1.0.1...kiwix-serve-1.0.2) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + + +## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/kiwix-serve/1.0.8/Chart.lock b/stable/kiwix-serve/1.0.8/Chart.lock new file mode 100644 index 00000000000..6ca3b4b8a30 --- /dev/null +++ b/stable/kiwix-serve/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:20:19.589871926Z" diff --git a/stable/kiwix-serve/1.0.8/Chart.yaml b/stable/kiwix-serve/1.0.8/Chart.yaml new file mode 100644 index 00000000000..ab0b860eb9c --- /dev/null +++ b/stable/kiwix-serve/1.0.8/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "3.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Kiwix enables you to have the whole Wikipedia at hand wherever you go! +home: https://truecharts.org/docs/charts/stable/kiwix-serve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png +keywords: + - kiwix-serve + - Productivity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kiwix-serve +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kiwix-serve + - https://www.kiwix.org/ + - https://hub.docker.com/r/kiwix/kiwix-serve/ + - https://github.com/kiwix/kiwix-tools/blob/master/docker/server +type: application +version: 1.0.8 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Productivity diff --git a/stable/kiwix-serve/1.0.8/README.md b/stable/kiwix-serve/1.0.8/README.md new file mode 100644 index 00000000000..c76d6aae7f0 --- /dev/null +++ b/stable/kiwix-serve/1.0.8/README.md @@ -0,0 +1,108 @@ +# kiwix-serve + +Kiwix enables you to have the whole Wikipedia at hand wherever you go! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kiwix-serve](https://truecharts.org/docs/charts/stable/kiwix-serve) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kiwix-serve` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kiwix-serve TrueCharts/kiwix-serve +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kiwix-serve` deployment + +```console +helm uninstall kiwix-serve +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kiwix-serve \ + --set env.TZ="America/New York" \ + TrueCharts/kiwix-serve +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kiwix-serve TrueCharts/kiwix-serve -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kiwix-serve/1.0.7/app-readme.md b/stable/kiwix-serve/1.0.8/app-readme.md similarity index 100% rename from stable/kiwix-serve/1.0.7/app-readme.md rename to stable/kiwix-serve/1.0.8/app-readme.md diff --git a/stable/kiwix-serve/1.0.8/charts/common-10.7.1.tgz b/stable/kiwix-serve/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kiwix-serve/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/kiwix-serve/1.0.7/ix_values.yaml b/stable/kiwix-serve/1.0.8/ix_values.yaml similarity index 100% rename from stable/kiwix-serve/1.0.7/ix_values.yaml rename to stable/kiwix-serve/1.0.8/ix_values.yaml diff --git a/stable/kiwix-serve/1.0.7/questions.yaml b/stable/kiwix-serve/1.0.8/questions.yaml similarity index 100% rename from stable/kiwix-serve/1.0.7/questions.yaml rename to stable/kiwix-serve/1.0.8/questions.yaml diff --git a/stable/kiwix-serve/1.0.7/templates/common.yaml b/stable/kiwix-serve/1.0.8/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/1.0.7/templates/common.yaml rename to stable/kiwix-serve/1.0.8/templates/common.yaml diff --git a/stable/linkace/4.0.53/values.yaml b/stable/kiwix-serve/1.0.8/values.yaml similarity index 100% rename from stable/linkace/4.0.53/values.yaml rename to stable/kiwix-serve/1.0.8/values.yaml diff --git a/stable/kms/11.0.38/CHANGELOG.md b/stable/kms/11.0.38/CHANGELOG.md new file mode 100644 index 00000000000..124f79f971e --- /dev/null +++ b/stable/kms/11.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kms-11.0.38](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.30...kms-11.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kms-11.0.37](https://github.com/truecharts/charts/compare/kms-11.0.36...kms-11.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kms-11.0.36](https://github.com/truecharts/charts/compare/kms-11.0.35...kms-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kms-11.0.36](https://github.com/truecharts/charts/compare/kms-11.0.35...kms-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kms-11.0.35](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.27...kms-11.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kms-11.0.34](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.26...kms-11.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kms-11.0.33](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-0.0.25...kms-11.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kms-11.0.32](https://github.com/truecharts/charts/compare/kms-11.0.31...kms-11.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/kms/11.0.38/Chart.lock b/stable/kms/11.0.38/Chart.lock new file mode 100644 index 00000000000..d04b4e11bce --- /dev/null +++ b/stable/kms/11.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:20:30.364440046Z" diff --git a/stable/kms/11.0.38/Chart.yaml b/stable/kms/11.0.38/Chart.yaml new file mode 100644 index 00000000000..3fe82c28090 --- /dev/null +++ b/stable/kms/11.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "minimal" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Private Windows Activation Server for development and testing +home: https://truecharts.org/docs/charts/stable/kms +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.png +keywords: + - kms +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kms +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kms + - https://github.com/Py-KMS-Organization/py-kms + - https://hub.docker.com/r/pykmsorg/py-kms +type: application +version: 11.0.38 +annotations: + truecharts.org/catagories: | + - graywares + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kms/11.0.38/README.md b/stable/kms/11.0.38/README.md new file mode 100644 index 00000000000..78bc1b01ef1 --- /dev/null +++ b/stable/kms/11.0.38/README.md @@ -0,0 +1,107 @@ +# kms + +Private Windows Activation Server for development and testing + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kms](https://truecharts.org/docs/charts/stable/kms) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kms` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kms TrueCharts/kms +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kms` deployment + +```console +helm uninstall kms +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kms \ + --set env.TZ="America/New York" \ + TrueCharts/kms +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kms TrueCharts/kms -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kms/11.0.38/app-readme.md b/stable/kms/11.0.38/app-readme.md new file mode 100644 index 00000000000..a4ca1a2db3d --- /dev/null +++ b/stable/kms/11.0.38/app-readme.md @@ -0,0 +1,8 @@ +Private Windows Activation Server for development and testing + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/kms](https://truecharts.org/docs/charts/stable/kms) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/kms/11.0.38/charts/common-10.7.1.tgz b/stable/kms/11.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kms/11.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/kms/11.0.38/ix_values.yaml b/stable/kms/11.0.38/ix_values.yaml new file mode 100644 index 00000000000..1afe34729ff --- /dev/null +++ b/stable/kms/11.0.38/ix_values.yaml @@ -0,0 +1,22 @@ +image: + repository: tccr.io/truecharts/kms + pullPolicy: IfNotPresent + tag: vminimal@sha256:5a08c3e2cee5ecdb9a08e0fa2eb56822e8011ce59329412417f59374d3eaf485 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 1688 + targetPort: 1688 + +portal: + enabled: false diff --git a/stable/kms/11.0.38/questions.yaml b/stable/kms/11.0.38/questions.yaml new file mode 100644 index 00000000000..b0a8c44e7ba --- /dev/null +++ b/stable/kms/11.0.38/questions.yaml @@ -0,0 +1,2206 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 1688 + 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 + hidden: true + default: true + - 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: 1688 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/makemkv/2.0.39/templates/common.yaml b/stable/kms/11.0.38/templates/common.yaml similarity index 100% rename from stable/makemkv/2.0.39/templates/common.yaml rename to stable/kms/11.0.38/templates/common.yaml diff --git a/stable/linkding/2.0.41/values.yaml b/stable/kms/11.0.38/values.yaml similarity index 100% rename from stable/linkding/2.0.41/values.yaml rename to stable/kms/11.0.38/values.yaml diff --git a/stable/kodi-headless/2.0.35/CHANGELOG.md b/stable/kodi-headless/2.0.35/CHANGELOG.md deleted file mode 100644 index c727d15c225..00000000000 --- a/stable/kodi-headless/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kodi-headless-2.0.35](https://github.com/truecharts/charts/compare/kodi-headless-2.0.34...kodi-headless-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kodi-headless-2.0.34](https://github.com/truecharts/charts/compare/kodi-headless-2.0.33...kodi-headless-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kodi-headless-2.0.34](https://github.com/truecharts/charts/compare/kodi-headless-2.0.33...kodi-headless-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kodi-headless-2.0.33](https://github.com/truecharts/charts/compare/kodi-headless-2.0.32...kodi-headless-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kodi-headless-2.0.32](https://github.com/truecharts/charts/compare/kodi-headless-2.0.31...kodi-headless-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kodi-headless-2.0.31](https://github.com/truecharts/charts/compare/kodi-headless-2.0.30...kodi-headless-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kodi-headless-2.0.30](https://github.com/truecharts/charts/compare/kodi-headless-2.0.29...kodi-headless-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kodi-headless-2.0.30](https://github.com/truecharts/charts/compare/kodi-headless-2.0.29...kodi-headless-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kodi-headless/2.0.35/Chart.lock b/stable/kodi-headless/2.0.35/Chart.lock deleted file mode 100644 index 2d7d8c14669..00000000000 --- a/stable/kodi-headless/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:35:33.734941133Z" diff --git a/stable/kodi-headless/2.0.35/Chart.yaml b/stable/kodi-headless/2.0.35/Chart.yaml deleted file mode 100644 index 247cab39182..00000000000 --- a/stable/kodi-headless/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: kodi-headless -version: 2.0.35 -appVersion: "190" -description: A headless install of kodi in a docker container. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/kodi-headless -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png -keywords: - - kodi-headless -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless - - https://hub.docker.com/r/linuxserver/kodi-headless -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kodi-headless/2.0.35/README.md b/stable/kodi-headless/2.0.35/README.md deleted file mode 100644 index cdc57707ee0..00000000000 --- a/stable/kodi-headless/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# kodi-headless - -A headless install of kodi in a docker container. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kodi-headless](https://truecharts.org/docs/charts/stable/kodi-headless) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kodi-headless` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kodi-headless TrueCharts/kodi-headless -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kodi-headless` deployment - -```console -helm uninstall kodi-headless -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kodi-headless \ - --set env.TZ="America/New York" \ - TrueCharts/kodi-headless -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kodi-headless TrueCharts/kodi-headless -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kodi-headless/2.0.35/charts/common-10.7.0.tgz b/stable/kodi-headless/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kodi-headless/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kodi-headless/2.0.36/CHANGELOG.md b/stable/kodi-headless/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..ae8b474ba48 --- /dev/null +++ b/stable/kodi-headless/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kodi-headless-2.0.36](https://github.com/truecharts/charts/compare/kodi-headless-2.0.35...kodi-headless-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kodi-headless-2.0.35](https://github.com/truecharts/charts/compare/kodi-headless-2.0.34...kodi-headless-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kodi-headless-2.0.34](https://github.com/truecharts/charts/compare/kodi-headless-2.0.33...kodi-headless-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kodi-headless-2.0.34](https://github.com/truecharts/charts/compare/kodi-headless-2.0.33...kodi-headless-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kodi-headless-2.0.33](https://github.com/truecharts/charts/compare/kodi-headless-2.0.32...kodi-headless-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kodi-headless-2.0.32](https://github.com/truecharts/charts/compare/kodi-headless-2.0.31...kodi-headless-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kodi-headless-2.0.31](https://github.com/truecharts/charts/compare/kodi-headless-2.0.30...kodi-headless-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kodi-headless-2.0.30](https://github.com/truecharts/charts/compare/kodi-headless-2.0.29...kodi-headless-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/kodi-headless/2.0.36/Chart.lock b/stable/kodi-headless/2.0.36/Chart.lock new file mode 100644 index 00000000000..edd8a97813b --- /dev/null +++ b/stable/kodi-headless/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:20:45.315331627Z" diff --git a/stable/kodi-headless/2.0.36/Chart.yaml b/stable/kodi-headless/2.0.36/Chart.yaml new file mode 100644 index 00000000000..14ccabc13a4 --- /dev/null +++ b/stable/kodi-headless/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: kodi-headless +version: 2.0.36 +appVersion: "190" +description: A headless install of kodi in a docker container. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/kodi-headless +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.png +keywords: + - kodi-headless +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kodi-headless + - https://hub.docker.com/r/linuxserver/kodi-headless +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kodi-headless/2.0.36/README.md b/stable/kodi-headless/2.0.36/README.md new file mode 100644 index 00000000000..36fc6a4cb87 --- /dev/null +++ b/stable/kodi-headless/2.0.36/README.md @@ -0,0 +1,106 @@ +# kodi-headless + +A headless install of kodi in a docker container. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kodi-headless](https://truecharts.org/docs/charts/stable/kodi-headless) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kodi-headless` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kodi-headless TrueCharts/kodi-headless +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kodi-headless` deployment + +```console +helm uninstall kodi-headless +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kodi-headless \ + --set env.TZ="America/New York" \ + TrueCharts/kodi-headless +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kodi-headless TrueCharts/kodi-headless -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kodi-headless/2.0.35/app-readme.md b/stable/kodi-headless/2.0.36/app-readme.md similarity index 100% rename from stable/kodi-headless/2.0.35/app-readme.md rename to stable/kodi-headless/2.0.36/app-readme.md diff --git a/stable/kodi-headless/2.0.36/charts/common-10.7.1.tgz b/stable/kodi-headless/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kodi-headless/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/kodi-headless/2.0.35/ix_values.yaml b/stable/kodi-headless/2.0.36/ix_values.yaml similarity index 100% rename from stable/kodi-headless/2.0.35/ix_values.yaml rename to stable/kodi-headless/2.0.36/ix_values.yaml diff --git a/stable/kodi-headless/2.0.35/questions.yaml b/stable/kodi-headless/2.0.36/questions.yaml similarity index 100% rename from stable/kodi-headless/2.0.35/questions.yaml rename to stable/kodi-headless/2.0.36/questions.yaml diff --git a/stable/matomo/3.0.78/templates/common.yaml b/stable/kodi-headless/2.0.36/templates/common.yaml similarity index 100% rename from stable/matomo/3.0.78/templates/common.yaml rename to stable/kodi-headless/2.0.36/templates/common.yaml diff --git a/stable/littlelink/6.0.74/values.yaml b/stable/kodi-headless/2.0.36/values.yaml similarity index 100% rename from stable/littlelink/6.0.74/values.yaml rename to stable/kodi-headless/2.0.36/values.yaml diff --git a/stable/koel/3.0.50/CHANGELOG.md b/stable/koel/3.0.50/CHANGELOG.md deleted file mode 100644 index 19c0dbc2c6d..00000000000 --- a/stable/koel/3.0.50/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [koel-3.0.50](https://github.com/truecharts/charts/compare/koel-3.0.49...koel-3.0.50) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [koel-3.0.49](https://github.com/truecharts/charts/compare/koel-3.0.48...koel-3.0.49) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [koel-3.0.48](https://github.com/truecharts/charts/compare/koel-3.0.46...koel-3.0.48) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [koel-3.0.47](https://github.com/truecharts/charts/compare/koel-3.0.46...koel-3.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [koel-3.0.46](https://github.com/truecharts/charts/compare/koel-3.0.45...koel-3.0.46) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [koel-3.0.44](https://github.com/truecharts/charts/compare/koel-3.0.43...koel-3.0.44) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [koel-3.0.43](https://github.com/truecharts/charts/compare/koel-3.0.42...koel-3.0.43) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [koel-3.0.42](https://github.com/truecharts/charts/compare/koel-3.0.41...koel-3.0.42) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [koel-3.0.41](https://github.com/truecharts/charts/compare/koel-3.0.40...koel-3.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/koel/3.0.50/Chart.lock b/stable/koel/3.0.50/Chart.lock deleted file mode 100644 index c4c10f0771f..00000000000 --- a/stable/koel/3.0.50/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:35:48.720456544Z" diff --git a/stable/koel/3.0.50/Chart.yaml b/stable/koel/3.0.50/Chart.yaml deleted file mode 100644 index 36d6df7aafb..00000000000 --- a/stable/koel/3.0.50/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. -home: https://truecharts.org/docs/charts/stable/koel -icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png -keywords: - - koel - - music - - stream -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: koel -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/koel - - https://github.com/koel/docker - - https://hub.docker.com/r/phanan/koel - - https://github.com/koel/koel -version: 3.0.50 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/koel/3.0.50/README.md b/stable/koel/3.0.50/README.md deleted file mode 100644 index 70aa0fb79a3..00000000000 --- a/stable/koel/3.0.50/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# koel - -Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [koel](https://truecharts.org/docs/charts/stable/koel) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `koel` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install koel TrueCharts/koel -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `koel` deployment - -```console -helm uninstall koel -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install koel \ - --set env.TZ="America/New York" \ - TrueCharts/koel -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install koel TrueCharts/koel -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/koel/3.0.50/charts/common-10.7.0.tgz b/stable/koel/3.0.50/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/koel/3.0.50/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/koel/3.0.50/charts/mariadb-3.0.92.tgz b/stable/koel/3.0.50/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/koel/3.0.50/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/koel/3.0.50/ix_values.yaml b/stable/koel/3.0.50/ix_values.yaml deleted file mode 100644 index 9c6688a9a65..00000000000 --- a/stable/koel/3.0.50/ix_values.yaml +++ /dev/null @@ -1,100 +0,0 @@ -image: - repository: tccr.io/truecharts/koel - tag: latest@sha256:4b52f1f08fa7c19fccf87d7f82fd3008bf971571410893e068d17e1c48fce0d4 - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -secretEnv: - LASTFM_API_KEY: "" - LASTFM_API_SECRET: "" - YOUTUBE_API_KEY: "" - -env: - DB_CONNECTION: "mysql" - DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" - DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" - DB_PORT: "3306" - FORCE_HTTPS: false - MEMORY_LIMIT: 2048 - DB_HOST: - secretKeyRef: - name: mariadbcreds - key: plainhost - DB_PASSWORD: - secretKeyRef: - name: mariadbcreds - key: mariadb-password - APP_KEY: - secretKeyRef: - name: koel-secrets - key: APP_KEY - -service: - main: - ports: - main: - port: 10185 - targetPort: 80 - -installContainers: - initdb: - image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" - volumeMounts: - - name: music - mountPath: "/music" - - name: covers - mountPath: "/var/www/html/public/img/covers" - - name: searchindex - mountPath: "/var/www/html/storage/search-indexes" - env: - - name: DB_CONNECTION - value: "mysql" - - name: DB_PORT - value: "3306" - - name: DB_USERNAME - value: "{{ .Values.mariadb.mariadbUsername }}" - - name: DB_DATABASE - value: "{{ .Values.mariadb.mariadbDatabase }}" - - name: DB_HOST - valueFrom: - secretKeyRef: - name: mariadbcreds - key: plainhost - - name: DB_PASSWORD - valueFrom: - secretKeyRef: - name: mariadbcreds - key: mariadb-password - - name: APP_KEY - valueFrom: - secretKeyRef: - name: koel-secrets - key: APP_KEY - command: ["php", "artisan", "koel:init", "--no-assets"] - -persistence: - music: - enabled: true - mountPath: "/music" - covers: - enabled: true - mountPath: "/var/www/html/public/img/covers" - searchindex: - enabled: true - mountPath: "/var/www/html/storage/search-indexes" - -mariadb: - enabled: true - mariadbUsername: koel - mariadbDatabase: koel - existingSecret: "mariadbcreds" - -portal: - enabled: true diff --git a/stable/koel/3.0.51/CHANGELOG.md b/stable/koel/3.0.51/CHANGELOG.md new file mode 100644 index 00000000000..3057fecd76a --- /dev/null +++ b/stable/koel/3.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [koel-3.0.51](https://github.com/truecharts/charts/compare/koel-3.0.50...koel-3.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [koel-3.0.50](https://github.com/truecharts/charts/compare/koel-3.0.49...koel-3.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [koel-3.0.49](https://github.com/truecharts/charts/compare/koel-3.0.48...koel-3.0.49) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [koel-3.0.48](https://github.com/truecharts/charts/compare/koel-3.0.46...koel-3.0.48) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [koel-3.0.47](https://github.com/truecharts/charts/compare/koel-3.0.46...koel-3.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [koel-3.0.46](https://github.com/truecharts/charts/compare/koel-3.0.45...koel-3.0.46) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [koel-3.0.44](https://github.com/truecharts/charts/compare/koel-3.0.43...koel-3.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [koel-3.0.43](https://github.com/truecharts/charts/compare/koel-3.0.42...koel-3.0.43) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [koel-3.0.42](https://github.com/truecharts/charts/compare/koel-3.0.41...koel-3.0.42) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [koel-3.0.41](https://github.com/truecharts/charts/compare/koel-3.0.40...koel-3.0.41) (2022-09-22) + diff --git a/stable/koel/3.0.51/Chart.lock b/stable/koel/3.0.51/Chart.lock new file mode 100644 index 00000000000..a6ad358b61f --- /dev/null +++ b/stable/koel/3.0.51/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:20:58.903750304Z" diff --git a/stable/koel/3.0.51/Chart.yaml b/stable/koel/3.0.51/Chart.yaml new file mode 100644 index 00000000000..4ed63b01a8a --- /dev/null +++ b/stable/koel/3.0.51/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. +home: https://truecharts.org/docs/charts/stable/koel +icon: https://truecharts.org/img/hotlink-ok/chart-icons/koel.png +keywords: + - koel + - music + - stream +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: koel +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/koel + - https://github.com/koel/docker + - https://hub.docker.com/r/phanan/koel + - https://github.com/koel/koel +version: 3.0.51 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/koel/3.0.51/README.md b/stable/koel/3.0.51/README.md new file mode 100644 index 00000000000..b3936f094a8 --- /dev/null +++ b/stable/koel/3.0.51/README.md @@ -0,0 +1,109 @@ +# koel + +Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [koel](https://truecharts.org/docs/charts/stable/koel) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `koel` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install koel TrueCharts/koel +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `koel` deployment + +```console +helm uninstall koel +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install koel \ + --set env.TZ="America/New York" \ + TrueCharts/koel +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install koel TrueCharts/koel -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/koel/3.0.50/app-readme.md b/stable/koel/3.0.51/app-readme.md similarity index 100% rename from stable/koel/3.0.50/app-readme.md rename to stable/koel/3.0.51/app-readme.md diff --git a/stable/koel/3.0.51/charts/common-10.7.1.tgz b/stable/koel/3.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/koel/3.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/koel/3.0.51/charts/mariadb-3.0.95.tgz b/stable/koel/3.0.51/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/koel/3.0.51/charts/mariadb-3.0.95.tgz differ diff --git a/stable/koel/3.0.51/ix_values.yaml b/stable/koel/3.0.51/ix_values.yaml new file mode 100644 index 00000000000..8dca2ac4b52 --- /dev/null +++ b/stable/koel/3.0.51/ix_values.yaml @@ -0,0 +1,100 @@ +image: + repository: tccr.io/truecharts/koel + tag: latest@sha256:a98069e8de8415c31fc2790e254d7134cc965cf808459a490601414f3180b0d6 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +secretEnv: + LASTFM_API_KEY: "" + LASTFM_API_SECRET: "" + YOUTUBE_API_KEY: "" + +env: + DB_CONNECTION: "mysql" + DB_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" + DB_DATABASE: "{{ .Values.mariadb.mariadbDatabase }}" + DB_PORT: "3306" + FORCE_HTTPS: false + MEMORY_LIMIT: 2048 + DB_HOST: + secretKeyRef: + name: mariadbcreds + key: plainhost + DB_PASSWORD: + secretKeyRef: + name: mariadbcreds + key: mariadb-password + APP_KEY: + secretKeyRef: + name: koel-secrets + key: APP_KEY + +service: + main: + ports: + main: + port: 10185 + targetPort: 80 + +installContainers: + initdb: + image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" + volumeMounts: + - name: music + mountPath: "/music" + - name: covers + mountPath: "/var/www/html/public/img/covers" + - name: searchindex + mountPath: "/var/www/html/storage/search-indexes" + env: + - name: DB_CONNECTION + value: "mysql" + - name: DB_PORT + value: "3306" + - name: DB_USERNAME + value: "{{ .Values.mariadb.mariadbUsername }}" + - name: DB_DATABASE + value: "{{ .Values.mariadb.mariadbDatabase }}" + - name: DB_HOST + valueFrom: + secretKeyRef: + name: mariadbcreds + key: plainhost + - name: DB_PASSWORD + valueFrom: + secretKeyRef: + name: mariadbcreds + key: mariadb-password + - name: APP_KEY + valueFrom: + secretKeyRef: + name: koel-secrets + key: APP_KEY + command: ["php", "artisan", "koel:init", "--no-assets"] + +persistence: + music: + enabled: true + mountPath: "/music" + covers: + enabled: true + mountPath: "/var/www/html/public/img/covers" + searchindex: + enabled: true + mountPath: "/var/www/html/storage/search-indexes" + +mariadb: + enabled: true + mariadbUsername: koel + mariadbDatabase: koel + existingSecret: "mariadbcreds" + +portal: + enabled: true diff --git a/stable/koel/3.0.50/questions.yaml b/stable/koel/3.0.51/questions.yaml similarity index 100% rename from stable/koel/3.0.50/questions.yaml rename to stable/koel/3.0.51/questions.yaml diff --git a/stable/koel/3.0.50/templates/_secrets.tpl b/stable/koel/3.0.51/templates/_secrets.tpl similarity index 100% rename from stable/koel/3.0.50/templates/_secrets.tpl rename to stable/koel/3.0.51/templates/_secrets.tpl diff --git a/stable/koel/3.0.50/templates/common.yaml b/stable/koel/3.0.51/templates/common.yaml similarity index 100% rename from stable/koel/3.0.50/templates/common.yaml rename to stable/koel/3.0.51/templates/common.yaml diff --git a/stable/logitech-media-server/4.0.46/values.yaml b/stable/koel/3.0.51/values.yaml similarity index 100% rename from stable/logitech-media-server/4.0.46/values.yaml rename to stable/koel/3.0.51/values.yaml diff --git a/stable/komga/6.0.43/CHANGELOG.md b/stable/komga/6.0.43/CHANGELOG.md deleted file mode 100644 index 253759874cf..00000000000 --- a/stable/komga/6.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [komga-6.0.43](https://github.com/truecharts/charts/compare/komga-6.0.42...komga-6.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [komga-6.0.42](https://github.com/truecharts/charts/compare/komga-6.0.41...komga-6.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [komga-6.0.42](https://github.com/truecharts/charts/compare/komga-6.0.41...komga-6.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [komga-6.0.41](https://github.com/truecharts/charts/compare/komga-6.0.40...komga-6.0.41) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [komga-6.0.40](https://github.com/truecharts/charts/compare/komga-6.0.39...komga-6.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [komga-6.0.39](https://github.com/truecharts/charts/compare/komga-6.0.38...komga-6.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [komga-6.0.38](https://github.com/truecharts/charts/compare/komga-6.0.37...komga-6.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [komga-6.0.38](https://github.com/truecharts/charts/compare/komga-6.0.37...komga-6.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/komga/6.0.43/Chart.lock b/stable/komga/6.0.43/Chart.lock deleted file mode 100644 index 388b8d4f582..00000000000 --- a/stable/komga/6.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:35:40.041087102Z" diff --git a/stable/komga/6.0.43/Chart.yaml b/stable/komga/6.0.43/Chart.yaml deleted file mode 100644 index 4687fb59287..00000000000 --- a/stable/komga/6.0.43/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.157.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A comics/mangas server to serve/stream pages via API -home: https://truecharts.org/docs/charts/stable/komga -icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png -keywords: - - komga - - comics - - mangas - - server -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: komga -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/komga - - https://komga.org/ - - https://github.com/gotson/komga -version: 6.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/komga/6.0.43/README.md b/stable/komga/6.0.43/README.md deleted file mode 100644 index 683db52e761..00000000000 --- a/stable/komga/6.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# komga - -A comics/mangas server to serve/stream pages via API - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [komga](https://truecharts.org/docs/charts/stable/komga) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `komga` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install komga TrueCharts/komga -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `komga` deployment - -```console -helm uninstall komga -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install komga \ - --set env.TZ="America/New York" \ - TrueCharts/komga -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install komga TrueCharts/komga -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/komga/6.0.43/charts/common-10.7.0.tgz b/stable/komga/6.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/komga/6.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/komga/6.0.44/CHANGELOG.md b/stable/komga/6.0.44/CHANGELOG.md new file mode 100644 index 00000000000..1bae93e9dd2 --- /dev/null +++ b/stable/komga/6.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [komga-6.0.44](https://github.com/truecharts/charts/compare/komga-6.0.43...komga-6.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [komga-6.0.43](https://github.com/truecharts/charts/compare/komga-6.0.42...komga-6.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [komga-6.0.42](https://github.com/truecharts/charts/compare/komga-6.0.41...komga-6.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [komga-6.0.42](https://github.com/truecharts/charts/compare/komga-6.0.41...komga-6.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [komga-6.0.41](https://github.com/truecharts/charts/compare/komga-6.0.40...komga-6.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [komga-6.0.40](https://github.com/truecharts/charts/compare/komga-6.0.39...komga-6.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [komga-6.0.39](https://github.com/truecharts/charts/compare/komga-6.0.38...komga-6.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [komga-6.0.38](https://github.com/truecharts/charts/compare/komga-6.0.37...komga-6.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/komga/6.0.44/Chart.lock b/stable/komga/6.0.44/Chart.lock new file mode 100644 index 00000000000..1d2779eb29a --- /dev/null +++ b/stable/komga/6.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:20:51.260400873Z" diff --git a/stable/komga/6.0.44/Chart.yaml b/stable/komga/6.0.44/Chart.yaml new file mode 100644 index 00000000000..2ad6f42d03f --- /dev/null +++ b/stable/komga/6.0.44/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.157.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A comics/mangas server to serve/stream pages via API +home: https://truecharts.org/docs/charts/stable/komga +icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.png +keywords: + - komga + - comics + - mangas + - server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: komga +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/komga + - https://komga.org/ + - https://github.com/gotson/komga +version: 6.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/komga/6.0.44/README.md b/stable/komga/6.0.44/README.md new file mode 100644 index 00000000000..c1d1e828743 --- /dev/null +++ b/stable/komga/6.0.44/README.md @@ -0,0 +1,107 @@ +# komga + +A comics/mangas server to serve/stream pages via API + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [komga](https://truecharts.org/docs/charts/stable/komga) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `komga` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install komga TrueCharts/komga +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `komga` deployment + +```console +helm uninstall komga +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install komga \ + --set env.TZ="America/New York" \ + TrueCharts/komga +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install komga TrueCharts/komga -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/komga/6.0.43/app-readme.md b/stable/komga/6.0.44/app-readme.md similarity index 100% rename from stable/komga/6.0.43/app-readme.md rename to stable/komga/6.0.44/app-readme.md diff --git a/stable/komga/6.0.44/charts/common-10.7.1.tgz b/stable/komga/6.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/komga/6.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/komga/6.0.43/ix_values.yaml b/stable/komga/6.0.44/ix_values.yaml similarity index 100% rename from stable/komga/6.0.43/ix_values.yaml rename to stable/komga/6.0.44/ix_values.yaml diff --git a/stable/komga/6.0.43/questions.yaml b/stable/komga/6.0.44/questions.yaml similarity index 100% rename from stable/komga/6.0.43/questions.yaml rename to stable/komga/6.0.44/questions.yaml diff --git a/stable/mattermost/3.0.50/templates/common.yaml b/stable/komga/6.0.44/templates/common.yaml similarity index 100% rename from stable/mattermost/3.0.50/templates/common.yaml rename to stable/komga/6.0.44/templates/common.yaml diff --git a/stable/loki/5.0.44/values.yaml b/stable/komga/6.0.44/values.yaml similarity index 100% rename from stable/loki/5.0.44/values.yaml rename to stable/komga/6.0.44/values.yaml diff --git a/stable/kopia/2.0.46/CHANGELOG.md b/stable/kopia/2.0.46/CHANGELOG.md deleted file mode 100644 index 2b459565212..00000000000 --- a/stable/kopia/2.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kopia-2.0.46](https://github.com/truecharts/charts/compare/kopia-2.0.45...kopia-2.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kopia-2.0.45](https://github.com/truecharts/charts/compare/kopia-2.0.44...kopia-2.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kopia-2.0.45](https://github.com/truecharts/charts/compare/kopia-2.0.44...kopia-2.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kopia-2.0.44](https://github.com/truecharts/charts/compare/kopia-2.0.43...kopia-2.0.44) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kopia-2.0.43](https://github.com/truecharts/charts/compare/kopia-2.0.42...kopia-2.0.43) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [kopia-2.0.42](https://github.com/truecharts/charts/compare/kopia-2.0.41...kopia-2.0.42) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [kopia-2.0.41](https://github.com/truecharts/charts/compare/kopia-2.0.40...kopia-2.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kopia-2.0.40](https://github.com/truecharts/charts/compare/kopia-2.0.39...kopia-2.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kopia-2.0.39](https://github.com/truecharts/charts/compare/kopia-2.0.38...kopia-2.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kopia/2.0.46/Chart.lock b/stable/kopia/2.0.46/Chart.lock deleted file mode 100644 index b3a11e5c375..00000000000 --- a/stable/kopia/2.0.46/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:35:51.452580811Z" diff --git a/stable/kopia/2.0.46/Chart.yaml b/stable/kopia/2.0.46/Chart.yaml deleted file mode 100644 index a751f1705ce..00000000000 --- a/stable/kopia/2.0.46/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.12.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. -home: https://truecharts.org/docs/charts/stable/kopia -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png -keywords: - - backup -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kopia -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kopia - - https://kopia.io/docs/installation/#docker-images - - https://hub.docker.com/r/kopia/kopia - - https://github.com/kopia/kopia -version: 2.0.46 -annotations: - truecharts.org/catagories: | - - utility - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kopia/2.0.46/README.md b/stable/kopia/2.0.46/README.md deleted file mode 100644 index 4b2b8a9b95f..00000000000 --- a/stable/kopia/2.0.46/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kopia - -Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kopia](https://truecharts.org/docs/charts/stable/kopia) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kopia` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kopia TrueCharts/kopia -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kopia` deployment - -```console -helm uninstall kopia -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kopia \ - --set env.TZ="America/New York" \ - TrueCharts/kopia -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kopia TrueCharts/kopia -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kopia/2.0.46/charts/common-10.7.0.tgz b/stable/kopia/2.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kopia/2.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kopia/2.0.47/CHANGELOG.md b/stable/kopia/2.0.47/CHANGELOG.md new file mode 100644 index 00000000000..eb28d3d4ea1 --- /dev/null +++ b/stable/kopia/2.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kopia-2.0.47](https://github.com/truecharts/charts/compare/kopia-2.0.46...kopia-2.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kopia-2.0.46](https://github.com/truecharts/charts/compare/kopia-2.0.45...kopia-2.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kopia-2.0.45](https://github.com/truecharts/charts/compare/kopia-2.0.44...kopia-2.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kopia-2.0.45](https://github.com/truecharts/charts/compare/kopia-2.0.44...kopia-2.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kopia-2.0.44](https://github.com/truecharts/charts/compare/kopia-2.0.43...kopia-2.0.44) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kopia-2.0.43](https://github.com/truecharts/charts/compare/kopia-2.0.42...kopia-2.0.43) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [kopia-2.0.42](https://github.com/truecharts/charts/compare/kopia-2.0.41...kopia-2.0.42) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [kopia-2.0.41](https://github.com/truecharts/charts/compare/kopia-2.0.40...kopia-2.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kopia-2.0.40](https://github.com/truecharts/charts/compare/kopia-2.0.39...kopia-2.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kopia-2.0.39](https://github.com/truecharts/charts/compare/kopia-2.0.38...kopia-2.0.39) (2022-09-22) + +### Chore diff --git a/stable/kopia/2.0.47/Chart.lock b/stable/kopia/2.0.47/Chart.lock new file mode 100644 index 00000000000..8b82f30880b --- /dev/null +++ b/stable/kopia/2.0.47/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:21:01.220906606Z" diff --git a/stable/kopia/2.0.47/Chart.yaml b/stable/kopia/2.0.47/Chart.yaml new file mode 100644 index 00000000000..fa67735380b --- /dev/null +++ b/stable/kopia/2.0.47/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.12.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. +home: https://truecharts.org/docs/charts/stable/kopia +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.png +keywords: + - backup +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kopia +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kopia + - https://kopia.io/docs/installation/#docker-images + - https://hub.docker.com/r/kopia/kopia + - https://github.com/kopia/kopia +version: 2.0.47 +annotations: + truecharts.org/catagories: | + - utility + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kopia/2.0.47/README.md b/stable/kopia/2.0.47/README.md new file mode 100644 index 00000000000..50e517d8f6f --- /dev/null +++ b/stable/kopia/2.0.47/README.md @@ -0,0 +1,108 @@ +# kopia + +Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kopia](https://truecharts.org/docs/charts/stable/kopia) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kopia` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kopia TrueCharts/kopia +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kopia` deployment + +```console +helm uninstall kopia +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kopia \ + --set env.TZ="America/New York" \ + TrueCharts/kopia +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kopia TrueCharts/kopia -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kopia/2.0.46/app-readme.md b/stable/kopia/2.0.47/app-readme.md similarity index 100% rename from stable/kopia/2.0.46/app-readme.md rename to stable/kopia/2.0.47/app-readme.md diff --git a/stable/kopia/2.0.47/charts/common-10.7.1.tgz b/stable/kopia/2.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kopia/2.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/kopia/2.0.46/ix_values.yaml b/stable/kopia/2.0.47/ix_values.yaml similarity index 100% rename from stable/kopia/2.0.46/ix_values.yaml rename to stable/kopia/2.0.47/ix_values.yaml diff --git a/stable/kopia/2.0.46/questions.yaml b/stable/kopia/2.0.47/questions.yaml similarity index 100% rename from stable/kopia/2.0.46/questions.yaml rename to stable/kopia/2.0.47/questions.yaml diff --git a/stable/mediainfo/1.0.18/templates/common.yaml b/stable/kopia/2.0.47/templates/common.yaml similarity index 100% rename from stable/mediainfo/1.0.18/templates/common.yaml rename to stable/kopia/2.0.47/templates/common.yaml diff --git a/stable/makemkv/2.0.39/values.yaml b/stable/kopia/2.0.47/values.yaml similarity index 100% rename from stable/makemkv/2.0.39/values.yaml rename to stable/kopia/2.0.47/values.yaml diff --git a/stable/kutt/3.0.44/CHANGELOG.md b/stable/kutt/3.0.44/CHANGELOG.md deleted file mode 100644 index 98b3515563b..00000000000 --- a/stable/kutt/3.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [kutt-3.0.44](https://github.com/truecharts/charts/compare/kutt-3.0.43...kutt-3.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [kutt-3.0.43](https://github.com/truecharts/charts/compare/kutt-3.0.42...kutt-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kutt-3.0.43](https://github.com/truecharts/charts/compare/kutt-3.0.42...kutt-3.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [kutt-3.0.42](https://github.com/truecharts/charts/compare/kutt-3.0.41...kutt-3.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [kutt-3.0.40](https://github.com/truecharts/charts/compare/kutt-3.0.39...kutt-3.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [kutt-3.0.39](https://github.com/truecharts/charts/compare/kutt-3.0.38...kutt-3.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [kutt-3.0.38](https://github.com/truecharts/charts/compare/kutt-3.0.37...kutt-3.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [kutt-3.0.38](https://github.com/truecharts/charts/compare/kutt-3.0.37...kutt-3.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/kutt/3.0.44/Chart.lock b/stable/kutt/3.0.44/Chart.lock deleted file mode 100644 index 81afbc3976a..00000000000 --- a/stable/kutt/3.0.44/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:36:25.199308711Z" diff --git a/stable/kutt/3.0.44/Chart.yaml b/stable/kutt/3.0.44/Chart.yaml deleted file mode 100644 index 850fd127eba..00000000000 --- a/stable/kutt/3.0.44/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: v2 -appVersion: "2.7.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -deprecated: false -description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. -home: https://truecharts.org/docs/charts/stable/kutt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png -keywords: - - kutt - - link - - short -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: kutt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/kutt - - https://github.com/thedevs-network/kutt -type: application -version: 3.0.44 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/kutt/3.0.44/README.md b/stable/kutt/3.0.44/README.md deleted file mode 100644 index ac134fec8f9..00000000000 --- a/stable/kutt/3.0.44/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# kutt - -Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [kutt](https://truecharts.org/docs/charts/stable/kutt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `kutt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install kutt TrueCharts/kutt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `kutt` deployment - -```console -helm uninstall kutt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install kutt \ - --set env.TZ="America/New York" \ - TrueCharts/kutt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install kutt TrueCharts/kutt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/kutt/3.0.44/charts/common-10.7.0.tgz b/stable/kutt/3.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/kutt/3.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/kutt/3.0.44/charts/postgresql-8.0.97.tgz b/stable/kutt/3.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/kutt/3.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/kutt/3.0.44/charts/redis-3.0.94.tgz b/stable/kutt/3.0.44/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/kutt/3.0.44/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/kutt/3.0.45/CHANGELOG.md b/stable/kutt/3.0.45/CHANGELOG.md new file mode 100644 index 00000000000..9b31252f13f --- /dev/null +++ b/stable/kutt/3.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [kutt-3.0.45](https://github.com/truecharts/charts/compare/kutt-3.0.44...kutt-3.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [kutt-3.0.44](https://github.com/truecharts/charts/compare/kutt-3.0.43...kutt-3.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [kutt-3.0.43](https://github.com/truecharts/charts/compare/kutt-3.0.42...kutt-3.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kutt-3.0.43](https://github.com/truecharts/charts/compare/kutt-3.0.42...kutt-3.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [kutt-3.0.42](https://github.com/truecharts/charts/compare/kutt-3.0.41...kutt-3.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [kutt-3.0.40](https://github.com/truecharts/charts/compare/kutt-3.0.39...kutt-3.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [kutt-3.0.39](https://github.com/truecharts/charts/compare/kutt-3.0.38...kutt-3.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [kutt-3.0.38](https://github.com/truecharts/charts/compare/kutt-3.0.37...kutt-3.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/kutt/3.0.45/Chart.lock b/stable/kutt/3.0.45/Chart.lock new file mode 100644 index 00000000000..6e2bbf85a48 --- /dev/null +++ b/stable/kutt/3.0.45/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:21:40.453102851Z" diff --git a/stable/kutt/3.0.45/Chart.yaml b/stable/kutt/3.0.45/Chart.yaml new file mode 100644 index 00000000000..7ce6a6772f2 --- /dev/null +++ b/stable/kutt/3.0.45/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: "2.7.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. +home: https://truecharts.org/docs/charts/stable/kutt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/kutt.png +keywords: + - kutt + - link + - short +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: kutt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/kutt + - https://github.com/thedevs-network/kutt +type: application +version: 3.0.45 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/kutt/3.0.45/README.md b/stable/kutt/3.0.45/README.md new file mode 100644 index 00000000000..1365abb3a68 --- /dev/null +++ b/stable/kutt/3.0.45/README.md @@ -0,0 +1,108 @@ +# kutt + +Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [kutt](https://truecharts.org/docs/charts/stable/kutt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `kutt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install kutt TrueCharts/kutt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `kutt` deployment + +```console +helm uninstall kutt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install kutt \ + --set env.TZ="America/New York" \ + TrueCharts/kutt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install kutt TrueCharts/kutt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/kutt/3.0.44/app-readme.md b/stable/kutt/3.0.45/app-readme.md similarity index 100% rename from stable/kutt/3.0.44/app-readme.md rename to stable/kutt/3.0.45/app-readme.md diff --git a/stable/kutt/3.0.45/charts/common-10.7.1.tgz b/stable/kutt/3.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/kutt/3.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/kutt/3.0.45/charts/postgresql-8.0.101.tgz b/stable/kutt/3.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/kutt/3.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/stable/kutt/3.0.45/charts/redis-3.0.97.tgz b/stable/kutt/3.0.45/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/kutt/3.0.45/charts/redis-3.0.97.tgz differ diff --git a/stable/kutt/3.0.44/ix_values.yaml b/stable/kutt/3.0.45/ix_values.yaml similarity index 100% rename from stable/kutt/3.0.44/ix_values.yaml rename to stable/kutt/3.0.45/ix_values.yaml diff --git a/stable/kutt/3.0.44/questions.yaml b/stable/kutt/3.0.45/questions.yaml similarity index 100% rename from stable/kutt/3.0.44/questions.yaml rename to stable/kutt/3.0.45/questions.yaml diff --git a/stable/kutt/3.0.44/templates/_secrets.tpl b/stable/kutt/3.0.45/templates/_secrets.tpl similarity index 100% rename from stable/kutt/3.0.44/templates/_secrets.tpl rename to stable/kutt/3.0.45/templates/_secrets.tpl diff --git a/stable/kutt/3.0.44/templates/common.yaml b/stable/kutt/3.0.45/templates/common.yaml similarity index 100% rename from stable/kutt/3.0.44/templates/common.yaml rename to stable/kutt/3.0.45/templates/common.yaml diff --git a/stable/matomo/3.0.78/values.yaml b/stable/kutt/3.0.45/values.yaml similarity index 100% rename from stable/matomo/3.0.78/values.yaml rename to stable/kutt/3.0.45/values.yaml diff --git a/stable/lancache-dns/1.0.1/CHANGELOG.md b/stable/lancache-dns/1.0.1/CHANGELOG.md deleted file mode 100644 index f3fdb098799..00000000000 --- a/stable/lancache-dns/1.0.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lancache-dns-1.0.1](https://github.com/truecharts/charts/compare/lancache-dns-1.0.0...lancache-dns-1.0.1) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lancache-dns-1.0.0](https://github.com/truecharts/charts/compare/lancache-dns-0.0.29...lancache-dns-1.0.0) (2022-10-12) - - - - -## [lancache-dns-0.0.29](https://github.com/truecharts/charts/compare/lancache-dns-0.0.28...lancache-dns-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lancache-dns-0.0.29](https://github.com/truecharts/charts/compare/lancache-dns-0.0.28...lancache-dns-0.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lancache-dns-0.0.28](https://github.com/truecharts/charts/compare/lancache-dns-0.0.27...lancache-dns-0.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lancache-dns-0.0.27](https://github.com/truecharts/charts/compare/lancache-dns-0.0.26...lancache-dns-0.0.27) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [lancache-dns-0.0.26](https://github.com/truecharts/charts/compare/lancache-dns-0.0.25...lancache-dns-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lancache-dns-0.0.25](https://github.com/truecharts/charts/compare/lancache-dns-0.0.24...lancache-dns-0.0.25) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) - - ### Fix - -- fix port assignments ([#3798](https://github.com/truecharts/charts/issues/3798)) - - - - -## [lancache-dns-0.0.24](https://github.com/truecharts/charts/compare/lancache-dns-0.0.23...lancache-dns-0.0.24) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [lancache-dns-0.0.23](https://github.com/truecharts/charts/compare/lancache-dns-0.0.22...lancache-dns-0.0.23) (2022-09-22) diff --git a/stable/lancache-dns/1.0.1/Chart.lock b/stable/lancache-dns/1.0.1/Chart.lock deleted file mode 100644 index 19b5bfc79fe..00000000000 --- a/stable/lancache-dns/1.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:36:09.299478087Z" diff --git a/stable/lancache-dns/1.0.1/Chart.yaml b/stable/lancache-dns/1.0.1/Chart.yaml deleted file mode 100644 index 7bea508c1e9..00000000000 --- a/stable/lancache-dns/1.0.1/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: lancache-dns -version: 1.0.1 -appVersion: "latest" -description: DNS Chart service for a steam cache. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/lancache-dns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png -keywords: - - lancache-dns - - dns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns - - https://hub.docker.com/r/lancachenet/lancache-dns - - https://github.com/lancachenet/lancache-dns -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/lancache-dns/1.0.1/README.md b/stable/lancache-dns/1.0.1/README.md deleted file mode 100644 index 31d1179ae8d..00000000000 --- a/stable/lancache-dns/1.0.1/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lancache-dns - -DNS Chart service for a steam cache. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lancache-dns](https://truecharts.org/docs/charts/stable/lancache-dns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lancache-dns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lancache-dns TrueCharts/lancache-dns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lancache-dns` deployment - -```console -helm uninstall lancache-dns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lancache-dns \ - --set env.TZ="America/New York" \ - TrueCharts/lancache-dns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lancache-dns TrueCharts/lancache-dns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/lancache-dns/1.0.1/charts/common-10.7.0.tgz b/stable/lancache-dns/1.0.1/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/lancache-dns/1.0.1/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/lancache-dns/1.0.2/CHANGELOG.md b/stable/lancache-dns/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..004ddddf1b6 --- /dev/null +++ b/stable/lancache-dns/1.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lancache-dns-1.0.2](https://github.com/truecharts/charts/compare/lancache-dns-1.0.1...lancache-dns-1.0.2) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lancache-dns-1.0.1](https://github.com/truecharts/charts/compare/lancache-dns-1.0.0...lancache-dns-1.0.1) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lancache-dns-1.0.0](https://github.com/truecharts/charts/compare/lancache-dns-0.0.29...lancache-dns-1.0.0) (2022-10-12) + + + + +## [lancache-dns-0.0.29](https://github.com/truecharts/charts/compare/lancache-dns-0.0.28...lancache-dns-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lancache-dns-0.0.29](https://github.com/truecharts/charts/compare/lancache-dns-0.0.28...lancache-dns-0.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lancache-dns-0.0.28](https://github.com/truecharts/charts/compare/lancache-dns-0.0.27...lancache-dns-0.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lancache-dns-0.0.27](https://github.com/truecharts/charts/compare/lancache-dns-0.0.26...lancache-dns-0.0.27) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [lancache-dns-0.0.26](https://github.com/truecharts/charts/compare/lancache-dns-0.0.25...lancache-dns-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lancache-dns-0.0.25](https://github.com/truecharts/charts/compare/lancache-dns-0.0.24...lancache-dns-0.0.25) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) + + ### Fix + +- fix port assignments ([#3798](https://github.com/truecharts/charts/issues/3798)) + + + + +## [lancache-dns-0.0.24](https://github.com/truecharts/charts/compare/lancache-dns-0.0.23...lancache-dns-0.0.24) (2022-09-25) diff --git a/stable/lancache-dns/1.0.2/Chart.lock b/stable/lancache-dns/1.0.2/Chart.lock new file mode 100644 index 00000000000..9a6b79ab81c --- /dev/null +++ b/stable/lancache-dns/1.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:21:22.702303205Z" diff --git a/stable/lancache-dns/1.0.2/Chart.yaml b/stable/lancache-dns/1.0.2/Chart.yaml new file mode 100644 index 00000000000..2bcf81eca38 --- /dev/null +++ b/stable/lancache-dns/1.0.2/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: lancache-dns +version: 1.0.2 +appVersion: "latest" +description: DNS Chart service for a steam cache. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/lancache-dns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.png +keywords: + - lancache-dns + - dns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-dns + - https://hub.docker.com/r/lancachenet/lancache-dns + - https://github.com/lancachenet/lancache-dns +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lancache-dns/1.0.2/README.md b/stable/lancache-dns/1.0.2/README.md new file mode 100644 index 00000000000..b4a59a31e15 --- /dev/null +++ b/stable/lancache-dns/1.0.2/README.md @@ -0,0 +1,107 @@ +# lancache-dns + +DNS Chart service for a steam cache. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lancache-dns](https://truecharts.org/docs/charts/stable/lancache-dns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lancache-dns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lancache-dns TrueCharts/lancache-dns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lancache-dns` deployment + +```console +helm uninstall lancache-dns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lancache-dns \ + --set env.TZ="America/New York" \ + TrueCharts/lancache-dns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lancache-dns TrueCharts/lancache-dns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lancache-dns/1.0.1/app-readme.md b/stable/lancache-dns/1.0.2/app-readme.md similarity index 100% rename from stable/lancache-dns/1.0.1/app-readme.md rename to stable/lancache-dns/1.0.2/app-readme.md diff --git a/stable/lancache-dns/1.0.2/charts/common-10.7.1.tgz b/stable/lancache-dns/1.0.2/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lancache-dns/1.0.2/charts/common-10.7.1.tgz differ diff --git a/stable/lancache-dns/1.0.1/ix_values.yaml b/stable/lancache-dns/1.0.2/ix_values.yaml similarity index 100% rename from stable/lancache-dns/1.0.1/ix_values.yaml rename to stable/lancache-dns/1.0.2/ix_values.yaml diff --git a/stable/lancache-dns/1.0.1/questions.yaml b/stable/lancache-dns/1.0.2/questions.yaml similarity index 100% rename from stable/lancache-dns/1.0.1/questions.yaml rename to stable/lancache-dns/1.0.2/questions.yaml diff --git a/stable/meshroom/2.0.36/templates/common.yaml b/stable/lancache-dns/1.0.2/templates/common.yaml similarity index 100% rename from stable/meshroom/2.0.36/templates/common.yaml rename to stable/lancache-dns/1.0.2/templates/common.yaml diff --git a/stable/mattermost/3.0.50/values.yaml b/stable/lancache-dns/1.0.2/values.yaml similarity index 100% rename from stable/mattermost/3.0.50/values.yaml rename to stable/lancache-dns/1.0.2/values.yaml diff --git a/stable/lancache-monolithic/1.0.1/CHANGELOG.md b/stable/lancache-monolithic/1.0.1/CHANGELOG.md deleted file mode 100644 index 5c6643c25b4..00000000000 --- a/stable/lancache-monolithic/1.0.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lancache-monolithic-1.0.1](https://github.com/truecharts/charts/compare/lancache-monolithic-1.0.0...lancache-monolithic-1.0.1) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lancache-monolithic-1.0.0](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.33...lancache-monolithic-1.0.0) (2022-10-12) - - - - -## [lancache-monolithic-0.0.33](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.32...lancache-monolithic-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lancache-monolithic-0.0.33](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.32...lancache-monolithic-0.0.33) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lancache-monolithic-0.0.32](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.31...lancache-monolithic-0.0.32) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lancache-monolithic-0.0.31](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.30...lancache-monolithic-0.0.31) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [lancache-monolithic-0.0.30](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.29...lancache-monolithic-0.0.30) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lancache-monolithic-0.0.29](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.28...lancache-monolithic-0.0.29) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) - - ### Fix - -- fix port assignments ([#3798](https://github.com/truecharts/charts/issues/3798)) - - - - -## [lancache-monolithic-0.0.28](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.27...lancache-monolithic-0.0.28) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - diff --git a/stable/lancache-monolithic/1.0.1/Chart.lock b/stable/lancache-monolithic/1.0.1/Chart.lock deleted file mode 100644 index 123062156fa..00000000000 --- a/stable/lancache-monolithic/1.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:36:21.272342699Z" diff --git a/stable/lancache-monolithic/1.0.1/Chart.yaml b/stable/lancache-monolithic/1.0.1/Chart.yaml deleted file mode 100644 index a50702b5604..00000000000 --- a/stable/lancache-monolithic/1.0.1/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: lancache-monolithic -version: 1.0.1 -appVersion: "latest" -description: A monolithic lancache service capable of caching all CDNs in a single instance. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/lancache-monolithic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png -keywords: - - monolithic - - lancache -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic - - https://hub.docker.com/r/lancachenet/monolithic - - https://github.com/lancachenet/monolithic -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - gaming - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/lancache-monolithic/1.0.1/README.md b/stable/lancache-monolithic/1.0.1/README.md deleted file mode 100644 index c3d92fd3e14..00000000000 --- a/stable/lancache-monolithic/1.0.1/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# lancache-monolithic - -A monolithic lancache service capable of caching all CDNs in a single instance. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lancache-monolithic](https://truecharts.org/docs/charts/stable/lancache-monolithic) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lancache-monolithic` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lancache-monolithic TrueCharts/lancache-monolithic -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lancache-monolithic` deployment - -```console -helm uninstall lancache-monolithic -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lancache-monolithic \ - --set env.TZ="America/New York" \ - TrueCharts/lancache-monolithic -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lancache-monolithic TrueCharts/lancache-monolithic -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/lancache-monolithic/1.0.1/charts/common-10.7.0.tgz b/stable/lancache-monolithic/1.0.1/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/lancache-monolithic/1.0.1/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/lancache-monolithic/1.0.2/CHANGELOG.md b/stable/lancache-monolithic/1.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ba3b44a799c --- /dev/null +++ b/stable/lancache-monolithic/1.0.2/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lancache-monolithic-1.0.2](https://github.com/truecharts/charts/compare/lancache-monolithic-1.0.1...lancache-monolithic-1.0.2) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lancache-monolithic-1.0.1](https://github.com/truecharts/charts/compare/lancache-monolithic-1.0.0...lancache-monolithic-1.0.1) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lancache-monolithic-1.0.0](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.33...lancache-monolithic-1.0.0) (2022-10-12) + + + + +## [lancache-monolithic-0.0.33](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.32...lancache-monolithic-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lancache-monolithic-0.0.33](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.32...lancache-monolithic-0.0.33) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lancache-monolithic-0.0.32](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.31...lancache-monolithic-0.0.32) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lancache-monolithic-0.0.31](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.30...lancache-monolithic-0.0.31) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [lancache-monolithic-0.0.30](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.29...lancache-monolithic-0.0.30) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lancache-monolithic-0.0.29](https://github.com/truecharts/charts/compare/lancache-monolithic-0.0.28...lancache-monolithic-0.0.29) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) + + ### Fix + +- fix port assignments ([#3798](https://github.com/truecharts/charts/issues/3798)) + + + + diff --git a/stable/lancache-monolithic/1.0.2/Chart.lock b/stable/lancache-monolithic/1.0.2/Chart.lock new file mode 100644 index 00000000000..d0096a63f9b --- /dev/null +++ b/stable/lancache-monolithic/1.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:21:33.023733264Z" diff --git a/stable/lancache-monolithic/1.0.2/Chart.yaml b/stable/lancache-monolithic/1.0.2/Chart.yaml new file mode 100644 index 00000000000..1bd54591efe --- /dev/null +++ b/stable/lancache-monolithic/1.0.2/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: lancache-monolithic +version: 1.0.2 +appVersion: "latest" +description: A monolithic lancache service capable of caching all CDNs in a single instance. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/lancache-monolithic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.png +keywords: + - monolithic + - lancache +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lancache-monolithic + - https://hub.docker.com/r/lancachenet/monolithic + - https://github.com/lancachenet/monolithic +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - gaming + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lancache-monolithic/1.0.2/README.md b/stable/lancache-monolithic/1.0.2/README.md new file mode 100644 index 00000000000..19cd5316fac --- /dev/null +++ b/stable/lancache-monolithic/1.0.2/README.md @@ -0,0 +1,107 @@ +# lancache-monolithic + +A monolithic lancache service capable of caching all CDNs in a single instance. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lancache-monolithic](https://truecharts.org/docs/charts/stable/lancache-monolithic) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lancache-monolithic` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lancache-monolithic TrueCharts/lancache-monolithic +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lancache-monolithic` deployment + +```console +helm uninstall lancache-monolithic +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lancache-monolithic \ + --set env.TZ="America/New York" \ + TrueCharts/lancache-monolithic +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lancache-monolithic TrueCharts/lancache-monolithic -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lancache-monolithic/1.0.1/app-readme.md b/stable/lancache-monolithic/1.0.2/app-readme.md similarity index 100% rename from stable/lancache-monolithic/1.0.1/app-readme.md rename to stable/lancache-monolithic/1.0.2/app-readme.md diff --git a/stable/lancache-monolithic/1.0.2/charts/common-10.7.1.tgz b/stable/lancache-monolithic/1.0.2/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lancache-monolithic/1.0.2/charts/common-10.7.1.tgz differ diff --git a/stable/lancache-monolithic/1.0.1/ix_values.yaml b/stable/lancache-monolithic/1.0.2/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/1.0.1/ix_values.yaml rename to stable/lancache-monolithic/1.0.2/ix_values.yaml diff --git a/stable/lancache-monolithic/1.0.1/questions.yaml b/stable/lancache-monolithic/1.0.2/questions.yaml similarity index 100% rename from stable/lancache-monolithic/1.0.1/questions.yaml rename to stable/lancache-monolithic/1.0.2/questions.yaml diff --git a/stable/metube/2.0.35/templates/common.yaml b/stable/lancache-monolithic/1.0.2/templates/common.yaml similarity index 100% rename from stable/metube/2.0.35/templates/common.yaml rename to stable/lancache-monolithic/1.0.2/templates/common.yaml diff --git a/stable/mediainfo/1.0.18/values.yaml b/stable/lancache-monolithic/1.0.2/values.yaml similarity index 100% rename from stable/mediainfo/1.0.18/values.yaml rename to stable/lancache-monolithic/1.0.2/values.yaml diff --git a/stable/lanraragi/2.0.38/CHANGELOG.md b/stable/lanraragi/2.0.38/CHANGELOG.md deleted file mode 100644 index bc1dc00f3d1..00000000000 --- a/stable/lanraragi/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [lanraragi-2.0.38](https://github.com/truecharts/charts/compare/lanraragi-2.0.37...lanraragi-2.0.38) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [lanraragi-2.0.37](https://github.com/truecharts/charts/compare/lanraragi-2.0.36...lanraragi-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [lanraragi-2.0.36](https://github.com/truecharts/charts/compare/lanraragi-2.0.35...lanraragi-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lanraragi-2.0.36](https://github.com/truecharts/charts/compare/lanraragi-2.0.35...lanraragi-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [lanraragi-2.0.35](https://github.com/truecharts/charts/compare/lanraragi-2.0.34...lanraragi-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [lanraragi-2.0.34](https://github.com/truecharts/charts/compare/lanraragi-2.0.33...lanraragi-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [lanraragi-2.0.33](https://github.com/truecharts/charts/compare/lanraragi-2.0.32...lanraragi-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [lanraragi-2.0.32](https://github.com/truecharts/charts/compare/lanraragi-2.0.31...lanraragi-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/lanraragi/2.0.38/Chart.lock b/stable/lanraragi/2.0.38/Chart.lock deleted file mode 100644 index 081be919154..00000000000 --- a/stable/lanraragi/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:55:10.060945568Z" diff --git a/stable/lanraragi/2.0.38/Chart.yaml b/stable/lanraragi/2.0.38/Chart.yaml deleted file mode 100644 index 243c166011d..00000000000 --- a/stable/lanraragi/2.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.8.7" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Open source server for archival of comics/manga. -home: https://truecharts.org/docs/charts/stable/lanraragi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png -keywords: - - lanraragi - - comics - - manga -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: lanraragi -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi - - https://github.com/Difegue/LANraragi - - https://hub.docker.com/r/difegue/lanraragi - - https://sugoi.gitbook.io/lanraragi/ -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/lanraragi/2.0.38/README.md b/stable/lanraragi/2.0.38/README.md deleted file mode 100644 index b6576184e6f..00000000000 --- a/stable/lanraragi/2.0.38/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# lanraragi - -Open source server for archival of comics/manga. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [lanraragi](https://truecharts.org/docs/charts/stable/lanraragi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `lanraragi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install lanraragi TrueCharts/lanraragi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `lanraragi` deployment - -```console -helm uninstall lanraragi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install lanraragi \ - --set env.TZ="America/New York" \ - TrueCharts/lanraragi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install lanraragi TrueCharts/lanraragi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/lanraragi/2.0.38/charts/common-10.7.0.tgz b/stable/lanraragi/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/lanraragi/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/lanraragi/2.0.39/CHANGELOG.md b/stable/lanraragi/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..af993866cf6 --- /dev/null +++ b/stable/lanraragi/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lanraragi-2.0.39](https://github.com/truecharts/charts/compare/lanraragi-2.0.38...lanraragi-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lanraragi-2.0.38](https://github.com/truecharts/charts/compare/lanraragi-2.0.37...lanraragi-2.0.38) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [lanraragi-2.0.37](https://github.com/truecharts/charts/compare/lanraragi-2.0.36...lanraragi-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lanraragi-2.0.36](https://github.com/truecharts/charts/compare/lanraragi-2.0.35...lanraragi-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lanraragi-2.0.36](https://github.com/truecharts/charts/compare/lanraragi-2.0.35...lanraragi-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lanraragi-2.0.35](https://github.com/truecharts/charts/compare/lanraragi-2.0.34...lanraragi-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lanraragi-2.0.34](https://github.com/truecharts/charts/compare/lanraragi-2.0.33...lanraragi-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lanraragi-2.0.33](https://github.com/truecharts/charts/compare/lanraragi-2.0.32...lanraragi-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lanraragi-2.0.32](https://github.com/truecharts/charts/compare/lanraragi-2.0.31...lanraragi-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/lanraragi/2.0.39/Chart.lock b/stable/lanraragi/2.0.39/Chart.lock new file mode 100644 index 00000000000..1e8319a6f61 --- /dev/null +++ b/stable/lanraragi/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:21:40.825165173Z" diff --git a/stable/lanraragi/2.0.39/Chart.yaml b/stable/lanraragi/2.0.39/Chart.yaml new file mode 100644 index 00000000000..975994bf2c6 --- /dev/null +++ b/stable/lanraragi/2.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.8.7" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Open source server for archival of comics/manga. +home: https://truecharts.org/docs/charts/stable/lanraragi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.png +keywords: + - lanraragi + - comics + - manga +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lanraragi +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lanraragi + - https://github.com/Difegue/LANraragi + - https://hub.docker.com/r/difegue/lanraragi + - https://sugoi.gitbook.io/lanraragi/ +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lanraragi/2.0.39/README.md b/stable/lanraragi/2.0.39/README.md new file mode 100644 index 00000000000..32082abd50e --- /dev/null +++ b/stable/lanraragi/2.0.39/README.md @@ -0,0 +1,108 @@ +# lanraragi + +Open source server for archival of comics/manga. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lanraragi](https://truecharts.org/docs/charts/stable/lanraragi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lanraragi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lanraragi TrueCharts/lanraragi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lanraragi` deployment + +```console +helm uninstall lanraragi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lanraragi \ + --set env.TZ="America/New York" \ + TrueCharts/lanraragi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lanraragi TrueCharts/lanraragi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lanraragi/2.0.38/app-readme.md b/stable/lanraragi/2.0.39/app-readme.md similarity index 100% rename from stable/lanraragi/2.0.38/app-readme.md rename to stable/lanraragi/2.0.39/app-readme.md diff --git a/stable/lanraragi/2.0.39/charts/common-10.7.1.tgz b/stable/lanraragi/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lanraragi/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/lanraragi/2.0.38/ix_values.yaml b/stable/lanraragi/2.0.39/ix_values.yaml similarity index 100% rename from stable/lanraragi/2.0.38/ix_values.yaml rename to stable/lanraragi/2.0.39/ix_values.yaml diff --git a/stable/lanraragi/2.0.38/questions.yaml b/stable/lanraragi/2.0.39/questions.yaml similarity index 100% rename from stable/lanraragi/2.0.38/questions.yaml rename to stable/lanraragi/2.0.39/questions.yaml diff --git a/stable/minecraft-bedrock/1.0.39/templates/common.yaml b/stable/lanraragi/2.0.39/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/1.0.39/templates/common.yaml rename to stable/lanraragi/2.0.39/templates/common.yaml diff --git a/stable/medusa/3.0.52/values.yaml b/stable/lanraragi/2.0.39/values.yaml similarity index 100% rename from stable/medusa/3.0.52/values.yaml rename to stable/lanraragi/2.0.39/values.yaml diff --git a/stable/lazylibrarian/11.0.70/CHANGELOG.md b/stable/lazylibrarian/11.0.70/CHANGELOG.md new file mode 100644 index 00000000000..1bfb4726db4 --- /dev/null +++ b/stable/lazylibrarian/11.0.70/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lazylibrarian-11.0.70](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.69...lazylibrarian-11.0.70) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [lazylibrarian-11.0.69](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.68...lazylibrarian-11.0.69) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lazylibrarian-11.0.68](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.66...lazylibrarian-11.0.68) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [lazylibrarian-11.0.67](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.66...lazylibrarian-11.0.67) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lazylibrarian-11.0.66](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.65...lazylibrarian-11.0.66) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lazylibrarian-11.0.65](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.64...lazylibrarian-11.0.65) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + - update docker general non-major + + + + +## [lazylibrarian-11.0.64](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.63...lazylibrarian-11.0.64) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [lazylibrarian-11.0.64](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.63...lazylibrarian-11.0.64) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [lazylibrarian-11.0.63](https://github.com/truecharts/charts/compare/lazylibrarian-11.0.62...lazylibrarian-11.0.63) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + diff --git a/stable/lazylibrarian/11.0.70/Chart.lock b/stable/lazylibrarian/11.0.70/Chart.lock new file mode 100644 index 00000000000..1249eb28766 --- /dev/null +++ b/stable/lazylibrarian/11.0.70/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:21:54.116123022Z" diff --git a/stable/lazylibrarian/11.0.70/Chart.yaml b/stable/lazylibrarian/11.0.70/Chart.yaml new file mode 100644 index 00000000000..8c81e38dfb7 --- /dev/null +++ b/stable/lazylibrarian/11.0.70/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Get all your books, like series with Sonarr... +home: https://truecharts.org/docs/charts/stable/lazylibrarian +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png +keywords: + - lazylibrarian + - ebooks +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lazylibrarian +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian + - https://gitlab.com/LazyLibrarian/LazyLibrarian.git + - https://lazylibrarian.gitlab.io +type: application +version: 11.0.70 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lazylibrarian/11.0.70/README.md b/stable/lazylibrarian/11.0.70/README.md new file mode 100644 index 00000000000..ae69915b4fb --- /dev/null +++ b/stable/lazylibrarian/11.0.70/README.md @@ -0,0 +1,107 @@ +# lazylibrarian + +Get all your books, like series with Sonarr... + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lazylibrarian](https://truecharts.org/docs/charts/stable/lazylibrarian) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lazylibrarian` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lazylibrarian TrueCharts/lazylibrarian +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lazylibrarian` deployment + +```console +helm uninstall lazylibrarian +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lazylibrarian \ + --set env.TZ="America/New York" \ + TrueCharts/lazylibrarian +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lazylibrarian TrueCharts/lazylibrarian -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lazylibrarian/11.0.70/app-readme.md b/stable/lazylibrarian/11.0.70/app-readme.md new file mode 100644 index 00000000000..53f655886ec --- /dev/null +++ b/stable/lazylibrarian/11.0.70/app-readme.md @@ -0,0 +1,8 @@ +Get all your books, like series with Sonarr... + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/lazylibrarian](https://truecharts.org/docs/charts/stable/lazylibrarian) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/lazylibrarian/11.0.70/charts/common-10.7.1.tgz b/stable/lazylibrarian/11.0.70/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lazylibrarian/11.0.70/charts/common-10.7.1.tgz differ diff --git a/stable/lazylibrarian/11.0.70/ix_values.yaml b/stable/lazylibrarian/11.0.70/ix_values.yaml new file mode 100644 index 00000000000..a63946d73e4 --- /dev/null +++ b/stable/lazylibrarian/11.0.70/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: tccr.io/truecharts/lazylibrarian + pullPolicy: IfNotPresent + tag: latest@sha256:c52d8116c6e03d7086e8a6c5e1e40508e6f4c41b0086070812d22406bb182d13 + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 5299 + targetPort: 5299 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/lazylibrarian/11.0.70/questions.yaml b/stable/lazylibrarian/11.0.70/questions.yaml new file mode 100644 index 00000000000..fa37026e59b --- /dev/null +++ b/stable/lazylibrarian/11.0.70/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5299 + 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 + hidden: true + 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: 5299 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/minecraft-java/1.0.65/templates/common.yaml b/stable/lazylibrarian/11.0.70/templates/common.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/templates/common.yaml rename to stable/lazylibrarian/11.0.70/templates/common.yaml diff --git a/stable/meshroom/2.0.36/values.yaml b/stable/lazylibrarian/11.0.70/values.yaml similarity index 100% rename from stable/meshroom/2.0.36/values.yaml rename to stable/lazylibrarian/11.0.70/values.yaml diff --git a/stable/leaf2mqtt/4.0.37/CHANGELOG.md b/stable/leaf2mqtt/4.0.37/CHANGELOG.md deleted file mode 100644 index 9b56fdb85c4..00000000000 --- a/stable/leaf2mqtt/4.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [leaf2mqtt-4.0.37](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.36...leaf2mqtt-4.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [leaf2mqtt-4.0.36](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.35...leaf2mqtt-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [leaf2mqtt-4.0.36](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.35...leaf2mqtt-4.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [leaf2mqtt-4.0.35](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.34...leaf2mqtt-4.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [leaf2mqtt-4.0.34](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.33...leaf2mqtt-4.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [leaf2mqtt-4.0.33](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.32...leaf2mqtt-4.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [leaf2mqtt-4.0.32](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.31...leaf2mqtt-4.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [leaf2mqtt-4.0.32](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.31...leaf2mqtt-4.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/leaf2mqtt/4.0.37/Chart.lock b/stable/leaf2mqtt/4.0.37/Chart.lock deleted file mode 100644 index edd5878f7b8..00000000000 --- a/stable/leaf2mqtt/4.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:36:51.177452181Z" diff --git a/stable/leaf2mqtt/4.0.37/Chart.yaml b/stable/leaf2mqtt/4.0.37/Chart.yaml deleted file mode 100644 index dc764f040d6..00000000000 --- a/stable/leaf2mqtt/4.0.37/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "0.6" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Nissan Leaf connected services to MQTT adapter -home: https://truecharts.org/docs/charts/stable/leaf2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png -keywords: - - leaf2mqtt - - leaf - - nissan - - kamereon - - carwings -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: leaf2mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt - - https://github.com/mitsumaui/leaf2mqtt - - https://github.com/k8s-at-home/container-images -version: 4.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/leaf2mqtt/4.0.37/README.md b/stable/leaf2mqtt/4.0.37/README.md deleted file mode 100644 index e13d6551560..00000000000 --- a/stable/leaf2mqtt/4.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# leaf2mqtt - -Nissan Leaf connected services to MQTT adapter - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [leaf2mqtt](https://truecharts.org/docs/charts/stable/leaf2mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `leaf2mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install leaf2mqtt TrueCharts/leaf2mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `leaf2mqtt` deployment - -```console -helm uninstall leaf2mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install leaf2mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/leaf2mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install leaf2mqtt TrueCharts/leaf2mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/leaf2mqtt/4.0.37/charts/common-10.7.0.tgz b/stable/leaf2mqtt/4.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/leaf2mqtt/4.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/4.0.38/CHANGELOG.md b/stable/leaf2mqtt/4.0.38/CHANGELOG.md new file mode 100644 index 00000000000..ac444453673 --- /dev/null +++ b/stable/leaf2mqtt/4.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [leaf2mqtt-4.0.38](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.37...leaf2mqtt-4.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [leaf2mqtt-4.0.37](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.36...leaf2mqtt-4.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [leaf2mqtt-4.0.36](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.35...leaf2mqtt-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [leaf2mqtt-4.0.36](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.35...leaf2mqtt-4.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [leaf2mqtt-4.0.35](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.34...leaf2mqtt-4.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [leaf2mqtt-4.0.34](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.33...leaf2mqtt-4.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [leaf2mqtt-4.0.33](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.32...leaf2mqtt-4.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [leaf2mqtt-4.0.32](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.31...leaf2mqtt-4.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [leaf2mqtt-4.0.32](https://github.com/truecharts/charts/compare/leaf2mqtt-4.0.31...leaf2mqtt-4.0.32) (2022-09-21) diff --git a/stable/leaf2mqtt/4.0.38/Chart.lock b/stable/leaf2mqtt/4.0.38/Chart.lock new file mode 100644 index 00000000000..c9af26f6a99 --- /dev/null +++ b/stable/leaf2mqtt/4.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:22:04.013670084Z" diff --git a/stable/leaf2mqtt/4.0.38/Chart.yaml b/stable/leaf2mqtt/4.0.38/Chart.yaml new file mode 100644 index 00000000000..347d0838d04 --- /dev/null +++ b/stable/leaf2mqtt/4.0.38/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.6" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Nissan Leaf connected services to MQTT adapter +home: https://truecharts.org/docs/charts/stable/leaf2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.png +keywords: + - leaf2mqtt + - leaf + - nissan + - kamereon + - carwings +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: leaf2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/leaf2mqtt + - https://github.com/mitsumaui/leaf2mqtt + - https://github.com/k8s-at-home/container-images +version: 4.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/leaf2mqtt/4.0.38/README.md b/stable/leaf2mqtt/4.0.38/README.md new file mode 100644 index 00000000000..809d179c8a2 --- /dev/null +++ b/stable/leaf2mqtt/4.0.38/README.md @@ -0,0 +1,107 @@ +# leaf2mqtt + +Nissan Leaf connected services to MQTT adapter + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [leaf2mqtt](https://truecharts.org/docs/charts/stable/leaf2mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `leaf2mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install leaf2mqtt TrueCharts/leaf2mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `leaf2mqtt` deployment + +```console +helm uninstall leaf2mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install leaf2mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/leaf2mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install leaf2mqtt TrueCharts/leaf2mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/leaf2mqtt/4.0.37/app-readme.md b/stable/leaf2mqtt/4.0.38/app-readme.md similarity index 100% rename from stable/leaf2mqtt/4.0.37/app-readme.md rename to stable/leaf2mqtt/4.0.38/app-readme.md diff --git a/stable/leaf2mqtt/4.0.38/charts/common-10.7.1.tgz b/stable/leaf2mqtt/4.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/leaf2mqtt/4.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/leaf2mqtt/4.0.37/ix_values.yaml b/stable/leaf2mqtt/4.0.38/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/4.0.37/ix_values.yaml rename to stable/leaf2mqtt/4.0.38/ix_values.yaml diff --git a/stable/leaf2mqtt/4.0.37/questions.yaml b/stable/leaf2mqtt/4.0.38/questions.yaml similarity index 100% rename from stable/leaf2mqtt/4.0.37/questions.yaml rename to stable/leaf2mqtt/4.0.38/questions.yaml diff --git a/stable/leaf2mqtt/4.0.37/templates/common.yaml b/stable/leaf2mqtt/4.0.38/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/4.0.37/templates/common.yaml rename to stable/leaf2mqtt/4.0.38/templates/common.yaml diff --git a/stable/metube/2.0.35/values.yaml b/stable/leaf2mqtt/4.0.38/values.yaml similarity index 100% rename from stable/metube/2.0.35/values.yaml rename to stable/leaf2mqtt/4.0.38/values.yaml diff --git a/stable/leantime/4.0.51/CHANGELOG.md b/stable/leantime/4.0.51/CHANGELOG.md deleted file mode 100644 index 6eb12bd99db..00000000000 --- a/stable/leantime/4.0.51/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [leantime-4.0.51](https://github.com/truecharts/charts/compare/leantime-4.0.50...leantime-4.0.51) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [leantime-4.0.50](https://github.com/truecharts/charts/compare/leantime-4.0.49...leantime-4.0.50) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [leantime-4.0.49](https://github.com/truecharts/charts/compare/leantime-4.0.48...leantime-4.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [leantime-4.0.49](https://github.com/truecharts/charts/compare/leantime-4.0.48...leantime-4.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [leantime-4.0.48](https://github.com/truecharts/charts/compare/leantime-4.0.47...leantime-4.0.48) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [leantime-4.0.46](https://github.com/truecharts/charts/compare/leantime-4.0.45...leantime-4.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [leantime-4.0.45](https://github.com/truecharts/charts/compare/leantime-4.0.44...leantime-4.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [leantime-4.0.44](https://github.com/truecharts/charts/compare/leantime-4.0.43...leantime-4.0.44) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/leantime/4.0.51/Chart.lock b/stable/leantime/4.0.51/Chart.lock deleted file mode 100644 index 774762fadd1..00000000000 --- a/stable/leantime/4.0.51/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-15T10:38:51.427354065Z" diff --git a/stable/leantime/4.0.51/Chart.yaml b/stable/leantime/4.0.51/Chart.yaml deleted file mode 100644 index 369c79453b0..00000000000 --- a/stable/leantime/4.0.51/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.8" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "Straightforward open source project management system to make your ideas reality." -home: https://truecharts.org/docs/charts/stable/leantime -icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png -keywords: - - leantime - - project - - management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: leantime -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/leantime - - https://leantime.io/ - - https://hub.docker.com/r/nicholaswilde/leantime -version: 4.0.51 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/leantime/4.0.51/README.md b/stable/leantime/4.0.51/README.md deleted file mode 100644 index aaf33d38ed6..00000000000 --- a/stable/leantime/4.0.51/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# leantime - -Straightforward open source project management system to make your ideas reality. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [leantime](https://truecharts.org/docs/charts/stable/leantime) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `leantime` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install leantime TrueCharts/leantime -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `leantime` deployment - -```console -helm uninstall leantime -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install leantime \ - --set env.TZ="America/New York" \ - TrueCharts/leantime -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install leantime TrueCharts/leantime -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/leantime/4.0.51/charts/common-10.7.0.tgz b/stable/leantime/4.0.51/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/leantime/4.0.51/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/leantime/4.0.51/charts/mariadb-3.0.92.tgz b/stable/leantime/4.0.51/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/leantime/4.0.51/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/leantime/4.0.52/CHANGELOG.md b/stable/leantime/4.0.52/CHANGELOG.md new file mode 100644 index 00000000000..ffa98cf8e89 --- /dev/null +++ b/stable/leantime/4.0.52/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [leantime-4.0.52](https://github.com/truecharts/charts/compare/leantime-4.0.51...leantime-4.0.52) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [leantime-4.0.51](https://github.com/truecharts/charts/compare/leantime-4.0.50...leantime-4.0.51) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [leantime-4.0.50](https://github.com/truecharts/charts/compare/leantime-4.0.49...leantime-4.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [leantime-4.0.49](https://github.com/truecharts/charts/compare/leantime-4.0.48...leantime-4.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [leantime-4.0.49](https://github.com/truecharts/charts/compare/leantime-4.0.48...leantime-4.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [leantime-4.0.48](https://github.com/truecharts/charts/compare/leantime-4.0.47...leantime-4.0.48) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [leantime-4.0.46](https://github.com/truecharts/charts/compare/leantime-4.0.45...leantime-4.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [leantime-4.0.45](https://github.com/truecharts/charts/compare/leantime-4.0.44...leantime-4.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [leantime-4.0.44](https://github.com/truecharts/charts/compare/leantime-4.0.43...leantime-4.0.44) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/leantime/4.0.52/Chart.lock b/stable/leantime/4.0.52/Chart.lock new file mode 100644 index 00000000000..0a745753109 --- /dev/null +++ b/stable/leantime/4.0.52/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:22:25.412162959Z" diff --git a/stable/leantime/4.0.52/Chart.yaml b/stable/leantime/4.0.52/Chart.yaml new file mode 100644 index 00000000000..8629d33dba1 --- /dev/null +++ b/stable/leantime/4.0.52/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "2.2.8" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "Straightforward open source project management system to make your ideas reality." +home: https://truecharts.org/docs/charts/stable/leantime +icon: https://truecharts.org/img/hotlink-ok/chart-icons/leantime.png +keywords: + - leantime + - project + - management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: leantime +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/leantime + - https://leantime.io/ + - https://hub.docker.com/r/nicholaswilde/leantime +version: 4.0.52 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/leantime/4.0.52/README.md b/stable/leantime/4.0.52/README.md new file mode 100644 index 00000000000..b501421b045 --- /dev/null +++ b/stable/leantime/4.0.52/README.md @@ -0,0 +1,108 @@ +# leantime + +Straightforward open source project management system to make your ideas reality. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [leantime](https://truecharts.org/docs/charts/stable/leantime) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `leantime` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install leantime TrueCharts/leantime +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `leantime` deployment + +```console +helm uninstall leantime +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install leantime \ + --set env.TZ="America/New York" \ + TrueCharts/leantime +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install leantime TrueCharts/leantime -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/leantime/4.0.51/app-readme.md b/stable/leantime/4.0.52/app-readme.md similarity index 100% rename from stable/leantime/4.0.51/app-readme.md rename to stable/leantime/4.0.52/app-readme.md diff --git a/stable/leantime/4.0.52/charts/common-10.7.1.tgz b/stable/leantime/4.0.52/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/leantime/4.0.52/charts/common-10.7.1.tgz differ diff --git a/stable/leantime/4.0.52/charts/mariadb-3.0.95.tgz b/stable/leantime/4.0.52/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/leantime/4.0.52/charts/mariadb-3.0.95.tgz differ diff --git a/stable/leantime/4.0.51/ix_values.yaml b/stable/leantime/4.0.52/ix_values.yaml similarity index 100% rename from stable/leantime/4.0.51/ix_values.yaml rename to stable/leantime/4.0.52/ix_values.yaml diff --git a/stable/leantime/4.0.51/questions.yaml b/stable/leantime/4.0.52/questions.yaml similarity index 100% rename from stable/leantime/4.0.51/questions.yaml rename to stable/leantime/4.0.52/questions.yaml diff --git a/stable/leantime/4.0.51/templates/_secrets.tpl b/stable/leantime/4.0.52/templates/_secrets.tpl similarity index 100% rename from stable/leantime/4.0.51/templates/_secrets.tpl rename to stable/leantime/4.0.52/templates/_secrets.tpl diff --git a/stable/leantime/4.0.51/templates/common.yaml b/stable/leantime/4.0.52/templates/common.yaml similarity index 100% rename from stable/leantime/4.0.51/templates/common.yaml rename to stable/leantime/4.0.52/templates/common.yaml diff --git a/stable/minecraft-bedrock/1.0.39/values.yaml b/stable/leantime/4.0.52/values.yaml similarity index 100% rename from stable/minecraft-bedrock/1.0.39/values.yaml rename to stable/leantime/4.0.52/values.yaml diff --git a/stable/libreddit/1.0.30/CHANGELOG.md b/stable/libreddit/1.0.30/CHANGELOG.md deleted file mode 100644 index 6d09d0c111e..00000000000 --- a/stable/libreddit/1.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [libreddit-1.0.30](https://github.com/truecharts/charts/compare/libreddit-1.0.29...libreddit-1.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [libreddit-1.0.29](https://github.com/truecharts/charts/compare/libreddit-1.0.28...libreddit-1.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [libreddit-1.0.29](https://github.com/truecharts/charts/compare/libreddit-1.0.28...libreddit-1.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [libreddit-1.0.28](https://github.com/truecharts/charts/compare/libreddit-1.0.27...libreddit-1.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [libreddit-1.0.27](https://github.com/truecharts/charts/compare/libreddit-1.0.26...libreddit-1.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [libreddit-1.0.26](https://github.com/truecharts/charts/compare/libreddit-1.0.25...libreddit-1.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [libreddit-1.0.25](https://github.com/truecharts/charts/compare/libreddit-1.0.24...libreddit-1.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [libreddit-1.0.25](https://github.com/truecharts/charts/compare/libreddit-1.0.24...libreddit-1.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/libreddit/1.0.30/Chart.lock b/stable/libreddit/1.0.30/Chart.lock deleted file mode 100644 index fa0e49be1a4..00000000000 --- a/stable/libreddit/1.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:37:07.229994686Z" diff --git a/stable/libreddit/1.0.30/Chart.yaml b/stable/libreddit/1.0.30/Chart.yaml deleted file mode 100644 index 849cee1f507..00000000000 --- a/stable/libreddit/1.0.30/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An alternative private front-end to Reddit -home: https://truecharts.org/docs/charts/stable/libreddit -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png -keywords: - - reddit - - libreddit - - social -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: libreddit -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit - - https://github.com/spikecodes/libreddit - - https://hub.docker.com/r/spikecodes/libreddit -version: 1.0.30 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/libreddit/1.0.30/README.md b/stable/libreddit/1.0.30/README.md deleted file mode 100644 index 511dc405fe3..00000000000 --- a/stable/libreddit/1.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# libreddit - -An alternative private front-end to Reddit - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [libreddit](https://truecharts.org/docs/charts/stable/libreddit) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `libreddit` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install libreddit TrueCharts/libreddit -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `libreddit` deployment - -```console -helm uninstall libreddit -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install libreddit \ - --set env.TZ="America/New York" \ - TrueCharts/libreddit -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install libreddit TrueCharts/libreddit -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/libreddit/1.0.30/charts/common-10.7.0.tgz b/stable/libreddit/1.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/libreddit/1.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/libreddit/1.0.31/CHANGELOG.md b/stable/libreddit/1.0.31/CHANGELOG.md new file mode 100644 index 00000000000..4c334ea00c3 --- /dev/null +++ b/stable/libreddit/1.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [libreddit-1.0.31](https://github.com/truecharts/charts/compare/libreddit-1.0.30...libreddit-1.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [libreddit-1.0.30](https://github.com/truecharts/charts/compare/libreddit-1.0.29...libreddit-1.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [libreddit-1.0.29](https://github.com/truecharts/charts/compare/libreddit-1.0.28...libreddit-1.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [libreddit-1.0.29](https://github.com/truecharts/charts/compare/libreddit-1.0.28...libreddit-1.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [libreddit-1.0.28](https://github.com/truecharts/charts/compare/libreddit-1.0.27...libreddit-1.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [libreddit-1.0.27](https://github.com/truecharts/charts/compare/libreddit-1.0.26...libreddit-1.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [libreddit-1.0.26](https://github.com/truecharts/charts/compare/libreddit-1.0.25...libreddit-1.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [libreddit-1.0.25](https://github.com/truecharts/charts/compare/libreddit-1.0.24...libreddit-1.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/libreddit/1.0.31/Chart.lock b/stable/libreddit/1.0.31/Chart.lock new file mode 100644 index 00000000000..7e0be5ff608 --- /dev/null +++ b/stable/libreddit/1.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:22:25.832860108Z" diff --git a/stable/libreddit/1.0.31/Chart.yaml b/stable/libreddit/1.0.31/Chart.yaml new file mode 100644 index 00000000000..e88cecd34ba --- /dev/null +++ b/stable/libreddit/1.0.31/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An alternative private front-end to Reddit +home: https://truecharts.org/docs/charts/stable/libreddit +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.png +keywords: + - reddit + - libreddit + - social +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: libreddit +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/libreddit + - https://github.com/spikecodes/libreddit + - https://hub.docker.com/r/spikecodes/libreddit +version: 1.0.31 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/libreddit/1.0.31/README.md b/stable/libreddit/1.0.31/README.md new file mode 100644 index 00000000000..a5f28264b57 --- /dev/null +++ b/stable/libreddit/1.0.31/README.md @@ -0,0 +1,107 @@ +# libreddit + +An alternative private front-end to Reddit + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [libreddit](https://truecharts.org/docs/charts/stable/libreddit) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `libreddit` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install libreddit TrueCharts/libreddit +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `libreddit` deployment + +```console +helm uninstall libreddit +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install libreddit \ + --set env.TZ="America/New York" \ + TrueCharts/libreddit +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install libreddit TrueCharts/libreddit -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/libreddit/1.0.30/app-readme.md b/stable/libreddit/1.0.31/app-readme.md similarity index 100% rename from stable/libreddit/1.0.30/app-readme.md rename to stable/libreddit/1.0.31/app-readme.md diff --git a/stable/libreddit/1.0.31/charts/common-10.7.1.tgz b/stable/libreddit/1.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/libreddit/1.0.31/charts/common-10.7.1.tgz differ diff --git a/stable/libreddit/1.0.30/ix_values.yaml b/stable/libreddit/1.0.31/ix_values.yaml similarity index 100% rename from stable/libreddit/1.0.30/ix_values.yaml rename to stable/libreddit/1.0.31/ix_values.yaml diff --git a/stable/libreddit/1.0.30/questions.yaml b/stable/libreddit/1.0.31/questions.yaml similarity index 100% rename from stable/libreddit/1.0.30/questions.yaml rename to stable/libreddit/1.0.31/questions.yaml diff --git a/stable/minetest/1.0.37/templates/common.yaml b/stable/libreddit/1.0.31/templates/common.yaml similarity index 100% rename from stable/minetest/1.0.37/templates/common.yaml rename to stable/libreddit/1.0.31/templates/common.yaml diff --git a/stable/minecraft-java/1.0.65/values.yaml b/stable/libreddit/1.0.31/values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/values.yaml rename to stable/libreddit/1.0.31/values.yaml diff --git a/stable/libreoffice/2.0.35/CHANGELOG.md b/stable/libreoffice/2.0.35/CHANGELOG.md deleted file mode 100644 index 838e92534de..00000000000 --- a/stable/libreoffice/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [libreoffice-2.0.35](https://github.com/truecharts/charts/compare/libreoffice-2.0.34...libreoffice-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [libreoffice-2.0.34](https://github.com/truecharts/charts/compare/libreoffice-2.0.33...libreoffice-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [libreoffice-2.0.34](https://github.com/truecharts/charts/compare/libreoffice-2.0.33...libreoffice-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [libreoffice-2.0.33](https://github.com/truecharts/charts/compare/libreoffice-2.0.32...libreoffice-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [libreoffice-2.0.32](https://github.com/truecharts/charts/compare/libreoffice-2.0.31...libreoffice-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [libreoffice-2.0.31](https://github.com/truecharts/charts/compare/libreoffice-2.0.30...libreoffice-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [libreoffice-2.0.30](https://github.com/truecharts/charts/compare/libreoffice-2.0.29...libreoffice-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [libreoffice-2.0.30](https://github.com/truecharts/charts/compare/libreoffice-2.0.29...libreoffice-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/libreoffice/2.0.35/Chart.lock b/stable/libreoffice/2.0.35/Chart.lock deleted file mode 100644 index bef7aadc125..00000000000 --- a/stable/libreoffice/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:37:15.456005994Z" diff --git a/stable/libreoffice/2.0.35/Chart.yaml b/stable/libreoffice/2.0.35/Chart.yaml deleted file mode 100644 index 808ab5c2f34..00000000000 --- a/stable/libreoffice/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: libreoffice -version: 2.0.35 -appVersion: "7.2.2" -description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/libreoffice -icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreoffice.png -keywords: - - libreoffice -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/libreoffice - - https://hub.docker.com/r/linuxserver/libreoffice -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/libreoffice/2.0.35/README.md b/stable/libreoffice/2.0.35/README.md deleted file mode 100644 index b8c52db336e..00000000000 --- a/stable/libreoffice/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# libreoffice - -LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [libreoffice](https://truecharts.org/docs/charts/stable/libreoffice) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `libreoffice` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install libreoffice TrueCharts/libreoffice -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `libreoffice` deployment - -```console -helm uninstall libreoffice -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install libreoffice \ - --set env.TZ="America/New York" \ - TrueCharts/libreoffice -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install libreoffice TrueCharts/libreoffice -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/libreoffice/2.0.35/charts/common-10.7.0.tgz b/stable/libreoffice/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/libreoffice/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/libreoffice/2.0.36/CHANGELOG.md b/stable/libreoffice/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..c2529133b8c --- /dev/null +++ b/stable/libreoffice/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [libreoffice-2.0.36](https://github.com/truecharts/charts/compare/libreoffice-2.0.35...libreoffice-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [libreoffice-2.0.35](https://github.com/truecharts/charts/compare/libreoffice-2.0.34...libreoffice-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [libreoffice-2.0.34](https://github.com/truecharts/charts/compare/libreoffice-2.0.33...libreoffice-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [libreoffice-2.0.34](https://github.com/truecharts/charts/compare/libreoffice-2.0.33...libreoffice-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [libreoffice-2.0.33](https://github.com/truecharts/charts/compare/libreoffice-2.0.32...libreoffice-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [libreoffice-2.0.32](https://github.com/truecharts/charts/compare/libreoffice-2.0.31...libreoffice-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [libreoffice-2.0.31](https://github.com/truecharts/charts/compare/libreoffice-2.0.30...libreoffice-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [libreoffice-2.0.30](https://github.com/truecharts/charts/compare/libreoffice-2.0.29...libreoffice-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/libreoffice/2.0.36/Chart.lock b/stable/libreoffice/2.0.36/Chart.lock new file mode 100644 index 00000000000..fb66edb4065 --- /dev/null +++ b/stable/libreoffice/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:22:35.654744847Z" diff --git a/stable/libreoffice/2.0.36/Chart.yaml b/stable/libreoffice/2.0.36/Chart.yaml new file mode 100644 index 00000000000..6e30b463629 --- /dev/null +++ b/stable/libreoffice/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: libreoffice +version: 2.0.36 +appVersion: "7.2.2" +description: LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/libreoffice +icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreoffice.png +keywords: + - libreoffice +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/libreoffice + - https://hub.docker.com/r/linuxserver/libreoffice +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/libreoffice/2.0.36/README.md b/stable/libreoffice/2.0.36/README.md new file mode 100644 index 00000000000..08aeafabccc --- /dev/null +++ b/stable/libreoffice/2.0.36/README.md @@ -0,0 +1,106 @@ +# libreoffice + +LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [libreoffice](https://truecharts.org/docs/charts/stable/libreoffice) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `libreoffice` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install libreoffice TrueCharts/libreoffice +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `libreoffice` deployment + +```console +helm uninstall libreoffice +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install libreoffice \ + --set env.TZ="America/New York" \ + TrueCharts/libreoffice +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install libreoffice TrueCharts/libreoffice -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/libreoffice/2.0.35/app-readme.md b/stable/libreoffice/2.0.36/app-readme.md similarity index 100% rename from stable/libreoffice/2.0.35/app-readme.md rename to stable/libreoffice/2.0.36/app-readme.md diff --git a/stable/libreoffice/2.0.36/charts/common-10.7.1.tgz b/stable/libreoffice/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/libreoffice/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/libreoffice/2.0.35/ix_values.yaml b/stable/libreoffice/2.0.36/ix_values.yaml similarity index 100% rename from stable/libreoffice/2.0.35/ix_values.yaml rename to stable/libreoffice/2.0.36/ix_values.yaml diff --git a/stable/libreoffice/2.0.35/questions.yaml b/stable/libreoffice/2.0.36/questions.yaml similarity index 100% rename from stable/libreoffice/2.0.35/questions.yaml rename to stable/libreoffice/2.0.36/questions.yaml diff --git a/stable/miniflux/7.0.46/templates/common.yaml b/stable/libreoffice/2.0.36/templates/common.yaml similarity index 100% rename from stable/miniflux/7.0.46/templates/common.yaml rename to stable/libreoffice/2.0.36/templates/common.yaml diff --git a/stable/minetest/1.0.37/values.yaml b/stable/libreoffice/2.0.36/values.yaml similarity index 100% rename from stable/minetest/1.0.37/values.yaml rename to stable/libreoffice/2.0.36/values.yaml diff --git a/stable/librephotos/4.0.45/CHANGELOG.md b/stable/librephotos/4.0.45/CHANGELOG.md deleted file mode 100644 index aa535cb1815..00000000000 --- a/stable/librephotos/4.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [librephotos-4.0.45](https://github.com/truecharts/charts/compare/librephotos-4.0.44...librephotos-4.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [librephotos-4.0.44](https://github.com/truecharts/charts/compare/librephotos-4.0.43...librephotos-4.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [librephotos-4.0.44](https://github.com/truecharts/charts/compare/librephotos-4.0.43...librephotos-4.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [librephotos-4.0.43](https://github.com/truecharts/charts/compare/librephotos-4.0.42...librephotos-4.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [librephotos-4.0.41](https://github.com/truecharts/charts/compare/librephotos-4.0.40...librephotos-4.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [librephotos-4.0.40](https://github.com/truecharts/charts/compare/librephotos-4.0.39...librephotos-4.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [librephotos-4.0.39](https://github.com/truecharts/charts/compare/librephotos-4.0.38...librephotos-4.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [librephotos-4.0.39](https://github.com/truecharts/charts/compare/librephotos-4.0.38...librephotos-4.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/librephotos/4.0.45/Chart.lock b/stable/librephotos/4.0.45/Chart.lock deleted file mode 100644 index c61fc067c73..00000000000 --- a/stable/librephotos/4.0.45/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:37:42.834402624Z" diff --git a/stable/librephotos/4.0.45/Chart.yaml b/stable/librephotos/4.0.45/Chart.yaml deleted file mode 100644 index a6e8eb8e4eb..00000000000 --- a/stable/librephotos/4.0.45/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "2022w6" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: "A self-hosted open source photo management service." -home: https://truecharts.org/docs/charts/stable/librephotos -icon: https://truecharts.org/img/hotlink-ok/chart-icons/librephotos.png -keywords: - - photos - - gallery -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: librephotos -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/librephotos - - https://github.com/LibrePhotos/librephotos - - https://hub.docker.com/r/reallibrephotos/librephotos -version: 4.0.45 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/librephotos/4.0.45/README.md b/stable/librephotos/4.0.45/README.md deleted file mode 100644 index b0bf698b733..00000000000 --- a/stable/librephotos/4.0.45/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# librephotos - -A self-hosted open source photo management service. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [librephotos](https://truecharts.org/docs/charts/stable/librephotos) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `librephotos` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install librephotos TrueCharts/librephotos -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `librephotos` deployment - -```console -helm uninstall librephotos -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install librephotos \ - --set env.TZ="America/New York" \ - TrueCharts/librephotos -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install librephotos TrueCharts/librephotos -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/librephotos/4.0.45/charts/common-10.7.0.tgz b/stable/librephotos/4.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/librephotos/4.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/librephotos/4.0.45/charts/postgresql-8.0.97.tgz b/stable/librephotos/4.0.45/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/librephotos/4.0.45/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/librephotos/4.0.45/charts/redis-3.0.94.tgz b/stable/librephotos/4.0.45/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/librephotos/4.0.45/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/librephotos/4.0.46/CHANGELOG.md b/stable/librephotos/4.0.46/CHANGELOG.md new file mode 100644 index 00000000000..fe481789413 --- /dev/null +++ b/stable/librephotos/4.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [librephotos-4.0.46](https://github.com/truecharts/charts/compare/librephotos-4.0.45...librephotos-4.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [librephotos-4.0.45](https://github.com/truecharts/charts/compare/librephotos-4.0.44...librephotos-4.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [librephotos-4.0.44](https://github.com/truecharts/charts/compare/librephotos-4.0.43...librephotos-4.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [librephotos-4.0.44](https://github.com/truecharts/charts/compare/librephotos-4.0.43...librephotos-4.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [librephotos-4.0.43](https://github.com/truecharts/charts/compare/librephotos-4.0.42...librephotos-4.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [librephotos-4.0.41](https://github.com/truecharts/charts/compare/librephotos-4.0.40...librephotos-4.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [librephotos-4.0.40](https://github.com/truecharts/charts/compare/librephotos-4.0.39...librephotos-4.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [librephotos-4.0.39](https://github.com/truecharts/charts/compare/librephotos-4.0.38...librephotos-4.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/librephotos/4.0.46/Chart.lock b/stable/librephotos/4.0.46/Chart.lock new file mode 100644 index 00000000000..54704ed1f9c --- /dev/null +++ b/stable/librephotos/4.0.46/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:23:00.848669596Z" diff --git a/stable/librephotos/4.0.46/Chart.yaml b/stable/librephotos/4.0.46/Chart.yaml new file mode 100644 index 00000000000..cf61bd24cf8 --- /dev/null +++ b/stable/librephotos/4.0.46/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "2022w6" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: "A self-hosted open source photo management service." +home: https://truecharts.org/docs/charts/stable/librephotos +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librephotos.png +keywords: + - photos + - gallery +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: librephotos +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/librephotos + - https://github.com/LibrePhotos/librephotos + - https://hub.docker.com/r/reallibrephotos/librephotos +version: 4.0.46 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/librephotos/4.0.46/README.md b/stable/librephotos/4.0.46/README.md new file mode 100644 index 00000000000..41c1d49ff41 --- /dev/null +++ b/stable/librephotos/4.0.46/README.md @@ -0,0 +1,109 @@ +# librephotos + +A self-hosted open source photo management service. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [librephotos](https://truecharts.org/docs/charts/stable/librephotos) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `librephotos` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install librephotos TrueCharts/librephotos +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `librephotos` deployment + +```console +helm uninstall librephotos +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install librephotos \ + --set env.TZ="America/New York" \ + TrueCharts/librephotos +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install librephotos TrueCharts/librephotos -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/librephotos/4.0.45/app-readme.md b/stable/librephotos/4.0.46/app-readme.md similarity index 100% rename from stable/librephotos/4.0.45/app-readme.md rename to stable/librephotos/4.0.46/app-readme.md diff --git a/stable/librephotos/4.0.46/charts/common-10.7.1.tgz b/stable/librephotos/4.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/librephotos/4.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/librephotos/4.0.46/charts/postgresql-8.0.101.tgz b/stable/librephotos/4.0.46/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/librephotos/4.0.46/charts/postgresql-8.0.101.tgz differ diff --git a/stable/librephotos/4.0.46/charts/redis-3.0.97.tgz b/stable/librephotos/4.0.46/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/librephotos/4.0.46/charts/redis-3.0.97.tgz differ diff --git a/stable/librephotos/4.0.45/ix_values.yaml b/stable/librephotos/4.0.46/ix_values.yaml similarity index 100% rename from stable/librephotos/4.0.45/ix_values.yaml rename to stable/librephotos/4.0.46/ix_values.yaml diff --git a/stable/librephotos/4.0.45/questions.yaml b/stable/librephotos/4.0.46/questions.yaml similarity index 100% rename from stable/librephotos/4.0.45/questions.yaml rename to stable/librephotos/4.0.46/questions.yaml diff --git a/stable/librephotos/4.0.45/templates/_secrets.tpl b/stable/librephotos/4.0.46/templates/_secrets.tpl similarity index 100% rename from stable/librephotos/4.0.45/templates/_secrets.tpl rename to stable/librephotos/4.0.46/templates/_secrets.tpl diff --git a/stable/librephotos/4.0.45/templates/common.yaml b/stable/librephotos/4.0.46/templates/common.yaml similarity index 100% rename from stable/librephotos/4.0.45/templates/common.yaml rename to stable/librephotos/4.0.46/templates/common.yaml diff --git a/stable/miniflux/7.0.46/values.yaml b/stable/librephotos/4.0.46/values.yaml similarity index 100% rename from stable/miniflux/7.0.46/values.yaml rename to stable/librephotos/4.0.46/values.yaml diff --git a/stable/librespeed/6.0.36/CHANGELOG.md b/stable/librespeed/6.0.36/CHANGELOG.md deleted file mode 100644 index de931471504..00000000000 --- a/stable/librespeed/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [librespeed-6.0.36](https://github.com/truecharts/charts/compare/librespeed-6.0.35...librespeed-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [librespeed-6.0.35](https://github.com/truecharts/charts/compare/librespeed-6.0.34...librespeed-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [librespeed-6.0.35](https://github.com/truecharts/charts/compare/librespeed-6.0.34...librespeed-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [librespeed-6.0.34](https://github.com/truecharts/charts/compare/librespeed-6.0.33...librespeed-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [librespeed-6.0.33](https://github.com/truecharts/charts/compare/librespeed-6.0.32...librespeed-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [librespeed-6.0.32](https://github.com/truecharts/charts/compare/librespeed-6.0.31...librespeed-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [librespeed-6.0.31](https://github.com/truecharts/charts/compare/librespeed-6.0.30...librespeed-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [librespeed-6.0.31](https://github.com/truecharts/charts/compare/librespeed-6.0.30...librespeed-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/librespeed/6.0.36/Chart.lock b/stable/librespeed/6.0.36/Chart.lock deleted file mode 100644 index 5ea9862f66c..00000000000 --- a/stable/librespeed/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:37:36.872403009Z" diff --git a/stable/librespeed/6.0.36/Chart.yaml b/stable/librespeed/6.0.36/Chart.yaml deleted file mode 100644 index 2dd0e88965b..00000000000 --- a/stable/librespeed/6.0.36/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "5.2.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Librespeed is a HTML5 webpage to test upload and download speeds -home: https://truecharts.org/docs/charts/stable/librespeed -icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png -keywords: - - librespeed - - speedtest -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: librespeed -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed - - https://github.com/librespeed/speedtest - - https://hub.docker.com/r/linuxserver/librespeed -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/librespeed/6.0.36/README.md b/stable/librespeed/6.0.36/README.md deleted file mode 100644 index da1b863a935..00000000000 --- a/stable/librespeed/6.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# librespeed - -Librespeed is a HTML5 webpage to test upload and download speeds - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [librespeed](https://truecharts.org/docs/charts/stable/librespeed) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `librespeed` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install librespeed TrueCharts/librespeed -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `librespeed` deployment - -```console -helm uninstall librespeed -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install librespeed \ - --set env.TZ="America/New York" \ - TrueCharts/librespeed -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install librespeed TrueCharts/librespeed -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/librespeed/6.0.36/charts/common-10.7.0.tgz b/stable/librespeed/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/librespeed/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/librespeed/6.0.37/CHANGELOG.md b/stable/librespeed/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..17625d6e65f --- /dev/null +++ b/stable/librespeed/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [librespeed-6.0.37](https://github.com/truecharts/charts/compare/librespeed-6.0.36...librespeed-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [librespeed-6.0.36](https://github.com/truecharts/charts/compare/librespeed-6.0.35...librespeed-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [librespeed-6.0.35](https://github.com/truecharts/charts/compare/librespeed-6.0.34...librespeed-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [librespeed-6.0.35](https://github.com/truecharts/charts/compare/librespeed-6.0.34...librespeed-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [librespeed-6.0.34](https://github.com/truecharts/charts/compare/librespeed-6.0.33...librespeed-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [librespeed-6.0.33](https://github.com/truecharts/charts/compare/librespeed-6.0.32...librespeed-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [librespeed-6.0.32](https://github.com/truecharts/charts/compare/librespeed-6.0.31...librespeed-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [librespeed-6.0.31](https://github.com/truecharts/charts/compare/librespeed-6.0.30...librespeed-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/librespeed/6.0.37/Chart.lock b/stable/librespeed/6.0.37/Chart.lock new file mode 100644 index 00000000000..ebccb78d4c5 --- /dev/null +++ b/stable/librespeed/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:22:57.098340477Z" diff --git a/stable/librespeed/6.0.37/Chart.yaml b/stable/librespeed/6.0.37/Chart.yaml new file mode 100644 index 00000000000..59f414a48af --- /dev/null +++ b/stable/librespeed/6.0.37/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "5.2.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Librespeed is a HTML5 webpage to test upload and download speeds +home: https://truecharts.org/docs/charts/stable/librespeed +icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png +keywords: + - librespeed + - speedtest +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: librespeed +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/librespeed + - https://github.com/librespeed/speedtest + - https://hub.docker.com/r/linuxserver/librespeed +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/librespeed/6.0.37/README.md b/stable/librespeed/6.0.37/README.md new file mode 100644 index 00000000000..c1a3c51d284 --- /dev/null +++ b/stable/librespeed/6.0.37/README.md @@ -0,0 +1,107 @@ +# librespeed + +Librespeed is a HTML5 webpage to test upload and download speeds + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [librespeed](https://truecharts.org/docs/charts/stable/librespeed) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `librespeed` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install librespeed TrueCharts/librespeed +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `librespeed` deployment + +```console +helm uninstall librespeed +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install librespeed \ + --set env.TZ="America/New York" \ + TrueCharts/librespeed +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install librespeed TrueCharts/librespeed -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/librespeed/6.0.36/app-readme.md b/stable/librespeed/6.0.37/app-readme.md similarity index 100% rename from stable/librespeed/6.0.36/app-readme.md rename to stable/librespeed/6.0.37/app-readme.md diff --git a/stable/librespeed/6.0.37/charts/common-10.7.1.tgz b/stable/librespeed/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/librespeed/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/librespeed/6.0.36/ci/ct-values.yaml b/stable/librespeed/6.0.37/ci/ct-values.yaml similarity index 100% rename from stable/librespeed/6.0.36/ci/ct-values.yaml rename to stable/librespeed/6.0.37/ci/ct-values.yaml diff --git a/stable/librespeed/6.0.36/ix_values.yaml b/stable/librespeed/6.0.37/ix_values.yaml similarity index 100% rename from stable/librespeed/6.0.36/ix_values.yaml rename to stable/librespeed/6.0.37/ix_values.yaml diff --git a/stable/librespeed/6.0.36/questions.yaml b/stable/librespeed/6.0.37/questions.yaml similarity index 100% rename from stable/librespeed/6.0.36/questions.yaml rename to stable/librespeed/6.0.37/questions.yaml diff --git a/stable/minio-console/3.0.48/templates/common.yaml b/stable/librespeed/6.0.37/templates/common.yaml similarity index 100% rename from stable/minio-console/3.0.48/templates/common.yaml rename to stable/librespeed/6.0.37/templates/common.yaml diff --git a/stable/minio-console/3.0.48/values.yaml b/stable/librespeed/6.0.37/values.yaml similarity index 100% rename from stable/minio-console/3.0.48/values.yaml rename to stable/librespeed/6.0.37/values.yaml diff --git a/stable/lidarr/11.0.37/CHANGELOG.md b/stable/lidarr/11.0.37/CHANGELOG.md new file mode 100644 index 00000000000..1a014e22b1a --- /dev/null +++ b/stable/lidarr/11.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lidarr-11.0.37](https://github.com/truecharts/charts/compare/lidarr-11.0.36...lidarr-11.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lidarr-11.0.36](https://github.com/truecharts/charts/compare/lidarr-11.0.35...lidarr-11.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lidarr-11.0.35](https://github.com/truecharts/charts/compare/lidarr-11.0.34...lidarr-11.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lidarr-11.0.35](https://github.com/truecharts/charts/compare/lidarr-11.0.34...lidarr-11.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lidarr-11.0.34](https://github.com/truecharts/charts/compare/lidarr-11.0.33...lidarr-11.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lidarr-11.0.33](https://github.com/truecharts/charts/compare/lidarr-11.0.32...lidarr-11.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lidarr-11.0.32](https://github.com/truecharts/charts/compare/lidarr-11.0.31...lidarr-11.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lidarr-11.0.31](https://github.com/truecharts/charts/compare/lidarr-11.0.30...lidarr-11.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [lidarr-11.0.30](https://github.com/truecharts/charts/compare/lidarr-11.0.29...lidarr-11.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/lidarr/11.0.37/Chart.lock b/stable/lidarr/11.0.37/Chart.lock new file mode 100644 index 00000000000..414d2cac4f7 --- /dev/null +++ b/stable/lidarr/11.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:23:07.053333323Z" diff --git a/stable/lidarr/11.0.37/Chart.yaml b/stable/lidarr/11.0.37/Chart.yaml new file mode 100644 index 00000000000..a86feb23871 --- /dev/null +++ b/stable/lidarr/11.0.37/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.1.0.2649" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Looks and smells like Sonarr but made for music +home: https://truecharts.org/docs/charts/stable/lidarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.png +keywords: + - lidarr + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lidarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lidarr + - https://github.com/Lidarr/Lidarr +type: application +version: 11.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lidarr/11.0.37/README.md b/stable/lidarr/11.0.37/README.md new file mode 100644 index 00000000000..f3f2f89ca0c --- /dev/null +++ b/stable/lidarr/11.0.37/README.md @@ -0,0 +1,106 @@ +# lidarr + +Looks and smells like Sonarr but made for music + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lidarr](https://truecharts.org/docs/charts/stable/lidarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lidarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lidarr TrueCharts/lidarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lidarr` deployment + +```console +helm uninstall lidarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lidarr \ + --set env.TZ="America/New York" \ + TrueCharts/lidarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lidarr TrueCharts/lidarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lidarr/11.0.37/app-readme.md b/stable/lidarr/11.0.37/app-readme.md new file mode 100644 index 00000000000..87206e31f8a --- /dev/null +++ b/stable/lidarr/11.0.37/app-readme.md @@ -0,0 +1,8 @@ +Looks and smells like Sonarr but made for music + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/lidarr](https://truecharts.org/docs/charts/stable/lidarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/lidarr/11.0.37/charts/common-10.7.1.tgz b/stable/lidarr/11.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lidarr/11.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/lidarr/11.0.37/ix_values.yaml b/stable/lidarr/11.0.37/ix_values.yaml new file mode 100644 index 00000000000..3b0721fec92 --- /dev/null +++ b/stable/lidarr/11.0.37/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: tccr.io/truecharts/lidarr + pullPolicy: IfNotPresent + tag: 1.1.0.2649@sha256:a4851a1034f4311bb445cc576898adc90568538506e41506ef28c6fe40cd4ec3 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 8686 + targetPort: 8686 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/lidarr/11.0.37/questions.yaml b/stable/lidarr/11.0.37/questions.yaml new file mode 100644 index 00000000000..1393114f51e --- /dev/null +++ b/stable/lidarr/11.0.37/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8686 + 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 + hidden: true + 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: 8686 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/minio/3.0.65/templates/common.yaml b/stable/lidarr/11.0.37/templates/common.yaml similarity index 100% rename from stable/minio/3.0.65/templates/common.yaml rename to stable/lidarr/11.0.37/templates/common.yaml diff --git a/stable/minio/3.0.65/values.yaml b/stable/lidarr/11.0.37/values.yaml similarity index 100% rename from stable/minio/3.0.65/values.yaml rename to stable/lidarr/11.0.37/values.yaml diff --git a/stable/linkace/4.0.53/CHANGELOG.md b/stable/linkace/4.0.53/CHANGELOG.md deleted file mode 100644 index d6b6be0e09a..00000000000 --- a/stable/linkace/4.0.53/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [linkace-4.0.53](https://github.com/truecharts/charts/compare/linkace-4.0.52...linkace-4.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [linkace-4.0.52](https://github.com/truecharts/charts/compare/linkace-4.0.51...linkace-4.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkace-4.0.52](https://github.com/truecharts/charts/compare/linkace-4.0.51...linkace-4.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkace-4.0.51](https://github.com/truecharts/charts/compare/linkace-4.0.50...linkace-4.0.51) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [linkace-4.0.49](https://github.com/truecharts/charts/compare/linkace-4.0.48...linkace-4.0.49) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [linkace-4.0.48](https://github.com/truecharts/charts/compare/linkace-4.0.47...linkace-4.0.48) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [linkace-4.0.47](https://github.com/truecharts/charts/compare/linkace-4.0.46...linkace-4.0.47) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Fixed wrong value for local backups ([#3891](https://github.com/truecharts/charts/issues/3891)) - - - - -## [linkace-4.0.46](https://github.com/truecharts/charts/compare/linkace-4.0.45...linkace-4.0.46) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/stable/linkace/4.0.53/Chart.lock b/stable/linkace/4.0.53/Chart.lock deleted file mode 100644 index 83ef182844d..00000000000 --- a/stable/linkace/4.0.53/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:5f88786c72b076ad7c23b64872322107d2110b3a52c675241d822a4a35a3f402 -generated: "2022-10-12T16:38:14.584268022Z" diff --git a/stable/linkace/4.0.53/Chart.yaml b/stable/linkace/4.0.53/Chart.yaml deleted file mode 100644 index 4d0aea7644f..00000000000 --- a/stable/linkace/4.0.53/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "1.10.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Your self-hosted bookmark archive. Free and open source. -home: https://truecharts.org/docs/charts/stable/linkace -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png -keywords: - - linkace -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: linkace -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/linkace - - https://www.linkace.org/docs/ - - https://github.com/linkace/linkace - - https://hub.docker.com/r/linkace/linkace -version: 4.0.53 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/linkace/4.0.53/README.md b/stable/linkace/4.0.53/README.md deleted file mode 100644 index 47225d8003e..00000000000 --- a/stable/linkace/4.0.53/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# linkace - -Your self-hosted bookmark archive. Free and open source. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [linkace](https://truecharts.org/docs/charts/stable/linkace) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `linkace` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install linkace TrueCharts/linkace -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `linkace` deployment - -```console -helm uninstall linkace -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install linkace \ - --set env.TZ="America/New York" \ - TrueCharts/linkace -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install linkace TrueCharts/linkace -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/linkace/4.0.53/charts/common-10.7.0.tgz b/stable/linkace/4.0.53/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/linkace/4.0.53/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/linkace/4.0.53/charts/mariadb-3.0.92.tgz b/stable/linkace/4.0.53/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/linkace/4.0.53/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/linkace/4.0.53/charts/redis-3.0.94.tgz b/stable/linkace/4.0.53/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/linkace/4.0.53/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/linkace/4.0.54/CHANGELOG.md b/stable/linkace/4.0.54/CHANGELOG.md new file mode 100644 index 00000000000..81431751a6a --- /dev/null +++ b/stable/linkace/4.0.54/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [linkace-4.0.54](https://github.com/truecharts/charts/compare/linkace-4.0.53...linkace-4.0.54) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [linkace-4.0.53](https://github.com/truecharts/charts/compare/linkace-4.0.52...linkace-4.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [linkace-4.0.52](https://github.com/truecharts/charts/compare/linkace-4.0.51...linkace-4.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkace-4.0.52](https://github.com/truecharts/charts/compare/linkace-4.0.51...linkace-4.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkace-4.0.51](https://github.com/truecharts/charts/compare/linkace-4.0.50...linkace-4.0.51) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [linkace-4.0.49](https://github.com/truecharts/charts/compare/linkace-4.0.48...linkace-4.0.49) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [linkace-4.0.48](https://github.com/truecharts/charts/compare/linkace-4.0.47...linkace-4.0.48) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [linkace-4.0.47](https://github.com/truecharts/charts/compare/linkace-4.0.46...linkace-4.0.47) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- Fixed wrong value for local backups ([#3891](https://github.com/truecharts/charts/issues/3891)) + + + + +## [linkace-4.0.46](https://github.com/truecharts/charts/compare/linkace-4.0.45...linkace-4.0.46) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/linkace/4.0.54/Chart.lock b/stable/linkace/4.0.54/Chart.lock new file mode 100644 index 00000000000..b2fee3e2be1 --- /dev/null +++ b/stable/linkace/4.0.54/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:d21b7fbdd54c812cf4fd7ca235065acef9b198173e4f12652de14da15d4aa713 +generated: "2022-10-19T13:23:32.422094993Z" diff --git a/stable/linkace/4.0.54/Chart.yaml b/stable/linkace/4.0.54/Chart.yaml new file mode 100644 index 00000000000..11847864d58 --- /dev/null +++ b/stable/linkace/4.0.54/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "1.10.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Your self-hosted bookmark archive. Free and open source. +home: https://truecharts.org/docs/charts/stable/linkace +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkace.png +keywords: + - linkace +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: linkace +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/linkace + - https://www.linkace.org/docs/ + - https://github.com/linkace/linkace + - https://hub.docker.com/r/linkace/linkace +version: 4.0.54 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/linkace/4.0.54/README.md b/stable/linkace/4.0.54/README.md new file mode 100644 index 00000000000..605c819e144 --- /dev/null +++ b/stable/linkace/4.0.54/README.md @@ -0,0 +1,110 @@ +# linkace + +Your self-hosted bookmark archive. Free and open source. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [linkace](https://truecharts.org/docs/charts/stable/linkace) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `linkace` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install linkace TrueCharts/linkace +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `linkace` deployment + +```console +helm uninstall linkace +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install linkace \ + --set env.TZ="America/New York" \ + TrueCharts/linkace +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install linkace TrueCharts/linkace -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/linkace/4.0.53/app-readme.md b/stable/linkace/4.0.54/app-readme.md similarity index 100% rename from stable/linkace/4.0.53/app-readme.md rename to stable/linkace/4.0.54/app-readme.md diff --git a/stable/linkace/4.0.54/charts/common-10.7.1.tgz b/stable/linkace/4.0.54/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/linkace/4.0.54/charts/common-10.7.1.tgz differ diff --git a/stable/linkace/4.0.54/charts/mariadb-3.0.95.tgz b/stable/linkace/4.0.54/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/linkace/4.0.54/charts/mariadb-3.0.95.tgz differ diff --git a/stable/linkace/4.0.54/charts/redis-3.0.97.tgz b/stable/linkace/4.0.54/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/linkace/4.0.54/charts/redis-3.0.97.tgz differ diff --git a/stable/linkace/4.0.53/ix_values.yaml b/stable/linkace/4.0.54/ix_values.yaml similarity index 100% rename from stable/linkace/4.0.53/ix_values.yaml rename to stable/linkace/4.0.54/ix_values.yaml diff --git a/stable/linkace/4.0.53/questions.yaml b/stable/linkace/4.0.54/questions.yaml similarity index 100% rename from stable/linkace/4.0.53/questions.yaml rename to stable/linkace/4.0.54/questions.yaml diff --git a/stable/linkace/4.0.53/templates/_cronjob.tpl b/stable/linkace/4.0.54/templates/_cronjob.tpl similarity index 100% rename from stable/linkace/4.0.53/templates/_cronjob.tpl rename to stable/linkace/4.0.54/templates/_cronjob.tpl diff --git a/stable/linkace/4.0.53/templates/_secrets.tpl b/stable/linkace/4.0.54/templates/_secrets.tpl similarity index 100% rename from stable/linkace/4.0.53/templates/_secrets.tpl rename to stable/linkace/4.0.54/templates/_secrets.tpl diff --git a/stable/linkace/4.0.53/templates/common.yaml b/stable/linkace/4.0.54/templates/common.yaml similarity index 100% rename from stable/linkace/4.0.53/templates/common.yaml rename to stable/linkace/4.0.54/templates/common.yaml diff --git a/stable/minisatip/2.0.35/values.yaml b/stable/linkace/4.0.54/values.yaml similarity index 100% rename from stable/minisatip/2.0.35/values.yaml rename to stable/linkace/4.0.54/values.yaml diff --git a/stable/linkding/2.0.41/CHANGELOG.md b/stable/linkding/2.0.41/CHANGELOG.md deleted file mode 100644 index 19db0cced0a..00000000000 --- a/stable/linkding/2.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [linkding-2.0.41](https://github.com/truecharts/charts/compare/linkding-2.0.40...linkding-2.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [linkding-2.0.40](https://github.com/truecharts/charts/compare/linkding-2.0.39...linkding-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkding-2.0.40](https://github.com/truecharts/charts/compare/linkding-2.0.39...linkding-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [linkding-2.0.39](https://github.com/truecharts/charts/compare/linkding-2.0.38...linkding-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [linkding-2.0.38](https://github.com/truecharts/charts/compare/linkding-2.0.37...linkding-2.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [linkding-2.0.37](https://github.com/truecharts/charts/compare/linkding-2.0.36...linkding-2.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [linkding-2.0.36](https://github.com/truecharts/charts/compare/linkding-2.0.35...linkding-2.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [linkding-2.0.35](https://github.com/truecharts/charts/compare/linkding-2.0.34...linkding-2.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/linkding/2.0.41/Chart.lock b/stable/linkding/2.0.41/Chart.lock deleted file mode 100644 index 28e38427f2f..00000000000 --- a/stable/linkding/2.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:38:06.233487759Z" diff --git a/stable/linkding/2.0.41/Chart.yaml b/stable/linkding/2.0.41/Chart.yaml deleted file mode 100644 index c7379d8326a..00000000000 --- a/stable/linkding/2.0.41/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.15.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. -home: https://truecharts.org/docs/charts/stable/linkding -icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png -keywords: - - bookmarks - - links -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: linkding -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/linkding - - https://github.com/sissbruecker/linkding - - https://hub.docker.com/r/sissbruecker/linkding -version: 2.0.41 -annotations: - truecharts.org/catagories: | - - bookmarks - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/linkding/2.0.41/README.md b/stable/linkding/2.0.41/README.md deleted file mode 100644 index d6b18111dae..00000000000 --- a/stable/linkding/2.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# linkding - -Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [linkding](https://truecharts.org/docs/charts/stable/linkding) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `linkding` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install linkding TrueCharts/linkding -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `linkding` deployment - -```console -helm uninstall linkding -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install linkding \ - --set env.TZ="America/New York" \ - TrueCharts/linkding -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install linkding TrueCharts/linkding -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/linkding/2.0.41/charts/common-10.7.0.tgz b/stable/linkding/2.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/linkding/2.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/linkding/2.0.42/CHANGELOG.md b/stable/linkding/2.0.42/CHANGELOG.md new file mode 100644 index 00000000000..aa08862bddf --- /dev/null +++ b/stable/linkding/2.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [linkding-2.0.42](https://github.com/truecharts/charts/compare/linkding-2.0.41...linkding-2.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [linkding-2.0.41](https://github.com/truecharts/charts/compare/linkding-2.0.40...linkding-2.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [linkding-2.0.40](https://github.com/truecharts/charts/compare/linkding-2.0.39...linkding-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkding-2.0.40](https://github.com/truecharts/charts/compare/linkding-2.0.39...linkding-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [linkding-2.0.39](https://github.com/truecharts/charts/compare/linkding-2.0.38...linkding-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [linkding-2.0.38](https://github.com/truecharts/charts/compare/linkding-2.0.37...linkding-2.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [linkding-2.0.37](https://github.com/truecharts/charts/compare/linkding-2.0.36...linkding-2.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [linkding-2.0.36](https://github.com/truecharts/charts/compare/linkding-2.0.35...linkding-2.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [linkding-2.0.35](https://github.com/truecharts/charts/compare/linkding-2.0.34...linkding-2.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/linkding/2.0.42/Chart.lock b/stable/linkding/2.0.42/Chart.lock new file mode 100644 index 00000000000..9072081098a --- /dev/null +++ b/stable/linkding/2.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:23:29.022400779Z" diff --git a/stable/linkding/2.0.42/Chart.yaml b/stable/linkding/2.0.42/Chart.yaml new file mode 100644 index 00000000000..8d654be315d --- /dev/null +++ b/stable/linkding/2.0.42/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.15.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. +home: https://truecharts.org/docs/charts/stable/linkding +icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.png +keywords: + - bookmarks + - links +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: linkding +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/linkding + - https://github.com/sissbruecker/linkding + - https://hub.docker.com/r/sissbruecker/linkding +version: 2.0.42 +annotations: + truecharts.org/catagories: | + - bookmarks + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/linkding/2.0.42/README.md b/stable/linkding/2.0.42/README.md new file mode 100644 index 00000000000..bfb5cd0d68f --- /dev/null +++ b/stable/linkding/2.0.42/README.md @@ -0,0 +1,107 @@ +# linkding + +Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [linkding](https://truecharts.org/docs/charts/stable/linkding) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `linkding` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install linkding TrueCharts/linkding +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `linkding` deployment + +```console +helm uninstall linkding +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install linkding \ + --set env.TZ="America/New York" \ + TrueCharts/linkding +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install linkding TrueCharts/linkding -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/linkding/2.0.41/app-readme.md b/stable/linkding/2.0.42/app-readme.md similarity index 100% rename from stable/linkding/2.0.41/app-readme.md rename to stable/linkding/2.0.42/app-readme.md diff --git a/stable/linkding/2.0.42/charts/common-10.7.1.tgz b/stable/linkding/2.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/linkding/2.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/linkding/2.0.41/ix_values.yaml b/stable/linkding/2.0.42/ix_values.yaml similarity index 100% rename from stable/linkding/2.0.41/ix_values.yaml rename to stable/linkding/2.0.42/ix_values.yaml diff --git a/stable/linkding/2.0.41/questions.yaml b/stable/linkding/2.0.42/questions.yaml similarity index 100% rename from stable/linkding/2.0.41/questions.yaml rename to stable/linkding/2.0.42/questions.yaml diff --git a/stable/minisatip/2.0.35/templates/common.yaml b/stable/linkding/2.0.42/templates/common.yaml similarity index 100% rename from stable/minisatip/2.0.35/templates/common.yaml rename to stable/linkding/2.0.42/templates/common.yaml diff --git a/stable/mkvcleaver/1.0.15/values.yaml b/stable/linkding/2.0.42/values.yaml similarity index 100% rename from stable/mkvcleaver/1.0.15/values.yaml rename to stable/linkding/2.0.42/values.yaml diff --git a/stable/littlelink/6.0.74/CHANGELOG.md b/stable/littlelink/6.0.74/CHANGELOG.md deleted file mode 100644 index d3329947ab3..00000000000 --- a/stable/littlelink/6.0.74/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [littlelink-6.0.74](https://github.com/truecharts/charts/compare/littlelink-6.0.73...littlelink-6.0.74) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [littlelink-6.0.73](https://github.com/truecharts/charts/compare/littlelink-6.0.72...littlelink-6.0.73) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [littlelink-6.0.72](https://github.com/truecharts/charts/compare/littlelink-6.0.71...littlelink-6.0.72) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [littlelink-6.0.72](https://github.com/truecharts/charts/compare/littlelink-6.0.71...littlelink-6.0.72) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [littlelink-6.0.71](https://github.com/truecharts/charts/compare/littlelink-6.0.70...littlelink-6.0.71) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [littlelink-6.0.70](https://github.com/truecharts/charts/compare/littlelink-6.0.69...littlelink-6.0.70) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [littlelink-6.0.69](https://github.com/truecharts/charts/compare/littlelink-6.0.68...littlelink-6.0.69) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [littlelink-6.0.68](https://github.com/truecharts/charts/compare/littlelink-6.0.67...littlelink-6.0.68) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [littlelink-6.0.67](https://github.com/truecharts/charts/compare/littlelink-6.0.66...littlelink-6.0.67) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [littlelink-6.0.66](https://github.com/truecharts/charts/compare/littlelink-7.0.0...littlelink-6.0.66) (2022-09-25) diff --git a/stable/littlelink/6.0.74/Chart.lock b/stable/littlelink/6.0.74/Chart.lock deleted file mode 100644 index 89588e7d874..00000000000 --- a/stable/littlelink/6.0.74/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:19:19.486264437Z" diff --git a/stable/littlelink/6.0.74/Chart.yaml b/stable/littlelink/6.0.74/Chart.yaml deleted file mode 100644 index cd0b36c4acd..00000000000 --- a/stable/littlelink/6.0.74/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Easy platform to combine all your social links -home: https://truecharts.org/docs/charts/stable/littlelink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png -keywords: - - littlelink -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: littlelink -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink - - https://github.com/techno-tim/littlelink-server - - https://github.com/sethcottle/littlelink -type: application -version: 6.0.74 -annotations: - truecharts.org/catagories: | - - social - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/littlelink/6.0.74/README.md b/stable/littlelink/6.0.74/README.md deleted file mode 100644 index 92d5a7949ae..00000000000 --- a/stable/littlelink/6.0.74/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# littlelink - -Easy platform to combine all your social links - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [littlelink](https://truecharts.org/docs/charts/stable/littlelink) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `littlelink` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install littlelink TrueCharts/littlelink -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `littlelink` deployment - -```console -helm uninstall littlelink -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install littlelink \ - --set env.TZ="America/New York" \ - TrueCharts/littlelink -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install littlelink TrueCharts/littlelink -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/littlelink/6.0.74/charts/common-10.7.0.tgz b/stable/littlelink/6.0.74/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/littlelink/6.0.74/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/littlelink/6.0.74/ix_values.yaml b/stable/littlelink/6.0.74/ix_values.yaml deleted file mode 100644 index c1fa4f8c359..00000000000 --- a/stable/littlelink/6.0.74/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: tccr.io/truecharts/littlelink-server - pullPolicy: IfNotPresent - tag: latest@sha256:3965d573d6c64dbeaf5ec20a8948eb40f296086e3c9091dfb0819b5a128ec915 - -service: - main: - ports: - main: - port: 10040 - targetPort: 3000 - -envFrom: - - configMapRef: - name: littlelinkconfig - -littlelink: - meta_title: "techno tim" - meta_description: "techno tim link page" - meta_author: "techno tim" - theme: "dark" - favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" - avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg" - avatar_alt: "techno tim profile pic" - name: "technotim" - bio: "hey! just a place where you can connect with me!" - github: "https://github.com/timothystewart6" - twitter: "https://twitter.com/technotimlive" - instagram: "https://www.instagram.com/techno.tim" - youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a" - twitch: "https://www.twitch.tv/technotim/" - discord: "https://discord.gg/djkexrj" - tiktok: "https://www.tiktok.com/@technotim" - kit: "https://kit.co/technotim" - footer: "thanks for stopping by!" - -portal: - enabled: true diff --git a/stable/littlelink/6.0.75/CHANGELOG.md b/stable/littlelink/6.0.75/CHANGELOG.md new file mode 100644 index 00000000000..7bef88b0359 --- /dev/null +++ b/stable/littlelink/6.0.75/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [littlelink-6.0.75](https://github.com/truecharts/charts/compare/littlelink-6.0.74...littlelink-6.0.75) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [littlelink-6.0.74](https://github.com/truecharts/charts/compare/littlelink-6.0.73...littlelink-6.0.74) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [littlelink-6.0.73](https://github.com/truecharts/charts/compare/littlelink-6.0.72...littlelink-6.0.73) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [littlelink-6.0.72](https://github.com/truecharts/charts/compare/littlelink-6.0.71...littlelink-6.0.72) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [littlelink-6.0.72](https://github.com/truecharts/charts/compare/littlelink-6.0.71...littlelink-6.0.72) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [littlelink-6.0.71](https://github.com/truecharts/charts/compare/littlelink-6.0.70...littlelink-6.0.71) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [littlelink-6.0.70](https://github.com/truecharts/charts/compare/littlelink-6.0.69...littlelink-6.0.70) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [littlelink-6.0.69](https://github.com/truecharts/charts/compare/littlelink-6.0.68...littlelink-6.0.69) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [littlelink-6.0.68](https://github.com/truecharts/charts/compare/littlelink-6.0.67...littlelink-6.0.68) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + diff --git a/stable/littlelink/6.0.75/Chart.lock b/stable/littlelink/6.0.75/Chart.lock new file mode 100644 index 00000000000..135e866a12a --- /dev/null +++ b/stable/littlelink/6.0.75/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:23:38.868226517Z" diff --git a/stable/littlelink/6.0.75/Chart.yaml b/stable/littlelink/6.0.75/Chart.yaml new file mode 100644 index 00000000000..a5eea036eb2 --- /dev/null +++ b/stable/littlelink/6.0.75/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Easy platform to combine all your social links +home: https://truecharts.org/docs/charts/stable/littlelink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png +keywords: + - littlelink +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: littlelink +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/littlelink + - https://github.com/techno-tim/littlelink-server + - https://github.com/sethcottle/littlelink +type: application +version: 6.0.75 +annotations: + truecharts.org/catagories: | + - social + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/littlelink/6.0.75/README.md b/stable/littlelink/6.0.75/README.md new file mode 100644 index 00000000000..af6178b344a --- /dev/null +++ b/stable/littlelink/6.0.75/README.md @@ -0,0 +1,107 @@ +# littlelink + +Easy platform to combine all your social links + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [littlelink](https://truecharts.org/docs/charts/stable/littlelink) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `littlelink` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install littlelink TrueCharts/littlelink +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `littlelink` deployment + +```console +helm uninstall littlelink +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install littlelink \ + --set env.TZ="America/New York" \ + TrueCharts/littlelink +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install littlelink TrueCharts/littlelink -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/littlelink/6.0.74/app-readme.md b/stable/littlelink/6.0.75/app-readme.md similarity index 100% rename from stable/littlelink/6.0.74/app-readme.md rename to stable/littlelink/6.0.75/app-readme.md diff --git a/stable/littlelink/6.0.75/charts/common-10.7.1.tgz b/stable/littlelink/6.0.75/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/littlelink/6.0.75/charts/common-10.7.1.tgz differ diff --git a/stable/littlelink/6.0.75/ix_values.yaml b/stable/littlelink/6.0.75/ix_values.yaml new file mode 100644 index 00000000000..15e2b378d34 --- /dev/null +++ b/stable/littlelink/6.0.75/ix_values.yaml @@ -0,0 +1,39 @@ +image: + repository: tccr.io/truecharts/littlelink-server + pullPolicy: IfNotPresent + tag: latest@sha256:bedba44afb5ffbff64cbec7dea86f3f9963487a911118f85836018e51da65ede + +service: + main: + ports: + main: + port: 10040 + targetPort: 3000 + +envFrom: + - configMapRef: + name: littlelinkconfig + +littlelink: + meta_title: "techno tim" + meta_description: "techno tim link page" + meta_author: "techno tim" + theme: "dark" + favicon_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" + avatar_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_200x200.jpg" + avatar_2x_url: "https://pbs.twimg.com/profile_images/1286144221217316864/qiaskopb_400x400.jpg" + avatar_alt: "techno tim profile pic" + name: "technotim" + bio: "hey! just a place where you can connect with me!" + github: "https://github.com/timothystewart6" + twitter: "https://twitter.com/technotimlive" + instagram: "https://www.instagram.com/techno.tim" + youtube: "https://www.youtube.com/channel/ucok-ghyjcwznj3br4oxwh0a" + twitch: "https://www.twitch.tv/technotim/" + discord: "https://discord.gg/djkexrj" + tiktok: "https://www.tiktok.com/@technotim" + kit: "https://kit.co/technotim" + footer: "thanks for stopping by!" + +portal: + enabled: true diff --git a/stable/littlelink/6.0.74/questions.yaml b/stable/littlelink/6.0.75/questions.yaml similarity index 100% rename from stable/littlelink/6.0.74/questions.yaml rename to stable/littlelink/6.0.75/questions.yaml diff --git a/stable/littlelink/6.0.74/templates/_configmap.tpl b/stable/littlelink/6.0.75/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/6.0.74/templates/_configmap.tpl rename to stable/littlelink/6.0.75/templates/_configmap.tpl diff --git a/stable/littlelink/6.0.74/templates/common.yaml b/stable/littlelink/6.0.75/templates/common.yaml similarity index 100% rename from stable/littlelink/6.0.74/templates/common.yaml rename to stable/littlelink/6.0.75/templates/common.yaml diff --git a/stable/mkvtoolnix/2.0.40/values.yaml b/stable/littlelink/6.0.75/values.yaml similarity index 100% rename from stable/mkvtoolnix/2.0.40/values.yaml rename to stable/littlelink/6.0.75/values.yaml diff --git a/stable/logitech-media-server/4.0.46/CHANGELOG.md b/stable/logitech-media-server/4.0.46/CHANGELOG.md deleted file mode 100644 index a7035bbe625..00000000000 --- a/stable/logitech-media-server/4.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [logitech-media-server-4.0.46](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.45...logitech-media-server-4.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [logitech-media-server-4.0.45](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.44...logitech-media-server-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [logitech-media-server-4.0.45](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.44...logitech-media-server-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [logitech-media-server-4.0.44](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.43...logitech-media-server-4.0.44) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [logitech-media-server-4.0.43](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.42...logitech-media-server-4.0.43) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [logitech-media-server-4.0.42](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.41...logitech-media-server-4.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [logitech-media-server-4.0.41](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.40...logitech-media-server-4.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [logitech-media-server-4.0.40](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.39...logitech-media-server-4.0.40) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [logitech-media-server-4.0.39](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.37...logitech-media-server-4.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/logitech-media-server/4.0.46/Chart.lock b/stable/logitech-media-server/4.0.46/Chart.lock deleted file mode 100644 index 8fd45e6fa5b..00000000000 --- a/stable/logitech-media-server/4.0.46/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:38:34.049017641Z" diff --git a/stable/logitech-media-server/4.0.46/Chart.yaml b/stable/logitech-media-server/4.0.46/Chart.yaml deleted file mode 100644 index 690bd45ab98..00000000000 --- a/stable/logitech-media-server/4.0.46/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "8.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Logitech Media Server is a platform for home/office audio streaming. -home: https://truecharts.org/docs/charts/stable/logitech-media-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png -keywords: - - logitech-media-server - - squeezebox - - audio - - streaming -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: logitech-media-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server - - https://github.com/Logitech/slimserver - - https://hub.docker.com/r/lmscommunity/logitechmediaserver -type: application -version: 4.0.46 -annotations: - truecharts.org/catagories: | - - media - - audio - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/logitech-media-server/4.0.46/README.md b/stable/logitech-media-server/4.0.46/README.md deleted file mode 100644 index 4d77f9777ac..00000000000 --- a/stable/logitech-media-server/4.0.46/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# logitech-media-server - -Logitech Media Server is a platform for home/office audio streaming. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [logitech-media-server](https://truecharts.org/docs/charts/stable/logitech-media-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `logitech-media-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install logitech-media-server TrueCharts/logitech-media-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `logitech-media-server` deployment - -```console -helm uninstall logitech-media-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install logitech-media-server \ - --set env.TZ="America/New York" \ - TrueCharts/logitech-media-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install logitech-media-server TrueCharts/logitech-media-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/logitech-media-server/4.0.46/charts/common-10.7.0.tgz b/stable/logitech-media-server/4.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/logitech-media-server/4.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/logitech-media-server/4.0.47/CHANGELOG.md b/stable/logitech-media-server/4.0.47/CHANGELOG.md new file mode 100644 index 00000000000..4994d5e7dc5 --- /dev/null +++ b/stable/logitech-media-server/4.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [logitech-media-server-4.0.47](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.46...logitech-media-server-4.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [logitech-media-server-4.0.46](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.45...logitech-media-server-4.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [logitech-media-server-4.0.45](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.44...logitech-media-server-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [logitech-media-server-4.0.45](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.44...logitech-media-server-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [logitech-media-server-4.0.44](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.43...logitech-media-server-4.0.44) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [logitech-media-server-4.0.43](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.42...logitech-media-server-4.0.43) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [logitech-media-server-4.0.42](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.41...logitech-media-server-4.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [logitech-media-server-4.0.41](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.40...logitech-media-server-4.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [logitech-media-server-4.0.40](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.39...logitech-media-server-4.0.40) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [logitech-media-server-4.0.39](https://github.com/truecharts/charts/compare/logitech-media-server-4.0.37...logitech-media-server-4.0.39) (2022-09-22) + +### Chore diff --git a/stable/logitech-media-server/4.0.47/Chart.lock b/stable/logitech-media-server/4.0.47/Chart.lock new file mode 100644 index 00000000000..3fccc7c2816 --- /dev/null +++ b/stable/logitech-media-server/4.0.47/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:23:55.274512459Z" diff --git a/stable/logitech-media-server/4.0.47/Chart.yaml b/stable/logitech-media-server/4.0.47/Chart.yaml new file mode 100644 index 00000000000..f07d1aea959 --- /dev/null +++ b/stable/logitech-media-server/4.0.47/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "8.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Logitech Media Server is a platform for home/office audio streaming. +home: https://truecharts.org/docs/charts/stable/logitech-media-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png +keywords: + - logitech-media-server + - squeezebox + - audio + - streaming +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: logitech-media-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server + - https://github.com/Logitech/slimserver + - https://hub.docker.com/r/lmscommunity/logitechmediaserver +type: application +version: 4.0.47 +annotations: + truecharts.org/catagories: | + - media + - audio + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/logitech-media-server/4.0.47/README.md b/stable/logitech-media-server/4.0.47/README.md new file mode 100644 index 00000000000..458fa01cbab --- /dev/null +++ b/stable/logitech-media-server/4.0.47/README.md @@ -0,0 +1,107 @@ +# logitech-media-server + +Logitech Media Server is a platform for home/office audio streaming. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [logitech-media-server](https://truecharts.org/docs/charts/stable/logitech-media-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `logitech-media-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install logitech-media-server TrueCharts/logitech-media-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `logitech-media-server` deployment + +```console +helm uninstall logitech-media-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install logitech-media-server \ + --set env.TZ="America/New York" \ + TrueCharts/logitech-media-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install logitech-media-server TrueCharts/logitech-media-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/logitech-media-server/4.0.46/app-readme.md b/stable/logitech-media-server/4.0.47/app-readme.md similarity index 100% rename from stable/logitech-media-server/4.0.46/app-readme.md rename to stable/logitech-media-server/4.0.47/app-readme.md diff --git a/stable/logitech-media-server/4.0.47/charts/common-10.7.1.tgz b/stable/logitech-media-server/4.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/logitech-media-server/4.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/logitech-media-server/4.0.46/ix_values.yaml b/stable/logitech-media-server/4.0.47/ix_values.yaml similarity index 100% rename from stable/logitech-media-server/4.0.46/ix_values.yaml rename to stable/logitech-media-server/4.0.47/ix_values.yaml diff --git a/stable/logitech-media-server/4.0.46/questions.yaml b/stable/logitech-media-server/4.0.47/questions.yaml similarity index 100% rename from stable/logitech-media-server/4.0.46/questions.yaml rename to stable/logitech-media-server/4.0.47/questions.yaml diff --git a/stable/mkvcleaver/1.0.15/templates/common.yaml b/stable/logitech-media-server/4.0.47/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/1.0.15/templates/common.yaml rename to stable/logitech-media-server/4.0.47/templates/common.yaml diff --git a/stable/ml-workspace/2.0.36/values.yaml b/stable/logitech-media-server/4.0.47/values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/values.yaml rename to stable/logitech-media-server/4.0.47/values.yaml diff --git a/stable/loki/5.0.44/CHANGELOG.md b/stable/loki/5.0.44/CHANGELOG.md deleted file mode 100644 index 49cac35f35a..00000000000 --- a/stable/loki/5.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [loki-5.0.44](https://github.com/truecharts/charts/compare/loki-5.0.43...loki-5.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [loki-5.0.43](https://github.com/truecharts/charts/compare/loki-5.0.42...loki-5.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [loki-5.0.43](https://github.com/truecharts/charts/compare/loki-5.0.42...loki-5.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [loki-5.0.42](https://github.com/truecharts/charts/compare/loki-5.0.41...loki-5.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [loki-5.0.40](https://github.com/truecharts/charts/compare/loki-5.0.39...loki-5.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [loki-5.0.39](https://github.com/truecharts/charts/compare/loki-5.0.38...loki-5.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [loki-5.0.38](https://github.com/truecharts/charts/compare/loki-5.0.37...loki-5.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [loki-5.0.38](https://github.com/truecharts/charts/compare/loki-5.0.37...loki-5.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/loki/5.0.44/Chart.lock b/stable/loki/5.0.44/Chart.lock deleted file mode 100644 index 21981561921..00000000000 --- a/stable/loki/5.0.44/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: promtail - repository: https://charts.truecharts.org - version: 3.0.59 -digest: sha256:4d440d233b25b93ad0c6b4b6fea233c2027aca548890a436c6824dcfa15afbc2 -generated: "2022-10-12T16:38:47.533208448Z" diff --git a/stable/loki/5.0.44/Chart.yaml b/stable/loki/5.0.44/Chart.yaml deleted file mode 100644 index 374c551ade6..00000000000 --- a/stable/loki/5.0.44/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.6.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - name: "promtail" - condition: promtail.enabled - repository: https://charts.truecharts.org - version: "3.0.59" -deprecated: false -description: "Loki: like Prometheus, but for logs." -home: https://truecharts.org/docs/charts/stable/loki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/loki.png -keywords: - - logs -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: loki -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/loki - - https://github.com/grafana/loki -type: application -version: 5.0.44 -annotations: - truecharts.org/catagories: | - - logs - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/loki/5.0.44/README.md b/stable/loki/5.0.44/README.md deleted file mode 100644 index 8e4cffe1775..00000000000 --- a/stable/loki/5.0.44/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# loki - -Loki: like Prometheus, but for logs. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [loki](https://truecharts.org/docs/charts/stable/loki) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | promtail | 3.0.59 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `loki` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install loki TrueCharts/loki -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `loki` deployment - -```console -helm uninstall loki -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install loki \ - --set env.TZ="America/New York" \ - TrueCharts/loki -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install loki TrueCharts/loki -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/loki/5.0.44/charts/common-10.7.0.tgz b/stable/loki/5.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/loki/5.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/loki/5.0.44/charts/promtail-3.0.59.tgz b/stable/loki/5.0.44/charts/promtail-3.0.59.tgz deleted file mode 100644 index a73dd124194..00000000000 Binary files a/stable/loki/5.0.44/charts/promtail-3.0.59.tgz and /dev/null differ diff --git a/stable/loki/5.0.45/CHANGELOG.md b/stable/loki/5.0.45/CHANGELOG.md new file mode 100644 index 00000000000..fc9fafa5fde --- /dev/null +++ b/stable/loki/5.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [loki-5.0.45](https://github.com/truecharts/charts/compare/loki-5.0.44...loki-5.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [loki-5.0.44](https://github.com/truecharts/charts/compare/loki-5.0.43...loki-5.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [loki-5.0.43](https://github.com/truecharts/charts/compare/loki-5.0.42...loki-5.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [loki-5.0.43](https://github.com/truecharts/charts/compare/loki-5.0.42...loki-5.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [loki-5.0.42](https://github.com/truecharts/charts/compare/loki-5.0.41...loki-5.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [loki-5.0.40](https://github.com/truecharts/charts/compare/loki-5.0.39...loki-5.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [loki-5.0.39](https://github.com/truecharts/charts/compare/loki-5.0.38...loki-5.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [loki-5.0.38](https://github.com/truecharts/charts/compare/loki-5.0.37...loki-5.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/loki/5.0.45/Chart.lock b/stable/loki/5.0.45/Chart.lock new file mode 100644 index 00000000000..ea3becab693 --- /dev/null +++ b/stable/loki/5.0.45/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: promtail + repository: https://charts.truecharts.org + version: 3.0.60 +digest: sha256:937871532b7fc37729d0f1e39b128ccc0fd86fe845ae195a6ea52b41fa3b8555 +generated: "2022-10-19T13:24:13.562750829Z" diff --git a/stable/loki/5.0.45/Chart.yaml b/stable/loki/5.0.45/Chart.yaml new file mode 100644 index 00000000000..c7a389d130c --- /dev/null +++ b/stable/loki/5.0.45/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.6.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - name: "promtail" + condition: promtail.enabled + repository: https://charts.truecharts.org + version: "3.0.60" +deprecated: false +description: "Loki: like Prometheus, but for logs." +home: https://truecharts.org/docs/charts/stable/loki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/loki.png +keywords: + - logs +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: loki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/loki + - https://github.com/grafana/loki +type: application +version: 5.0.45 +annotations: + truecharts.org/catagories: | + - logs + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/loki/5.0.45/README.md b/stable/loki/5.0.45/README.md new file mode 100644 index 00000000000..17b2b92d309 --- /dev/null +++ b/stable/loki/5.0.45/README.md @@ -0,0 +1,107 @@ +# loki + +Loki: like Prometheus, but for logs. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [loki](https://truecharts.org/docs/charts/stable/loki) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | promtail | 3.0.60 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `loki` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install loki TrueCharts/loki +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `loki` deployment + +```console +helm uninstall loki +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install loki \ + --set env.TZ="America/New York" \ + TrueCharts/loki +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install loki TrueCharts/loki -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/loki/5.0.44/app-readme.md b/stable/loki/5.0.45/app-readme.md similarity index 100% rename from stable/loki/5.0.44/app-readme.md rename to stable/loki/5.0.45/app-readme.md diff --git a/stable/loki/5.0.45/charts/common-10.7.1.tgz b/stable/loki/5.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/loki/5.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/loki/5.0.45/charts/promtail-3.0.60.tgz b/stable/loki/5.0.45/charts/promtail-3.0.60.tgz new file mode 100644 index 00000000000..c159bcd6664 Binary files /dev/null and b/stable/loki/5.0.45/charts/promtail-3.0.60.tgz differ diff --git a/stable/loki/5.0.44/ix_values.yaml b/stable/loki/5.0.45/ix_values.yaml similarity index 100% rename from stable/loki/5.0.44/ix_values.yaml rename to stable/loki/5.0.45/ix_values.yaml diff --git a/stable/loki/5.0.44/questions.yaml b/stable/loki/5.0.45/questions.yaml similarity index 100% rename from stable/loki/5.0.44/questions.yaml rename to stable/loki/5.0.45/questions.yaml diff --git a/stable/loki/5.0.44/templates/_helpers.tpl b/stable/loki/5.0.45/templates/_helpers.tpl similarity index 100% rename from stable/loki/5.0.44/templates/_helpers.tpl rename to stable/loki/5.0.45/templates/_helpers.tpl diff --git a/stable/mkvtoolnix/2.0.40/templates/common.yaml b/stable/loki/5.0.45/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/2.0.40/templates/common.yaml rename to stable/loki/5.0.45/templates/common.yaml diff --git a/stable/monica/3.0.57/values.yaml b/stable/loki/5.0.45/values.yaml similarity index 100% rename from stable/monica/3.0.57/values.yaml rename to stable/loki/5.0.45/values.yaml diff --git a/stable/lychee/13.0.50/CHANGELOG.md b/stable/lychee/13.0.50/CHANGELOG.md new file mode 100644 index 00000000000..81032f28f41 --- /dev/null +++ b/stable/lychee/13.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [lychee-13.0.50](https://github.com/truecharts/charts/compare/lychee-13.0.49...lychee-13.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [lychee-13.0.49](https://github.com/truecharts/charts/compare/lychee-13.0.48...lychee-13.0.49) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [lychee-13.0.48](https://github.com/truecharts/charts/compare/lychee-13.0.47...lychee-13.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [lychee-13.0.47](https://github.com/truecharts/charts/compare/lychee-13.0.46...lychee-13.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lychee-13.0.47](https://github.com/truecharts/charts/compare/lychee-13.0.46...lychee-13.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [lychee-13.0.46](https://github.com/truecharts/charts/compare/lychee-13.0.45...lychee-13.0.46) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [lychee-13.0.44](https://github.com/truecharts/charts/compare/lychee-13.0.43...lychee-13.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [lychee-13.0.43](https://github.com/truecharts/charts/compare/lychee-13.0.42...lychee-13.0.43) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [lychee-13.0.42](https://github.com/truecharts/charts/compare/lychee-13.0.41...lychee-13.0.42) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/lychee/13.0.50/Chart.lock b/stable/lychee/13.0.50/Chart.lock new file mode 100644 index 00000000000..97d42489871 --- /dev/null +++ b/stable/lychee/13.0.50/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:24:34.314340972Z" diff --git a/stable/lychee/13.0.50/Chart.yaml b/stable/lychee/13.0.50/Chart.yaml new file mode 100644 index 00000000000..e1cfb22d1b5 --- /dev/null +++ b/stable/lychee/13.0.50/Chart.yaml @@ -0,0 +1,39 @@ +apiVersion: v2 +appVersion: "4.6.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: Lychee is a free photo-management tool, which runs on your server or web-space +home: https://truecharts.org/docs/charts/stable/lychee +icon: https://truecharts.org/img/hotlink-ok/chart-icons/lychee.png +keywords: + - lychee + - photo + - pictures +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: lychee +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/lychee + - https://github.com/LycheeOrg/Lychee + - https://hub.docker.com/r/lycheeorg/lychee +type: application +version: 13.0.50 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/lychee/13.0.50/README.md b/stable/lychee/13.0.50/README.md new file mode 100644 index 00000000000..a49ffaabe5f --- /dev/null +++ b/stable/lychee/13.0.50/README.md @@ -0,0 +1,109 @@ +# lychee + +Lychee is a free photo-management tool, which runs on your server or web-space + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [lychee](https://truecharts.org/docs/charts/stable/lychee) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `lychee` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install lychee TrueCharts/lychee +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `lychee` deployment + +```console +helm uninstall lychee +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install lychee \ + --set env.TZ="America/New York" \ + TrueCharts/lychee +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install lychee TrueCharts/lychee -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/lychee/13.0.50/app-readme.md b/stable/lychee/13.0.50/app-readme.md new file mode 100644 index 00000000000..cc20b3bef15 --- /dev/null +++ b/stable/lychee/13.0.50/app-readme.md @@ -0,0 +1,8 @@ +Lychee is a free photo-management tool, which runs on your server or web-space + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/lychee](https://truecharts.org/docs/charts/stable/lychee) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/lychee/13.0.50/charts/common-10.7.1.tgz b/stable/lychee/13.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/lychee/13.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/lychee/13.0.50/charts/postgresql-8.0.101.tgz b/stable/lychee/13.0.50/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/lychee/13.0.50/charts/postgresql-8.0.101.tgz differ diff --git a/stable/lychee/13.0.50/charts/redis-3.0.97.tgz b/stable/lychee/13.0.50/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/lychee/13.0.50/charts/redis-3.0.97.tgz differ diff --git a/stable/lychee/13.0.50/ix_values.yaml b/stable/lychee/13.0.50/ix_values.yaml new file mode 100644 index 00000000000..6af6eeb14bd --- /dev/null +++ b/stable/lychee/13.0.50/ix_values.yaml @@ -0,0 +1,97 @@ +image: + repository: tccr.io/truecharts/lychee-laravel + pullPolicy: IfNotPresent + tag: 4.6.1@sha256:48cc77ce5ab0d9626f563db272a31439aba6a8127c63dcdfd59e56ae0fe3803e + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10017 + targetPort: 80 + +# secretEnv: +# PUSHER_APP_KEY: "" +# PUSHER_APP_SECRET: "" +# PUSHER_APP_ID: "" +# PUSHER_APP_CLUSTER: "mt1" +# MAIL_DRIVER: "smtp" +# MAIL_HOST: "" +# MAIL_FROM_NAME: "" +# MAIL_FROM_ADDRESS: "" +# MAIL_USERNAME: "" +# MAIL_PASSWORD: "" +# MAIL_PORT: "587" +# MAIL_ENCRYPTION: "tls" + +env: + # Internal Envs + TIMEZONE: "{{ .Values.TZ }}" + PHP_TZ: "{{ .Values.TZ }}" + DB_CONNECTION: "pgsql" + DB_PORT: "5432" + DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" + DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}" + REDIS_PORT: "6379" + CACHE_DRIVER: "redis" + SESSION_DRIVER: "redis" + APP_ENV: "production" + APP_NAME: "Lychee" + MIX_PUSHER_APP_KEY: "{{ .Values.env.PUSHER_APP_KEY }}" + MIX_PUSHER_APP_CLUSTER: "{{ .Values.env.PUSHER_APP_CLUSTER }}" + # User Envs + SECURITY_HEADER_HSTS_ENABLE: false + APP_DEBUG: false + APP_URL: http://localhost + DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + REDIS_HOST: + secretKeyRef: + name: rediscreds + key: plainhost + REDIS_PASSWORD: + secretKeyRef: + name: rediscreds + key: redis-password + APP_KEY: + secretKeyRef: + name: lychee-secrets + key: APP_KEY + +persistence: + conf: + enabled: true + mountPath: "/conf" + sym: + enabled: true + mountPath: "/sym" + uploads: + enabled: true + mountPath: "/uploads" + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: lychee + postgresqlDatabase: lychee + +redis: + enabled: true + existingSecret: "rediscreds" + +portal: + enabled: true diff --git a/stable/lychee/13.0.50/questions.yaml b/stable/lychee/13.0.50/questions.yaml new file mode 100644 index 00000000000..2ab072df83a --- /dev/null +++ b/stable/lychee/13.0.50/questions.yaml @@ -0,0 +1,3044 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Secret Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: MAIL_FROM_ADDRESS + label: "MAIL_FROM_ADDRESS" + description: "Mail from Address" + schema: + type: string + default: "" + - variable: MAIL_FROM_NAME + label: "MAIL_FROM_NAME" + description: "Mail from Name" + schema: + type: string + default: "" + - variable: MAIL_DRIVER + label: "MAIL_DRIVER" + description: "Mail Driver" + schema: + type: string + default: "smtp" + enum: + - value: "smtp" + description: "smtp" + - value: "mailgun" + description: "mailgun" + - value: "sendmail" + description: "sendmail" + - value: "ses" + description: "ses" + - value: "postmark" + description: "postmark" + - value: "log" + description: "log" + - value: "array" + description: "array" + - variable: MAIL_HOST + label: "MAIL_HOST" + description: "Mail Host" + schema: + type: string + default: "" + - variable: MAIL_PORT + label: "MAIL_PORT" + description: "Mail Port" + schema: + type: int + - variable: MAIL_USERNAME + label: "MAIL_USERNAME" + description: "Mail Username" + schema: + type: string + default: "" + - variable: MAIL_PASSWORD + label: "MAIL_PASSWORD" + description: "Mail Password" + schema: + type: string + private: true + default: "" + - variable: MAIL_ENCRYPTION + label: "MAIL_ENCRYPTION" + description: "Mail Encryption" + schema: + type: string + default: "tls" + - variable: PUSHER_APP_ID + label: "PUSHER_APP_ID" + description: "Pusher App ID" + schema: + type: string + default: "" + - variable: PUSHER_APP_KEY + label: "PUSHER_APP_KEY" + description: "Pusher App Key" + schema: + type: string + private: true + default: "" + - variable: PUSHER_APP_SECRET + label: "PUSHER_APP_SECRET" + description: "Pusher App Secret" + schema: + type: string + private: true + default: "" + - variable: PUSHER_APP_CLUSTER + label: "PUSHER_APP_CLUSTER" + description: "Pusher App Cluster" + schema: + type: string + default: "mt1" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: APP_URL + label: "APP_URL" + description: "Application URL eg. https://lychee.mydomain.com" + schema: + type: string + default: "http://localhost" + - variable: APP_DEBUG + label: "APP_DEBUG" + description: "Enables the debug info" + schema: + type: boolean + default: false + - variable: SECURITY_HEADER_HSTS_ENABLE + label: "SECURITY_HEADER_HSTS_ENABLE" + description: "Enables HSTS Headers" + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10017 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: conf + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: sym + label: "App sym Storage" + description: "Stores the Application sym." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: uploads + label: "App Uploads Storage" + description: "Stores the Application Uploads." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/lychee/13.0.50/templates/_secrets.tpl b/stable/lychee/13.0.50/templates/_secrets.tpl new file mode 100644 index 00000000000..768a00eb026 --- /dev/null +++ b/stable/lychee/13.0.50/templates/_secrets.tpl @@ -0,0 +1,20 @@ +{{/* Define the secrets */}} +{{- define "lychee.secrets" -}} +--- + +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: lychee-secrets +{{- $lycheeprevious := lookup "v1" "Secret" .Release.Namespace "lychee-secrets" }} +{{- $app_key := "" }} +data: + {{- if $lycheeprevious}} + APP_KEY: {{ index $lycheeprevious.data "APP_KEY" }} + {{- else }} + {{- $app_key := randAlphaNum 32 }} + APP_KEY: {{ $app_key | b64enc }} + {{- end }} + +{{- end -}} diff --git a/stable/lychee/13.0.50/templates/common.yaml b/stable/lychee/13.0.50/templates/common.yaml new file mode 100644 index 00000000000..2e5d85f07fc --- /dev/null +++ b/stable/lychee/13.0.50/templates/common.yaml @@ -0,0 +1,7 @@ +{{/* Make sure all variables are set properly */}} +{{ include "tc.common.loader.init" . }} + +{{ include "lychee.secrets" . }} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/mosdns/2.0.40/values.yaml b/stable/lychee/13.0.50/values.yaml similarity index 100% rename from stable/mosdns/2.0.40/values.yaml rename to stable/lychee/13.0.50/values.yaml diff --git a/stable/makemkv/2.0.39/CHANGELOG.md b/stable/makemkv/2.0.39/CHANGELOG.md deleted file mode 100644 index 4e1181a0b34..00000000000 --- a/stable/makemkv/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [makemkv-2.0.39](https://github.com/truecharts/charts/compare/makemkv-2.0.38...makemkv-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [makemkv-2.0.38](https://github.com/truecharts/charts/compare/makemkv-2.0.37...makemkv-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [makemkv-2.0.38](https://github.com/truecharts/charts/compare/makemkv-2.0.37...makemkv-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [makemkv-2.0.37](https://github.com/truecharts/charts/compare/makemkv-2.0.36...makemkv-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [makemkv-2.0.36](https://github.com/truecharts/charts/compare/makemkv-2.0.35...makemkv-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [makemkv-2.0.35](https://github.com/truecharts/charts/compare/makemkv-2.0.34...makemkv-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [makemkv-2.0.34](https://github.com/truecharts/charts/compare/makemkv-2.0.33...makemkv-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [makemkv-2.0.34](https://github.com/truecharts/charts/compare/makemkv-2.0.33...makemkv-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/makemkv/2.0.39/Chart.lock b/stable/makemkv/2.0.39/Chart.lock deleted file mode 100644 index 89381609738..00000000000 --- a/stable/makemkv/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:39:03.636665096Z" diff --git a/stable/makemkv/2.0.39/Chart.yaml b/stable/makemkv/2.0.39/Chart.yaml deleted file mode 100644 index 42ea5f2f705..00000000000 --- a/stable/makemkv/2.0.39/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.22.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. -home: https://truecharts.org/docs/charts/stable/makemkv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png -keywords: - - mkv -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: makemkv -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - - https://github.com/jlesage/docker-makemkv - - https://hub.docker.com/r/jlesage/makemkv -version: 2.0.39 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/makemkv/2.0.39/README.md b/stable/makemkv/2.0.39/README.md deleted file mode 100644 index 5534af0e543..00000000000 --- a/stable/makemkv/2.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# makemkv - -MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [makemkv](https://truecharts.org/docs/charts/stable/makemkv) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `makemkv` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install makemkv TrueCharts/makemkv -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `makemkv` deployment - -```console -helm uninstall makemkv -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install makemkv \ - --set env.TZ="America/New York" \ - TrueCharts/makemkv -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install makemkv TrueCharts/makemkv -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/makemkv/2.0.39/charts/common-10.7.0.tgz b/stable/makemkv/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/makemkv/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/makemkv/2.0.40/CHANGELOG.md b/stable/makemkv/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..f2a22b62a5f --- /dev/null +++ b/stable/makemkv/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [makemkv-2.0.40](https://github.com/truecharts/charts/compare/makemkv-2.0.39...makemkv-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [makemkv-2.0.39](https://github.com/truecharts/charts/compare/makemkv-2.0.38...makemkv-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [makemkv-2.0.38](https://github.com/truecharts/charts/compare/makemkv-2.0.37...makemkv-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [makemkv-2.0.38](https://github.com/truecharts/charts/compare/makemkv-2.0.37...makemkv-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [makemkv-2.0.37](https://github.com/truecharts/charts/compare/makemkv-2.0.36...makemkv-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [makemkv-2.0.36](https://github.com/truecharts/charts/compare/makemkv-2.0.35...makemkv-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [makemkv-2.0.35](https://github.com/truecharts/charts/compare/makemkv-2.0.34...makemkv-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [makemkv-2.0.34](https://github.com/truecharts/charts/compare/makemkv-2.0.33...makemkv-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/makemkv/2.0.40/Chart.lock b/stable/makemkv/2.0.40/Chart.lock new file mode 100644 index 00000000000..de03f5133db --- /dev/null +++ b/stable/makemkv/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:24:27.337754263Z" diff --git a/stable/makemkv/2.0.40/Chart.yaml b/stable/makemkv/2.0.40/Chart.yaml new file mode 100644 index 00000000000..37555a56754 --- /dev/null +++ b/stable/makemkv/2.0.40/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.22.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. +home: https://truecharts.org/docs/charts/stable/makemkv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.png +keywords: + - mkv +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: makemkv +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv + - https://github.com/jlesage/docker-makemkv + - https://hub.docker.com/r/jlesage/makemkv +version: 2.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/makemkv/2.0.40/README.md b/stable/makemkv/2.0.40/README.md new file mode 100644 index 00000000000..f49e3231f7d --- /dev/null +++ b/stable/makemkv/2.0.40/README.md @@ -0,0 +1,107 @@ +# makemkv + +MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [makemkv](https://truecharts.org/docs/charts/stable/makemkv) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `makemkv` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install makemkv TrueCharts/makemkv +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `makemkv` deployment + +```console +helm uninstall makemkv +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install makemkv \ + --set env.TZ="America/New York" \ + TrueCharts/makemkv +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install makemkv TrueCharts/makemkv -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/makemkv/2.0.39/app-readme.md b/stable/makemkv/2.0.40/app-readme.md similarity index 100% rename from stable/makemkv/2.0.39/app-readme.md rename to stable/makemkv/2.0.40/app-readme.md diff --git a/stable/makemkv/2.0.40/charts/common-10.7.1.tgz b/stable/makemkv/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/makemkv/2.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/makemkv/2.0.39/ix_values.yaml b/stable/makemkv/2.0.40/ix_values.yaml similarity index 100% rename from stable/makemkv/2.0.39/ix_values.yaml rename to stable/makemkv/2.0.40/ix_values.yaml diff --git a/stable/makemkv/2.0.39/questions.yaml b/stable/makemkv/2.0.40/questions.yaml similarity index 100% rename from stable/makemkv/2.0.39/questions.yaml rename to stable/makemkv/2.0.40/questions.yaml diff --git a/stable/ml-workspace/2.0.36/templates/common.yaml b/stable/makemkv/2.0.40/templates/common.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/templates/common.yaml rename to stable/makemkv/2.0.40/templates/common.yaml diff --git a/stable/mosquitto/6.1.7/values.yaml b/stable/makemkv/2.0.40/values.yaml similarity index 100% rename from stable/mosquitto/6.1.7/values.yaml rename to stable/makemkv/2.0.40/values.yaml diff --git a/stable/matomo/3.0.78/CHANGELOG.md b/stable/matomo/3.0.78/CHANGELOG.md deleted file mode 100644 index d274dbad531..00000000000 --- a/stable/matomo/3.0.78/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [matomo-3.0.78](https://github.com/truecharts/charts/compare/matomo-3.0.77...matomo-3.0.78) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [matomo-3.0.77](https://github.com/truecharts/charts/compare/matomo-3.0.76...matomo-3.0.77) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [matomo-3.0.76](https://github.com/truecharts/charts/compare/matomo-3.0.75...matomo-3.0.76) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [matomo-3.0.75](https://github.com/truecharts/charts/compare/matomo-3.0.74...matomo-3.0.75) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [matomo-3.0.74](https://github.com/truecharts/charts/compare/matomo-3.0.72...matomo-3.0.74) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [matomo-3.0.73](https://github.com/truecharts/charts/compare/matomo-3.0.72...matomo-3.0.73) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [matomo-3.0.72](https://github.com/truecharts/charts/compare/matomo-3.0.71...matomo-3.0.72) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [matomo-3.0.71](https://github.com/truecharts/charts/compare/matomo-3.0.70...matomo-3.0.71) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [matomo-3.0.70](https://github.com/truecharts/charts/compare/matomo-3.0.69...matomo-3.0.70) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [matomo-3.0.69](https://github.com/truecharts/charts/compare/matomo-3.0.68...matomo-3.0.69) (2022-09-30) - diff --git a/stable/matomo/3.0.78/Chart.lock b/stable/matomo/3.0.78/Chart.lock deleted file mode 100644 index 651dddf7fbb..00000000000 --- a/stable/matomo/3.0.78/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-15T10:39:31.307041996Z" diff --git a/stable/matomo/3.0.78/Chart.yaml b/stable/matomo/3.0.78/Chart.yaml deleted file mode 100644 index 56974727e10..00000000000 --- a/stable/matomo/3.0.78/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "4.12.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: Matomo is the leading Free/Libre open analytics platform -home: https://truecharts.org/docs/charts/stable/matomo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png -keywords: - - analytics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: matomo -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/matomo - - https://hub.docker.com/r/bitnami/matomo - - https://github.com/bitnami/bitnami-docker-matomo - - https://github.com/matomo-org/matomo -version: 3.0.78 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/matomo/3.0.78/README.md b/stable/matomo/3.0.78/README.md deleted file mode 100644 index eb87bf36ea3..00000000000 --- a/stable/matomo/3.0.78/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# matomo - -Matomo is the leading Free/Libre open analytics platform - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [matomo](https://truecharts.org/docs/charts/stable/matomo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `matomo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install matomo TrueCharts/matomo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `matomo` deployment - -```console -helm uninstall matomo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install matomo \ - --set env.TZ="America/New York" \ - TrueCharts/matomo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install matomo TrueCharts/matomo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/matomo/3.0.78/charts/common-10.7.0.tgz b/stable/matomo/3.0.78/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/matomo/3.0.78/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/matomo/3.0.78/charts/mariadb-3.0.92.tgz b/stable/matomo/3.0.78/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/matomo/3.0.78/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/matomo/3.0.78/ix_values.yaml b/stable/matomo/3.0.78/ix_values.yaml deleted file mode 100644 index bd6bfd3a9aa..00000000000 --- a/stable/matomo/3.0.78/ix_values.yaml +++ /dev/null @@ -1,99 +0,0 @@ -image: - repository: tccr.io/truecharts/matomo - tag: 4.12.0@sha256:1e2bdbe778e90bed3530357712386a3d82d414162a1f8360c04eb268a5561757 - pullPolicy: IfNotPresent - -securityContext: - runAsNonRoot: false - readOnlyRootFilesystem: false - -# Run as root for the cron to work -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -env: - BITNAMI_DEBUG: true - APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}" - APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}" - MATOMO_DATABASE_PORT_NUMBER: 3306 - MATOMO_DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}" - MATOMO_DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}" - PHP_DATE_TIMEZONE: "{{ .Values.TZ }}" - # User / Site Config - MATOMO_USERNAME: "admin" - MATOMO_PASSWORD: "password" - MATOMO_EMAIL: "myemail@example.com" - MATOMO_WEBSITE_NAME: "My Website" - MATOMO_WEBSITE_HOST: "https://web.example.com" - MATOMO_HOST: "127.0.0.1" - # Reverse Proxy Config - MATOMO_ENABLE_PROXY_URI_HEADER: false - MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL: false - MATOMO_ENABLE_FORCE_SSL: false - # No defaults, but usually this header is used - # MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR" - # SMTP Config - MATOMO_SMTP_HOST: "" - MATOMO_SMTP_PORT: "" - MATOMO_SMTP_USER: "" - MATOMO_SMTP_PASSWORD: "" - # Available protocols are: "ssl", "tls", "none" - MATOMO_SMTP_PROTOCOL: "" - # Available mechanisms are: "Plain", "Login", "Crammd5" - MATOMO_SMTP_AUTH: "Plain" - # PHP Config - PHP_MEMORY_LIMIT: "2048M" - PHP_ENABLE_OPCACHE: true - # PHP_EXPOSE_PHP: - # PHP_MAX_EXECUTION_TIME: - # PHP_MAX_INPUT_TIME: - # PHP_MAX_INPUT_VARS: - # PHP_POST_MAX_SIZE: - # PHP_UPLOAD_MAX_FILESIZE: - MATOMO_DATABASE_HOST: - secretKeyRef: - name: mariadbcreds - key: plainhost - MATOMO_DATABASE_PASSWORD: - secretKeyRef: - name: mariadbcreds - key: mariadb-password - -probes: - liveness: - path: "/index.php" - readiness: - path: "/index.php" - startup: - path: "/index.php" - -service: - main: - ports: - main: - protocol: HTTP - port: 10172 - targetPort: 10172 - https: - enabled: true - ports: - https: - enabled: true - protocol: HTTPS - port: 10173 - targetPort: 10173 - -persistence: - data: - enabled: true - mountPath: "/bitnami/matomo" - -mariadb: - enabled: true - mariadbUsername: matomo - mariadbDatabase: matomo - existingSecret: "mariadbcreds" - -portal: - enabled: true diff --git a/stable/matomo/3.0.79/CHANGELOG.md b/stable/matomo/3.0.79/CHANGELOG.md new file mode 100644 index 00000000000..fab58e05e48 --- /dev/null +++ b/stable/matomo/3.0.79/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [matomo-3.0.79](https://github.com/truecharts/charts/compare/matomo-3.0.78...matomo-3.0.79) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [matomo-3.0.78](https://github.com/truecharts/charts/compare/matomo-3.0.77...matomo-3.0.78) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [matomo-3.0.77](https://github.com/truecharts/charts/compare/matomo-3.0.76...matomo-3.0.77) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [matomo-3.0.76](https://github.com/truecharts/charts/compare/matomo-3.0.75...matomo-3.0.76) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [matomo-3.0.75](https://github.com/truecharts/charts/compare/matomo-3.0.74...matomo-3.0.75) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [matomo-3.0.74](https://github.com/truecharts/charts/compare/matomo-3.0.72...matomo-3.0.74) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [matomo-3.0.73](https://github.com/truecharts/charts/compare/matomo-3.0.72...matomo-3.0.73) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [matomo-3.0.72](https://github.com/truecharts/charts/compare/matomo-3.0.71...matomo-3.0.72) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [matomo-3.0.71](https://github.com/truecharts/charts/compare/matomo-3.0.70...matomo-3.0.71) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [matomo-3.0.70](https://github.com/truecharts/charts/compare/matomo-3.0.69...matomo-3.0.70) (2022-10-01) diff --git a/stable/matomo/3.0.79/Chart.lock b/stable/matomo/3.0.79/Chart.lock new file mode 100644 index 00000000000..65872575f5c --- /dev/null +++ b/stable/matomo/3.0.79/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:24:40.206889017Z" diff --git a/stable/matomo/3.0.79/Chart.yaml b/stable/matomo/3.0.79/Chart.yaml new file mode 100644 index 00000000000..fcbfd8e32ff --- /dev/null +++ b/stable/matomo/3.0.79/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "4.12.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: Matomo is the leading Free/Libre open analytics platform +home: https://truecharts.org/docs/charts/stable/matomo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.png +keywords: + - analytics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: matomo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/matomo + - https://hub.docker.com/r/bitnami/matomo + - https://github.com/bitnami/bitnami-docker-matomo + - https://github.com/matomo-org/matomo +version: 3.0.79 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/matomo/3.0.79/README.md b/stable/matomo/3.0.79/README.md new file mode 100644 index 00000000000..9858e960e43 --- /dev/null +++ b/stable/matomo/3.0.79/README.md @@ -0,0 +1,109 @@ +# matomo + +Matomo is the leading Free/Libre open analytics platform + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [matomo](https://truecharts.org/docs/charts/stable/matomo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `matomo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install matomo TrueCharts/matomo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `matomo` deployment + +```console +helm uninstall matomo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install matomo \ + --set env.TZ="America/New York" \ + TrueCharts/matomo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install matomo TrueCharts/matomo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/matomo/3.0.78/app-readme.md b/stable/matomo/3.0.79/app-readme.md similarity index 100% rename from stable/matomo/3.0.78/app-readme.md rename to stable/matomo/3.0.79/app-readme.md diff --git a/stable/matomo/3.0.79/charts/common-10.7.1.tgz b/stable/matomo/3.0.79/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/matomo/3.0.79/charts/common-10.7.1.tgz differ diff --git a/stable/matomo/3.0.79/charts/mariadb-3.0.95.tgz b/stable/matomo/3.0.79/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/matomo/3.0.79/charts/mariadb-3.0.95.tgz differ diff --git a/stable/matomo/3.0.79/ix_values.yaml b/stable/matomo/3.0.79/ix_values.yaml new file mode 100644 index 00000000000..f3f905e981a --- /dev/null +++ b/stable/matomo/3.0.79/ix_values.yaml @@ -0,0 +1,99 @@ +image: + repository: tccr.io/truecharts/matomo + tag: 4.12.0@sha256:94f5c9a7d946fa3c86d943bab5c01683bcb1884e719e056fc2a2f2ffd554b572 + pullPolicy: IfNotPresent + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +# Run as root for the cron to work +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +env: + BITNAMI_DEBUG: true + APACHE_HTTP_PORT_NUMBER: "{{ .Values.service.main.ports.main.port }}" + APACHE_HTTPS_PORT_NUMBER: "{{ .Values.service.https.ports.https.port }}" + MATOMO_DATABASE_PORT_NUMBER: 3306 + MATOMO_DATABASE_NAME: "{{ .Values.mariadb.mariadbDatabase }}" + MATOMO_DATABASE_USER: "{{ .Values.mariadb.mariadbUsername }}" + PHP_DATE_TIMEZONE: "{{ .Values.TZ }}" + # User / Site Config + MATOMO_USERNAME: "admin" + MATOMO_PASSWORD: "password" + MATOMO_EMAIL: "myemail@example.com" + MATOMO_WEBSITE_NAME: "My Website" + MATOMO_WEBSITE_HOST: "https://web.example.com" + MATOMO_HOST: "127.0.0.1" + # Reverse Proxy Config + MATOMO_ENABLE_PROXY_URI_HEADER: false + MATOMO_ENABLE_ASSUME_SECURE_PROTOCOL: false + MATOMO_ENABLE_FORCE_SSL: false + # No defaults, but usually this header is used + # MATOMO_PROXY_CLIENT_HEADER: "HTTP_X_FORWARDED_FOR" + # SMTP Config + MATOMO_SMTP_HOST: "" + MATOMO_SMTP_PORT: "" + MATOMO_SMTP_USER: "" + MATOMO_SMTP_PASSWORD: "" + # Available protocols are: "ssl", "tls", "none" + MATOMO_SMTP_PROTOCOL: "" + # Available mechanisms are: "Plain", "Login", "Crammd5" + MATOMO_SMTP_AUTH: "Plain" + # PHP Config + PHP_MEMORY_LIMIT: "2048M" + PHP_ENABLE_OPCACHE: true + # PHP_EXPOSE_PHP: + # PHP_MAX_EXECUTION_TIME: + # PHP_MAX_INPUT_TIME: + # PHP_MAX_INPUT_VARS: + # PHP_POST_MAX_SIZE: + # PHP_UPLOAD_MAX_FILESIZE: + MATOMO_DATABASE_HOST: + secretKeyRef: + name: mariadbcreds + key: plainhost + MATOMO_DATABASE_PASSWORD: + secretKeyRef: + name: mariadbcreds + key: mariadb-password + +probes: + liveness: + path: "/index.php" + readiness: + path: "/index.php" + startup: + path: "/index.php" + +service: + main: + ports: + main: + protocol: HTTP + port: 10172 + targetPort: 10172 + https: + enabled: true + ports: + https: + enabled: true + protocol: HTTPS + port: 10173 + targetPort: 10173 + +persistence: + data: + enabled: true + mountPath: "/bitnami/matomo" + +mariadb: + enabled: true + mariadbUsername: matomo + mariadbDatabase: matomo + existingSecret: "mariadbcreds" + +portal: + enabled: true diff --git a/stable/matomo/3.0.78/questions.yaml b/stable/matomo/3.0.79/questions.yaml similarity index 100% rename from stable/matomo/3.0.78/questions.yaml rename to stable/matomo/3.0.79/questions.yaml diff --git a/stable/mosdns/2.0.40/templates/common.yaml b/stable/matomo/3.0.79/templates/common.yaml similarity index 100% rename from stable/mosdns/2.0.40/templates/common.yaml rename to stable/matomo/3.0.79/templates/common.yaml diff --git a/stable/mstream/3.0.35/values.yaml b/stable/matomo/3.0.79/values.yaml similarity index 100% rename from stable/mstream/3.0.35/values.yaml rename to stable/matomo/3.0.79/values.yaml diff --git a/stable/mattermost/3.0.50/CHANGELOG.md b/stable/mattermost/3.0.50/CHANGELOG.md deleted file mode 100644 index b4d9d593035..00000000000 --- a/stable/mattermost/3.0.50/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mattermost-3.0.50](https://github.com/truecharts/charts/compare/mattermost-3.0.49...mattermost-3.0.50) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mattermost-3.0.49](https://github.com/truecharts/charts/compare/mattermost-3.0.48...mattermost-3.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mattermost-3.0.49](https://github.com/truecharts/charts/compare/mattermost-3.0.48...mattermost-3.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mattermost-3.0.48](https://github.com/truecharts/charts/compare/mattermost-3.0.47...mattermost-3.0.48) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mattermost-3.0.46](https://github.com/truecharts/charts/compare/mattermost-3.0.45...mattermost-3.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mattermost-3.0.45](https://github.com/truecharts/charts/compare/mattermost-3.0.44...mattermost-3.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mattermost-3.0.44](https://github.com/truecharts/charts/compare/mattermost-3.0.43...mattermost-3.0.44) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mattermost-3.0.44](https://github.com/truecharts/charts/compare/mattermost-3.0.43...mattermost-3.0.44) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mattermost/3.0.50/Chart.lock b/stable/mattermost/3.0.50/Chart.lock deleted file mode 100644 index e2a7b094625..00000000000 --- a/stable/mattermost/3.0.50/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:39:40.534462858Z" diff --git a/stable/mattermost/3.0.50/Chart.yaml b/stable/mattermost/3.0.50/Chart.yaml deleted file mode 100644 index 1c30b89a3ce..00000000000 --- a/stable/mattermost/3.0.50/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "7.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. -home: https://truecharts.org/docs/charts/stable/mattermost -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png -keywords: - - team - - mattermost - - development -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mattermost -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - - https://github.com/mattermost/mattermost-server - - https://github.com/mattermost/docker -version: 3.0.50 -annotations: - truecharts.org/catagories: | - - hosting - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mattermost/3.0.50/README.md b/stable/mattermost/3.0.50/README.md deleted file mode 100644 index 7a229a93f0f..00000000000 --- a/stable/mattermost/3.0.50/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# mattermost - -Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mattermost](https://truecharts.org/docs/charts/stable/mattermost) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mattermost` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mattermost TrueCharts/mattermost -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mattermost` deployment - -```console -helm uninstall mattermost -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mattermost \ - --set env.TZ="America/New York" \ - TrueCharts/mattermost -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mattermost TrueCharts/mattermost -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mattermost/3.0.50/charts/common-10.7.0.tgz b/stable/mattermost/3.0.50/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mattermost/3.0.50/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mattermost/3.0.50/charts/postgresql-8.0.97.tgz b/stable/mattermost/3.0.50/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/mattermost/3.0.50/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/mattermost/3.0.51/CHANGELOG.md b/stable/mattermost/3.0.51/CHANGELOG.md new file mode 100644 index 00000000000..bde0e885c21 --- /dev/null +++ b/stable/mattermost/3.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mattermost-3.0.51](https://github.com/truecharts/charts/compare/mattermost-3.0.50...mattermost-3.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mattermost-3.0.50](https://github.com/truecharts/charts/compare/mattermost-3.0.49...mattermost-3.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mattermost-3.0.49](https://github.com/truecharts/charts/compare/mattermost-3.0.48...mattermost-3.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mattermost-3.0.49](https://github.com/truecharts/charts/compare/mattermost-3.0.48...mattermost-3.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mattermost-3.0.48](https://github.com/truecharts/charts/compare/mattermost-3.0.47...mattermost-3.0.48) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mattermost-3.0.46](https://github.com/truecharts/charts/compare/mattermost-3.0.45...mattermost-3.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mattermost-3.0.45](https://github.com/truecharts/charts/compare/mattermost-3.0.44...mattermost-3.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mattermost-3.0.44](https://github.com/truecharts/charts/compare/mattermost-3.0.43...mattermost-3.0.44) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/mattermost/3.0.51/Chart.lock b/stable/mattermost/3.0.51/Chart.lock new file mode 100644 index 00000000000..bfb9be2b03c --- /dev/null +++ b/stable/mattermost/3.0.51/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:25:09.401396079Z" diff --git a/stable/mattermost/3.0.51/Chart.yaml b/stable/mattermost/3.0.51/Chart.yaml new file mode 100644 index 00000000000..6fa28618c2f --- /dev/null +++ b/stable/mattermost/3.0.51/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "7.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. +home: https://truecharts.org/docs/charts/stable/mattermost +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png +keywords: + - team + - mattermost + - development +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mattermost +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost + - https://github.com/mattermost/mattermost-server + - https://github.com/mattermost/docker +version: 3.0.51 +annotations: + truecharts.org/catagories: | + - hosting + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mattermost/3.0.51/README.md b/stable/mattermost/3.0.51/README.md new file mode 100644 index 00000000000..f4f83e9cf14 --- /dev/null +++ b/stable/mattermost/3.0.51/README.md @@ -0,0 +1,108 @@ +# mattermost + +Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mattermost](https://truecharts.org/docs/charts/stable/mattermost) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mattermost` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mattermost TrueCharts/mattermost +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mattermost` deployment + +```console +helm uninstall mattermost +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mattermost \ + --set env.TZ="America/New York" \ + TrueCharts/mattermost +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mattermost TrueCharts/mattermost -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mattermost/3.0.50/app-readme.md b/stable/mattermost/3.0.51/app-readme.md similarity index 100% rename from stable/mattermost/3.0.50/app-readme.md rename to stable/mattermost/3.0.51/app-readme.md diff --git a/stable/mattermost/3.0.51/charts/common-10.7.1.tgz b/stable/mattermost/3.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mattermost/3.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/mattermost/3.0.51/charts/postgresql-8.0.101.tgz b/stable/mattermost/3.0.51/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/mattermost/3.0.51/charts/postgresql-8.0.101.tgz differ diff --git a/stable/mattermost/3.0.50/ix_values.yaml b/stable/mattermost/3.0.51/ix_values.yaml similarity index 100% rename from stable/mattermost/3.0.50/ix_values.yaml rename to stable/mattermost/3.0.51/ix_values.yaml diff --git a/stable/mattermost/3.0.50/questions.yaml b/stable/mattermost/3.0.51/questions.yaml similarity index 100% rename from stable/mattermost/3.0.50/questions.yaml rename to stable/mattermost/3.0.51/questions.yaml diff --git a/stable/mylar/6.0.46/templates/common.yaml b/stable/mattermost/3.0.51/templates/common.yaml similarity index 100% rename from stable/mylar/6.0.46/templates/common.yaml rename to stable/mattermost/3.0.51/templates/common.yaml diff --git a/stable/muximux/3.0.35/values.yaml b/stable/mattermost/3.0.51/values.yaml similarity index 100% rename from stable/muximux/3.0.35/values.yaml rename to stable/mattermost/3.0.51/values.yaml diff --git a/stable/mealie/10.0.8/CHANGELOG.md b/stable/mealie/10.0.8/CHANGELOG.md new file mode 100644 index 00000000000..064e1c4d0ef --- /dev/null +++ b/stable/mealie/10.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mealie-10.0.8](https://github.com/truecharts/charts/compare/mealie-10.0.7...mealie-10.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mealie-10.0.7](https://github.com/truecharts/charts/compare/mealie-10.0.6...mealie-10.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mealie-10.0.6](https://github.com/truecharts/charts/compare/mealie-10.0.5...mealie-10.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mealie-10.0.6](https://github.com/truecharts/charts/compare/mealie-10.0.5...mealie-10.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mealie-10.0.5](https://github.com/truecharts/charts/compare/mealie-10.0.4...mealie-10.0.5) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mealie-10.0.2](https://github.com/truecharts/charts/compare/mealie-10.0.1...mealie-10.0.2) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mealie-10.0.1](https://github.com/truecharts/charts/compare/mealie-10.0.0...mealie-10.0.1) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mealie-10.0.0](https://github.com/truecharts/charts/compare/mealie-9.0.3...mealie-10.0.0) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Adapt to the new multi container upstream release ([#3858](https://github.com/truecharts/charts/issues/3858)) + + + + +## [mealie-9.0.3](https://github.com/truecharts/charts/compare/mealie-9.0.2...mealie-9.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/mealie/10.0.8/Chart.lock b/stable/mealie/10.0.8/Chart.lock new file mode 100644 index 00000000000..13dda9532c7 --- /dev/null +++ b/stable/mealie/10.0.8/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:25:11.562777296Z" diff --git a/stable/mealie/10.0.8/Chart.yaml b/stable/mealie/10.0.8/Chart.yaml new file mode 100644 index 00000000000..acca12af206 --- /dev/null +++ b/stable/mealie/10.0.8/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.0.0beta" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend +home: https://truecharts.org/docs/charts/stable/mealie +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.png +keywords: + - grocy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mealie +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mealie + - https://github.com/hay-kot/mealie +version: 10.0.8 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mealie/10.0.8/README.md b/stable/mealie/10.0.8/README.md new file mode 100644 index 00000000000..9dab6fa4075 --- /dev/null +++ b/stable/mealie/10.0.8/README.md @@ -0,0 +1,107 @@ +# mealie + +Mealie is a self hosted recipe manager and meal planner with a RestAPI backend + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mealie](https://truecharts.org/docs/charts/stable/mealie) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mealie` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mealie TrueCharts/mealie +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mealie` deployment + +```console +helm uninstall mealie +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mealie \ + --set env.TZ="America/New York" \ + TrueCharts/mealie +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mealie TrueCharts/mealie -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mealie/10.0.8/app-readme.md b/stable/mealie/10.0.8/app-readme.md new file mode 100644 index 00000000000..f37d3627f24 --- /dev/null +++ b/stable/mealie/10.0.8/app-readme.md @@ -0,0 +1,8 @@ +Mealie is a self hosted recipe manager and meal planner with a RestAPI backend + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/mealie](https://truecharts.org/docs/charts/stable/mealie) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/mealie/10.0.8/charts/common-10.7.1.tgz b/stable/mealie/10.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mealie/10.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/mealie/10.0.8/charts/postgresql-8.0.101.tgz b/stable/mealie/10.0.8/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/mealie/10.0.8/charts/postgresql-8.0.101.tgz differ diff --git a/stable/mealie/10.0.8/ix_values.yaml b/stable/mealie/10.0.8/ix_values.yaml new file mode 100644 index 00000000000..dec210d7666 --- /dev/null +++ b/stable/mealie/10.0.8/ix_values.yaml @@ -0,0 +1,112 @@ +image: + repository: tccr.io/truecharts/mealie-frontend + tag: v1.0.0beta@sha256:be031b8c1c6a1698f18e7750a1482ca85f6c311bbb594cf8da46d0e206b0729a + pullPolicy: IfNotPresent + +apiImage: + repository: tccr.io/truecharts/mealie-api + tag: v1.0.0beta@sha256:4dad1521060d896c2e4782f57ca48007e831b2df497746637eb8f2d6a4a23c90 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +mealie_frontend: + theme: + light_primary: "#E58325" + light_accent: "#007A99" + light_secondary: "#973542" + light_success: "#43A047" + light_info: "#1976D2" + light_warning: "#FF6D00" + light_error: "#EF5350" + dark_primary: "#E58325" + dark_accent: "#007A99" + dark_secondary: "#973542" + dark_success: "#43A047" + dark_info: "#1976D2" + dark_warning: "#FF6D00" + dark_error: "#EF5350" + +mealie_backend: + general: + allow_signup: true + default_group: Home + default_email: changeme@email.com + base_url: "" + token_time: 48 + security: + max_login_attempts: 5 + user_lockout_time: 24 + webworkers: + workers_per_core: 1 + max_workers: 1 + web_concurrency: 1 + smtp: + user: "" + password: "" + host: "" + port: 587 + from_name: Mealie + from_email: "" + # TLS | SSL | NONE + auth_strategy: TLS + ldap: + auth_enabled: false + server_url: "" + tls_insecure: false + tls_cacertfile: "" + bind_template: "" + base_dn: "" + admin_filter: "" + +envFrom: + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-frontend-config' + +probes: + liveness: + type: HTTP + path: "/" + readiness: + type: HTTP + path: "/" + startup: + type: HTTP + path: "/" + +service: + main: + ports: + main: + port: 10018 + protocol: HTTP + targetPort: 3000 + api: + enabled: true + type: ClusterIP + ports: + api: + enabled: true + protocol: HTTP + port: 10019 + targetPort: 9000 + +persistence: + data: + enabled: true + mountPath: "/app/data" + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: mealie + postgresqlDatabase: mealie + +portal: + enabled: true diff --git a/stable/mealie/10.0.8/questions.yaml b/stable/mealie/10.0.8/questions.yaml new file mode 100644 index 00000000000..29b0cff54ec --- /dev/null +++ b/stable/mealie/10.0.8/questions.yaml @@ -0,0 +1,2989 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: mealie_frontend + group: Container Configuration + label: Mealie Frontend Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: theme + label: Theme + schema: + additional_attrs: true + type: dict + attrs: + - variable: light_primary + label: Light Primary + description: Light Theme Config Variable + schema: + type: string + default: "#E58325" + - variable: light_accent + label: Light Accent + description: Light Theme Config Variable + schema: + type: string + default: "#007A99" + - variable: light_secondary + label: Light Secondary + description: Light Theme Config Variable + schema: + type: string + default: "#973542" + - variable: light_success + label: Light Success + description: Light Theme Config Variable + schema: + type: string + default: "#43A047" + - variable: light_info + label: Light Info + description: Light Theme Config Variable + schema: + type: string + default: "#1976D2" + - variable: light_warning + label: Light Warning + description: Light Theme Config Variable + schema: + type: string + default: "#FF6D00" + - variable: light_error + label: Light Error + description: Light Theme Config Variable + schema: + type: string + default: "#EF5350" + - variable: dark_primary + label: Dark Primary + description: Dark Theme Config Variable + schema: + type: string + default: "#E58325" + - variable: dark_accent + label: Dark Accent + description: Dark Theme Config Variable + schema: + type: string + default: "#007A99" + - variable: dark_secondary + label: Dark Secondary + description: Dark Theme Config Variable + schema: + type: string + default: "#973542" + - variable: dark_success + label: Dark Success + description: Dark Theme Config Variable + schema: + type: string + default: "#43A047" + - variable: dark_info + label: Dark Info + description: Dark Theme Config Variable + schema: + type: string + default: "#1976D2" + - variable: dark_warning + label: Dark Warning + description: Dark Theme Config Variable + schema: + type: string + default: "#FF6D00" + - variable: dark_error + label: Dark Error + description: Dark Theme Config Variable + schema: + type: string + default: "#EF5350" + - variable: mealie_backend + group: Container Configuration + label: Mealie Backend Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: general + label: General + schema: + additional_attrs: true + type: dict + attrs: + - variable: allow_signup + label: Allow Sign up + description: Allow user sign-up without token + schema: + type: boolean + default: true + - variable: default_group + label: Default Group + description: The default group for users + schema: + type: string + default: Home + - variable: default_email + label: Default Email + description: The default username for the superuser + schema: + type: string + default: changeme@email.com + - variable: base_url + label: Base URL + description: Used for Notifications + schema: + type: string + default: "" + - variable: token_time + label: Token Time + description: The time in hours that a login/auth token is valid + schema: + type: int + default: 48 + - variable: security + label: Security + schema: + additional_attrs: true + type: dict + attrs: + - variable: max_login_attempts + label: Max Login Attempts + description: Maximum times a user can provide an invalid password before their account is locked + schema: + type: int + default: 5 + - variable: user_lockout_time + label: User Lockout Time + description: Time in hours for how long a users account is locked + schema: + type: int + default: 24 + - variable: webworkers + label: Web Workers + schema: + additional_attrs: true + type: dict + attrs: + - variable: workers_per_core + label: Workers Per Core + description: Set the number of workers to the number of CPU cores multiplied by this value. + schema: + type: int + default: 1 + - variable: max_workers + label: Max Workers + description: Set the maximum number of workers to use. Default is not set meaning unlimited. + schema: + type: int + default: 1 + - variable: web_concurrency + label: Web Concurrency + description: Override the automatic definition of number of workers. + schema: + type: int + default: 1 + - variable: smtp + label: SMTP + schema: + additional_attrs: true + type: dict + attrs: + - variable: user + label: User + description: Mail User + schema: + type: string + default: "" + - variable: password + label: Password + description: Mail Password + schema: + type: string + private: true + default: "" + - variable: host + label: Host + description: Mail Host + schema: + type: string + default: "" + - variable: port + label: Port + description: Mail Port + schema: + type: int + default: 587 + - variable: from_name + label: From Name + description: Mail From Name + schema: + type: string + default: Mealie + - variable: from_email + label: From Email + description: Mail From Email + schema: + type: string + default: "" + - variable: auth_strategy + label: Auth Strategy + description: Mail Auth Strategy + schema: + type: string + default: "TLS" + enum: + - value: TLS + description: TLS + - value: SSL + description: SSL + - value: NONE + description: NONE + - variable: ldap + label: LDAP + schema: + additional_attrs: true + type: dict + attrs: + - variable: auth_enabled + label: Auth Enabled + description: Authenticate via an external LDAP server in addition to built-in Mealie auth + schema: + type: boolean + default: false + - variable: server_url + label: Server URL + description: LDAP server URL + schema: + type: string + default: "" + - variable: tls_insecure + label: TLS Insecure + description: Do not verify server certificate when using secure LDAP + schema: + type: boolean + default: false + - variable: tls_cacertfile + label: TLS CA Cert File + description: File path to Certificate Authority used to verify server certificate + schema: + type: string + default: "" + - variable: bind_template + label: Bind Template + description: Templated DN for users, {} will be replaced with the username. + schema: + type: string + default: "" + - variable: base_dn + label: Base DN + description: Starting point when searching for users authentication. + schema: + type: string + default: "" + - variable: admin_filter + label: Admin Filter + description: Optional LDAP filter, which tells Mealie the LDAP user .is an admin + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10018 + 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 + hidden: true + 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: 3000 + - variable: api + label: API Service + description: The API Service + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: ClusterIP + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: api + label: API Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 10019 + 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 + hidden: true + 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: 9000 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: App Data Storage + description: Stores the Application Data. + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Ingress + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/mealie/10.0.8/templates/_api.tpl b/stable/mealie/10.0.8/templates/_api.tpl new file mode 100644 index 00000000000..e4b30bd66b5 --- /dev/null +++ b/stable/mealie/10.0.8/templates/_api.tpl @@ -0,0 +1,44 @@ +{{- define "mealie.api" -}} +image: {{ .Values.apiImage.repository }}:{{ .Values.apiImage.tag }} +imagePullPolicy: {{ .Values.apiImage.pullPolicy }} +securityContext: + runAsUser: {{ .Values.podSecurityContext.runAsUser }} + runAsGroup: {{ .Values.podSecurityContext.runAsGroup }} + readOnlyRootFilesystem: {{ .Values.securityContext.readOnlyRootFilesystem }} + runAsNonRoot: {{ .Values.securityContext.runAsNonRoot }} +envFrom: + - secretRef: + name: '{{ include "tc.common.names.fullname" . }}-api-secret' + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-api-config' +volumeMounts: + - name: data + mountPath: "/app/data" +readinessProbe: + httpGet: + path: /docs + port: {{ .Values.service.api.ports.api.targetPort }} + {{/* port: {{ .Values.service.api.ports.api.targetPort }} */}} + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +livenessProbe: + httpGet: + path: /docs + port: {{ .Values.service.api.ports.api.targetPort }} + {{/* port: {{ .Values.service.api.ports.api.targetPort }} */}} + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +startupProbe: + httpGet: + path: /docs + port: {{ .Values.service.api.ports.api.targetPort }} + {{/* port: {{ .Values.service.api.ports.api.targetPort }} */}} + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +{{- end -}} diff --git a/stable/mealie/10.0.8/templates/_configmap.tpl b/stable/mealie/10.0.8/templates/_configmap.tpl new file mode 100644 index 00000000000..6fe7db65a57 --- /dev/null +++ b/stable/mealie/10.0.8/templates/_configmap.tpl @@ -0,0 +1,135 @@ +{{/* Define the configmap */}} +{{- define "mealie.config" -}} + +{{- $frontendConfigName := printf "%s-frontend-config" (include "tc.common.names.fullname" .) }} +{{- $apiConfigName := printf "%s-api-config" (include "tc.common.names.fullname" .) }} + +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ $frontendConfigName }} + labels: + {{- include "tc.common.labels" . | nindent 4 }} +data: + API_URL: http://localhost:{{ .Values.service.api.ports.api.targetPort }} + {{/* https://github.com/hay-kot/mealie/issues/1666 */}} + {{/* API_URL: http://localhost:{{ .Values.service.api.ports.api.port }} */}} + THEME_LIGHT_PRIMARY: {{ .Values.mealie_frontend.theme.light_primary | default "#E58325" | quote }} + THEME_LIGHT_ACCENT: {{ .Values.mealie_frontend.theme.light_accent | default "#007A99" | quote }} + THEME_LIGHT_SECONDARY: {{ .Values.mealie_frontend.theme.light_secondary | default "#973542" | quote }} + THEME_LIGHT_SUCCESS: {{ .Values.mealie_frontend.theme.light_success | default "#43A047" | quote }} + THEME_LIGHT_INFO: {{ .Values.mealie_frontend.theme.light_info | default "#1976D2" | quote }} + THEME_LIGHT_WARNING: {{ .Values.mealie_frontend.theme.light_warning | default "#FF6D00" | quote }} + THEME_LIGHT_ERROR: {{ .Values.mealie_frontend.theme.light_error | default "#EF5350" | quote }} + THEME_DARK_PRIMARY: {{ .Values.mealie_frontend.theme.dark_primary | default "#E58325" | quote }} + THEME_DARK_ACCENT: {{ .Values.mealie_frontend.theme.dark_accent | default "#007A99" | quote }} + THEME_DARK_SECONDARY: {{ .Values.mealie_frontend.theme.dark_secondary | default "#973542" | quote }} + THEME_DARK_SUCCESS: {{ .Values.mealie_frontend.theme.dark_success | default "#43A047" | quote }} + THEME_DARK_INFO: {{ .Values.mealie_frontend.theme.dark_info | default "#1976D2" | quote }} + THEME_DARK_WARNING: {{ .Values.mealie_frontend.theme.dark_warning | default "#FF6D00" | quote }} + THEME_DARK_ERROR: {{ .Values.mealie_frontend.theme.dark_error | default "#EF5350" | quote }} + +--- + +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ $apiConfigName }} + labels: + {{- include "tc.common.labels" . | nindent 4 }} +data: + PUID: {{ .Values.security.PUID | quote }} + PGID: {{ .Values.podSecurityContext.fsGroup | quote }} + TZ: {{ .Values.TZ }} + DB_ENGINE: "postgres" + POSTGRES_PORT: "5432" + POSTGRES_USER: {{ .Values.postgresql.postgresqlUsername }} + POSTGRES_DB: {{ .Values.postgresql.postgresqlDatabase }} + POSTGRES_SERVER: {{ printf "%v-%v" .Release.Name "postgresql" }} + API_PORT: {{ .Values.service.api.ports.api.targetPort | quote }} + {{/* https://github.com/hay-kot/mealie/issues/1666 */}} + {{/* API_PORT: {{ .Values.service.api.ports.api.port | quote }} */}} + {{/* User Defined */}} + {{/* General */}} + ALLOW_SIGNUP: {{ .Values.mealie_backend.general.allow_signup | quote }} + API_DOCS: "true" + {{- with .Values.mealie_backend.general.default_group }} + DEFAULT_GROUP: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.general.default_email }} + DEFAULT_EMAIL: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.general.base_url }} + BASE_URL: {{ . }} + {{- end }} + {{- if hasKey .Values.mealie_backend.general "token_time" }} + {{- if or .Values.mealie_backend.general.token_time (eq 0 (int .Values.mealie_backend.general.token_time)) }} + TOKEN_TIME: {{ .Values.mealie_backend.general.token_time | quote }} + {{- end }} + {{- end }} + {{/* Security */}} + {{- if hasKey .Values.mealie_backend.security "max_login_attempts" }} + {{- if or .Values.mealie_backend.security.max_login_attempts (eq 0 (int .Values.mealie_backend.security.max_login_attempts)) }} + SECURITY_MAX_LOGIN_ATTEMPTS: {{ .Values.mealie_backend.security.max_login_attempts | quote }} + {{- end }} + {{- end }} + {{- if hasKey .Values.mealie_backend.security "user_lockout_time" }} + {{- if or .Values.mealie_backend.security.user_lockout_time (eq 0 (int .Values.mealie_backend.security.user_lockout_time)) }} + SECURITY_USER_LOCKOUT_TIME: {{ .Values.mealie_backend.security.user_lockout_time | quote }} + {{- end }} + {{- end }} + {{/* Security */}} + {{- if hasKey .Values.mealie_backend.webworkers "workers_per_core" }} + {{- if or .Values.mealie_backend.webworkers.workers_per_core (eq 0 (int .Values.mealie_backend.webworkers.workers_per_core)) }} + WORKERS_PER_CORE: {{ .Values.mealie_backend.webworkers.workers_per_core | quote }} + {{- end }} + {{- end }} + {{- if hasKey .Values.mealie_backend.webworkers "max_workers" }} + {{- if or .Values.mealie_backend.webworkers.max_workers (eq 0 (int .Values.mealie_backend.webworkers.max_workers)) }} + MAX_WORKERS: {{ .Values.mealie_backend.webworkers.max_workers | quote }} + {{- end }} + {{- end }} + {{- if hasKey .Values.mealie_backend.webworkers "web_concurrency" }} + {{- if or .Values.mealie_backend.webworkers.web_concurrency (eq 0 (int .Values.mealie_backend.webworkers.web_concurrency)) }} + WEB_CONCURRENCY: {{ .Values.mealie_backend.webworkers.web_concurrency | quote }} + {{- end }} + {{- end }} + {{/* SMTP */}} + {{- if hasKey .Values.mealie_backend.smtp "port" }} + {{- if or .Values.mealie_backend.smtp.port (eq 0 (int .Values.mealie_backend.smtp.port)) }} + SMTP_PORT: {{ .Values.mealie_backend.smtp.port | quote }} + {{- end }} + {{- end }} + {{- with .Values.mealie_backend.smtp.host }} + SMTP_HOST: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.smtp.from_name }} + SMTP_FROM_NAME: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.smtp.auth_strategy }} + SMTP_AUTH_STRATEGY: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.smtp.from_email }} + SMTP_FROM_EMAIL: {{ . }} + {{- end }} + {{/* SMTP */}} + LDAP_AUTH_ENABLED: {{ .Values.mealie_backend.ldap.auth_enabled | quote }} + LDAP_TLS_INSECURE: {{ .Values.mealie_backend.ldap.tls_insecure | quote }} + {{- with .Values.mealie_backend.ldap.server_url }} + LDAP_SERVER_URL: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.ldap.tls_cacertfile }} + LDAP_TLS_CACERTFILE: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.ldap.bind_template }} + LDAP_BIND_TEMPLATE: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.ldap.base_dn }} + LDAP_BASE_DN: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.ldap.admin_filter }} + LDAP_ADMIN_FILTER: {{ . }} + {{- end }} +{{- end -}} diff --git a/stable/mealie/10.0.8/templates/_secret.tpl b/stable/mealie/10.0.8/templates/_secret.tpl new file mode 100644 index 00000000000..a4b535c9079 --- /dev/null +++ b/stable/mealie/10.0.8/templates/_secret.tpl @@ -0,0 +1,24 @@ +{{/* Define the secret */}} +{{- define "mealie.secret" -}} + +{{- $apiSecretName := printf "%s-api-secret" (include "tc.common.names.fullname" .) }} + +--- + +{{/* This secrets are loaded on both main authentik container and worker */}} +apiVersion: v1 +kind: Secret +type: Opaque +metadata: + name: {{ $apiSecretName }} + labels: + {{- include "tc.common.labels" . | nindent 4 }} +data: + POSTGRES_PASSWORD: {{ .Values.postgresql.postgresqlPassword | trimAll "\"" | b64enc }} + {{- with .Values.mealie_backend.smtp.user | b64enc }} + SMTP_USER: {{ . }} + {{- end }} + {{- with .Values.mealie_backend.smtp.password | b64enc }} + SMTP_PASSWORD: {{ . }} + {{- end }} +{{- end }} diff --git a/stable/mealie/10.0.8/templates/common.yaml b/stable/mealie/10.0.8/templates/common.yaml new file mode 100644 index 00000000000..bd88d41c606 --- /dev/null +++ b/stable/mealie/10.0.8/templates/common.yaml @@ -0,0 +1,13 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render secret */}} +{{- include "mealie.secret" . }} + +{{/* Render config */}} +{{- include "mealie.config" . }} + +{{- $_ := set .Values.additionalContainers "api" (include "mealie.api" . | fromYaml) -}} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/mylar/6.0.46/values.yaml b/stable/mealie/10.0.8/values.yaml similarity index 100% rename from stable/mylar/6.0.46/values.yaml rename to stable/mealie/10.0.8/values.yaml diff --git a/stable/mediainfo/1.0.18/CHANGELOG.md b/stable/mediainfo/1.0.18/CHANGELOG.md deleted file mode 100644 index 44605518e7b..00000000000 --- a/stable/mediainfo/1.0.18/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mediainfo-1.0.18](https://github.com/truecharts/charts/compare/mediainfo-1.0.17...mediainfo-1.0.18) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [mediainfo-1.0.17](https://github.com/truecharts/charts/compare/mediainfo-1.0.16...mediainfo-1.0.17) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/mediainfo to v22.10.1 ([#4098](https://github.com/truecharts/charts/issues/4098)) - - - - -## [mediainfo-1.0.16](https://github.com/truecharts/charts/compare/mediainfo-1.0.15...mediainfo-1.0.16) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mediainfo-1.0.15](https://github.com/truecharts/charts/compare/mediainfo-1.0.14...mediainfo-1.0.15) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [mediainfo-1.0.14](https://github.com/truecharts/charts/compare/mediainfo-1.0.13...mediainfo-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediainfo-1.0.14](https://github.com/truecharts/charts/compare/mediainfo-1.0.13...mediainfo-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mediainfo-1.0.13](https://github.com/truecharts/charts/compare/mediainfo-1.0.12...mediainfo-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mediainfo-1.0.12](https://github.com/truecharts/charts/compare/mediainfo-1.0.11...mediainfo-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mediainfo-1.0.11](https://github.com/truecharts/charts/compare/mediainfo-1.0.10...mediainfo-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mediainfo-1.0.10](https://github.com/truecharts/charts/compare/mediainfo-1.0.9...mediainfo-1.0.10) (2022-09-22) - -### Chore diff --git a/stable/mediainfo/1.0.18/Chart.lock b/stable/mediainfo/1.0.18/Chart.lock deleted file mode 100644 index ea946b13c39..00000000000 --- a/stable/mediainfo/1.0.18/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:55:10.564085188Z" diff --git a/stable/mediainfo/1.0.18/Chart.yaml b/stable/mediainfo/1.0.18/Chart.yaml deleted file mode 100644 index 13c8a8897cb..00000000000 --- a/stable/mediainfo/1.0.18/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "22.10.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. -home: https://truecharts.org/docs/charts/stable/mediainfo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png -keywords: - - info - - media -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mediainfo -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo - - https://github.com/jlesage/docker-mediainfo - - https://hub.docker.com/r/jlesage/mediainfo/ -type: application -version: 1.0.18 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mediainfo/1.0.18/README.md b/stable/mediainfo/1.0.18/README.md deleted file mode 100644 index 655d794828b..00000000000 --- a/stable/mediainfo/1.0.18/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mediainfo - -MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mediainfo](https://truecharts.org/docs/charts/stable/mediainfo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mediainfo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mediainfo TrueCharts/mediainfo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mediainfo` deployment - -```console -helm uninstall mediainfo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mediainfo \ - --set env.TZ="America/New York" \ - TrueCharts/mediainfo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mediainfo TrueCharts/mediainfo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mediainfo/1.0.18/charts/common-10.7.0.tgz b/stable/mediainfo/1.0.18/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mediainfo/1.0.18/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mediainfo/1.0.19/CHANGELOG.md b/stable/mediainfo/1.0.19/CHANGELOG.md new file mode 100644 index 00000000000..3e4ece7f281 --- /dev/null +++ b/stable/mediainfo/1.0.19/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mediainfo-1.0.19](https://github.com/truecharts/charts/compare/mediainfo-1.0.18...mediainfo-1.0.19) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mediainfo-1.0.18](https://github.com/truecharts/charts/compare/mediainfo-1.0.17...mediainfo-1.0.18) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [mediainfo-1.0.17](https://github.com/truecharts/charts/compare/mediainfo-1.0.16...mediainfo-1.0.17) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update container image tccr.io/truecharts/mediainfo to v22.10.1 ([#4098](https://github.com/truecharts/charts/issues/4098)) + + + + +## [mediainfo-1.0.16](https://github.com/truecharts/charts/compare/mediainfo-1.0.15...mediainfo-1.0.16) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mediainfo-1.0.15](https://github.com/truecharts/charts/compare/mediainfo-1.0.14...mediainfo-1.0.15) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [mediainfo-1.0.14](https://github.com/truecharts/charts/compare/mediainfo-1.0.13...mediainfo-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediainfo-1.0.14](https://github.com/truecharts/charts/compare/mediainfo-1.0.13...mediainfo-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mediainfo-1.0.13](https://github.com/truecharts/charts/compare/mediainfo-1.0.12...mediainfo-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mediainfo-1.0.12](https://github.com/truecharts/charts/compare/mediainfo-1.0.11...mediainfo-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mediainfo-1.0.11](https://github.com/truecharts/charts/compare/mediainfo-1.0.10...mediainfo-1.0.11) (2022-09-25) + +### Chore diff --git a/stable/mediainfo/1.0.19/Chart.lock b/stable/mediainfo/1.0.19/Chart.lock new file mode 100644 index 00000000000..e57d5db1121 --- /dev/null +++ b/stable/mediainfo/1.0.19/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:25:23.774734654Z" diff --git a/stable/mediainfo/1.0.19/Chart.yaml b/stable/mediainfo/1.0.19/Chart.yaml new file mode 100644 index 00000000000..9bde36749f1 --- /dev/null +++ b/stable/mediainfo/1.0.19/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "22.10.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. +home: https://truecharts.org/docs/charts/stable/mediainfo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.png +keywords: + - info + - media +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mediainfo +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mediainfo + - https://github.com/jlesage/docker-mediainfo + - https://hub.docker.com/r/jlesage/mediainfo/ +type: application +version: 1.0.19 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mediainfo/1.0.19/README.md b/stable/mediainfo/1.0.19/README.md new file mode 100644 index 00000000000..ada1e7d31fe --- /dev/null +++ b/stable/mediainfo/1.0.19/README.md @@ -0,0 +1,107 @@ +# mediainfo + +MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mediainfo](https://truecharts.org/docs/charts/stable/mediainfo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mediainfo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mediainfo TrueCharts/mediainfo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mediainfo` deployment + +```console +helm uninstall mediainfo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mediainfo \ + --set env.TZ="America/New York" \ + TrueCharts/mediainfo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mediainfo TrueCharts/mediainfo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mediainfo/1.0.18/app-readme.md b/stable/mediainfo/1.0.19/app-readme.md similarity index 100% rename from stable/mediainfo/1.0.18/app-readme.md rename to stable/mediainfo/1.0.19/app-readme.md diff --git a/stable/mediainfo/1.0.19/charts/common-10.7.1.tgz b/stable/mediainfo/1.0.19/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mediainfo/1.0.19/charts/common-10.7.1.tgz differ diff --git a/stable/mediainfo/1.0.18/ix_values.yaml b/stable/mediainfo/1.0.19/ix_values.yaml similarity index 100% rename from stable/mediainfo/1.0.18/ix_values.yaml rename to stable/mediainfo/1.0.19/ix_values.yaml diff --git a/stable/mediainfo/1.0.18/questions.yaml b/stable/mediainfo/1.0.19/questions.yaml similarity index 100% rename from stable/mediainfo/1.0.18/questions.yaml rename to stable/mediainfo/1.0.19/questions.yaml diff --git a/stable/mymediaforalexa/1.0.15/templates/common.yaml b/stable/mediainfo/1.0.19/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/1.0.15/templates/common.yaml rename to stable/mediainfo/1.0.19/templates/common.yaml diff --git a/stable/mymediaforalexa/1.0.15/values.yaml b/stable/mediainfo/1.0.19/values.yaml similarity index 100% rename from stable/mymediaforalexa/1.0.15/values.yaml rename to stable/mediainfo/1.0.19/values.yaml diff --git a/stable/medusa/3.0.52/CHANGELOG.md b/stable/medusa/3.0.52/CHANGELOG.md deleted file mode 100644 index 527933b3051..00000000000 --- a/stable/medusa/3.0.52/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [medusa-3.0.52](https://github.com/truecharts/charts/compare/medusa-3.0.51...medusa-3.0.52) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [medusa-3.0.51](https://github.com/truecharts/charts/compare/medusa-3.0.50...medusa-3.0.51) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [medusa-3.0.50](https://github.com/truecharts/charts/compare/medusa-3.0.49...medusa-3.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [medusa-3.0.50](https://github.com/truecharts/charts/compare/medusa-3.0.49...medusa-3.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [medusa-3.0.49](https://github.com/truecharts/charts/compare/medusa-3.0.48...medusa-3.0.49) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [medusa-3.0.48](https://github.com/truecharts/charts/compare/medusa-3.0.47...medusa-3.0.48) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [medusa-3.0.47](https://github.com/truecharts/charts/compare/medusa-3.0.46...medusa-3.0.47) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [medusa-3.0.46](https://github.com/truecharts/charts/compare/medusa-3.0.45...medusa-3.0.46) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [medusa-3.0.45](https://github.com/truecharts/charts/compare/medusa-3.0.43...medusa-3.0.45) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/medusa/3.0.52/Chart.lock b/stable/medusa/3.0.52/Chart.lock deleted file mode 100644 index 31fe3487d23..00000000000 --- a/stable/medusa/3.0.52/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:19:48.886913022Z" diff --git a/stable/medusa/3.0.52/Chart.yaml b/stable/medusa/3.0.52/Chart.yaml deleted file mode 100644 index 7b8681bf188..00000000000 --- a/stable/medusa/3.0.52/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.9" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An automatic Video Library Manager for TV Shows -home: https://truecharts.org/docs/charts/stable/medusa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png -keywords: - - medusa - - video - - library - - manager - - tv - - shows -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: medusa -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/medusa - - https://github.com/linuxserver/docker-medusa - - https://pymedusa.com/ -type: application -version: 3.0.52 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/medusa/3.0.52/README.md b/stable/medusa/3.0.52/README.md deleted file mode 100644 index 634805ed93a..00000000000 --- a/stable/medusa/3.0.52/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# medusa - -An automatic Video Library Manager for TV Shows - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [medusa](https://truecharts.org/docs/charts/stable/medusa) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `medusa` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install medusa TrueCharts/medusa -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `medusa` deployment - -```console -helm uninstall medusa -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install medusa \ - --set env.TZ="America/New York" \ - TrueCharts/medusa -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install medusa TrueCharts/medusa -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/medusa/3.0.52/charts/common-10.7.0.tgz b/stable/medusa/3.0.52/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/medusa/3.0.52/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/medusa/3.0.53/CHANGELOG.md b/stable/medusa/3.0.53/CHANGELOG.md new file mode 100644 index 00000000000..d55056be10f --- /dev/null +++ b/stable/medusa/3.0.53/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [medusa-3.0.53](https://github.com/truecharts/charts/compare/medusa-3.0.52...medusa-3.0.53) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [medusa-3.0.52](https://github.com/truecharts/charts/compare/medusa-3.0.51...medusa-3.0.52) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [medusa-3.0.51](https://github.com/truecharts/charts/compare/medusa-3.0.50...medusa-3.0.51) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [medusa-3.0.50](https://github.com/truecharts/charts/compare/medusa-3.0.49...medusa-3.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [medusa-3.0.50](https://github.com/truecharts/charts/compare/medusa-3.0.49...medusa-3.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [medusa-3.0.49](https://github.com/truecharts/charts/compare/medusa-3.0.48...medusa-3.0.49) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [medusa-3.0.48](https://github.com/truecharts/charts/compare/medusa-3.0.47...medusa-3.0.48) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [medusa-3.0.47](https://github.com/truecharts/charts/compare/medusa-3.0.46...medusa-3.0.47) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [medusa-3.0.46](https://github.com/truecharts/charts/compare/medusa-3.0.45...medusa-3.0.46) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [medusa-3.0.45](https://github.com/truecharts/charts/compare/medusa-3.0.43...medusa-3.0.45) (2022-09-22) + +### Chore diff --git a/stable/medusa/3.0.53/Chart.lock b/stable/medusa/3.0.53/Chart.lock new file mode 100644 index 00000000000..b709468033f --- /dev/null +++ b/stable/medusa/3.0.53/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:25:30.508468152Z" diff --git a/stable/medusa/3.0.53/Chart.yaml b/stable/medusa/3.0.53/Chart.yaml new file mode 100644 index 00000000000..4e22de2a770 --- /dev/null +++ b/stable/medusa/3.0.53/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "1.0.9" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An automatic Video Library Manager for TV Shows +home: https://truecharts.org/docs/charts/stable/medusa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png +keywords: + - medusa + - video + - library + - manager + - tv + - shows +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: medusa +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/medusa + - https://github.com/linuxserver/docker-medusa + - https://pymedusa.com/ +type: application +version: 3.0.53 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/medusa/3.0.53/README.md b/stable/medusa/3.0.53/README.md new file mode 100644 index 00000000000..91eeca7d3a9 --- /dev/null +++ b/stable/medusa/3.0.53/README.md @@ -0,0 +1,107 @@ +# medusa + +An automatic Video Library Manager for TV Shows + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [medusa](https://truecharts.org/docs/charts/stable/medusa) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `medusa` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install medusa TrueCharts/medusa +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `medusa` deployment + +```console +helm uninstall medusa +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install medusa \ + --set env.TZ="America/New York" \ + TrueCharts/medusa +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install medusa TrueCharts/medusa -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/medusa/3.0.52/app-readme.md b/stable/medusa/3.0.53/app-readme.md similarity index 100% rename from stable/medusa/3.0.52/app-readme.md rename to stable/medusa/3.0.53/app-readme.md diff --git a/stable/medusa/3.0.53/charts/common-10.7.1.tgz b/stable/medusa/3.0.53/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/medusa/3.0.53/charts/common-10.7.1.tgz differ diff --git a/stable/medusa/3.0.52/ix_values.yaml b/stable/medusa/3.0.53/ix_values.yaml similarity index 100% rename from stable/medusa/3.0.52/ix_values.yaml rename to stable/medusa/3.0.53/ix_values.yaml diff --git a/stable/medusa/3.0.52/questions.yaml b/stable/medusa/3.0.53/questions.yaml similarity index 100% rename from stable/medusa/3.0.52/questions.yaml rename to stable/medusa/3.0.53/questions.yaml diff --git a/stable/medusa/3.0.52/templates/common.yaml b/stable/medusa/3.0.53/templates/common.yaml similarity index 100% rename from stable/medusa/3.0.52/templates/common.yaml rename to stable/medusa/3.0.53/templates/common.yaml diff --git a/stable/mysql-workbench/2.0.37/values.yaml b/stable/medusa/3.0.53/values.yaml similarity index 100% rename from stable/mysql-workbench/2.0.37/values.yaml rename to stable/medusa/3.0.53/values.yaml diff --git a/stable/meshroom/2.0.36/CHANGELOG.md b/stable/meshroom/2.0.36/CHANGELOG.md deleted file mode 100644 index fd8e1571c32..00000000000 --- a/stable/meshroom/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [meshroom-2.0.36](https://github.com/truecharts/charts/compare/meshroom-2.0.35...meshroom-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [meshroom-2.0.35](https://github.com/truecharts/charts/compare/meshroom-2.0.34...meshroom-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [meshroom-2.0.35](https://github.com/truecharts/charts/compare/meshroom-2.0.34...meshroom-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [meshroom-2.0.34](https://github.com/truecharts/charts/compare/meshroom-2.0.33...meshroom-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [meshroom-2.0.33](https://github.com/truecharts/charts/compare/meshroom-2.0.32...meshroom-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [meshroom-2.0.32](https://github.com/truecharts/charts/compare/meshroom-2.0.31...meshroom-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [meshroom-2.0.31](https://github.com/truecharts/charts/compare/meshroom-2.0.30...meshroom-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [meshroom-2.0.31](https://github.com/truecharts/charts/compare/meshroom-2.0.30...meshroom-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/meshroom/2.0.36/Chart.lock b/stable/meshroom/2.0.36/Chart.lock deleted file mode 100644 index 1a3d01dd404..00000000000 --- a/stable/meshroom/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:40:20.622037083Z" diff --git a/stable/meshroom/2.0.36/Chart.yaml b/stable/meshroom/2.0.36/Chart.yaml deleted file mode 100644 index 438d4778382..00000000000 --- a/stable/meshroom/2.0.36/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. -home: https://truecharts.org/docs/charts/stable/meshroom -icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png -keywords: - - meshroom -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: meshroom -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom - - https://github.com/alicevision/meshroom - - https://hub.docker.com/r/alicevision/meshroom -version: 2.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/meshroom/2.0.36/README.md b/stable/meshroom/2.0.36/README.md deleted file mode 100644 index 86a301d24f2..00000000000 --- a/stable/meshroom/2.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# meshroom - -Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [meshroom](https://truecharts.org/docs/charts/stable/meshroom) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `meshroom` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install meshroom TrueCharts/meshroom -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `meshroom` deployment - -```console -helm uninstall meshroom -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install meshroom \ - --set env.TZ="America/New York" \ - TrueCharts/meshroom -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install meshroom TrueCharts/meshroom -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/meshroom/2.0.36/charts/common-10.7.0.tgz b/stable/meshroom/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/meshroom/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/meshroom/2.0.37/CHANGELOG.md b/stable/meshroom/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..c85adb4aabd --- /dev/null +++ b/stable/meshroom/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [meshroom-2.0.37](https://github.com/truecharts/charts/compare/meshroom-2.0.36...meshroom-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [meshroom-2.0.36](https://github.com/truecharts/charts/compare/meshroom-2.0.35...meshroom-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [meshroom-2.0.35](https://github.com/truecharts/charts/compare/meshroom-2.0.34...meshroom-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [meshroom-2.0.35](https://github.com/truecharts/charts/compare/meshroom-2.0.34...meshroom-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [meshroom-2.0.34](https://github.com/truecharts/charts/compare/meshroom-2.0.33...meshroom-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [meshroom-2.0.33](https://github.com/truecharts/charts/compare/meshroom-2.0.32...meshroom-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [meshroom-2.0.32](https://github.com/truecharts/charts/compare/meshroom-2.0.31...meshroom-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [meshroom-2.0.31](https://github.com/truecharts/charts/compare/meshroom-2.0.30...meshroom-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/meshroom/2.0.37/Chart.lock b/stable/meshroom/2.0.37/Chart.lock new file mode 100644 index 00000000000..9319838c1ae --- /dev/null +++ b/stable/meshroom/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:25:53.020951598Z" diff --git a/stable/meshroom/2.0.37/Chart.yaml b/stable/meshroom/2.0.37/Chart.yaml new file mode 100644 index 00000000000..bfa85f27b98 --- /dev/null +++ b/stable/meshroom/2.0.37/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. +home: https://truecharts.org/docs/charts/stable/meshroom +icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.png +keywords: + - meshroom +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: meshroom +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/meshroom + - https://github.com/alicevision/meshroom + - https://hub.docker.com/r/alicevision/meshroom +version: 2.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/meshroom/2.0.37/README.md b/stable/meshroom/2.0.37/README.md new file mode 100644 index 00000000000..cd61004a4c3 --- /dev/null +++ b/stable/meshroom/2.0.37/README.md @@ -0,0 +1,107 @@ +# meshroom + +Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [meshroom](https://truecharts.org/docs/charts/stable/meshroom) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `meshroom` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install meshroom TrueCharts/meshroom +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `meshroom` deployment + +```console +helm uninstall meshroom +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install meshroom \ + --set env.TZ="America/New York" \ + TrueCharts/meshroom +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install meshroom TrueCharts/meshroom -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/meshroom/2.0.36/app-readme.md b/stable/meshroom/2.0.37/app-readme.md similarity index 100% rename from stable/meshroom/2.0.36/app-readme.md rename to stable/meshroom/2.0.37/app-readme.md diff --git a/stable/meshroom/2.0.37/charts/common-10.7.1.tgz b/stable/meshroom/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/meshroom/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/meshroom/2.0.36/ix_values.yaml b/stable/meshroom/2.0.37/ix_values.yaml similarity index 100% rename from stable/meshroom/2.0.36/ix_values.yaml rename to stable/meshroom/2.0.37/ix_values.yaml diff --git a/stable/meshroom/2.0.36/questions.yaml b/stable/meshroom/2.0.37/questions.yaml similarity index 100% rename from stable/meshroom/2.0.36/questions.yaml rename to stable/meshroom/2.0.37/questions.yaml diff --git a/stable/mysql-workbench/2.0.37/templates/common.yaml b/stable/meshroom/2.0.37/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/2.0.37/templates/common.yaml rename to stable/meshroom/2.0.37/templates/common.yaml diff --git a/stable/n8n/4.0.67/values.yaml b/stable/meshroom/2.0.37/values.yaml similarity index 100% rename from stable/n8n/4.0.67/values.yaml rename to stable/meshroom/2.0.37/values.yaml diff --git a/stable/metube/2.0.35/CHANGELOG.md b/stable/metube/2.0.35/CHANGELOG.md deleted file mode 100644 index c59fccc49af..00000000000 --- a/stable/metube/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [metube-2.0.35](https://github.com/truecharts/charts/compare/metube-2.0.34...metube-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [metube-2.0.34](https://github.com/truecharts/charts/compare/metube-2.0.33...metube-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metube-2.0.34](https://github.com/truecharts/charts/compare/metube-2.0.33...metube-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [metube-2.0.33](https://github.com/truecharts/charts/compare/metube-2.0.32...metube-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [metube-2.0.32](https://github.com/truecharts/charts/compare/metube-2.0.31...metube-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [metube-2.0.31](https://github.com/truecharts/charts/compare/metube-2.0.30...metube-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [metube-2.0.30](https://github.com/truecharts/charts/compare/metube-2.0.29...metube-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [metube-2.0.30](https://github.com/truecharts/charts/compare/metube-2.0.29...metube-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/metube/2.0.35/Chart.lock b/stable/metube/2.0.35/Chart.lock deleted file mode 100644 index 198b08d94eb..00000000000 --- a/stable/metube/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:40:24.912651955Z" diff --git a/stable/metube/2.0.35/Chart.yaml b/stable/metube/2.0.35/Chart.yaml deleted file mode 100644 index b705d803fa2..00000000000 --- a/stable/metube/2.0.35/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "2022" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites -home: https://truecharts.org/docs/charts/stable/metube -icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png -keywords: - - metube -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: metube -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/metube - - https://github.com/alexta69/metube -version: 2.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/metube/2.0.35/README.md b/stable/metube/2.0.35/README.md deleted file mode 100644 index 0605648a062..00000000000 --- a/stable/metube/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# metube - -Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [metube](https://truecharts.org/docs/charts/stable/metube) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `metube` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install metube TrueCharts/metube -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `metube` deployment - -```console -helm uninstall metube -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install metube \ - --set env.TZ="America/New York" \ - TrueCharts/metube -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install metube TrueCharts/metube -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/metube/2.0.35/charts/common-10.7.0.tgz b/stable/metube/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/metube/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/metube/2.0.36/CHANGELOG.md b/stable/metube/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..4dbe9fa5ff0 --- /dev/null +++ b/stable/metube/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [metube-2.0.36](https://github.com/truecharts/charts/compare/metube-2.0.35...metube-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [metube-2.0.35](https://github.com/truecharts/charts/compare/metube-2.0.34...metube-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [metube-2.0.34](https://github.com/truecharts/charts/compare/metube-2.0.33...metube-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metube-2.0.34](https://github.com/truecharts/charts/compare/metube-2.0.33...metube-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [metube-2.0.33](https://github.com/truecharts/charts/compare/metube-2.0.32...metube-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [metube-2.0.32](https://github.com/truecharts/charts/compare/metube-2.0.31...metube-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [metube-2.0.31](https://github.com/truecharts/charts/compare/metube-2.0.30...metube-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [metube-2.0.30](https://github.com/truecharts/charts/compare/metube-2.0.29...metube-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/metube/2.0.36/Chart.lock b/stable/metube/2.0.36/Chart.lock new file mode 100644 index 00000000000..90a3ae13ef4 --- /dev/null +++ b/stable/metube/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:25:55.128632921Z" diff --git a/stable/metube/2.0.36/Chart.yaml b/stable/metube/2.0.36/Chart.yaml new file mode 100644 index 00000000000..7bf319fe142 --- /dev/null +++ b/stable/metube/2.0.36/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "2022" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites +home: https://truecharts.org/docs/charts/stable/metube +icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.png +keywords: + - metube +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: metube +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/metube + - https://github.com/alexta69/metube +version: 2.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/metube/2.0.36/README.md b/stable/metube/2.0.36/README.md new file mode 100644 index 00000000000..e70c708709b --- /dev/null +++ b/stable/metube/2.0.36/README.md @@ -0,0 +1,106 @@ +# metube + +Web GUI for youtube-dl (using the yt-dlp fork) with playlist support. Allows you to download videos from YouTube and dozens of other sites + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [metube](https://truecharts.org/docs/charts/stable/metube) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `metube` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install metube TrueCharts/metube +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `metube` deployment + +```console +helm uninstall metube +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install metube \ + --set env.TZ="America/New York" \ + TrueCharts/metube +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install metube TrueCharts/metube -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/metube/2.0.35/app-readme.md b/stable/metube/2.0.36/app-readme.md similarity index 100% rename from stable/metube/2.0.35/app-readme.md rename to stable/metube/2.0.36/app-readme.md diff --git a/stable/metube/2.0.36/charts/common-10.7.1.tgz b/stable/metube/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/metube/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/metube/2.0.35/ix_values.yaml b/stable/metube/2.0.36/ix_values.yaml similarity index 100% rename from stable/metube/2.0.35/ix_values.yaml rename to stable/metube/2.0.36/ix_values.yaml diff --git a/stable/metube/2.0.35/questions.yaml b/stable/metube/2.0.36/questions.yaml similarity index 100% rename from stable/metube/2.0.35/questions.yaml rename to stable/metube/2.0.36/questions.yaml diff --git a/stable/nano-wallet/2.0.35/templates/common.yaml b/stable/metube/2.0.36/templates/common.yaml similarity index 100% rename from stable/nano-wallet/2.0.35/templates/common.yaml rename to stable/metube/2.0.36/templates/common.yaml diff --git a/stable/nano-wallet/2.0.35/values.yaml b/stable/metube/2.0.36/values.yaml similarity index 100% rename from stable/nano-wallet/2.0.35/values.yaml rename to stable/metube/2.0.36/values.yaml diff --git a/stable/minecraft-bedrock/1.0.39/CHANGELOG.md b/stable/minecraft-bedrock/1.0.39/CHANGELOG.md deleted file mode 100644 index 531b82f6964..00000000000 --- a/stable/minecraft-bedrock/1.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - - -## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.37](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.36...minecraft-bedrock-1.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.36](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.35...minecraft-bedrock-1.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minecraft-bedrock-1.0.35](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.34...minecraft-bedrock-1.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minecraft-bedrock-1.0.34](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.33...minecraft-bedrock-1.0.34) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [kiwix-serve-1.0.1](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.27...kiwix-serve-1.0.1) (2022-09-23) - -### Fix - -- Serve all .zim files in the data dir ([#3848](https://github.com/truecharts/charts/issues/3848)) - - - - -## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/minecraft-bedrock/1.0.39/Chart.lock b/stable/minecraft-bedrock/1.0.39/Chart.lock deleted file mode 100644 index 41d7ce6c9e1..00000000000 --- a/stable/minecraft-bedrock/1.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:40:27.342981204Z" diff --git a/stable/minecraft-bedrock/1.0.39/Chart.yaml b/stable/minecraft-bedrock/1.0.39/Chart.yaml deleted file mode 100644 index 8589f59e5b2..00000000000 --- a/stable/minecraft-bedrock/1.0.39/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2022.1.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Minecraft Bedrock Dedicated Server -home: https://truecharts.org/docs/charts/stable/minecraft-bedrock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png -keywords: - - minecraft -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: minecraft-bedrock -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock - - https://github.com/itzg/docker-minecraft-server - - https://hub.docker.com/r/itzg/minecraft-server -type: application -version: 1.0.39 -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minecraft-bedrock/1.0.39/README.md b/stable/minecraft-bedrock/1.0.39/README.md deleted file mode 100644 index 1fc691cf3ba..00000000000 --- a/stable/minecraft-bedrock/1.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# minecraft-bedrock - -Minecraft Bedrock Dedicated Server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minecraft-bedrock](https://truecharts.org/docs/charts/stable/minecraft-bedrock) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minecraft-bedrock` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minecraft-bedrock TrueCharts/minecraft-bedrock -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minecraft-bedrock` deployment - -```console -helm uninstall minecraft-bedrock -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minecraft-bedrock \ - --set env.TZ="America/New York" \ - TrueCharts/minecraft-bedrock -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minecraft-bedrock TrueCharts/minecraft-bedrock -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minecraft-bedrock/1.0.39/charts/common-10.7.0.tgz b/stable/minecraft-bedrock/1.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minecraft-bedrock/1.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/1.0.40/CHANGELOG.md b/stable/minecraft-bedrock/1.0.40/CHANGELOG.md new file mode 100644 index 00000000000..e5c910ec09a --- /dev/null +++ b/stable/minecraft-bedrock/1.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minecraft-bedrock-1.0.40](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.39...minecraft-bedrock-1.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + + +## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.37](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.36...minecraft-bedrock-1.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.36](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.35...minecraft-bedrock-1.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minecraft-bedrock-1.0.35](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.34...minecraft-bedrock-1.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [minecraft-bedrock-1.0.34](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.33...minecraft-bedrock-1.0.34) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [kiwix-serve-1.0.1](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.27...kiwix-serve-1.0.1) (2022-09-23) + +### Fix + +- Serve all .zim files in the data dir ([#3848](https://github.com/truecharts/charts/issues/3848)) + + + + +## [kiwix-serve-0.0.27](https://github.com/truecharts/charts/compare/kiwix-serve-0.0.26...kiwix-serve-0.0.27) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/minecraft-bedrock/1.0.40/Chart.lock b/stable/minecraft-bedrock/1.0.40/Chart.lock new file mode 100644 index 00000000000..ce61b324033 --- /dev/null +++ b/stable/minecraft-bedrock/1.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:25:55.292300879Z" diff --git a/stable/minecraft-bedrock/1.0.40/Chart.yaml b/stable/minecraft-bedrock/1.0.40/Chart.yaml new file mode 100644 index 00000000000..32d1f724fbd --- /dev/null +++ b/stable/minecraft-bedrock/1.0.40/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2022.1.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Minecraft Bedrock Dedicated Server +home: https://truecharts.org/docs/charts/stable/minecraft-bedrock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.png +keywords: + - minecraft +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: minecraft-bedrock +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-bedrock + - https://github.com/itzg/docker-minecraft-server + - https://hub.docker.com/r/itzg/minecraft-server +type: application +version: 1.0.40 +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minecraft-bedrock/1.0.40/README.md b/stable/minecraft-bedrock/1.0.40/README.md new file mode 100644 index 00000000000..768d6e8466a --- /dev/null +++ b/stable/minecraft-bedrock/1.0.40/README.md @@ -0,0 +1,107 @@ +# minecraft-bedrock + +Minecraft Bedrock Dedicated Server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minecraft-bedrock](https://truecharts.org/docs/charts/stable/minecraft-bedrock) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minecraft-bedrock` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minecraft-bedrock TrueCharts/minecraft-bedrock +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minecraft-bedrock` deployment + +```console +helm uninstall minecraft-bedrock +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minecraft-bedrock \ + --set env.TZ="America/New York" \ + TrueCharts/minecraft-bedrock +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minecraft-bedrock TrueCharts/minecraft-bedrock -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minecraft-bedrock/1.0.39/app-readme.md b/stable/minecraft-bedrock/1.0.40/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/1.0.39/app-readme.md rename to stable/minecraft-bedrock/1.0.40/app-readme.md diff --git a/stable/minecraft-bedrock/1.0.40/charts/common-10.7.1.tgz b/stable/minecraft-bedrock/1.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minecraft-bedrock/1.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/minecraft-bedrock/1.0.39/ix_values.yaml b/stable/minecraft-bedrock/1.0.40/ix_values.yaml similarity index 100% rename from stable/minecraft-bedrock/1.0.39/ix_values.yaml rename to stable/minecraft-bedrock/1.0.40/ix_values.yaml diff --git a/stable/minecraft-bedrock/1.0.39/questions.yaml b/stable/minecraft-bedrock/1.0.40/questions.yaml similarity index 100% rename from stable/minecraft-bedrock/1.0.39/questions.yaml rename to stable/minecraft-bedrock/1.0.40/questions.yaml diff --git a/stable/nextpvr/2.0.37/templates/common.yaml b/stable/minecraft-bedrock/1.0.40/templates/common.yaml similarity index 100% rename from stable/nextpvr/2.0.37/templates/common.yaml rename to stable/minecraft-bedrock/1.0.40/templates/common.yaml diff --git a/stable/netdata/2.0.42/values.yaml b/stable/minecraft-bedrock/1.0.40/values.yaml similarity index 100% rename from stable/netdata/2.0.42/values.yaml rename to stable/minecraft-bedrock/1.0.40/values.yaml diff --git a/stable/minecraft-java/1.0.65/CHANGELOG.md b/stable/minecraft-java/1.0.65/CHANGELOG.md deleted file mode 100644 index 2fb53a11513..00000000000 --- a/stable/minecraft-java/1.0.65/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minecraft-java-1.0.65](https://github.com/truecharts/charts/compare/minecraft-java-1.0.64...minecraft-java-1.0.65) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [minecraft-java-1.0.64](https://github.com/truecharts/charts/compare/minecraft-java-1.0.63...minecraft-java-1.0.64) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [minecraft-java-1.0.63](https://github.com/truecharts/charts/compare/minecraft-java-1.0.62...minecraft-java-1.0.63) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [minecraft-bedrock-1.0.39](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.38...minecraft-bedrock-1.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.37](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.36...minecraft-bedrock-1.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minecraft-bedrock-1.0.36](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.35...minecraft-bedrock-1.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minecraft-bedrock-1.0.35](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.34...minecraft-bedrock-1.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minecraft-bedrock-1.0.34](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.33...minecraft-bedrock-1.0.34) (2022-09-24) - -### Chore diff --git a/stable/minecraft-java/1.0.65/Chart.lock b/stable/minecraft-java/1.0.65/Chart.lock deleted file mode 100644 index 152499fc3ab..00000000000 --- a/stable/minecraft-java/1.0.65/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-18T05:48:34.366066514Z" diff --git a/stable/minecraft-java/1.0.65/Chart.yaml b/stable/minecraft-java/1.0.65/Chart.yaml deleted file mode 100644 index f55977f3866..00000000000 --- a/stable/minecraft-java/1.0.65/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2022.12.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Minecraft Java Dedicated Server -home: https://truecharts.org/docs/charts/stable/minecraft-java -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png -keywords: - - minecraft -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: minecraft-java -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java - - https://github.com/itzg/docker-minecraft-server - - https://hub.docker.com/r/itzg/minecraft-server -type: application -version: 1.0.65 -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minecraft-java/1.0.65/README.md b/stable/minecraft-java/1.0.65/README.md deleted file mode 100644 index 60ac4454c91..00000000000 --- a/stable/minecraft-java/1.0.65/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# minecraft-java - -Minecraft Java Dedicated Server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minecraft-java](https://truecharts.org/docs/charts/stable/minecraft-java) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minecraft-java` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minecraft-java TrueCharts/minecraft-java -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minecraft-java` deployment - -```console -helm uninstall minecraft-java -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minecraft-java \ - --set env.TZ="America/New York" \ - TrueCharts/minecraft-java -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minecraft-java TrueCharts/minecraft-java -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minecraft-java/1.0.65/charts/common-10.7.0.tgz b/stable/minecraft-java/1.0.65/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minecraft-java/1.0.65/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minecraft-java/1.0.66/CHANGELOG.md b/stable/minecraft-java/1.0.66/CHANGELOG.md new file mode 100644 index 00000000000..2fed47802ee --- /dev/null +++ b/stable/minecraft-java/1.0.66/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minecraft-java-1.0.66](https://github.com/truecharts/charts/compare/minecraft-java-1.0.65...minecraft-java-1.0.66) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minecraft-java-1.0.65](https://github.com/truecharts/charts/compare/minecraft-java-1.0.64...minecraft-java-1.0.65) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [minecraft-java-1.0.64](https://github.com/truecharts/charts/compare/minecraft-java-1.0.63...minecraft-java-1.0.64) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [minecraft-java-1.0.63](https://github.com/truecharts/charts/compare/minecraft-java-1.0.62...minecraft-java-1.0.63) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [minecraft-bedrock-1.0.39](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.38...minecraft-bedrock-1.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.38](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.37...minecraft-bedrock-1.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.37](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.36...minecraft-bedrock-1.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minecraft-bedrock-1.0.36](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.35...minecraft-bedrock-1.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minecraft-bedrock-1.0.35](https://github.com/truecharts/charts/compare/minecraft-bedrock-1.0.34...minecraft-bedrock-1.0.35) (2022-09-25) + +### Chore diff --git a/stable/minecraft-java/1.0.66/Chart.lock b/stable/minecraft-java/1.0.66/Chart.lock new file mode 100644 index 00000000000..943c396ae1a --- /dev/null +++ b/stable/minecraft-java/1.0.66/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:02.099932323Z" diff --git a/stable/minecraft-java/1.0.66/Chart.yaml b/stable/minecraft-java/1.0.66/Chart.yaml new file mode 100644 index 00000000000..0ee8f121b83 --- /dev/null +++ b/stable/minecraft-java/1.0.66/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2022.12.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Minecraft Java Dedicated Server +home: https://truecharts.org/docs/charts/stable/minecraft-java +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.png +keywords: + - minecraft +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: minecraft-java +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minecraft-java + - https://github.com/itzg/docker-minecraft-server + - https://hub.docker.com/r/itzg/minecraft-server +type: application +version: 1.0.66 +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minecraft-java/1.0.66/README.md b/stable/minecraft-java/1.0.66/README.md new file mode 100644 index 00000000000..ab1b80d46f8 --- /dev/null +++ b/stable/minecraft-java/1.0.66/README.md @@ -0,0 +1,107 @@ +# minecraft-java + +Minecraft Java Dedicated Server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minecraft-java](https://truecharts.org/docs/charts/stable/minecraft-java) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minecraft-java` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minecraft-java TrueCharts/minecraft-java +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minecraft-java` deployment + +```console +helm uninstall minecraft-java +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minecraft-java \ + --set env.TZ="America/New York" \ + TrueCharts/minecraft-java +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minecraft-java TrueCharts/minecraft-java -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minecraft-java/1.0.65/app-readme.md b/stable/minecraft-java/1.0.66/app-readme.md similarity index 100% rename from stable/minecraft-java/1.0.65/app-readme.md rename to stable/minecraft-java/1.0.66/app-readme.md diff --git a/stable/minecraft-java/1.0.66/charts/common-10.7.1.tgz b/stable/minecraft-java/1.0.66/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minecraft-java/1.0.66/charts/common-10.7.1.tgz differ diff --git a/stable/minecraft-java/1.0.65/ci/base-values.yaml b/stable/minecraft-java/1.0.66/ci/base-values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ci/base-values.yaml rename to stable/minecraft-java/1.0.66/ci/base-values.yaml diff --git a/stable/minecraft-java/1.0.65/ci/j11-values.yaml b/stable/minecraft-java/1.0.66/ci/j11-values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ci/j11-values.yaml rename to stable/minecraft-java/1.0.66/ci/j11-values.yaml diff --git a/stable/minecraft-java/1.0.65/ci/j11j9-values.yaml b/stable/minecraft-java/1.0.66/ci/j11j9-values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ci/j11j9-values.yaml rename to stable/minecraft-java/1.0.66/ci/j11j9-values.yaml diff --git a/stable/minecraft-java/1.0.65/ci/j8-values.yaml b/stable/minecraft-java/1.0.66/ci/j8-values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ci/j8-values.yaml rename to stable/minecraft-java/1.0.66/ci/j8-values.yaml diff --git a/stable/minecraft-java/1.0.65/ci/j8j9-values.yaml b/stable/minecraft-java/1.0.66/ci/j8j9-values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ci/j8j9-values.yaml rename to stable/minecraft-java/1.0.66/ci/j8j9-values.yaml diff --git a/stable/minecraft-java/1.0.65/ix_values.yaml b/stable/minecraft-java/1.0.66/ix_values.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/ix_values.yaml rename to stable/minecraft-java/1.0.66/ix_values.yaml diff --git a/stable/minecraft-java/1.0.65/questions.yaml b/stable/minecraft-java/1.0.66/questions.yaml similarity index 100% rename from stable/minecraft-java/1.0.65/questions.yaml rename to stable/minecraft-java/1.0.66/questions.yaml diff --git a/stable/ngircd/2.0.35/templates/common.yaml b/stable/minecraft-java/1.0.66/templates/common.yaml similarity index 100% rename from stable/ngircd/2.0.35/templates/common.yaml rename to stable/minecraft-java/1.0.66/templates/common.yaml diff --git a/stable/nextpvr/2.0.37/values.yaml b/stable/minecraft-java/1.0.66/values.yaml similarity index 100% rename from stable/nextpvr/2.0.37/values.yaml rename to stable/minecraft-java/1.0.66/values.yaml diff --git a/stable/minetest/1.0.37/CHANGELOG.md b/stable/minetest/1.0.37/CHANGELOG.md deleted file mode 100644 index 7916db7b04a..00000000000 --- a/stable/minetest/1.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minetest-1.0.37](https://github.com/truecharts/charts/compare/minetest-1.0.36...minetest-1.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minetest-1.0.36](https://github.com/truecharts/charts/compare/minetest-1.0.35...minetest-1.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minetest-1.0.36](https://github.com/truecharts/charts/compare/minetest-1.0.35...minetest-1.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minetest-1.0.35](https://github.com/truecharts/charts/compare/minetest-1.0.34...minetest-1.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minetest-1.0.34](https://github.com/truecharts/charts/compare/minetest-1.0.33...minetest-1.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minetest-1.0.33](https://github.com/truecharts/charts/compare/minetest-1.0.32...minetest-1.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minetest-1.0.32](https://github.com/truecharts/charts/compare/minetest-1.0.30...minetest-1.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [minetest-1.0.32](https://github.com/truecharts/charts/compare/minetest-1.0.30...minetest-1.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/minetest/1.0.37/Chart.lock b/stable/minetest/1.0.37/Chart.lock deleted file mode 100644 index 5cb26c8fee4..00000000000 --- a/stable/minetest/1.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:40:50.044578386Z" diff --git a/stable/minetest/1.0.37/Chart.yaml b/stable/minetest/1.0.37/Chart.yaml deleted file mode 100644 index 3d7c5c3e4dd..00000000000 --- a/stable/minetest/1.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: minetest -version: 1.0.37 -appVersion: "5.6.1" -description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/minetest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png -keywords: - - minetest -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minetest - - https://hub.docker.com/r/linuxserver/minetest -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minetest/1.0.37/README.md b/stable/minetest/1.0.37/README.md deleted file mode 100644 index 6c97178d330..00000000000 --- a/stable/minetest/1.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# minetest - -Minetest (server) is a near-infinite-world block sandbox game and a game engine. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minetest](https://truecharts.org/docs/charts/stable/minetest) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minetest` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minetest TrueCharts/minetest -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minetest` deployment - -```console -helm uninstall minetest -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minetest \ - --set env.TZ="America/New York" \ - TrueCharts/minetest -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minetest TrueCharts/minetest -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minetest/1.0.37/charts/common-10.7.0.tgz b/stable/minetest/1.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minetest/1.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minetest/1.0.38/CHANGELOG.md b/stable/minetest/1.0.38/CHANGELOG.md new file mode 100644 index 00000000000..9dfe504672b --- /dev/null +++ b/stable/minetest/1.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minetest-1.0.38](https://github.com/truecharts/charts/compare/minetest-1.0.37...minetest-1.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minetest-1.0.37](https://github.com/truecharts/charts/compare/minetest-1.0.36...minetest-1.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minetest-1.0.36](https://github.com/truecharts/charts/compare/minetest-1.0.35...minetest-1.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minetest-1.0.36](https://github.com/truecharts/charts/compare/minetest-1.0.35...minetest-1.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minetest-1.0.35](https://github.com/truecharts/charts/compare/minetest-1.0.34...minetest-1.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minetest-1.0.34](https://github.com/truecharts/charts/compare/minetest-1.0.33...minetest-1.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minetest-1.0.33](https://github.com/truecharts/charts/compare/minetest-1.0.32...minetest-1.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [minetest-1.0.32](https://github.com/truecharts/charts/compare/minetest-1.0.30...minetest-1.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/minetest/1.0.38/Chart.lock b/stable/minetest/1.0.38/Chart.lock new file mode 100644 index 00000000000..eae6a95c30a --- /dev/null +++ b/stable/minetest/1.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:24.199443119Z" diff --git a/stable/minetest/1.0.38/Chart.yaml b/stable/minetest/1.0.38/Chart.yaml new file mode 100644 index 00000000000..c7f4d8ce58b --- /dev/null +++ b/stable/minetest/1.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: minetest +version: 1.0.38 +appVersion: "5.6.1" +description: Minetest (server) is a near-infinite-world block sandbox game and a game engine. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/minetest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png +keywords: + - minetest +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minetest + - https://hub.docker.com/r/linuxserver/minetest +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minetest/1.0.38/README.md b/stable/minetest/1.0.38/README.md new file mode 100644 index 00000000000..7feeb44f3b6 --- /dev/null +++ b/stable/minetest/1.0.38/README.md @@ -0,0 +1,106 @@ +# minetest + +Minetest (server) is a near-infinite-world block sandbox game and a game engine. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minetest](https://truecharts.org/docs/charts/stable/minetest) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minetest` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minetest TrueCharts/minetest +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minetest` deployment + +```console +helm uninstall minetest +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minetest \ + --set env.TZ="America/New York" \ + TrueCharts/minetest +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minetest TrueCharts/minetest -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minetest/1.0.37/app-readme.md b/stable/minetest/1.0.38/app-readme.md similarity index 100% rename from stable/minetest/1.0.37/app-readme.md rename to stable/minetest/1.0.38/app-readme.md diff --git a/stable/minetest/1.0.38/charts/common-10.7.1.tgz b/stable/minetest/1.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minetest/1.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/minetest/1.0.37/ix_values.yaml b/stable/minetest/1.0.38/ix_values.yaml similarity index 100% rename from stable/minetest/1.0.37/ix_values.yaml rename to stable/minetest/1.0.38/ix_values.yaml diff --git a/stable/minetest/1.0.37/questions.yaml b/stable/minetest/1.0.38/questions.yaml similarity index 100% rename from stable/minetest/1.0.37/questions.yaml rename to stable/minetest/1.0.38/questions.yaml diff --git a/stable/nntp2nntp/2.0.36/templates/common.yaml b/stable/minetest/1.0.38/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/2.0.36/templates/common.yaml rename to stable/minetest/1.0.38/templates/common.yaml diff --git a/stable/ngircd/2.0.35/values.yaml b/stable/minetest/1.0.38/values.yaml similarity index 100% rename from stable/ngircd/2.0.35/values.yaml rename to stable/minetest/1.0.38/values.yaml diff --git a/stable/miniflux/7.0.46/CHANGELOG.md b/stable/miniflux/7.0.46/CHANGELOG.md deleted file mode 100644 index 2386259db7a..00000000000 --- a/stable/miniflux/7.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [miniflux-7.0.46](https://github.com/truecharts/charts/compare/miniflux-7.0.45...miniflux-7.0.46) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [miniflux-7.0.45](https://github.com/truecharts/charts/compare/miniflux-7.0.44...miniflux-7.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [miniflux-7.0.44](https://github.com/truecharts/charts/compare/miniflux-7.0.43...miniflux-7.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [miniflux-7.0.44](https://github.com/truecharts/charts/compare/miniflux-7.0.43...miniflux-7.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [miniflux-7.0.43](https://github.com/truecharts/charts/compare/miniflux-7.0.42...miniflux-7.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [miniflux-7.0.41](https://github.com/truecharts/charts/compare/miniflux-7.0.40...miniflux-7.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [miniflux-7.0.40](https://github.com/truecharts/charts/compare/miniflux-7.0.39...miniflux-7.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [miniflux-7.0.39](https://github.com/truecharts/charts/compare/miniflux-7.0.38...miniflux-7.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/miniflux/7.0.46/Chart.lock b/stable/miniflux/7.0.46/Chart.lock deleted file mode 100644 index a5408921c79..00000000000 --- a/stable/miniflux/7.0.46/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-18T05:48:47.621999874Z" diff --git a/stable/miniflux/7.0.46/Chart.yaml b/stable/miniflux/7.0.46/Chart.yaml deleted file mode 100644 index 7bc6b4575ed..00000000000 --- a/stable/miniflux/7.0.46/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.39" -description: Miniflux is a minimalist and opinionated feed reader. -name: miniflux -version: 7.0.46 -kubeVersion: ">=1.16.0-0" -keywords: - - miniflux - - rss - - news -home: https://truecharts.org/docs/charts/stable/miniflux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux - - https://github.com/miniflux/v2 -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/miniflux/7.0.46/README.md b/stable/miniflux/7.0.46/README.md deleted file mode 100644 index 52b6e1031dc..00000000000 --- a/stable/miniflux/7.0.46/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# miniflux - -Miniflux is a minimalist and opinionated feed reader. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [miniflux](https://truecharts.org/docs/charts/stable/miniflux) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `miniflux` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install miniflux TrueCharts/miniflux -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `miniflux` deployment - -```console -helm uninstall miniflux -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install miniflux \ - --set env.TZ="America/New York" \ - TrueCharts/miniflux -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install miniflux TrueCharts/miniflux -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/miniflux/7.0.46/charts/common-10.7.0.tgz b/stable/miniflux/7.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/miniflux/7.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/miniflux/7.0.46/charts/postgresql-8.0.97.tgz b/stable/miniflux/7.0.46/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/miniflux/7.0.46/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/miniflux/7.0.47/CHANGELOG.md b/stable/miniflux/7.0.47/CHANGELOG.md new file mode 100644 index 00000000000..e728da7fb05 --- /dev/null +++ b/stable/miniflux/7.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [miniflux-7.0.47](https://github.com/truecharts/charts/compare/miniflux-7.0.46...miniflux-7.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [miniflux-7.0.46](https://github.com/truecharts/charts/compare/miniflux-7.0.45...miniflux-7.0.46) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [miniflux-7.0.45](https://github.com/truecharts/charts/compare/miniflux-7.0.44...miniflux-7.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [miniflux-7.0.44](https://github.com/truecharts/charts/compare/miniflux-7.0.43...miniflux-7.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [miniflux-7.0.44](https://github.com/truecharts/charts/compare/miniflux-7.0.43...miniflux-7.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [miniflux-7.0.43](https://github.com/truecharts/charts/compare/miniflux-7.0.42...miniflux-7.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [miniflux-7.0.41](https://github.com/truecharts/charts/compare/miniflux-7.0.40...miniflux-7.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [miniflux-7.0.40](https://github.com/truecharts/charts/compare/miniflux-7.0.39...miniflux-7.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [miniflux-7.0.39](https://github.com/truecharts/charts/compare/miniflux-7.0.38...miniflux-7.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/miniflux/7.0.47/Chart.lock b/stable/miniflux/7.0.47/Chart.lock new file mode 100644 index 00000000000..d91425470fb --- /dev/null +++ b/stable/miniflux/7.0.47/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:26:38.404346917Z" diff --git a/stable/miniflux/7.0.47/Chart.yaml b/stable/miniflux/7.0.47/Chart.yaml new file mode 100644 index 00000000000..ceacfad174e --- /dev/null +++ b/stable/miniflux/7.0.47/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.0.39" +description: Miniflux is a minimalist and opinionated feed reader. +name: miniflux +version: 7.0.47 +kubeVersion: ">=1.16.0-0" +keywords: + - miniflux + - rss + - news +home: https://truecharts.org/docs/charts/stable/miniflux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/miniflux + - https://github.com/miniflux/v2 +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/miniflux/7.0.47/README.md b/stable/miniflux/7.0.47/README.md new file mode 100644 index 00000000000..6a25673f006 --- /dev/null +++ b/stable/miniflux/7.0.47/README.md @@ -0,0 +1,107 @@ +# miniflux + +Miniflux is a minimalist and opinionated feed reader. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [miniflux](https://truecharts.org/docs/charts/stable/miniflux) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `miniflux` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install miniflux TrueCharts/miniflux +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `miniflux` deployment + +```console +helm uninstall miniflux +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install miniflux \ + --set env.TZ="America/New York" \ + TrueCharts/miniflux +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install miniflux TrueCharts/miniflux -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/miniflux/7.0.46/app-readme.md b/stable/miniflux/7.0.47/app-readme.md similarity index 100% rename from stable/miniflux/7.0.46/app-readme.md rename to stable/miniflux/7.0.47/app-readme.md diff --git a/stable/miniflux/7.0.47/charts/common-10.7.1.tgz b/stable/miniflux/7.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/miniflux/7.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/miniflux/7.0.47/charts/postgresql-8.0.101.tgz b/stable/miniflux/7.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/miniflux/7.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/miniflux/7.0.46/ix_values.yaml b/stable/miniflux/7.0.47/ix_values.yaml similarity index 100% rename from stable/miniflux/7.0.46/ix_values.yaml rename to stable/miniflux/7.0.47/ix_values.yaml diff --git a/stable/miniflux/7.0.46/questions.yaml b/stable/miniflux/7.0.47/questions.yaml similarity index 100% rename from stable/miniflux/7.0.46/questions.yaml rename to stable/miniflux/7.0.47/questions.yaml diff --git a/stable/ntfy/2.0.40/templates/common.yaml b/stable/miniflux/7.0.47/templates/common.yaml similarity index 100% rename from stable/ntfy/2.0.40/templates/common.yaml rename to stable/miniflux/7.0.47/templates/common.yaml diff --git a/stable/nntp2nntp/2.0.36/values.yaml b/stable/miniflux/7.0.47/values.yaml similarity index 100% rename from stable/nntp2nntp/2.0.36/values.yaml rename to stable/miniflux/7.0.47/values.yaml diff --git a/stable/minio-console/3.0.48/CHANGELOG.md b/stable/minio-console/3.0.48/CHANGELOG.md deleted file mode 100644 index b5502298259..00000000000 --- a/stable/minio-console/3.0.48/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minio-console-3.0.48](https://github.com/truecharts/charts/compare/minio-console-3.0.47...minio-console-3.0.48) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [minio-console-3.0.47](https://github.com/truecharts/charts/compare/minio-console-3.0.46...minio-console-3.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minio-console-3.0.46](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-console-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minio-console-3.0.46](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-console-3.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minio-console-3.0.45](https://github.com/truecharts/charts/compare/minio-console-3.0.44...minio-console-3.0.45) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minio-console-3.0.44](https://github.com/truecharts/charts/compare/minio-console-3.0.43...minio-console-3.0.44) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [minio-console-3.0.43](https://github.com/truecharts/charts/compare/minio-console-3.0.42...minio-console-3.0.43) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [minio-console-3.0.42](https://github.com/truecharts/charts/compare/minio-console-3.0.41...minio-console-3.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minio-console-3.0.41](https://github.com/truecharts/charts/compare/minio-console-3.0.40...minio-console-3.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minio-console-3.0.40](https://github.com/truecharts/charts/compare/minio-console-3.0.37...minio-console-3.0.40) (2022-09-22) - -### Chore diff --git a/stable/minio-console/3.0.48/Chart.lock b/stable/minio-console/3.0.48/Chart.lock deleted file mode 100644 index b16c0cccbfa..00000000000 --- a/stable/minio-console/3.0.48/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:55:39.65416084Z" diff --git a/stable/minio-console/3.0.48/Chart.yaml b/stable/minio-console/3.0.48/Chart.yaml deleted file mode 100644 index 0250bc032b3..00000000000 --- a/stable/minio-console/3.0.48/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "0.21.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A management console for minio server and operator -home: https://truecharts.org/docs/charts/stable/minio-console -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png -keywords: - - minio-console - - minio - - s3 -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: minio-console -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console - - https://github.com/minio/console -version: 3.0.48 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minio-console/3.0.48/README.md b/stable/minio-console/3.0.48/README.md deleted file mode 100644 index 1b6f5528542..00000000000 --- a/stable/minio-console/3.0.48/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# minio-console - -A management console for minio server and operator - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minio-console](https://truecharts.org/docs/charts/stable/minio-console) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minio-console` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minio-console TrueCharts/minio-console -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minio-console` deployment - -```console -helm uninstall minio-console -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minio-console \ - --set env.TZ="America/New York" \ - TrueCharts/minio-console -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minio-console TrueCharts/minio-console -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minio-console/3.0.48/charts/common-10.7.0.tgz b/stable/minio-console/3.0.48/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minio-console/3.0.48/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minio-console/3.0.49/CHANGELOG.md b/stable/minio-console/3.0.49/CHANGELOG.md new file mode 100644 index 00000000000..341b96114f2 --- /dev/null +++ b/stable/minio-console/3.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minio-console-3.0.49](https://github.com/truecharts/charts/compare/minio-console-3.0.48...minio-console-3.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minio-console-3.0.48](https://github.com/truecharts/charts/compare/minio-console-3.0.47...minio-console-3.0.48) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [minio-console-3.0.47](https://github.com/truecharts/charts/compare/minio-console-3.0.46...minio-console-3.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minio-console-3.0.46](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-console-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minio-console-3.0.46](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-console-3.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minio-console-3.0.45](https://github.com/truecharts/charts/compare/minio-console-3.0.44...minio-console-3.0.45) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minio-console-3.0.44](https://github.com/truecharts/charts/compare/minio-console-3.0.43...minio-console-3.0.44) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [minio-console-3.0.43](https://github.com/truecharts/charts/compare/minio-console-3.0.42...minio-console-3.0.43) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [minio-console-3.0.42](https://github.com/truecharts/charts/compare/minio-console-3.0.41...minio-console-3.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minio-console-3.0.41](https://github.com/truecharts/charts/compare/minio-console-3.0.40...minio-console-3.0.41) (2022-09-25) + +### Chore diff --git a/stable/minio-console/3.0.49/Chart.lock b/stable/minio-console/3.0.49/Chart.lock new file mode 100644 index 00000000000..24c41aca26a --- /dev/null +++ b/stable/minio-console/3.0.49/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:33.309507034Z" diff --git a/stable/minio-console/3.0.49/Chart.yaml b/stable/minio-console/3.0.49/Chart.yaml new file mode 100644 index 00000000000..679c890637d --- /dev/null +++ b/stable/minio-console/3.0.49/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "0.21.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A management console for minio server and operator +home: https://truecharts.org/docs/charts/stable/minio-console +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio-console.png +keywords: + - minio-console + - minio + - s3 +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: minio-console +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minio-console + - https://github.com/minio/console +version: 3.0.49 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minio-console/3.0.49/README.md b/stable/minio-console/3.0.49/README.md new file mode 100644 index 00000000000..031312865a3 --- /dev/null +++ b/stable/minio-console/3.0.49/README.md @@ -0,0 +1,106 @@ +# minio-console + +A management console for minio server and operator + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minio-console](https://truecharts.org/docs/charts/stable/minio-console) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minio-console` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minio-console TrueCharts/minio-console +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minio-console` deployment + +```console +helm uninstall minio-console +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minio-console \ + --set env.TZ="America/New York" \ + TrueCharts/minio-console +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minio-console TrueCharts/minio-console -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minio-console/3.0.48/app-readme.md b/stable/minio-console/3.0.49/app-readme.md similarity index 100% rename from stable/minio-console/3.0.48/app-readme.md rename to stable/minio-console/3.0.49/app-readme.md diff --git a/stable/minio-console/3.0.49/charts/common-10.7.1.tgz b/stable/minio-console/3.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minio-console/3.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/minio-console/3.0.48/ix_values.yaml b/stable/minio-console/3.0.49/ix_values.yaml similarity index 100% rename from stable/minio-console/3.0.48/ix_values.yaml rename to stable/minio-console/3.0.49/ix_values.yaml diff --git a/stable/minio-console/3.0.48/questions.yaml b/stable/minio-console/3.0.49/questions.yaml similarity index 100% rename from stable/minio-console/3.0.48/questions.yaml rename to stable/minio-console/3.0.49/questions.yaml diff --git a/stable/nullserv/6.0.38/templates/common.yaml b/stable/minio-console/3.0.49/templates/common.yaml similarity index 100% rename from stable/nullserv/6.0.38/templates/common.yaml rename to stable/minio-console/3.0.49/templates/common.yaml diff --git a/stable/nocodb/3.0.52/values.yaml b/stable/minio-console/3.0.49/values.yaml similarity index 100% rename from stable/nocodb/3.0.52/values.yaml rename to stable/minio-console/3.0.49/values.yaml diff --git a/stable/minio/3.0.65/CHANGELOG.md b/stable/minio/3.0.65/CHANGELOG.md deleted file mode 100644 index 279cffd55c1..00000000000 --- a/stable/minio/3.0.65/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minio-3.0.65](https://github.com/truecharts/charts/compare/minio-console-3.0.47...minio-3.0.65) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [minio-3.0.64](https://github.com/truecharts/charts/compare/minio-3.0.63...minio-3.0.64) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minio-3.0.63](https://github.com/truecharts/charts/compare/minio-console-3.0.46...minio-3.0.63) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [minio-3.0.62](https://github.com/truecharts/charts/compare/minio-3.0.61...minio-3.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minio-3.0.62](https://github.com/truecharts/charts/compare/minio-3.0.61...minio-3.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minio-3.0.61](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-3.0.61) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [minio-3.0.60](https://github.com/truecharts/charts/compare/minio-3.0.59...minio-3.0.60) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minio-3.0.59](https://github.com/truecharts/charts/compare/minio-console-3.0.44...minio-3.0.59) (2022-10-04) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [minio-3.0.58](https://github.com/truecharts/charts/compare/minio-3.0.57...minio-3.0.58) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minio-3.0.57](https://github.com/truecharts/charts/compare/minio-console-3.0.41...minio-3.0.57) (2022-09-26) - -### Chore - diff --git a/stable/minio/3.0.65/Chart.lock b/stable/minio/3.0.65/Chart.lock deleted file mode 100644 index 258d5bc4ba4..00000000000 --- a/stable/minio/3.0.65/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:55:39.294738147Z" diff --git a/stable/minio/3.0.65/Chart.yaml b/stable/minio/3.0.65/Chart.yaml deleted file mode 100644 index 42a42188ca4..00000000000 --- a/stable/minio/3.0.65/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Minio is a self-hosted S3 storage server -home: https://truecharts.org/docs/charts/stable/minio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png -keywords: - - minio - - s3 - - storage -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: minio -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minio - - https://github.com/minio/minio -version: 3.0.65 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minio/3.0.65/README.md b/stable/minio/3.0.65/README.md deleted file mode 100644 index baeed525a59..00000000000 --- a/stable/minio/3.0.65/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# minio - -Minio is a self-hosted S3 storage server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minio](https://truecharts.org/docs/charts/stable/minio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minio TrueCharts/minio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minio` deployment - -```console -helm uninstall minio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minio \ - --set env.TZ="America/New York" \ - TrueCharts/minio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minio TrueCharts/minio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minio/3.0.65/charts/common-10.7.0.tgz b/stable/minio/3.0.65/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minio/3.0.65/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minio/3.0.66/CHANGELOG.md b/stable/minio/3.0.66/CHANGELOG.md new file mode 100644 index 00000000000..64d7849aa0d --- /dev/null +++ b/stable/minio/3.0.66/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minio-3.0.66](https://github.com/truecharts/charts/compare/minio-3.0.65...minio-3.0.66) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minio-3.0.65](https://github.com/truecharts/charts/compare/minio-console-3.0.47...minio-3.0.65) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [minio-3.0.64](https://github.com/truecharts/charts/compare/minio-3.0.63...minio-3.0.64) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minio-3.0.63](https://github.com/truecharts/charts/compare/minio-console-3.0.46...minio-3.0.63) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [minio-3.0.62](https://github.com/truecharts/charts/compare/minio-3.0.61...minio-3.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minio-3.0.62](https://github.com/truecharts/charts/compare/minio-3.0.61...minio-3.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minio-3.0.61](https://github.com/truecharts/charts/compare/minio-console-3.0.45...minio-3.0.61) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [minio-3.0.60](https://github.com/truecharts/charts/compare/minio-3.0.59...minio-3.0.60) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minio-3.0.59](https://github.com/truecharts/charts/compare/minio-console-3.0.44...minio-3.0.59) (2022-10-04) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [minio-3.0.58](https://github.com/truecharts/charts/compare/minio-3.0.57...minio-3.0.58) (2022-09-27) + +### Chore + diff --git a/stable/minio/3.0.66/Chart.lock b/stable/minio/3.0.66/Chart.lock new file mode 100644 index 00000000000..03c8b978bd3 --- /dev/null +++ b/stable/minio/3.0.66/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:27.054952399Z" diff --git a/stable/minio/3.0.66/Chart.yaml b/stable/minio/3.0.66/Chart.yaml new file mode 100644 index 00000000000..f9268ff5bc8 --- /dev/null +++ b/stable/minio/3.0.66/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Minio is a self-hosted S3 storage server +home: https://truecharts.org/docs/charts/stable/minio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.png +keywords: + - minio + - s3 + - storage +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: minio +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minio + - https://github.com/minio/minio +version: 3.0.66 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minio/3.0.66/README.md b/stable/minio/3.0.66/README.md new file mode 100644 index 00000000000..14ead7c9473 --- /dev/null +++ b/stable/minio/3.0.66/README.md @@ -0,0 +1,106 @@ +# minio + +Minio is a self-hosted S3 storage server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minio](https://truecharts.org/docs/charts/stable/minio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minio TrueCharts/minio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minio` deployment + +```console +helm uninstall minio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minio \ + --set env.TZ="America/New York" \ + TrueCharts/minio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minio TrueCharts/minio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minio/3.0.65/app-readme.md b/stable/minio/3.0.66/app-readme.md similarity index 100% rename from stable/minio/3.0.65/app-readme.md rename to stable/minio/3.0.66/app-readme.md diff --git a/stable/minio/3.0.66/charts/common-10.7.1.tgz b/stable/minio/3.0.66/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minio/3.0.66/charts/common-10.7.1.tgz differ diff --git a/stable/minio/3.0.65/ix_values.yaml b/stable/minio/3.0.66/ix_values.yaml similarity index 100% rename from stable/minio/3.0.65/ix_values.yaml rename to stable/minio/3.0.66/ix_values.yaml diff --git a/stable/minio/3.0.65/questions.yaml b/stable/minio/3.0.66/questions.yaml similarity index 100% rename from stable/minio/3.0.65/questions.yaml rename to stable/minio/3.0.66/questions.yaml diff --git a/stable/octoprint/6.0.40/templates/common.yaml b/stable/minio/3.0.66/templates/common.yaml similarity index 100% rename from stable/octoprint/6.0.40/templates/common.yaml rename to stable/minio/3.0.66/templates/common.yaml diff --git a/stable/novnc/3.0.36/values.yaml b/stable/minio/3.0.66/values.yaml similarity index 100% rename from stable/novnc/3.0.36/values.yaml rename to stable/minio/3.0.66/values.yaml diff --git a/stable/minisatip/2.0.35/CHANGELOG.md b/stable/minisatip/2.0.35/CHANGELOG.md deleted file mode 100644 index 07cd522d12b..00000000000 --- a/stable/minisatip/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [minisatip-2.0.35](https://github.com/truecharts/charts/compare/minisatip-2.0.34...minisatip-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [minisatip-2.0.34](https://github.com/truecharts/charts/compare/minisatip-2.0.33...minisatip-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minisatip-2.0.34](https://github.com/truecharts/charts/compare/minisatip-2.0.33...minisatip-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [minisatip-2.0.33](https://github.com/truecharts/charts/compare/minisatip-2.0.32...minisatip-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [minisatip-2.0.32](https://github.com/truecharts/charts/compare/minisatip-2.0.31...minisatip-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [minisatip-2.0.31](https://github.com/truecharts/charts/compare/minisatip-2.0.30...minisatip-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [minisatip-2.0.30](https://github.com/truecharts/charts/compare/minisatip-2.0.29...minisatip-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [minisatip-2.0.30](https://github.com/truecharts/charts/compare/minisatip-2.0.29...minisatip-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/minisatip/2.0.35/Chart.lock b/stable/minisatip/2.0.35/Chart.lock deleted file mode 100644 index 11610048e04..00000000000 --- a/stable/minisatip/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:41:19.428160625Z" diff --git a/stable/minisatip/2.0.35/Chart.yaml b/stable/minisatip/2.0.35/Chart.yaml deleted file mode 100644 index 1f717804c8e..00000000000 --- a/stable/minisatip/2.0.35/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: minisatip -version: 2.0.35 -appVersion: "2021.12.01" -description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/minisatip -icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png -keywords: - - minisatip -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip - - https://hub.docker.com/r/linuxserver/minisatip -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - utility - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/minisatip/2.0.35/README.md b/stable/minisatip/2.0.35/README.md deleted file mode 100644 index 4fb1f262a4d..00000000000 --- a/stable/minisatip/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# minisatip - -Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [minisatip](https://truecharts.org/docs/charts/stable/minisatip) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `minisatip` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install minisatip TrueCharts/minisatip -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `minisatip` deployment - -```console -helm uninstall minisatip -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install minisatip \ - --set env.TZ="America/New York" \ - TrueCharts/minisatip -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install minisatip TrueCharts/minisatip -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/minisatip/2.0.35/charts/common-10.7.0.tgz b/stable/minisatip/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/minisatip/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/minisatip/2.0.36/CHANGELOG.md b/stable/minisatip/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..819012af00c --- /dev/null +++ b/stable/minisatip/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [minisatip-2.0.36](https://github.com/truecharts/charts/compare/minisatip-2.0.35...minisatip-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [minisatip-2.0.35](https://github.com/truecharts/charts/compare/minisatip-2.0.34...minisatip-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [minisatip-2.0.34](https://github.com/truecharts/charts/compare/minisatip-2.0.33...minisatip-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minisatip-2.0.34](https://github.com/truecharts/charts/compare/minisatip-2.0.33...minisatip-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [minisatip-2.0.33](https://github.com/truecharts/charts/compare/minisatip-2.0.32...minisatip-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [minisatip-2.0.32](https://github.com/truecharts/charts/compare/minisatip-2.0.31...minisatip-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [minisatip-2.0.31](https://github.com/truecharts/charts/compare/minisatip-2.0.30...minisatip-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [minisatip-2.0.30](https://github.com/truecharts/charts/compare/minisatip-2.0.29...minisatip-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/minisatip/2.0.36/Chart.lock b/stable/minisatip/2.0.36/Chart.lock new file mode 100644 index 00000000000..f4eee355074 --- /dev/null +++ b/stable/minisatip/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:55.330253162Z" diff --git a/stable/minisatip/2.0.36/Chart.yaml b/stable/minisatip/2.0.36/Chart.yaml new file mode 100644 index 00000000000..e37276b8d3e --- /dev/null +++ b/stable/minisatip/2.0.36/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: minisatip +version: 2.0.36 +appVersion: "2021.12.01" +description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/minisatip +icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.png +keywords: + - minisatip +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/minisatip + - https://hub.docker.com/r/linuxserver/minisatip +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - utility + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/minisatip/2.0.36/README.md b/stable/minisatip/2.0.36/README.md new file mode 100644 index 00000000000..9b2f2556a6d --- /dev/null +++ b/stable/minisatip/2.0.36/README.md @@ -0,0 +1,106 @@ +# minisatip + +Minisatip is a multi-threaded satip server version 1.2 that runs under Linux. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [minisatip](https://truecharts.org/docs/charts/stable/minisatip) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `minisatip` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install minisatip TrueCharts/minisatip +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `minisatip` deployment + +```console +helm uninstall minisatip +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install minisatip \ + --set env.TZ="America/New York" \ + TrueCharts/minisatip +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install minisatip TrueCharts/minisatip -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/minisatip/2.0.35/app-readme.md b/stable/minisatip/2.0.36/app-readme.md similarity index 100% rename from stable/minisatip/2.0.35/app-readme.md rename to stable/minisatip/2.0.36/app-readme.md diff --git a/stable/minisatip/2.0.36/charts/common-10.7.1.tgz b/stable/minisatip/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/minisatip/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/minisatip/2.0.35/ix_values.yaml b/stable/minisatip/2.0.36/ix_values.yaml similarity index 100% rename from stable/minisatip/2.0.35/ix_values.yaml rename to stable/minisatip/2.0.36/ix_values.yaml diff --git a/stable/minisatip/2.0.35/questions.yaml b/stable/minisatip/2.0.36/questions.yaml similarity index 100% rename from stable/minisatip/2.0.35/questions.yaml rename to stable/minisatip/2.0.36/questions.yaml diff --git a/stable/odoo/8.0.54/templates/common.yaml b/stable/minisatip/2.0.36/templates/common.yaml similarity index 100% rename from stable/odoo/8.0.54/templates/common.yaml rename to stable/minisatip/2.0.36/templates/common.yaml diff --git a/stable/ntfy/2.0.40/values.yaml b/stable/minisatip/2.0.36/values.yaml similarity index 100% rename from stable/ntfy/2.0.40/values.yaml rename to stable/minisatip/2.0.36/values.yaml diff --git a/stable/mkvcleaver/1.0.15/CHANGELOG.md b/stable/mkvcleaver/1.0.15/CHANGELOG.md deleted file mode 100644 index 8a90df1b4d9..00000000000 --- a/stable/mkvcleaver/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mkvcleaver-1.0.15](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.14...mkvcleaver-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mkvcleaver-1.0.14](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.13...mkvcleaver-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mkvcleaver-1.0.14](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.13...mkvcleaver-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mkvcleaver-1.0.13](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.12...mkvcleaver-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mkvcleaver-1.0.12](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.11...mkvcleaver-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mkvcleaver-1.0.11](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.10...mkvcleaver-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mkvcleaver-1.0.10](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.9...mkvcleaver-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mkvcleaver-1.0.10](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.9...mkvcleaver-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mkvcleaver/1.0.15/Chart.lock b/stable/mkvcleaver/1.0.15/Chart.lock deleted file mode 100644 index c728e283d9d..00000000000 --- a/stable/mkvcleaver/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:41:26.459216678Z" diff --git a/stable/mkvcleaver/1.0.15/Chart.yaml b/stable/mkvcleaver/1.0.15/Chart.yaml deleted file mode 100644 index 986a0afc29d..00000000000 --- a/stable/mkvcleaver/1.0.15/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: MKVCleaver is a tool for batch extraction of data from MKV files -home: https://truecharts.org/docs/charts/stable/mkvcleaver -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png -keywords: - - media - - mkvcleaver -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mkvcleaver -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver - - https://github.com/jlesage/docker-mkvcleaver - - https://hub.docker.com/r/jlesage/mkvcleaver/ -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mkvcleaver/1.0.15/README.md b/stable/mkvcleaver/1.0.15/README.md deleted file mode 100644 index 09efd088b1f..00000000000 --- a/stable/mkvcleaver/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mkvcleaver - -MKVCleaver is a tool for batch extraction of data from MKV files - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mkvcleaver](https://truecharts.org/docs/charts/stable/mkvcleaver) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mkvcleaver` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mkvcleaver TrueCharts/mkvcleaver -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mkvcleaver` deployment - -```console -helm uninstall mkvcleaver -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mkvcleaver \ - --set env.TZ="America/New York" \ - TrueCharts/mkvcleaver -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mkvcleaver TrueCharts/mkvcleaver -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mkvcleaver/1.0.15/charts/common-10.7.0.tgz b/stable/mkvcleaver/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mkvcleaver/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mkvcleaver/1.0.16/CHANGELOG.md b/stable/mkvcleaver/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..a91900021fe --- /dev/null +++ b/stable/mkvcleaver/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mkvcleaver-1.0.16](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.15...mkvcleaver-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mkvcleaver-1.0.15](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.14...mkvcleaver-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mkvcleaver-1.0.14](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.13...mkvcleaver-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mkvcleaver-1.0.14](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.13...mkvcleaver-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mkvcleaver-1.0.13](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.12...mkvcleaver-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mkvcleaver-1.0.12](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.11...mkvcleaver-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mkvcleaver-1.0.11](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.10...mkvcleaver-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mkvcleaver-1.0.10](https://github.com/truecharts/charts/compare/mkvcleaver-1.0.9...mkvcleaver-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/mkvcleaver/1.0.16/Chart.lock b/stable/mkvcleaver/1.0.16/Chart.lock new file mode 100644 index 00000000000..727f80a8ca8 --- /dev/null +++ b/stable/mkvcleaver/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:26:58.567452169Z" diff --git a/stable/mkvcleaver/1.0.16/Chart.yaml b/stable/mkvcleaver/1.0.16/Chart.yaml new file mode 100644 index 00000000000..54b9c70755f --- /dev/null +++ b/stable/mkvcleaver/1.0.16/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: MKVCleaver is a tool for batch extraction of data from MKV files +home: https://truecharts.org/docs/charts/stable/mkvcleaver +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.png +keywords: + - media + - mkvcleaver +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mkvcleaver +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvcleaver + - https://github.com/jlesage/docker-mkvcleaver + - https://hub.docker.com/r/jlesage/mkvcleaver/ +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mkvcleaver/1.0.16/README.md b/stable/mkvcleaver/1.0.16/README.md new file mode 100644 index 00000000000..9fe7330ac15 --- /dev/null +++ b/stable/mkvcleaver/1.0.16/README.md @@ -0,0 +1,107 @@ +# mkvcleaver + +MKVCleaver is a tool for batch extraction of data from MKV files + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mkvcleaver](https://truecharts.org/docs/charts/stable/mkvcleaver) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mkvcleaver` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mkvcleaver TrueCharts/mkvcleaver +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mkvcleaver` deployment + +```console +helm uninstall mkvcleaver +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mkvcleaver \ + --set env.TZ="America/New York" \ + TrueCharts/mkvcleaver +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mkvcleaver TrueCharts/mkvcleaver -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mkvcleaver/1.0.15/app-readme.md b/stable/mkvcleaver/1.0.16/app-readme.md similarity index 100% rename from stable/mkvcleaver/1.0.15/app-readme.md rename to stable/mkvcleaver/1.0.16/app-readme.md diff --git a/stable/mkvcleaver/1.0.16/charts/common-10.7.1.tgz b/stable/mkvcleaver/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mkvcleaver/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/mkvcleaver/1.0.15/ix_values.yaml b/stable/mkvcleaver/1.0.16/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/1.0.15/ix_values.yaml rename to stable/mkvcleaver/1.0.16/ix_values.yaml diff --git a/stable/mkvcleaver/1.0.15/questions.yaml b/stable/mkvcleaver/1.0.16/questions.yaml similarity index 100% rename from stable/mkvcleaver/1.0.15/questions.yaml rename to stable/mkvcleaver/1.0.16/questions.yaml diff --git a/stable/omada-controller/6.2.0/templates/common.yaml b/stable/mkvcleaver/1.0.16/templates/common.yaml similarity index 100% rename from stable/omada-controller/6.2.0/templates/common.yaml rename to stable/mkvcleaver/1.0.16/templates/common.yaml diff --git a/stable/nullserv/6.0.38/values.yaml b/stable/mkvcleaver/1.0.16/values.yaml similarity index 100% rename from stable/nullserv/6.0.38/values.yaml rename to stable/mkvcleaver/1.0.16/values.yaml diff --git a/stable/mkvtoolnix/2.0.40/CHANGELOG.md b/stable/mkvtoolnix/2.0.40/CHANGELOG.md deleted file mode 100644 index dbfa1edf4b3..00000000000 --- a/stable/mkvtoolnix/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mkvtoolnix-2.0.40](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.39...mkvtoolnix-2.0.40) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/mkvtoolnix to v22.10.1 ([#4123](https://github.com/truecharts/charts/issues/4123)) - - - - -## [mkvtoolnix-2.0.39](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.38...mkvtoolnix-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mkvtoolnix-2.0.38](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.37...mkvtoolnix-2.0.38) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [mkvtoolnix-2.0.37](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.36...mkvtoolnix-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mkvtoolnix-2.0.37](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.36...mkvtoolnix-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mkvtoolnix-2.0.36](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.35...mkvtoolnix-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mkvtoolnix-2.0.35](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.34...mkvtoolnix-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mkvtoolnix-2.0.34](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.33...mkvtoolnix-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mkvtoolnix-2.0.33](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.32...mkvtoolnix-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mkvtoolnix/2.0.40/Chart.lock b/stable/mkvtoolnix/2.0.40/Chart.lock deleted file mode 100644 index 7f4171cd430..00000000000 --- a/stable/mkvtoolnix/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-18T05:48:34.877486191Z" diff --git a/stable/mkvtoolnix/2.0.40/Chart.yaml b/stable/mkvtoolnix/2.0.40/Chart.yaml deleted file mode 100644 index 8751f57a99c..00000000000 --- a/stable/mkvtoolnix/2.0.40/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "22.10.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. -home: https://truecharts.org/docs/charts/stable/mkvtoolnix -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png -keywords: - - media - - mkvtoolnix - - mkv -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mkvtoolnix -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix - - https://github.com/jlesage/docker-mkvtoolnix - - https://hub.docker.com/r/jlesage/mkvtoolnix - - https://mkvtoolnix.download/ -type: application -version: 2.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mkvtoolnix/2.0.40/README.md b/stable/mkvtoolnix/2.0.40/README.md deleted file mode 100644 index 70ecee2f7ab..00000000000 --- a/stable/mkvtoolnix/2.0.40/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# mkvtoolnix - -MKVToolNix is a set of tools to create, alter and inspect Matroska files. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mkvtoolnix](https://truecharts.org/docs/charts/stable/mkvtoolnix) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mkvtoolnix` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mkvtoolnix TrueCharts/mkvtoolnix -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mkvtoolnix` deployment - -```console -helm uninstall mkvtoolnix -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mkvtoolnix \ - --set env.TZ="America/New York" \ - TrueCharts/mkvtoolnix -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mkvtoolnix TrueCharts/mkvtoolnix -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mkvtoolnix/2.0.40/charts/common-10.7.0.tgz b/stable/mkvtoolnix/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mkvtoolnix/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/2.0.41/CHANGELOG.md b/stable/mkvtoolnix/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..143e63ff1eb --- /dev/null +++ b/stable/mkvtoolnix/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mkvtoolnix-2.0.41](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.40...mkvtoolnix-2.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mkvtoolnix-2.0.40](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.39...mkvtoolnix-2.0.40) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update container image tccr.io/truecharts/mkvtoolnix to v22.10.1 ([#4123](https://github.com/truecharts/charts/issues/4123)) + + + + +## [mkvtoolnix-2.0.39](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.38...mkvtoolnix-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mkvtoolnix-2.0.38](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.37...mkvtoolnix-2.0.38) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [mkvtoolnix-2.0.37](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.36...mkvtoolnix-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mkvtoolnix-2.0.37](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.36...mkvtoolnix-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mkvtoolnix-2.0.36](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.35...mkvtoolnix-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mkvtoolnix-2.0.35](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.34...mkvtoolnix-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mkvtoolnix-2.0.34](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.33...mkvtoolnix-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mkvtoolnix-2.0.33](https://github.com/truecharts/charts/compare/mkvtoolnix-2.0.32...mkvtoolnix-2.0.33) (2022-09-22) + +### Chore diff --git a/stable/mkvtoolnix/2.0.41/Chart.lock b/stable/mkvtoolnix/2.0.41/Chart.lock new file mode 100644 index 00000000000..1f10da58513 --- /dev/null +++ b/stable/mkvtoolnix/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:27:05.236142735Z" diff --git a/stable/mkvtoolnix/2.0.41/Chart.yaml b/stable/mkvtoolnix/2.0.41/Chart.yaml new file mode 100644 index 00000000000..6ef6d2b6c74 --- /dev/null +++ b/stable/mkvtoolnix/2.0.41/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "22.10.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: MKVToolNix is a set of tools to create, alter and inspect Matroska files. +home: https://truecharts.org/docs/charts/stable/mkvtoolnix +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.png +keywords: + - media + - mkvtoolnix + - mkv +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mkvtoolnix +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mkvtoolnix + - https://github.com/jlesage/docker-mkvtoolnix + - https://hub.docker.com/r/jlesage/mkvtoolnix + - https://mkvtoolnix.download/ +type: application +version: 2.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mkvtoolnix/2.0.41/README.md b/stable/mkvtoolnix/2.0.41/README.md new file mode 100644 index 00000000000..5579c523469 --- /dev/null +++ b/stable/mkvtoolnix/2.0.41/README.md @@ -0,0 +1,108 @@ +# mkvtoolnix + +MKVToolNix is a set of tools to create, alter and inspect Matroska files. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mkvtoolnix](https://truecharts.org/docs/charts/stable/mkvtoolnix) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mkvtoolnix` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mkvtoolnix TrueCharts/mkvtoolnix +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mkvtoolnix` deployment + +```console +helm uninstall mkvtoolnix +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mkvtoolnix \ + --set env.TZ="America/New York" \ + TrueCharts/mkvtoolnix +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mkvtoolnix TrueCharts/mkvtoolnix -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mkvtoolnix/2.0.40/app-readme.md b/stable/mkvtoolnix/2.0.41/app-readme.md similarity index 100% rename from stable/mkvtoolnix/2.0.40/app-readme.md rename to stable/mkvtoolnix/2.0.41/app-readme.md diff --git a/stable/mkvtoolnix/2.0.41/charts/common-10.7.1.tgz b/stable/mkvtoolnix/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mkvtoolnix/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/mkvtoolnix/2.0.40/ix_values.yaml b/stable/mkvtoolnix/2.0.41/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/2.0.40/ix_values.yaml rename to stable/mkvtoolnix/2.0.41/ix_values.yaml diff --git a/stable/mkvtoolnix/2.0.40/questions.yaml b/stable/mkvtoolnix/2.0.41/questions.yaml similarity index 100% rename from stable/mkvtoolnix/2.0.40/questions.yaml rename to stable/mkvtoolnix/2.0.41/questions.yaml diff --git a/stable/onlyoffice-document-server/6.0.44/templates/common.yaml b/stable/mkvtoolnix/2.0.41/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/6.0.44/templates/common.yaml rename to stable/mkvtoolnix/2.0.41/templates/common.yaml diff --git a/stable/octoprint/6.0.40/values.yaml b/stable/mkvtoolnix/2.0.41/values.yaml similarity index 100% rename from stable/octoprint/6.0.40/values.yaml rename to stable/mkvtoolnix/2.0.41/values.yaml diff --git a/stable/ml-workspace/2.0.36/CHANGELOG.md b/stable/ml-workspace/2.0.36/CHANGELOG.md deleted file mode 100644 index a557ddb0f20..00000000000 --- a/stable/ml-workspace/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ml-workspace-2.0.36](https://github.com/truecharts/charts/compare/ml-workspace-2.0.35...ml-workspace-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ml-workspace-2.0.35](https://github.com/truecharts/charts/compare/ml-workspace-2.0.34...ml-workspace-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ml-workspace-2.0.35](https://github.com/truecharts/charts/compare/ml-workspace-2.0.34...ml-workspace-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ml-workspace-2.0.34](https://github.com/truecharts/charts/compare/ml-workspace-2.0.33...ml-workspace-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ml-workspace-2.0.33](https://github.com/truecharts/charts/compare/ml-workspace-2.0.32...ml-workspace-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ml-workspace-2.0.32](https://github.com/truecharts/charts/compare/ml-workspace-2.0.31...ml-workspace-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ml-workspace-2.0.31](https://github.com/truecharts/charts/compare/ml-workspace-2.0.30...ml-workspace-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ml-workspace-2.0.31](https://github.com/truecharts/charts/compare/ml-workspace-2.0.30...ml-workspace-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ml-workspace/2.0.36/Chart.lock b/stable/ml-workspace/2.0.36/Chart.lock deleted file mode 100644 index aa93a4c9ddf..00000000000 --- a/stable/ml-workspace/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:41:45.652091048Z" diff --git a/stable/ml-workspace/2.0.36/Chart.yaml b/stable/ml-workspace/2.0.36/Chart.yaml deleted file mode 100644 index bc3914008b2..00000000000 --- a/stable/ml-workspace/2.0.36/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "0.13.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: All-in-one web-based development environment for machine learning -home: https://truecharts.org/docs/charts/stable/ml-workspace -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png -keywords: - - machine - - learning - - ai -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ml-workspace -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ml-workspace - - https://github.com/ml-tooling/ml-workspace - - https://hub.docker.com/r/mltooling/ml-workspace - - https://hub.docker.com/r/mltooling/ml-workspace-gpu - - https://hub.docker.com/r/mltooling/ml-workspace-light - - https://hub.docker.com/r/mltooling/ml-workspace-minimal -version: 2.0.36 -annotations: - truecharts.org/catagories: | - - utility - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ml-workspace/2.0.36/README.md b/stable/ml-workspace/2.0.36/README.md deleted file mode 100644 index b4e11314ebe..00000000000 --- a/stable/ml-workspace/2.0.36/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# ml-workspace - -All-in-one web-based development environment for machine learning - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ml-workspace](https://truecharts.org/docs/charts/stable/ml-workspace) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ml-workspace` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ml-workspace TrueCharts/ml-workspace -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ml-workspace` deployment - -```console -helm uninstall ml-workspace -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ml-workspace \ - --set env.TZ="America/New York" \ - TrueCharts/ml-workspace -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ml-workspace TrueCharts/ml-workspace -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ml-workspace/2.0.36/charts/common-10.7.0.tgz b/stable/ml-workspace/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ml-workspace/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ml-workspace/2.0.37/CHANGELOG.md b/stable/ml-workspace/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..33792696573 --- /dev/null +++ b/stable/ml-workspace/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ml-workspace-2.0.37](https://github.com/truecharts/charts/compare/ml-workspace-2.0.36...ml-workspace-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ml-workspace-2.0.36](https://github.com/truecharts/charts/compare/ml-workspace-2.0.35...ml-workspace-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ml-workspace-2.0.35](https://github.com/truecharts/charts/compare/ml-workspace-2.0.34...ml-workspace-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ml-workspace-2.0.35](https://github.com/truecharts/charts/compare/ml-workspace-2.0.34...ml-workspace-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ml-workspace-2.0.34](https://github.com/truecharts/charts/compare/ml-workspace-2.0.33...ml-workspace-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ml-workspace-2.0.33](https://github.com/truecharts/charts/compare/ml-workspace-2.0.32...ml-workspace-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ml-workspace-2.0.32](https://github.com/truecharts/charts/compare/ml-workspace-2.0.31...ml-workspace-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ml-workspace-2.0.31](https://github.com/truecharts/charts/compare/ml-workspace-2.0.30...ml-workspace-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/ml-workspace/2.0.37/Chart.lock b/stable/ml-workspace/2.0.37/Chart.lock new file mode 100644 index 00000000000..b529abd6f49 --- /dev/null +++ b/stable/ml-workspace/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:27:21.939460702Z" diff --git a/stable/ml-workspace/2.0.37/Chart.yaml b/stable/ml-workspace/2.0.37/Chart.yaml new file mode 100644 index 00000000000..a991987eb2b --- /dev/null +++ b/stable/ml-workspace/2.0.37/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "0.13.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: All-in-one web-based development environment for machine learning +home: https://truecharts.org/docs/charts/stable/ml-workspace +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png +keywords: + - machine + - learning + - ai +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ml-workspace +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ml-workspace + - https://github.com/ml-tooling/ml-workspace + - https://hub.docker.com/r/mltooling/ml-workspace + - https://hub.docker.com/r/mltooling/ml-workspace-gpu + - https://hub.docker.com/r/mltooling/ml-workspace-light + - https://hub.docker.com/r/mltooling/ml-workspace-minimal +version: 2.0.37 +annotations: + truecharts.org/catagories: | + - utility + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ml-workspace/2.0.37/README.md b/stable/ml-workspace/2.0.37/README.md new file mode 100644 index 00000000000..4d6ec3fe320 --- /dev/null +++ b/stable/ml-workspace/2.0.37/README.md @@ -0,0 +1,110 @@ +# ml-workspace + +All-in-one web-based development environment for machine learning + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ml-workspace](https://truecharts.org/docs/charts/stable/ml-workspace) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ml-workspace` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ml-workspace TrueCharts/ml-workspace +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ml-workspace` deployment + +```console +helm uninstall ml-workspace +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ml-workspace \ + --set env.TZ="America/New York" \ + TrueCharts/ml-workspace +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ml-workspace TrueCharts/ml-workspace -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ml-workspace/2.0.36/app-readme.md b/stable/ml-workspace/2.0.37/app-readme.md similarity index 100% rename from stable/ml-workspace/2.0.36/app-readme.md rename to stable/ml-workspace/2.0.37/app-readme.md diff --git a/stable/ml-workspace/2.0.37/charts/common-10.7.1.tgz b/stable/ml-workspace/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ml-workspace/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/ml-workspace/2.0.36/ci/base-values.yaml b/stable/ml-workspace/2.0.37/ci/base-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/base-values.yaml rename to stable/ml-workspace/2.0.37/ci/base-values.yaml diff --git a/stable/ml-workspace/2.0.36/ci/gpu-values.yaml b/stable/ml-workspace/2.0.37/ci/gpu-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/gpu-values.yaml rename to stable/ml-workspace/2.0.37/ci/gpu-values.yaml diff --git a/stable/ml-workspace/2.0.36/ci/light-values.yaml b/stable/ml-workspace/2.0.37/ci/light-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/light-values.yaml rename to stable/ml-workspace/2.0.37/ci/light-values.yaml diff --git a/stable/ml-workspace/2.0.36/ci/minimal-values.yaml b/stable/ml-workspace/2.0.37/ci/minimal-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/minimal-values.yaml rename to stable/ml-workspace/2.0.37/ci/minimal-values.yaml diff --git a/stable/ml-workspace/2.0.36/ci/r-values.yaml b/stable/ml-workspace/2.0.37/ci/r-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/r-values.yaml rename to stable/ml-workspace/2.0.37/ci/r-values.yaml diff --git a/stable/ml-workspace/2.0.36/ci/spark-values.yaml b/stable/ml-workspace/2.0.37/ci/spark-values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ci/spark-values.yaml rename to stable/ml-workspace/2.0.37/ci/spark-values.yaml diff --git a/stable/ml-workspace/2.0.36/ix_values.yaml b/stable/ml-workspace/2.0.37/ix_values.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/ix_values.yaml rename to stable/ml-workspace/2.0.37/ix_values.yaml diff --git a/stable/ml-workspace/2.0.36/questions.yaml b/stable/ml-workspace/2.0.37/questions.yaml similarity index 100% rename from stable/ml-workspace/2.0.36/questions.yaml rename to stable/ml-workspace/2.0.37/questions.yaml diff --git a/stable/openspeedtest/1.0.38/templates/common.yaml b/stable/ml-workspace/2.0.37/templates/common.yaml similarity index 100% rename from stable/openspeedtest/1.0.38/templates/common.yaml rename to stable/ml-workspace/2.0.37/templates/common.yaml diff --git a/stable/odoo/8.0.54/values.yaml b/stable/ml-workspace/2.0.37/values.yaml similarity index 100% rename from stable/odoo/8.0.54/values.yaml rename to stable/ml-workspace/2.0.37/values.yaml diff --git a/stable/monica/3.0.57/CHANGELOG.md b/stable/monica/3.0.57/CHANGELOG.md deleted file mode 100644 index 810791c2fac..00000000000 --- a/stable/monica/3.0.57/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [monica-3.0.57](https://github.com/truecharts/charts/compare/monica-3.0.56...monica-3.0.57) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [monica-3.0.56](https://github.com/truecharts/charts/compare/monica-3.0.55...monica-3.0.56) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [monica-3.0.56](https://github.com/truecharts/charts/compare/monica-3.0.55...monica-3.0.56) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [monica-3.0.55](https://github.com/truecharts/charts/compare/monica-3.0.54...monica-3.0.55) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [monica-3.0.54](https://github.com/truecharts/charts/compare/monica-3.0.53...monica-3.0.54) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [monica-3.0.53](https://github.com/truecharts/charts/compare/monica-3.0.52...monica-3.0.53) (2022-10-01) - -### Chore - -- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [monica-3.0.51](https://github.com/truecharts/charts/compare/monica-3.0.50...monica-3.0.51) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [monica-3.0.50](https://github.com/truecharts/charts/compare/monica-3.0.49...monica-3.0.50) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [monica-3.0.49](https://github.com/truecharts/charts/compare/monica-3.0.48...monica-3.0.49) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/monica/3.0.57/Chart.lock b/stable/monica/3.0.57/Chart.lock deleted file mode 100644 index f30931ff586..00000000000 --- a/stable/monica/3.0.57/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:42:00.131448137Z" diff --git a/stable/monica/3.0.57/Chart.yaml b/stable/monica/3.0.57/Chart.yaml deleted file mode 100644 index 4a2cd88073b..00000000000 --- a/stable/monica/3.0.57/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "3.7.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "Monica is a great open source personal relationship management system." -home: https://truecharts.org/docs/charts/stable/monica -icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png -keywords: - - crm -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: monica -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/monica - - https://github.com/monicahq/monica - - https://hub.docker.com/_/monica -version: 3.0.57 -annotations: - truecharts.org/catagories: | - - crm - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/monica/3.0.57/README.md b/stable/monica/3.0.57/README.md deleted file mode 100644 index 5a78e772270..00000000000 --- a/stable/monica/3.0.57/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# monica - -Monica is a great open source personal relationship management system. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [monica](https://truecharts.org/docs/charts/stable/monica) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `monica` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install monica TrueCharts/monica -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `monica` deployment - -```console -helm uninstall monica -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install monica \ - --set env.TZ="America/New York" \ - TrueCharts/monica -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install monica TrueCharts/monica -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/monica/3.0.57/charts/common-10.7.0.tgz b/stable/monica/3.0.57/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/monica/3.0.57/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/monica/3.0.57/charts/mariadb-3.0.92.tgz b/stable/monica/3.0.57/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/monica/3.0.57/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/monica/3.0.58/CHANGELOG.md b/stable/monica/3.0.58/CHANGELOG.md new file mode 100644 index 00000000000..eb71d401dbe --- /dev/null +++ b/stable/monica/3.0.58/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [monica-3.0.58](https://github.com/truecharts/charts/compare/monica-3.0.57...monica-3.0.58) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [monica-3.0.57](https://github.com/truecharts/charts/compare/monica-3.0.56...monica-3.0.57) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [monica-3.0.56](https://github.com/truecharts/charts/compare/monica-3.0.55...monica-3.0.56) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [monica-3.0.56](https://github.com/truecharts/charts/compare/monica-3.0.55...monica-3.0.56) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [monica-3.0.55](https://github.com/truecharts/charts/compare/monica-3.0.54...monica-3.0.55) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [monica-3.0.54](https://github.com/truecharts/charts/compare/monica-3.0.53...monica-3.0.54) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [monica-3.0.53](https://github.com/truecharts/charts/compare/monica-3.0.52...monica-3.0.53) (2022-10-01) + +### Chore + +- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [monica-3.0.51](https://github.com/truecharts/charts/compare/monica-3.0.50...monica-3.0.51) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [monica-3.0.50](https://github.com/truecharts/charts/compare/monica-3.0.49...monica-3.0.50) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [monica-3.0.49](https://github.com/truecharts/charts/compare/monica-3.0.48...monica-3.0.49) (2022-09-22) + +### Chore + diff --git a/stable/monica/3.0.58/Chart.lock b/stable/monica/3.0.58/Chart.lock new file mode 100644 index 00000000000..a943def51a3 --- /dev/null +++ b/stable/monica/3.0.58/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:27:39.271812539Z" diff --git a/stable/monica/3.0.58/Chart.yaml b/stable/monica/3.0.58/Chart.yaml new file mode 100644 index 00000000000..dc4f82b1ef4 --- /dev/null +++ b/stable/monica/3.0.58/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "3.7.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "Monica is a great open source personal relationship management system." +home: https://truecharts.org/docs/charts/stable/monica +icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.png +keywords: + - crm +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: monica +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/monica + - https://github.com/monicahq/monica + - https://hub.docker.com/_/monica +version: 3.0.58 +annotations: + truecharts.org/catagories: | + - crm + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/monica/3.0.58/README.md b/stable/monica/3.0.58/README.md new file mode 100644 index 00000000000..4d27336c235 --- /dev/null +++ b/stable/monica/3.0.58/README.md @@ -0,0 +1,108 @@ +# monica + +Monica is a great open source personal relationship management system. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [monica](https://truecharts.org/docs/charts/stable/monica) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `monica` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install monica TrueCharts/monica +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `monica` deployment + +```console +helm uninstall monica +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install monica \ + --set env.TZ="America/New York" \ + TrueCharts/monica +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install monica TrueCharts/monica -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/monica/3.0.57/app-readme.md b/stable/monica/3.0.58/app-readme.md similarity index 100% rename from stable/monica/3.0.57/app-readme.md rename to stable/monica/3.0.58/app-readme.md diff --git a/stable/monica/3.0.58/charts/common-10.7.1.tgz b/stable/monica/3.0.58/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/monica/3.0.58/charts/common-10.7.1.tgz differ diff --git a/stable/monica/3.0.58/charts/mariadb-3.0.95.tgz b/stable/monica/3.0.58/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/monica/3.0.58/charts/mariadb-3.0.95.tgz differ diff --git a/stable/monica/3.0.57/ix_values.yaml b/stable/monica/3.0.58/ix_values.yaml similarity index 100% rename from stable/monica/3.0.57/ix_values.yaml rename to stable/monica/3.0.58/ix_values.yaml diff --git a/stable/monica/3.0.57/questions.yaml b/stable/monica/3.0.58/questions.yaml similarity index 100% rename from stable/monica/3.0.57/questions.yaml rename to stable/monica/3.0.58/questions.yaml diff --git a/stable/monica/3.0.57/templates/_appkey.tpl b/stable/monica/3.0.58/templates/_appkey.tpl similarity index 100% rename from stable/monica/3.0.57/templates/_appkey.tpl rename to stable/monica/3.0.58/templates/_appkey.tpl diff --git a/stable/monica/3.0.57/templates/common.yaml b/stable/monica/3.0.58/templates/common.yaml similarity index 100% rename from stable/monica/3.0.57/templates/common.yaml rename to stable/monica/3.0.58/templates/common.yaml diff --git a/stable/omada-controller/6.2.0/values.yaml b/stable/monica/3.0.58/values.yaml similarity index 100% rename from stable/omada-controller/6.2.0/values.yaml rename to stable/monica/3.0.58/values.yaml diff --git a/stable/mosdns/2.0.40/CHANGELOG.md b/stable/mosdns/2.0.40/CHANGELOG.md deleted file mode 100644 index 610f686cb20..00000000000 --- a/stable/mosdns/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mosdns-2.0.40](https://github.com/truecharts/charts/compare/mosdns-2.0.39...mosdns-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [mosdns-2.0.39](https://github.com/truecharts/charts/compare/mosdns-2.0.38...mosdns-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mosdns-2.0.39](https://github.com/truecharts/charts/compare/mosdns-2.0.38...mosdns-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mosdns-2.0.38](https://github.com/truecharts/charts/compare/mosdns-2.0.37...mosdns-2.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mosdns-2.0.37](https://github.com/truecharts/charts/compare/mosdns-2.0.36...mosdns-2.0.37) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [mosdns-2.0.36](https://github.com/truecharts/charts/compare/mosdns-2.0.35...mosdns-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mosdns-2.0.35](https://github.com/truecharts/charts/compare/mosdns-2.0.34...mosdns-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mosdns-2.0.34](https://github.com/truecharts/charts/compare/mosdns-2.0.32...mosdns-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/stable/mosdns/2.0.40/Chart.lock b/stable/mosdns/2.0.40/Chart.lock deleted file mode 100644 index e97e11ca037..00000000000 --- a/stable/mosdns/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:41:55.816690914Z" diff --git a/stable/mosdns/2.0.40/Chart.yaml b/stable/mosdns/2.0.40/Chart.yaml deleted file mode 100644 index e13656a4f72..00000000000 --- a/stable/mosdns/2.0.40/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: mosdns -version: 2.0.40 -appVersion: "4.4.2" -description: A location-based pluggable DNS forwarder/splitter. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/mosdns -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png -keywords: - - mosdns - - dns -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns - - https://hub.docker.com/r/601096721/mosdns -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mosdns/2.0.40/README.md b/stable/mosdns/2.0.40/README.md deleted file mode 100644 index 23c3a7ba48d..00000000000 --- a/stable/mosdns/2.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# mosdns - -A location-based pluggable DNS forwarder/splitter. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mosdns](https://truecharts.org/docs/charts/stable/mosdns) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mosdns` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mosdns TrueCharts/mosdns -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mosdns` deployment - -```console -helm uninstall mosdns -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mosdns \ - --set env.TZ="America/New York" \ - TrueCharts/mosdns -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mosdns TrueCharts/mosdns -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mosdns/2.0.40/charts/common-10.7.0.tgz b/stable/mosdns/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mosdns/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mosdns/2.0.41/CHANGELOG.md b/stable/mosdns/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..f128e492d21 --- /dev/null +++ b/stable/mosdns/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mosdns-2.0.41](https://github.com/truecharts/charts/compare/mosdns-2.0.40...mosdns-2.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mosdns-2.0.40](https://github.com/truecharts/charts/compare/mosdns-2.0.39...mosdns-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [mosdns-2.0.39](https://github.com/truecharts/charts/compare/mosdns-2.0.38...mosdns-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mosdns-2.0.39](https://github.com/truecharts/charts/compare/mosdns-2.0.38...mosdns-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mosdns-2.0.38](https://github.com/truecharts/charts/compare/mosdns-2.0.37...mosdns-2.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mosdns-2.0.37](https://github.com/truecharts/charts/compare/mosdns-2.0.36...mosdns-2.0.37) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [mosdns-2.0.36](https://github.com/truecharts/charts/compare/mosdns-2.0.35...mosdns-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mosdns-2.0.35](https://github.com/truecharts/charts/compare/mosdns-2.0.34...mosdns-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mosdns-2.0.34](https://github.com/truecharts/charts/compare/mosdns-2.0.32...mosdns-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/mosdns/2.0.41/Chart.lock b/stable/mosdns/2.0.41/Chart.lock new file mode 100644 index 00000000000..39c94b638ec --- /dev/null +++ b/stable/mosdns/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:27:30.666218027Z" diff --git a/stable/mosdns/2.0.41/Chart.yaml b/stable/mosdns/2.0.41/Chart.yaml new file mode 100644 index 00000000000..14a346b04e1 --- /dev/null +++ b/stable/mosdns/2.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: mosdns +version: 2.0.41 +appVersion: "4.4.2" +description: A location-based pluggable DNS forwarder/splitter. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/mosdns +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.png +keywords: + - mosdns + - dns +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosdns + - https://hub.docker.com/r/601096721/mosdns +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mosdns/2.0.41/README.md b/stable/mosdns/2.0.41/README.md new file mode 100644 index 00000000000..e2b768a97ab --- /dev/null +++ b/stable/mosdns/2.0.41/README.md @@ -0,0 +1,106 @@ +# mosdns + +A location-based pluggable DNS forwarder/splitter. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mosdns](https://truecharts.org/docs/charts/stable/mosdns) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mosdns` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mosdns TrueCharts/mosdns +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mosdns` deployment + +```console +helm uninstall mosdns +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mosdns \ + --set env.TZ="America/New York" \ + TrueCharts/mosdns +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mosdns TrueCharts/mosdns -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mosdns/2.0.40/app-readme.md b/stable/mosdns/2.0.41/app-readme.md similarity index 100% rename from stable/mosdns/2.0.40/app-readme.md rename to stable/mosdns/2.0.41/app-readme.md diff --git a/stable/mosdns/2.0.41/charts/common-10.7.1.tgz b/stable/mosdns/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mosdns/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/mosdns/2.0.40/ix_values.yaml b/stable/mosdns/2.0.41/ix_values.yaml similarity index 100% rename from stable/mosdns/2.0.40/ix_values.yaml rename to stable/mosdns/2.0.41/ix_values.yaml diff --git a/stable/mosdns/2.0.40/questions.yaml b/stable/mosdns/2.0.41/questions.yaml similarity index 100% rename from stable/mosdns/2.0.40/questions.yaml rename to stable/mosdns/2.0.41/questions.yaml diff --git a/stable/openvscode-server/2.0.44/templates/common.yaml b/stable/mosdns/2.0.41/templates/common.yaml similarity index 100% rename from stable/openvscode-server/2.0.44/templates/common.yaml rename to stable/mosdns/2.0.41/templates/common.yaml diff --git a/stable/onlyoffice-document-server/6.0.44/values.yaml b/stable/mosdns/2.0.41/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/6.0.44/values.yaml rename to stable/mosdns/2.0.41/values.yaml diff --git a/stable/mosquitto/6.1.7/CHANGELOG.md b/stable/mosquitto/6.1.7/CHANGELOG.md deleted file mode 100644 index a170067038a..00000000000 --- a/stable/mosquitto/6.1.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mosquitto-6.1.7](https://github.com/truecharts/charts/compare/mosquitto-6.1.6...mosquitto-6.1.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mosquitto-6.1.6](https://github.com/truecharts/charts/compare/mosquitto-6.1.5...mosquitto-6.1.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mosquitto-6.1.6](https://github.com/truecharts/charts/compare/mosquitto-6.1.5...mosquitto-6.1.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mosquitto-6.1.5](https://github.com/truecharts/charts/compare/mosquitto-6.1.4...mosquitto-6.1.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [mosquitto-6.1.4](https://github.com/truecharts/charts/compare/mosquitto-6.1.3...mosquitto-6.1.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mosquitto-6.1.3](https://github.com/truecharts/charts/compare/mosquitto-6.1.2...mosquitto-6.1.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mosquitto-6.1.2](https://github.com/truecharts/charts/compare/mosquitto-6.1.1...mosquitto-6.1.2) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- add second ingress question for websockets service ([#3916](https://github.com/truecharts/charts/issues/3916)) - - - - -## [mosquitto-6.1.1](https://github.com/truecharts/charts/compare/mosquitto-6.1.0...mosquitto-6.1.1) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- use targetPort in mosquitto.conf ([#3911](https://github.com/truecharts/charts/issues/3911)) - - - - -## [mosquitto-6.1.0](https://github.com/truecharts/charts/compare/mosquitto-6.0.38...mosquitto-6.1.0) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat diff --git a/stable/mosquitto/6.1.7/Chart.lock b/stable/mosquitto/6.1.7/Chart.lock deleted file mode 100644 index 226eecf073a..00000000000 --- a/stable/mosquitto/6.1.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:41:56.04286509Z" diff --git a/stable/mosquitto/6.1.7/Chart.yaml b/stable/mosquitto/6.1.7/Chart.yaml deleted file mode 100644 index 3cb23ebae4b..00000000000 --- a/stable/mosquitto/6.1.7/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.15" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Eclipse Mosquitto - An open source MQTT broker -home: https://truecharts.org/docs/charts/stable/mosquitto -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png -keywords: - - mosquitto - - MQTT - - eclipse-iot -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mosquitto -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - - https://github.com/eclipse/mosquitto -type: application -version: 6.1.7 -annotations: - truecharts.org/catagories: | - - homeautomation - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mosquitto/6.1.7/README.md b/stable/mosquitto/6.1.7/README.md deleted file mode 100644 index 0ef848be59a..00000000000 --- a/stable/mosquitto/6.1.7/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# mosquitto - -Eclipse Mosquitto - An open source MQTT broker - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mosquitto](https://truecharts.org/docs/charts/stable/mosquitto) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mosquitto` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mosquitto TrueCharts/mosquitto -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mosquitto` deployment - -```console -helm uninstall mosquitto -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mosquitto \ - --set env.TZ="America/New York" \ - TrueCharts/mosquitto -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mosquitto TrueCharts/mosquitto -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mosquitto/6.1.7/charts/common-10.7.0.tgz b/stable/mosquitto/6.1.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mosquitto/6.1.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mosquitto/6.1.8/CHANGELOG.md b/stable/mosquitto/6.1.8/CHANGELOG.md new file mode 100644 index 00000000000..262846b3131 --- /dev/null +++ b/stable/mosquitto/6.1.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mosquitto-6.1.8](https://github.com/truecharts/charts/compare/mosquitto-6.1.7...mosquitto-6.1.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mosquitto-6.1.7](https://github.com/truecharts/charts/compare/mosquitto-6.1.6...mosquitto-6.1.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mosquitto-6.1.6](https://github.com/truecharts/charts/compare/mosquitto-6.1.5...mosquitto-6.1.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mosquitto-6.1.6](https://github.com/truecharts/charts/compare/mosquitto-6.1.5...mosquitto-6.1.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mosquitto-6.1.5](https://github.com/truecharts/charts/compare/mosquitto-6.1.4...mosquitto-6.1.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [mosquitto-6.1.4](https://github.com/truecharts/charts/compare/mosquitto-6.1.3...mosquitto-6.1.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mosquitto-6.1.3](https://github.com/truecharts/charts/compare/mosquitto-6.1.2...mosquitto-6.1.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mosquitto-6.1.2](https://github.com/truecharts/charts/compare/mosquitto-6.1.1...mosquitto-6.1.2) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- add second ingress question for websockets service ([#3916](https://github.com/truecharts/charts/issues/3916)) + + + + +## [mosquitto-6.1.1](https://github.com/truecharts/charts/compare/mosquitto-6.1.0...mosquitto-6.1.1) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- use targetPort in mosquitto.conf ([#3911](https://github.com/truecharts/charts/issues/3911)) + diff --git a/stable/mosquitto/6.1.8/Chart.lock b/stable/mosquitto/6.1.8/Chart.lock new file mode 100644 index 00000000000..f69a61c041e --- /dev/null +++ b/stable/mosquitto/6.1.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:27:36.192985965Z" diff --git a/stable/mosquitto/6.1.8/Chart.yaml b/stable/mosquitto/6.1.8/Chart.yaml new file mode 100644 index 00000000000..6781c4171ef --- /dev/null +++ b/stable/mosquitto/6.1.8/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.0.15" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Eclipse Mosquitto - An open source MQTT broker +home: https://truecharts.org/docs/charts/stable/mosquitto +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.png +keywords: + - mosquitto + - MQTT + - eclipse-iot +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mosquitto +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto + - https://github.com/eclipse/mosquitto +type: application +version: 6.1.8 +annotations: + truecharts.org/catagories: | + - homeautomation + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mosquitto/6.1.8/README.md b/stable/mosquitto/6.1.8/README.md new file mode 100644 index 00000000000..a35401b53eb --- /dev/null +++ b/stable/mosquitto/6.1.8/README.md @@ -0,0 +1,106 @@ +# mosquitto + +Eclipse Mosquitto - An open source MQTT broker + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mosquitto](https://truecharts.org/docs/charts/stable/mosquitto) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mosquitto` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mosquitto TrueCharts/mosquitto +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mosquitto` deployment + +```console +helm uninstall mosquitto +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mosquitto \ + --set env.TZ="America/New York" \ + TrueCharts/mosquitto +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mosquitto TrueCharts/mosquitto -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mosquitto/6.1.7/app-readme.md b/stable/mosquitto/6.1.8/app-readme.md similarity index 100% rename from stable/mosquitto/6.1.7/app-readme.md rename to stable/mosquitto/6.1.8/app-readme.md diff --git a/stable/mosquitto/6.1.8/charts/common-10.7.1.tgz b/stable/mosquitto/6.1.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mosquitto/6.1.8/charts/common-10.7.1.tgz differ diff --git a/stable/mosquitto/6.1.7/ix_values.yaml b/stable/mosquitto/6.1.8/ix_values.yaml similarity index 100% rename from stable/mosquitto/6.1.7/ix_values.yaml rename to stable/mosquitto/6.1.8/ix_values.yaml diff --git a/stable/mosquitto/6.1.7/questions.yaml b/stable/mosquitto/6.1.8/questions.yaml similarity index 100% rename from stable/mosquitto/6.1.7/questions.yaml rename to stable/mosquitto/6.1.8/questions.yaml diff --git a/stable/openhab/2.0.38/templates/common.yaml b/stable/mosquitto/6.1.8/templates/common.yaml similarity index 100% rename from stable/openhab/2.0.38/templates/common.yaml rename to stable/mosquitto/6.1.8/templates/common.yaml diff --git a/stable/openhab/2.0.38/values.yaml b/stable/mosquitto/6.1.8/values.yaml similarity index 100% rename from stable/openhab/2.0.38/values.yaml rename to stable/mosquitto/6.1.8/values.yaml diff --git a/stable/mstream/3.0.35/CHANGELOG.md b/stable/mstream/3.0.35/CHANGELOG.md deleted file mode 100644 index 87891dc50fd..00000000000 --- a/stable/mstream/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mstream-3.0.35](https://github.com/truecharts/charts/compare/mstream-3.0.34...mstream-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mstream-3.0.34](https://github.com/truecharts/charts/compare/mstream-3.0.33...mstream-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mstream-3.0.34](https://github.com/truecharts/charts/compare/mstream-3.0.33...mstream-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mstream-3.0.33](https://github.com/truecharts/charts/compare/mstream-3.0.32...mstream-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mstream-3.0.32](https://github.com/truecharts/charts/compare/mstream-3.0.31...mstream-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mstream-3.0.31](https://github.com/truecharts/charts/compare/mstream-3.0.30...mstream-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mstream-3.0.30](https://github.com/truecharts/charts/compare/mstream-3.0.29...mstream-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mstream-3.0.30](https://github.com/truecharts/charts/compare/mstream-3.0.29...mstream-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mstream/3.0.35/Chart.lock b/stable/mstream/3.0.35/Chart.lock deleted file mode 100644 index 5cc59db304f..00000000000 --- a/stable/mstream/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:42:14.773036269Z" diff --git a/stable/mstream/3.0.35/Chart.yaml b/stable/mstream/3.0.35/Chart.yaml deleted file mode 100644 index 736408e14b3..00000000000 --- a/stable/mstream/3.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "5.2.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A personal music streaming server -home: https://truecharts.org/docs/charts/stable/mstream -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png -keywords: - - mstream - - server - - music -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mstream -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mstream - - https://github.com/linuxserver/docker-mstream - - https://mstream.io/ -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mstream/3.0.35/README.md b/stable/mstream/3.0.35/README.md deleted file mode 100644 index cf0a451da73..00000000000 --- a/stable/mstream/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mstream - -A personal music streaming server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mstream](https://truecharts.org/docs/charts/stable/mstream) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mstream` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mstream TrueCharts/mstream -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mstream` deployment - -```console -helm uninstall mstream -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mstream \ - --set env.TZ="America/New York" \ - TrueCharts/mstream -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mstream TrueCharts/mstream -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mstream/3.0.35/charts/common-10.7.0.tgz b/stable/mstream/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mstream/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mstream/3.0.36/CHANGELOG.md b/stable/mstream/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..0c2118f04de --- /dev/null +++ b/stable/mstream/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mstream-3.0.36](https://github.com/truecharts/charts/compare/mstream-3.0.35...mstream-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mstream-3.0.35](https://github.com/truecharts/charts/compare/mstream-3.0.34...mstream-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mstream-3.0.34](https://github.com/truecharts/charts/compare/mstream-3.0.33...mstream-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mstream-3.0.34](https://github.com/truecharts/charts/compare/mstream-3.0.33...mstream-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mstream-3.0.33](https://github.com/truecharts/charts/compare/mstream-3.0.32...mstream-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mstream-3.0.32](https://github.com/truecharts/charts/compare/mstream-3.0.31...mstream-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mstream-3.0.31](https://github.com/truecharts/charts/compare/mstream-3.0.30...mstream-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mstream-3.0.30](https://github.com/truecharts/charts/compare/mstream-3.0.29...mstream-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/mstream/3.0.36/Chart.lock b/stable/mstream/3.0.36/Chart.lock new file mode 100644 index 00000000000..fffb461643b --- /dev/null +++ b/stable/mstream/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:27:53.037756247Z" diff --git a/stable/mstream/3.0.36/Chart.yaml b/stable/mstream/3.0.36/Chart.yaml new file mode 100644 index 00000000000..8dfdf1cb706 --- /dev/null +++ b/stable/mstream/3.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "5.2.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A personal music streaming server +home: https://truecharts.org/docs/charts/stable/mstream +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.png +keywords: + - mstream + - server + - music +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mstream +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mstream + - https://github.com/linuxserver/docker-mstream + - https://mstream.io/ +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mstream/3.0.36/README.md b/stable/mstream/3.0.36/README.md new file mode 100644 index 00000000000..809ea3fc93d --- /dev/null +++ b/stable/mstream/3.0.36/README.md @@ -0,0 +1,107 @@ +# mstream + +A personal music streaming server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mstream](https://truecharts.org/docs/charts/stable/mstream) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mstream` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mstream TrueCharts/mstream +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mstream` deployment + +```console +helm uninstall mstream +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mstream \ + --set env.TZ="America/New York" \ + TrueCharts/mstream +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mstream TrueCharts/mstream -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mstream/3.0.35/app-readme.md b/stable/mstream/3.0.36/app-readme.md similarity index 100% rename from stable/mstream/3.0.35/app-readme.md rename to stable/mstream/3.0.36/app-readme.md diff --git a/stable/mstream/3.0.36/charts/common-10.7.1.tgz b/stable/mstream/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mstream/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/mstream/3.0.35/ix_values.yaml b/stable/mstream/3.0.36/ix_values.yaml similarity index 100% rename from stable/mstream/3.0.35/ix_values.yaml rename to stable/mstream/3.0.36/ix_values.yaml diff --git a/stable/mstream/3.0.35/questions.yaml b/stable/mstream/3.0.36/questions.yaml similarity index 100% rename from stable/mstream/3.0.35/questions.yaml rename to stable/mstream/3.0.36/questions.yaml diff --git a/stable/mstream/3.0.35/templates/common.yaml b/stable/mstream/3.0.36/templates/common.yaml similarity index 100% rename from stable/mstream/3.0.35/templates/common.yaml rename to stable/mstream/3.0.36/templates/common.yaml diff --git a/stable/openkm/7.0.45/values.yaml b/stable/mstream/3.0.36/values.yaml similarity index 100% rename from stable/openkm/7.0.45/values.yaml rename to stable/mstream/3.0.36/values.yaml diff --git a/stable/muximux/3.0.35/CHANGELOG.md b/stable/muximux/3.0.35/CHANGELOG.md deleted file mode 100644 index a6c1c7dc820..00000000000 --- a/stable/muximux/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [muximux-3.0.35](https://github.com/truecharts/charts/compare/muximux-3.0.34...muximux-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [muximux-3.0.34](https://github.com/truecharts/charts/compare/muximux-3.0.33...muximux-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [muximux-3.0.34](https://github.com/truecharts/charts/compare/muximux-3.0.33...muximux-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [muximux-3.0.33](https://github.com/truecharts/charts/compare/muximux-3.0.32...muximux-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [muximux-3.0.32](https://github.com/truecharts/charts/compare/muximux-3.0.31...muximux-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [muximux-3.0.31](https://github.com/truecharts/charts/compare/muximux-3.0.30...muximux-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [muximux-3.0.30](https://github.com/truecharts/charts/compare/muximux-3.0.29...muximux-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [muximux-3.0.30](https://github.com/truecharts/charts/compare/muximux-3.0.29...muximux-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/muximux/3.0.35/Chart.lock b/stable/muximux/3.0.35/Chart.lock deleted file mode 100644 index c8afa765f76..00000000000 --- a/stable/muximux/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:42:24.844191647Z" diff --git a/stable/muximux/3.0.35/Chart.yaml b/stable/muximux/3.0.35/Chart.yaml deleted file mode 100644 index 9b09abf4599..00000000000 --- a/stable/muximux/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "057352e8" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver -home: https://truecharts.org/docs/charts/stable/muximux -icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png -keywords: - - muximux - - htpc - - manage - - portal -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: muximux -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/muximux - - https://github.com/linuxserver/docker-muximux - - https://github.com/mescon/Muximux -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/muximux/3.0.35/README.md b/stable/muximux/3.0.35/README.md deleted file mode 100644 index 76c14a91c53..00000000000 --- a/stable/muximux/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# muximux - -A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [muximux](https://truecharts.org/docs/charts/stable/muximux) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `muximux` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install muximux TrueCharts/muximux -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `muximux` deployment - -```console -helm uninstall muximux -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install muximux \ - --set env.TZ="America/New York" \ - TrueCharts/muximux -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install muximux TrueCharts/muximux -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/muximux/3.0.35/charts/common-10.7.0.tgz b/stable/muximux/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/muximux/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/muximux/3.0.36/CHANGELOG.md b/stable/muximux/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..08f9fb52a40 --- /dev/null +++ b/stable/muximux/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [muximux-3.0.36](https://github.com/truecharts/charts/compare/muximux-3.0.35...muximux-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [muximux-3.0.35](https://github.com/truecharts/charts/compare/muximux-3.0.34...muximux-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [muximux-3.0.34](https://github.com/truecharts/charts/compare/muximux-3.0.33...muximux-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [muximux-3.0.34](https://github.com/truecharts/charts/compare/muximux-3.0.33...muximux-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [muximux-3.0.33](https://github.com/truecharts/charts/compare/muximux-3.0.32...muximux-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [muximux-3.0.32](https://github.com/truecharts/charts/compare/muximux-3.0.31...muximux-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [muximux-3.0.31](https://github.com/truecharts/charts/compare/muximux-3.0.30...muximux-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [muximux-3.0.30](https://github.com/truecharts/charts/compare/muximux-3.0.29...muximux-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/muximux/3.0.36/Chart.lock b/stable/muximux/3.0.36/Chart.lock new file mode 100644 index 00000000000..91467ea0634 --- /dev/null +++ b/stable/muximux/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:02.45322216Z" diff --git a/stable/muximux/3.0.36/Chart.yaml b/stable/muximux/3.0.36/Chart.yaml new file mode 100644 index 00000000000..d4c5f4fb582 --- /dev/null +++ b/stable/muximux/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "057352e8" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver +home: https://truecharts.org/docs/charts/stable/muximux +icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.png +keywords: + - muximux + - htpc + - manage + - portal +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: muximux +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/muximux + - https://github.com/linuxserver/docker-muximux + - https://github.com/mescon/Muximux +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/muximux/3.0.36/README.md b/stable/muximux/3.0.36/README.md new file mode 100644 index 00000000000..ef9b085d3af --- /dev/null +++ b/stable/muximux/3.0.36/README.md @@ -0,0 +1,107 @@ +# muximux + +A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [muximux](https://truecharts.org/docs/charts/stable/muximux) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `muximux` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install muximux TrueCharts/muximux +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `muximux` deployment + +```console +helm uninstall muximux +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install muximux \ + --set env.TZ="America/New York" \ + TrueCharts/muximux +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install muximux TrueCharts/muximux -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/muximux/3.0.35/app-readme.md b/stable/muximux/3.0.36/app-readme.md similarity index 100% rename from stable/muximux/3.0.35/app-readme.md rename to stable/muximux/3.0.36/app-readme.md diff --git a/stable/muximux/3.0.36/charts/common-10.7.1.tgz b/stable/muximux/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/muximux/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/muximux/3.0.35/ix_values.yaml b/stable/muximux/3.0.36/ix_values.yaml similarity index 100% rename from stable/muximux/3.0.35/ix_values.yaml rename to stable/muximux/3.0.36/ix_values.yaml diff --git a/stable/muximux/3.0.35/questions.yaml b/stable/muximux/3.0.36/questions.yaml similarity index 100% rename from stable/muximux/3.0.35/questions.yaml rename to stable/muximux/3.0.36/questions.yaml diff --git a/stable/muximux/3.0.35/templates/common.yaml b/stable/muximux/3.0.36/templates/common.yaml similarity index 100% rename from stable/muximux/3.0.35/templates/common.yaml rename to stable/muximux/3.0.36/templates/common.yaml diff --git a/stable/openldap/7.0.38/values.yaml b/stable/muximux/3.0.36/values.yaml similarity index 100% rename from stable/openldap/7.0.38/values.yaml rename to stable/muximux/3.0.36/values.yaml diff --git a/stable/mylar/6.0.46/CHANGELOG.md b/stable/mylar/6.0.46/CHANGELOG.md deleted file mode 100644 index e144517bf3a..00000000000 --- a/stable/mylar/6.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mylar-6.0.46](https://github.com/truecharts/charts/compare/mylar-6.0.45...mylar-6.0.46) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [mylar-6.0.45](https://github.com/truecharts/charts/compare/mylar-6.0.44...mylar-6.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mylar-6.0.44](https://github.com/truecharts/charts/compare/mylar-6.0.43...mylar-6.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mylar-6.0.44](https://github.com/truecharts/charts/compare/mylar-6.0.43...mylar-6.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mylar-6.0.43](https://github.com/truecharts/charts/compare/mylar-6.0.42...mylar-6.0.43) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mylar-6.0.42](https://github.com/truecharts/charts/compare/mylar-6.0.41...mylar-6.0.42) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [mylar-6.0.41](https://github.com/truecharts/charts/compare/mylar-6.0.40...mylar-6.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mylar-6.0.40](https://github.com/truecharts/charts/compare/mylar-6.0.39...mylar-6.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mylar-6.0.39](https://github.com/truecharts/charts/compare/mylar-6.0.37...mylar-6.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mylar/6.0.46/Chart.lock b/stable/mylar/6.0.46/Chart.lock deleted file mode 100644 index 4a004ddfdbf..00000000000 --- a/stable/mylar/6.0.46/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:20:17.966708144Z" diff --git a/stable/mylar/6.0.46/Chart.yaml b/stable/mylar/6.0.46/Chart.yaml deleted file mode 100644 index f7d218f8a2a..00000000000 --- a/stable/mylar/6.0.46/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.6.9" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Mylar is a automated Comic Book downloader -home: https://truecharts.org/docs/charts/stable/mylar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png -keywords: - - mylar -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: mylar -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mylar - - https://github.com/mylar3/mylar3 - - https://github.com/linuxserver/docker-mylar3 -version: 6.0.46 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mylar/6.0.46/README.md b/stable/mylar/6.0.46/README.md deleted file mode 100644 index 6bc4755e849..00000000000 --- a/stable/mylar/6.0.46/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mylar - -Mylar is a automated Comic Book downloader - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mylar](https://truecharts.org/docs/charts/stable/mylar) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mylar` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mylar TrueCharts/mylar -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mylar` deployment - -```console -helm uninstall mylar -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mylar \ - --set env.TZ="America/New York" \ - TrueCharts/mylar -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mylar TrueCharts/mylar -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mylar/6.0.46/charts/common-10.7.0.tgz b/stable/mylar/6.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mylar/6.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mylar/6.0.47/CHANGELOG.md b/stable/mylar/6.0.47/CHANGELOG.md new file mode 100644 index 00000000000..ef496c8e7dc --- /dev/null +++ b/stable/mylar/6.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mylar-6.0.47](https://github.com/truecharts/charts/compare/mylar-6.0.46...mylar-6.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mylar-6.0.46](https://github.com/truecharts/charts/compare/mylar-6.0.45...mylar-6.0.46) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [mylar-6.0.45](https://github.com/truecharts/charts/compare/mylar-6.0.44...mylar-6.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mylar-6.0.44](https://github.com/truecharts/charts/compare/mylar-6.0.43...mylar-6.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mylar-6.0.44](https://github.com/truecharts/charts/compare/mylar-6.0.43...mylar-6.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mylar-6.0.43](https://github.com/truecharts/charts/compare/mylar-6.0.42...mylar-6.0.43) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mylar-6.0.42](https://github.com/truecharts/charts/compare/mylar-6.0.41...mylar-6.0.42) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [mylar-6.0.41](https://github.com/truecharts/charts/compare/mylar-6.0.40...mylar-6.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mylar-6.0.40](https://github.com/truecharts/charts/compare/mylar-6.0.39...mylar-6.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mylar-6.0.39](https://github.com/truecharts/charts/compare/mylar-6.0.37...mylar-6.0.39) (2022-09-22) + +### Chore diff --git a/stable/mylar/6.0.47/Chart.lock b/stable/mylar/6.0.47/Chart.lock new file mode 100644 index 00000000000..4c381c5b682 --- /dev/null +++ b/stable/mylar/6.0.47/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:07.740761052Z" diff --git a/stable/mylar/6.0.47/Chart.yaml b/stable/mylar/6.0.47/Chart.yaml new file mode 100644 index 00000000000..f478d35a328 --- /dev/null +++ b/stable/mylar/6.0.47/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.6.9" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Mylar is a automated Comic Book downloader +home: https://truecharts.org/docs/charts/stable/mylar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png +keywords: + - mylar +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: mylar +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mylar + - https://github.com/mylar3/mylar3 + - https://github.com/linuxserver/docker-mylar3 +version: 6.0.47 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mylar/6.0.47/README.md b/stable/mylar/6.0.47/README.md new file mode 100644 index 00000000000..6dfec002600 --- /dev/null +++ b/stable/mylar/6.0.47/README.md @@ -0,0 +1,107 @@ +# mylar + +Mylar is a automated Comic Book downloader + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mylar](https://truecharts.org/docs/charts/stable/mylar) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mylar` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mylar TrueCharts/mylar +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mylar` deployment + +```console +helm uninstall mylar +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mylar \ + --set env.TZ="America/New York" \ + TrueCharts/mylar +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mylar TrueCharts/mylar -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mylar/6.0.46/app-readme.md b/stable/mylar/6.0.47/app-readme.md similarity index 100% rename from stable/mylar/6.0.46/app-readme.md rename to stable/mylar/6.0.47/app-readme.md diff --git a/stable/mylar/6.0.47/charts/common-10.7.1.tgz b/stable/mylar/6.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mylar/6.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/mylar/6.0.46/ix_values.yaml b/stable/mylar/6.0.47/ix_values.yaml similarity index 100% rename from stable/mylar/6.0.46/ix_values.yaml rename to stable/mylar/6.0.47/ix_values.yaml diff --git a/stable/mylar/6.0.46/questions.yaml b/stable/mylar/6.0.47/questions.yaml similarity index 100% rename from stable/mylar/6.0.46/questions.yaml rename to stable/mylar/6.0.47/questions.yaml diff --git a/stable/oscam/6.0.35/templates/common.yaml b/stable/mylar/6.0.47/templates/common.yaml similarity index 100% rename from stable/oscam/6.0.35/templates/common.yaml rename to stable/mylar/6.0.47/templates/common.yaml diff --git a/stable/openspeedtest/1.0.38/values.yaml b/stable/mylar/6.0.47/values.yaml similarity index 100% rename from stable/openspeedtest/1.0.38/values.yaml rename to stable/mylar/6.0.47/values.yaml diff --git a/stable/mymediaforalexa/1.0.15/CHANGELOG.md b/stable/mymediaforalexa/1.0.15/CHANGELOG.md deleted file mode 100644 index d66220a1797..00000000000 --- a/stable/mymediaforalexa/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mymediaforalexa-1.0.15](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.14...mymediaforalexa-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mymediaforalexa-1.0.14](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.13...mymediaforalexa-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mymediaforalexa-1.0.14](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.13...mymediaforalexa-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mymediaforalexa-1.0.13](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.12...mymediaforalexa-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mymediaforalexa-1.0.12](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.11...mymediaforalexa-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mymediaforalexa-1.0.11](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.10...mymediaforalexa-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mymediaforalexa-1.0.10](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.9...mymediaforalexa-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [mymediaforalexa-1.0.10](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.9...mymediaforalexa-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/mymediaforalexa/1.0.15/Chart.lock b/stable/mymediaforalexa/1.0.15/Chart.lock deleted file mode 100644 index 767ff1550b7..00000000000 --- a/stable/mymediaforalexa/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:42:40.049291753Z" diff --git a/stable/mymediaforalexa/1.0.15/Chart.yaml b/stable/mymediaforalexa/1.0.15/Chart.yaml deleted file mode 100644 index 1ba2b6cb668..00000000000 --- a/stable/mymediaforalexa/1.0.15/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: mymediaforalexa -version: 1.0.15 -appVersion: "1.3.147.99" -description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/mymediaforalexa -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png -keywords: - - media - - alexa -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa - - https://hub.docker.com/r/bizmodeller/mymediaforalexa - - https://www.mymediaalexa.com/home/docker#dockerhub -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mymediaforalexa/1.0.15/README.md b/stable/mymediaforalexa/1.0.15/README.md deleted file mode 100644 index ed965823fc6..00000000000 --- a/stable/mymediaforalexa/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# mymediaforalexa - -This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mymediaforalexa](https://truecharts.org/docs/charts/stable/mymediaforalexa) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mymediaforalexa` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mymediaforalexa TrueCharts/mymediaforalexa -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mymediaforalexa` deployment - -```console -helm uninstall mymediaforalexa -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mymediaforalexa \ - --set env.TZ="America/New York" \ - TrueCharts/mymediaforalexa -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mymediaforalexa TrueCharts/mymediaforalexa -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mymediaforalexa/1.0.15/charts/common-10.7.0.tgz b/stable/mymediaforalexa/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mymediaforalexa/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mymediaforalexa/1.0.16/CHANGELOG.md b/stable/mymediaforalexa/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..c47a5d1f715 --- /dev/null +++ b/stable/mymediaforalexa/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mymediaforalexa-1.0.16](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.15...mymediaforalexa-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mymediaforalexa-1.0.15](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.14...mymediaforalexa-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mymediaforalexa-1.0.14](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.13...mymediaforalexa-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mymediaforalexa-1.0.14](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.13...mymediaforalexa-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mymediaforalexa-1.0.13](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.12...mymediaforalexa-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mymediaforalexa-1.0.12](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.11...mymediaforalexa-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mymediaforalexa-1.0.11](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.10...mymediaforalexa-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mymediaforalexa-1.0.10](https://github.com/truecharts/charts/compare/mymediaforalexa-1.0.9...mymediaforalexa-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/mymediaforalexa/1.0.16/Chart.lock b/stable/mymediaforalexa/1.0.16/Chart.lock new file mode 100644 index 00000000000..077992f546d --- /dev/null +++ b/stable/mymediaforalexa/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:22.256037375Z" diff --git a/stable/mymediaforalexa/1.0.16/Chart.yaml b/stable/mymediaforalexa/1.0.16/Chart.yaml new file mode 100644 index 00000000000..f1cd5560f31 --- /dev/null +++ b/stable/mymediaforalexa/1.0.16/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: mymediaforalexa +version: 1.0.16 +appVersion: "1.3.147.99" +description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/mymediaforalexa +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.png +keywords: + - media + - alexa +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mymediaforalexa + - https://hub.docker.com/r/bizmodeller/mymediaforalexa + - https://www.mymediaalexa.com/home/docker#dockerhub +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mymediaforalexa/1.0.16/README.md b/stable/mymediaforalexa/1.0.16/README.md new file mode 100644 index 00000000000..2cee615fabf --- /dev/null +++ b/stable/mymediaforalexa/1.0.16/README.md @@ -0,0 +1,107 @@ +# mymediaforalexa + +This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com . + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mymediaforalexa](https://truecharts.org/docs/charts/stable/mymediaforalexa) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mymediaforalexa` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mymediaforalexa TrueCharts/mymediaforalexa +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mymediaforalexa` deployment + +```console +helm uninstall mymediaforalexa +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mymediaforalexa \ + --set env.TZ="America/New York" \ + TrueCharts/mymediaforalexa +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mymediaforalexa TrueCharts/mymediaforalexa -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mymediaforalexa/1.0.15/app-readme.md b/stable/mymediaforalexa/1.0.16/app-readme.md similarity index 100% rename from stable/mymediaforalexa/1.0.15/app-readme.md rename to stable/mymediaforalexa/1.0.16/app-readme.md diff --git a/stable/mymediaforalexa/1.0.16/charts/common-10.7.1.tgz b/stable/mymediaforalexa/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mymediaforalexa/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/mymediaforalexa/1.0.15/ix_values.yaml b/stable/mymediaforalexa/1.0.16/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/1.0.15/ix_values.yaml rename to stable/mymediaforalexa/1.0.16/ix_values.yaml diff --git a/stable/mymediaforalexa/1.0.15/questions.yaml b/stable/mymediaforalexa/1.0.16/questions.yaml similarity index 100% rename from stable/mymediaforalexa/1.0.15/questions.yaml rename to stable/mymediaforalexa/1.0.16/questions.yaml diff --git a/stable/overseerr/6.0.39/templates/common.yaml b/stable/mymediaforalexa/1.0.16/templates/common.yaml similarity index 100% rename from stable/overseerr/6.0.39/templates/common.yaml rename to stable/mymediaforalexa/1.0.16/templates/common.yaml diff --git a/stable/openvscode-server/2.0.44/values.yaml b/stable/mymediaforalexa/1.0.16/values.yaml similarity index 100% rename from stable/openvscode-server/2.0.44/values.yaml rename to stable/mymediaforalexa/1.0.16/values.yaml diff --git a/stable/mysql-workbench/2.0.37/CHANGELOG.md b/stable/mysql-workbench/2.0.37/CHANGELOG.md deleted file mode 100644 index 86d825c4059..00000000000 --- a/stable/mysql-workbench/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [mysql-workbench-2.0.37](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.36...mysql-workbench-2.0.37) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [mysql-workbench-2.0.36](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.35...mysql-workbench-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [mysql-workbench-2.0.35](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.34...mysql-workbench-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mysql-workbench-2.0.35](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.34...mysql-workbench-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [mysql-workbench-2.0.34](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.33...mysql-workbench-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [mysql-workbench-2.0.33](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.32...mysql-workbench-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [mysql-workbench-2.0.32](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.31...mysql-workbench-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [mysql-workbench-2.0.31](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.30...mysql-workbench-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/mysql-workbench/2.0.37/Chart.lock b/stable/mysql-workbench/2.0.37/Chart.lock deleted file mode 100644 index 6de94945562..00000000000 --- a/stable/mysql-workbench/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:20:18.43109701Z" diff --git a/stable/mysql-workbench/2.0.37/Chart.yaml b/stable/mysql-workbench/2.0.37/Chart.yaml deleted file mode 100644 index e17ad850c1b..00000000000 --- a/stable/mysql-workbench/2.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: mysql-workbench -version: 2.0.37 -appVersion: "8.0.31" -description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/mysql-workbench -icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png -keywords: - - mysql-workbench -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench - - https://hub.docker.com/r/linuxserver/mysql-workbench -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/mysql-workbench/2.0.37/README.md b/stable/mysql-workbench/2.0.37/README.md deleted file mode 100644 index 466c48276bc..00000000000 --- a/stable/mysql-workbench/2.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# mysql-workbench - -MySQL Workbench is a unified visual tool for database architects, developers and DBAs. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [mysql-workbench](https://truecharts.org/docs/charts/stable/mysql-workbench) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `mysql-workbench` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install mysql-workbench TrueCharts/mysql-workbench -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `mysql-workbench` deployment - -```console -helm uninstall mysql-workbench -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install mysql-workbench \ - --set env.TZ="America/New York" \ - TrueCharts/mysql-workbench -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install mysql-workbench TrueCharts/mysql-workbench -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/mysql-workbench/2.0.37/charts/common-10.7.0.tgz b/stable/mysql-workbench/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/mysql-workbench/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/mysql-workbench/2.0.38/CHANGELOG.md b/stable/mysql-workbench/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..282d98df3f3 --- /dev/null +++ b/stable/mysql-workbench/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [mysql-workbench-2.0.38](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.37...mysql-workbench-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [mysql-workbench-2.0.37](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.36...mysql-workbench-2.0.37) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [mysql-workbench-2.0.36](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.35...mysql-workbench-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [mysql-workbench-2.0.35](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.34...mysql-workbench-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mysql-workbench-2.0.35](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.34...mysql-workbench-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [mysql-workbench-2.0.34](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.33...mysql-workbench-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [mysql-workbench-2.0.33](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.32...mysql-workbench-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [mysql-workbench-2.0.32](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.31...mysql-workbench-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [mysql-workbench-2.0.31](https://github.com/truecharts/charts/compare/mysql-workbench-2.0.30...mysql-workbench-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/mysql-workbench/2.0.38/Chart.lock b/stable/mysql-workbench/2.0.38/Chart.lock new file mode 100644 index 00000000000..d7a98a9d047 --- /dev/null +++ b/stable/mysql-workbench/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:24.610050052Z" diff --git a/stable/mysql-workbench/2.0.38/Chart.yaml b/stable/mysql-workbench/2.0.38/Chart.yaml new file mode 100644 index 00000000000..307626d2947 --- /dev/null +++ b/stable/mysql-workbench/2.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: mysql-workbench +version: 2.0.38 +appVersion: "8.0.31" +description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/mysql-workbench +icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png +keywords: + - mysql-workbench +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench + - https://hub.docker.com/r/linuxserver/mysql-workbench +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/mysql-workbench/2.0.38/README.md b/stable/mysql-workbench/2.0.38/README.md new file mode 100644 index 00000000000..13570e48af8 --- /dev/null +++ b/stable/mysql-workbench/2.0.38/README.md @@ -0,0 +1,106 @@ +# mysql-workbench + +MySQL Workbench is a unified visual tool for database architects, developers and DBAs. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [mysql-workbench](https://truecharts.org/docs/charts/stable/mysql-workbench) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `mysql-workbench` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install mysql-workbench TrueCharts/mysql-workbench +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `mysql-workbench` deployment + +```console +helm uninstall mysql-workbench +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install mysql-workbench \ + --set env.TZ="America/New York" \ + TrueCharts/mysql-workbench +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install mysql-workbench TrueCharts/mysql-workbench -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/mysql-workbench/2.0.37/app-readme.md b/stable/mysql-workbench/2.0.38/app-readme.md similarity index 100% rename from stable/mysql-workbench/2.0.37/app-readme.md rename to stable/mysql-workbench/2.0.38/app-readme.md diff --git a/stable/mysql-workbench/2.0.38/charts/common-10.7.1.tgz b/stable/mysql-workbench/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/mysql-workbench/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/mysql-workbench/2.0.37/ix_values.yaml b/stable/mysql-workbench/2.0.38/ix_values.yaml similarity index 100% rename from stable/mysql-workbench/2.0.37/ix_values.yaml rename to stable/mysql-workbench/2.0.38/ix_values.yaml diff --git a/stable/mysql-workbench/2.0.37/questions.yaml b/stable/mysql-workbench/2.0.38/questions.yaml similarity index 100% rename from stable/mysql-workbench/2.0.37/questions.yaml rename to stable/mysql-workbench/2.0.38/questions.yaml diff --git a/stable/owncast/6.0.38/templates/common.yaml b/stable/mysql-workbench/2.0.38/templates/common.yaml similarity index 100% rename from stable/owncast/6.0.38/templates/common.yaml rename to stable/mysql-workbench/2.0.38/templates/common.yaml diff --git a/stable/oscam/6.0.35/values.yaml b/stable/mysql-workbench/2.0.38/values.yaml similarity index 100% rename from stable/oscam/6.0.35/values.yaml rename to stable/mysql-workbench/2.0.38/values.yaml diff --git a/stable/n8n/4.0.67/CHANGELOG.md b/stable/n8n/4.0.67/CHANGELOG.md deleted file mode 100644 index 6a1029d4179..00000000000 --- a/stable/n8n/4.0.67/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [n8n-4.0.67](https://github.com/truecharts/charts/compare/n8n-4.0.66...n8n-4.0.67) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [n8n-4.0.66](https://github.com/truecharts/charts/compare/n8n-4.0.65...n8n-4.0.66) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [n8n-4.0.65](https://github.com/truecharts/charts/compare/n8n-4.0.64...n8n-4.0.65) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [n8n-4.0.64](https://github.com/truecharts/charts/compare/n8n-4.0.63...n8n-4.0.64) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [n8n-4.0.64](https://github.com/truecharts/charts/compare/n8n-4.0.63...n8n-4.0.64) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [n8n-4.0.63](https://github.com/truecharts/charts/compare/n8n-4.0.62...n8n-4.0.63) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [n8n-4.0.62](https://github.com/truecharts/charts/compare/n8n-4.0.61...n8n-4.0.62) (2022-10-01) - -### Chore - -- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [n8n-4.0.60](https://github.com/truecharts/charts/compare/n8n-4.0.59...n8n-4.0.60) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [n8n-4.0.59](https://github.com/truecharts/charts/compare/n8n-4.0.58...n8n-4.0.59) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [n8n-4.0.58](https://github.com/truecharts/charts/compare/n8n-4.0.57...n8n-4.0.58) (2022-09-23) - -### Chore - diff --git a/stable/n8n/4.0.67/Chart.lock b/stable/n8n/4.0.67/Chart.lock deleted file mode 100644 index 44e68485172..00000000000 --- a/stable/n8n/4.0.67/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-16T09:56:03.462972032Z" diff --git a/stable/n8n/4.0.67/Chart.yaml b/stable/n8n/4.0.67/Chart.yaml deleted file mode 100644 index 2d128ec867c..00000000000 --- a/stable/n8n/4.0.67/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: "0.198.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: n8n is an extendable workflow automation tool. -home: https://truecharts.org/docs/charts/stable/n8n -icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png -keywords: - - workflows - - automation -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: n8n -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/n8n - - https://docs.n8n.io/ - - https://github.com/n8n-io/n8n - - https://hub.docker.com/r/n8nio/n8n -version: 4.0.67 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/n8n/4.0.67/README.md b/stable/n8n/4.0.67/README.md deleted file mode 100644 index 252710b169a..00000000000 --- a/stable/n8n/4.0.67/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# n8n - -n8n is an extendable workflow automation tool. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [n8n](https://truecharts.org/docs/charts/stable/n8n) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `n8n` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install n8n TrueCharts/n8n -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `n8n` deployment - -```console -helm uninstall n8n -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install n8n \ - --set env.TZ="America/New York" \ - TrueCharts/n8n -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install n8n TrueCharts/n8n -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/n8n/4.0.67/charts/common-10.7.0.tgz b/stable/n8n/4.0.67/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/n8n/4.0.67/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/n8n/4.0.67/charts/postgresql-8.0.97.tgz b/stable/n8n/4.0.67/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/n8n/4.0.67/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/n8n/4.0.67/charts/redis-3.0.94.tgz b/stable/n8n/4.0.67/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/n8n/4.0.67/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/n8n/4.0.68/CHANGELOG.md b/stable/n8n/4.0.68/CHANGELOG.md new file mode 100644 index 00000000000..d0f03a7b255 --- /dev/null +++ b/stable/n8n/4.0.68/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [n8n-4.0.68](https://github.com/truecharts/charts/compare/n8n-4.0.67...n8n-4.0.68) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [n8n-4.0.67](https://github.com/truecharts/charts/compare/n8n-4.0.66...n8n-4.0.67) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [n8n-4.0.66](https://github.com/truecharts/charts/compare/n8n-4.0.65...n8n-4.0.66) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [n8n-4.0.65](https://github.com/truecharts/charts/compare/n8n-4.0.64...n8n-4.0.65) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [n8n-4.0.64](https://github.com/truecharts/charts/compare/n8n-4.0.63...n8n-4.0.64) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [n8n-4.0.64](https://github.com/truecharts/charts/compare/n8n-4.0.63...n8n-4.0.64) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [n8n-4.0.63](https://github.com/truecharts/charts/compare/n8n-4.0.62...n8n-4.0.63) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [n8n-4.0.62](https://github.com/truecharts/charts/compare/n8n-4.0.61...n8n-4.0.62) (2022-10-01) + +### Chore + +- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [n8n-4.0.60](https://github.com/truecharts/charts/compare/n8n-4.0.59...n8n-4.0.60) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [n8n-4.0.59](https://github.com/truecharts/charts/compare/n8n-4.0.58...n8n-4.0.59) (2022-09-25) + +### Chore + diff --git a/stable/n8n/4.0.68/Chart.lock b/stable/n8n/4.0.68/Chart.lock new file mode 100644 index 00000000000..eb411de5d96 --- /dev/null +++ b/stable/n8n/4.0.68/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:28:57.334749307Z" diff --git a/stable/n8n/4.0.68/Chart.yaml b/stable/n8n/4.0.68/Chart.yaml new file mode 100644 index 00000000000..33153328e2c --- /dev/null +++ b/stable/n8n/4.0.68/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "0.198.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: n8n is an extendable workflow automation tool. +home: https://truecharts.org/docs/charts/stable/n8n +icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.png +keywords: + - workflows + - automation +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: n8n +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/n8n + - https://docs.n8n.io/ + - https://github.com/n8n-io/n8n + - https://hub.docker.com/r/n8nio/n8n +version: 4.0.68 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/n8n/4.0.68/README.md b/stable/n8n/4.0.68/README.md new file mode 100644 index 00000000000..972f73d2b1d --- /dev/null +++ b/stable/n8n/4.0.68/README.md @@ -0,0 +1,110 @@ +# n8n + +n8n is an extendable workflow automation tool. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [n8n](https://truecharts.org/docs/charts/stable/n8n) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `n8n` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install n8n TrueCharts/n8n +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `n8n` deployment + +```console +helm uninstall n8n +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install n8n \ + --set env.TZ="America/New York" \ + TrueCharts/n8n +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install n8n TrueCharts/n8n -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/n8n/4.0.67/app-readme.md b/stable/n8n/4.0.68/app-readme.md similarity index 100% rename from stable/n8n/4.0.67/app-readme.md rename to stable/n8n/4.0.68/app-readme.md diff --git a/stable/n8n/4.0.68/charts/common-10.7.1.tgz b/stable/n8n/4.0.68/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/n8n/4.0.68/charts/common-10.7.1.tgz differ diff --git a/stable/n8n/4.0.68/charts/postgresql-8.0.101.tgz b/stable/n8n/4.0.68/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/n8n/4.0.68/charts/postgresql-8.0.101.tgz differ diff --git a/stable/n8n/4.0.68/charts/redis-3.0.97.tgz b/stable/n8n/4.0.68/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/n8n/4.0.68/charts/redis-3.0.97.tgz differ diff --git a/stable/n8n/4.0.67/ix_values.yaml b/stable/n8n/4.0.68/ix_values.yaml similarity index 100% rename from stable/n8n/4.0.67/ix_values.yaml rename to stable/n8n/4.0.68/ix_values.yaml diff --git a/stable/n8n/4.0.67/questions.yaml b/stable/n8n/4.0.68/questions.yaml similarity index 100% rename from stable/n8n/4.0.67/questions.yaml rename to stable/n8n/4.0.68/questions.yaml diff --git a/stable/n8n/4.0.67/templates/_configmap.tpl b/stable/n8n/4.0.68/templates/_configmap.tpl similarity index 100% rename from stable/n8n/4.0.67/templates/_configmap.tpl rename to stable/n8n/4.0.68/templates/_configmap.tpl diff --git a/stable/n8n/4.0.67/templates/common.yaml b/stable/n8n/4.0.68/templates/common.yaml similarity index 100% rename from stable/n8n/4.0.67/templates/common.yaml rename to stable/n8n/4.0.68/templates/common.yaml diff --git a/stable/outline/3.0.49/values.yaml b/stable/n8n/4.0.68/values.yaml similarity index 100% rename from stable/outline/3.0.49/values.yaml rename to stable/n8n/4.0.68/values.yaml diff --git a/stable/nano-wallet/2.0.35/CHANGELOG.md b/stable/nano-wallet/2.0.35/CHANGELOG.md deleted file mode 100644 index ca7392d8a8a..00000000000 --- a/stable/nano-wallet/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nano-wallet-2.0.35](https://github.com/truecharts/charts/compare/nano-wallet-2.0.34...nano-wallet-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nano-wallet-2.0.34](https://github.com/truecharts/charts/compare/nano-wallet-2.0.33...nano-wallet-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nano-wallet-2.0.34](https://github.com/truecharts/charts/compare/nano-wallet-2.0.33...nano-wallet-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nano-wallet-2.0.33](https://github.com/truecharts/charts/compare/nano-wallet-2.0.32...nano-wallet-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nano-wallet-2.0.32](https://github.com/truecharts/charts/compare/nano-wallet-2.0.31...nano-wallet-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nano-wallet-2.0.31](https://github.com/truecharts/charts/compare/nano-wallet-2.0.30...nano-wallet-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nano-wallet-2.0.30](https://github.com/truecharts/charts/compare/nano-wallet-2.0.29...nano-wallet-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nano-wallet-2.0.30](https://github.com/truecharts/charts/compare/nano-wallet-2.0.29...nano-wallet-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/nano-wallet/2.0.35/Chart.lock b/stable/nano-wallet/2.0.35/Chart.lock deleted file mode 100644 index 69d4f70cb25..00000000000 --- a/stable/nano-wallet/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:42:55.637195056Z" diff --git a/stable/nano-wallet/2.0.35/Chart.yaml b/stable/nano-wallet/2.0.35/Chart.yaml deleted file mode 100644 index 761163d2ed3..00000000000 --- a/stable/nano-wallet/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: nano-wallet -version: 2.0.35 -appVersion: "2021.12.16" -description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/nano-wallet -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png -keywords: - - nano-wallet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet - - https://hub.docker.com/r/linuxserver/nano-wallet -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/nano-wallet/2.0.35/README.md b/stable/nano-wallet/2.0.35/README.md deleted file mode 100644 index 9d8d20745ae..00000000000 --- a/stable/nano-wallet/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# nano-wallet - -Nano-wallet is a digital payment protocol designed to be accessible and lightweight. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nano-wallet](https://truecharts.org/docs/charts/stable/nano-wallet) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nano-wallet` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nano-wallet TrueCharts/nano-wallet -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nano-wallet` deployment - -```console -helm uninstall nano-wallet -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nano-wallet \ - --set env.TZ="America/New York" \ - TrueCharts/nano-wallet -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nano-wallet TrueCharts/nano-wallet -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/nano-wallet/2.0.35/charts/common-10.7.0.tgz b/stable/nano-wallet/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/nano-wallet/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/nano-wallet/2.0.36/CHANGELOG.md b/stable/nano-wallet/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..393c7b240e8 --- /dev/null +++ b/stable/nano-wallet/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nano-wallet-2.0.36](https://github.com/truecharts/charts/compare/nano-wallet-2.0.35...nano-wallet-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nano-wallet-2.0.35](https://github.com/truecharts/charts/compare/nano-wallet-2.0.34...nano-wallet-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nano-wallet-2.0.34](https://github.com/truecharts/charts/compare/nano-wallet-2.0.33...nano-wallet-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nano-wallet-2.0.34](https://github.com/truecharts/charts/compare/nano-wallet-2.0.33...nano-wallet-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nano-wallet-2.0.33](https://github.com/truecharts/charts/compare/nano-wallet-2.0.32...nano-wallet-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nano-wallet-2.0.32](https://github.com/truecharts/charts/compare/nano-wallet-2.0.31...nano-wallet-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nano-wallet-2.0.31](https://github.com/truecharts/charts/compare/nano-wallet-2.0.30...nano-wallet-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nano-wallet-2.0.30](https://github.com/truecharts/charts/compare/nano-wallet-2.0.29...nano-wallet-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/nano-wallet/2.0.36/Chart.lock b/stable/nano-wallet/2.0.36/Chart.lock new file mode 100644 index 00000000000..504820c15ba --- /dev/null +++ b/stable/nano-wallet/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:39.056309923Z" diff --git a/stable/nano-wallet/2.0.36/Chart.yaml b/stable/nano-wallet/2.0.36/Chart.yaml new file mode 100644 index 00000000000..9678c908326 --- /dev/null +++ b/stable/nano-wallet/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: nano-wallet +version: 2.0.36 +appVersion: "2021.12.16" +description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/nano-wallet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.png +keywords: + - nano-wallet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nano-wallet + - https://hub.docker.com/r/linuxserver/nano-wallet +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nano-wallet/2.0.36/README.md b/stable/nano-wallet/2.0.36/README.md new file mode 100644 index 00000000000..d5e8b2ac74e --- /dev/null +++ b/stable/nano-wallet/2.0.36/README.md @@ -0,0 +1,106 @@ +# nano-wallet + +Nano-wallet is a digital payment protocol designed to be accessible and lightweight. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nano-wallet](https://truecharts.org/docs/charts/stable/nano-wallet) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nano-wallet` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nano-wallet TrueCharts/nano-wallet +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nano-wallet` deployment + +```console +helm uninstall nano-wallet +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nano-wallet \ + --set env.TZ="America/New York" \ + TrueCharts/nano-wallet +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nano-wallet TrueCharts/nano-wallet -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nano-wallet/2.0.35/app-readme.md b/stable/nano-wallet/2.0.36/app-readme.md similarity index 100% rename from stable/nano-wallet/2.0.35/app-readme.md rename to stable/nano-wallet/2.0.36/app-readme.md diff --git a/stable/nano-wallet/2.0.36/charts/common-10.7.1.tgz b/stable/nano-wallet/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nano-wallet/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/nano-wallet/2.0.35/ix_values.yaml b/stable/nano-wallet/2.0.36/ix_values.yaml similarity index 100% rename from stable/nano-wallet/2.0.35/ix_values.yaml rename to stable/nano-wallet/2.0.36/ix_values.yaml diff --git a/stable/nano-wallet/2.0.35/questions.yaml b/stable/nano-wallet/2.0.36/questions.yaml similarity index 100% rename from stable/nano-wallet/2.0.35/questions.yaml rename to stable/nano-wallet/2.0.36/questions.yaml diff --git a/stable/papermerge/3.0.42/templates/common.yaml b/stable/nano-wallet/2.0.36/templates/common.yaml similarity index 100% rename from stable/papermerge/3.0.42/templates/common.yaml rename to stable/nano-wallet/2.0.36/templates/common.yaml diff --git a/stable/overseerr/6.0.39/values.yaml b/stable/nano-wallet/2.0.36/values.yaml similarity index 100% rename from stable/overseerr/6.0.39/values.yaml rename to stable/nano-wallet/2.0.36/values.yaml diff --git a/stable/navidrome/11.0.39/CHANGELOG.md b/stable/navidrome/11.0.39/CHANGELOG.md new file mode 100644 index 00000000000..b4ccdd77e2a --- /dev/null +++ b/stable/navidrome/11.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [navidrome-11.0.39](https://github.com/truecharts/charts/compare/navidrome-11.0.38...navidrome-11.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [navidrome-11.0.38](https://github.com/truecharts/charts/compare/navidrome-11.0.37...navidrome-11.0.38) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [navidrome-11.0.37](https://github.com/truecharts/charts/compare/navidrome-11.0.36...navidrome-11.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [navidrome-11.0.36](https://github.com/truecharts/charts/compare/navidrome-11.0.35...navidrome-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [navidrome-11.0.36](https://github.com/truecharts/charts/compare/navidrome-11.0.35...navidrome-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [navidrome-11.0.35](https://github.com/truecharts/charts/compare/navidrome-11.0.34...navidrome-11.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [navidrome-11.0.34](https://github.com/truecharts/charts/compare/navidrome-11.0.33...navidrome-11.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [navidrome-11.0.33](https://github.com/truecharts/charts/compare/navidrome-11.0.32...navidrome-11.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [navidrome-11.0.32](https://github.com/truecharts/charts/compare/navidrome-11.0.31...navidrome-11.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/navidrome/11.0.39/Chart.lock b/stable/navidrome/11.0.39/Chart.lock new file mode 100644 index 00000000000..7fd89d6e213 --- /dev/null +++ b/stable/navidrome/11.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:53.974346041Z" diff --git a/stable/navidrome/11.0.39/Chart.yaml b/stable/navidrome/11.0.39/Chart.yaml new file mode 100644 index 00000000000..ddfcf4f6a14 --- /dev/null +++ b/stable/navidrome/11.0.39/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.48.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Navidrome is an open source web-based music collection server and streamer +home: https://truecharts.org/docs/charts/stable/navidrome +icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.png +keywords: + - navidrome + - music + - streaming +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: navidrome +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/navidrome + - https://github.com/deluan/navidrome + - https://hub.docker.com/r/deluan/navidrome +type: application +version: 11.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/navidrome/11.0.39/README.md b/stable/navidrome/11.0.39/README.md new file mode 100644 index 00000000000..87fea38998c --- /dev/null +++ b/stable/navidrome/11.0.39/README.md @@ -0,0 +1,107 @@ +# navidrome + +Navidrome is an open source web-based music collection server and streamer + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [navidrome](https://truecharts.org/docs/charts/stable/navidrome) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `navidrome` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install navidrome TrueCharts/navidrome +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `navidrome` deployment + +```console +helm uninstall navidrome +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install navidrome \ + --set env.TZ="America/New York" \ + TrueCharts/navidrome +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install navidrome TrueCharts/navidrome -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/navidrome/11.0.39/app-readme.md b/stable/navidrome/11.0.39/app-readme.md new file mode 100644 index 00000000000..b75e0b5dcf2 --- /dev/null +++ b/stable/navidrome/11.0.39/app-readme.md @@ -0,0 +1,8 @@ +Navidrome is an open source web-based music collection server and streamer + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/navidrome](https://truecharts.org/docs/charts/stable/navidrome) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/navidrome/11.0.39/charts/common-10.7.1.tgz b/stable/navidrome/11.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/navidrome/11.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/navidrome/11.0.39/ix_values.yaml b/stable/navidrome/11.0.39/ix_values.yaml new file mode 100644 index 00000000000..f48a0bce27c --- /dev/null +++ b/stable/navidrome/11.0.39/ix_values.yaml @@ -0,0 +1,26 @@ +image: + repository: tccr.io/truecharts/navidrome + pullPolicy: IfNotPresent + tag: 0.48.0@sha256:a133b55a3a0b5840f3412a96a34a099cc2f24b5d42418eca84a0ad72d5c8fa40 + +service: + main: + ports: + main: + port: 4533 + targetPort: 4533 + +env: + ND_SCANINTERVAL: "15m" + ND_LOGLEVEL: "info" + ND_SESSIONTIMEOUT: "24h" + ND_ENABLETRANSCODINGCONFIG: "true" + ND_MUSICFOLDER: "/music" + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + enabled: true diff --git a/stable/navidrome/11.0.39/questions.yaml b/stable/navidrome/11.0.39/questions.yaml new file mode 100644 index 00000000000..c806f1c7dc7 --- /dev/null +++ b/stable/navidrome/11.0.39/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 4533 + 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 + hidden: true + 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: 4533 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/pgadmin/7.0.40/templates/common.yaml b/stable/navidrome/11.0.39/templates/common.yaml similarity index 100% rename from stable/pgadmin/7.0.40/templates/common.yaml rename to stable/navidrome/11.0.39/templates/common.yaml diff --git a/stable/owncast/6.0.38/values.yaml b/stable/navidrome/11.0.39/values.yaml similarity index 100% rename from stable/owncast/6.0.38/values.yaml rename to stable/navidrome/11.0.39/values.yaml diff --git a/stable/netdata/2.0.42/CHANGELOG.md b/stable/netdata/2.0.42/CHANGELOG.md deleted file mode 100644 index cde366a8151..00000000000 --- a/stable/netdata/2.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [netdata-2.0.42](https://github.com/truecharts/charts/compare/netdata-2.0.41...netdata-2.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [netdata-2.0.41](https://github.com/truecharts/charts/compare/netdata-2.0.40...netdata-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [netdata-2.0.41](https://github.com/truecharts/charts/compare/netdata-2.0.40...netdata-2.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [netdata-2.0.40](https://github.com/truecharts/charts/compare/netdata-2.0.39...netdata-2.0.40) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [netdata-2.0.39](https://github.com/truecharts/charts/compare/netdata-2.0.38...netdata-2.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [netdata-2.0.38](https://github.com/truecharts/charts/compare/netdata-2.0.37...netdata-2.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [netdata-2.0.37](https://github.com/truecharts/charts/compare/netdata-2.0.36...netdata-2.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [netdata-2.0.37](https://github.com/truecharts/charts/compare/netdata-2.0.36...netdata-2.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/netdata/2.0.42/Chart.lock b/stable/netdata/2.0.42/Chart.lock deleted file mode 100644 index b76518b2808..00000000000 --- a/stable/netdata/2.0.42/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:43:12.68894271Z" diff --git a/stable/netdata/2.0.42/Chart.yaml b/stable/netdata/2.0.42/Chart.yaml deleted file mode 100644 index 7a910e92c3a..00000000000 --- a/stable/netdata/2.0.42/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.36.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. -home: https://truecharts.org/docs/charts/stable/netdata -icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png -keywords: - - netdata - - monitoring -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: netdata -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - - https://github.com/netdata -version: 2.0.42 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/netdata/2.0.42/README.md b/stable/netdata/2.0.42/README.md deleted file mode 100644 index 8f14195a78b..00000000000 --- a/stable/netdata/2.0.42/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# netdata - -Netdata is high-fidelity infrastructure monitoring and troubleshooting. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [netdata](https://truecharts.org/docs/charts/stable/netdata) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `netdata` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install netdata TrueCharts/netdata -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `netdata` deployment - -```console -helm uninstall netdata -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install netdata \ - --set env.TZ="America/New York" \ - TrueCharts/netdata -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install netdata TrueCharts/netdata -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/netdata/2.0.42/charts/common-10.7.0.tgz b/stable/netdata/2.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/netdata/2.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/netdata/2.0.43/CHANGELOG.md b/stable/netdata/2.0.43/CHANGELOG.md new file mode 100644 index 00000000000..6f32652fd3e --- /dev/null +++ b/stable/netdata/2.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [netdata-2.0.43](https://github.com/truecharts/charts/compare/netdata-2.0.42...netdata-2.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [netdata-2.0.42](https://github.com/truecharts/charts/compare/netdata-2.0.41...netdata-2.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [netdata-2.0.41](https://github.com/truecharts/charts/compare/netdata-2.0.40...netdata-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [netdata-2.0.41](https://github.com/truecharts/charts/compare/netdata-2.0.40...netdata-2.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [netdata-2.0.40](https://github.com/truecharts/charts/compare/netdata-2.0.39...netdata-2.0.40) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [netdata-2.0.39](https://github.com/truecharts/charts/compare/netdata-2.0.38...netdata-2.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [netdata-2.0.38](https://github.com/truecharts/charts/compare/netdata-2.0.37...netdata-2.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [netdata-2.0.37](https://github.com/truecharts/charts/compare/netdata-2.0.36...netdata-2.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/netdata/2.0.43/Chart.lock b/stable/netdata/2.0.43/Chart.lock new file mode 100644 index 00000000000..0c0f65999c0 --- /dev/null +++ b/stable/netdata/2.0.43/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:28:54.91429882Z" diff --git a/stable/netdata/2.0.43/Chart.yaml b/stable/netdata/2.0.43/Chart.yaml new file mode 100644 index 00000000000..92a4ecf622a --- /dev/null +++ b/stable/netdata/2.0.43/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.36.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Netdata is high-fidelity infrastructure monitoring and troubleshooting. +home: https://truecharts.org/docs/charts/stable/netdata +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.png +keywords: + - netdata + - monitoring +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: netdata +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/netdata + - https://github.com/netdata +version: 2.0.43 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/netdata/2.0.43/README.md b/stable/netdata/2.0.43/README.md new file mode 100644 index 00000000000..3028be94ce3 --- /dev/null +++ b/stable/netdata/2.0.43/README.md @@ -0,0 +1,106 @@ +# netdata + +Netdata is high-fidelity infrastructure monitoring and troubleshooting. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [netdata](https://truecharts.org/docs/charts/stable/netdata) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `netdata` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install netdata TrueCharts/netdata +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `netdata` deployment + +```console +helm uninstall netdata +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install netdata \ + --set env.TZ="America/New York" \ + TrueCharts/netdata +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install netdata TrueCharts/netdata -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/netdata/2.0.42/app-readme.md b/stable/netdata/2.0.43/app-readme.md similarity index 100% rename from stable/netdata/2.0.42/app-readme.md rename to stable/netdata/2.0.43/app-readme.md diff --git a/stable/netdata/2.0.43/charts/common-10.7.1.tgz b/stable/netdata/2.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/netdata/2.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/netdata/2.0.42/ix_values.yaml b/stable/netdata/2.0.43/ix_values.yaml similarity index 100% rename from stable/netdata/2.0.42/ix_values.yaml rename to stable/netdata/2.0.43/ix_values.yaml diff --git a/stable/netdata/2.0.42/questions.yaml b/stable/netdata/2.0.43/questions.yaml similarity index 100% rename from stable/netdata/2.0.42/questions.yaml rename to stable/netdata/2.0.43/questions.yaml diff --git a/stable/netdata/2.0.42/templates/common.yaml b/stable/netdata/2.0.43/templates/common.yaml similarity index 100% rename from stable/netdata/2.0.42/templates/common.yaml rename to stable/netdata/2.0.43/templates/common.yaml diff --git a/stable/owncloud-ocis/8.1.7/values.yaml b/stable/netdata/2.0.43/values.yaml similarity index 100% rename from stable/owncloud-ocis/8.1.7/values.yaml rename to stable/netdata/2.0.43/values.yaml diff --git a/stable/nextcloud/15.3.31/CHANGELOG.md b/stable/nextcloud/15.3.31/CHANGELOG.md new file mode 100644 index 00000000000..676bea02072 --- /dev/null +++ b/stable/nextcloud/15.3.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nextcloud-15.3.31](https://github.com/truecharts/charts/compare/nextcloud-15.3.30...nextcloud-15.3.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [nextcloud-15.3.30](https://github.com/truecharts/charts/compare/nextcloud-15.3.29...nextcloud-15.3.30) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [nextcloud-15.3.29](https://github.com/truecharts/charts/compare/nextcloud-15.3.28...nextcloud-15.3.29) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nextcloud-15.3.28](https://github.com/truecharts/charts/compare/nextcloud-15.3.27...nextcloud-15.3.28) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + - update docker general non-major + + + + +## [nextcloud-15.3.27](https://github.com/truecharts/charts/compare/nextcloud-15.3.25...nextcloud-15.3.27) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [nextcloud-15.3.26](https://github.com/truecharts/charts/compare/nextcloud-15.3.25...nextcloud-15.3.26) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nextcloud-15.3.25](https://github.com/truecharts/charts/compare/nextcloud-15.3.24...nextcloud-15.3.25) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [nextcloud-15.3.24](https://github.com/truecharts/charts/compare/nextcloud-15.3.23...nextcloud-15.3.24) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nextcloud-15.3.23](https://github.com/truecharts/charts/compare/nextcloud-15.3.22...nextcloud-15.3.23) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + - update docker general non-major + + + diff --git a/stable/nextcloud/15.3.31/Chart.lock b/stable/nextcloud/15.3.31/Chart.lock new file mode 100644 index 00000000000..54c4e2cc350 --- /dev/null +++ b/stable/nextcloud/15.3.31/Chart.lock @@ -0,0 +1,15 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: collabora-online + repository: https://charts.truecharts.org/ + version: 12.1.53 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:c1d99184678dfb1906d839c10c8f6a70b9b2fa44af58530ee7bedadfadb96a1c +generated: "2022-10-19T13:29:46.172548577Z" diff --git a/stable/nextcloud/15.3.31/Chart.yaml b/stable/nextcloud/15.3.31/Chart.yaml new file mode 100644 index 00000000000..a74748464a2 --- /dev/null +++ b/stable/nextcloud/15.3.31/Chart.yaml @@ -0,0 +1,45 @@ +apiVersion: v2 +appVersion: "24.0.6" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: collabora.enabled + name: collabora-online + repository: https://charts.truecharts.org/ + version: 12.1.53 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: A private cloud server that puts the control and security of your own data back into your hands. +home: https://truecharts.org/docs/charts/stable/nextcloud +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.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/truecharts/charts/tree/master/charts/stable/nextcloud + - https://github.com/nextcloud/docker + - https://github.com/nextcloud/helm +type: application +version: 15.3.31 +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nextcloud/15.3.31/README.md b/stable/nextcloud/15.3.31/README.md new file mode 100644 index 00000000000..7951cce1ab5 --- /dev/null +++ b/stable/nextcloud/15.3.31/README.md @@ -0,0 +1,110 @@ +# nextcloud + +A private cloud server that puts the control and security of your own data back into your hands. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nextcloud](https://truecharts.org/docs/charts/stable/nextcloud) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | collabora-online | 12.1.53 | +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nextcloud` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nextcloud TrueCharts/nextcloud +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nextcloud` deployment + +```console +helm uninstall nextcloud +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nextcloud \ + --set env.TZ="America/New York" \ + TrueCharts/nextcloud +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nextcloud TrueCharts/nextcloud -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nextcloud/15.3.31/app-readme.md b/stable/nextcloud/15.3.31/app-readme.md new file mode 100644 index 00000000000..47480dc3484 --- /dev/null +++ b/stable/nextcloud/15.3.31/app-readme.md @@ -0,0 +1,8 @@ +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 visit the manual: [https://truecharts.org/docs/charts/stable/nextcloud](https://truecharts.org/docs/charts/stable/nextcloud) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/nextcloud/15.3.31/charts/collabora-online-12.1.53.tgz b/stable/nextcloud/15.3.31/charts/collabora-online-12.1.53.tgz new file mode 100644 index 00000000000..75e2a70568e Binary files /dev/null and b/stable/nextcloud/15.3.31/charts/collabora-online-12.1.53.tgz differ diff --git a/stable/nextcloud/15.3.31/charts/common-10.7.1.tgz b/stable/nextcloud/15.3.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nextcloud/15.3.31/charts/common-10.7.1.tgz differ diff --git a/stable/nextcloud/15.3.31/charts/postgresql-8.0.101.tgz b/stable/nextcloud/15.3.31/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/nextcloud/15.3.31/charts/postgresql-8.0.101.tgz differ diff --git a/stable/nextcloud/15.3.31/charts/redis-3.0.97.tgz b/stable/nextcloud/15.3.31/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/nextcloud/15.3.31/charts/redis-3.0.97.tgz differ diff --git a/stable/nextcloud/15.3.31/ci/basic-values.yaml b/stable/nextcloud/15.3.31/ci/basic-values.yaml new file mode 100644 index 00000000000..0e1ca145546 --- /dev/null +++ b/stable/nextcloud/15.3.31/ci/basic-values.yaml @@ -0,0 +1,11 @@ +env: + # IP used for exposing nextcloud + # Often the service or nodePort IP + AccessIP: "127.0.0.1" + +service: + main: + ports: + main: + port: 8080 + targetPort: 8080 diff --git a/stable/nextcloud/15.3.31/ix_values.yaml b/stable/nextcloud/15.3.31/ix_values.yaml new file mode 100644 index 00000000000..cf6ba043b60 --- /dev/null +++ b/stable/nextcloud/15.3.31/ix_values.yaml @@ -0,0 +1,457 @@ +image: + repository: tccr.io/truecharts/nextcloud-fpm + pullPolicy: IfNotPresent + tag: 24.0.6@sha256:3500674ab474bf782420276284b5df5eed3b1ef2ac4af2b0ea2ced18bc308512 + +nginxImage: + repository: tccr.io/truecharts/nginx-unprivileged + pullPolicy: IfNotPresent + tag: 1.23.1@sha256:8e4c0cb563017a4c63187d34897e7b114f9584210e6caadcad0d889cb7d4b2ab + +imaginaryImage: + repository: h2non/imaginary + pullPolicy: IfNotPresent + tag: 1.2.4@sha256:7facb4221047a5e79b9e902f380247f4e5bf4376400d0badbeb738d3e1c2f654 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + fsGroup: 33 + +service: + main: + ports: + main: + port: 10020 + targetPort: 8080 + backend: + enabled: true + ports: + hpb: + enabled: true + port: 7867 + targetPort: 7867 + hpb-metrics: + enabled: true + port: 7868 + targetPort: 7868 + fpm: + enabled: true + port: 9000 + targetPort: 9000 + imaginary: + enabled: true + port: 9090 + targetPort: 9090 + +hostAliases: + - ip: '{{ .Values.env.AccessIP | default "127.0.0.1" }}' + hostnames: + - "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }}{{ .host }}{{ end }}{{ else }}placeholder.fakedomain.dns{{ end }}" + +secretEnv: + NEXTCLOUD_ADMIN_USER: "admin" + NEXTCLOUD_ADMIN_PASSWORD: "adminpass" + +probes: + liveness: + custom: true + spec: + initialDelaySeconds: 25 + httpGet: + path: /status.php + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + readiness: + custom: true + spec: + initialDelaySeconds: 25 + httpGet: + path: /status.php + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + + startup: + custom: true + spec: + initialDelaySeconds: 25 + httpGet: + path: /status.php + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + +initContainers: + prestart: + image: '{{ include "tc.common.images.selector" . }}' + securityContext: + runAsUser: 0 + runAsGroup: 0 + privileged: true + command: + - "/bin/sh" + - "-c" + - | + /bin/bash <<'EOF' + echo "Forcing permissions on userdata folder..." + if nfs4xdr_getfacl && nfs4xdr_getfacl | grep -qv "Failed to get NFSv4 ACL"; then + echo "NFSv4 ACLs detected, Trying to override permissions using nfs4_setfacl..." + nfs4_setfacl -R -a A:g:33:RWX "/var/www/html/data" + else + echo "No NFSv4 ACLs detected, trying to override permissions using chown/chmod..." + echo "checking ownership..." + if [ $(stat -c %g .) -eq 33 ]; then + echo "Ownership already set to 33, skipping..." + else + echo "Changing ownership to group 33..." + chown -R :33 "/var/www/html/data" + fi + chmod 770 /var/www/html/data + fi + EOF + + volumeMounts: + - name: data + mountPath: "/var/www/html/data" + - name: html + mountPath: "/var/www/html" + +env: + # IP used for exposing nextcloud + # Often the service or nodePort IP + # Defaults to the main serviceName for CI purposes. + AccessIP: + NEXTCLOUD_INIT_HTACCESS: true + PHP_MEMORY_LIMIT: 1G + PHP_UPLOAD_LIMIT: 10G + NEXTCLOUD_CHUNKSIZE: "31457280" + TRUSTED_PROXIES: "172.16.0.0/16 127.0.0.1" + POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}" + POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}" + NC_check_data_directory_permissions: "true" + 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 + +envFrom: + - configMapRef: + name: nextcloudconfig + +persistence: + html: + enabled: true + mountPath: "/var/www/html" + data: + enabled: true + mountPath: "/var/www/html/data" + varrun: + enabled: true + cache: + enabled: true + type: emptyDir + mountPath: /var/cache/nginx + medium: Memory + nginx: + enabled: "true" + mountPath: "/etc/nginx" + noMount: true + readOnly: true + type: "custom" + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-nginx' + items: + - key: nginx.conf + path: nginx.conf + +configmap: + nginx: + enabled: true + data: + nginx.conf: |- + worker_processes auto; + + error_log /var/log/nginx/error.log warn; + pid /var/run/nginx.pid; + + + events { + worker_connections 1024; + } + + + http { + include /etc/nginx/mime.types; + default_type application/octet-stream; + + log_format main '$remote_addr - $remote_user [$time_local] "$request" ' + '$status $body_bytes_sent "$http_referer" ' + '"$http_user_agent" "$http_x_forwarded_for"'; + + access_log /var/log/nginx/access.log main; + + sendfile on; + #tcp_nopush on; + + # Prevent nginx HTTP Server Detection + server_tokens off; + + keepalive_timeout 65; + + #gzip on; + + upstream php-handler { + server 127.0.0.1:9000; + } + + server { + listen 8080; + absolute_redirect off; + + # Forward Notify_Push "High Performance Backend" to it's own container + location ^~ /push/ { + proxy_pass http://127.0.0.1:7867/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "Upgrade"; + proxy_set_header Host $host; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } + + # HSTS settings + # WARNING: Only add the preload option once you read about + # the consequences in https://hstspreload.org/. This option + # will add the domain to a hardcoded list that is shipped + # in all major browsers and getting removed from this list + # could take several months. + #add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always; + + # set max upload size + client_max_body_size {{ .Values.env.PHP_UPLOAD_LIMIT | default "512M" }}; + fastcgi_buffers 64 4K; + + # Enable gzip but do not remove ETag headers + gzip on; + gzip_vary on; + gzip_comp_level 4; + gzip_min_length 256; + gzip_proxied expired no-cache no-store private no_last_modified no_etag auth; + gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy; + + # Pagespeed is not supported by Nextcloud, so if your server is built + # with the `ngx_pagespeed` module, uncomment this line to disable it. + #pagespeed off; + + # HTTP response headers borrowed from Nextcloud `.htaccess` + add_header Referrer-Policy "no-referrer" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-Download-Options "noopen" always; + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Permitted-Cross-Domain-Policies "none" always; + add_header X-Robots-Tag "none" always; + add_header X-XSS-Protection "1; mode=block" always; + + # Remove X-Powered-By, which is an information leak + fastcgi_hide_header X-Powered-By; + + # Path to the root of your installation + root /var/www/html; + + # Specify how to handle directories -- specifying `/index.php$request_uri` + # here as the fallback means that Nginx always exhibits the desired behaviour + # when a client requests a path that corresponds to a directory that exists + # on the server. In particular, if that directory contains an index.php file, + # that file is correctly served; if it doesn't, then the request is passed to + # the front-end controller. This consistent behaviour means that we don't need + # to specify custom rules for certain paths (e.g. images and other assets, + # `/updater`, `/ocm-provider`, `/ocs-provider`), and thus + # `try_files $uri $uri/ /index.php$request_uri` + # always provides the desired behaviour. + index index.php index.html /index.php$request_uri; + + # Rule borrowed from `.htaccess` to handle Microsoft DAV clients + location = / { + if ( $http_user_agent ~ ^DavClnt ) { + return 302 /remote.php/webdav/$is_args$args; + } + } + + location = /robots.txt { + allow all; + log_not_found off; + access_log off; + } + + # Make a regex exception for `/.well-known` so that clients can still + # access it despite the existence of the regex rule + # `location ~ /(\.|autotest|...)` which would otherwise handle requests + # for `/.well-known`. + location ^~ /.well-known { + # The rules in this block are an adaptation of the rules + # in `.htaccess` that concern `/.well-known`. + + location = /.well-known/carddav { return 301 /remote.php/dav/; } + location = /.well-known/caldav { return 301 /remote.php/dav/; } + + # according to the documentation these two lines are not necessary, but some users are still recieving errors + location = /.well-known/webfinger { return 301 /index.php$uri; } + location = /.well-known/nodeinfo { return 301 /index.php$uri; } + + location /.well-known/acme-challenge { try_files $uri $uri/ =404; } + location /.well-known/pki-validation { try_files $uri $uri/ =404; } + + # Let Nextcloud's API for `/.well-known` URIs handle all other + # requests by passing them to the front-end controller. + return 301 /index.php$request_uri; + } + + # Rules borrowed from `.htaccess` to hide certain paths from clients + location ~ ^/(?:build|tests|config|lib|3rdparty|templates|data)(?:$|/) { return 404; } + location ~ ^/(?:\.|autotest|occ|issue|indie|db_|console) { return 404; } + + # Ensure this block, which passes PHP files to the PHP process, is above the blocks + # which handle static assets (as seen below). If this block is not declared first, + # then Nginx will encounter an infinite rewriting loop when it prepends `/index.php` + # to the URI, resulting in a HTTP 500 error response. + location ~ \.php(?:$|/) { + # Required for legacy support + rewrite ^/(?!index|remote|public|cron|core\/ajax\/update|status|ocs\/v[12]|updater\/.+|oc[ms]-provider\/.+|.+\/richdocumentscode\/proxy) /index.php$request_uri; + + fastcgi_split_path_info ^(.+?\.php)(/.*)$; + set $path_info $fastcgi_path_info; + + try_files $fastcgi_script_name =404; + + include fastcgi_params; + fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; + fastcgi_param PATH_INFO $path_info; + #fastcgi_param HTTPS on; + + fastcgi_param modHeadersAvailable true; # Avoid sending the security headers twice + fastcgi_param front_controller_active true; # Enable pretty urls + fastcgi_pass php-handler; + + fastcgi_intercept_errors on; + fastcgi_request_buffering off; + + proxy_send_timeout 300s; + proxy_read_timeout 300s; + fastcgi_send_timeout 300s; + fastcgi_read_timeout 300s; + } + + location ~ \.(?:css|js|svg|gif)$ { + try_files $uri /index.php$request_uri; + expires 6M; # Cache-Control policy borrowed from `.htaccess` + access_log off; # Optional: Don't log access to assets + } + + location ~ \.woff2?$ { + try_files $uri /index.php$request_uri; + expires 7d; # Cache-Control policy borrowed from `.htaccess` + access_log off; # Optional: Don't log access to assets + } + + # Rule borrowed from `.htaccess` + location /remote { + return 301 /remote.php$request_uri; + } + + location / { + try_files $uri $uri/ /index.php$request_uri; + } + } + } + +cronjob: + enabled: true + generatePreviews: true + schedule: "*/5 * * * *" + annotations: {} + failedJobsHistoryLimit: 5 + successfulJobsHistoryLimit: 2 + +hpb: + enabled: true + +nextcloud: + # https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements + default_phone_region: "" + +imaginary: + enabled: true + preview_max_x: 2048 + preview_max_y: 2048 + preview_max_memory: 512 + preview_max_filesize_image: 150 + preview_png: true + preview_jpeg: true + preview_gif: true + preview_bmp: true + preview_xbitmap: true + preview_mp3: true + preview_markdown: true + preview_opendoc: true + preview_txt: true + preview_krita: true + preview_illustrator: false + preview_heic: false + preview_movie: false + preview_msoffice2003: false + preview_msoffice2007: false + preview_msofficedoc: false + preview_pdf: false + preview_photoshop: false + preview_postscript: false + preview_staroffice: false + preview_svg: false + preview_tiff: false + preview_font: false + +collabora: + enabled: false + env: + aliasgroup1: + configMapRef: + name: nextcloudconfig + key: aliasgroup1 + dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru" + extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false " + server_name: "" + DONT_GEN_SSL_CERT: true + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: nextcloud + postgresqlDatabase: nextcloud + +redis: + enabled: true + existingSecret: "rediscreds" + +portal: + enabled: true diff --git a/stable/nextcloud/15.3.31/questions.yaml b/stable/nextcloud/15.3.31/questions.yaml new file mode 100644 index 00000000000..10e03efc88e --- /dev/null +++ b/stable/nextcloud/15.3.31/questions.yaml @@ -0,0 +1,2965 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - 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: "REPLACETHIS" + - 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: "REPLACETHIS" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: TRUSTED_PROXIES + label: "Trusted Proxies (Advanced)" + description: "Sets nextcloud Trusted Proxies" + schema: + type: string + default: "172.16.0.0/16 127.0.0.1" + - variable: PHP_MEMORY_LIMIT + label: "PHP_MEMORY_LIMIT" + description: "Sets php memory_limit setting" + schema: + type: string + default: "1G" + - variable: PHP_UPLOAD_LIMIT + label: "PHP_UPLOAD_LIMIT" + description: "Sets php upload_max_filesize and post_max_size settings" + schema: + type: string + default: "10G" + - variable: AccessIP + label: "Access IP" + description: "Set to the IP-Address used to reach Nextcloud. Most often the Service or NodePort IP (Ensure this is correct!)" + schema: + type: string + required: true + $ref: + - "definitions/nodeIP" + - variable: nextcloud + group: "Container Configuration" + label: "Nextcloud Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: default_phone_region + label: "Default Phone Region" + description: "Sets the default phone region in ISO_3166-1 format (e.g. US). https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements" + schema: + type: string + valid_chars: '^[A-Z]{2}$' + default: "US" + - variable: imaginary + group: "Container Configuration" + label: "Preview Generation Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: preview_max_x + label: "Preview Max X" + description: "The maximum width, in pixels, of a preview." + schema: + type: int + required: true + default: 2048 + - variable: preview_max_y + label: "Preview Max Y" + description: "The maximum height, in pixels, of a preview." + schema: + type: int + required: true + default: 2048 + - variable: preview_max_memory + label: "Preview Max Memory" + description: "Max memory in MB for generating image previews." + schema: + type: int + required: true + default: 512 + - variable: preview_max_filesize_image + label: "Preview Max Filesize Image" + description: "Max file size in MB for generating image previews." + schema: + type: int + required: true + default: 150 + - variable: preview_png + label: "Generate previews for PNG" + schema: + type: boolean + default: true + - variable: preview_jpeg + label: "Generate previews for JPEG " + schema: + type: boolean + default: true + - variable: preview_gif + label: "Generate previews for GIF" + schema: + type: boolean + default: true + - variable: preview_bmp + label: "Generate previews for BMP" + schema: + type: boolean + default: true + - variable: preview_xbitmap + label: "Generate previews for XBitmap" + schema: + type: boolean + default: true + - variable: preview_mp3 + label: "Generate previews for MP3" + schema: + type: boolean + default: true + - variable: preview_markdown + label: "Generate previews for MarkDown" + schema: + type: boolean + default: true + - variable: preview_opendoc + label: "Generate previews for OpenDocument" + schema: + type: boolean + default: true + - variable: preview_txt + label: "Generate previews for TXT" + schema: + type: boolean + default: true + - variable: preview_krita + label: "Generate previews for Krita" + schema: + type: boolean + default: true + - variable: preview_illustrator + label: "Generate previews for Illustrator" + schema: + type: boolean + default: false + - variable: preview_heic + label: "Generate previews for HEIC" + schema: + type: boolean + default: false + - variable: preview_movie + label: "Generate previews for Movie" + schema: + type: boolean + default: false + - variable: preview_msoffice2003 + label: "Generate previews for MSOffice2003" + schema: + type: boolean + default: false + - variable: preview_msoffice2007 + label: "Generate previews for MSOffice2007" + schema: + type: boolean + default: false + - variable: preview_msofficedoc + label: "Generate previews for MSOfficeDoc" + schema: + type: boolean + default: false + - variable: preview_pdf + label: "Generate previews for PDF" + schema: + type: boolean + default: false + - variable: preview_photoshop + label: "Generate previews for Photoshop" + schema: + type: boolean + default: false + - variable: preview_postscript + label: "Generate previews for Postscript" + schema: + type: boolean + default: false + - variable: preview_staroffice + label: "Generate previews for StarOffice" + schema: + type: boolean + default: false + - variable: preview_svg + label: "Generate previews for SVG" + schema: + type: boolean + default: false + - variable: preview_tiff + label: "Generate previews for TIFF" + schema: + type: boolean + default: false + - variable: preview_font + label: "Generate previews for Font" + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10020 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: html + label: "App html Storage" + description: "Stores the Application html." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: data + label: "UserData Storage" + description: "Stores the User Data." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/nextcloud/15.3.31/templates/_configmap.tpl b/stable/nextcloud/15.3.31/templates/_configmap.tpl new file mode 100644 index 00000000000..abe500d31e8 --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/_configmap.tpl @@ -0,0 +1,36 @@ +{{/* 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: + {{- $aliasgroup1 := ( printf "http://%s" ( .Values.env.AccessIP | default ( printf "%v-%v" .Release.Name "nextcloud" ) ) ) }} + {{- if .Values.ingress.main.enabled }} + {{- with (first .Values.ingress.main.hosts) }} + {{- $aliasgroup1 = ( printf "https://%s" .host ) }} + {{- end }} + {{- end }} + aliasgroup1: {{ $aliasgroup1 }} + NEXTCLOUD_TRUSTED_DOMAINS: {{ ( printf "%v %v %v %v %v %v %v %v" "test.fakedomain.dns" "localhost" "127.0.0.1" ( printf "%v:%v" "127.0.0.1" .Values.service.main.ports.main.port ) ( .Values.env.AccessIP | default "localhost" ) ( printf "%v-%v" .Release.Name "nextcloud" ) ( printf "%v-%v" .Release.Name "nextcloud-backend" ) $hosts ) | quote }} + {{- if .Values.ingress.main.enabled }} + APACHE_DISABLE_REWRITE_IP: "1" + {{- end }} + +{{- end -}} diff --git a/stable/nextcloud/15.3.31/templates/_cronjob.tpl b/stable/nextcloud/15.3.31/templates/_cronjob.tpl new file mode 100644 index 00000000000..302f3b83aae --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/_cronjob.tpl @@ -0,0 +1,64 @@ +{{/* Define the cronjob */}} +{{- define "nextcloud.cronjob" -}} +{{- if .Values.cronjob.enabled -}} +{{- $jobName := include "tc.common.names.fullname" . }} + +--- +apiVersion: batch/v1 +kind: CronJob +metadata: + name: {{ printf "%s-cronjob" $jobName }} + labels: + {{- include "tc.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 "tc.common.controller.volumes" . | trim) }} + volumes: + {{- nindent 12 . }} + {{- end }} + containers: + - name: {{ .Chart.Name }} + image: '{{ include "tc.common.images.selector" . }}' + imagePullPolicy: {{ default .Values.image.pullPolicy }} + command: + - "/bin/sh" + - "-c" + - | + /bin/bash <<'EOF' + echo "running nextcloud cronjob..." + php -f /var/www/html/cron.php + echo "cronjob finished" + {{- if .Values.cronjob.generatePreviews }} + echo "Pre-generating Previews..." + php /var/www/html/occ preview:pre-generate + echo "Previews generated." + {{- end }} + EOF + # Will mount configuration files as www-data (id: 33) by default for nextcloud + {{- with (include "tc.common.controller.volumeMounts" . | trim) }} + volumeMounts: + {{ nindent 16 . }} + {{- end }} + securityContext: + runAsUser: 33 + runAsGroup: 33 + readOnlyRootFilesystem: true + runAsNonRoot: true + resources: +{{ toYaml .Values.resources | indent 16 }} +{{- end -}} +{{- end -}} diff --git a/stable/nextcloud/15.3.31/templates/_hpb.tpl b/stable/nextcloud/15.3.31/templates/_hpb.tpl new file mode 100644 index 00000000000..5b7b18a15fa --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/_hpb.tpl @@ -0,0 +1,164 @@ +{{/* Define the hbp container */}} +{{- define "nextcloud.hpb" -}} +{{- $jobName := include "tc.common.names.fullname" . }} +image: '{{ include "tc.common.images.selector" . }}' +imagePullPolicy: '{{ .Values.image.pullPolicy }}' +securityContext: + runAsUser: 33 + runAsGroup: 33 + readOnlyRootFilesystem: true + runAsNonRoot: true +{{- with (include "tc.common.controller.volumeMounts" . | trim) }} +volumeMounts: + {{ nindent 2 . }} +{{- end }} +ports: + - containerPort: 7867 +readinessProbe: + httpGet: + path: /push/test/cookie + port: 7867 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +livenessProbe: + httpGet: + path: /push/test/cookie + port: 7867 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }} +startupProbe: + httpGet: + path: /push/test/cookie + port: 7867 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }} +command: + - "/bin/sh" + - "-c" + - | + /bin/bash <<'EOF' + set -m + echo "Waiting for notify_push file to be available..." + until [ -f /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push ] + do + sleep 10 + echo "Notify_push app not found... waiting..." + done + echo "Waiting for Nextcloud to start..." + until $(curl --output /dev/null --silent --head --fail -H "Host: test.fakedomain.dns" http://127.0.0.1:8080/status.php); do + echo "Nextcloud not responding... waiting..." + sleep 10 + done + until $(curl --silent --fail -H "Host: test.fakedomain.dns" http://127.0.0.1:8080/status.php | jq --raw-output '.installed' | grep "true"); do + echo "Nextcloud not installed... waiting..." + sleep 10 + done + echo "Nextcloud instance with Notify_push found... Launching High Performance Backend..." + /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php & + + {{- $accessurl := ( printf "http://%v:%v" ( .Values.env.AccessIP | default ( printf "%v-%v" .Release.Name "nextcloud" ) ) .Values.service.main.ports.main.port ) }} + {{- if .Values.ingress.main.enabled }} + {{- with (first .Values.ingress.main.hosts) }} + {{- $accessurl = ( printf "https://%s" .host ) }} + {{- end }} + {{- end }} + + echo "Configuring CLI url..." + php /var/www/html/occ config:system:set overwrite.cli.url --value='{{ $accessurl }}/' + + {{- if .Values.imaginary.enabled }} + echo "Imaginary High Performance Previews enabled, enabling it on Nextcloud..." + php /var/www/html/occ config:system:set preview_imaginary_url --value='http://127.0.0.1:9090' + php /var/www/html/occ config:system:set preview_max_x --value='{{ .Values.imaginary.preview_max_x }}' + php /var/www/html/occ config:system:set preview_max_y --value='{{ .Values.imaginary.preview_max_y }}' + php /var/www/html/occ config:system:set preview_max_memory --value='{{ .Values.imaginary.preview_max_memory }}' + php /var/www/html/occ config:system:set preview_max_filesize_image --value='{{ .Values.imaginary.preview_max_filesize_image }}' + # Remove all preview providers and re-add only selected + php /var/www/html/occ config:system:delete enabledPreviewProviders + # Add imaginary always + {{ $c := 0 }} # Initialize counter + php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Imaginary'{{ $c = add1 $c }} + {{ if .Values.imaginary.preview_png }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\PNG'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_jpeg }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\JPEG'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_gif }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\GIF'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_bmp }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\BMP'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_xbitmap }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\XBitmap'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_mp3 }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\MP3'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_markdown }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\MarkDown'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_opendoc }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\OpenDocument'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_txt }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\TXT'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_krita }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Krita'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_illustrator }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Illustrator'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_heic }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\HEIC'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_movie }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Movie'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_msoffice2003 }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\MSOffice2003'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_msoffice2007 }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\MSOffice2007'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_msofficedoc }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\MSOfficeDoc'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_pdf }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\PDF'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_photoshop }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Photoshop'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_postscript }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Postscript'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_staroffice }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\StarOffice'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_svg }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\SVG'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_tiff }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\TIFF'{{ $c = add1 $c }}{{ end }} + {{ if .Values.imaginary.preview_font }}php /var/www/html/occ config:system:set enabledPreviewProviders {{ $c }} --value='OC\Preview\Font'{{ $c = add1 $c }}{{ end }} + {{- end }} + + # Set default phone region + {{- with .Values.nextcloud.default_phone_region | upper }} + php /var/www/html/occ config:system:set default_phone_region --value='{{ . }}' + {{- end }} + + echo "Configuring High Performance Backend for url: {{ $accessurl }}" + php /var/www/html/occ config:app:set notify_push base_endpoint --value='{{ $accessurl }}/push' + fg + EOF +env: + - name: NEXTCLOUD_URL + value: 'http://127.0.0.1:8080' + - name: METRICS_PORT + value: '7868' + - name: TRUSTED_PROXIES + value: "{{ .Values.env.TRUSTED_PROXIES }}" + - name: POSTGRES_DB + value: "{{ .Values.postgresql.postgresqlDatabase }}" + - name: POSTGRES_USER + value: "{{ .Values.postgresql.postgresqlUsername }}" + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: dbcreds + key: postgresql-password + - name: POSTGRES_HOST + valueFrom: + secretKeyRef: + name: dbcreds + key: plainporthost + - name: REDIS_HOST + valueFrom: + secretKeyRef: + name: rediscreds + key: plainhost + - name: REDIS_HOST_PASSWORD + valueFrom: + secretKeyRef: + name: rediscreds + key: redis-password +envFrom: + - configMapRef: + name: nextcloudconfig +{{- end -}} diff --git a/stable/nextcloud/15.3.31/templates/_imaginary.tpl b/stable/nextcloud/15.3.31/templates/_imaginary.tpl new file mode 100644 index 00000000000..57a72c43024 --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/_imaginary.tpl @@ -0,0 +1,40 @@ +{{/* Define the imaginary container */}} +{{- define "nextcloud.imaginary" -}} +image: {{ .Values.imaginaryImage.repository }}:{{ .Values.imaginaryImage.tag }} +imagePullPolicy: '{{ .Values.image.pullPolicy }}' +securityContext: + runAsUser: 33 + runAsGroup: 33 + readOnlyRootFilesystem: true + runAsNonRoot: true +ports: + - containerPort: 9090 +args: ["-enable-url-source"] +env: + - name: 'PORT' + value: '9090' +readinessProbe: + httpGet: + path: / + port: 9090 + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +livenessProbe: + httpGet: + path: / + port: 9090 + initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }} +startupProbe: + httpGet: + path: / + port: 9090 + initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }} +{{- end -}} diff --git a/stable/nextcloud/15.3.31/templates/_nginx.tpl b/stable/nextcloud/15.3.31/templates/_nginx.tpl new file mode 100644 index 00000000000..df427f44bd8 --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/_nginx.tpl @@ -0,0 +1,54 @@ +{{/* Define the nginx container */}} +{{- define "nextcloud.nginx" -}} +image: {{ .Values.nginxImage.repository }}:{{ .Values.nginxImage.tag }} +imagePullPolicy: '{{ .Values.image.pullPolicy }}' +securityContext: + runAsUser: 33 + runAsGroup: 33 + readOnlyRootFilesystem: true + runAsNonRoot: true +{{- with (include "tc.common.controller.volumeMounts" . | trim) }} +volumeMounts: + {{ nindent 2 . }} +{{- end }} + - mountPath: /etc/nginx/nginx.conf + name: nginx + readOnly: true + subPath: nginx.conf +ports: + - containerPort: 8080 + +readinessProbe: + httpGet: + path: /robots.txt + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.readiness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.readiness.spec.failureThreshold }} +livenessProbe: + httpGet: + path: /robots.txt + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.liveness.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.liveness.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.liveness.spec.failureThreshold }} +startupProbe: + httpGet: + path: /robots.txt + port: 8080 + httpHeaders: + - name: Host + value: "test.fakedomain.dns" + initialDelaySeconds: {{ .Values.probes.startup.spec.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.startup.spec.periodSeconds }} + timeoutSeconds: {{ .Values.probes.startup.spec.timeoutSeconds }} + failureThreshold: {{ .Values.probes.startup.spec.failureThreshold }} +{{- end -}} diff --git a/stable/nextcloud/15.3.31/templates/common.yaml b/stable/nextcloud/15.3.31/templates/common.yaml new file mode 100644 index 00000000000..9314524b1a2 --- /dev/null +++ b/stable/nextcloud/15.3.31/templates/common.yaml @@ -0,0 +1,22 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render configmap for nextcloud */}} +{{- include "nextcloud.configmap" . }} + +{{- $newMiddlewares := append .Values.ingress.main.fixedMiddlewares "tc-nextcloud-chain" }} +{{- $_ := set .Values.ingress.main "fixedMiddlewares" $newMiddlewares -}} + +{{- $_ := set .Values.additionalContainers "nginx" (include "nextcloud.nginx" . | fromYaml) -}} +{{- if .Values.imaginary.enabled -}} +{{- $_ := set .Values.additionalContainers "imaginary" (include "nextcloud.imaginary" . | fromYaml) -}} +{{- end -}} +{{- if .Values.hpb.enabled -}} +{{- $_ := set .Values.additionalContainers "hpb" (include "nextcloud.hpb" . | fromYaml) -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} + +{{/* Render cronjob for nextcloud */}} +{{- include "nextcloud.cronjob" . }} diff --git a/stable/paperless-ng/4.0.47/values.yaml b/stable/nextcloud/15.3.31/values.yaml similarity index 100% rename from stable/paperless-ng/4.0.47/values.yaml rename to stable/nextcloud/15.3.31/values.yaml diff --git a/stable/nextpvr/2.0.37/CHANGELOG.md b/stable/nextpvr/2.0.37/CHANGELOG.md deleted file mode 100644 index 82d1b4ae48b..00000000000 --- a/stable/nextpvr/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nextpvr-2.0.37](https://github.com/truecharts/charts/compare/nextpvr-2.0.36...nextpvr-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nextpvr-2.0.36](https://github.com/truecharts/charts/compare/nextpvr-2.0.35...nextpvr-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nextpvr-2.0.36](https://github.com/truecharts/charts/compare/nextpvr-2.0.35...nextpvr-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nextpvr-2.0.35](https://github.com/truecharts/charts/compare/nextpvr-2.0.34...nextpvr-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nextpvr-2.0.34](https://github.com/truecharts/charts/compare/nextpvr-2.0.33...nextpvr-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nextpvr-2.0.33](https://github.com/truecharts/charts/compare/nextpvr-2.0.32...nextpvr-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nextpvr-2.0.32](https://github.com/truecharts/charts/compare/nextpvr-2.0.31...nextpvr-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nextpvr-2.0.32](https://github.com/truecharts/charts/compare/nextpvr-2.0.31...nextpvr-2.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/nextpvr/2.0.37/Chart.lock b/stable/nextpvr/2.0.37/Chart.lock deleted file mode 100644 index 5d67dbe8bcc..00000000000 --- a/stable/nextpvr/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:43:40.041888488Z" diff --git a/stable/nextpvr/2.0.37/Chart.yaml b/stable/nextpvr/2.0.37/Chart.yaml deleted file mode 100644 index 1032c55fb13..00000000000 --- a/stable/nextpvr/2.0.37/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. -home: https://truecharts.org/docs/charts/stable/nextpvr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png -keywords: - - pvr - - recorder -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nextpvr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr - - https://hub.docker.com/r/nextpvr/nextpvr_amd64 - - https://github.com/sub3/NextPVR/wiki/Install-Docker -version: 2.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/nextpvr/2.0.37/README.md b/stable/nextpvr/2.0.37/README.md deleted file mode 100644 index 2e8e5cd762a..00000000000 --- a/stable/nextpvr/2.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# nextpvr - -NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nextpvr](https://truecharts.org/docs/charts/stable/nextpvr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nextpvr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nextpvr TrueCharts/nextpvr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nextpvr` deployment - -```console -helm uninstall nextpvr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nextpvr \ - --set env.TZ="America/New York" \ - TrueCharts/nextpvr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nextpvr TrueCharts/nextpvr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/nextpvr/2.0.37/charts/common-10.7.0.tgz b/stable/nextpvr/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/nextpvr/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/nextpvr/2.0.37/ix_values.yaml b/stable/nextpvr/2.0.37/ix_values.yaml deleted file mode 100644 index 05c69a93f53..00000000000 --- a/stable/nextpvr/2.0.37/ix_values.yaml +++ /dev/null @@ -1,28 +0,0 @@ -image: - repository: tccr.io/truecharts/nextpvr - tag: latest@sha256:23a08fa43919511143f265cbeee269d12fb4c830203f9a538c79d6b11cad06bb - pullPolicy: IfNotPresent - -env: - HOST_IP: "localhost" - -service: - main: - ports: - main: - port: 10183 - targetPort: 8866 - -persistence: - config: - enabled: true - mountPath: "/config" - recordings: - enabled: true - mountPath: "/recordings" - buffer: - enabled: true - mountPath: "/buffer" - -portal: - enabled: true diff --git a/stable/nextpvr/2.0.38/CHANGELOG.md b/stable/nextpvr/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..89ba47d8c45 --- /dev/null +++ b/stable/nextpvr/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nextpvr-2.0.38](https://github.com/truecharts/charts/compare/nextpvr-2.0.37...nextpvr-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [nextpvr-2.0.37](https://github.com/truecharts/charts/compare/nextpvr-2.0.36...nextpvr-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nextpvr-2.0.36](https://github.com/truecharts/charts/compare/nextpvr-2.0.35...nextpvr-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nextpvr-2.0.36](https://github.com/truecharts/charts/compare/nextpvr-2.0.35...nextpvr-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nextpvr-2.0.35](https://github.com/truecharts/charts/compare/nextpvr-2.0.34...nextpvr-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nextpvr-2.0.34](https://github.com/truecharts/charts/compare/nextpvr-2.0.33...nextpvr-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nextpvr-2.0.33](https://github.com/truecharts/charts/compare/nextpvr-2.0.32...nextpvr-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nextpvr-2.0.32](https://github.com/truecharts/charts/compare/nextpvr-2.0.31...nextpvr-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/nextpvr/2.0.38/Chart.lock b/stable/nextpvr/2.0.38/Chart.lock new file mode 100644 index 00000000000..43fe59f188d --- /dev/null +++ b/stable/nextpvr/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:29:25.567607291Z" diff --git a/stable/nextpvr/2.0.38/Chart.yaml b/stable/nextpvr/2.0.38/Chart.yaml new file mode 100644 index 00000000000..b49f0f0101e --- /dev/null +++ b/stable/nextpvr/2.0.38/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. +home: https://truecharts.org/docs/charts/stable/nextpvr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.png +keywords: + - pvr + - recorder +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nextpvr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nextpvr + - https://hub.docker.com/r/nextpvr/nextpvr_amd64 + - https://github.com/sub3/NextPVR/wiki/Install-Docker +version: 2.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nextpvr/2.0.38/README.md b/stable/nextpvr/2.0.38/README.md new file mode 100644 index 00000000000..ed9abce2170 --- /dev/null +++ b/stable/nextpvr/2.0.38/README.md @@ -0,0 +1,107 @@ +# nextpvr + +NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nextpvr](https://truecharts.org/docs/charts/stable/nextpvr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nextpvr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nextpvr TrueCharts/nextpvr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nextpvr` deployment + +```console +helm uninstall nextpvr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nextpvr \ + --set env.TZ="America/New York" \ + TrueCharts/nextpvr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nextpvr TrueCharts/nextpvr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nextpvr/2.0.37/app-readme.md b/stable/nextpvr/2.0.38/app-readme.md similarity index 100% rename from stable/nextpvr/2.0.37/app-readme.md rename to stable/nextpvr/2.0.38/app-readme.md diff --git a/stable/nextpvr/2.0.38/charts/common-10.7.1.tgz b/stable/nextpvr/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nextpvr/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/nextpvr/2.0.38/ix_values.yaml b/stable/nextpvr/2.0.38/ix_values.yaml new file mode 100644 index 00000000000..780257dcbe2 --- /dev/null +++ b/stable/nextpvr/2.0.38/ix_values.yaml @@ -0,0 +1,28 @@ +image: + repository: tccr.io/truecharts/nextpvr + tag: latest@sha256:77f52670594050fbd9964d6d6da758294d9be766b192e84ad1dc3501e3056e0d + pullPolicy: IfNotPresent + +env: + HOST_IP: "localhost" + +service: + main: + ports: + main: + port: 10183 + targetPort: 8866 + +persistence: + config: + enabled: true + mountPath: "/config" + recordings: + enabled: true + mountPath: "/recordings" + buffer: + enabled: true + mountPath: "/buffer" + +portal: + enabled: true diff --git a/stable/nextpvr/2.0.37/questions.yaml b/stable/nextpvr/2.0.38/questions.yaml similarity index 100% rename from stable/nextpvr/2.0.37/questions.yaml rename to stable/nextpvr/2.0.38/questions.yaml diff --git a/stable/photoview/4.0.43/templates/common.yaml b/stable/nextpvr/2.0.38/templates/common.yaml similarity index 100% rename from stable/photoview/4.0.43/templates/common.yaml rename to stable/nextpvr/2.0.38/templates/common.yaml diff --git a/stable/papermerge/3.0.42/values.yaml b/stable/nextpvr/2.0.38/values.yaml similarity index 100% rename from stable/papermerge/3.0.42/values.yaml rename to stable/nextpvr/2.0.38/values.yaml diff --git a/stable/ngircd/2.0.35/CHANGELOG.md b/stable/ngircd/2.0.35/CHANGELOG.md deleted file mode 100644 index 4da60feb85f..00000000000 --- a/stable/ngircd/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ngircd-2.0.35](https://github.com/truecharts/charts/compare/ngircd-2.0.34...ngircd-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ngircd-2.0.34](https://github.com/truecharts/charts/compare/ngircd-2.0.33...ngircd-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ngircd-2.0.34](https://github.com/truecharts/charts/compare/ngircd-2.0.33...ngircd-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ngircd-2.0.33](https://github.com/truecharts/charts/compare/ngircd-2.0.32...ngircd-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ngircd-2.0.32](https://github.com/truecharts/charts/compare/ngircd-2.0.31...ngircd-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ngircd-2.0.31](https://github.com/truecharts/charts/compare/ngircd-2.0.30...ngircd-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ngircd-2.0.30](https://github.com/truecharts/charts/compare/ngircd-2.0.29...ngircd-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [ngircd-2.0.30](https://github.com/truecharts/charts/compare/ngircd-2.0.29...ngircd-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ngircd/2.0.35/Chart.lock b/stable/ngircd/2.0.35/Chart.lock deleted file mode 100644 index f710c15defb..00000000000 --- a/stable/ngircd/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:43:42.264880536Z" diff --git a/stable/ngircd/2.0.35/Chart.yaml b/stable/ngircd/2.0.35/Chart.yaml deleted file mode 100644 index 5e6f9132883..00000000000 --- a/stable/ngircd/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ngircd -version: 2.0.35 -appVersion: "2021.11.21" -description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ngircd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png -keywords: - - ngircd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd - - https://hub.docker.com/r/linuxserver/ngircd -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ngircd/2.0.35/README.md b/stable/ngircd/2.0.35/README.md deleted file mode 100644 index 44b2c3c6d08..00000000000 --- a/stable/ngircd/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ngircd - -Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ngircd](https://truecharts.org/docs/charts/stable/ngircd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ngircd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ngircd TrueCharts/ngircd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ngircd` deployment - -```console -helm uninstall ngircd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ngircd \ - --set env.TZ="America/New York" \ - TrueCharts/ngircd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ngircd TrueCharts/ngircd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ngircd/2.0.35/charts/common-10.7.0.tgz b/stable/ngircd/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ngircd/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ngircd/2.0.36/CHANGELOG.md b/stable/ngircd/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..f2cfb130a62 --- /dev/null +++ b/stable/ngircd/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ngircd-2.0.36](https://github.com/truecharts/charts/compare/ngircd-2.0.35...ngircd-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ngircd-2.0.35](https://github.com/truecharts/charts/compare/ngircd-2.0.34...ngircd-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ngircd-2.0.34](https://github.com/truecharts/charts/compare/ngircd-2.0.33...ngircd-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ngircd-2.0.34](https://github.com/truecharts/charts/compare/ngircd-2.0.33...ngircd-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ngircd-2.0.33](https://github.com/truecharts/charts/compare/ngircd-2.0.32...ngircd-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ngircd-2.0.32](https://github.com/truecharts/charts/compare/ngircd-2.0.31...ngircd-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ngircd-2.0.31](https://github.com/truecharts/charts/compare/ngircd-2.0.30...ngircd-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ngircd-2.0.30](https://github.com/truecharts/charts/compare/ngircd-2.0.29...ngircd-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/ngircd/2.0.36/Chart.lock b/stable/ngircd/2.0.36/Chart.lock new file mode 100644 index 00000000000..9f903a86ed2 --- /dev/null +++ b/stable/ngircd/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:29:26.465035473Z" diff --git a/stable/ngircd/2.0.36/Chart.yaml b/stable/ngircd/2.0.36/Chart.yaml new file mode 100644 index 00000000000..1d6532a111a --- /dev/null +++ b/stable/ngircd/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ngircd +version: 2.0.36 +appVersion: "2021.11.21" +description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/ngircd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.png +keywords: + - ngircd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ngircd + - https://hub.docker.com/r/linuxserver/ngircd +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ngircd/2.0.36/README.md b/stable/ngircd/2.0.36/README.md new file mode 100644 index 00000000000..1d8e0c425a8 --- /dev/null +++ b/stable/ngircd/2.0.36/README.md @@ -0,0 +1,106 @@ +# ngircd + +Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ngircd](https://truecharts.org/docs/charts/stable/ngircd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ngircd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ngircd TrueCharts/ngircd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ngircd` deployment + +```console +helm uninstall ngircd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ngircd \ + --set env.TZ="America/New York" \ + TrueCharts/ngircd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ngircd TrueCharts/ngircd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ngircd/2.0.35/app-readme.md b/stable/ngircd/2.0.36/app-readme.md similarity index 100% rename from stable/ngircd/2.0.35/app-readme.md rename to stable/ngircd/2.0.36/app-readme.md diff --git a/stable/ngircd/2.0.36/charts/common-10.7.1.tgz b/stable/ngircd/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ngircd/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/ngircd/2.0.35/ix_values.yaml b/stable/ngircd/2.0.36/ix_values.yaml similarity index 100% rename from stable/ngircd/2.0.35/ix_values.yaml rename to stable/ngircd/2.0.36/ix_values.yaml diff --git a/stable/ngircd/2.0.35/questions.yaml b/stable/ngircd/2.0.36/questions.yaml similarity index 100% rename from stable/ngircd/2.0.35/questions.yaml rename to stable/ngircd/2.0.36/questions.yaml diff --git a/stable/phpldapadmin/6.0.37/templates/common.yaml b/stable/ngircd/2.0.36/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/6.0.37/templates/common.yaml rename to stable/ngircd/2.0.36/templates/common.yaml diff --git a/stable/pasta/1.0.7/values.yaml b/stable/ngircd/2.0.36/values.yaml similarity index 100% rename from stable/pasta/1.0.7/values.yaml rename to stable/ngircd/2.0.36/values.yaml diff --git a/stable/nntp2nntp/2.0.36/CHANGELOG.md b/stable/nntp2nntp/2.0.36/CHANGELOG.md deleted file mode 100644 index 19c72584c09..00000000000 --- a/stable/nntp2nntp/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nntp2nntp-2.0.36](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.35...nntp2nntp-2.0.36) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [nntp2nntp-2.0.35](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.34...nntp2nntp-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nntp2nntp-2.0.34](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.33...nntp2nntp-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nntp2nntp-2.0.34](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.33...nntp2nntp-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nntp2nntp-2.0.33](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.32...nntp2nntp-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nntp2nntp-2.0.32](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.31...nntp2nntp-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nntp2nntp-2.0.31](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.30...nntp2nntp-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nntp2nntp-2.0.30](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.29...nntp2nntp-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/nntp2nntp/2.0.36/Chart.lock b/stable/nntp2nntp/2.0.36/Chart.lock deleted file mode 100644 index 86b095d7f39..00000000000 --- a/stable/nntp2nntp/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:20:40.93220575Z" diff --git a/stable/nntp2nntp/2.0.36/Chart.yaml b/stable/nntp2nntp/2.0.36/Chart.yaml deleted file mode 100644 index b48307dfaef..00000000000 --- a/stable/nntp2nntp/2.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: nntp2nntp -version: 2.0.36 -appVersion: "0.3.202210" -description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/nntp2nntp -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png -keywords: - - nntp2nntp -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp - - https://hub.docker.com/r/linuxserver/nntp2nntp -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/nntp2nntp/2.0.36/README.md b/stable/nntp2nntp/2.0.36/README.md deleted file mode 100644 index 7a38ce269e1..00000000000 --- a/stable/nntp2nntp/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# nntp2nntp - -Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nntp2nntp](https://truecharts.org/docs/charts/stable/nntp2nntp) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nntp2nntp` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nntp2nntp TrueCharts/nntp2nntp -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nntp2nntp` deployment - -```console -helm uninstall nntp2nntp -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nntp2nntp \ - --set env.TZ="America/New York" \ - TrueCharts/nntp2nntp -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nntp2nntp TrueCharts/nntp2nntp -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/nntp2nntp/2.0.36/charts/common-10.7.0.tgz b/stable/nntp2nntp/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/nntp2nntp/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/nntp2nntp/2.0.37/CHANGELOG.md b/stable/nntp2nntp/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..681c032dbea --- /dev/null +++ b/stable/nntp2nntp/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nntp2nntp-2.0.37](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.36...nntp2nntp-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nntp2nntp-2.0.36](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.35...nntp2nntp-2.0.36) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [nntp2nntp-2.0.35](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.34...nntp2nntp-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nntp2nntp-2.0.34](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.33...nntp2nntp-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nntp2nntp-2.0.34](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.33...nntp2nntp-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nntp2nntp-2.0.33](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.32...nntp2nntp-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nntp2nntp-2.0.32](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.31...nntp2nntp-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nntp2nntp-2.0.31](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.30...nntp2nntp-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nntp2nntp-2.0.30](https://github.com/truecharts/charts/compare/nntp2nntp-2.0.29...nntp2nntp-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/nntp2nntp/2.0.37/Chart.lock b/stable/nntp2nntp/2.0.37/Chart.lock new file mode 100644 index 00000000000..2efaccdb9e6 --- /dev/null +++ b/stable/nntp2nntp/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:29:52.222050537Z" diff --git a/stable/nntp2nntp/2.0.37/Chart.yaml b/stable/nntp2nntp/2.0.37/Chart.yaml new file mode 100644 index 00000000000..c1b79fb594b --- /dev/null +++ b/stable/nntp2nntp/2.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: nntp2nntp +version: 2.0.37 +appVersion: "0.3.202210" +description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/nntp2nntp +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.png +keywords: + - nntp2nntp +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nntp2nntp + - https://hub.docker.com/r/linuxserver/nntp2nntp +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nntp2nntp/2.0.37/README.md b/stable/nntp2nntp/2.0.37/README.md new file mode 100644 index 00000000000..14e88a51efa --- /dev/null +++ b/stable/nntp2nntp/2.0.37/README.md @@ -0,0 +1,106 @@ +# nntp2nntp + +Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nntp2nntp](https://truecharts.org/docs/charts/stable/nntp2nntp) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nntp2nntp` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nntp2nntp TrueCharts/nntp2nntp +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nntp2nntp` deployment + +```console +helm uninstall nntp2nntp +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nntp2nntp \ + --set env.TZ="America/New York" \ + TrueCharts/nntp2nntp +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nntp2nntp TrueCharts/nntp2nntp -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nntp2nntp/2.0.36/app-readme.md b/stable/nntp2nntp/2.0.37/app-readme.md similarity index 100% rename from stable/nntp2nntp/2.0.36/app-readme.md rename to stable/nntp2nntp/2.0.37/app-readme.md diff --git a/stable/nntp2nntp/2.0.37/charts/common-10.7.1.tgz b/stable/nntp2nntp/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nntp2nntp/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/nntp2nntp/2.0.36/ix_values.yaml b/stable/nntp2nntp/2.0.37/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/2.0.36/ix_values.yaml rename to stable/nntp2nntp/2.0.37/ix_values.yaml diff --git a/stable/nntp2nntp/2.0.36/questions.yaml b/stable/nntp2nntp/2.0.37/questions.yaml similarity index 100% rename from stable/nntp2nntp/2.0.36/questions.yaml rename to stable/nntp2nntp/2.0.37/questions.yaml diff --git a/stable/piaware/6.0.41/templates/common.yaml b/stable/nntp2nntp/2.0.37/templates/common.yaml similarity index 100% rename from stable/piaware/6.0.41/templates/common.yaml rename to stable/nntp2nntp/2.0.37/templates/common.yaml diff --git a/stable/pgadmin/7.0.40/values.yaml b/stable/nntp2nntp/2.0.37/values.yaml similarity index 100% rename from stable/pgadmin/7.0.40/values.yaml rename to stable/nntp2nntp/2.0.37/values.yaml diff --git a/stable/nocodb/3.0.52/CHANGELOG.md b/stable/nocodb/3.0.52/CHANGELOG.md deleted file mode 100644 index dc3669dc79e..00000000000 --- a/stable/nocodb/3.0.52/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nocodb-3.0.52](https://github.com/truecharts/charts/compare/nocodb-3.0.51...nocodb-3.0.52) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [nocodb-3.0.51](https://github.com/truecharts/charts/compare/nocodb-3.0.50...nocodb-3.0.51) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nocodb-3.0.50](https://github.com/truecharts/charts/compare/nocodb-3.0.49...nocodb-3.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nocodb-3.0.50](https://github.com/truecharts/charts/compare/nocodb-3.0.49...nocodb-3.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nocodb-3.0.49](https://github.com/truecharts/charts/compare/nocodb-3.0.48...nocodb-3.0.49) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nocodb-3.0.47](https://github.com/truecharts/charts/compare/nocodb-3.0.46...nocodb-3.0.47) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nocodb-3.0.46](https://github.com/truecharts/charts/compare/nocodb-3.0.45...nocodb-3.0.46) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nocodb-3.0.45](https://github.com/truecharts/charts/compare/nocodb-3.0.44...nocodb-3.0.45) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [nocodb-3.0.44](https://github.com/truecharts/charts/compare/nocodb-3.0.43...nocodb-3.0.44) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/nocodb/3.0.52/Chart.lock b/stable/nocodb/3.0.52/Chart.lock deleted file mode 100644 index faf74195609..00000000000 --- a/stable/nocodb/3.0.52/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-15T00:21:09.111061498Z" diff --git a/stable/nocodb/3.0.52/Chart.yaml b/stable/nocodb/3.0.52/Chart.yaml deleted file mode 100644 index d95a2cd86ea..00000000000 --- a/stable/nocodb/3.0.52/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "0.98.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. -home: https://truecharts.org/docs/charts/stable/nocodb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png -keywords: - - nocodb -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nocodb -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb - - https://hub.docker.com/r/nocodb/nocodb - - https://github.com/nocodb/nocodb -version: 3.0.52 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/nocodb/3.0.52/README.md b/stable/nocodb/3.0.52/README.md deleted file mode 100644 index 8bd8daf9f2a..00000000000 --- a/stable/nocodb/3.0.52/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# nocodb - -Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nocodb](https://truecharts.org/docs/charts/stable/nocodb) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nocodb` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nocodb TrueCharts/nocodb -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nocodb` deployment - -```console -helm uninstall nocodb -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nocodb \ - --set env.TZ="America/New York" \ - TrueCharts/nocodb -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nocodb TrueCharts/nocodb -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/nocodb/3.0.52/charts/common-10.7.0.tgz b/stable/nocodb/3.0.52/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/nocodb/3.0.52/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/nocodb/3.0.52/charts/postgresql-8.0.97.tgz b/stable/nocodb/3.0.52/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/nocodb/3.0.52/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/nocodb/3.0.52/charts/redis-3.0.94.tgz b/stable/nocodb/3.0.52/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/nocodb/3.0.52/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/nocodb/3.0.53/CHANGELOG.md b/stable/nocodb/3.0.53/CHANGELOG.md new file mode 100644 index 00000000000..1da8c00149a --- /dev/null +++ b/stable/nocodb/3.0.53/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nocodb-3.0.53](https://github.com/truecharts/charts/compare/nocodb-3.0.52...nocodb-3.0.53) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nocodb-3.0.52](https://github.com/truecharts/charts/compare/nocodb-3.0.51...nocodb-3.0.52) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [nocodb-3.0.51](https://github.com/truecharts/charts/compare/nocodb-3.0.50...nocodb-3.0.51) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nocodb-3.0.50](https://github.com/truecharts/charts/compare/nocodb-3.0.49...nocodb-3.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nocodb-3.0.50](https://github.com/truecharts/charts/compare/nocodb-3.0.49...nocodb-3.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nocodb-3.0.49](https://github.com/truecharts/charts/compare/nocodb-3.0.48...nocodb-3.0.49) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nocodb-3.0.47](https://github.com/truecharts/charts/compare/nocodb-3.0.46...nocodb-3.0.47) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nocodb-3.0.46](https://github.com/truecharts/charts/compare/nocodb-3.0.45...nocodb-3.0.46) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nocodb-3.0.45](https://github.com/truecharts/charts/compare/nocodb-3.0.44...nocodb-3.0.45) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [nocodb-3.0.44](https://github.com/truecharts/charts/compare/nocodb-3.0.43...nocodb-3.0.44) (2022-09-22) + +### Chore + diff --git a/stable/nocodb/3.0.53/Chart.lock b/stable/nocodb/3.0.53/Chart.lock new file mode 100644 index 00000000000..2da1882a499 --- /dev/null +++ b/stable/nocodb/3.0.53/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:30:21.884242379Z" diff --git a/stable/nocodb/3.0.53/Chart.yaml b/stable/nocodb/3.0.53/Chart.yaml new file mode 100644 index 00000000000..02a3492de39 --- /dev/null +++ b/stable/nocodb/3.0.53/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "0.98.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. +home: https://truecharts.org/docs/charts/stable/nocodb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png +keywords: + - nocodb +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nocodb +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nocodb + - https://hub.docker.com/r/nocodb/nocodb + - https://github.com/nocodb/nocodb +version: 3.0.53 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nocodb/3.0.53/README.md b/stable/nocodb/3.0.53/README.md new file mode 100644 index 00000000000..1deeca96a51 --- /dev/null +++ b/stable/nocodb/3.0.53/README.md @@ -0,0 +1,109 @@ +# nocodb + +Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nocodb](https://truecharts.org/docs/charts/stable/nocodb) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nocodb` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nocodb TrueCharts/nocodb +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nocodb` deployment + +```console +helm uninstall nocodb +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nocodb \ + --set env.TZ="America/New York" \ + TrueCharts/nocodb +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nocodb TrueCharts/nocodb -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nocodb/3.0.52/app-readme.md b/stable/nocodb/3.0.53/app-readme.md similarity index 100% rename from stable/nocodb/3.0.52/app-readme.md rename to stable/nocodb/3.0.53/app-readme.md diff --git a/stable/nocodb/3.0.53/charts/common-10.7.1.tgz b/stable/nocodb/3.0.53/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nocodb/3.0.53/charts/common-10.7.1.tgz differ diff --git a/stable/nocodb/3.0.53/charts/postgresql-8.0.101.tgz b/stable/nocodb/3.0.53/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/nocodb/3.0.53/charts/postgresql-8.0.101.tgz differ diff --git a/stable/nocodb/3.0.53/charts/redis-3.0.97.tgz b/stable/nocodb/3.0.53/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/nocodb/3.0.53/charts/redis-3.0.97.tgz differ diff --git a/stable/nocodb/3.0.52/ix_values.yaml b/stable/nocodb/3.0.53/ix_values.yaml similarity index 100% rename from stable/nocodb/3.0.52/ix_values.yaml rename to stable/nocodb/3.0.53/ix_values.yaml diff --git a/stable/nocodb/3.0.52/questions.yaml b/stable/nocodb/3.0.53/questions.yaml similarity index 100% rename from stable/nocodb/3.0.52/questions.yaml rename to stable/nocodb/3.0.53/questions.yaml diff --git a/stable/nocodb/3.0.52/templates/_configmap.tpl b/stable/nocodb/3.0.53/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/3.0.52/templates/_configmap.tpl rename to stable/nocodb/3.0.53/templates/_configmap.tpl diff --git a/stable/nocodb/3.0.52/templates/_secrets.tpl b/stable/nocodb/3.0.53/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/3.0.52/templates/_secrets.tpl rename to stable/nocodb/3.0.53/templates/_secrets.tpl diff --git a/stable/nocodb/3.0.52/templates/common.yaml b/stable/nocodb/3.0.53/templates/common.yaml similarity index 100% rename from stable/nocodb/3.0.52/templates/common.yaml rename to stable/nocodb/3.0.53/templates/common.yaml diff --git a/stable/photoshow/3.0.35/values.yaml b/stable/nocodb/3.0.53/values.yaml similarity index 100% rename from stable/photoshow/3.0.35/values.yaml rename to stable/nocodb/3.0.53/values.yaml diff --git a/stable/node-red/11.0.41/CHANGELOG.md b/stable/node-red/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..0e4229c3f34 --- /dev/null +++ b/stable/node-red/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [node-red-11.0.41](https://github.com/truecharts/charts/compare/node-red-11.0.40...node-red-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [node-red-11.0.40](https://github.com/truecharts/charts/compare/node-red-11.0.39...node-red-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [node-red-11.0.39](https://github.com/truecharts/charts/compare/node-red-11.0.38...node-red-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [node-red-11.0.39](https://github.com/truecharts/charts/compare/node-red-11.0.38...node-red-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [node-red-11.0.38](https://github.com/truecharts/charts/compare/node-red-11.0.37...node-red-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [node-red-11.0.37](https://github.com/truecharts/charts/compare/node-red-11.0.36...node-red-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [node-red-11.0.36](https://github.com/truecharts/charts/compare/node-red-11.0.35...node-red-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [node-red-11.0.35](https://github.com/truecharts/charts/compare/node-red-11.0.34...node-red-11.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/node-red/11.0.41/Chart.lock b/stable/node-red/11.0.41/Chart.lock new file mode 100644 index 00000000000..dfb2b7ce18e --- /dev/null +++ b/stable/node-red/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:29:57.519908378Z" diff --git a/stable/node-red/11.0.41/Chart.yaml b/stable/node-red/11.0.41/Chart.yaml new file mode 100644 index 00000000000..54a763dc351 --- /dev/null +++ b/stable/node-red/11.0.41/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "3.0.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Node-RED is low-code programming for event-driven applications +home: https://truecharts.org/docs/charts/stable/node-red +icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.png +keywords: + - node-red + - nodered +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: node-red +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/node-red + - https://github.com/node-red/node-red-docker +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - tools + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/node-red/11.0.41/README.md b/stable/node-red/11.0.41/README.md new file mode 100644 index 00000000000..7f71ac267b4 --- /dev/null +++ b/stable/node-red/11.0.41/README.md @@ -0,0 +1,106 @@ +# node-red + +Node-RED is low-code programming for event-driven applications + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [node-red](https://truecharts.org/docs/charts/stable/node-red) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `node-red` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install node-red TrueCharts/node-red +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `node-red` deployment + +```console +helm uninstall node-red +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install node-red \ + --set env.TZ="America/New York" \ + TrueCharts/node-red +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install node-red TrueCharts/node-red -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/node-red/11.0.41/app-readme.md b/stable/node-red/11.0.41/app-readme.md new file mode 100644 index 00000000000..88ae9951408 --- /dev/null +++ b/stable/node-red/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +Node-RED is low-code programming for event-driven applications + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/node-red](https://truecharts.org/docs/charts/stable/node-red) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/node-red/11.0.41/charts/common-10.7.1.tgz b/stable/node-red/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/node-red/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/node-red/11.0.41/ix_values.yaml b/stable/node-red/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..420c5975785 --- /dev/null +++ b/stable/node-red/11.0.41/ix_values.yaml @@ -0,0 +1,26 @@ +image: + repository: tccr.io/truecharts/node-red + pullPolicy: IfNotPresent + tag: 3.0.2@sha256:ba3361b3dc11650cdb44c43220a0bd5397342928dca092f33c044ba58032acc1 + +env: + TZ: "{{ .Values.TZ }}" +# NODE_OPTIONS: +# NODE_RED_ENABLE_PROJECTS: +# NODE_RED_ENABLE_SAFE_MODE: +# FLOWS: + +service: + main: + ports: + main: + port: 1880 + targetPort: 1880 + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + enabled: true diff --git a/stable/node-red/11.0.41/questions.yaml b/stable/node-red/11.0.41/questions.yaml new file mode 100644 index 00000000000..6d0f2309c05 --- /dev/null +++ b/stable/node-red/11.0.41/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 1880 + 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 + hidden: true + 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: 1880 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/pidgin/2.0.35/templates/common.yaml b/stable/node-red/11.0.41/templates/common.yaml similarity index 100% rename from stable/pidgin/2.0.35/templates/common.yaml rename to stable/node-red/11.0.41/templates/common.yaml diff --git a/stable/photoview/4.0.43/values.yaml b/stable/node-red/11.0.41/values.yaml similarity index 100% rename from stable/photoview/4.0.43/values.yaml rename to stable/node-red/11.0.41/values.yaml diff --git a/stable/novnc/3.0.36/CHANGELOG.md b/stable/novnc/3.0.36/CHANGELOG.md deleted file mode 100644 index c4d35d9d581..00000000000 --- a/stable/novnc/3.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [novnc-3.0.36](https://github.com/truecharts/charts/compare/novnc-3.0.35...novnc-3.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [novnc-3.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...novnc-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [novnc-3.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...novnc-3.0.35) (2022-10-07) - -### Chore - -- update helm general non-major - - - - -## [novnc-3.0.34](https://github.com/truecharts/charts/compare/cura-novnc-0.0.28...novnc-3.0.34) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [novnc-3.0.33](https://github.com/truecharts/charts/compare/novnc-3.0.32...novnc-3.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [novnc-3.0.32](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.31...novnc-3.0.32) (2022-09-25) - -### Chore - -- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [novnc-3.0.31](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.28...novnc-3.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [novnc-3.0.31](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.28...novnc-3.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/novnc/3.0.36/Chart.lock b/stable/novnc/3.0.36/Chart.lock deleted file mode 100644 index 4abe5adabda..00000000000 --- a/stable/novnc/3.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:44:34.52477711Z" diff --git a/stable/novnc/3.0.36/Chart.yaml b/stable/novnc/3.0.36/Chart.yaml deleted file mode 100644 index 1aa660743a8..00000000000 --- a/stable/novnc/3.0.36/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: The open source VNC client -home: https://truecharts.org/docs/charts/stable/novnc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png -keywords: - - novnc - - vnc - - remote - - desktop -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: novnc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/novnc - - https://novnc.com/ -type: application -version: 3.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/novnc/3.0.36/README.md b/stable/novnc/3.0.36/README.md deleted file mode 100644 index 6ff7eab5d5f..00000000000 --- a/stable/novnc/3.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# novnc - -The open source VNC client - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [novnc](https://truecharts.org/docs/charts/stable/novnc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `novnc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install novnc TrueCharts/novnc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `novnc` deployment - -```console -helm uninstall novnc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install novnc \ - --set env.TZ="America/New York" \ - TrueCharts/novnc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install novnc TrueCharts/novnc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/novnc/3.0.36/charts/common-10.7.0.tgz b/stable/novnc/3.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/novnc/3.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/novnc/3.0.37/CHANGELOG.md b/stable/novnc/3.0.37/CHANGELOG.md new file mode 100644 index 00000000000..09e4a4d0fc1 --- /dev/null +++ b/stable/novnc/3.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [novnc-3.0.37](https://github.com/truecharts/charts/compare/cura-novnc-0.0.33...novnc-3.0.37) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [novnc-3.0.36](https://github.com/truecharts/charts/compare/novnc-3.0.35...novnc-3.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [novnc-3.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...novnc-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [novnc-3.0.35](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.36...novnc-3.0.35) (2022-10-07) + +### Chore + +- update helm general non-major + + + + +## [novnc-3.0.34](https://github.com/truecharts/charts/compare/cura-novnc-0.0.28...novnc-3.0.34) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [novnc-3.0.33](https://github.com/truecharts/charts/compare/novnc-3.0.32...novnc-3.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [novnc-3.0.32](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.31...novnc-3.0.32) (2022-09-25) + +### Chore + +- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [novnc-3.0.31](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.28...novnc-3.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [novnc-3.0.31](https://github.com/truecharts/charts/compare/prusaslicer-novnc-0.0.28...novnc-3.0.31) (2022-09-21) + +### Chore + diff --git a/stable/novnc/3.0.37/Chart.lock b/stable/novnc/3.0.37/Chart.lock new file mode 100644 index 00000000000..ef11153ef94 --- /dev/null +++ b/stable/novnc/3.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:30:23.910213962Z" diff --git a/stable/novnc/3.0.37/Chart.yaml b/stable/novnc/3.0.37/Chart.yaml new file mode 100644 index 00000000000..68d9223e873 --- /dev/null +++ b/stable/novnc/3.0.37/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: The open source VNC client +home: https://truecharts.org/docs/charts/stable/novnc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.png +keywords: + - novnc + - vnc + - remote + - desktop +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: novnc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/novnc + - https://novnc.com/ +type: application +version: 3.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/novnc/3.0.37/README.md b/stable/novnc/3.0.37/README.md new file mode 100644 index 00000000000..5186689241b --- /dev/null +++ b/stable/novnc/3.0.37/README.md @@ -0,0 +1,106 @@ +# novnc + +The open source VNC client + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [novnc](https://truecharts.org/docs/charts/stable/novnc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `novnc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install novnc TrueCharts/novnc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `novnc` deployment + +```console +helm uninstall novnc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install novnc \ + --set env.TZ="America/New York" \ + TrueCharts/novnc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install novnc TrueCharts/novnc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/novnc/3.0.36/app-readme.md b/stable/novnc/3.0.37/app-readme.md similarity index 100% rename from stable/novnc/3.0.36/app-readme.md rename to stable/novnc/3.0.37/app-readme.md diff --git a/stable/novnc/3.0.37/charts/common-10.7.1.tgz b/stable/novnc/3.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/novnc/3.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/novnc/3.0.36/ix_values.yaml b/stable/novnc/3.0.37/ix_values.yaml similarity index 100% rename from stable/novnc/3.0.36/ix_values.yaml rename to stable/novnc/3.0.37/ix_values.yaml diff --git a/stable/novnc/3.0.36/questions.yaml b/stable/novnc/3.0.37/questions.yaml similarity index 100% rename from stable/novnc/3.0.36/questions.yaml rename to stable/novnc/3.0.37/questions.yaml diff --git a/stable/novnc/3.0.36/templates/common.yaml b/stable/novnc/3.0.37/templates/common.yaml similarity index 100% rename from stable/novnc/3.0.36/templates/common.yaml rename to stable/novnc/3.0.37/templates/common.yaml diff --git a/stable/phpldapadmin/6.0.37/values.yaml b/stable/novnc/3.0.37/values.yaml similarity index 100% rename from stable/phpldapadmin/6.0.37/values.yaml rename to stable/novnc/3.0.37/values.yaml diff --git a/stable/ntfy/2.0.40/CHANGELOG.md b/stable/ntfy/2.0.40/CHANGELOG.md deleted file mode 100644 index 0523dd00c73..00000000000 --- a/stable/ntfy/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ntfy-2.0.40](https://github.com/truecharts/charts/compare/ntfy-2.0.39...ntfy-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ntfy-2.0.39](https://github.com/truecharts/charts/compare/ntfy-2.0.38...ntfy-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ntfy-2.0.39](https://github.com/truecharts/charts/compare/ntfy-2.0.38...ntfy-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ntfy-2.0.38](https://github.com/truecharts/charts/compare/ntfy-2.0.37...ntfy-2.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ntfy-2.0.37](https://github.com/truecharts/charts/compare/ntfy-2.0.36...ntfy-2.0.37) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [ntfy-2.0.36](https://github.com/truecharts/charts/compare/ntfy-2.0.35...ntfy-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ntfy-2.0.35](https://github.com/truecharts/charts/compare/ntfy-2.0.34...ntfy-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ntfy-2.0.34](https://github.com/truecharts/charts/compare/ntfy-2.0.33...ntfy-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/ntfy/2.0.40/Chart.lock b/stable/ntfy/2.0.40/Chart.lock deleted file mode 100644 index f8d6522ecf9..00000000000 --- a/stable/ntfy/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:44:41.268548518Z" diff --git a/stable/ntfy/2.0.40/Chart.yaml b/stable/ntfy/2.0.40/Chart.yaml deleted file mode 100644 index 7e3a5f3cdcb..00000000000 --- a/stable/ntfy/2.0.40/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "1.28.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. -home: https://truecharts.org/docs/charts/stable/ntfy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png -keywords: - - ntfy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ntfy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy - - https://github.com/binwiederhier/ntfy/ -version: 2.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ntfy/2.0.40/README.md b/stable/ntfy/2.0.40/README.md deleted file mode 100644 index 99254f339f1..00000000000 --- a/stable/ntfy/2.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ntfy - -ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ntfy](https://truecharts.org/docs/charts/stable/ntfy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ntfy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ntfy TrueCharts/ntfy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ntfy` deployment - -```console -helm uninstall ntfy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ntfy \ - --set env.TZ="America/New York" \ - TrueCharts/ntfy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ntfy TrueCharts/ntfy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ntfy/2.0.40/charts/common-10.7.0.tgz b/stable/ntfy/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ntfy/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ntfy/2.0.41/CHANGELOG.md b/stable/ntfy/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..9d8b4ec4fac --- /dev/null +++ b/stable/ntfy/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ntfy-2.0.41](https://github.com/truecharts/charts/compare/ntfy-2.0.40...ntfy-2.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ntfy-2.0.40](https://github.com/truecharts/charts/compare/ntfy-2.0.39...ntfy-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ntfy-2.0.39](https://github.com/truecharts/charts/compare/ntfy-2.0.38...ntfy-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ntfy-2.0.39](https://github.com/truecharts/charts/compare/ntfy-2.0.38...ntfy-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ntfy-2.0.38](https://github.com/truecharts/charts/compare/ntfy-2.0.37...ntfy-2.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ntfy-2.0.37](https://github.com/truecharts/charts/compare/ntfy-2.0.36...ntfy-2.0.37) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [ntfy-2.0.36](https://github.com/truecharts/charts/compare/ntfy-2.0.35...ntfy-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ntfy-2.0.35](https://github.com/truecharts/charts/compare/ntfy-2.0.34...ntfy-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ntfy-2.0.34](https://github.com/truecharts/charts/compare/ntfy-2.0.33...ntfy-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/ntfy/2.0.41/Chart.lock b/stable/ntfy/2.0.41/Chart.lock new file mode 100644 index 00000000000..2aa5aa4a73a --- /dev/null +++ b/stable/ntfy/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:30:28.354020784Z" diff --git a/stable/ntfy/2.0.41/Chart.yaml b/stable/ntfy/2.0.41/Chart.yaml new file mode 100644 index 00000000000..9f15ca367a4 --- /dev/null +++ b/stable/ntfy/2.0.41/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "1.28.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. +home: https://truecharts.org/docs/charts/stable/ntfy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png +keywords: + - ntfy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ntfy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ntfy + - https://github.com/binwiederhier/ntfy/ +version: 2.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ntfy/2.0.41/README.md b/stable/ntfy/2.0.41/README.md new file mode 100644 index 00000000000..44db9a04f8e --- /dev/null +++ b/stable/ntfy/2.0.41/README.md @@ -0,0 +1,106 @@ +# ntfy + +ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ntfy](https://truecharts.org/docs/charts/stable/ntfy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ntfy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ntfy TrueCharts/ntfy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ntfy` deployment + +```console +helm uninstall ntfy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ntfy \ + --set env.TZ="America/New York" \ + TrueCharts/ntfy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ntfy TrueCharts/ntfy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ntfy/2.0.40/app-readme.md b/stable/ntfy/2.0.41/app-readme.md similarity index 100% rename from stable/ntfy/2.0.40/app-readme.md rename to stable/ntfy/2.0.41/app-readme.md diff --git a/stable/ntfy/2.0.41/charts/common-10.7.1.tgz b/stable/ntfy/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ntfy/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/ntfy/2.0.40/ix_values.yaml b/stable/ntfy/2.0.41/ix_values.yaml similarity index 100% rename from stable/ntfy/2.0.40/ix_values.yaml rename to stable/ntfy/2.0.41/ix_values.yaml diff --git a/stable/ntfy/2.0.40/questions.yaml b/stable/ntfy/2.0.41/questions.yaml similarity index 100% rename from stable/ntfy/2.0.40/questions.yaml rename to stable/ntfy/2.0.41/questions.yaml diff --git a/stable/pretend-youre-xyzzy/6.0.38/templates/common.yaml b/stable/ntfy/2.0.41/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/6.0.38/templates/common.yaml rename to stable/ntfy/2.0.41/templates/common.yaml diff --git a/stable/piaware/6.0.41/values.yaml b/stable/ntfy/2.0.41/values.yaml similarity index 100% rename from stable/piaware/6.0.41/values.yaml rename to stable/ntfy/2.0.41/values.yaml diff --git a/stable/nullserv/6.0.38/CHANGELOG.md b/stable/nullserv/6.0.38/CHANGELOG.md deleted file mode 100644 index b8ea6bcf06a..00000000000 --- a/stable/nullserv/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [nullserv-6.0.38](https://github.com/truecharts/charts/compare/nullserv-6.0.37...nullserv-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [nullserv-6.0.37](https://github.com/truecharts/charts/compare/nullserv-6.0.36...nullserv-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nullserv-6.0.37](https://github.com/truecharts/charts/compare/nullserv-6.0.36...nullserv-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [nullserv-6.0.36](https://github.com/truecharts/charts/compare/nullserv-6.0.35...nullserv-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [nullserv-6.0.35](https://github.com/truecharts/charts/compare/nullserv-6.0.34...nullserv-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [nullserv-6.0.34](https://github.com/truecharts/charts/compare/nullserv-6.0.33...nullserv-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [nullserv-6.0.33](https://github.com/truecharts/charts/compare/nullserv-6.0.32...nullserv-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [nullserv-6.0.33](https://github.com/truecharts/charts/compare/nullserv-6.0.32...nullserv-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/nullserv/6.0.38/Chart.lock b/stable/nullserv/6.0.38/Chart.lock deleted file mode 100644 index 92f8707a84e..00000000000 --- a/stable/nullserv/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:44:59.959829816Z" diff --git a/stable/nullserv/6.0.38/Chart.yaml b/stable/nullserv/6.0.38/Chart.yaml deleted file mode 100644 index f0510cd4412..00000000000 --- a/stable/nullserv/6.0.38/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A simple null file http and https server -home: https://truecharts.org/docs/charts/stable/nullserv -icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png -keywords: - - nullserv -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: nullserv -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv - - https://github.com/bmrzycki/nullserv -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/nullserv/6.0.38/README.md b/stable/nullserv/6.0.38/README.md deleted file mode 100644 index be9a7b67654..00000000000 --- a/stable/nullserv/6.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# nullserv - -A simple null file http and https server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [nullserv](https://truecharts.org/docs/charts/stable/nullserv) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `nullserv` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install nullserv TrueCharts/nullserv -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `nullserv` deployment - -```console -helm uninstall nullserv -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install nullserv \ - --set env.TZ="America/New York" \ - TrueCharts/nullserv -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install nullserv TrueCharts/nullserv -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/nullserv/6.0.38/charts/common-10.7.0.tgz b/stable/nullserv/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/nullserv/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/nullserv/6.0.39/CHANGELOG.md b/stable/nullserv/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..de77b59b8e3 --- /dev/null +++ b/stable/nullserv/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nullserv-6.0.39](https://github.com/truecharts/charts/compare/nullserv-6.0.38...nullserv-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nullserv-6.0.38](https://github.com/truecharts/charts/compare/nullserv-6.0.37...nullserv-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nullserv-6.0.37](https://github.com/truecharts/charts/compare/nullserv-6.0.36...nullserv-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nullserv-6.0.37](https://github.com/truecharts/charts/compare/nullserv-6.0.36...nullserv-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nullserv-6.0.36](https://github.com/truecharts/charts/compare/nullserv-6.0.35...nullserv-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nullserv-6.0.35](https://github.com/truecharts/charts/compare/nullserv-6.0.34...nullserv-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nullserv-6.0.34](https://github.com/truecharts/charts/compare/nullserv-6.0.33...nullserv-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nullserv-6.0.33](https://github.com/truecharts/charts/compare/nullserv-6.0.32...nullserv-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/nullserv/6.0.39/Chart.lock b/stable/nullserv/6.0.39/Chart.lock new file mode 100644 index 00000000000..5e9a6847e10 --- /dev/null +++ b/stable/nullserv/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:30:53.194693322Z" diff --git a/stable/nullserv/6.0.39/Chart.yaml b/stable/nullserv/6.0.39/Chart.yaml new file mode 100644 index 00000000000..a2894005acc --- /dev/null +++ b/stable/nullserv/6.0.39/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "1.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A simple null file http and https server +home: https://truecharts.org/docs/charts/stable/nullserv +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.png +keywords: + - nullserv +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nullserv +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nullserv + - https://github.com/bmrzycki/nullserv +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nullserv/6.0.39/README.md b/stable/nullserv/6.0.39/README.md new file mode 100644 index 00000000000..cc25ee47625 --- /dev/null +++ b/stable/nullserv/6.0.39/README.md @@ -0,0 +1,106 @@ +# nullserv + +A simple null file http and https server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nullserv](https://truecharts.org/docs/charts/stable/nullserv) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nullserv` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nullserv TrueCharts/nullserv +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nullserv` deployment + +```console +helm uninstall nullserv +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nullserv \ + --set env.TZ="America/New York" \ + TrueCharts/nullserv +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nullserv TrueCharts/nullserv -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nullserv/6.0.38/app-readme.md b/stable/nullserv/6.0.39/app-readme.md similarity index 100% rename from stable/nullserv/6.0.38/app-readme.md rename to stable/nullserv/6.0.39/app-readme.md diff --git a/stable/nullserv/6.0.39/charts/common-10.7.1.tgz b/stable/nullserv/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nullserv/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/nullserv/6.0.38/ix_values.yaml b/stable/nullserv/6.0.39/ix_values.yaml similarity index 100% rename from stable/nullserv/6.0.38/ix_values.yaml rename to stable/nullserv/6.0.39/ix_values.yaml diff --git a/stable/nullserv/6.0.38/questions.yaml b/stable/nullserv/6.0.39/questions.yaml similarity index 100% rename from stable/nullserv/6.0.38/questions.yaml rename to stable/nullserv/6.0.39/questions.yaml diff --git a/stable/projectsend/3.0.43/templates/common.yaml b/stable/nullserv/6.0.39/templates/common.yaml similarity index 100% rename from stable/projectsend/3.0.43/templates/common.yaml rename to stable/nullserv/6.0.39/templates/common.yaml diff --git a/stable/picoshare/2.0.38/values.yaml b/stable/nullserv/6.0.39/values.yaml similarity index 100% rename from stable/picoshare/2.0.38/values.yaml rename to stable/nullserv/6.0.39/values.yaml diff --git a/stable/nzbget/11.0.39/CHANGELOG.md b/stable/nzbget/11.0.39/CHANGELOG.md new file mode 100644 index 00000000000..030bd0f7e94 --- /dev/null +++ b/stable/nzbget/11.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nzbget-11.0.39](https://github.com/truecharts/charts/compare/nzbget-11.0.38...nzbget-11.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nzbget-11.0.38](https://github.com/truecharts/charts/compare/nzbget-11.0.37...nzbget-11.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nzbget-11.0.37](https://github.com/truecharts/charts/compare/nzbget-11.0.36...nzbget-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nzbget-11.0.37](https://github.com/truecharts/charts/compare/nzbget-11.0.36...nzbget-11.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nzbget-11.0.36](https://github.com/truecharts/charts/compare/nzbget-11.0.35...nzbget-11.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nzbget-11.0.35](https://github.com/truecharts/charts/compare/nzbget-11.0.34...nzbget-11.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nzbget-11.0.34](https://github.com/truecharts/charts/compare/nzbget-11.0.33...nzbget-11.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nzbget-11.0.33](https://github.com/truecharts/charts/compare/nzbget-11.0.32...nzbget-11.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/nzbget/11.0.39/Chart.lock b/stable/nzbget/11.0.39/Chart.lock new file mode 100644 index 00000000000..a760c5c6d7c --- /dev/null +++ b/stable/nzbget/11.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:30:55.667841981Z" diff --git a/stable/nzbget/11.0.39/Chart.yaml b/stable/nzbget/11.0.39/Chart.yaml new file mode 100644 index 00000000000..6d0a01abef7 --- /dev/null +++ b/stable/nzbget/11.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "21.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: NZBGet is a Usenet downloader client +home: https://truecharts.org/docs/charts/stable/nzbget +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.png +keywords: + - nzbget + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: nzbget +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbget + - https://nzbget.net/ +type: application +version: 11.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nzbget/11.0.39/README.md b/stable/nzbget/11.0.39/README.md new file mode 100644 index 00000000000..cb30b3bc206 --- /dev/null +++ b/stable/nzbget/11.0.39/README.md @@ -0,0 +1,106 @@ +# nzbget + +NZBGet is a Usenet downloader client + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nzbget](https://truecharts.org/docs/charts/stable/nzbget) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nzbget` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nzbget TrueCharts/nzbget +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nzbget` deployment + +```console +helm uninstall nzbget +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nzbget \ + --set env.TZ="America/New York" \ + TrueCharts/nzbget +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nzbget TrueCharts/nzbget -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nzbget/11.0.39/app-readme.md b/stable/nzbget/11.0.39/app-readme.md new file mode 100644 index 00000000000..3fc0b4b376c --- /dev/null +++ b/stable/nzbget/11.0.39/app-readme.md @@ -0,0 +1,8 @@ +NZBGet is a Usenet downloader client + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/nzbget](https://truecharts.org/docs/charts/stable/nzbget) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/nzbget/11.0.39/charts/common-10.7.1.tgz b/stable/nzbget/11.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nzbget/11.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/nzbget/11.0.39/ix_values.yaml b/stable/nzbget/11.0.39/ix_values.yaml new file mode 100644 index 00000000000..78bbabecbe7 --- /dev/null +++ b/stable/nzbget/11.0.39/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: tccr.io/truecharts/nzbget + pullPolicy: IfNotPresent + tag: v21.1@sha256:08bbf5b40643e7e695e3cd44ce5255160e2ee178ea1b27f19cff23aaef570061 + +service: + main: + ports: + main: + port: 10057 + targetPort: 6789 + +probes: + liveness: + enabled: false + + readiness: + enabled: false + + startup: + enabled: false + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/nzbget/11.0.39/questions.yaml b/stable/nzbget/11.0.39/questions.yaml new file mode 100644 index 00000000000..8515c99d519 --- /dev/null +++ b/stable/nzbget/11.0.39/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10057 + 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 + hidden: true + 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: 6789 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/protonmail-bridge/6.0.36/templates/common.yaml b/stable/nzbget/11.0.39/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/6.0.36/templates/common.yaml rename to stable/nzbget/11.0.39/templates/common.yaml diff --git a/stable/pidgin/2.0.35/values.yaml b/stable/nzbget/11.0.39/values.yaml similarity index 100% rename from stable/pidgin/2.0.35/values.yaml rename to stable/nzbget/11.0.39/values.yaml diff --git a/stable/nzbhydra/11.0.45/CHANGELOG.md b/stable/nzbhydra/11.0.45/CHANGELOG.md new file mode 100644 index 00000000000..345085cd03e --- /dev/null +++ b/stable/nzbhydra/11.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [nzbhydra-11.0.45](https://github.com/truecharts/charts/compare/nzbhydra-11.0.44...nzbhydra-11.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [nzbhydra-11.0.44](https://github.com/truecharts/charts/compare/nzbhydra-11.0.43...nzbhydra-11.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [nzbhydra-11.0.43](https://github.com/truecharts/charts/compare/nzbhydra-11.0.42...nzbhydra-11.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nzbhydra-11.0.43](https://github.com/truecharts/charts/compare/nzbhydra-11.0.42...nzbhydra-11.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [nzbhydra-11.0.42](https://github.com/truecharts/charts/compare/nzbhydra-11.0.41...nzbhydra-11.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [nzbhydra-11.0.41](https://github.com/truecharts/charts/compare/nzbhydra-11.0.40...nzbhydra-11.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [nzbhydra-11.0.40](https://github.com/truecharts/charts/compare/nzbhydra-11.0.39...nzbhydra-11.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [nzbhydra-11.0.39](https://github.com/truecharts/charts/compare/nzbhydra-11.0.38...nzbhydra-11.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [nzbhydra-11.0.38](https://github.com/truecharts/charts/compare/nzbhydra-11.0.36...nzbhydra-11.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/nzbhydra/11.0.45/Chart.lock b/stable/nzbhydra/11.0.45/Chart.lock new file mode 100644 index 00000000000..dbc26979ec5 --- /dev/null +++ b/stable/nzbhydra/11.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:30:59.938170409Z" diff --git a/stable/nzbhydra/11.0.45/Chart.yaml b/stable/nzbhydra/11.0.45/Chart.yaml new file mode 100644 index 00000000000..c5c6bf07496 --- /dev/null +++ b/stable/nzbhydra/11.0.45/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "4.7.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: true +description: Usenet meta search +home: https://truecharts.org/docs/charts/stable/nzbhydra +icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.png +keywords: + - nzbhydra + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: [] +name: nzbhydra +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/nzbhydra + - https://github.com/theotherp/nzbhydra2 +type: application +version: 11.0.45 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/nzbhydra/11.0.45/README.md b/stable/nzbhydra/11.0.45/README.md new file mode 100644 index 00000000000..cb70b99f408 --- /dev/null +++ b/stable/nzbhydra/11.0.45/README.md @@ -0,0 +1,108 @@ +# nzbhydra + +Usenet meta search + +> **:exclamation: This Helm Chart is deprecated!** + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [nzbhydra](https://truecharts.org/docs/charts/stable/nzbhydra) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `nzbhydra` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install nzbhydra TrueCharts/nzbhydra +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `nzbhydra` deployment + +```console +helm uninstall nzbhydra +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install nzbhydra \ + --set env.TZ="America/New York" \ + TrueCharts/nzbhydra +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install nzbhydra TrueCharts/nzbhydra -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/nzbhydra/11.0.45/app-readme.md b/stable/nzbhydra/11.0.45/app-readme.md new file mode 100644 index 00000000000..5ca5a94ab22 --- /dev/null +++ b/stable/nzbhydra/11.0.45/app-readme.md @@ -0,0 +1,8 @@ +Usenet meta search + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/nzbhydra](https://truecharts.org/docs/charts/stable/nzbhydra) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/nzbhydra/11.0.45/charts/common-10.7.1.tgz b/stable/nzbhydra/11.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/nzbhydra/11.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/nzbhydra/11.0.45/ix_values.yaml b/stable/nzbhydra/11.0.45/ix_values.yaml new file mode 100644 index 00000000000..ed542ee3f99 --- /dev/null +++ b/stable/nzbhydra/11.0.45/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: tccr.io/truecharts/nzbhydra2 + pullPolicy: IfNotPresent + tag: 4.7.1@sha256:27154358c35a250358263884153fed53ddd2ab5673966c2cfa796af0aad4984c + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 5076 + targetPort: 5076 + +probes: + liveness: + custom: true + enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/livenessState + port: main + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + readiness: + custom: true + enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/readinessState + port: main + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + startup: + custom: true + enabled: true + spec: + failureThreshold: 5 + httpGet: + path: /actuator/health/readinessState + port: main + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/nzbhydra/11.0.45/questions.yaml b/stable/nzbhydra/11.0.45/questions.yaml new file mode 100644 index 00000000000..2e2eed04377 --- /dev/null +++ b/stable/nzbhydra/11.0.45/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 5076 + 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 + hidden: true + 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: 5076 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/prowlarr/6.0.44/templates/common.yaml b/stable/nzbhydra/11.0.45/templates/common.yaml similarity index 100% rename from stable/prowlarr/6.0.44/templates/common.yaml rename to stable/nzbhydra/11.0.45/templates/common.yaml diff --git a/stable/pihole/6.0.45/values.yaml b/stable/nzbhydra/11.0.45/values.yaml similarity index 100% rename from stable/pihole/6.0.45/values.yaml rename to stable/nzbhydra/11.0.45/values.yaml diff --git a/stable/octoprint/6.0.40/CHANGELOG.md b/stable/octoprint/6.0.40/CHANGELOG.md deleted file mode 100644 index 63304ab68a6..00000000000 --- a/stable/octoprint/6.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [octoprint-6.0.40](https://github.com/truecharts/charts/compare/octoprint-6.0.39...octoprint-6.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [octoprint-6.0.39](https://github.com/truecharts/charts/compare/octoprint-6.0.38...octoprint-6.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [octoprint-6.0.39](https://github.com/truecharts/charts/compare/octoprint-6.0.38...octoprint-6.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [octoprint-6.0.38](https://github.com/truecharts/charts/compare/octoprint-6.0.37...octoprint-6.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [octoprint-6.0.37](https://github.com/truecharts/charts/compare/octoprint-6.0.36...octoprint-6.0.37) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [octoprint-6.0.37](https://github.com/truecharts/charts/compare/octoprint-6.0.36...octoprint-6.0.37) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - - - -## [octoprint-6.0.36](https://github.com/truecharts/charts/compare/octoprint-6.0.35...octoprint-6.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [octoprint-6.0.35](https://github.com/truecharts/charts/compare/octoprint-6.0.34...octoprint-6.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [octoprint-6.0.34](https://github.com/truecharts/charts/compare/octoprint-6.0.33...octoprint-6.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/octoprint/6.0.40/Chart.lock b/stable/octoprint/6.0.40/Chart.lock deleted file mode 100644 index dfa1937696c..00000000000 --- a/stable/octoprint/6.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:45:24.506484194Z" diff --git a/stable/octoprint/6.0.40/Chart.yaml b/stable/octoprint/6.0.40/Chart.yaml deleted file mode 100644 index 6a42bf729bb..00000000000 --- a/stable/octoprint/6.0.40/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: OctoPrint is the snappy web interface for your 3D printer -home: https://truecharts.org/docs/charts/stable/octoprint -icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png -keywords: - - octoprint - - 3d - - printer -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: octoprint -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint - - https://github.com/OctoPrint/OctoPrint - - https://hub.docker.com/r/octoprint/octoprint -version: 6.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/octoprint/6.0.40/README.md b/stable/octoprint/6.0.40/README.md deleted file mode 100644 index 9d92fe49232..00000000000 --- a/stable/octoprint/6.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# octoprint - -OctoPrint is the snappy web interface for your 3D printer - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [octoprint](https://truecharts.org/docs/charts/stable/octoprint) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `octoprint` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install octoprint TrueCharts/octoprint -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `octoprint` deployment - -```console -helm uninstall octoprint -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install octoprint \ - --set env.TZ="America/New York" \ - TrueCharts/octoprint -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install octoprint TrueCharts/octoprint -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/octoprint/6.0.40/charts/common-10.7.0.tgz b/stable/octoprint/6.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/octoprint/6.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/octoprint/6.0.40/ix_values.yaml b/stable/octoprint/6.0.40/ix_values.yaml deleted file mode 100644 index f52e29535ed..00000000000 --- a/stable/octoprint/6.0.40/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: tccr.io/truecharts/octoprint - tag: 1.8.4@sha256:052cfa24ace5987fe915874e57189cf2da496650bba6abb87e3de8b57af6a733 - pullPolicy: IfNotPresent - -securityContext: - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -env: - ENABLE_MJPG_STREAMER: "true" - # -- sets the Mjpg stream imput parameters - # Example "-y -n -r 640x480" - MJPG_STREAMER_INPUT: - # -- sets the camera dev parameters - # Example "/dev/video0" - CAMERA_DEV: - -service: - main: - ports: - main: - port: 10021 - targetPort: 80 - -persistence: - data: - enabled: true - mountPath: "/octoprint" - varrun: - enabled: true - -portal: - enabled: true diff --git a/stable/octoprint/6.0.41/CHANGELOG.md b/stable/octoprint/6.0.41/CHANGELOG.md new file mode 100644 index 00000000000..9be20c10a25 --- /dev/null +++ b/stable/octoprint/6.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [octoprint-6.0.41](https://github.com/truecharts/charts/compare/octoprint-6.0.40...octoprint-6.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [octoprint-6.0.40](https://github.com/truecharts/charts/compare/octoprint-6.0.39...octoprint-6.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [octoprint-6.0.39](https://github.com/truecharts/charts/compare/octoprint-6.0.38...octoprint-6.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [octoprint-6.0.39](https://github.com/truecharts/charts/compare/octoprint-6.0.38...octoprint-6.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [octoprint-6.0.38](https://github.com/truecharts/charts/compare/octoprint-6.0.37...octoprint-6.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [octoprint-6.0.37](https://github.com/truecharts/charts/compare/octoprint-6.0.36...octoprint-6.0.37) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [octoprint-6.0.37](https://github.com/truecharts/charts/compare/octoprint-6.0.36...octoprint-6.0.37) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + + + + +## [octoprint-6.0.36](https://github.com/truecharts/charts/compare/octoprint-6.0.35...octoprint-6.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [octoprint-6.0.35](https://github.com/truecharts/charts/compare/octoprint-6.0.34...octoprint-6.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [octoprint-6.0.34](https://github.com/truecharts/charts/compare/octoprint-6.0.33...octoprint-6.0.34) (2022-09-22) diff --git a/stable/octoprint/6.0.41/Chart.lock b/stable/octoprint/6.0.41/Chart.lock new file mode 100644 index 00000000000..f683577de8b --- /dev/null +++ b/stable/octoprint/6.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:31:16.675176227Z" diff --git a/stable/octoprint/6.0.41/Chart.yaml b/stable/octoprint/6.0.41/Chart.yaml new file mode 100644 index 00000000000..1061f391a75 --- /dev/null +++ b/stable/octoprint/6.0.41/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.8.6" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: OctoPrint is the snappy web interface for your 3D printer +home: https://truecharts.org/docs/charts/stable/octoprint +icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.png +keywords: + - octoprint + - 3d + - printer +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: octoprint +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/octoprint + - https://github.com/OctoPrint/OctoPrint + - https://hub.docker.com/r/octoprint/octoprint +version: 6.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/octoprint/6.0.41/README.md b/stable/octoprint/6.0.41/README.md new file mode 100644 index 00000000000..babc9a83130 --- /dev/null +++ b/stable/octoprint/6.0.41/README.md @@ -0,0 +1,107 @@ +# octoprint + +OctoPrint is the snappy web interface for your 3D printer + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [octoprint](https://truecharts.org/docs/charts/stable/octoprint) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `octoprint` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install octoprint TrueCharts/octoprint +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `octoprint` deployment + +```console +helm uninstall octoprint +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install octoprint \ + --set env.TZ="America/New York" \ + TrueCharts/octoprint +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install octoprint TrueCharts/octoprint -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/octoprint/6.0.40/app-readme.md b/stable/octoprint/6.0.41/app-readme.md similarity index 100% rename from stable/octoprint/6.0.40/app-readme.md rename to stable/octoprint/6.0.41/app-readme.md diff --git a/stable/octoprint/6.0.41/charts/common-10.7.1.tgz b/stable/octoprint/6.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/octoprint/6.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/octoprint/6.0.41/ix_values.yaml b/stable/octoprint/6.0.41/ix_values.yaml new file mode 100644 index 00000000000..f471efb00c6 --- /dev/null +++ b/stable/octoprint/6.0.41/ix_values.yaml @@ -0,0 +1,37 @@ +image: + repository: tccr.io/truecharts/octoprint + tag: 1.8.6@sha256:74865bb376361a7df850109021715e63d3c04c64257db7d1772a53d413e0d28e + pullPolicy: IfNotPresent + +securityContext: + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +env: + ENABLE_MJPG_STREAMER: "true" + # -- sets the Mjpg stream imput parameters + # Example "-y -n -r 640x480" + MJPG_STREAMER_INPUT: + # -- sets the camera dev parameters + # Example "/dev/video0" + CAMERA_DEV: + +service: + main: + ports: + main: + port: 10021 + targetPort: 80 + +persistence: + data: + enabled: true + mountPath: "/octoprint" + varrun: + enabled: true + +portal: + enabled: true diff --git a/stable/octoprint/6.0.40/questions.yaml b/stable/octoprint/6.0.41/questions.yaml similarity index 100% rename from stable/octoprint/6.0.40/questions.yaml rename to stable/octoprint/6.0.41/questions.yaml diff --git a/stable/putty/1.0.15/templates/common.yaml b/stable/octoprint/6.0.41/templates/common.yaml similarity index 100% rename from stable/putty/1.0.15/templates/common.yaml rename to stable/octoprint/6.0.41/templates/common.yaml diff --git a/stable/pinry/2.0.36/values.yaml b/stable/octoprint/6.0.41/values.yaml similarity index 100% rename from stable/pinry/2.0.36/values.yaml rename to stable/octoprint/6.0.41/values.yaml diff --git a/stable/odoo/8.0.54/CHANGELOG.md b/stable/odoo/8.0.54/CHANGELOG.md deleted file mode 100644 index d09ff98ecb1..00000000000 --- a/stable/odoo/8.0.54/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [odoo-8.0.54](https://github.com/truecharts/charts/compare/odoo-8.0.53...odoo-8.0.54) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [odoo-8.0.53](https://github.com/truecharts/charts/compare/odoo-8.0.52...odoo-8.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [odoo-8.0.53](https://github.com/truecharts/charts/compare/odoo-8.0.52...odoo-8.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [odoo-8.0.52](https://github.com/truecharts/charts/compare/odoo-8.0.51...odoo-8.0.52) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [odoo-8.0.50](https://github.com/truecharts/charts/compare/odoo-8.0.49...odoo-8.0.50) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [odoo-8.0.49](https://github.com/truecharts/charts/compare/odoo-8.0.48...odoo-8.0.49) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [odoo-8.0.48](https://github.com/truecharts/charts/compare/odoo-8.0.47...odoo-8.0.48) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [odoo-8.0.48](https://github.com/truecharts/charts/compare/odoo-8.0.47...odoo-8.0.48) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/odoo/8.0.54/Chart.lock b/stable/odoo/8.0.54/Chart.lock deleted file mode 100644 index 66d604550c8..00000000000 --- a/stable/odoo/8.0.54/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:45:40.347982526Z" diff --git a/stable/odoo/8.0.54/Chart.yaml b/stable/odoo/8.0.54/Chart.yaml deleted file mode 100644 index 68594cd13fd..00000000000 --- a/stable/odoo/8.0.54/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: v2 -appVersion: "15.0" -version: 8.0.54 -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. -type: application -home: https://truecharts.org/docs/charts/stable/odoo -icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png -keywords: - - odoo - - crm - - pm - - hr - - accounting - - mrp - - marketing -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/odoo - - https://www.odoo.com/ - - https://hub.docker.com/repository/docker/nicholaswilde/odoo -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/odoo/8.0.54/README.md b/stable/odoo/8.0.54/README.md deleted file mode 100644 index f7b84ebeb6b..00000000000 --- a/stable/odoo/8.0.54/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# odoo - -All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [odoo](https://truecharts.org/docs/charts/stable/odoo) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `odoo` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install odoo TrueCharts/odoo -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `odoo` deployment - -```console -helm uninstall odoo -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install odoo \ - --set env.TZ="America/New York" \ - TrueCharts/odoo -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install odoo TrueCharts/odoo -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/odoo/8.0.54/charts/common-10.7.0.tgz b/stable/odoo/8.0.54/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/odoo/8.0.54/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/odoo/8.0.54/charts/postgresql-8.0.97.tgz b/stable/odoo/8.0.54/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/odoo/8.0.54/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/odoo/8.0.55/CHANGELOG.md b/stable/odoo/8.0.55/CHANGELOG.md new file mode 100644 index 00000000000..fb19f2be7c9 --- /dev/null +++ b/stable/odoo/8.0.55/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [odoo-8.0.55](https://github.com/truecharts/charts/compare/odoo-8.0.54...odoo-8.0.55) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [odoo-8.0.54](https://github.com/truecharts/charts/compare/odoo-8.0.53...odoo-8.0.54) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [odoo-8.0.53](https://github.com/truecharts/charts/compare/odoo-8.0.52...odoo-8.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [odoo-8.0.53](https://github.com/truecharts/charts/compare/odoo-8.0.52...odoo-8.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [odoo-8.0.52](https://github.com/truecharts/charts/compare/odoo-8.0.51...odoo-8.0.52) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [odoo-8.0.50](https://github.com/truecharts/charts/compare/odoo-8.0.49...odoo-8.0.50) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [odoo-8.0.49](https://github.com/truecharts/charts/compare/odoo-8.0.48...odoo-8.0.49) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [odoo-8.0.48](https://github.com/truecharts/charts/compare/odoo-8.0.47...odoo-8.0.48) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/odoo/8.0.55/Chart.lock b/stable/odoo/8.0.55/Chart.lock new file mode 100644 index 00000000000..7387f3827b1 --- /dev/null +++ b/stable/odoo/8.0.55/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:31:36.303852918Z" diff --git a/stable/odoo/8.0.55/Chart.yaml b/stable/odoo/8.0.55/Chart.yaml new file mode 100644 index 00000000000..60cc8abc01a --- /dev/null +++ b/stable/odoo/8.0.55/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: "15.0" +version: 8.0.55 +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. +type: application +home: https://truecharts.org/docs/charts/stable/odoo +icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png +keywords: + - odoo + - crm + - pm + - hr + - accounting + - mrp + - marketing +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/odoo + - https://www.odoo.com/ + - https://hub.docker.com/repository/docker/nicholaswilde/odoo +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/odoo/8.0.55/README.md b/stable/odoo/8.0.55/README.md new file mode 100644 index 00000000000..c0155d68b92 --- /dev/null +++ b/stable/odoo/8.0.55/README.md @@ -0,0 +1,108 @@ +# odoo + +All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [odoo](https://truecharts.org/docs/charts/stable/odoo) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `odoo` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install odoo TrueCharts/odoo +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `odoo` deployment + +```console +helm uninstall odoo +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install odoo \ + --set env.TZ="America/New York" \ + TrueCharts/odoo +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install odoo TrueCharts/odoo -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/odoo/8.0.54/app-readme.md b/stable/odoo/8.0.55/app-readme.md similarity index 100% rename from stable/odoo/8.0.54/app-readme.md rename to stable/odoo/8.0.55/app-readme.md diff --git a/stable/odoo/8.0.55/charts/common-10.7.1.tgz b/stable/odoo/8.0.55/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/odoo/8.0.55/charts/common-10.7.1.tgz differ diff --git a/stable/odoo/8.0.55/charts/postgresql-8.0.101.tgz b/stable/odoo/8.0.55/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/odoo/8.0.55/charts/postgresql-8.0.101.tgz differ diff --git a/stable/odoo/8.0.54/ix_values.yaml b/stable/odoo/8.0.55/ix_values.yaml similarity index 100% rename from stable/odoo/8.0.54/ix_values.yaml rename to stable/odoo/8.0.55/ix_values.yaml diff --git a/stable/odoo/8.0.54/questions.yaml b/stable/odoo/8.0.55/questions.yaml similarity index 100% rename from stable/odoo/8.0.54/questions.yaml rename to stable/odoo/8.0.55/questions.yaml diff --git a/stable/pwndrop/2.0.35/templates/common.yaml b/stable/odoo/8.0.55/templates/common.yaml similarity index 100% rename from stable/pwndrop/2.0.35/templates/common.yaml rename to stable/odoo/8.0.55/templates/common.yaml diff --git a/stable/pixapop/3.0.35/values.yaml b/stable/odoo/8.0.55/values.yaml similarity index 100% rename from stable/pixapop/3.0.35/values.yaml rename to stable/odoo/8.0.55/values.yaml diff --git a/stable/omada-controller/6.2.0/CHANGELOG.md b/stable/omada-controller/6.2.0/CHANGELOG.md deleted file mode 100644 index febb6ef66fb..00000000000 --- a/stable/omada-controller/6.2.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [omada-controller-6.2.0](https://github.com/truecharts/charts/compare/omada-controller-6.1.1...omada-controller-6.2.0) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Switch internal https port to 443, to stop redirection to 8043 on ingress ([#4107](https://github.com/truecharts/charts/issues/4107)) - - - - -## [omada-controller-6.1.1](https://github.com/truecharts/charts/compare/omada-controller-6.1.0...omada-controller-6.1.1) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [omada-controller-6.1.0](https://github.com/truecharts/charts/compare/omada-controller-6.0.70...omada-controller-6.1.0) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- Add additional ENV VARS ([#4080](https://github.com/truecharts/charts/issues/4080)) - - - - -## [omada-controller-6.0.70](https://github.com/truecharts/charts/compare/omada-controller-6.0.69...omada-controller-6.0.70) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [omada-controller-6.0.70](https://github.com/truecharts/charts/compare/omada-controller-6.0.69...omada-controller-6.0.70) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [omada-controller-6.0.69](https://github.com/truecharts/charts/compare/omada-controller-6.0.68...omada-controller-6.0.69) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [omada-controller-6.0.68](https://github.com/truecharts/charts/compare/omada-controller-6.0.67...omada-controller-6.0.68) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - add ingress for portal ([#3944](https://github.com/truecharts/charts/issues/3944)) - - - - -## [omada-controller-6.0.67](https://github.com/truecharts/charts/compare/omada-controller-6.0.66...omada-controller-6.0.67) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [omada-controller-6.0.66](https://github.com/truecharts/charts/compare/omada-controller-6.0.65...omada-controller-6.0.66) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - diff --git a/stable/omada-controller/6.2.0/Chart.lock b/stable/omada-controller/6.2.0/Chart.lock deleted file mode 100644 index bfced7f392f..00000000000 --- a/stable/omada-controller/6.2.0/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T00:44:24.925058203Z" diff --git a/stable/omada-controller/6.2.0/Chart.yaml b/stable/omada-controller/6.2.0/Chart.yaml deleted file mode 100644 index 24e47a2c555..00000000000 --- a/stable/omada-controller/6.2.0/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "5.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Omada is a SDN tool for TP-Link Omada hardware -home: https://truecharts.org/docs/charts/stable/omada-controller -icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png -keywords: - - omada-controller -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: omada-controller -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - - https://github.com/mbentley/docker-omada-controller -version: 6.2.0 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/omada-controller/6.2.0/README.md b/stable/omada-controller/6.2.0/README.md deleted file mode 100644 index ab3b6fe8339..00000000000 --- a/stable/omada-controller/6.2.0/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# omada-controller - -Omada is a SDN tool for TP-Link Omada hardware - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [omada-controller](https://truecharts.org/docs/charts/stable/omada-controller) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `omada-controller` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install omada-controller TrueCharts/omada-controller -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `omada-controller` deployment - -```console -helm uninstall omada-controller -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install omada-controller \ - --set env.TZ="America/New York" \ - TrueCharts/omada-controller -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install omada-controller TrueCharts/omada-controller -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/omada-controller/6.2.0/charts/common-10.7.0.tgz b/stable/omada-controller/6.2.0/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/omada-controller/6.2.0/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/omada-controller/6.2.1/CHANGELOG.md b/stable/omada-controller/6.2.1/CHANGELOG.md new file mode 100644 index 00000000000..c0ee4d02423 --- /dev/null +++ b/stable/omada-controller/6.2.1/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [omada-controller-6.2.1](https://github.com/truecharts/charts/compare/omada-controller-6.2.0...omada-controller-6.2.1) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [omada-controller-6.2.0](https://github.com/truecharts/charts/compare/omada-controller-6.1.1...omada-controller-6.2.0) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- Switch internal https port to 443, to stop redirection to 8043 on ingress ([#4107](https://github.com/truecharts/charts/issues/4107)) + + + + +## [omada-controller-6.1.1](https://github.com/truecharts/charts/compare/omada-controller-6.1.0...omada-controller-6.1.1) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [omada-controller-6.1.0](https://github.com/truecharts/charts/compare/omada-controller-6.0.70...omada-controller-6.1.0) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Add additional ENV VARS ([#4080](https://github.com/truecharts/charts/issues/4080)) + + + + +## [omada-controller-6.0.70](https://github.com/truecharts/charts/compare/omada-controller-6.0.69...omada-controller-6.0.70) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [omada-controller-6.0.70](https://github.com/truecharts/charts/compare/omada-controller-6.0.69...omada-controller-6.0.70) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [omada-controller-6.0.69](https://github.com/truecharts/charts/compare/omada-controller-6.0.68...omada-controller-6.0.69) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [omada-controller-6.0.68](https://github.com/truecharts/charts/compare/omada-controller-6.0.67...omada-controller-6.0.68) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - add ingress for portal ([#3944](https://github.com/truecharts/charts/issues/3944)) + + + + +## [omada-controller-6.0.67](https://github.com/truecharts/charts/compare/omada-controller-6.0.66...omada-controller-6.0.67) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + diff --git a/stable/omada-controller/6.2.1/Chart.lock b/stable/omada-controller/6.2.1/Chart.lock new file mode 100644 index 00000000000..62c07674f1d --- /dev/null +++ b/stable/omada-controller/6.2.1/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:31:26.307747024Z" diff --git a/stable/omada-controller/6.2.1/Chart.yaml b/stable/omada-controller/6.2.1/Chart.yaml new file mode 100644 index 00000000000..6daa5e16a70 --- /dev/null +++ b/stable/omada-controller/6.2.1/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "5.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Omada is a SDN tool for TP-Link Omada hardware +home: https://truecharts.org/docs/charts/stable/omada-controller +icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png +keywords: + - omada-controller +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: omada-controller +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller + - https://github.com/mbentley/docker-omada-controller +version: 6.2.1 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/omada-controller/6.2.1/README.md b/stable/omada-controller/6.2.1/README.md new file mode 100644 index 00000000000..aee274937b5 --- /dev/null +++ b/stable/omada-controller/6.2.1/README.md @@ -0,0 +1,106 @@ +# omada-controller + +Omada is a SDN tool for TP-Link Omada hardware + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [omada-controller](https://truecharts.org/docs/charts/stable/omada-controller) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `omada-controller` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install omada-controller TrueCharts/omada-controller +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `omada-controller` deployment + +```console +helm uninstall omada-controller +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install omada-controller \ + --set env.TZ="America/New York" \ + TrueCharts/omada-controller +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install omada-controller TrueCharts/omada-controller -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/omada-controller/6.2.0/app-readme.md b/stable/omada-controller/6.2.1/app-readme.md similarity index 100% rename from stable/omada-controller/6.2.0/app-readme.md rename to stable/omada-controller/6.2.1/app-readme.md diff --git a/stable/omada-controller/6.2.1/charts/common-10.7.1.tgz b/stable/omada-controller/6.2.1/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/omada-controller/6.2.1/charts/common-10.7.1.tgz differ diff --git a/stable/omada-controller/6.2.0/ix_values.yaml b/stable/omada-controller/6.2.1/ix_values.yaml similarity index 100% rename from stable/omada-controller/6.2.0/ix_values.yaml rename to stable/omada-controller/6.2.1/ix_values.yaml diff --git a/stable/omada-controller/6.2.0/questions.yaml b/stable/omada-controller/6.2.1/questions.yaml similarity index 100% rename from stable/omada-controller/6.2.0/questions.yaml rename to stable/omada-controller/6.2.1/questions.yaml diff --git a/stable/pyload/6.0.36/templates/common.yaml b/stable/omada-controller/6.2.1/templates/common.yaml similarity index 100% rename from stable/pyload/6.0.36/templates/common.yaml rename to stable/omada-controller/6.2.1/templates/common.yaml diff --git a/stable/plaxt/1.0.7/values.yaml b/stable/omada-controller/6.2.1/values.yaml similarity index 100% rename from stable/plaxt/1.0.7/values.yaml rename to stable/omada-controller/6.2.1/values.yaml diff --git a/stable/ombi/11.0.50/CHANGELOG.md b/stable/ombi/11.0.50/CHANGELOG.md new file mode 100644 index 00000000000..40cb64c826b --- /dev/null +++ b/stable/ombi/11.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ombi-11.0.50](https://github.com/truecharts/charts/compare/ombi-11.0.49...ombi-11.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ombi-11.0.49](https://github.com/truecharts/charts/compare/ombi-11.0.48...ombi-11.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ombi-11.0.48](https://github.com/truecharts/charts/compare/ombi-11.0.46...ombi-11.0.48) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [ombi-11.0.47](https://github.com/truecharts/charts/compare/ombi-11.0.46...ombi-11.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ombi-11.0.46](https://github.com/truecharts/charts/compare/ombi-11.0.45...ombi-11.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [ombi-11.0.45](https://github.com/truecharts/charts/compare/ombi-11.0.44...ombi-11.0.45) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [ombi-11.0.44](https://github.com/truecharts/charts/compare/ombi-11.0.43...ombi-11.0.44) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ombi-11.0.43](https://github.com/truecharts/charts/compare/ombi-11.0.42...ombi-11.0.43) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [ombi-11.0.42](https://github.com/truecharts/charts/compare/ombi-11.0.41...ombi-11.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + diff --git a/stable/ombi/11.0.50/Chart.lock b/stable/ombi/11.0.50/Chart.lock new file mode 100644 index 00000000000..95600c66e8b --- /dev/null +++ b/stable/ombi/11.0.50/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:31:31.920060313Z" diff --git a/stable/ombi/11.0.50/Chart.yaml b/stable/ombi/11.0.50/Chart.yaml new file mode 100644 index 00000000000..41c4425f828 --- /dev/null +++ b/stable/ombi/11.0.50/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "4.28.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Want a Movie or TV Show on Plex or Emby? Use Ombi! +home: https://truecharts.org/docs/charts/stable/ombi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.png +keywords: + - ombi + - plex + - emby + - sonarr + - radarr + - couchpotato +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ombi +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ombi + - https://github.com/tidusjar/Ombi +type: application +version: 11.0.50 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ombi/11.0.50/README.md b/stable/ombi/11.0.50/README.md new file mode 100644 index 00000000000..51cd155fd4b --- /dev/null +++ b/stable/ombi/11.0.50/README.md @@ -0,0 +1,106 @@ +# ombi + +Want a Movie or TV Show on Plex or Emby? Use Ombi! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ombi](https://truecharts.org/docs/charts/stable/ombi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ombi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ombi TrueCharts/ombi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ombi` deployment + +```console +helm uninstall ombi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ombi \ + --set env.TZ="America/New York" \ + TrueCharts/ombi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ombi TrueCharts/ombi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ombi/11.0.50/app-readme.md b/stable/ombi/11.0.50/app-readme.md new file mode 100644 index 00000000000..1b0187dcdfa --- /dev/null +++ b/stable/ombi/11.0.50/app-readme.md @@ -0,0 +1,8 @@ +Want a Movie or TV Show on Plex or Emby? Use Ombi! + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/ombi](https://truecharts.org/docs/charts/stable/ombi) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/ombi/11.0.50/charts/common-10.7.1.tgz b/stable/ombi/11.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ombi/11.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/ombi/11.0.50/ix_values.yaml b/stable/ombi/11.0.50/ix_values.yaml new file mode 100644 index 00000000000..fd960b67c31 --- /dev/null +++ b/stable/ombi/11.0.50/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: tccr.io/truecharts/ombi + pullPolicy: IfNotPresent + tag: 4.28.0@sha256:d49e5fd41b7cf1f6f8e46b698dc9e8bbddd2b1c8da0746c0e31667eef3406f7b + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 3579 + targetPort: 3579 + +persistence: + config: + enabled: true + mountPath: "/config" + +# Enabled mariadb +# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/mariadb +mariadb: + enabled: false + architecture: standalone + auth: + database: ombi + username: ombi + password: ombi + primary: + persistence: + enabled: false + +portal: + enabled: true diff --git a/stable/ombi/11.0.50/questions.yaml b/stable/ombi/11.0.50/questions.yaml new file mode 100644 index 00000000000..ea286ec70ab --- /dev/null +++ b/stable/ombi/11.0.50/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3579 + 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 + hidden: true + 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: 3579 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/pylon/2.0.35/templates/common.yaml b/stable/ombi/11.0.50/templates/common.yaml similarity index 100% rename from stable/pylon/2.0.35/templates/common.yaml rename to stable/ombi/11.0.50/templates/common.yaml diff --git a/stable/plex-auto-languages/1.0.10/values.yaml b/stable/ombi/11.0.50/values.yaml similarity index 100% rename from stable/plex-auto-languages/1.0.10/values.yaml rename to stable/ombi/11.0.50/values.yaml diff --git a/stable/onlyoffice-document-server/6.0.44/CHANGELOG.md b/stable/onlyoffice-document-server/6.0.44/CHANGELOG.md deleted file mode 100644 index 12938916895..00000000000 --- a/stable/onlyoffice-document-server/6.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [onlyoffice-document-server-6.0.44](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.43...onlyoffice-document-server-6.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [onlyoffice-document-server-6.0.43](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.42...onlyoffice-document-server-6.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [onlyoffice-document-server-6.0.43](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.42...onlyoffice-document-server-6.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [onlyoffice-document-server-6.0.42](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.41...onlyoffice-document-server-6.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [onlyoffice-document-server-6.0.40](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.39...onlyoffice-document-server-6.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [onlyoffice-document-server-6.0.39](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.38...onlyoffice-document-server-6.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [onlyoffice-document-server-6.0.38](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.37...onlyoffice-document-server-6.0.38) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [onlyoffice-document-server-6.0.37](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.36...onlyoffice-document-server-6.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [onlyoffice-document-server-6.0.37](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.36...onlyoffice-document-server-6.0.37) (2022-09-21) diff --git a/stable/onlyoffice-document-server/6.0.44/Chart.lock b/stable/onlyoffice-document-server/6.0.44/Chart.lock deleted file mode 100644 index 077b795ba42..00000000000 --- a/stable/onlyoffice-document-server/6.0.44/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:46:15.057573935Z" diff --git a/stable/onlyoffice-document-server/6.0.44/Chart.yaml b/stable/onlyoffice-document-server/6.0.44/Chart.yaml deleted file mode 100644 index f4160029444..00000000000 --- a/stable/onlyoffice-document-server/6.0.44/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: v2 -appVersion: "7.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -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 time." -home: https://truecharts.org/docs/charts/stable/onlyoffice-document-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png -keywords: - - onlyoffice -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: onlyoffice-document-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server - - https://github.com/ONLYOFFICE/DocumentServer - - https://github.com/ONLYOFFICE/Docker-DocumentServer - - https://hub.docker.com/r/onlyoffice/documentserver/ -version: 6.0.44 -annotations: - truecharts.org/catagories: | - - office - - documents - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/onlyoffice-document-server/6.0.44/README.md b/stable/onlyoffice-document-server/6.0.44/README.md deleted file mode 100644 index 08d571359a2..00000000000 --- a/stable/onlyoffice-document-server/6.0.44/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# onlyoffice-document-server - -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 time. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [onlyoffice-document-server](https://truecharts.org/docs/charts/stable/onlyoffice-document-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `onlyoffice-document-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `onlyoffice-document-server` deployment - -```console -helm uninstall onlyoffice-document-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install onlyoffice-document-server \ - --set env.TZ="America/New York" \ - TrueCharts/onlyoffice-document-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/onlyoffice-document-server/6.0.44/charts/common-10.7.0.tgz b/stable/onlyoffice-document-server/6.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/onlyoffice-document-server/6.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/6.0.44/charts/postgresql-8.0.97.tgz b/stable/onlyoffice-document-server/6.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/onlyoffice-document-server/6.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/6.0.44/charts/redis-3.0.94.tgz b/stable/onlyoffice-document-server/6.0.44/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/onlyoffice-document-server/6.0.44/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/6.0.45/CHANGELOG.md b/stable/onlyoffice-document-server/6.0.45/CHANGELOG.md new file mode 100644 index 00000000000..7931d80c791 --- /dev/null +++ b/stable/onlyoffice-document-server/6.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [onlyoffice-document-server-6.0.45](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.44...onlyoffice-document-server-6.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [onlyoffice-document-server-6.0.44](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.43...onlyoffice-document-server-6.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [onlyoffice-document-server-6.0.43](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.42...onlyoffice-document-server-6.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [onlyoffice-document-server-6.0.43](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.42...onlyoffice-document-server-6.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [onlyoffice-document-server-6.0.42](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.41...onlyoffice-document-server-6.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [onlyoffice-document-server-6.0.40](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.39...onlyoffice-document-server-6.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [onlyoffice-document-server-6.0.39](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.38...onlyoffice-document-server-6.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [onlyoffice-document-server-6.0.38](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.37...onlyoffice-document-server-6.0.38) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [onlyoffice-document-server-6.0.37](https://github.com/truecharts/charts/compare/onlyoffice-document-server-6.0.36...onlyoffice-document-server-6.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/onlyoffice-document-server/6.0.45/Chart.lock b/stable/onlyoffice-document-server/6.0.45/Chart.lock new file mode 100644 index 00000000000..f7dc063ef02 --- /dev/null +++ b/stable/onlyoffice-document-server/6.0.45/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:32:11.404410001Z" diff --git a/stable/onlyoffice-document-server/6.0.45/Chart.yaml b/stable/onlyoffice-document-server/6.0.45/Chart.yaml new file mode 100644 index 00000000000..2a3be437ff1 --- /dev/null +++ b/stable/onlyoffice-document-server/6.0.45/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: "7.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +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 time." +home: https://truecharts.org/docs/charts/stable/onlyoffice-document-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png +keywords: + - onlyoffice +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: onlyoffice-document-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/onlyoffice-document-server + - https://github.com/ONLYOFFICE/DocumentServer + - https://github.com/ONLYOFFICE/Docker-DocumentServer + - https://hub.docker.com/r/onlyoffice/documentserver/ +version: 6.0.45 +annotations: + truecharts.org/catagories: | + - office + - documents + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/onlyoffice-document-server/6.0.45/README.md b/stable/onlyoffice-document-server/6.0.45/README.md new file mode 100644 index 00000000000..ac57e91dded --- /dev/null +++ b/stable/onlyoffice-document-server/6.0.45/README.md @@ -0,0 +1,110 @@ +# onlyoffice-document-server + +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 time. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [onlyoffice-document-server](https://truecharts.org/docs/charts/stable/onlyoffice-document-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `onlyoffice-document-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `onlyoffice-document-server` deployment + +```console +helm uninstall onlyoffice-document-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install onlyoffice-document-server \ + --set env.TZ="America/New York" \ + TrueCharts/onlyoffice-document-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install onlyoffice-document-server TrueCharts/onlyoffice-document-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/onlyoffice-document-server/6.0.44/app-readme.md b/stable/onlyoffice-document-server/6.0.45/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/6.0.44/app-readme.md rename to stable/onlyoffice-document-server/6.0.45/app-readme.md diff --git a/stable/onlyoffice-document-server/6.0.45/charts/common-10.7.1.tgz b/stable/onlyoffice-document-server/6.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/onlyoffice-document-server/6.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/onlyoffice-document-server/6.0.45/charts/postgresql-8.0.101.tgz b/stable/onlyoffice-document-server/6.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/onlyoffice-document-server/6.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/stable/onlyoffice-document-server/6.0.45/charts/redis-3.0.97.tgz b/stable/onlyoffice-document-server/6.0.45/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/onlyoffice-document-server/6.0.45/charts/redis-3.0.97.tgz differ diff --git a/stable/onlyoffice-document-server/6.0.44/ix_values.yaml b/stable/onlyoffice-document-server/6.0.45/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/6.0.44/ix_values.yaml rename to stable/onlyoffice-document-server/6.0.45/ix_values.yaml diff --git a/stable/onlyoffice-document-server/6.0.44/questions.yaml b/stable/onlyoffice-document-server/6.0.45/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/6.0.44/questions.yaml rename to stable/onlyoffice-document-server/6.0.45/questions.yaml diff --git a/stable/qdirstat/1.0.15/templates/common.yaml b/stable/onlyoffice-document-server/6.0.45/templates/common.yaml similarity index 100% rename from stable/qdirstat/1.0.15/templates/common.yaml rename to stable/onlyoffice-document-server/6.0.45/templates/common.yaml diff --git a/stable/plex-utills/1.0.7/values.yaml b/stable/onlyoffice-document-server/6.0.45/values.yaml similarity index 100% rename from stable/plex-utills/1.0.7/values.yaml rename to stable/onlyoffice-document-server/6.0.45/values.yaml diff --git a/stable/openhab/2.0.38/CHANGELOG.md b/stable/openhab/2.0.38/CHANGELOG.md deleted file mode 100644 index 843342d8c3a..00000000000 --- a/stable/openhab/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openhab-2.0.38](https://github.com/truecharts/charts/compare/openhab-2.0.37...openhab-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openhab-2.0.37](https://github.com/truecharts/charts/compare/openhab-2.0.36...openhab-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openhab-2.0.37](https://github.com/truecharts/charts/compare/openhab-2.0.36...openhab-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openhab-2.0.36](https://github.com/truecharts/charts/compare/openhab-2.0.35...openhab-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openhab-2.0.35](https://github.com/truecharts/charts/compare/openhab-2.0.34...openhab-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openhab-2.0.34](https://github.com/truecharts/charts/compare/openhab-2.0.33...openhab-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openhab-2.0.33](https://github.com/truecharts/charts/compare/openhab-2.0.32...openhab-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openhab-2.0.33](https://github.com/truecharts/charts/compare/openhab-2.0.32...openhab-2.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/openhab/2.0.38/Chart.lock b/stable/openhab/2.0.38/Chart.lock deleted file mode 100644 index 8df470d6afd..00000000000 --- a/stable/openhab/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:46:04.062840109Z" diff --git a/stable/openhab/2.0.38/Chart.yaml b/stable/openhab/2.0.38/Chart.yaml deleted file mode 100644 index 8ac1fa1e0a2..00000000000 --- a/stable/openhab/2.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: OpenHab is a home-automation application -home: https://truecharts.org/docs/charts/stable/openhab -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png -keywords: - - openhab -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openhab -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openhab - - https://hub.docker.com/r/openhab/openhab -type: application -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - - test - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/openhab/2.0.38/README.md b/stable/openhab/2.0.38/README.md deleted file mode 100644 index 305a95c1ba1..00000000000 --- a/stable/openhab/2.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# openhab - -OpenHab is a home-automation application - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openhab](https://truecharts.org/docs/charts/stable/openhab) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openhab` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openhab TrueCharts/openhab -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openhab` deployment - -```console -helm uninstall openhab -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openhab \ - --set env.TZ="America/New York" \ - TrueCharts/openhab -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openhab TrueCharts/openhab -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/openhab/2.0.38/charts/common-10.7.0.tgz b/stable/openhab/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/openhab/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/openhab/2.0.39/CHANGELOG.md b/stable/openhab/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..527508113c9 --- /dev/null +++ b/stable/openhab/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openhab-2.0.39](https://github.com/truecharts/charts/compare/openhab-2.0.38...openhab-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openhab-2.0.38](https://github.com/truecharts/charts/compare/openhab-2.0.37...openhab-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openhab-2.0.37](https://github.com/truecharts/charts/compare/openhab-2.0.36...openhab-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openhab-2.0.37](https://github.com/truecharts/charts/compare/openhab-2.0.36...openhab-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openhab-2.0.36](https://github.com/truecharts/charts/compare/openhab-2.0.35...openhab-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openhab-2.0.35](https://github.com/truecharts/charts/compare/openhab-2.0.34...openhab-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openhab-2.0.34](https://github.com/truecharts/charts/compare/openhab-2.0.33...openhab-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openhab-2.0.33](https://github.com/truecharts/charts/compare/openhab-2.0.32...openhab-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/openhab/2.0.39/Chart.lock b/stable/openhab/2.0.39/Chart.lock new file mode 100644 index 00000000000..8271b204c88 --- /dev/null +++ b/stable/openhab/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:31:57.216234605Z" diff --git a/stable/openhab/2.0.39/Chart.yaml b/stable/openhab/2.0.39/Chart.yaml new file mode 100644 index 00000000000..a425db8ba5a --- /dev/null +++ b/stable/openhab/2.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "3.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: OpenHab is a home-automation application +home: https://truecharts.org/docs/charts/stable/openhab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.png +keywords: + - openhab +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openhab +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openhab + - https://hub.docker.com/r/openhab/openhab +type: application +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + - test + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/openhab/2.0.39/README.md b/stable/openhab/2.0.39/README.md new file mode 100644 index 00000000000..ff8bf31f915 --- /dev/null +++ b/stable/openhab/2.0.39/README.md @@ -0,0 +1,106 @@ +# openhab + +OpenHab is a home-automation application + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openhab](https://truecharts.org/docs/charts/stable/openhab) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openhab` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openhab TrueCharts/openhab +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openhab` deployment + +```console +helm uninstall openhab +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openhab \ + --set env.TZ="America/New York" \ + TrueCharts/openhab +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openhab TrueCharts/openhab -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/openhab/2.0.38/app-readme.md b/stable/openhab/2.0.39/app-readme.md similarity index 100% rename from stable/openhab/2.0.38/app-readme.md rename to stable/openhab/2.0.39/app-readme.md diff --git a/stable/openhab/2.0.39/charts/common-10.7.1.tgz b/stable/openhab/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/openhab/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/openhab/2.0.38/ix_values.yaml b/stable/openhab/2.0.39/ix_values.yaml similarity index 100% rename from stable/openhab/2.0.38/ix_values.yaml rename to stable/openhab/2.0.39/ix_values.yaml diff --git a/stable/openhab/2.0.38/questions.yaml b/stable/openhab/2.0.39/questions.yaml similarity index 100% rename from stable/openhab/2.0.38/questions.yaml rename to stable/openhab/2.0.39/questions.yaml diff --git a/stable/zigbee2mqtt/4.0.40/templates/common.yaml b/stable/openhab/2.0.39/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/4.0.40/templates/common.yaml rename to stable/openhab/2.0.39/templates/common.yaml diff --git a/stable/portainer-ce/1.0.4/values.yaml b/stable/openhab/2.0.39/values.yaml similarity index 100% rename from stable/portainer-ce/1.0.4/values.yaml rename to stable/openhab/2.0.39/values.yaml diff --git a/stable/openkm/7.0.45/CHANGELOG.md b/stable/openkm/7.0.45/CHANGELOG.md deleted file mode 100644 index 7f0b18860dc..00000000000 --- a/stable/openkm/7.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openkm-7.0.45](https://github.com/truecharts/charts/compare/openkm-7.0.44...openkm-7.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openkm-7.0.44](https://github.com/truecharts/charts/compare/openkm-7.0.43...openkm-7.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openkm-7.0.44](https://github.com/truecharts/charts/compare/openkm-7.0.43...openkm-7.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openkm-7.0.43](https://github.com/truecharts/charts/compare/openkm-7.0.42...openkm-7.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openkm-7.0.41](https://github.com/truecharts/charts/compare/openkm-7.0.40...openkm-7.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openkm-7.0.40](https://github.com/truecharts/charts/compare/openkm-7.0.39...openkm-7.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openkm-7.0.39](https://github.com/truecharts/charts/compare/openkm-7.0.37...openkm-7.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openkm-7.0.39](https://github.com/truecharts/charts/compare/openkm-7.0.37...openkm-7.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/openkm/7.0.45/Chart.lock b/stable/openkm/7.0.45/Chart.lock deleted file mode 100644 index 8f9d47ceaa3..00000000000 --- a/stable/openkm/7.0.45/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:46:19.276833763Z" diff --git a/stable/openkm/7.0.45/Chart.yaml b/stable/openkm/7.0.45/Chart.yaml deleted file mode 100644 index 152e26eb861..00000000000 --- a/stable/openkm/7.0.45/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "6.3.12" -description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. -name: openkm -version: 7.0.45 -kubeVersion: ">=1.16.0-0" -keywords: - - openkm - - documentation management - - docs -home: https://truecharts.org/docs/charts/stable/openkm -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openkm - - https://www.openkm.com/ - - https://github.com/openkm/document-management-system -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/openkm/7.0.45/README.md b/stable/openkm/7.0.45/README.md deleted file mode 100644 index 14f1b56f482..00000000000 --- a/stable/openkm/7.0.45/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# openkm - -OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openkm](https://truecharts.org/docs/charts/stable/openkm) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openkm` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openkm TrueCharts/openkm -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openkm` deployment - -```console -helm uninstall openkm -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openkm \ - --set env.TZ="America/New York" \ - TrueCharts/openkm -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openkm TrueCharts/openkm -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/openkm/7.0.45/charts/common-10.7.0.tgz b/stable/openkm/7.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/openkm/7.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/openkm/7.0.45/charts/postgresql-8.0.97.tgz b/stable/openkm/7.0.45/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/openkm/7.0.45/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/openkm/7.0.46/CHANGELOG.md b/stable/openkm/7.0.46/CHANGELOG.md new file mode 100644 index 00000000000..35665798815 --- /dev/null +++ b/stable/openkm/7.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openkm-7.0.46](https://github.com/truecharts/charts/compare/openkm-7.0.45...openkm-7.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openkm-7.0.45](https://github.com/truecharts/charts/compare/openkm-7.0.44...openkm-7.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openkm-7.0.44](https://github.com/truecharts/charts/compare/openkm-7.0.43...openkm-7.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openkm-7.0.44](https://github.com/truecharts/charts/compare/openkm-7.0.43...openkm-7.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openkm-7.0.43](https://github.com/truecharts/charts/compare/openkm-7.0.42...openkm-7.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openkm-7.0.41](https://github.com/truecharts/charts/compare/openkm-7.0.40...openkm-7.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openkm-7.0.40](https://github.com/truecharts/charts/compare/openkm-7.0.39...openkm-7.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openkm-7.0.39](https://github.com/truecharts/charts/compare/openkm-7.0.37...openkm-7.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/openkm/7.0.46/Chart.lock b/stable/openkm/7.0.46/Chart.lock new file mode 100644 index 00000000000..8b3fa405a21 --- /dev/null +++ b/stable/openkm/7.0.46/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:32:16.610652379Z" diff --git a/stable/openkm/7.0.46/Chart.yaml b/stable/openkm/7.0.46/Chart.yaml new file mode 100644 index 00000000000..837e6c23352 --- /dev/null +++ b/stable/openkm/7.0.46/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "6.3.12" +description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. +name: openkm +version: 7.0.46 +kubeVersion: ">=1.16.0-0" +keywords: + - openkm + - documentation management + - docs +home: https://truecharts.org/docs/charts/stable/openkm +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openkm + - https://www.openkm.com/ + - https://github.com/openkm/document-management-system +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/openkm/7.0.46/README.md b/stable/openkm/7.0.46/README.md new file mode 100644 index 00000000000..1b099307d36 --- /dev/null +++ b/stable/openkm/7.0.46/README.md @@ -0,0 +1,108 @@ +# openkm + +OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openkm](https://truecharts.org/docs/charts/stable/openkm) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openkm` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openkm TrueCharts/openkm +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openkm` deployment + +```console +helm uninstall openkm +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openkm \ + --set env.TZ="America/New York" \ + TrueCharts/openkm +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openkm TrueCharts/openkm -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/openkm/7.0.45/app-readme.md b/stable/openkm/7.0.46/app-readme.md similarity index 100% rename from stable/openkm/7.0.45/app-readme.md rename to stable/openkm/7.0.46/app-readme.md diff --git a/stable/openkm/7.0.46/charts/common-10.7.1.tgz b/stable/openkm/7.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/openkm/7.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/openkm/7.0.46/charts/postgresql-8.0.101.tgz b/stable/openkm/7.0.46/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/openkm/7.0.46/charts/postgresql-8.0.101.tgz differ diff --git a/stable/openkm/7.0.45/ix_values.yaml b/stable/openkm/7.0.46/ix_values.yaml similarity index 100% rename from stable/openkm/7.0.45/ix_values.yaml rename to stable/openkm/7.0.46/ix_values.yaml diff --git a/stable/openkm/7.0.45/questions.yaml b/stable/openkm/7.0.46/questions.yaml similarity index 100% rename from stable/openkm/7.0.45/questions.yaml rename to stable/openkm/7.0.46/questions.yaml diff --git a/stable/openkm/7.0.45/templates/_configmap.tpl b/stable/openkm/7.0.46/templates/_configmap.tpl similarity index 100% rename from stable/openkm/7.0.45/templates/_configmap.tpl rename to stable/openkm/7.0.46/templates/_configmap.tpl diff --git a/stable/openkm/7.0.45/templates/common.yaml b/stable/openkm/7.0.46/templates/common.yaml similarity index 100% rename from stable/openkm/7.0.45/templates/common.yaml rename to stable/openkm/7.0.46/templates/common.yaml diff --git a/stable/posterr/1.0.3/values.yaml b/stable/openkm/7.0.46/values.yaml similarity index 100% rename from stable/posterr/1.0.3/values.yaml rename to stable/openkm/7.0.46/values.yaml diff --git a/stable/openldap/7.0.38/CHANGELOG.md b/stable/openldap/7.0.38/CHANGELOG.md deleted file mode 100644 index e8ca482b414..00000000000 --- a/stable/openldap/7.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openldap-7.0.38](https://github.com/truecharts/charts/compare/openldap-7.0.37...openldap-7.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openldap-7.0.37](https://github.com/truecharts/charts/compare/openldap-7.0.36...openldap-7.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openldap-7.0.37](https://github.com/truecharts/charts/compare/openldap-7.0.36...openldap-7.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openldap-7.0.36](https://github.com/truecharts/charts/compare/openldap-7.0.35...openldap-7.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openldap-7.0.35](https://github.com/truecharts/charts/compare/openldap-7.0.34...openldap-7.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openldap-7.0.34](https://github.com/truecharts/charts/compare/openldap-7.0.33...openldap-7.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openldap-7.0.33](https://github.com/truecharts/charts/compare/openldap-7.0.32...openldap-7.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openldap-7.0.33](https://github.com/truecharts/charts/compare/openldap-7.0.32...openldap-7.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/openldap/7.0.38/Chart.lock b/stable/openldap/7.0.38/Chart.lock deleted file mode 100644 index fd39f9bbef3..00000000000 --- a/stable/openldap/7.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:46:19.696861477Z" diff --git a/stable/openldap/7.0.38/Chart.yaml b/stable/openldap/7.0.38/Chart.yaml deleted file mode 100644 index 8e53a7af174..00000000000 --- a/stable/openldap/7.0.38/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Community developed LDAP software -home: https://truecharts.org/docs/charts/stable/openldap -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png -keywords: - - ldap - - openldap - - iam-stack - - high availability -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openldap -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openldap - - https://github.com/jp-gouin/helm-openldap - - https://github.com/osixia/docker-openldap -type: application -version: 7.0.38 -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/openldap/7.0.38/README.md b/stable/openldap/7.0.38/README.md deleted file mode 100644 index 7e7149ebda0..00000000000 --- a/stable/openldap/7.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# openldap - -Community developed LDAP software - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openldap](https://truecharts.org/docs/charts/stable/openldap) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openldap` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openldap TrueCharts/openldap -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openldap` deployment - -```console -helm uninstall openldap -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openldap \ - --set env.TZ="America/New York" \ - TrueCharts/openldap -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openldap TrueCharts/openldap -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/openldap/7.0.38/charts/common-10.7.0.tgz b/stable/openldap/7.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/openldap/7.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/openldap/7.0.39/CHANGELOG.md b/stable/openldap/7.0.39/CHANGELOG.md new file mode 100644 index 00000000000..b9de8a70475 --- /dev/null +++ b/stable/openldap/7.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openldap-7.0.39](https://github.com/truecharts/charts/compare/openldap-7.0.38...openldap-7.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openldap-7.0.38](https://github.com/truecharts/charts/compare/openldap-7.0.37...openldap-7.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openldap-7.0.37](https://github.com/truecharts/charts/compare/openldap-7.0.36...openldap-7.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openldap-7.0.37](https://github.com/truecharts/charts/compare/openldap-7.0.36...openldap-7.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openldap-7.0.36](https://github.com/truecharts/charts/compare/openldap-7.0.35...openldap-7.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openldap-7.0.35](https://github.com/truecharts/charts/compare/openldap-7.0.34...openldap-7.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openldap-7.0.34](https://github.com/truecharts/charts/compare/openldap-7.0.33...openldap-7.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openldap-7.0.33](https://github.com/truecharts/charts/compare/openldap-7.0.32...openldap-7.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/openldap/7.0.39/Chart.lock b/stable/openldap/7.0.39/Chart.lock new file mode 100644 index 00000000000..9249189f709 --- /dev/null +++ b/stable/openldap/7.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:32:20.328575468Z" diff --git a/stable/openldap/7.0.39/Chart.yaml b/stable/openldap/7.0.39/Chart.yaml new file mode 100644 index 00000000000..b8caa0f6d06 --- /dev/null +++ b/stable/openldap/7.0.39/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.5.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Community developed LDAP software +home: https://truecharts.org/docs/charts/stable/openldap +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openldap.png +keywords: + - ldap + - openldap + - iam-stack + - high availability +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openldap +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openldap + - https://github.com/jp-gouin/helm-openldap + - https://github.com/osixia/docker-openldap +type: application +version: 7.0.39 +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/openldap/7.0.39/README.md b/stable/openldap/7.0.39/README.md new file mode 100644 index 00000000000..9f3dee654c3 --- /dev/null +++ b/stable/openldap/7.0.39/README.md @@ -0,0 +1,107 @@ +# openldap + +Community developed LDAP software + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openldap](https://truecharts.org/docs/charts/stable/openldap) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openldap` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openldap TrueCharts/openldap +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openldap` deployment + +```console +helm uninstall openldap +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openldap \ + --set env.TZ="America/New York" \ + TrueCharts/openldap +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openldap TrueCharts/openldap -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/openldap/7.0.38/app-readme.md b/stable/openldap/7.0.39/app-readme.md similarity index 100% rename from stable/openldap/7.0.38/app-readme.md rename to stable/openldap/7.0.39/app-readme.md diff --git a/stable/openldap/7.0.39/charts/common-10.7.1.tgz b/stable/openldap/7.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/openldap/7.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/openldap/7.0.38/ix_values.yaml b/stable/openldap/7.0.39/ix_values.yaml similarity index 100% rename from stable/openldap/7.0.38/ix_values.yaml rename to stable/openldap/7.0.39/ix_values.yaml diff --git a/stable/openldap/7.0.38/questions.yaml b/stable/openldap/7.0.39/questions.yaml similarity index 100% rename from stable/openldap/7.0.38/questions.yaml rename to stable/openldap/7.0.39/questions.yaml diff --git a/stable/openldap/7.0.38/templates/_configmap.tpl b/stable/openldap/7.0.39/templates/_configmap.tpl similarity index 100% rename from stable/openldap/7.0.38/templates/_configmap.tpl rename to stable/openldap/7.0.39/templates/_configmap.tpl diff --git a/stable/openldap/7.0.38/templates/common.yaml b/stable/openldap/7.0.39/templates/common.yaml similarity index 100% rename from stable/openldap/7.0.38/templates/common.yaml rename to stable/openldap/7.0.39/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/6.0.38/values.yaml b/stable/openldap/7.0.39/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/6.0.38/values.yaml rename to stable/openldap/7.0.39/values.yaml diff --git a/stable/openspeedtest/1.0.38/CHANGELOG.md b/stable/openspeedtest/1.0.38/CHANGELOG.md deleted file mode 100644 index 7d4e1b8496d..00000000000 --- a/stable/openspeedtest/1.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openspeedtest-1.0.38](https://github.com/truecharts/charts/compare/openspeedtest-1.0.37...openspeedtest-1.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openspeedtest-1.0.37](https://github.com/truecharts/charts/compare/openspeedtest-1.0.36...openspeedtest-1.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openspeedtest-1.0.37](https://github.com/truecharts/charts/compare/openspeedtest-1.0.36...openspeedtest-1.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openspeedtest-1.0.36](https://github.com/truecharts/charts/compare/openspeedtest-1.0.35...openspeedtest-1.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openspeedtest-1.0.35](https://github.com/truecharts/charts/compare/openspeedtest-1.0.34...openspeedtest-1.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openspeedtest-1.0.34](https://github.com/truecharts/charts/compare/openspeedtest-1.0.33...openspeedtest-1.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openspeedtest-1.0.33](https://github.com/truecharts/charts/compare/openspeedtest-1.0.31...openspeedtest-1.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [openspeedtest-1.0.33](https://github.com/truecharts/charts/compare/openspeedtest-1.0.31...openspeedtest-1.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/openspeedtest/1.0.38/Chart.lock b/stable/openspeedtest/1.0.38/Chart.lock deleted file mode 100644 index 75b100cc061..00000000000 --- a/stable/openspeedtest/1.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:46:32.956638899Z" diff --git a/stable/openspeedtest/1.0.38/Chart.yaml b/stable/openspeedtest/1.0.38/Chart.yaml deleted file mode 100644 index e6a00f90b38..00000000000 --- a/stable/openspeedtest/1.0.38/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. -home: https://truecharts.org/docs/charts/stable/openspeedtest -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png -keywords: - - speedtest - - speed test - - openspeedtest -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: openspeedtest -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest - - https://github.com/openspeedtest/Speed-Test -type: application -version: 1.0.38 -annotations: - truecharts.org/catagories: | - - utilities - - test - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/openspeedtest/1.0.38/README.md b/stable/openspeedtest/1.0.38/README.md deleted file mode 100644 index be83751a52e..00000000000 --- a/stable/openspeedtest/1.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# openspeedtest - -HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openspeedtest](https://truecharts.org/docs/charts/stable/openspeedtest) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openspeedtest` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openspeedtest TrueCharts/openspeedtest -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openspeedtest` deployment - -```console -helm uninstall openspeedtest -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openspeedtest \ - --set env.TZ="America/New York" \ - TrueCharts/openspeedtest -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openspeedtest TrueCharts/openspeedtest -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/openspeedtest/1.0.38/charts/common-10.7.0.tgz b/stable/openspeedtest/1.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/openspeedtest/1.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/openspeedtest/1.0.39/CHANGELOG.md b/stable/openspeedtest/1.0.39/CHANGELOG.md new file mode 100644 index 00000000000..ad46af57dc7 --- /dev/null +++ b/stable/openspeedtest/1.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openspeedtest-1.0.39](https://github.com/truecharts/charts/compare/openspeedtest-1.0.38...openspeedtest-1.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openspeedtest-1.0.38](https://github.com/truecharts/charts/compare/openspeedtest-1.0.37...openspeedtest-1.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openspeedtest-1.0.37](https://github.com/truecharts/charts/compare/openspeedtest-1.0.36...openspeedtest-1.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openspeedtest-1.0.37](https://github.com/truecharts/charts/compare/openspeedtest-1.0.36...openspeedtest-1.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openspeedtest-1.0.36](https://github.com/truecharts/charts/compare/openspeedtest-1.0.35...openspeedtest-1.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openspeedtest-1.0.35](https://github.com/truecharts/charts/compare/openspeedtest-1.0.34...openspeedtest-1.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openspeedtest-1.0.34](https://github.com/truecharts/charts/compare/openspeedtest-1.0.33...openspeedtest-1.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openspeedtest-1.0.33](https://github.com/truecharts/charts/compare/openspeedtest-1.0.31...openspeedtest-1.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/openspeedtest/1.0.39/Chart.lock b/stable/openspeedtest/1.0.39/Chart.lock new file mode 100644 index 00000000000..53cc1d14cdd --- /dev/null +++ b/stable/openspeedtest/1.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:32:28.092132397Z" diff --git a/stable/openspeedtest/1.0.39/Chart.yaml b/stable/openspeedtest/1.0.39/Chart.yaml new file mode 100644 index 00000000000..e5095a74c64 --- /dev/null +++ b/stable/openspeedtest/1.0.39/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. +home: https://truecharts.org/docs/charts/stable/openspeedtest +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.png +keywords: + - speedtest + - speed test + - openspeedtest +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: openspeedtest +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest + - https://github.com/openspeedtest/Speed-Test +type: application +version: 1.0.39 +annotations: + truecharts.org/catagories: | + - utilities + - test + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/openspeedtest/1.0.39/README.md b/stable/openspeedtest/1.0.39/README.md new file mode 100644 index 00000000000..46a1e8c7b3d --- /dev/null +++ b/stable/openspeedtest/1.0.39/README.md @@ -0,0 +1,106 @@ +# openspeedtest + +HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openspeedtest](https://truecharts.org/docs/charts/stable/openspeedtest) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openspeedtest` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openspeedtest TrueCharts/openspeedtest +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openspeedtest` deployment + +```console +helm uninstall openspeedtest +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openspeedtest \ + --set env.TZ="America/New York" \ + TrueCharts/openspeedtest +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openspeedtest TrueCharts/openspeedtest -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/openspeedtest/1.0.38/app-readme.md b/stable/openspeedtest/1.0.39/app-readme.md similarity index 100% rename from stable/openspeedtest/1.0.38/app-readme.md rename to stable/openspeedtest/1.0.39/app-readme.md diff --git a/stable/openspeedtest/1.0.39/charts/common-10.7.1.tgz b/stable/openspeedtest/1.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/openspeedtest/1.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/openspeedtest/1.0.38/ix_values.yaml b/stable/openspeedtest/1.0.39/ix_values.yaml similarity index 100% rename from stable/openspeedtest/1.0.38/ix_values.yaml rename to stable/openspeedtest/1.0.39/ix_values.yaml diff --git a/stable/openspeedtest/1.0.38/questions.yaml b/stable/openspeedtest/1.0.39/questions.yaml similarity index 100% rename from stable/openspeedtest/1.0.38/questions.yaml rename to stable/openspeedtest/1.0.39/questions.yaml diff --git a/stable/qinglong/2.0.48/templates/common.yaml b/stable/openspeedtest/1.0.39/templates/common.yaml similarity index 100% rename from stable/qinglong/2.0.48/templates/common.yaml rename to stable/openspeedtest/1.0.39/templates/common.yaml diff --git a/stable/projectsend/3.0.43/values.yaml b/stable/openspeedtest/1.0.39/values.yaml similarity index 100% rename from stable/projectsend/3.0.43/values.yaml rename to stable/openspeedtest/1.0.39/values.yaml diff --git a/stable/openvscode-server/2.0.44/CHANGELOG.md b/stable/openvscode-server/2.0.44/CHANGELOG.md deleted file mode 100644 index a09c7800590..00000000000 --- a/stable/openvscode-server/2.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [openvscode-server-2.0.44](https://github.com/truecharts/charts/compare/openvscode-server-2.0.43...openvscode-server-2.0.44) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [openvscode-server-2.0.43](https://github.com/truecharts/charts/compare/openvscode-server-2.0.42...openvscode-server-2.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [openvscode-server-2.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...openvscode-server-2.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openvscode-server-2.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...openvscode-server-2.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [openvscode-server-2.0.41](https://github.com/truecharts/charts/compare/openvscode-server-2.0.40...openvscode-server-2.0.41) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [openvscode-server-2.0.40](https://github.com/truecharts/charts/compare/openvscode-server-2.0.39...openvscode-server-2.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [openvscode-server-2.0.39](https://github.com/truecharts/charts/compare/openvscode-server-2.0.38...openvscode-server-2.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [openvscode-server-2.0.38](https://github.com/truecharts/charts/compare/openvscode-server-2.0.36...openvscode-server-2.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - diff --git a/stable/openvscode-server/2.0.44/Chart.lock b/stable/openvscode-server/2.0.44/Chart.lock deleted file mode 100644 index a9990577251..00000000000 --- a/stable/openvscode-server/2.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:20:47.390373468Z" diff --git a/stable/openvscode-server/2.0.44/Chart.yaml b/stable/openvscode-server/2.0.44/Chart.yaml deleted file mode 100644 index 53d12c1e003..00000000000 --- a/stable/openvscode-server/2.0.44/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: openvscode-server -version: 2.0.44 -appVersion: "1.72.2" -description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/openvscode-server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png -keywords: - - openvscode-server -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server - - https://hub.docker.com/r/linuxserver/openvscode-server -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/openvscode-server/2.0.44/README.md b/stable/openvscode-server/2.0.44/README.md deleted file mode 100644 index 6aff72ba052..00000000000 --- a/stable/openvscode-server/2.0.44/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# openvscode-server - -Openvscode-server provides a version of VS Code that runs a server on a remote machine. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [openvscode-server](https://truecharts.org/docs/charts/stable/openvscode-server) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `openvscode-server` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install openvscode-server TrueCharts/openvscode-server -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `openvscode-server` deployment - -```console -helm uninstall openvscode-server -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install openvscode-server \ - --set env.TZ="America/New York" \ - TrueCharts/openvscode-server -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install openvscode-server TrueCharts/openvscode-server -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/openvscode-server/2.0.44/charts/common-10.7.0.tgz b/stable/openvscode-server/2.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/openvscode-server/2.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/openvscode-server/2.0.45/CHANGELOG.md b/stable/openvscode-server/2.0.45/CHANGELOG.md new file mode 100644 index 00000000000..cad2370d061 --- /dev/null +++ b/stable/openvscode-server/2.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [openvscode-server-2.0.45](https://github.com/truecharts/charts/compare/openvscode-server-2.0.44...openvscode-server-2.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [openvscode-server-2.0.44](https://github.com/truecharts/charts/compare/openvscode-server-2.0.43...openvscode-server-2.0.44) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [openvscode-server-2.0.43](https://github.com/truecharts/charts/compare/openvscode-server-2.0.42...openvscode-server-2.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [openvscode-server-2.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...openvscode-server-2.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openvscode-server-2.0.42](https://github.com/truecharts/charts/compare/openvscode-server-2.0.41...openvscode-server-2.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [openvscode-server-2.0.41](https://github.com/truecharts/charts/compare/openvscode-server-2.0.40...openvscode-server-2.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [openvscode-server-2.0.40](https://github.com/truecharts/charts/compare/openvscode-server-2.0.39...openvscode-server-2.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [openvscode-server-2.0.39](https://github.com/truecharts/charts/compare/openvscode-server-2.0.38...openvscode-server-2.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [openvscode-server-2.0.38](https://github.com/truecharts/charts/compare/openvscode-server-2.0.36...openvscode-server-2.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/openvscode-server/2.0.45/Chart.lock b/stable/openvscode-server/2.0.45/Chart.lock new file mode 100644 index 00000000000..d61b7af2072 --- /dev/null +++ b/stable/openvscode-server/2.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:32:51.426489406Z" diff --git a/stable/openvscode-server/2.0.45/Chart.yaml b/stable/openvscode-server/2.0.45/Chart.yaml new file mode 100644 index 00000000000..9b995918f73 --- /dev/null +++ b/stable/openvscode-server/2.0.45/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: openvscode-server +version: 2.0.45 +appVersion: "1.72.2" +description: Openvscode-server provides a version of VS Code that runs a server on a remote machine. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/openvscode-server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png +keywords: + - openvscode-server +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/openvscode-server + - https://hub.docker.com/r/linuxserver/openvscode-server +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/openvscode-server/2.0.45/README.md b/stable/openvscode-server/2.0.45/README.md new file mode 100644 index 00000000000..d7fe3cfe5fa --- /dev/null +++ b/stable/openvscode-server/2.0.45/README.md @@ -0,0 +1,106 @@ +# openvscode-server + +Openvscode-server provides a version of VS Code that runs a server on a remote machine. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [openvscode-server](https://truecharts.org/docs/charts/stable/openvscode-server) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `openvscode-server` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install openvscode-server TrueCharts/openvscode-server +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `openvscode-server` deployment + +```console +helm uninstall openvscode-server +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install openvscode-server \ + --set env.TZ="America/New York" \ + TrueCharts/openvscode-server +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install openvscode-server TrueCharts/openvscode-server -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/openvscode-server/2.0.44/app-readme.md b/stable/openvscode-server/2.0.45/app-readme.md similarity index 100% rename from stable/openvscode-server/2.0.44/app-readme.md rename to stable/openvscode-server/2.0.45/app-readme.md diff --git a/stable/openvscode-server/2.0.45/charts/common-10.7.1.tgz b/stable/openvscode-server/2.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/openvscode-server/2.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/openvscode-server/2.0.44/ix_values.yaml b/stable/openvscode-server/2.0.45/ix_values.yaml similarity index 100% rename from stable/openvscode-server/2.0.44/ix_values.yaml rename to stable/openvscode-server/2.0.45/ix_values.yaml diff --git a/stable/openvscode-server/2.0.44/questions.yaml b/stable/openvscode-server/2.0.45/questions.yaml similarity index 100% rename from stable/openvscode-server/2.0.44/questions.yaml rename to stable/openvscode-server/2.0.45/questions.yaml diff --git a/stable/quassel-core/3.0.41/templates/common.yaml b/stable/openvscode-server/2.0.45/templates/common.yaml similarity index 100% rename from stable/quassel-core/3.0.41/templates/common.yaml rename to stable/openvscode-server/2.0.45/templates/common.yaml diff --git a/stable/promcord/4.0.40/values.yaml b/stable/openvscode-server/2.0.45/values.yaml similarity index 100% rename from stable/promcord/4.0.40/values.yaml rename to stable/openvscode-server/2.0.45/values.yaml diff --git a/stable/organizr/11.0.37/CHANGELOG.md b/stable/organizr/11.0.37/CHANGELOG.md new file mode 100644 index 00000000000..5719fbbd276 --- /dev/null +++ b/stable/organizr/11.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [organizr-11.0.37](https://github.com/truecharts/charts/compare/organizr-11.0.36...organizr-11.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [organizr-11.0.36](https://github.com/truecharts/charts/compare/organizr-11.0.35...organizr-11.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [organizr-11.0.35](https://github.com/truecharts/charts/compare/organizr-11.0.34...organizr-11.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [organizr-11.0.35](https://github.com/truecharts/charts/compare/organizr-11.0.34...organizr-11.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [organizr-11.0.34](https://github.com/truecharts/charts/compare/organizr-11.0.33...organizr-11.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [organizr-11.0.33](https://github.com/truecharts/charts/compare/organizr-11.0.32...organizr-11.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [organizr-11.0.32](https://github.com/truecharts/charts/compare/organizr-11.0.31...organizr-11.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [organizr-11.0.31](https://github.com/truecharts/charts/compare/organizr-11.0.30...organizr-11.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/organizr/11.0.37/Chart.lock b/stable/organizr/11.0.37/Chart.lock new file mode 100644 index 00000000000..5cc44d329eb --- /dev/null +++ b/stable/organizr/11.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:32:59.73858177Z" diff --git a/stable/organizr/11.0.37/Chart.yaml b/stable/organizr/11.0.37/Chart.yaml new file mode 100644 index 00000000000..72687a7e7d6 --- /dev/null +++ b/stable/organizr/11.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: HTPC/Homelab Services Organizer +home: https://truecharts.org/docs/charts/stable/organizr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.png +keywords: + - organizr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: organizr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/organizr + - https://github.com/causefx/Organizr + - https://hub.docker.com/r/organizr/organizr +type: application +version: 11.0.37 +annotations: + truecharts.org/catagories: | + - organizers + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/organizr/11.0.37/README.md b/stable/organizr/11.0.37/README.md new file mode 100644 index 00000000000..9bd61bb6728 --- /dev/null +++ b/stable/organizr/11.0.37/README.md @@ -0,0 +1,107 @@ +# organizr + +HTPC/Homelab Services Organizer + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [organizr](https://truecharts.org/docs/charts/stable/organizr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `organizr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install organizr TrueCharts/organizr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `organizr` deployment + +```console +helm uninstall organizr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install organizr \ + --set env.TZ="America/New York" \ + TrueCharts/organizr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install organizr TrueCharts/organizr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/organizr/11.0.37/app-readme.md b/stable/organizr/11.0.37/app-readme.md new file mode 100644 index 00000000000..8b10e32f9e3 --- /dev/null +++ b/stable/organizr/11.0.37/app-readme.md @@ -0,0 +1,8 @@ +HTPC/Homelab Services Organizer + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/organizr](https://truecharts.org/docs/charts/stable/organizr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/organizr/11.0.37/charts/common-10.7.1.tgz b/stable/organizr/11.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/organizr/11.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/organizr/11.0.37/ix_values.yaml b/stable/organizr/11.0.37/ix_values.yaml new file mode 100644 index 00000000000..a74e71dc394 --- /dev/null +++ b/stable/organizr/11.0.37/ix_values.yaml @@ -0,0 +1,30 @@ +image: + repository: tccr.io/truecharts/organizr + pullPolicy: Always + tag: latest@sha256:aa4357e9fdd9d1c2fc887fb2b06be0daf58149495733810964363d295caec647 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10022 + targetPort: 80 + +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" + +portal: + enabled: true diff --git a/stable/organizr/11.0.37/questions.yaml b/stable/organizr/11.0.37/questions.yaml new file mode 100644 index 00000000000..fdd26a23be3 --- /dev/null +++ b/stable/organizr/11.0.37/questions.yaml @@ -0,0 +1,2746 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10022 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: data + label: "App Data Storage" + description: "Stores the Application Data." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/quassel-web/2.0.35/templates/common.yaml b/stable/organizr/11.0.37/templates/common.yaml similarity index 100% rename from stable/quassel-web/2.0.35/templates/common.yaml rename to stable/organizr/11.0.37/templates/common.yaml diff --git a/stable/prometheus/4.0.108/values.yaml b/stable/organizr/11.0.37/values.yaml similarity index 100% rename from stable/prometheus/4.0.108/values.yaml rename to stable/organizr/11.0.37/values.yaml diff --git a/stable/oscam/6.0.35/CHANGELOG.md b/stable/oscam/6.0.35/CHANGELOG.md deleted file mode 100644 index f893ed18a54..00000000000 --- a/stable/oscam/6.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [oscam-6.0.35](https://github.com/truecharts/charts/compare/oscam-6.0.34...oscam-6.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [oscam-6.0.34](https://github.com/truecharts/charts/compare/oscam-6.0.33...oscam-6.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [oscam-6.0.34](https://github.com/truecharts/charts/compare/oscam-6.0.33...oscam-6.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [oscam-6.0.33](https://github.com/truecharts/charts/compare/oscam-6.0.32...oscam-6.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [oscam-6.0.32](https://github.com/truecharts/charts/compare/oscam-6.0.31...oscam-6.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [oscam-6.0.31](https://github.com/truecharts/charts/compare/oscam-6.0.30...oscam-6.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [oscam-6.0.30](https://github.com/truecharts/charts/compare/oscam-6.0.29...oscam-6.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [oscam-6.0.30](https://github.com/truecharts/charts/compare/oscam-6.0.29...oscam-6.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/oscam/6.0.35/Chart.lock b/stable/oscam/6.0.35/Chart.lock deleted file mode 100644 index d03ca3f033c..00000000000 --- a/stable/oscam/6.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:47:02.769156676Z" diff --git a/stable/oscam/6.0.35/Chart.yaml b/stable/oscam/6.0.35/Chart.yaml deleted file mode 100644 index f14554616e6..00000000000 --- a/stable/oscam/6.0.35/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "11693" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Open Source Conditional Access Module software -home: https://truecharts.org/docs/charts/stable/oscam -icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png -keywords: - - oscam -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: oscam -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/oscam - - https://trac.streamboard.tv/oscam/browser/trunk -type: application -version: 6.0.35 -annotations: - truecharts.org/catagories: | - - DIY - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/oscam/6.0.35/README.md b/stable/oscam/6.0.35/README.md deleted file mode 100644 index 19ef4ba3714..00000000000 --- a/stable/oscam/6.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# oscam - -Open Source Conditional Access Module software - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [oscam](https://truecharts.org/docs/charts/stable/oscam) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `oscam` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install oscam TrueCharts/oscam -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `oscam` deployment - -```console -helm uninstall oscam -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install oscam \ - --set env.TZ="America/New York" \ - TrueCharts/oscam -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install oscam TrueCharts/oscam -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/oscam/6.0.35/charts/common-10.7.0.tgz b/stable/oscam/6.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/oscam/6.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/oscam/6.0.36/CHANGELOG.md b/stable/oscam/6.0.36/CHANGELOG.md new file mode 100644 index 00000000000..9b3c0457fae --- /dev/null +++ b/stable/oscam/6.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [oscam-6.0.36](https://github.com/truecharts/charts/compare/oscam-6.0.35...oscam-6.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [oscam-6.0.35](https://github.com/truecharts/charts/compare/oscam-6.0.34...oscam-6.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [oscam-6.0.34](https://github.com/truecharts/charts/compare/oscam-6.0.33...oscam-6.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [oscam-6.0.34](https://github.com/truecharts/charts/compare/oscam-6.0.33...oscam-6.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [oscam-6.0.33](https://github.com/truecharts/charts/compare/oscam-6.0.32...oscam-6.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [oscam-6.0.32](https://github.com/truecharts/charts/compare/oscam-6.0.31...oscam-6.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [oscam-6.0.31](https://github.com/truecharts/charts/compare/oscam-6.0.30...oscam-6.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [oscam-6.0.30](https://github.com/truecharts/charts/compare/oscam-6.0.29...oscam-6.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/oscam/6.0.36/Chart.lock b/stable/oscam/6.0.36/Chart.lock new file mode 100644 index 00000000000..cae804d393c --- /dev/null +++ b/stable/oscam/6.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:33:00.007123473Z" diff --git a/stable/oscam/6.0.36/Chart.yaml b/stable/oscam/6.0.36/Chart.yaml new file mode 100644 index 00000000000..cddc64fbca0 --- /dev/null +++ b/stable/oscam/6.0.36/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "11693" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Open Source Conditional Access Module software +home: https://truecharts.org/docs/charts/stable/oscam +icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.png +keywords: + - oscam +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: oscam +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/oscam + - https://trac.streamboard.tv/oscam/browser/trunk +type: application +version: 6.0.36 +annotations: + truecharts.org/catagories: | + - DIY + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/oscam/6.0.36/README.md b/stable/oscam/6.0.36/README.md new file mode 100644 index 00000000000..54698531125 --- /dev/null +++ b/stable/oscam/6.0.36/README.md @@ -0,0 +1,106 @@ +# oscam + +Open Source Conditional Access Module software + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [oscam](https://truecharts.org/docs/charts/stable/oscam) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `oscam` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install oscam TrueCharts/oscam +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `oscam` deployment + +```console +helm uninstall oscam +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install oscam \ + --set env.TZ="America/New York" \ + TrueCharts/oscam +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install oscam TrueCharts/oscam -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/oscam/6.0.35/app-readme.md b/stable/oscam/6.0.36/app-readme.md similarity index 100% rename from stable/oscam/6.0.35/app-readme.md rename to stable/oscam/6.0.36/app-readme.md diff --git a/stable/oscam/6.0.36/charts/common-10.7.1.tgz b/stable/oscam/6.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/oscam/6.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/oscam/6.0.35/ix_values.yaml b/stable/oscam/6.0.36/ix_values.yaml similarity index 100% rename from stable/oscam/6.0.35/ix_values.yaml rename to stable/oscam/6.0.36/ix_values.yaml diff --git a/stable/oscam/6.0.35/questions.yaml b/stable/oscam/6.0.36/questions.yaml similarity index 100% rename from stable/oscam/6.0.35/questions.yaml rename to stable/oscam/6.0.36/questions.yaml diff --git a/stable/reg/6.0.36/templates/common.yaml b/stable/oscam/6.0.36/templates/common.yaml similarity index 100% rename from stable/reg/6.0.36/templates/common.yaml rename to stable/oscam/6.0.36/templates/common.yaml diff --git a/stable/protonmail-bridge/6.0.36/values.yaml b/stable/oscam/6.0.36/values.yaml similarity index 100% rename from stable/protonmail-bridge/6.0.36/values.yaml rename to stable/oscam/6.0.36/values.yaml diff --git a/stable/outline/3.0.49/CHANGELOG.md b/stable/outline/3.0.49/CHANGELOG.md deleted file mode 100644 index 55b3436fff9..00000000000 --- a/stable/outline/3.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [outline-3.0.49](https://github.com/truecharts/charts/compare/outline-3.0.48...outline-3.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [outline-3.0.48](https://github.com/truecharts/charts/compare/outline-3.0.47...outline-3.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [outline-3.0.48](https://github.com/truecharts/charts/compare/outline-3.0.47...outline-3.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [outline-3.0.47](https://github.com/truecharts/charts/compare/outline-3.0.46...outline-3.0.47) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [outline-3.0.45](https://github.com/truecharts/charts/compare/outline-3.0.44...outline-3.0.45) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [outline-3.0.44](https://github.com/truecharts/charts/compare/outline-3.0.43...outline-3.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [outline-3.0.43](https://github.com/truecharts/charts/compare/outline-3.0.41...outline-3.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [outline-3.0.43](https://github.com/truecharts/charts/compare/outline-3.0.41...outline-3.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/outline/3.0.49/Chart.lock b/stable/outline/3.0.49/Chart.lock deleted file mode 100644 index ffe2df2b125..00000000000 --- a/stable/outline/3.0.49/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:47:28.67502223Z" diff --git a/stable/outline/3.0.49/Chart.yaml b/stable/outline/3.0.49/Chart.yaml deleted file mode 100644 index 9a373caa89d..00000000000 --- a/stable/outline/3.0.49/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: "0.66.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -deprecated: false -description: A fast, collaborative, knowledge base for your team built using React and Node.js. -home: https://truecharts.org/docs/charts/stable/outline -icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png -keywords: - - outline - - knowledge -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: outline -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/outline - - https://github.com/outline/outline -type: application -version: 3.0.49 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/outline/3.0.49/README.md b/stable/outline/3.0.49/README.md deleted file mode 100644 index 6415ed241fb..00000000000 --- a/stable/outline/3.0.49/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# outline - -A fast, collaborative, knowledge base for your team built using React and Node.js. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [outline](https://truecharts.org/docs/charts/stable/outline) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `outline` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install outline TrueCharts/outline -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `outline` deployment - -```console -helm uninstall outline -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install outline \ - --set env.TZ="America/New York" \ - TrueCharts/outline -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install outline TrueCharts/outline -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/outline/3.0.49/charts/common-10.7.0.tgz b/stable/outline/3.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/outline/3.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/outline/3.0.49/charts/postgresql-8.0.97.tgz b/stable/outline/3.0.49/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/outline/3.0.49/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/outline/3.0.49/charts/redis-3.0.94.tgz b/stable/outline/3.0.49/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/outline/3.0.49/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/outline/3.0.50/CHANGELOG.md b/stable/outline/3.0.50/CHANGELOG.md new file mode 100644 index 00000000000..56c9faf3ad0 --- /dev/null +++ b/stable/outline/3.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [outline-3.0.50](https://github.com/truecharts/charts/compare/outline-3.0.49...outline-3.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [outline-3.0.49](https://github.com/truecharts/charts/compare/outline-3.0.48...outline-3.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [outline-3.0.48](https://github.com/truecharts/charts/compare/outline-3.0.47...outline-3.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [outline-3.0.48](https://github.com/truecharts/charts/compare/outline-3.0.47...outline-3.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [outline-3.0.47](https://github.com/truecharts/charts/compare/outline-3.0.46...outline-3.0.47) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [outline-3.0.45](https://github.com/truecharts/charts/compare/outline-3.0.44...outline-3.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [outline-3.0.44](https://github.com/truecharts/charts/compare/outline-3.0.43...outline-3.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [outline-3.0.43](https://github.com/truecharts/charts/compare/outline-3.0.41...outline-3.0.43) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/outline/3.0.50/Chart.lock b/stable/outline/3.0.50/Chart.lock new file mode 100644 index 00000000000..01d58051f34 --- /dev/null +++ b/stable/outline/3.0.50/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:33:31.179195496Z" diff --git a/stable/outline/3.0.50/Chart.yaml b/stable/outline/3.0.50/Chart.yaml new file mode 100644 index 00000000000..406267ce787 --- /dev/null +++ b/stable/outline/3.0.50/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "0.66.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: A fast, collaborative, knowledge base for your team built using React and Node.js. +home: https://truecharts.org/docs/charts/stable/outline +icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.png +keywords: + - outline + - knowledge +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: outline +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/outline + - https://github.com/outline/outline +type: application +version: 3.0.50 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/outline/3.0.50/README.md b/stable/outline/3.0.50/README.md new file mode 100644 index 00000000000..944c9e60203 --- /dev/null +++ b/stable/outline/3.0.50/README.md @@ -0,0 +1,108 @@ +# outline + +A fast, collaborative, knowledge base for your team built using React and Node.js. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [outline](https://truecharts.org/docs/charts/stable/outline) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `outline` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install outline TrueCharts/outline +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `outline` deployment + +```console +helm uninstall outline +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install outline \ + --set env.TZ="America/New York" \ + TrueCharts/outline +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install outline TrueCharts/outline -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/outline/3.0.49/app-readme.md b/stable/outline/3.0.50/app-readme.md similarity index 100% rename from stable/outline/3.0.49/app-readme.md rename to stable/outline/3.0.50/app-readme.md diff --git a/stable/outline/3.0.50/charts/common-10.7.1.tgz b/stable/outline/3.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/outline/3.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/outline/3.0.50/charts/postgresql-8.0.101.tgz b/stable/outline/3.0.50/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/outline/3.0.50/charts/postgresql-8.0.101.tgz differ diff --git a/stable/outline/3.0.50/charts/redis-3.0.97.tgz b/stable/outline/3.0.50/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/outline/3.0.50/charts/redis-3.0.97.tgz differ diff --git a/stable/outline/3.0.49/ix_values.yaml b/stable/outline/3.0.50/ix_values.yaml similarity index 100% rename from stable/outline/3.0.49/ix_values.yaml rename to stable/outline/3.0.50/ix_values.yaml diff --git a/stable/outline/3.0.49/questions.yaml b/stable/outline/3.0.50/questions.yaml similarity index 100% rename from stable/outline/3.0.49/questions.yaml rename to stable/outline/3.0.50/questions.yaml diff --git a/stable/outline/3.0.49/templates/_secrets.tpl b/stable/outline/3.0.50/templates/_secrets.tpl similarity index 100% rename from stable/outline/3.0.49/templates/_secrets.tpl rename to stable/outline/3.0.50/templates/_secrets.tpl diff --git a/stable/outline/3.0.49/templates/common.yaml b/stable/outline/3.0.50/templates/common.yaml similarity index 100% rename from stable/outline/3.0.49/templates/common.yaml rename to stable/outline/3.0.50/templates/common.yaml diff --git a/stable/prowlarr/6.0.44/values.yaml b/stable/outline/3.0.50/values.yaml similarity index 100% rename from stable/prowlarr/6.0.44/values.yaml rename to stable/outline/3.0.50/values.yaml diff --git a/stable/overseerr/6.0.39/CHANGELOG.md b/stable/overseerr/6.0.39/CHANGELOG.md deleted file mode 100644 index db9bc79bbfc..00000000000 --- a/stable/overseerr/6.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [overseerr-6.0.39](https://github.com/truecharts/charts/compare/overseerr-6.0.38...overseerr-6.0.39) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [overseerr-6.0.38](https://github.com/truecharts/charts/compare/overseerr-6.0.37...overseerr-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [overseerr-6.0.37](https://github.com/truecharts/charts/compare/overseerr-6.0.36...overseerr-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [overseerr-6.0.37](https://github.com/truecharts/charts/compare/overseerr-6.0.36...overseerr-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [overseerr-6.0.36](https://github.com/truecharts/charts/compare/overseerr-6.0.35...overseerr-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [overseerr-6.0.35](https://github.com/truecharts/charts/compare/overseerr-6.0.34...overseerr-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [overseerr-6.0.34](https://github.com/truecharts/charts/compare/overseerr-6.0.33...overseerr-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [overseerr-6.0.33](https://github.com/truecharts/charts/compare/overseerr-6.0.31...overseerr-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/overseerr/6.0.39/Chart.lock b/stable/overseerr/6.0.39/Chart.lock deleted file mode 100644 index bcbed47b0fa..00000000000 --- a/stable/overseerr/6.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:56:09.595514327Z" diff --git a/stable/overseerr/6.0.39/Chart.yaml b/stable/overseerr/6.0.39/Chart.yaml deleted file mode 100644 index 54e5b1a4496..00000000000 --- a/stable/overseerr/6.0.39/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.30.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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! -home: https://truecharts.org/docs/charts/stable/overseerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png -keywords: - - overseerr - - plex - - sonarr - - radarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: overseerr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr - - https://github.com/sct/overseerr - - https://hub.docker.com/r/sctx/overseerr -version: 6.0.39 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/overseerr/6.0.39/README.md b/stable/overseerr/6.0.39/README.md deleted file mode 100644 index 5dfa0a4442c..00000000000 --- a/stable/overseerr/6.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# overseerr - -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! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [overseerr](https://truecharts.org/docs/charts/stable/overseerr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `overseerr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install overseerr TrueCharts/overseerr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `overseerr` deployment - -```console -helm uninstall overseerr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install overseerr \ - --set env.TZ="America/New York" \ - TrueCharts/overseerr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install overseerr TrueCharts/overseerr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/overseerr/6.0.39/charts/common-10.7.0.tgz b/stable/overseerr/6.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/overseerr/6.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/overseerr/6.0.40/CHANGELOG.md b/stable/overseerr/6.0.40/CHANGELOG.md new file mode 100644 index 00000000000..9c148b3d3e9 --- /dev/null +++ b/stable/overseerr/6.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [overseerr-6.0.40](https://github.com/truecharts/charts/compare/overseerr-6.0.39...overseerr-6.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [overseerr-6.0.39](https://github.com/truecharts/charts/compare/overseerr-6.0.38...overseerr-6.0.39) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [overseerr-6.0.38](https://github.com/truecharts/charts/compare/overseerr-6.0.37...overseerr-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [overseerr-6.0.37](https://github.com/truecharts/charts/compare/overseerr-6.0.36...overseerr-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [overseerr-6.0.37](https://github.com/truecharts/charts/compare/overseerr-6.0.36...overseerr-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [overseerr-6.0.36](https://github.com/truecharts/charts/compare/overseerr-6.0.35...overseerr-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [overseerr-6.0.35](https://github.com/truecharts/charts/compare/overseerr-6.0.34...overseerr-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [overseerr-6.0.34](https://github.com/truecharts/charts/compare/overseerr-6.0.33...overseerr-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [overseerr-6.0.33](https://github.com/truecharts/charts/compare/overseerr-6.0.31...overseerr-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/overseerr/6.0.40/Chart.lock b/stable/overseerr/6.0.40/Chart.lock new file mode 100644 index 00000000000..5b45790e0c5 --- /dev/null +++ b/stable/overseerr/6.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:33:21.507479045Z" diff --git a/stable/overseerr/6.0.40/Chart.yaml b/stable/overseerr/6.0.40/Chart.yaml new file mode 100644 index 00000000000..9bb3f19200b --- /dev/null +++ b/stable/overseerr/6.0.40/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.30.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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! +home: https://truecharts.org/docs/charts/stable/overseerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.png +keywords: + - overseerr + - plex + - sonarr + - radarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: overseerr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/overseerr + - https://github.com/sct/overseerr + - https://hub.docker.com/r/sctx/overseerr +version: 6.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/overseerr/6.0.40/README.md b/stable/overseerr/6.0.40/README.md new file mode 100644 index 00000000000..64b10178f7d --- /dev/null +++ b/stable/overseerr/6.0.40/README.md @@ -0,0 +1,107 @@ +# overseerr + +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! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [overseerr](https://truecharts.org/docs/charts/stable/overseerr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `overseerr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install overseerr TrueCharts/overseerr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `overseerr` deployment + +```console +helm uninstall overseerr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install overseerr \ + --set env.TZ="America/New York" \ + TrueCharts/overseerr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install overseerr TrueCharts/overseerr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/overseerr/6.0.39/app-readme.md b/stable/overseerr/6.0.40/app-readme.md similarity index 100% rename from stable/overseerr/6.0.39/app-readme.md rename to stable/overseerr/6.0.40/app-readme.md diff --git a/stable/overseerr/6.0.40/charts/common-10.7.1.tgz b/stable/overseerr/6.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/overseerr/6.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/overseerr/6.0.39/ix_values.yaml b/stable/overseerr/6.0.40/ix_values.yaml similarity index 100% rename from stable/overseerr/6.0.39/ix_values.yaml rename to stable/overseerr/6.0.40/ix_values.yaml diff --git a/stable/overseerr/6.0.39/questions.yaml b/stable/overseerr/6.0.40/questions.yaml similarity index 100% rename from stable/overseerr/6.0.39/questions.yaml rename to stable/overseerr/6.0.40/questions.yaml diff --git a/stable/requestrr/2.0.35/templates/common.yaml b/stable/overseerr/6.0.40/templates/common.yaml similarity index 100% rename from stable/requestrr/2.0.35/templates/common.yaml rename to stable/overseerr/6.0.40/templates/common.yaml diff --git a/stable/putty/1.0.15/values.yaml b/stable/overseerr/6.0.40/values.yaml similarity index 100% rename from stable/putty/1.0.15/values.yaml rename to stable/overseerr/6.0.40/values.yaml diff --git a/stable/owncast/6.0.38/CHANGELOG.md b/stable/owncast/6.0.38/CHANGELOG.md deleted file mode 100644 index b5644446da5..00000000000 --- a/stable/owncast/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [owncast-6.0.38](https://github.com/truecharts/charts/compare/owncast-6.0.37...owncast-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [owncast-6.0.37](https://github.com/truecharts/charts/compare/owncast-6.0.36...owncast-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owncast-6.0.37](https://github.com/truecharts/charts/compare/owncast-6.0.36...owncast-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owncast-6.0.36](https://github.com/truecharts/charts/compare/owncast-6.0.35...owncast-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [owncast-6.0.35](https://github.com/truecharts/charts/compare/owncast-6.0.34...owncast-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [owncast-6.0.34](https://github.com/truecharts/charts/compare/owncast-6.0.33...owncast-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [owncast-6.0.33](https://github.com/truecharts/charts/compare/owncast-6.0.32...owncast-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [owncast-6.0.33](https://github.com/truecharts/charts/compare/owncast-6.0.32...owncast-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/owncast/6.0.38/Chart.lock b/stable/owncast/6.0.38/Chart.lock deleted file mode 100644 index 5fb7a09370f..00000000000 --- a/stable/owncast/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:47:28.461856096Z" diff --git a/stable/owncast/6.0.38/Chart.yaml b/stable/owncast/6.0.38/Chart.yaml deleted file mode 100644 index 192d278a52f..00000000000 --- a/stable/owncast/6.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.0.12" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. -home: https://truecharts.org/docs/charts/stable/owncast -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png -keywords: - - owncast - - stream - - open source - - chat -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: owncast -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/owncast - - https://owncast.online/ - - https://github.com/owncast/owncast -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/owncast/6.0.38/README.md b/stable/owncast/6.0.38/README.md deleted file mode 100644 index 211c84a09ef..00000000000 --- a/stable/owncast/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# owncast - -Take control over your live stream video by running it yourself. Streaming + chat out of the box. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [owncast](https://truecharts.org/docs/charts/stable/owncast) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `owncast` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install owncast TrueCharts/owncast -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `owncast` deployment - -```console -helm uninstall owncast -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install owncast \ - --set env.TZ="America/New York" \ - TrueCharts/owncast -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install owncast TrueCharts/owncast -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/owncast/6.0.38/charts/common-10.7.0.tgz b/stable/owncast/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/owncast/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/owncast/6.0.39/CHANGELOG.md b/stable/owncast/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..c2d4635373b --- /dev/null +++ b/stable/owncast/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [owncast-6.0.39](https://github.com/truecharts/charts/compare/owncast-6.0.38...owncast-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [owncast-6.0.38](https://github.com/truecharts/charts/compare/owncast-6.0.37...owncast-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [owncast-6.0.37](https://github.com/truecharts/charts/compare/owncast-6.0.36...owncast-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owncast-6.0.37](https://github.com/truecharts/charts/compare/owncast-6.0.36...owncast-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owncast-6.0.36](https://github.com/truecharts/charts/compare/owncast-6.0.35...owncast-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [owncast-6.0.35](https://github.com/truecharts/charts/compare/owncast-6.0.34...owncast-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [owncast-6.0.34](https://github.com/truecharts/charts/compare/owncast-6.0.33...owncast-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [owncast-6.0.33](https://github.com/truecharts/charts/compare/owncast-6.0.32...owncast-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/owncast/6.0.39/Chart.lock b/stable/owncast/6.0.39/Chart.lock new file mode 100644 index 00000000000..1db5d2963f1 --- /dev/null +++ b/stable/owncast/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:33:30.676638775Z" diff --git a/stable/owncast/6.0.39/Chart.yaml b/stable/owncast/6.0.39/Chart.yaml new file mode 100644 index 00000000000..eb4c05cd010 --- /dev/null +++ b/stable/owncast/6.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.0.12" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Take control over your live stream video by running it yourself. Streaming + chat out of the box. +home: https://truecharts.org/docs/charts/stable/owncast +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.png +keywords: + - owncast + - stream + - open source + - chat +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: owncast +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/owncast + - https://owncast.online/ + - https://github.com/owncast/owncast +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/owncast/6.0.39/README.md b/stable/owncast/6.0.39/README.md new file mode 100644 index 00000000000..2d23d7c53af --- /dev/null +++ b/stable/owncast/6.0.39/README.md @@ -0,0 +1,107 @@ +# owncast + +Take control over your live stream video by running it yourself. Streaming + chat out of the box. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [owncast](https://truecharts.org/docs/charts/stable/owncast) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `owncast` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install owncast TrueCharts/owncast +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `owncast` deployment + +```console +helm uninstall owncast +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install owncast \ + --set env.TZ="America/New York" \ + TrueCharts/owncast +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install owncast TrueCharts/owncast -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/owncast/6.0.38/app-readme.md b/stable/owncast/6.0.39/app-readme.md similarity index 100% rename from stable/owncast/6.0.38/app-readme.md rename to stable/owncast/6.0.39/app-readme.md diff --git a/stable/owncast/6.0.39/charts/common-10.7.1.tgz b/stable/owncast/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/owncast/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/owncast/6.0.38/ix_values.yaml b/stable/owncast/6.0.39/ix_values.yaml similarity index 100% rename from stable/owncast/6.0.38/ix_values.yaml rename to stable/owncast/6.0.39/ix_values.yaml diff --git a/stable/owncast/6.0.38/questions.yaml b/stable/owncast/6.0.39/questions.yaml similarity index 100% rename from stable/owncast/6.0.38/questions.yaml rename to stable/owncast/6.0.39/questions.yaml diff --git a/stable/resilio-sync/6.0.37/templates/common.yaml b/stable/owncast/6.0.39/templates/common.yaml similarity index 100% rename from stable/resilio-sync/6.0.37/templates/common.yaml rename to stable/owncast/6.0.39/templates/common.yaml diff --git a/stable/pwndrop/2.0.35/values.yaml b/stable/owncast/6.0.39/values.yaml similarity index 100% rename from stable/pwndrop/2.0.35/values.yaml rename to stable/owncast/6.0.39/values.yaml diff --git a/stable/owncloud-ocis/8.1.7/CHANGELOG.md b/stable/owncloud-ocis/8.1.7/CHANGELOG.md deleted file mode 100644 index eef9daab54a..00000000000 --- a/stable/owncloud-ocis/8.1.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [owncloud-ocis-8.1.7](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.6...owncloud-ocis-8.1.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [owncloud-ocis-8.1.6](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.5...owncloud-ocis-8.1.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owncloud-ocis-8.1.6](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.5...owncloud-ocis-8.1.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [owncloud-ocis-8.1.5](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.4...owncloud-ocis-8.1.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [owncloud-ocis-8.1.4](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.3...owncloud-ocis-8.1.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [owncloud-ocis-8.1.3](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.2...owncloud-ocis-8.1.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [owncloud-ocis-8.1.2](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.1...owncloud-ocis-8.1.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [owncloud-ocis-8.1.2](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.1...owncloud-ocis-8.1.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/owncloud-ocis/8.1.7/Chart.lock b/stable/owncloud-ocis/8.1.7/Chart.lock deleted file mode 100644 index f0c81a8b885..00000000000 --- a/stable/owncloud-ocis/8.1.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:47:32.443106231Z" diff --git a/stable/owncloud-ocis/8.1.7/Chart.yaml b/stable/owncloud-ocis/8.1.7/Chart.yaml deleted file mode 100644 index 585f6a49cef..00000000000 --- a/stable/owncloud-ocis/8.1.7/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: ownCloud Infinite Scale is a self-hosted file sync and share server. -home: https://truecharts.org/docs/charts/stable/owncloud-ocis -icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncloud-ocis.png -keywords: - - owncloud - - ocis - - infinite - - scale - - self-hosted - - sync - - share - - server -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: owncloud-ocis -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis - - https://hub.docker.com/r/owncloud/ocis - - https://owncloud.dev/ocis/ -version: 8.1.7 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/owncloud-ocis/8.1.7/README.md b/stable/owncloud-ocis/8.1.7/README.md deleted file mode 100644 index ff8b62f9aea..00000000000 --- a/stable/owncloud-ocis/8.1.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# owncloud-ocis - -ownCloud Infinite Scale is a self-hosted file sync and share server. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [owncloud-ocis](https://truecharts.org/docs/charts/stable/owncloud-ocis) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `owncloud-ocis` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install owncloud-ocis TrueCharts/owncloud-ocis -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `owncloud-ocis` deployment - -```console -helm uninstall owncloud-ocis -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install owncloud-ocis \ - --set env.TZ="America/New York" \ - TrueCharts/owncloud-ocis -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install owncloud-ocis TrueCharts/owncloud-ocis -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/owncloud-ocis/8.1.7/charts/common-10.7.0.tgz b/stable/owncloud-ocis/8.1.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/owncloud-ocis/8.1.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/owncloud-ocis/8.1.8/CHANGELOG.md b/stable/owncloud-ocis/8.1.8/CHANGELOG.md new file mode 100644 index 00000000000..0bcd70c844e --- /dev/null +++ b/stable/owncloud-ocis/8.1.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [owncloud-ocis-8.1.8](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.7...owncloud-ocis-8.1.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [owncloud-ocis-8.1.7](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.6...owncloud-ocis-8.1.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [owncloud-ocis-8.1.6](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.5...owncloud-ocis-8.1.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owncloud-ocis-8.1.6](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.5...owncloud-ocis-8.1.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [owncloud-ocis-8.1.5](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.4...owncloud-ocis-8.1.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [owncloud-ocis-8.1.4](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.3...owncloud-ocis-8.1.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [owncloud-ocis-8.1.3](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.2...owncloud-ocis-8.1.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [owncloud-ocis-8.1.2](https://github.com/truecharts/charts/compare/owncloud-ocis-8.1.1...owncloud-ocis-8.1.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/owncloud-ocis/8.1.8/Chart.lock b/stable/owncloud-ocis/8.1.8/Chart.lock new file mode 100644 index 00000000000..80898900ab9 --- /dev/null +++ b/stable/owncloud-ocis/8.1.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:33:30.766867592Z" diff --git a/stable/owncloud-ocis/8.1.8/Chart.yaml b/stable/owncloud-ocis/8.1.8/Chart.yaml new file mode 100644 index 00000000000..66fe437fd24 --- /dev/null +++ b/stable/owncloud-ocis/8.1.8/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "2.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: ownCloud Infinite Scale is a self-hosted file sync and share server. +home: https://truecharts.org/docs/charts/stable/owncloud-ocis +icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncloud-ocis.png +keywords: + - owncloud + - ocis + - infinite + - scale + - self-hosted + - sync + - share + - server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: owncloud-ocis +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/owncloud-ocis + - https://hub.docker.com/r/owncloud/ocis + - https://owncloud.dev/ocis/ +version: 8.1.8 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/owncloud-ocis/8.1.8/README.md b/stable/owncloud-ocis/8.1.8/README.md new file mode 100644 index 00000000000..1a89089b6ba --- /dev/null +++ b/stable/owncloud-ocis/8.1.8/README.md @@ -0,0 +1,107 @@ +# owncloud-ocis + +ownCloud Infinite Scale is a self-hosted file sync and share server. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [owncloud-ocis](https://truecharts.org/docs/charts/stable/owncloud-ocis) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `owncloud-ocis` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install owncloud-ocis TrueCharts/owncloud-ocis +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `owncloud-ocis` deployment + +```console +helm uninstall owncloud-ocis +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install owncloud-ocis \ + --set env.TZ="America/New York" \ + TrueCharts/owncloud-ocis +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install owncloud-ocis TrueCharts/owncloud-ocis -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/owncloud-ocis/8.1.7/app-readme.md b/stable/owncloud-ocis/8.1.8/app-readme.md similarity index 100% rename from stable/owncloud-ocis/8.1.7/app-readme.md rename to stable/owncloud-ocis/8.1.8/app-readme.md diff --git a/stable/owncloud-ocis/8.1.8/charts/common-10.7.1.tgz b/stable/owncloud-ocis/8.1.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/owncloud-ocis/8.1.8/charts/common-10.7.1.tgz differ diff --git a/stable/owncloud-ocis/8.1.7/ix_values.yaml b/stable/owncloud-ocis/8.1.8/ix_values.yaml similarity index 100% rename from stable/owncloud-ocis/8.1.7/ix_values.yaml rename to stable/owncloud-ocis/8.1.8/ix_values.yaml diff --git a/stable/owncloud-ocis/8.1.7/questions.yaml b/stable/owncloud-ocis/8.1.8/questions.yaml similarity index 100% rename from stable/owncloud-ocis/8.1.7/questions.yaml rename to stable/owncloud-ocis/8.1.8/questions.yaml diff --git a/stable/owncloud-ocis/8.1.7/templates/_secrets.tpl b/stable/owncloud-ocis/8.1.8/templates/_secrets.tpl similarity index 100% rename from stable/owncloud-ocis/8.1.7/templates/_secrets.tpl rename to stable/owncloud-ocis/8.1.8/templates/_secrets.tpl diff --git a/stable/owncloud-ocis/8.1.7/templates/common.yaml b/stable/owncloud-ocis/8.1.8/templates/common.yaml similarity index 100% rename from stable/owncloud-ocis/8.1.7/templates/common.yaml rename to stable/owncloud-ocis/8.1.8/templates/common.yaml diff --git a/stable/pydio-cells/4.0.43/values.yaml b/stable/owncloud-ocis/8.1.8/values.yaml similarity index 100% rename from stable/pydio-cells/4.0.43/values.yaml rename to stable/owncloud-ocis/8.1.8/values.yaml diff --git a/stable/paperless-ng/4.0.47/CHANGELOG.md b/stable/paperless-ng/4.0.47/CHANGELOG.md deleted file mode 100644 index 0a4c91b454f..00000000000 --- a/stable/paperless-ng/4.0.47/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [paperless-ng-4.0.47](https://github.com/truecharts/charts/compare/paperless-ng-4.0.46...paperless-ng-4.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [paperless-ng-4.0.46](https://github.com/truecharts/charts/compare/paperless-ng-4.0.45...paperless-ng-4.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [paperless-ng-4.0.46](https://github.com/truecharts/charts/compare/paperless-ng-4.0.45...paperless-ng-4.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [paperless-ng-4.0.45](https://github.com/truecharts/charts/compare/paperless-ng-4.0.44...paperless-ng-4.0.45) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [paperless-ng-4.0.44](https://github.com/truecharts/charts/compare/paperless-ng-4.0.43...paperless-ng-4.0.44) (2022-09-28) - -### Chore - -- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [paperless-ng-4.0.42](https://github.com/truecharts/charts/compare/paperless-ng-4.0.41...paperless-ng-4.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [paperless-ng-4.0.41](https://github.com/truecharts/charts/compare/paperless-ng-4.0.40...paperless-ng-4.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [paperless-ng-4.0.40](https://github.com/truecharts/charts/compare/paperless-ng-4.0.39...paperless-ng-4.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/paperless-ng/4.0.47/Chart.lock b/stable/paperless-ng/4.0.47/Chart.lock deleted file mode 100644 index afafc58e277..00000000000 --- a/stable/paperless-ng/4.0.47/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:48:08.694627397Z" diff --git a/stable/paperless-ng/4.0.47/Chart.yaml b/stable/paperless-ng/4.0.47/Chart.yaml deleted file mode 100644 index b0527d727ce..00000000000 --- a/stable/paperless-ng/4.0.47/Chart.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: paperless-ng -version: 4.0.47 -appVersion: "1.9.2" -description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/paperless-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ng.png -keywords: - - paperless-ng - - paperless-ngx - - documents - - paper -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ng - - https://github.com/paperless-ngx/paperless-ngx - - https://paperless-ngx.readthedocs.io/en/latest/ -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/paperless-ng/4.0.47/README.md b/stable/paperless-ng/4.0.47/README.md deleted file mode 100644 index 3c47e7c881c..00000000000 --- a/stable/paperless-ng/4.0.47/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# paperless-ng - -Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [paperless-ng](https://truecharts.org/docs/charts/stable/paperless-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `paperless-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install paperless-ng TrueCharts/paperless-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `paperless-ng` deployment - -```console -helm uninstall paperless-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install paperless-ng \ - --set env.TZ="America/New York" \ - TrueCharts/paperless-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install paperless-ng TrueCharts/paperless-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/paperless-ng/4.0.47/charts/common-10.7.0.tgz b/stable/paperless-ng/4.0.47/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/paperless-ng/4.0.47/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/paperless-ng/4.0.47/charts/postgresql-8.0.97.tgz b/stable/paperless-ng/4.0.47/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/paperless-ng/4.0.47/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/paperless-ng/4.0.47/charts/redis-3.0.94.tgz b/stable/paperless-ng/4.0.47/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/paperless-ng/4.0.47/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/paperless-ng/4.0.48/CHANGELOG.md b/stable/paperless-ng/4.0.48/CHANGELOG.md new file mode 100644 index 00000000000..c6438db04c9 --- /dev/null +++ b/stable/paperless-ng/4.0.48/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [paperless-ng-4.0.48](https://github.com/truecharts/charts/compare/paperless-ng-4.0.47...paperless-ng-4.0.48) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [paperless-ng-4.0.47](https://github.com/truecharts/charts/compare/paperless-ng-4.0.46...paperless-ng-4.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [paperless-ng-4.0.46](https://github.com/truecharts/charts/compare/paperless-ng-4.0.45...paperless-ng-4.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [paperless-ng-4.0.46](https://github.com/truecharts/charts/compare/paperless-ng-4.0.45...paperless-ng-4.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [paperless-ng-4.0.45](https://github.com/truecharts/charts/compare/paperless-ng-4.0.44...paperless-ng-4.0.45) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [paperless-ng-4.0.44](https://github.com/truecharts/charts/compare/paperless-ng-4.0.43...paperless-ng-4.0.44) (2022-09-28) + +### Chore + +- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [paperless-ng-4.0.42](https://github.com/truecharts/charts/compare/paperless-ng-4.0.41...paperless-ng-4.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [paperless-ng-4.0.41](https://github.com/truecharts/charts/compare/paperless-ng-4.0.40...paperless-ng-4.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [paperless-ng-4.0.40](https://github.com/truecharts/charts/compare/paperless-ng-4.0.39...paperless-ng-4.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/paperless-ng/4.0.48/Chart.lock b/stable/paperless-ng/4.0.48/Chart.lock new file mode 100644 index 00000000000..c3227f8c5d8 --- /dev/null +++ b/stable/paperless-ng/4.0.48/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:34:17.491139559Z" diff --git a/stable/paperless-ng/4.0.48/Chart.yaml b/stable/paperless-ng/4.0.48/Chart.yaml new file mode 100644 index 00000000000..a5552ba87ab --- /dev/null +++ b/stable/paperless-ng/4.0.48/Chart.yaml @@ -0,0 +1,40 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: paperless-ng +version: 4.0.48 +appVersion: "1.9.2" +description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/paperless-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ng.png +keywords: + - paperless-ng + - paperless-ngx + - documents + - paper +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/paperless-ng + - https://github.com/paperless-ngx/paperless-ngx + - https://paperless-ngx.readthedocs.io/en/latest/ +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/paperless-ng/4.0.48/README.md b/stable/paperless-ng/4.0.48/README.md new file mode 100644 index 00000000000..1c0bb8181c9 --- /dev/null +++ b/stable/paperless-ng/4.0.48/README.md @@ -0,0 +1,109 @@ +# paperless-ng + +Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [paperless-ng](https://truecharts.org/docs/charts/stable/paperless-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `paperless-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install paperless-ng TrueCharts/paperless-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `paperless-ng` deployment + +```console +helm uninstall paperless-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install paperless-ng \ + --set env.TZ="America/New York" \ + TrueCharts/paperless-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install paperless-ng TrueCharts/paperless-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/paperless-ng/4.0.47/app-readme.md b/stable/paperless-ng/4.0.48/app-readme.md similarity index 100% rename from stable/paperless-ng/4.0.47/app-readme.md rename to stable/paperless-ng/4.0.48/app-readme.md diff --git a/stable/paperless-ng/4.0.48/charts/common-10.7.1.tgz b/stable/paperless-ng/4.0.48/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/paperless-ng/4.0.48/charts/common-10.7.1.tgz differ diff --git a/stable/paperless-ng/4.0.48/charts/postgresql-8.0.101.tgz b/stable/paperless-ng/4.0.48/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/paperless-ng/4.0.48/charts/postgresql-8.0.101.tgz differ diff --git a/stable/paperless-ng/4.0.48/charts/redis-3.0.97.tgz b/stable/paperless-ng/4.0.48/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/paperless-ng/4.0.48/charts/redis-3.0.97.tgz differ diff --git a/stable/paperless-ng/4.0.47/ix_values.yaml b/stable/paperless-ng/4.0.48/ix_values.yaml similarity index 100% rename from stable/paperless-ng/4.0.47/ix_values.yaml rename to stable/paperless-ng/4.0.48/ix_values.yaml diff --git a/stable/paperless-ng/4.0.47/questions.yaml b/stable/paperless-ng/4.0.48/questions.yaml similarity index 100% rename from stable/paperless-ng/4.0.47/questions.yaml rename to stable/paperless-ng/4.0.48/questions.yaml diff --git a/stable/paperless-ng/4.0.47/templates/_sercrets.tpl b/stable/paperless-ng/4.0.48/templates/_sercrets.tpl similarity index 100% rename from stable/paperless-ng/4.0.47/templates/_sercrets.tpl rename to stable/paperless-ng/4.0.48/templates/_sercrets.tpl diff --git a/stable/paperless-ng/4.0.47/templates/common.yaml b/stable/paperless-ng/4.0.48/templates/common.yaml similarity index 100% rename from stable/paperless-ng/4.0.47/templates/common.yaml rename to stable/paperless-ng/4.0.48/templates/common.yaml diff --git a/stable/pyload/6.0.36/values.yaml b/stable/paperless-ng/4.0.48/values.yaml similarity index 100% rename from stable/pyload/6.0.36/values.yaml rename to stable/paperless-ng/4.0.48/values.yaml diff --git a/stable/papermerge/3.0.42/CHANGELOG.md b/stable/papermerge/3.0.42/CHANGELOG.md deleted file mode 100644 index 66f889c153a..00000000000 --- a/stable/papermerge/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [papermerge-3.0.42](https://github.com/truecharts/charts/compare/papermerge-3.0.41...papermerge-3.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [papermerge-3.0.41](https://github.com/truecharts/charts/compare/papermerge-3.0.40...papermerge-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [papermerge-3.0.41](https://github.com/truecharts/charts/compare/papermerge-3.0.40...papermerge-3.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [papermerge-3.0.40](https://github.com/truecharts/charts/compare/papermerge-3.0.39...papermerge-3.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [papermerge-3.0.38](https://github.com/truecharts/charts/compare/papermerge-3.0.37...papermerge-3.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [papermerge-3.0.37](https://github.com/truecharts/charts/compare/papermerge-3.0.36...papermerge-3.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [papermerge-3.0.36](https://github.com/truecharts/charts/compare/papermerge-3.0.35...papermerge-3.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [papermerge-3.0.36](https://github.com/truecharts/charts/compare/papermerge-3.0.35...papermerge-3.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/papermerge/3.0.42/Chart.lock b/stable/papermerge/3.0.42/Chart.lock deleted file mode 100644 index 7565ed4bdfa..00000000000 --- a/stable/papermerge/3.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:162f5b43a9ee07a562656ce4d9fae46071d0bbc4a34f237fb2a17e0f3bb6556e -generated: "2022-10-12T16:48:08.926486026Z" diff --git a/stable/papermerge/3.0.42/Chart.yaml b/stable/papermerge/3.0.42/Chart.yaml deleted file mode 100644 index 32d970b9de6..00000000000 --- a/stable/papermerge/3.0.42/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: papermerge -version: 3.0.42 -appVersion: "2.0.1" -description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/papermerge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png -keywords: - - papermerge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge - - https://hub.docker.com/r/linuxserver/papermerge -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/papermerge/3.0.42/README.md b/stable/papermerge/3.0.42/README.md deleted file mode 100644 index 57993824ae3..00000000000 --- a/stable/papermerge/3.0.42/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# papermerge - -Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [papermerge](https://truecharts.org/docs/charts/stable/papermerge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `papermerge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install papermerge TrueCharts/papermerge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `papermerge` deployment - -```console -helm uninstall papermerge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install papermerge \ - --set env.TZ="America/New York" \ - TrueCharts/papermerge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install papermerge TrueCharts/papermerge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/papermerge/3.0.42/charts/common-10.7.0.tgz b/stable/papermerge/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/papermerge/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/papermerge/3.0.42/charts/redis-3.0.94.tgz b/stable/papermerge/3.0.42/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/papermerge/3.0.42/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/papermerge/3.0.43/CHANGELOG.md b/stable/papermerge/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..5fa32c3a8e8 --- /dev/null +++ b/stable/papermerge/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [papermerge-3.0.43](https://github.com/truecharts/charts/compare/papermerge-3.0.42...papermerge-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [papermerge-3.0.42](https://github.com/truecharts/charts/compare/papermerge-3.0.41...papermerge-3.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [papermerge-3.0.41](https://github.com/truecharts/charts/compare/papermerge-3.0.40...papermerge-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [papermerge-3.0.41](https://github.com/truecharts/charts/compare/papermerge-3.0.40...papermerge-3.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [papermerge-3.0.40](https://github.com/truecharts/charts/compare/papermerge-3.0.39...papermerge-3.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [papermerge-3.0.38](https://github.com/truecharts/charts/compare/papermerge-3.0.37...papermerge-3.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [papermerge-3.0.37](https://github.com/truecharts/charts/compare/papermerge-3.0.36...papermerge-3.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [papermerge-3.0.36](https://github.com/truecharts/charts/compare/papermerge-3.0.35...papermerge-3.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/papermerge/3.0.43/Chart.lock b/stable/papermerge/3.0.43/Chart.lock new file mode 100644 index 00000000000..dfe410e9a2e --- /dev/null +++ b/stable/papermerge/3.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:b7e52395f71bdf9a723733a6211b037dffd28cfd953490668674811253c4a0a4 +generated: "2022-10-19T13:34:14.138507891Z" diff --git a/stable/papermerge/3.0.43/Chart.yaml b/stable/papermerge/3.0.43/Chart.yaml new file mode 100644 index 00000000000..dbb39e89a4f --- /dev/null +++ b/stable/papermerge/3.0.43/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: papermerge +version: 3.0.43 +appVersion: "2.0.1" +description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/papermerge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.png +keywords: + - papermerge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/papermerge + - https://hub.docker.com/r/linuxserver/papermerge +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/papermerge/3.0.43/README.md b/stable/papermerge/3.0.43/README.md new file mode 100644 index 00000000000..2b00b486fda --- /dev/null +++ b/stable/papermerge/3.0.43/README.md @@ -0,0 +1,107 @@ +# papermerge + +Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [papermerge](https://truecharts.org/docs/charts/stable/papermerge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `papermerge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install papermerge TrueCharts/papermerge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `papermerge` deployment + +```console +helm uninstall papermerge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install papermerge \ + --set env.TZ="America/New York" \ + TrueCharts/papermerge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install papermerge TrueCharts/papermerge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/papermerge/3.0.42/app-readme.md b/stable/papermerge/3.0.43/app-readme.md similarity index 100% rename from stable/papermerge/3.0.42/app-readme.md rename to stable/papermerge/3.0.43/app-readme.md diff --git a/stable/papermerge/3.0.43/charts/common-10.7.1.tgz b/stable/papermerge/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/papermerge/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/papermerge/3.0.43/charts/redis-3.0.97.tgz b/stable/papermerge/3.0.43/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/papermerge/3.0.43/charts/redis-3.0.97.tgz differ diff --git a/stable/papermerge/3.0.42/ix_values.yaml b/stable/papermerge/3.0.43/ix_values.yaml similarity index 100% rename from stable/papermerge/3.0.42/ix_values.yaml rename to stable/papermerge/3.0.43/ix_values.yaml diff --git a/stable/papermerge/3.0.42/questions.yaml b/stable/papermerge/3.0.43/questions.yaml similarity index 100% rename from stable/papermerge/3.0.42/questions.yaml rename to stable/papermerge/3.0.43/questions.yaml diff --git a/stable/rss-bridge/2.0.36/templates/common.yaml b/stable/papermerge/3.0.43/templates/common.yaml similarity index 100% rename from stable/rss-bridge/2.0.36/templates/common.yaml rename to stable/papermerge/3.0.43/templates/common.yaml diff --git a/stable/pylon/2.0.35/values.yaml b/stable/papermerge/3.0.43/values.yaml similarity index 100% rename from stable/pylon/2.0.35/values.yaml rename to stable/papermerge/3.0.43/values.yaml diff --git a/stable/pasta/1.0.7/CHANGELOG.md b/stable/pasta/1.0.7/CHANGELOG.md deleted file mode 100644 index 74baed785f8..00000000000 --- a/stable/pasta/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pasta-1.0.7](https://github.com/truecharts/charts/compare/pasta-1.0.6...pasta-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pasta-1.0.6](https://github.com/truecharts/charts/compare/pasta-1.0.5...pasta-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pasta-1.0.6](https://github.com/truecharts/charts/compare/pasta-1.0.5...pasta-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pasta-1.0.5](https://github.com/truecharts/charts/compare/pasta-1.0.4...pasta-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pasta-1.0.4](https://github.com/truecharts/charts/compare/pasta-1.0.3...pasta-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pasta-1.0.3](https://github.com/truecharts/charts/compare/pasta-1.0.2...pasta-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pasta-1.0.2](https://github.com/truecharts/charts/compare/pasta-1.0.1...pasta-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pasta-1.0.2](https://github.com/truecharts/charts/compare/pasta-1.0.1...pasta-1.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pasta/1.0.7/Chart.lock b/stable/pasta/1.0.7/Chart.lock deleted file mode 100644 index f7a59acfcec..00000000000 --- a/stable/pasta/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:48:02.858191686Z" diff --git a/stable/pasta/1.0.7/Chart.yaml b/stable/pasta/1.0.7/Chart.yaml deleted file mode 100644 index 9b0e7c679f2..00000000000 --- a/stable/pasta/1.0.7/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "1.6.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "PASTA - Audio and Subtitle Track Changer for Plex" -home: https://truecharts.org/docs/charts/stable/pasta -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png -keywords: - - pasta - - MediaApp-Other - - Tools-Utilities - - Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pasta -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pasta - - https://github.com/cglatot/pasta - - https://hub.docker.com/r/cglatot/pasta -type: application -version: 1.0.7 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - MediaApp-Other - - Tools-Utilities - - Other diff --git a/stable/pasta/1.0.7/README.md b/stable/pasta/1.0.7/README.md deleted file mode 100644 index af393c4ad8f..00000000000 --- a/stable/pasta/1.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pasta - -PASTA - Audio and Subtitle Track Changer for Plex - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pasta](https://truecharts.org/docs/charts/stable/pasta) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pasta` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pasta TrueCharts/pasta -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pasta` deployment - -```console -helm uninstall pasta -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pasta \ - --set env.TZ="America/New York" \ - TrueCharts/pasta -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pasta TrueCharts/pasta -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pasta/1.0.7/charts/common-10.7.0.tgz b/stable/pasta/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pasta/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pasta/1.0.8/CHANGELOG.md b/stable/pasta/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..55bb75cb010 --- /dev/null +++ b/stable/pasta/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pasta-1.0.8](https://github.com/truecharts/charts/compare/pasta-1.0.7...pasta-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pasta-1.0.7](https://github.com/truecharts/charts/compare/pasta-1.0.6...pasta-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pasta-1.0.6](https://github.com/truecharts/charts/compare/pasta-1.0.5...pasta-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pasta-1.0.6](https://github.com/truecharts/charts/compare/pasta-1.0.5...pasta-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pasta-1.0.5](https://github.com/truecharts/charts/compare/pasta-1.0.4...pasta-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pasta-1.0.4](https://github.com/truecharts/charts/compare/pasta-1.0.3...pasta-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pasta-1.0.3](https://github.com/truecharts/charts/compare/pasta-1.0.2...pasta-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pasta-1.0.2](https://github.com/truecharts/charts/compare/pasta-1.0.1...pasta-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pasta/1.0.8/Chart.lock b/stable/pasta/1.0.8/Chart.lock new file mode 100644 index 00000000000..7a0a7e49503 --- /dev/null +++ b/stable/pasta/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:34:02.664577349Z" diff --git a/stable/pasta/1.0.8/Chart.yaml b/stable/pasta/1.0.8/Chart.yaml new file mode 100644 index 00000000000..37d6c3ede92 --- /dev/null +++ b/stable/pasta/1.0.8/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "1.6.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "PASTA - Audio and Subtitle Track Changer for Plex" +home: https://truecharts.org/docs/charts/stable/pasta +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.png +keywords: + - pasta + - MediaApp-Other + - Tools-Utilities + - Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pasta +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pasta + - https://github.com/cglatot/pasta + - https://hub.docker.com/r/cglatot/pasta +type: application +version: 1.0.8 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - MediaApp-Other + - Tools-Utilities + - Other diff --git a/stable/pasta/1.0.8/README.md b/stable/pasta/1.0.8/README.md new file mode 100644 index 00000000000..ed7d5744eba --- /dev/null +++ b/stable/pasta/1.0.8/README.md @@ -0,0 +1,107 @@ +# pasta + +PASTA - Audio and Subtitle Track Changer for Plex + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pasta](https://truecharts.org/docs/charts/stable/pasta) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pasta` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pasta TrueCharts/pasta +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pasta` deployment + +```console +helm uninstall pasta +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pasta \ + --set env.TZ="America/New York" \ + TrueCharts/pasta +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pasta TrueCharts/pasta -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pasta/1.0.7/app-readme.md b/stable/pasta/1.0.8/app-readme.md similarity index 100% rename from stable/pasta/1.0.7/app-readme.md rename to stable/pasta/1.0.8/app-readme.md diff --git a/stable/pasta/1.0.8/charts/common-10.7.1.tgz b/stable/pasta/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pasta/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/pasta/1.0.7/ix_values.yaml b/stable/pasta/1.0.8/ix_values.yaml similarity index 100% rename from stable/pasta/1.0.7/ix_values.yaml rename to stable/pasta/1.0.8/ix_values.yaml diff --git a/stable/pasta/1.0.7/questions.yaml b/stable/pasta/1.0.8/questions.yaml similarity index 100% rename from stable/pasta/1.0.7/questions.yaml rename to stable/pasta/1.0.8/questions.yaml diff --git a/stable/pasta/1.0.7/templates/common.yaml b/stable/pasta/1.0.8/templates/common.yaml similarity index 100% rename from stable/pasta/1.0.7/templates/common.yaml rename to stable/pasta/1.0.8/templates/common.yaml diff --git a/stable/qbitmanage/1.0.8/values.yaml b/stable/pasta/1.0.8/values.yaml similarity index 100% rename from stable/qbitmanage/1.0.8/values.yaml rename to stable/pasta/1.0.8/values.yaml diff --git a/stable/pgadmin/7.0.40/CHANGELOG.md b/stable/pgadmin/7.0.40/CHANGELOG.md deleted file mode 100644 index fbcb1e026ab..00000000000 --- a/stable/pgadmin/7.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pgadmin-7.0.40](https://github.com/truecharts/charts/compare/pgadmin-7.0.39...pgadmin-7.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pgadmin-7.0.39](https://github.com/truecharts/charts/compare/pgadmin-7.0.38...pgadmin-7.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pgadmin-7.0.39](https://github.com/truecharts/charts/compare/pgadmin-7.0.38...pgadmin-7.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pgadmin-7.0.38](https://github.com/truecharts/charts/compare/pgadmin-7.0.37...pgadmin-7.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pgadmin-7.0.37](https://github.com/truecharts/charts/compare/pgadmin-7.0.36...pgadmin-7.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pgadmin-7.0.36](https://github.com/truecharts/charts/compare/pgadmin-7.0.35...pgadmin-7.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pgadmin-7.0.35](https://github.com/truecharts/charts/compare/pgadmin-7.0.34...pgadmin-7.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pgadmin-7.0.35](https://github.com/truecharts/charts/compare/pgadmin-7.0.34...pgadmin-7.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pgadmin/7.0.40/Chart.lock b/stable/pgadmin/7.0.40/Chart.lock deleted file mode 100644 index d30ccb16c05..00000000000 --- a/stable/pgadmin/7.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:48:19.131313514Z" diff --git a/stable/pgadmin/7.0.40/Chart.yaml b/stable/pgadmin/7.0.40/Chart.yaml deleted file mode 100644 index 75ae9172c2a..00000000000 --- a/stable/pgadmin/7.0.40/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "6.13" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Web-Based postgresql database management utility -home: https://truecharts.org/docs/charts/stable/pgadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png -keywords: - - pgadmin - - db - - database -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pgadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin - - https://www.pgadmin.org/ -type: application -version: 7.0.40 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pgadmin/7.0.40/README.md b/stable/pgadmin/7.0.40/README.md deleted file mode 100644 index 164afb6c837..00000000000 --- a/stable/pgadmin/7.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pgadmin - -Web-Based postgresql database management utility - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pgadmin](https://truecharts.org/docs/charts/stable/pgadmin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pgadmin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pgadmin TrueCharts/pgadmin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pgadmin` deployment - -```console -helm uninstall pgadmin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pgadmin \ - --set env.TZ="America/New York" \ - TrueCharts/pgadmin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pgadmin TrueCharts/pgadmin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pgadmin/7.0.40/charts/common-10.7.0.tgz b/stable/pgadmin/7.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pgadmin/7.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pgadmin/7.0.41/CHANGELOG.md b/stable/pgadmin/7.0.41/CHANGELOG.md new file mode 100644 index 00000000000..35bf3200e37 --- /dev/null +++ b/stable/pgadmin/7.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pgadmin-7.0.41](https://github.com/truecharts/charts/compare/pgadmin-7.0.40...pgadmin-7.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pgadmin-7.0.40](https://github.com/truecharts/charts/compare/pgadmin-7.0.39...pgadmin-7.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pgadmin-7.0.39](https://github.com/truecharts/charts/compare/pgadmin-7.0.38...pgadmin-7.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pgadmin-7.0.39](https://github.com/truecharts/charts/compare/pgadmin-7.0.38...pgadmin-7.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pgadmin-7.0.38](https://github.com/truecharts/charts/compare/pgadmin-7.0.37...pgadmin-7.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pgadmin-7.0.37](https://github.com/truecharts/charts/compare/pgadmin-7.0.36...pgadmin-7.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pgadmin-7.0.36](https://github.com/truecharts/charts/compare/pgadmin-7.0.35...pgadmin-7.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pgadmin-7.0.35](https://github.com/truecharts/charts/compare/pgadmin-7.0.34...pgadmin-7.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pgadmin/7.0.41/Chart.lock b/stable/pgadmin/7.0.41/Chart.lock new file mode 100644 index 00000000000..492476cd7dd --- /dev/null +++ b/stable/pgadmin/7.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:34:26.191713855Z" diff --git a/stable/pgadmin/7.0.41/Chart.yaml b/stable/pgadmin/7.0.41/Chart.yaml new file mode 100644 index 00000000000..16f90c1b14a --- /dev/null +++ b/stable/pgadmin/7.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "6.13" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Web-Based postgresql database management utility +home: https://truecharts.org/docs/charts/stable/pgadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.png +keywords: + - pgadmin + - db + - database +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pgadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pgadmin + - https://www.pgadmin.org/ +type: application +version: 7.0.41 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pgadmin/7.0.41/README.md b/stable/pgadmin/7.0.41/README.md new file mode 100644 index 00000000000..5b388d88d60 --- /dev/null +++ b/stable/pgadmin/7.0.41/README.md @@ -0,0 +1,106 @@ +# pgadmin + +Web-Based postgresql database management utility + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pgadmin](https://truecharts.org/docs/charts/stable/pgadmin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pgadmin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pgadmin TrueCharts/pgadmin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pgadmin` deployment + +```console +helm uninstall pgadmin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pgadmin \ + --set env.TZ="America/New York" \ + TrueCharts/pgadmin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pgadmin TrueCharts/pgadmin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pgadmin/7.0.40/app-readme.md b/stable/pgadmin/7.0.41/app-readme.md similarity index 100% rename from stable/pgadmin/7.0.40/app-readme.md rename to stable/pgadmin/7.0.41/app-readme.md diff --git a/stable/pgadmin/7.0.41/charts/common-10.7.1.tgz b/stable/pgadmin/7.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pgadmin/7.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/pgadmin/7.0.40/ix_values.yaml b/stable/pgadmin/7.0.41/ix_values.yaml similarity index 100% rename from stable/pgadmin/7.0.40/ix_values.yaml rename to stable/pgadmin/7.0.41/ix_values.yaml diff --git a/stable/pgadmin/7.0.40/questions.yaml b/stable/pgadmin/7.0.41/questions.yaml similarity index 100% rename from stable/pgadmin/7.0.40/questions.yaml rename to stable/pgadmin/7.0.41/questions.yaml diff --git a/stable/rsshub/3.0.121/templates/common.yaml b/stable/pgadmin/7.0.41/templates/common.yaml similarity index 100% rename from stable/rsshub/3.0.121/templates/common.yaml rename to stable/pgadmin/7.0.41/templates/common.yaml diff --git a/stable/qdirstat/1.0.15/values.yaml b/stable/pgadmin/7.0.41/values.yaml similarity index 100% rename from stable/qdirstat/1.0.15/values.yaml rename to stable/pgadmin/7.0.41/values.yaml diff --git a/stable/photoprism/10.0.51/CHANGELOG.md b/stable/photoprism/10.0.51/CHANGELOG.md new file mode 100644 index 00000000000..0c6958f3e0f --- /dev/null +++ b/stable/photoprism/10.0.51/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [photoprism-10.0.51](https://github.com/truecharts/charts/compare/photoprism-10.0.50...photoprism-10.0.51) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [photoprism-10.0.50](https://github.com/truecharts/charts/compare/photoprism-10.0.49...photoprism-10.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [photoprism-10.0.49](https://github.com/truecharts/charts/compare/photoprism-10.0.48...photoprism-10.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoprism-10.0.49](https://github.com/truecharts/charts/compare/photoprism-10.0.48...photoprism-10.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoprism-10.0.48](https://github.com/truecharts/charts/compare/photoprism-10.0.47...photoprism-10.0.48) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [photoprism-10.0.46](https://github.com/truecharts/charts/compare/photoprism-10.0.45...photoprism-10.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [photoprism-10.0.45](https://github.com/truecharts/charts/compare/photoprism-10.0.44...photoprism-10.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [photoprism-10.0.44](https://github.com/truecharts/charts/compare/photoprism-10.0.43...photoprism-10.0.44) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/photoprism/10.0.51/Chart.lock b/stable/photoprism/10.0.51/Chart.lock new file mode 100644 index 00000000000..64598463a28 --- /dev/null +++ b/stable/photoprism/10.0.51/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:34:47.464913681Z" diff --git a/stable/photoprism/10.0.51/Chart.yaml b/stable/photoprism/10.0.51/Chart.yaml new file mode 100644 index 00000000000..217bb614fc8 --- /dev/null +++ b/stable/photoprism/10.0.51/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "220901" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection" +home: https://truecharts.org/docs/charts/stable/photoprism +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png +keywords: + - photos + - photoprism + - pictures + - sharing +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: photoprism +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoprism + - https://github.com/photoprism/photoprism + - https://hub.docker.com/r/photoprism/photoprism +version: 10.0.51 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/photoprism/10.0.51/README.md b/stable/photoprism/10.0.51/README.md new file mode 100644 index 00000000000..4ddad071663 --- /dev/null +++ b/stable/photoprism/10.0.51/README.md @@ -0,0 +1,108 @@ +# photoprism + +PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [photoprism](https://truecharts.org/docs/charts/stable/photoprism) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `photoprism` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install photoprism TrueCharts/photoprism +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `photoprism` deployment + +```console +helm uninstall photoprism +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install photoprism \ + --set env.TZ="America/New York" \ + TrueCharts/photoprism +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install photoprism TrueCharts/photoprism -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/photoprism/10.0.51/app-readme.md b/stable/photoprism/10.0.51/app-readme.md new file mode 100644 index 00000000000..77a5ffc449a --- /dev/null +++ b/stable/photoprism/10.0.51/app-readme.md @@ -0,0 +1,8 @@ +PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/photoprism](https://truecharts.org/docs/charts/stable/photoprism) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/photoprism/10.0.51/charts/common-10.7.1.tgz b/stable/photoprism/10.0.51/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/photoprism/10.0.51/charts/common-10.7.1.tgz differ diff --git a/stable/photoprism/10.0.51/charts/mariadb-3.0.95.tgz b/stable/photoprism/10.0.51/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/photoprism/10.0.51/charts/mariadb-3.0.95.tgz differ diff --git a/stable/photoprism/10.0.51/ix_values.yaml b/stable/photoprism/10.0.51/ix_values.yaml new file mode 100644 index 00000000000..d4526a883a6 --- /dev/null +++ b/stable/photoprism/10.0.51/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: tccr.io/truecharts/photoprism + tag: v220901@sha256:c83d3c911b91460f2b043a048224b37516bff40f1676330ea1e790145278c5fa + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + +secretEnv: + PHOTOPRISM_ADMIN_PASSWORD: "please-change" + +env: + HOME: "/photoprism" + PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals" + PHOTOPRISM_IMPORT_PATH: "/photoprism/import" + PHOTOPRISM_TEMP_PATH: "/photoprism/temp" + PHOTOPRISM_STORAGE_PATH: "/assets/storage" + PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar" + PHOTOPRISM_CACHE_PATH: "/assets/cache" + PHOTOPRISM_CONFIG_PATH: "/assets/config" + PROTOPRISM_BACKUP_PATH: "/assets/backup" + PHOTOPRISM_PUBLIC: false + PHOTOPRISM_UID: "{{ .Values.podSecurityContext.runAsUser }}" + PHOTOPRISM_GID: "{{ .Values.podSecurityContext.runAsGroup }}" + PHOTOPRISM_UMASK: "{{ .Values.env.UMASK }}" + PHOTOPRISM_DATABASE_DRIVER: "mysql" + PHOTOPRISM_DATABASE_NAME: "photoprism" + PHOTOPRISM_DATABASE_USER: "photoprism" + PHOTOPRISM_DATABASE_SERVER: + secretKeyRef: + name: mariadbcreds + key: plainporthost + PHOTOPRISM_DATABASE_PASSWORD: + secretKeyRef: + name: mariadbcreds + key: mariadb-password + +service: + main: + ports: + main: + port: 2342 + targetPort: 2342 + +persistence: + storage: + enabled: true + mountPath: "/assets" + temp: + enabled: true + mountPath: "/photoprism/temp" + type: emptyDir + +mariadb: + enabled: true + mariadbUsername: photoprism + mariadbDatabase: photoprism + existingSecret: "mariadbcreds" + +portal: + enabled: true diff --git a/stable/photoprism/10.0.51/questions.yaml b/stable/photoprism/10.0.51/questions.yaml new file mode 100644 index 00000000000..cce8441f1ff --- /dev/null +++ b/stable/photoprism/10.0.51/questions.yaml @@ -0,0 +1,2609 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: PHOTOPRISM_ADMIN_PASSWORD + label: "PHOTOPRISM_ADMIN_PASSWORD (First Install Only)" + description: "Initial admin password. **BE SURE TO CHANGE THIS!**" + schema: + type: string + required: true + private: true + default: "REPLACETHIS" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: PHOTOPRISM_ORIGINALS_PATH + label: "PHOTOPRISM_ORIGINALS_PATH" + description: "Photoprism originals path" + schema: + type: string + default: "/photoprism/originals" + - variable: PHOTOPRISM_IMPORT_PATH + label: "PHOTOPRISM_IMPORT_PATH" + description: "Photoprism import path" + schema: + type: string + default: "/photoprism/import" + - variable: PHOTOPRISM_PUBLIC + label: "PHOTOPRISM_PUBLIC" + description: "Disable authentication / password protection" + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 2342 + 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 + hidden: true + 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: 2342 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: storage + label: "App Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/satisfactory/2.0.43/templates/common.yaml b/stable/photoprism/10.0.51/templates/common.yaml similarity index 100% rename from stable/satisfactory/2.0.43/templates/common.yaml rename to stable/photoprism/10.0.51/templates/common.yaml diff --git a/stable/qinglong/2.0.48/values.yaml b/stable/photoprism/10.0.51/values.yaml similarity index 100% rename from stable/qinglong/2.0.48/values.yaml rename to stable/photoprism/10.0.51/values.yaml diff --git a/stable/photoshow/3.0.35/CHANGELOG.md b/stable/photoshow/3.0.35/CHANGELOG.md deleted file mode 100644 index f53e4fe4cc8..00000000000 --- a/stable/photoshow/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [photoshow-3.0.35](https://github.com/truecharts/charts/compare/photoshow-3.0.34...photoshow-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [photoshow-3.0.34](https://github.com/truecharts/charts/compare/photoshow-3.0.33...photoshow-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photoshow-3.0.34](https://github.com/truecharts/charts/compare/photoshow-3.0.33...photoshow-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photoshow-3.0.33](https://github.com/truecharts/charts/compare/photoshow-3.0.32...photoshow-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [photoshow-3.0.32](https://github.com/truecharts/charts/compare/photoshow-3.0.31...photoshow-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [photoshow-3.0.31](https://github.com/truecharts/charts/compare/photoshow-3.0.30...photoshow-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [photoshow-3.0.30](https://github.com/truecharts/charts/compare/photoshow-3.0.29...photoshow-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [photoshow-3.0.30](https://github.com/truecharts/charts/compare/photoshow-3.0.29...photoshow-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/photoshow/3.0.35/Chart.lock b/stable/photoshow/3.0.35/Chart.lock deleted file mode 100644 index ff5c1520092..00000000000 --- a/stable/photoshow/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:48:48.248961877Z" diff --git a/stable/photoshow/3.0.35/Chart.yaml b/stable/photoshow/3.0.35/Chart.yaml deleted file mode 100644 index 572e50dff7d..00000000000 --- a/stable/photoshow/3.0.35/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "48aabb98" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A gallery software at its easiest, it doesn't even require a database. -home: https://truecharts.org/docs/charts/stable/photoshow -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png -keywords: - - photoshow - - photo - - show - - gallary - - image -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: photoshow -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow - - https://github.com/thibaud-rohmer/PhotoShow - - https://github.com/linuxserver/docker-photoshow -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/photoshow/3.0.35/README.md b/stable/photoshow/3.0.35/README.md deleted file mode 100644 index c292a2543d2..00000000000 --- a/stable/photoshow/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# photoshow - -A gallery software at its easiest, it doesn't even require a database. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [photoshow](https://truecharts.org/docs/charts/stable/photoshow) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `photoshow` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install photoshow TrueCharts/photoshow -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `photoshow` deployment - -```console -helm uninstall photoshow -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install photoshow \ - --set env.TZ="America/New York" \ - TrueCharts/photoshow -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install photoshow TrueCharts/photoshow -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/photoshow/3.0.35/charts/common-10.7.0.tgz b/stable/photoshow/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/photoshow/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/photoshow/3.0.36/CHANGELOG.md b/stable/photoshow/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..9c29afd3471 --- /dev/null +++ b/stable/photoshow/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [photoshow-3.0.36](https://github.com/truecharts/charts/compare/photoshow-3.0.35...photoshow-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [photoshow-3.0.35](https://github.com/truecharts/charts/compare/photoshow-3.0.34...photoshow-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [photoshow-3.0.34](https://github.com/truecharts/charts/compare/photoshow-3.0.33...photoshow-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoshow-3.0.34](https://github.com/truecharts/charts/compare/photoshow-3.0.33...photoshow-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoshow-3.0.33](https://github.com/truecharts/charts/compare/photoshow-3.0.32...photoshow-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [photoshow-3.0.32](https://github.com/truecharts/charts/compare/photoshow-3.0.31...photoshow-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [photoshow-3.0.31](https://github.com/truecharts/charts/compare/photoshow-3.0.30...photoshow-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [photoshow-3.0.30](https://github.com/truecharts/charts/compare/photoshow-3.0.29...photoshow-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/photoshow/3.0.36/Chart.lock b/stable/photoshow/3.0.36/Chart.lock new file mode 100644 index 00000000000..f2ca7e78e33 --- /dev/null +++ b/stable/photoshow/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:34:57.006358485Z" diff --git a/stable/photoshow/3.0.36/Chart.yaml b/stable/photoshow/3.0.36/Chart.yaml new file mode 100644 index 00000000000..74f26e39079 --- /dev/null +++ b/stable/photoshow/3.0.36/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "48aabb98" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A gallery software at its easiest, it doesn't even require a database. +home: https://truecharts.org/docs/charts/stable/photoshow +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.png +keywords: + - photoshow + - photo + - show + - gallary + - image +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: photoshow +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoshow + - https://github.com/thibaud-rohmer/PhotoShow + - https://github.com/linuxserver/docker-photoshow +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/photoshow/3.0.36/README.md b/stable/photoshow/3.0.36/README.md new file mode 100644 index 00000000000..c016c38bfe7 --- /dev/null +++ b/stable/photoshow/3.0.36/README.md @@ -0,0 +1,107 @@ +# photoshow + +A gallery software at its easiest, it doesn't even require a database. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [photoshow](https://truecharts.org/docs/charts/stable/photoshow) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `photoshow` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install photoshow TrueCharts/photoshow +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `photoshow` deployment + +```console +helm uninstall photoshow +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install photoshow \ + --set env.TZ="America/New York" \ + TrueCharts/photoshow +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install photoshow TrueCharts/photoshow -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/photoshow/3.0.35/app-readme.md b/stable/photoshow/3.0.36/app-readme.md similarity index 100% rename from stable/photoshow/3.0.35/app-readme.md rename to stable/photoshow/3.0.36/app-readme.md diff --git a/stable/photoshow/3.0.36/charts/common-10.7.1.tgz b/stable/photoshow/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/photoshow/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/photoshow/3.0.35/ix_values.yaml b/stable/photoshow/3.0.36/ix_values.yaml similarity index 100% rename from stable/photoshow/3.0.35/ix_values.yaml rename to stable/photoshow/3.0.36/ix_values.yaml diff --git a/stable/photoshow/3.0.35/questions.yaml b/stable/photoshow/3.0.36/questions.yaml similarity index 100% rename from stable/photoshow/3.0.35/questions.yaml rename to stable/photoshow/3.0.36/questions.yaml diff --git a/stable/photoshow/3.0.35/templates/common.yaml b/stable/photoshow/3.0.36/templates/common.yaml similarity index 100% rename from stable/photoshow/3.0.35/templates/common.yaml rename to stable/photoshow/3.0.36/templates/common.yaml diff --git a/stable/quassel-core/3.0.41/values.yaml b/stable/photoshow/3.0.36/values.yaml similarity index 100% rename from stable/quassel-core/3.0.41/values.yaml rename to stable/photoshow/3.0.36/values.yaml diff --git a/stable/photoview/4.0.43/CHANGELOG.md b/stable/photoview/4.0.43/CHANGELOG.md deleted file mode 100644 index a87933cca17..00000000000 --- a/stable/photoview/4.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [photoview-4.0.43](https://github.com/truecharts/charts/compare/photoview-4.0.42...photoview-4.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [photoview-4.0.42](https://github.com/truecharts/charts/compare/photoview-4.0.41...photoview-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photoview-4.0.42](https://github.com/truecharts/charts/compare/photoview-4.0.41...photoview-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [photoview-4.0.41](https://github.com/truecharts/charts/compare/photoview-4.0.40...photoview-4.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [photoview-4.0.39](https://github.com/truecharts/charts/compare/photoview-4.0.38...photoview-4.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [photoview-4.0.38](https://github.com/truecharts/charts/compare/photoview-4.0.37...photoview-4.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [photoview-4.0.37](https://github.com/truecharts/charts/compare/photoview-4.0.36...photoview-4.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [photoview-4.0.37](https://github.com/truecharts/charts/compare/photoview-4.0.36...photoview-4.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/photoview/4.0.43/Chart.lock b/stable/photoview/4.0.43/Chart.lock deleted file mode 100644 index a0f60addb19..00000000000 --- a/stable/photoview/4.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:48:59.974688961Z" diff --git a/stable/photoview/4.0.43/Chart.yaml b/stable/photoview/4.0.43/Chart.yaml deleted file mode 100644 index 2c71eea8c1f..00000000000 --- a/stable/photoview/4.0.43/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.3.13" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Photoview is a simple and user-friendly photo gallery. -home: https://truecharts.org/docs/charts/stable/photoview -icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png -keywords: - - photo - - gallery -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: photoview -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/photoview - - https://github.com/photoview/photoview - - https://hub.docker.com/r/viktorstrate/photoview -version: 4.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/photoview/4.0.43/README.md b/stable/photoview/4.0.43/README.md deleted file mode 100644 index 3190d5da650..00000000000 --- a/stable/photoview/4.0.43/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# photoview - -Photoview is a simple and user-friendly photo gallery. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [photoview](https://truecharts.org/docs/charts/stable/photoview) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `photoview` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install photoview TrueCharts/photoview -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `photoview` deployment - -```console -helm uninstall photoview -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install photoview \ - --set env.TZ="America/New York" \ - TrueCharts/photoview -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install photoview TrueCharts/photoview -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/photoview/4.0.43/charts/common-10.7.0.tgz b/stable/photoview/4.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/photoview/4.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/photoview/4.0.43/charts/postgresql-8.0.97.tgz b/stable/photoview/4.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/photoview/4.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/photoview/4.0.44/CHANGELOG.md b/stable/photoview/4.0.44/CHANGELOG.md new file mode 100644 index 00000000000..01e0875192a --- /dev/null +++ b/stable/photoview/4.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [photoview-4.0.44](https://github.com/truecharts/charts/compare/photoview-4.0.43...photoview-4.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [photoview-4.0.43](https://github.com/truecharts/charts/compare/photoview-4.0.42...photoview-4.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [photoview-4.0.42](https://github.com/truecharts/charts/compare/photoview-4.0.41...photoview-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoview-4.0.42](https://github.com/truecharts/charts/compare/photoview-4.0.41...photoview-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [photoview-4.0.41](https://github.com/truecharts/charts/compare/photoview-4.0.40...photoview-4.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [photoview-4.0.39](https://github.com/truecharts/charts/compare/photoview-4.0.38...photoview-4.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [photoview-4.0.38](https://github.com/truecharts/charts/compare/photoview-4.0.37...photoview-4.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [photoview-4.0.37](https://github.com/truecharts/charts/compare/photoview-4.0.36...photoview-4.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/photoview/4.0.44/Chart.lock b/stable/photoview/4.0.44/Chart.lock new file mode 100644 index 00000000000..99ea2cb876f --- /dev/null +++ b/stable/photoview/4.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:35:10.390347139Z" diff --git a/stable/photoview/4.0.44/Chart.yaml b/stable/photoview/4.0.44/Chart.yaml new file mode 100644 index 00000000000..ebce1ef6344 --- /dev/null +++ b/stable/photoview/4.0.44/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.3.13" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Photoview is a simple and user-friendly photo gallery. +home: https://truecharts.org/docs/charts/stable/photoview +icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png +keywords: + - photo + - gallery +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: photoview +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/photoview + - https://github.com/photoview/photoview + - https://hub.docker.com/r/viktorstrate/photoview +version: 4.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/photoview/4.0.44/README.md b/stable/photoview/4.0.44/README.md new file mode 100644 index 00000000000..9923dce456d --- /dev/null +++ b/stable/photoview/4.0.44/README.md @@ -0,0 +1,108 @@ +# photoview + +Photoview is a simple and user-friendly photo gallery. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [photoview](https://truecharts.org/docs/charts/stable/photoview) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `photoview` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install photoview TrueCharts/photoview +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `photoview` deployment + +```console +helm uninstall photoview +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install photoview \ + --set env.TZ="America/New York" \ + TrueCharts/photoview +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install photoview TrueCharts/photoview -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/photoview/4.0.43/app-readme.md b/stable/photoview/4.0.44/app-readme.md similarity index 100% rename from stable/photoview/4.0.43/app-readme.md rename to stable/photoview/4.0.44/app-readme.md diff --git a/stable/photoview/4.0.44/charts/common-10.7.1.tgz b/stable/photoview/4.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/photoview/4.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/photoview/4.0.44/charts/postgresql-8.0.101.tgz b/stable/photoview/4.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/photoview/4.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/photoview/4.0.43/ix_values.yaml b/stable/photoview/4.0.44/ix_values.yaml similarity index 100% rename from stable/photoview/4.0.43/ix_values.yaml rename to stable/photoview/4.0.44/ix_values.yaml diff --git a/stable/photoview/4.0.43/questions.yaml b/stable/photoview/4.0.44/questions.yaml similarity index 100% rename from stable/photoview/4.0.43/questions.yaml rename to stable/photoview/4.0.44/questions.yaml diff --git a/stable/scrutiny/3.0.36/templates/common.yaml b/stable/photoview/4.0.44/templates/common.yaml similarity index 100% rename from stable/scrutiny/3.0.36/templates/common.yaml rename to stable/photoview/4.0.44/templates/common.yaml diff --git a/stable/quassel-web/2.0.35/values.yaml b/stable/photoview/4.0.44/values.yaml similarity index 100% rename from stable/quassel-web/2.0.35/values.yaml rename to stable/photoview/4.0.44/values.yaml diff --git a/stable/phpldapadmin/6.0.37/CHANGELOG.md b/stable/phpldapadmin/6.0.37/CHANGELOG.md deleted file mode 100644 index b7695a67617..00000000000 --- a/stable/phpldapadmin/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [phpldapadmin-6.0.37](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.36...phpldapadmin-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [phpldapadmin-6.0.36](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.35...phpldapadmin-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phpldapadmin-6.0.36](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.35...phpldapadmin-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [phpldapadmin-6.0.35](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.34...phpldapadmin-6.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [phpldapadmin-6.0.34](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.33...phpldapadmin-6.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [phpldapadmin-6.0.33](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.32...phpldapadmin-6.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [phpldapadmin-6.0.32](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.31...phpldapadmin-6.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [phpldapadmin-6.0.32](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.31...phpldapadmin-6.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/phpldapadmin/6.0.37/Chart.lock b/stable/phpldapadmin/6.0.37/Chart.lock deleted file mode 100644 index e782244c880..00000000000 --- a/stable/phpldapadmin/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:00.161170119Z" diff --git a/stable/phpldapadmin/6.0.37/Chart.yaml b/stable/phpldapadmin/6.0.37/Chart.yaml deleted file mode 100644 index 32be355c67f..00000000000 --- a/stable/phpldapadmin/6.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.9.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Web-based LDAP browser to manage your LDAP server -home: https://truecharts.org/docs/charts/stable/phpldapadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png -keywords: - - phpldapadmin - - openldap - - userrights -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: phpldapadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin - - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog -type: application -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/phpldapadmin/6.0.37/README.md b/stable/phpldapadmin/6.0.37/README.md deleted file mode 100644 index 1baa7eacb69..00000000000 --- a/stable/phpldapadmin/6.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# phpldapadmin - -Web-based LDAP browser to manage your LDAP server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [phpldapadmin](https://truecharts.org/docs/charts/stable/phpldapadmin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `phpldapadmin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install phpldapadmin TrueCharts/phpldapadmin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `phpldapadmin` deployment - -```console -helm uninstall phpldapadmin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install phpldapadmin \ - --set env.TZ="America/New York" \ - TrueCharts/phpldapadmin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install phpldapadmin TrueCharts/phpldapadmin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/phpldapadmin/6.0.37/charts/common-10.7.0.tgz b/stable/phpldapadmin/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/phpldapadmin/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/phpldapadmin/6.0.38/CHANGELOG.md b/stable/phpldapadmin/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..5ea486d922b --- /dev/null +++ b/stable/phpldapadmin/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [phpldapadmin-6.0.38](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.37...phpldapadmin-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [phpldapadmin-6.0.37](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.36...phpldapadmin-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [phpldapadmin-6.0.36](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.35...phpldapadmin-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phpldapadmin-6.0.36](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.35...phpldapadmin-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [phpldapadmin-6.0.35](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.34...phpldapadmin-6.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [phpldapadmin-6.0.34](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.33...phpldapadmin-6.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [phpldapadmin-6.0.33](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.32...phpldapadmin-6.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [phpldapadmin-6.0.32](https://github.com/truecharts/charts/compare/phpldapadmin-6.0.31...phpldapadmin-6.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/phpldapadmin/6.0.38/Chart.lock b/stable/phpldapadmin/6.0.38/Chart.lock new file mode 100644 index 00000000000..03f1482c903 --- /dev/null +++ b/stable/phpldapadmin/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:12.65411923Z" diff --git a/stable/phpldapadmin/6.0.38/Chart.yaml b/stable/phpldapadmin/6.0.38/Chart.yaml new file mode 100644 index 00000000000..a0de7275843 --- /dev/null +++ b/stable/phpldapadmin/6.0.38/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.9.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Web-based LDAP browser to manage your LDAP server +home: https://truecharts.org/docs/charts/stable/phpldapadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.png +keywords: + - phpldapadmin + - openldap + - userrights +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: phpldapadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/phpldapadmin + - https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog +type: application +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/phpldapadmin/6.0.38/README.md b/stable/phpldapadmin/6.0.38/README.md new file mode 100644 index 00000000000..cfcc97c1929 --- /dev/null +++ b/stable/phpldapadmin/6.0.38/README.md @@ -0,0 +1,106 @@ +# phpldapadmin + +Web-based LDAP browser to manage your LDAP server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [phpldapadmin](https://truecharts.org/docs/charts/stable/phpldapadmin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `phpldapadmin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install phpldapadmin TrueCharts/phpldapadmin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `phpldapadmin` deployment + +```console +helm uninstall phpldapadmin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install phpldapadmin \ + --set env.TZ="America/New York" \ + TrueCharts/phpldapadmin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install phpldapadmin TrueCharts/phpldapadmin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/phpldapadmin/6.0.37/app-readme.md b/stable/phpldapadmin/6.0.38/app-readme.md similarity index 100% rename from stable/phpldapadmin/6.0.37/app-readme.md rename to stable/phpldapadmin/6.0.38/app-readme.md diff --git a/stable/phpldapadmin/6.0.38/charts/common-10.7.1.tgz b/stable/phpldapadmin/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/phpldapadmin/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/phpldapadmin/6.0.37/ix_values.yaml b/stable/phpldapadmin/6.0.38/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/6.0.37/ix_values.yaml rename to stable/phpldapadmin/6.0.38/ix_values.yaml diff --git a/stable/phpldapadmin/6.0.37/questions.yaml b/stable/phpldapadmin/6.0.38/questions.yaml similarity index 100% rename from stable/phpldapadmin/6.0.37/questions.yaml rename to stable/phpldapadmin/6.0.38/questions.yaml diff --git a/stable/ser2sock/6.0.38/templates/common.yaml b/stable/phpldapadmin/6.0.38/templates/common.yaml similarity index 100% rename from stable/ser2sock/6.0.38/templates/common.yaml rename to stable/phpldapadmin/6.0.38/templates/common.yaml diff --git a/stable/rcon-webadmin/1.0.6/values.yaml b/stable/phpldapadmin/6.0.38/values.yaml similarity index 100% rename from stable/rcon-webadmin/1.0.6/values.yaml rename to stable/phpldapadmin/6.0.38/values.yaml diff --git a/stable/piaware/6.0.41/CHANGELOG.md b/stable/piaware/6.0.41/CHANGELOG.md deleted file mode 100644 index 3dcadb08b91..00000000000 --- a/stable/piaware/6.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [piaware-6.0.41](https://github.com/truecharts/charts/compare/piaware-6.0.40...piaware-6.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [piaware-6.0.40](https://github.com/truecharts/charts/compare/piaware-6.0.39...piaware-6.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [piaware-6.0.40](https://github.com/truecharts/charts/compare/piaware-6.0.39...piaware-6.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [piaware-6.0.39](https://github.com/truecharts/charts/compare/piaware-6.0.38...piaware-6.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [piaware-6.0.38](https://github.com/truecharts/charts/compare/piaware-6.0.37...piaware-6.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [piaware-6.0.37](https://github.com/truecharts/charts/compare/piaware-6.0.36...piaware-6.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [piaware-6.0.36](https://github.com/truecharts/charts/compare/piaware-6.0.35...piaware-6.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [piaware-6.0.36](https://github.com/truecharts/charts/compare/piaware-6.0.35...piaware-6.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/piaware/6.0.41/Chart.lock b/stable/piaware/6.0.41/Chart.lock deleted file mode 100644 index b05e151d4b9..00000000000 --- a/stable/piaware/6.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:18.094954393Z" diff --git a/stable/piaware/6.0.41/Chart.yaml b/stable/piaware/6.0.41/Chart.yaml deleted file mode 100644 index 4a8b2afb317..00000000000 --- a/stable/piaware/6.0.41/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "7.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Program for forwarding ADS-B data to FlightAware -home: https://truecharts.org/docs/charts/stable/piaware -icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png -keywords: - - piaware - - flight-aware - - flight-tracker -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: piaware -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/piaware - - https://github.com/flightaware/piaware -version: 6.0.41 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/piaware/6.0.41/README.md b/stable/piaware/6.0.41/README.md deleted file mode 100644 index b830a402158..00000000000 --- a/stable/piaware/6.0.41/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# piaware - -Program for forwarding ADS-B data to FlightAware - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [piaware](https://truecharts.org/docs/charts/stable/piaware) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `piaware` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install piaware TrueCharts/piaware -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `piaware` deployment - -```console -helm uninstall piaware -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install piaware \ - --set env.TZ="America/New York" \ - TrueCharts/piaware -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install piaware TrueCharts/piaware -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/piaware/6.0.41/charts/common-10.7.0.tgz b/stable/piaware/6.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/piaware/6.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/piaware/6.0.42/CHANGELOG.md b/stable/piaware/6.0.42/CHANGELOG.md new file mode 100644 index 00000000000..84645c7f9a3 --- /dev/null +++ b/stable/piaware/6.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [piaware-6.0.42](https://github.com/truecharts/charts/compare/piaware-6.0.41...piaware-6.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [piaware-6.0.41](https://github.com/truecharts/charts/compare/piaware-6.0.40...piaware-6.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [piaware-6.0.40](https://github.com/truecharts/charts/compare/piaware-6.0.39...piaware-6.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [piaware-6.0.40](https://github.com/truecharts/charts/compare/piaware-6.0.39...piaware-6.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [piaware-6.0.39](https://github.com/truecharts/charts/compare/piaware-6.0.38...piaware-6.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [piaware-6.0.38](https://github.com/truecharts/charts/compare/piaware-6.0.37...piaware-6.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [piaware-6.0.37](https://github.com/truecharts/charts/compare/piaware-6.0.36...piaware-6.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [piaware-6.0.36](https://github.com/truecharts/charts/compare/piaware-6.0.35...piaware-6.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/piaware/6.0.42/Chart.lock b/stable/piaware/6.0.42/Chart.lock new file mode 100644 index 00000000000..aa98e9d959d --- /dev/null +++ b/stable/piaware/6.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:27.80499147Z" diff --git a/stable/piaware/6.0.42/Chart.yaml b/stable/piaware/6.0.42/Chart.yaml new file mode 100644 index 00000000000..1212bf0986b --- /dev/null +++ b/stable/piaware/6.0.42/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "7.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Program for forwarding ADS-B data to FlightAware +home: https://truecharts.org/docs/charts/stable/piaware +icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.png +keywords: + - piaware + - flight-aware + - flight-tracker +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: piaware +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/piaware + - https://github.com/flightaware/piaware +version: 6.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/piaware/6.0.42/README.md b/stable/piaware/6.0.42/README.md new file mode 100644 index 00000000000..41057a3d9cf --- /dev/null +++ b/stable/piaware/6.0.42/README.md @@ -0,0 +1,106 @@ +# piaware + +Program for forwarding ADS-B data to FlightAware + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [piaware](https://truecharts.org/docs/charts/stable/piaware) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `piaware` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install piaware TrueCharts/piaware +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `piaware` deployment + +```console +helm uninstall piaware +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install piaware \ + --set env.TZ="America/New York" \ + TrueCharts/piaware +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install piaware TrueCharts/piaware -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/piaware/6.0.41/app-readme.md b/stable/piaware/6.0.42/app-readme.md similarity index 100% rename from stable/piaware/6.0.41/app-readme.md rename to stable/piaware/6.0.42/app-readme.md diff --git a/stable/piaware/6.0.42/charts/common-10.7.1.tgz b/stable/piaware/6.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/piaware/6.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/piaware/6.0.41/ci/ct-values.yaml b/stable/piaware/6.0.42/ci/ct-values.yaml similarity index 100% rename from stable/piaware/6.0.41/ci/ct-values.yaml rename to stable/piaware/6.0.42/ci/ct-values.yaml diff --git a/stable/piaware/6.0.41/ix_values.yaml b/stable/piaware/6.0.42/ix_values.yaml similarity index 100% rename from stable/piaware/6.0.41/ix_values.yaml rename to stable/piaware/6.0.42/ix_values.yaml diff --git a/stable/piaware/6.0.41/questions.yaml b/stable/piaware/6.0.42/questions.yaml similarity index 100% rename from stable/piaware/6.0.41/questions.yaml rename to stable/piaware/6.0.42/questions.yaml diff --git a/stable/shiori/7.0.42/templates/common.yaml b/stable/piaware/6.0.42/templates/common.yaml similarity index 100% rename from stable/shiori/7.0.42/templates/common.yaml rename to stable/piaware/6.0.42/templates/common.yaml diff --git a/stable/recipes/8.0.63/values.yaml b/stable/piaware/6.0.42/values.yaml similarity index 100% rename from stable/recipes/8.0.63/values.yaml rename to stable/piaware/6.0.42/values.yaml diff --git a/stable/picoshare/2.0.38/CHANGELOG.md b/stable/picoshare/2.0.38/CHANGELOG.md deleted file mode 100644 index d8f0308624c..00000000000 --- a/stable/picoshare/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [picoshare-2.0.38](https://github.com/truecharts/charts/compare/picoshare-2.0.37...picoshare-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [picoshare-2.0.37](https://github.com/truecharts/charts/compare/picoshare-2.0.36...picoshare-2.0.37) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [picoshare-2.0.36](https://github.com/truecharts/charts/compare/picoshare-2.0.35...picoshare-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [picoshare-2.0.36](https://github.com/truecharts/charts/compare/picoshare-2.0.35...picoshare-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [picoshare-2.0.35](https://github.com/truecharts/charts/compare/picoshare-2.0.34...picoshare-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [picoshare-2.0.34](https://github.com/truecharts/charts/compare/picoshare-2.0.33...picoshare-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [picoshare-2.0.33](https://github.com/truecharts/charts/compare/picoshare-2.0.32...picoshare-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [picoshare-2.0.32](https://github.com/truecharts/charts/compare/picoshare-2.0.31...picoshare-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/picoshare/2.0.38/Chart.lock b/stable/picoshare/2.0.38/Chart.lock deleted file mode 100644 index 2fd262da3bf..00000000000 --- a/stable/picoshare/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:24.580775482Z" diff --git a/stable/picoshare/2.0.38/Chart.yaml b/stable/picoshare/2.0.38/Chart.yaml deleted file mode 100644 index 3969f0bd680..00000000000 --- a/stable/picoshare/2.0.38/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: PicoShare is a minimalist service that allows you to share files easily. -home: https://truecharts.org/docs/charts/stable/picoshare -icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png -keywords: - - picoshare -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: picoshare -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare - - https://github.com/mtlynch/picoshare - - https://hub.docker.com/r/mtlynch/picoshare -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/picoshare/2.0.38/README.md b/stable/picoshare/2.0.38/README.md deleted file mode 100644 index 9d0f7ac17ea..00000000000 --- a/stable/picoshare/2.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# picoshare - -PicoShare is a minimalist service that allows you to share files easily. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [picoshare](https://truecharts.org/docs/charts/stable/picoshare) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `picoshare` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install picoshare TrueCharts/picoshare -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `picoshare` deployment - -```console -helm uninstall picoshare -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install picoshare \ - --set env.TZ="America/New York" \ - TrueCharts/picoshare -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install picoshare TrueCharts/picoshare -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/picoshare/2.0.38/charts/common-10.7.0.tgz b/stable/picoshare/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/picoshare/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/picoshare/2.0.39/CHANGELOG.md b/stable/picoshare/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..ba1a9f736da --- /dev/null +++ b/stable/picoshare/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [picoshare-2.0.39](https://github.com/truecharts/charts/compare/picoshare-2.0.38...picoshare-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [picoshare-2.0.38](https://github.com/truecharts/charts/compare/picoshare-2.0.37...picoshare-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [picoshare-2.0.37](https://github.com/truecharts/charts/compare/picoshare-2.0.36...picoshare-2.0.37) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [picoshare-2.0.36](https://github.com/truecharts/charts/compare/picoshare-2.0.35...picoshare-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [picoshare-2.0.36](https://github.com/truecharts/charts/compare/picoshare-2.0.35...picoshare-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [picoshare-2.0.35](https://github.com/truecharts/charts/compare/picoshare-2.0.34...picoshare-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [picoshare-2.0.34](https://github.com/truecharts/charts/compare/picoshare-2.0.33...picoshare-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [picoshare-2.0.33](https://github.com/truecharts/charts/compare/picoshare-2.0.32...picoshare-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [picoshare-2.0.32](https://github.com/truecharts/charts/compare/picoshare-2.0.31...picoshare-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/picoshare/2.0.39/Chart.lock b/stable/picoshare/2.0.39/Chart.lock new file mode 100644 index 00000000000..80663e85ac0 --- /dev/null +++ b/stable/picoshare/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:32.443599887Z" diff --git a/stable/picoshare/2.0.39/Chart.yaml b/stable/picoshare/2.0.39/Chart.yaml new file mode 100644 index 00000000000..67c5effbcb1 --- /dev/null +++ b/stable/picoshare/2.0.39/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: PicoShare is a minimalist service that allows you to share files easily. +home: https://truecharts.org/docs/charts/stable/picoshare +icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.png +keywords: + - picoshare +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: picoshare +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/picoshare + - https://github.com/mtlynch/picoshare + - https://hub.docker.com/r/mtlynch/picoshare +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/picoshare/2.0.39/README.md b/stable/picoshare/2.0.39/README.md new file mode 100644 index 00000000000..99d39950867 --- /dev/null +++ b/stable/picoshare/2.0.39/README.md @@ -0,0 +1,107 @@ +# picoshare + +PicoShare is a minimalist service that allows you to share files easily. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [picoshare](https://truecharts.org/docs/charts/stable/picoshare) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `picoshare` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install picoshare TrueCharts/picoshare +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `picoshare` deployment + +```console +helm uninstall picoshare +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install picoshare \ + --set env.TZ="America/New York" \ + TrueCharts/picoshare +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install picoshare TrueCharts/picoshare -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/picoshare/2.0.38/app-readme.md b/stable/picoshare/2.0.39/app-readme.md similarity index 100% rename from stable/picoshare/2.0.38/app-readme.md rename to stable/picoshare/2.0.39/app-readme.md diff --git a/stable/picoshare/2.0.39/charts/common-10.7.1.tgz b/stable/picoshare/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/picoshare/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/picoshare/2.0.38/ix_values.yaml b/stable/picoshare/2.0.39/ix_values.yaml similarity index 100% rename from stable/picoshare/2.0.38/ix_values.yaml rename to stable/picoshare/2.0.39/ix_values.yaml diff --git a/stable/picoshare/2.0.38/questions.yaml b/stable/picoshare/2.0.39/questions.yaml similarity index 100% rename from stable/picoshare/2.0.38/questions.yaml rename to stable/picoshare/2.0.39/questions.yaml diff --git a/stable/picoshare/2.0.38/templates/common.yaml b/stable/picoshare/2.0.39/templates/common.yaml similarity index 100% rename from stable/picoshare/2.0.38/templates/common.yaml rename to stable/picoshare/2.0.39/templates/common.yaml diff --git a/stable/recyclarr/1.0.8/values.yaml b/stable/picoshare/2.0.39/values.yaml similarity index 100% rename from stable/recyclarr/1.0.8/values.yaml rename to stable/picoshare/2.0.39/values.yaml diff --git a/stable/pidgin/2.0.35/CHANGELOG.md b/stable/pidgin/2.0.35/CHANGELOG.md deleted file mode 100644 index 72b7750a6d5..00000000000 --- a/stable/pidgin/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pidgin-2.0.35](https://github.com/truecharts/charts/compare/pidgin-2.0.34...pidgin-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pidgin-2.0.34](https://github.com/truecharts/charts/compare/pidgin-2.0.33...pidgin-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pidgin-2.0.34](https://github.com/truecharts/charts/compare/pidgin-2.0.33...pidgin-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pidgin-2.0.33](https://github.com/truecharts/charts/compare/pidgin-2.0.32...pidgin-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pidgin-2.0.32](https://github.com/truecharts/charts/compare/pidgin-2.0.31...pidgin-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pidgin-2.0.31](https://github.com/truecharts/charts/compare/pidgin-2.0.30...pidgin-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pidgin-2.0.30](https://github.com/truecharts/charts/compare/pidgin-2.0.29...pidgin-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pidgin-2.0.30](https://github.com/truecharts/charts/compare/pidgin-2.0.29...pidgin-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pidgin/2.0.35/Chart.lock b/stable/pidgin/2.0.35/Chart.lock deleted file mode 100644 index 5f0e82aa2da..00000000000 --- a/stable/pidgin/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:29.857722777Z" diff --git a/stable/pidgin/2.0.35/Chart.yaml b/stable/pidgin/2.0.35/Chart.yaml deleted file mode 100644 index 632331f3129..00000000000 --- a/stable/pidgin/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: pidgin -version: 2.0.35 -appVersion: "2.14.8" -description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/pidgin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pidgin.png -keywords: - - pidgin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pidgin - - https://hub.docker.com/r/linuxserver/pidgin -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pidgin/2.0.35/README.md b/stable/pidgin/2.0.35/README.md deleted file mode 100644 index 685b07547ce..00000000000 --- a/stable/pidgin/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pidgin - -Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pidgin](https://truecharts.org/docs/charts/stable/pidgin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pidgin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pidgin TrueCharts/pidgin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pidgin` deployment - -```console -helm uninstall pidgin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pidgin \ - --set env.TZ="America/New York" \ - TrueCharts/pidgin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pidgin TrueCharts/pidgin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pidgin/2.0.35/charts/common-10.7.0.tgz b/stable/pidgin/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pidgin/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pidgin/2.0.36/CHANGELOG.md b/stable/pidgin/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..ecc4542854a --- /dev/null +++ b/stable/pidgin/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pidgin-2.0.36](https://github.com/truecharts/charts/compare/pidgin-2.0.35...pidgin-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pidgin-2.0.35](https://github.com/truecharts/charts/compare/pidgin-2.0.34...pidgin-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pidgin-2.0.34](https://github.com/truecharts/charts/compare/pidgin-2.0.33...pidgin-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pidgin-2.0.34](https://github.com/truecharts/charts/compare/pidgin-2.0.33...pidgin-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pidgin-2.0.33](https://github.com/truecharts/charts/compare/pidgin-2.0.32...pidgin-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pidgin-2.0.32](https://github.com/truecharts/charts/compare/pidgin-2.0.31...pidgin-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pidgin-2.0.31](https://github.com/truecharts/charts/compare/pidgin-2.0.30...pidgin-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pidgin-2.0.30](https://github.com/truecharts/charts/compare/pidgin-2.0.29...pidgin-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pidgin/2.0.36/Chart.lock b/stable/pidgin/2.0.36/Chart.lock new file mode 100644 index 00000000000..6b89e5f518b --- /dev/null +++ b/stable/pidgin/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:44.251487588Z" diff --git a/stable/pidgin/2.0.36/Chart.yaml b/stable/pidgin/2.0.36/Chart.yaml new file mode 100644 index 00000000000..a0725ac8673 --- /dev/null +++ b/stable/pidgin/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: pidgin +version: 2.0.36 +appVersion: "2.14.8" +description: Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/pidgin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pidgin.png +keywords: + - pidgin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pidgin + - https://hub.docker.com/r/linuxserver/pidgin +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pidgin/2.0.36/README.md b/stable/pidgin/2.0.36/README.md new file mode 100644 index 00000000000..99a3bfa0a21 --- /dev/null +++ b/stable/pidgin/2.0.36/README.md @@ -0,0 +1,106 @@ +# pidgin + +Pidgin is a chat program which lets you log into accounts on multiple chat networks simultaneously. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pidgin](https://truecharts.org/docs/charts/stable/pidgin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pidgin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pidgin TrueCharts/pidgin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pidgin` deployment + +```console +helm uninstall pidgin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pidgin \ + --set env.TZ="America/New York" \ + TrueCharts/pidgin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pidgin TrueCharts/pidgin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pidgin/2.0.35/app-readme.md b/stable/pidgin/2.0.36/app-readme.md similarity index 100% rename from stable/pidgin/2.0.35/app-readme.md rename to stable/pidgin/2.0.36/app-readme.md diff --git a/stable/pidgin/2.0.36/charts/common-10.7.1.tgz b/stable/pidgin/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pidgin/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/pidgin/2.0.35/ix_values.yaml b/stable/pidgin/2.0.36/ix_values.yaml similarity index 100% rename from stable/pidgin/2.0.35/ix_values.yaml rename to stable/pidgin/2.0.36/ix_values.yaml diff --git a/stable/pidgin/2.0.35/questions.yaml b/stable/pidgin/2.0.36/questions.yaml similarity index 100% rename from stable/pidgin/2.0.35/questions.yaml rename to stable/pidgin/2.0.36/questions.yaml diff --git a/stable/shlink-web-client/3.0.38/templates/common.yaml b/stable/pidgin/2.0.36/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/3.0.38/templates/common.yaml rename to stable/pidgin/2.0.36/templates/common.yaml diff --git a/stable/redmine/3.0.57/values.yaml b/stable/pidgin/2.0.36/values.yaml similarity index 100% rename from stable/redmine/3.0.57/values.yaml rename to stable/pidgin/2.0.36/values.yaml diff --git a/stable/pihole/6.0.45/CHANGELOG.md b/stable/pihole/6.0.45/CHANGELOG.md deleted file mode 100644 index efdc2cf489c..00000000000 --- a/stable/pihole/6.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pihole-6.0.45](https://github.com/truecharts/charts/compare/pihole-6.0.44...pihole-6.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pihole-6.0.44](https://github.com/truecharts/charts/compare/pihole-6.0.43...pihole-6.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pihole-6.0.44](https://github.com/truecharts/charts/compare/pihole-6.0.43...pihole-6.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pihole-6.0.43](https://github.com/truecharts/charts/compare/pihole-6.0.42...pihole-6.0.43) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pihole-6.0.42](https://github.com/truecharts/charts/compare/pihole-6.0.41...pihole-6.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pihole-6.0.41](https://github.com/truecharts/charts/compare/pihole-6.0.40...pihole-6.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pihole-6.0.40](https://github.com/truecharts/charts/compare/pihole-6.0.38...pihole-6.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pihole-6.0.40](https://github.com/truecharts/charts/compare/pihole-6.0.38...pihole-6.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pihole/6.0.45/Chart.lock b/stable/pihole/6.0.45/Chart.lock deleted file mode 100644 index 9e12fa99cb9..00000000000 --- a/stable/pihole/6.0.45/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:39.977471339Z" diff --git a/stable/pihole/6.0.45/Chart.yaml b/stable/pihole/6.0.45/Chart.yaml deleted file mode 100644 index 5ae3579338f..00000000000 --- a/stable/pihole/6.0.45/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2022.09.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: DNS and Ad-filtering for your network -home: https://truecharts.org/docs/charts/stable/pihole -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png -keywords: - - DNS -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pihole -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pihole - - https://pi-hole.net/ - - https://github.com/pi-hole - - https://github.com/pi-hole/docker-pi-hole -type: application -version: 6.0.45 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pihole/6.0.45/README.md b/stable/pihole/6.0.45/README.md deleted file mode 100644 index 5b7103c6513..00000000000 --- a/stable/pihole/6.0.45/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# pihole - -DNS and Ad-filtering for your network - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pihole](https://truecharts.org/docs/charts/stable/pihole) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pihole` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pihole TrueCharts/pihole -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pihole` deployment - -```console -helm uninstall pihole -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pihole \ - --set env.TZ="America/New York" \ - TrueCharts/pihole -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pihole TrueCharts/pihole -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pihole/6.0.45/charts/common-10.7.0.tgz b/stable/pihole/6.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pihole/6.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pihole/6.0.46/CHANGELOG.md b/stable/pihole/6.0.46/CHANGELOG.md new file mode 100644 index 00000000000..b2ed7dc09e8 --- /dev/null +++ b/stable/pihole/6.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pihole-6.0.46](https://github.com/truecharts/charts/compare/pihole-6.0.45...pihole-6.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pihole-6.0.45](https://github.com/truecharts/charts/compare/pihole-6.0.44...pihole-6.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pihole-6.0.44](https://github.com/truecharts/charts/compare/pihole-6.0.43...pihole-6.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pihole-6.0.44](https://github.com/truecharts/charts/compare/pihole-6.0.43...pihole-6.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pihole-6.0.43](https://github.com/truecharts/charts/compare/pihole-6.0.42...pihole-6.0.43) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pihole-6.0.42](https://github.com/truecharts/charts/compare/pihole-6.0.41...pihole-6.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pihole-6.0.41](https://github.com/truecharts/charts/compare/pihole-6.0.40...pihole-6.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pihole-6.0.40](https://github.com/truecharts/charts/compare/pihole-6.0.38...pihole-6.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + diff --git a/stable/pihole/6.0.46/Chart.lock b/stable/pihole/6.0.46/Chart.lock new file mode 100644 index 00000000000..d30a06638d1 --- /dev/null +++ b/stable/pihole/6.0.46/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:52.624657284Z" diff --git a/stable/pihole/6.0.46/Chart.yaml b/stable/pihole/6.0.46/Chart.yaml new file mode 100644 index 00000000000..e9b33d4f7a4 --- /dev/null +++ b/stable/pihole/6.0.46/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2022.09.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: DNS and Ad-filtering for your network +home: https://truecharts.org/docs/charts/stable/pihole +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.png +keywords: + - DNS +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pihole +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pihole + - https://pi-hole.net/ + - https://github.com/pi-hole + - https://github.com/pi-hole/docker-pi-hole +type: application +version: 6.0.46 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pihole/6.0.46/README.md b/stable/pihole/6.0.46/README.md new file mode 100644 index 00000000000..ab2819400a0 --- /dev/null +++ b/stable/pihole/6.0.46/README.md @@ -0,0 +1,108 @@ +# pihole + +DNS and Ad-filtering for your network + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pihole](https://truecharts.org/docs/charts/stable/pihole) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pihole` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pihole TrueCharts/pihole +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pihole` deployment + +```console +helm uninstall pihole +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pihole \ + --set env.TZ="America/New York" \ + TrueCharts/pihole +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pihole TrueCharts/pihole -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pihole/6.0.45/app-readme.md b/stable/pihole/6.0.46/app-readme.md similarity index 100% rename from stable/pihole/6.0.45/app-readme.md rename to stable/pihole/6.0.46/app-readme.md diff --git a/stable/pihole/6.0.46/charts/common-10.7.1.tgz b/stable/pihole/6.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pihole/6.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/pihole/6.0.45/ix_values.yaml b/stable/pihole/6.0.46/ix_values.yaml similarity index 100% rename from stable/pihole/6.0.45/ix_values.yaml rename to stable/pihole/6.0.46/ix_values.yaml diff --git a/stable/pihole/6.0.45/questions.yaml b/stable/pihole/6.0.46/questions.yaml similarity index 100% rename from stable/pihole/6.0.45/questions.yaml rename to stable/pihole/6.0.46/questions.yaml diff --git a/stable/pihole/6.0.45/templates/_configmap.tpl b/stable/pihole/6.0.46/templates/_configmap.tpl similarity index 100% rename from stable/pihole/6.0.45/templates/_configmap.tpl rename to stable/pihole/6.0.46/templates/_configmap.tpl diff --git a/stable/pihole/6.0.45/templates/common.yaml b/stable/pihole/6.0.46/templates/common.yaml similarity index 100% rename from stable/pihole/6.0.45/templates/common.yaml rename to stable/pihole/6.0.46/templates/common.yaml diff --git a/stable/reg/6.0.36/values.yaml b/stable/pihole/6.0.46/values.yaml similarity index 100% rename from stable/reg/6.0.36/values.yaml rename to stable/pihole/6.0.46/values.yaml diff --git a/stable/pinry/2.0.36/CHANGELOG.md b/stable/pinry/2.0.36/CHANGELOG.md deleted file mode 100644 index d4f5362aa75..00000000000 --- a/stable/pinry/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pinry-2.0.36](https://github.com/truecharts/charts/compare/pinry-2.0.35...pinry-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pinry-2.0.35](https://github.com/truecharts/charts/compare/pinry-2.0.34...pinry-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pinry-2.0.35](https://github.com/truecharts/charts/compare/pinry-2.0.34...pinry-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pinry-2.0.34](https://github.com/truecharts/charts/compare/pinry-2.0.33...pinry-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pinry-2.0.33](https://github.com/truecharts/charts/compare/pinry-2.0.32...pinry-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pinry-2.0.32](https://github.com/truecharts/charts/compare/pinry-2.0.31...pinry-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pinry-2.0.31](https://github.com/truecharts/charts/compare/pinry-2.0.30...pinry-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pinry-2.0.31](https://github.com/truecharts/charts/compare/pinry-2.0.30...pinry-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pinry/2.0.36/Chart.lock b/stable/pinry/2.0.36/Chart.lock deleted file mode 100644 index ab0d98ece62..00000000000 --- a/stable/pinry/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:47.16137359Z" diff --git a/stable/pinry/2.0.36/Chart.yaml b/stable/pinry/2.0.36/Chart.yaml deleted file mode 100644 index 0f13ab0feea..00000000000 --- a/stable/pinry/2.0.36/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "2.1.12" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. -home: https://truecharts.org/docs/charts/stable/pinry -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png -keywords: - - pinry -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pinry -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pinry - - https://github.com/pinry/pinry/ -version: 2.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pinry/2.0.36/README.md b/stable/pinry/2.0.36/README.md deleted file mode 100644 index 938db78759a..00000000000 --- a/stable/pinry/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pinry - -The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pinry](https://truecharts.org/docs/charts/stable/pinry) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pinry` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pinry TrueCharts/pinry -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pinry` deployment - -```console -helm uninstall pinry -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pinry \ - --set env.TZ="America/New York" \ - TrueCharts/pinry -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pinry TrueCharts/pinry -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pinry/2.0.36/charts/common-10.7.0.tgz b/stable/pinry/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pinry/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pinry/2.0.37/CHANGELOG.md b/stable/pinry/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..d97752ca404 --- /dev/null +++ b/stable/pinry/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pinry-2.0.37](https://github.com/truecharts/charts/compare/pinry-2.0.36...pinry-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pinry-2.0.36](https://github.com/truecharts/charts/compare/pinry-2.0.35...pinry-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pinry-2.0.35](https://github.com/truecharts/charts/compare/pinry-2.0.34...pinry-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pinry-2.0.35](https://github.com/truecharts/charts/compare/pinry-2.0.34...pinry-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pinry-2.0.34](https://github.com/truecharts/charts/compare/pinry-2.0.33...pinry-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pinry-2.0.33](https://github.com/truecharts/charts/compare/pinry-2.0.32...pinry-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pinry-2.0.32](https://github.com/truecharts/charts/compare/pinry-2.0.31...pinry-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pinry-2.0.31](https://github.com/truecharts/charts/compare/pinry-2.0.30...pinry-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pinry/2.0.37/Chart.lock b/stable/pinry/2.0.37/Chart.lock new file mode 100644 index 00000000000..d965e9f2a2f --- /dev/null +++ b/stable/pinry/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:35:58.910687896Z" diff --git a/stable/pinry/2.0.37/Chart.yaml b/stable/pinry/2.0.37/Chart.yaml new file mode 100644 index 00000000000..4ffdef72e30 --- /dev/null +++ b/stable/pinry/2.0.37/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "2.1.12" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. +home: https://truecharts.org/docs/charts/stable/pinry +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.png +keywords: + - pinry +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pinry +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pinry + - https://github.com/pinry/pinry/ +version: 2.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pinry/2.0.37/README.md b/stable/pinry/2.0.37/README.md new file mode 100644 index 00000000000..208925fc16b --- /dev/null +++ b/stable/pinry/2.0.37/README.md @@ -0,0 +1,106 @@ +# pinry + +The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pinry](https://truecharts.org/docs/charts/stable/pinry) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pinry` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pinry TrueCharts/pinry +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pinry` deployment + +```console +helm uninstall pinry +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pinry \ + --set env.TZ="America/New York" \ + TrueCharts/pinry +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pinry TrueCharts/pinry -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pinry/2.0.36/app-readme.md b/stable/pinry/2.0.37/app-readme.md similarity index 100% rename from stable/pinry/2.0.36/app-readme.md rename to stable/pinry/2.0.37/app-readme.md diff --git a/stable/pinry/2.0.37/charts/common-10.7.1.tgz b/stable/pinry/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pinry/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/pinry/2.0.36/ix_values.yaml b/stable/pinry/2.0.37/ix_values.yaml similarity index 100% rename from stable/pinry/2.0.36/ix_values.yaml rename to stable/pinry/2.0.37/ix_values.yaml diff --git a/stable/pinry/2.0.36/questions.yaml b/stable/pinry/2.0.37/questions.yaml similarity index 100% rename from stable/pinry/2.0.36/questions.yaml rename to stable/pinry/2.0.37/questions.yaml diff --git a/stable/pinry/2.0.36/templates/_secrets.tpl b/stable/pinry/2.0.37/templates/_secrets.tpl similarity index 100% rename from stable/pinry/2.0.36/templates/_secrets.tpl rename to stable/pinry/2.0.37/templates/_secrets.tpl diff --git a/stable/pinry/2.0.36/templates/common.yaml b/stable/pinry/2.0.37/templates/common.yaml similarity index 100% rename from stable/pinry/2.0.36/templates/common.yaml rename to stable/pinry/2.0.37/templates/common.yaml diff --git a/stable/remmina/3.0.35/values.yaml b/stable/pinry/2.0.37/values.yaml similarity index 100% rename from stable/remmina/3.0.35/values.yaml rename to stable/pinry/2.0.37/values.yaml diff --git a/stable/pixapop/3.0.35/CHANGELOG.md b/stable/pixapop/3.0.35/CHANGELOG.md deleted file mode 100644 index 3d3a20a757d..00000000000 --- a/stable/pixapop/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pixapop-3.0.35](https://github.com/truecharts/charts/compare/pixapop-3.0.34...pixapop-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pixapop-3.0.34](https://github.com/truecharts/charts/compare/pixapop-3.0.33...pixapop-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixapop-3.0.34](https://github.com/truecharts/charts/compare/pixapop-3.0.33...pixapop-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pixapop-3.0.33](https://github.com/truecharts/charts/compare/pixapop-3.0.32...pixapop-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pixapop-3.0.32](https://github.com/truecharts/charts/compare/pixapop-3.0.31...pixapop-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pixapop-3.0.31](https://github.com/truecharts/charts/compare/pixapop-3.0.30...pixapop-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pixapop-3.0.30](https://github.com/truecharts/charts/compare/pixapop-3.0.29...pixapop-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pixapop-3.0.30](https://github.com/truecharts/charts/compare/pixapop-3.0.29...pixapop-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pixapop/3.0.35/Chart.lock b/stable/pixapop/3.0.35/Chart.lock deleted file mode 100644 index 1f54a64a5e9..00000000000 --- a/stable/pixapop/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:54.103635681Z" diff --git a/stable/pixapop/3.0.35/Chart.yaml b/stable/pixapop/3.0.35/Chart.yaml deleted file mode 100644 index 5c715999ce2..00000000000 --- a/stable/pixapop/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An open-source single page application to view your photos in the easiest way possible. -home: https://truecharts.org/docs/charts/stable/pixapop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png -keywords: - - pixapop - - photo - - gallery - - image -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pixapop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop - - https://github.com/linuxserver/docker-pixapop - - https://github.com/bierdok/pixapop -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pixapop/3.0.35/README.md b/stable/pixapop/3.0.35/README.md deleted file mode 100644 index 2d64eb15f25..00000000000 --- a/stable/pixapop/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pixapop - -An open-source single page application to view your photos in the easiest way possible. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pixapop](https://truecharts.org/docs/charts/stable/pixapop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pixapop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pixapop TrueCharts/pixapop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pixapop` deployment - -```console -helm uninstall pixapop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pixapop \ - --set env.TZ="America/New York" \ - TrueCharts/pixapop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pixapop TrueCharts/pixapop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pixapop/3.0.35/charts/common-10.7.0.tgz b/stable/pixapop/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pixapop/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pixapop/3.0.36/CHANGELOG.md b/stable/pixapop/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..289ab003a52 --- /dev/null +++ b/stable/pixapop/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pixapop-3.0.36](https://github.com/truecharts/charts/compare/pixapop-3.0.35...pixapop-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pixapop-3.0.35](https://github.com/truecharts/charts/compare/pixapop-3.0.34...pixapop-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pixapop-3.0.34](https://github.com/truecharts/charts/compare/pixapop-3.0.33...pixapop-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixapop-3.0.34](https://github.com/truecharts/charts/compare/pixapop-3.0.33...pixapop-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pixapop-3.0.33](https://github.com/truecharts/charts/compare/pixapop-3.0.32...pixapop-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pixapop-3.0.32](https://github.com/truecharts/charts/compare/pixapop-3.0.31...pixapop-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pixapop-3.0.31](https://github.com/truecharts/charts/compare/pixapop-3.0.30...pixapop-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pixapop-3.0.30](https://github.com/truecharts/charts/compare/pixapop-3.0.29...pixapop-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pixapop/3.0.36/Chart.lock b/stable/pixapop/3.0.36/Chart.lock new file mode 100644 index 00000000000..c0e7f1d8e2f --- /dev/null +++ b/stable/pixapop/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:03.748936543Z" diff --git a/stable/pixapop/3.0.36/Chart.yaml b/stable/pixapop/3.0.36/Chart.yaml new file mode 100644 index 00000000000..2888f8013dc --- /dev/null +++ b/stable/pixapop/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An open-source single page application to view your photos in the easiest way possible. +home: https://truecharts.org/docs/charts/stable/pixapop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.png +keywords: + - pixapop + - photo + - gallery + - image +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pixapop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pixapop + - https://github.com/linuxserver/docker-pixapop + - https://github.com/bierdok/pixapop +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pixapop/3.0.36/README.md b/stable/pixapop/3.0.36/README.md new file mode 100644 index 00000000000..6b7ae7d6006 --- /dev/null +++ b/stable/pixapop/3.0.36/README.md @@ -0,0 +1,107 @@ +# pixapop + +An open-source single page application to view your photos in the easiest way possible. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pixapop](https://truecharts.org/docs/charts/stable/pixapop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pixapop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pixapop TrueCharts/pixapop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pixapop` deployment + +```console +helm uninstall pixapop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pixapop \ + --set env.TZ="America/New York" \ + TrueCharts/pixapop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pixapop TrueCharts/pixapop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pixapop/3.0.35/app-readme.md b/stable/pixapop/3.0.36/app-readme.md similarity index 100% rename from stable/pixapop/3.0.35/app-readme.md rename to stable/pixapop/3.0.36/app-readme.md diff --git a/stable/pixapop/3.0.36/charts/common-10.7.1.tgz b/stable/pixapop/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pixapop/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/pixapop/3.0.35/ix_values.yaml b/stable/pixapop/3.0.36/ix_values.yaml similarity index 100% rename from stable/pixapop/3.0.35/ix_values.yaml rename to stable/pixapop/3.0.36/ix_values.yaml diff --git a/stable/pixapop/3.0.35/questions.yaml b/stable/pixapop/3.0.36/questions.yaml similarity index 100% rename from stable/pixapop/3.0.35/questions.yaml rename to stable/pixapop/3.0.36/questions.yaml diff --git a/stable/pixapop/3.0.35/templates/common.yaml b/stable/pixapop/3.0.36/templates/common.yaml similarity index 100% rename from stable/pixapop/3.0.35/templates/common.yaml rename to stable/pixapop/3.0.36/templates/common.yaml diff --git a/stable/requestrr/2.0.35/values.yaml b/stable/pixapop/3.0.36/values.yaml similarity index 100% rename from stable/requestrr/2.0.35/values.yaml rename to stable/pixapop/3.0.36/values.yaml diff --git a/stable/plaxt/1.0.7/CHANGELOG.md b/stable/plaxt/1.0.7/CHANGELOG.md deleted file mode 100644 index 2103355fe41..00000000000 --- a/stable/plaxt/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plaxt-1.0.7](https://github.com/truecharts/charts/compare/plaxt-1.0.6...plaxt-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plaxt-1.0.6](https://github.com/truecharts/charts/compare/plaxt-1.0.5...plaxt-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plaxt-1.0.6](https://github.com/truecharts/charts/compare/plaxt-1.0.5...plaxt-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plaxt-1.0.5](https://github.com/truecharts/charts/compare/plaxt-1.0.4...plaxt-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plaxt-1.0.4](https://github.com/truecharts/charts/compare/plaxt-1.0.3...plaxt-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plaxt-1.0.3](https://github.com/truecharts/charts/compare/plaxt-1.0.2...plaxt-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plaxt-1.0.2](https://github.com/truecharts/charts/compare/plaxt-1.0.1...plaxt-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [plaxt-1.0.2](https://github.com/truecharts/charts/compare/plaxt-1.0.1...plaxt-1.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/plaxt/1.0.7/Chart.lock b/stable/plaxt/1.0.7/Chart.lock deleted file mode 100644 index 4553882cba8..00000000000 --- a/stable/plaxt/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:49:59.24955003Z" diff --git a/stable/plaxt/1.0.7/Chart.yaml b/stable/plaxt/1.0.7/Chart.yaml deleted file mode 100644 index 8f143f10e6b..00000000000 --- a/stable/plaxt/1.0.7/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv -home: https://truecharts.org/docs/charts/stable/plaxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png -keywords: - - plaxt - - Other - - MediaApp-Other - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plaxt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - - https://github.com/XanderStrike/goplaxt - - https://hub.docker.com/r/xanderstrike/goplaxt -type: application -version: 1.0.7 -annotations: - truecharts.org/catagories: | - - Other - - MediaApp-Other - - MediaServer-Other - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/plaxt/1.0.7/README.md b/stable/plaxt/1.0.7/README.md deleted file mode 100644 index 1bcc3ddaf82..00000000000 --- a/stable/plaxt/1.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plaxt - -This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plaxt](https://truecharts.org/docs/charts/stable/plaxt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plaxt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plaxt TrueCharts/plaxt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plaxt` deployment - -```console -helm uninstall plaxt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plaxt \ - --set env.TZ="America/New York" \ - TrueCharts/plaxt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plaxt TrueCharts/plaxt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/plaxt/1.0.7/charts/common-10.7.0.tgz b/stable/plaxt/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/plaxt/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/plaxt/1.0.8/CHANGELOG.md b/stable/plaxt/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..5ad5601d621 --- /dev/null +++ b/stable/plaxt/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plaxt-1.0.8](https://github.com/truecharts/charts/compare/plaxt-1.0.7...plaxt-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plaxt-1.0.7](https://github.com/truecharts/charts/compare/plaxt-1.0.6...plaxt-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plaxt-1.0.6](https://github.com/truecharts/charts/compare/plaxt-1.0.5...plaxt-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plaxt-1.0.6](https://github.com/truecharts/charts/compare/plaxt-1.0.5...plaxt-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plaxt-1.0.5](https://github.com/truecharts/charts/compare/plaxt-1.0.4...plaxt-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plaxt-1.0.4](https://github.com/truecharts/charts/compare/plaxt-1.0.3...plaxt-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plaxt-1.0.3](https://github.com/truecharts/charts/compare/plaxt-1.0.2...plaxt-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plaxt-1.0.2](https://github.com/truecharts/charts/compare/plaxt-1.0.1...plaxt-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/plaxt/1.0.8/Chart.lock b/stable/plaxt/1.0.8/Chart.lock new file mode 100644 index 00000000000..646c8838da1 --- /dev/null +++ b/stable/plaxt/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:15.236741209Z" diff --git a/stable/plaxt/1.0.8/Chart.yaml b/stable/plaxt/1.0.8/Chart.yaml new file mode 100644 index 00000000000..d589a3bb7c1 --- /dev/null +++ b/stable/plaxt/1.0.8/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv +home: https://truecharts.org/docs/charts/stable/plaxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.png +keywords: + - plaxt + - Other + - MediaApp-Other + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plaxt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt + - https://github.com/XanderStrike/goplaxt + - https://hub.docker.com/r/xanderstrike/goplaxt +type: application +version: 1.0.8 +annotations: + truecharts.org/catagories: | + - Other + - MediaApp-Other + - MediaServer-Other + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/plaxt/1.0.8/README.md b/stable/plaxt/1.0.8/README.md new file mode 100644 index 00000000000..f651c0ac66e --- /dev/null +++ b/stable/plaxt/1.0.8/README.md @@ -0,0 +1,107 @@ +# plaxt + +This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plaxt](https://truecharts.org/docs/charts/stable/plaxt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plaxt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plaxt TrueCharts/plaxt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plaxt` deployment + +```console +helm uninstall plaxt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plaxt \ + --set env.TZ="America/New York" \ + TrueCharts/plaxt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plaxt TrueCharts/plaxt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/plaxt/1.0.7/app-readme.md b/stable/plaxt/1.0.8/app-readme.md similarity index 100% rename from stable/plaxt/1.0.7/app-readme.md rename to stable/plaxt/1.0.8/app-readme.md diff --git a/stable/plaxt/1.0.8/charts/common-10.7.1.tgz b/stable/plaxt/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/plaxt/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/plaxt/1.0.7/ix_values.yaml b/stable/plaxt/1.0.8/ix_values.yaml similarity index 100% rename from stable/plaxt/1.0.7/ix_values.yaml rename to stable/plaxt/1.0.8/ix_values.yaml diff --git a/stable/plaxt/1.0.7/questions.yaml b/stable/plaxt/1.0.8/questions.yaml similarity index 100% rename from stable/plaxt/1.0.7/questions.yaml rename to stable/plaxt/1.0.8/questions.yaml diff --git a/stable/plaxt/1.0.7/templates/common.yaml b/stable/plaxt/1.0.8/templates/common.yaml similarity index 100% rename from stable/plaxt/1.0.7/templates/common.yaml rename to stable/plaxt/1.0.8/templates/common.yaml diff --git a/stable/resilio-sync/6.0.37/values.yaml b/stable/plaxt/1.0.8/values.yaml similarity index 100% rename from stable/resilio-sync/6.0.37/values.yaml rename to stable/plaxt/1.0.8/values.yaml diff --git a/stable/plex-auto-languages/1.0.10/CHANGELOG.md b/stable/plex-auto-languages/1.0.10/CHANGELOG.md deleted file mode 100644 index 17ea7f91680..00000000000 --- a/stable/plex-auto-languages/1.0.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plex-auto-languages-1.0.10](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.9...plex-auto-languages-1.0.10) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plex-auto-languages-1.0.9](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.8...plex-auto-languages-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-auto-languages-1.0.9](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.8...plex-auto-languages-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-auto-languages-1.0.8](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.7...plex-auto-languages-1.0.8) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plex-auto-languages-1.0.7](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.6...plex-auto-languages-1.0.7) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plex-auto-languages-1.0.6](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.5...plex-auto-languages-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plex-auto-languages-1.0.5](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.4...plex-auto-languages-1.0.5) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [plex-auto-languages-1.0.5](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.4...plex-auto-languages-1.0.5) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/plex-auto-languages/1.0.10/Chart.lock b/stable/plex-auto-languages/1.0.10/Chart.lock deleted file mode 100644 index 31815fbcbb8..00000000000 --- a/stable/plex-auto-languages/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:50:16.807213282Z" diff --git a/stable/plex-auto-languages/1.0.10/Chart.yaml b/stable/plex-auto-languages/1.0.10/Chart.yaml deleted file mode 100644 index b0ac2e2cfdf..00000000000 --- a/stable/plex-auto-languages/1.0.10/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Automated language selection for Plex TV Shows. -home: https://truecharts.org/docs/charts/stable/plex-auto-languages -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png -keywords: - - plex-auto-languages - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plex-auto-languages -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages - - https://github.com/remirigal/plex-auto-languages - - https://hub.docker.com/r/remirigal/plex-auto-languages -type: application -version: 1.0.10 -annotations: - truecharts.org/catagories: | - - Tools-Utilities - - MediaApp-Other - - MediaApp-Video - - MediaServer-Video - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/plex-auto-languages/1.0.10/README.md b/stable/plex-auto-languages/1.0.10/README.md deleted file mode 100644 index f13bbd3e631..00000000000 --- a/stable/plex-auto-languages/1.0.10/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plex-auto-languages - -Automated language selection for Plex TV Shows. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plex-auto-languages](https://truecharts.org/docs/charts/stable/plex-auto-languages) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plex-auto-languages` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plex-auto-languages TrueCharts/plex-auto-languages -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plex-auto-languages` deployment - -```console -helm uninstall plex-auto-languages -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plex-auto-languages \ - --set env.TZ="America/New York" \ - TrueCharts/plex-auto-languages -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plex-auto-languages TrueCharts/plex-auto-languages -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/plex-auto-languages/1.0.10/charts/common-10.7.0.tgz b/stable/plex-auto-languages/1.0.10/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/plex-auto-languages/1.0.10/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/1.0.11/CHANGELOG.md b/stable/plex-auto-languages/1.0.11/CHANGELOG.md new file mode 100644 index 00000000000..e776c08af9a --- /dev/null +++ b/stable/plex-auto-languages/1.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plex-auto-languages-1.0.11](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.10...plex-auto-languages-1.0.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plex-auto-languages-1.0.10](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.9...plex-auto-languages-1.0.10) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plex-auto-languages-1.0.9](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.8...plex-auto-languages-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-auto-languages-1.0.9](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.8...plex-auto-languages-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-auto-languages-1.0.8](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.7...plex-auto-languages-1.0.8) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plex-auto-languages-1.0.7](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.6...plex-auto-languages-1.0.7) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plex-auto-languages-1.0.6](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.5...plex-auto-languages-1.0.6) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plex-auto-languages-1.0.5](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.4...plex-auto-languages-1.0.5) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [plex-auto-languages-1.0.5](https://github.com/truecharts/charts/compare/plex-auto-languages-1.0.4...plex-auto-languages-1.0.5) (2022-09-21) diff --git a/stable/plex-auto-languages/1.0.11/Chart.lock b/stable/plex-auto-languages/1.0.11/Chart.lock new file mode 100644 index 00000000000..ea3d9d74c59 --- /dev/null +++ b/stable/plex-auto-languages/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:30.4370108Z" diff --git a/stable/plex-auto-languages/1.0.11/Chart.yaml b/stable/plex-auto-languages/1.0.11/Chart.yaml new file mode 100644 index 00000000000..85cd2c33245 --- /dev/null +++ b/stable/plex-auto-languages/1.0.11/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Automated language selection for Plex TV Shows. +home: https://truecharts.org/docs/charts/stable/plex-auto-languages +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.png +keywords: + - plex-auto-languages + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plex-auto-languages +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-auto-languages + - https://github.com/remirigal/plex-auto-languages + - https://hub.docker.com/r/remirigal/plex-auto-languages +type: application +version: 1.0.11 +annotations: + truecharts.org/catagories: | + - Tools-Utilities + - MediaApp-Other + - MediaApp-Video + - MediaServer-Video + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/plex-auto-languages/1.0.11/README.md b/stable/plex-auto-languages/1.0.11/README.md new file mode 100644 index 00000000000..b0b0a75b27a --- /dev/null +++ b/stable/plex-auto-languages/1.0.11/README.md @@ -0,0 +1,107 @@ +# plex-auto-languages + +Automated language selection for Plex TV Shows. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plex-auto-languages](https://truecharts.org/docs/charts/stable/plex-auto-languages) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plex-auto-languages` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plex-auto-languages TrueCharts/plex-auto-languages +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plex-auto-languages` deployment + +```console +helm uninstall plex-auto-languages +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plex-auto-languages \ + --set env.TZ="America/New York" \ + TrueCharts/plex-auto-languages +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plex-auto-languages TrueCharts/plex-auto-languages -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/plex-auto-languages/1.0.10/app-readme.md b/stable/plex-auto-languages/1.0.11/app-readme.md similarity index 100% rename from stable/plex-auto-languages/1.0.10/app-readme.md rename to stable/plex-auto-languages/1.0.11/app-readme.md diff --git a/stable/plex-auto-languages/1.0.11/charts/common-10.7.1.tgz b/stable/plex-auto-languages/1.0.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/plex-auto-languages/1.0.11/charts/common-10.7.1.tgz differ diff --git a/stable/plex-auto-languages/1.0.10/ix_values.yaml b/stable/plex-auto-languages/1.0.11/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/1.0.10/ix_values.yaml rename to stable/plex-auto-languages/1.0.11/ix_values.yaml diff --git a/stable/plex-auto-languages/1.0.10/questions.yaml b/stable/plex-auto-languages/1.0.11/questions.yaml similarity index 100% rename from stable/plex-auto-languages/1.0.10/questions.yaml rename to stable/plex-auto-languages/1.0.11/questions.yaml diff --git a/stable/plex-auto-languages/1.0.10/templates/common.yaml b/stable/plex-auto-languages/1.0.11/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/1.0.10/templates/common.yaml rename to stable/plex-auto-languages/1.0.11/templates/common.yaml diff --git a/stable/ring-mqtt/1.0.10/values.yaml b/stable/plex-auto-languages/1.0.11/values.yaml similarity index 100% rename from stable/ring-mqtt/1.0.10/values.yaml rename to stable/plex-auto-languages/1.0.11/values.yaml diff --git a/stable/plex-utills/1.0.7/CHANGELOG.md b/stable/plex-utills/1.0.7/CHANGELOG.md deleted file mode 100644 index 0f7dedce44b..00000000000 --- a/stable/plex-utills/1.0.7/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [plex-utills-1.0.7](https://github.com/truecharts/charts/compare/plex-utills-1.0.6...plex-utills-1.0.7) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [plex-utills-1.0.6](https://github.com/truecharts/charts/compare/plex-utills-1.0.5...plex-utills-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-utills-1.0.6](https://github.com/truecharts/charts/compare/plex-utills-1.0.5...plex-utills-1.0.6) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [plex-utills-1.0.5](https://github.com/truecharts/charts/compare/plex-utills-1.0.4...plex-utills-1.0.5) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [plex-utills-1.0.4](https://github.com/truecharts/charts/compare/plex-utills-1.0.3...plex-utills-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [plex-utills-1.0.3](https://github.com/truecharts/charts/compare/plex-utills-1.0.2...plex-utills-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [plex-utills-1.0.2](https://github.com/truecharts/charts/compare/plex-utills-1.0.1...plex-utills-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [plex-utills-1.0.2](https://github.com/truecharts/charts/compare/plex-utills-1.0.1...plex-utills-1.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/plex-utills/1.0.7/Chart.lock b/stable/plex-utills/1.0.7/Chart.lock deleted file mode 100644 index 977e79984ad..00000000000 --- a/stable/plex-utills/1.0.7/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:50:23.823417024Z" diff --git a/stable/plex-utills/1.0.7/Chart.yaml b/stable/plex-utills/1.0.7/Chart.yaml deleted file mode 100644 index cc485d84aa6..00000000000 --- a/stable/plex-utills/1.0.7/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A utility to help manage your library. -home: https://truecharts.org/docs/charts/stable/plex-utills -icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png -keywords: - - plex-utills - - Tools-Utilities - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: plex-utills -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - - https://github.com/jkirkcaldy/plex-utills - - https://hub.docker.com/r/jkirkcaldy/plex-utills/ -type: application -version: 1.0.7 -annotations: - truecharts.org/catagories: | - - Tools-Utilities - - MediaApp-Other - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/plex-utills/1.0.7/README.md b/stable/plex-utills/1.0.7/README.md deleted file mode 100644 index f116f7c9b78..00000000000 --- a/stable/plex-utills/1.0.7/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# plex-utills - -A utility to help manage your library. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [plex-utills](https://truecharts.org/docs/charts/stable/plex-utills) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `plex-utills` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install plex-utills TrueCharts/plex-utills -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `plex-utills` deployment - -```console -helm uninstall plex-utills -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install plex-utills \ - --set env.TZ="America/New York" \ - TrueCharts/plex-utills -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install plex-utills TrueCharts/plex-utills -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/plex-utills/1.0.7/charts/common-10.7.0.tgz b/stable/plex-utills/1.0.7/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/plex-utills/1.0.7/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/plex-utills/1.0.8/CHANGELOG.md b/stable/plex-utills/1.0.8/CHANGELOG.md new file mode 100644 index 00000000000..180298cca4b --- /dev/null +++ b/stable/plex-utills/1.0.8/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plex-utills-1.0.8](https://github.com/truecharts/charts/compare/plex-utills-1.0.7...plex-utills-1.0.8) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plex-utills-1.0.7](https://github.com/truecharts/charts/compare/plex-utills-1.0.6...plex-utills-1.0.7) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plex-utills-1.0.6](https://github.com/truecharts/charts/compare/plex-utills-1.0.5...plex-utills-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-utills-1.0.6](https://github.com/truecharts/charts/compare/plex-utills-1.0.5...plex-utills-1.0.6) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-utills-1.0.5](https://github.com/truecharts/charts/compare/plex-utills-1.0.4...plex-utills-1.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [plex-utills-1.0.4](https://github.com/truecharts/charts/compare/plex-utills-1.0.3...plex-utills-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plex-utills-1.0.3](https://github.com/truecharts/charts/compare/plex-utills-1.0.2...plex-utills-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plex-utills-1.0.2](https://github.com/truecharts/charts/compare/plex-utills-1.0.1...plex-utills-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/plex-utills/1.0.8/Chart.lock b/stable/plex-utills/1.0.8/Chart.lock new file mode 100644 index 00000000000..0415169415c --- /dev/null +++ b/stable/plex-utills/1.0.8/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:33.990110224Z" diff --git a/stable/plex-utills/1.0.8/Chart.yaml b/stable/plex-utills/1.0.8/Chart.yaml new file mode 100644 index 00000000000..509c41690fd --- /dev/null +++ b/stable/plex-utills/1.0.8/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A utility to help manage your library. +home: https://truecharts.org/docs/charts/stable/plex-utills +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.png +keywords: + - plex-utills + - Tools-Utilities + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plex-utills +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills + - https://github.com/jkirkcaldy/plex-utills + - https://hub.docker.com/r/jkirkcaldy/plex-utills/ +type: application +version: 1.0.8 +annotations: + truecharts.org/catagories: | + - Tools-Utilities + - MediaApp-Other + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/plex-utills/1.0.8/README.md b/stable/plex-utills/1.0.8/README.md new file mode 100644 index 00000000000..b55ed978e16 --- /dev/null +++ b/stable/plex-utills/1.0.8/README.md @@ -0,0 +1,107 @@ +# plex-utills + +A utility to help manage your library. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plex-utills](https://truecharts.org/docs/charts/stable/plex-utills) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plex-utills` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plex-utills TrueCharts/plex-utills +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plex-utills` deployment + +```console +helm uninstall plex-utills +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plex-utills \ + --set env.TZ="America/New York" \ + TrueCharts/plex-utills +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plex-utills TrueCharts/plex-utills -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/plex-utills/1.0.7/app-readme.md b/stable/plex-utills/1.0.8/app-readme.md similarity index 100% rename from stable/plex-utills/1.0.7/app-readme.md rename to stable/plex-utills/1.0.8/app-readme.md diff --git a/stable/plex-utills/1.0.8/charts/common-10.7.1.tgz b/stable/plex-utills/1.0.8/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/plex-utills/1.0.8/charts/common-10.7.1.tgz differ diff --git a/stable/plex-utills/1.0.7/ix_values.yaml b/stable/plex-utills/1.0.8/ix_values.yaml similarity index 100% rename from stable/plex-utills/1.0.7/ix_values.yaml rename to stable/plex-utills/1.0.8/ix_values.yaml diff --git a/stable/plex-utills/1.0.7/questions.yaml b/stable/plex-utills/1.0.8/questions.yaml similarity index 100% rename from stable/plex-utills/1.0.7/questions.yaml rename to stable/plex-utills/1.0.8/questions.yaml diff --git a/stable/plex-utills/1.0.7/templates/common.yaml b/stable/plex-utills/1.0.8/templates/common.yaml similarity index 100% rename from stable/plex-utills/1.0.7/templates/common.yaml rename to stable/plex-utills/1.0.8/templates/common.yaml diff --git a/stable/rss-bridge/2.0.36/values.yaml b/stable/plex-utills/1.0.8/values.yaml similarity index 100% rename from stable/rss-bridge/2.0.36/values.yaml rename to stable/plex-utills/1.0.8/values.yaml diff --git a/stable/plex/10.2.17/CHANGELOG.md b/stable/plex/10.2.17/CHANGELOG.md new file mode 100644 index 00000000000..c1ff143a392 --- /dev/null +++ b/stable/plex/10.2.17/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [plex-10.2.17](https://github.com/truecharts/charts/compare/plexripper-0.0.29...plex-10.2.17) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [plex-10.2.16](https://github.com/truecharts/charts/compare/owi2plex-0.0.28...plex-10.2.16) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [plex-10.2.15](https://github.com/truecharts/charts/compare/plex-10.2.14...plex-10.2.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-10.2.15](https://github.com/truecharts/charts/compare/plex-10.2.14...plex-10.2.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [plex-10.2.14](https://github.com/truecharts/charts/compare/plex-10.2.13...plex-10.2.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [plex-10.2.13](https://github.com/truecharts/charts/compare/plextraktsync-1.0.5...plex-10.2.13) (2022-10-05) + +### Chore + +- update helm general non-major + + + + +## [plex-10.2.12](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.26...plex-10.2.12) (2022-09-30) + +### Chore + +- update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [plex-10.2.11](https://github.com/truecharts/charts/compare/plexripper-0.0.25...plex-10.2.11) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [plex-10.2.10](https://github.com/truecharts/charts/compare/plex-10.2.9...plex-10.2.10) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [plex-10.2.9](https://github.com/truecharts/charts/compare/plex-meta-manager-0.0.23...plex-10.2.9) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) diff --git a/stable/plex/10.2.17/Chart.lock b/stable/plex/10.2.17/Chart.lock new file mode 100644 index 00000000000..8c325f7ec13 --- /dev/null +++ b/stable/plex/10.2.17/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:24.134011066Z" diff --git a/stable/plex/10.2.17/Chart.yaml b/stable/plex/10.2.17/Chart.yaml new file mode 100644 index 00000000000..fb5cf57f143 --- /dev/null +++ b/stable/plex/10.2.17/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.29.0.624" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Plex Media Server +home: https://truecharts.org/docs/charts/stable/plex +icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.png +keywords: + - plex + - plex-media-server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: plex +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/plex + - https://github.com/k8s-at-home/container-images/pkgs/container/plex +type: application +version: 10.2.17 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/plex/10.2.17/README.md b/stable/plex/10.2.17/README.md new file mode 100644 index 00000000000..29474b20979 --- /dev/null +++ b/stable/plex/10.2.17/README.md @@ -0,0 +1,106 @@ +# plex + +Plex Media Server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [plex](https://truecharts.org/docs/charts/stable/plex) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `plex` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install plex TrueCharts/plex +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `plex` deployment + +```console +helm uninstall plex +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install plex \ + --set env.TZ="America/New York" \ + TrueCharts/plex +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install plex TrueCharts/plex -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/plex/10.2.17/app-readme.md b/stable/plex/10.2.17/app-readme.md new file mode 100644 index 00000000000..0c9dfd48c99 --- /dev/null +++ b/stable/plex/10.2.17/app-readme.md @@ -0,0 +1,8 @@ +Plex Media Server + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/plex](https://truecharts.org/docs/charts/stable/plex) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/plex/10.2.17/charts/common-10.7.1.tgz b/stable/plex/10.2.17/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/plex/10.2.17/charts/common-10.7.1.tgz differ diff --git a/stable/plex/10.2.17/ix_values.yaml b/stable/plex/10.2.17/ix_values.yaml new file mode 100644 index 00000000000..028877634ee --- /dev/null +++ b/stable/plex/10.2.17/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: tccr.io/truecharts/plex + pullPolicy: IfNotPresent + tag: 1.29.0.6244@sha256:38ab9878776f66aead5c8e8b83e7eb1dbf9d19d747a44dd63ab4f0fadce9342d + +service: + main: + ports: + main: + protocol: HTTP + port: 32400 + targetPort: 32400 + +persistence: + config: + enabled: true + mountPath: "/config" + +plex: + serverURL: "{{ .Values.service.main.ports.main.protocol | lower }}://{{ .Values.plex.serverIP }}:{{ .Values.service.main.ports.main.port }}" + serverIngressURL: "{{ if .Values.ingress.main.enabled }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}{{ end }}{{ end }}" + serverIngressURLPort: "{{ if .Values.ingress.main.enabled }}{{ $port := .Values.service.main.ports.main.port }}{{ with (first .Values.ingress.main.hosts) }},https://{{ .host }}:{{ $port }}{{ end }}{{ end }}" + # User Defined + serverIP: "127.0.0.1" + additionalAdvertiseURL: "" + disableGDM: true + +env: + ADVERTISE_IP: "{{ tpl (.Values.plex.serverURL) .}}{{ tpl (.Values.plex.serverIngressURL) . }}{{ tpl (.Values.plex.serverIngressURLPort) . }}{{ with .Values.plex.additionalAdvertiseURL }},{{ . }}{{ end }}" + PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' + # User Defined + ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" + PLEX_CLAIM: "" + +portal: + enabled: true diff --git a/stable/plex/10.2.17/questions.yaml b/stable/plex/10.2.17/questions.yaml new file mode 100644 index 00000000000..87500ba207a --- /dev/null +++ b/stable/plex/10.2.17/questions.yaml @@ -0,0 +1,2617 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/web" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: plex + group: "Container Configuration" + label: "Plex Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: serverIP + label: "Server IP" + description: "Set to the IP-Address used to reach Plex." + schema: + type: string + required: true + $ref: + - "definitions/nodeIP" + - variable: additionalAdvertiseURL + label: "Addition Advertise URLs" + description: "URLs to advertise to Plex, format http(s)://IPorDNS:3200. By default your serverIP and ingress URL is added" + schema: + type: string + valid_chars: '^$|^(http(s)?:\/\/([a-zA-Z0-9.-]*)(:\d{0,5})?,?)*$' + default: "" + - variable: disableGDM + label: "Disable GDM" + description: "Recommended to keep this to true. Disables legacy local network discovery. Keeping it enabled might break discovery for some Plex Clients" + schema: + type: boolean + default: true + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ALLOWED_NETWORKS + label: "Allowed Networks" + description: "Networks allowed to connect to plex. Add your local network IP to this list" + schema: + type: string + default: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" + - variable: PLEX_CLAIM + label: "Plex Claim Token" + description: "Claim token to use to register the plex server (Max. 4 minutes old!). You can obtain a claim token to login your server to your plex account by visiting https://www.plex.tv/claim." + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 32400 + 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 + hidden: true + 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: 32400 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/shlink/4.0.48/templates/common.yaml b/stable/plex/10.2.17/templates/common.yaml similarity index 100% rename from stable/shlink/4.0.48/templates/common.yaml rename to stable/plex/10.2.17/templates/common.yaml diff --git a/stable/rsshub/3.0.121/values.yaml b/stable/plex/10.2.17/values.yaml similarity index 100% rename from stable/rsshub/3.0.121/values.yaml rename to stable/plex/10.2.17/values.yaml diff --git a/stable/podgrab/10.0.40/CHANGELOG.md b/stable/podgrab/10.0.40/CHANGELOG.md new file mode 100644 index 00000000000..da445c26426 --- /dev/null +++ b/stable/podgrab/10.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [podgrab-10.0.40](https://github.com/truecharts/charts/compare/podgrab-10.0.39...podgrab-10.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [podgrab-10.0.39](https://github.com/truecharts/charts/compare/podgrab-10.0.38...podgrab-10.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [podgrab-10.0.38](https://github.com/truecharts/charts/compare/podgrab-10.0.37...podgrab-10.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [podgrab-10.0.38](https://github.com/truecharts/charts/compare/podgrab-10.0.37...podgrab-10.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [podgrab-10.0.37](https://github.com/truecharts/charts/compare/podgrab-10.0.36...podgrab-10.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [podgrab-10.0.36](https://github.com/truecharts/charts/compare/podgrab-10.0.35...podgrab-10.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [podgrab-10.0.35](https://github.com/truecharts/charts/compare/podgrab-10.0.34...podgrab-10.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [podgrab-10.0.34](https://github.com/truecharts/charts/compare/podgrab-10.0.32...podgrab-10.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/podgrab/10.0.40/Chart.lock b/stable/podgrab/10.0.40/Chart.lock new file mode 100644 index 00000000000..70c605cf27d --- /dev/null +++ b/stable/podgrab/10.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:46.040496915Z" diff --git a/stable/podgrab/10.0.40/Chart.yaml b/stable/podgrab/10.0.40/Chart.yaml new file mode 100644 index 00000000000..e1c0a882737 --- /dev/null +++ b/stable/podgrab/10.0.40/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.0.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A self-hosted podcast manager to download episodes as soon as they become live. +home: https://truecharts.org/docs/charts/stable/podgrab +icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.png +keywords: + - podgrab +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: podgrab +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/podgrab + - https://github.com/akhilrex/podgrab + - https://hub.docker.com/r/akhilrex/podgrab +type: application +version: 10.0.40 +annotations: + truecharts.org/catagories: | + - mutlimedia + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/podgrab/10.0.40/README.md b/stable/podgrab/10.0.40/README.md new file mode 100644 index 00000000000..d0aa1eb8976 --- /dev/null +++ b/stable/podgrab/10.0.40/README.md @@ -0,0 +1,107 @@ +# podgrab + +A self-hosted podcast manager to download episodes as soon as they become live. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [podgrab](https://truecharts.org/docs/charts/stable/podgrab) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `podgrab` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install podgrab TrueCharts/podgrab +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `podgrab` deployment + +```console +helm uninstall podgrab +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install podgrab \ + --set env.TZ="America/New York" \ + TrueCharts/podgrab +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install podgrab TrueCharts/podgrab -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/podgrab/10.0.40/app-readme.md b/stable/podgrab/10.0.40/app-readme.md new file mode 100644 index 00000000000..5e921b8584d --- /dev/null +++ b/stable/podgrab/10.0.40/app-readme.md @@ -0,0 +1,8 @@ +A self-hosted podcast manager to download episodes as soon as they become live. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/podgrab](https://truecharts.org/docs/charts/stable/podgrab) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/podgrab/10.0.40/charts/common-10.7.1.tgz b/stable/podgrab/10.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/podgrab/10.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/podgrab/10.0.40/ix_values.yaml b/stable/podgrab/10.0.40/ix_values.yaml new file mode 100644 index 00000000000..609a6a68322 --- /dev/null +++ b/stable/podgrab/10.0.40/ix_values.yaml @@ -0,0 +1,42 @@ +image: + repository: tccr.io/truecharts/podgrab + pullPolicy: Always + tag: v1.0.0@sha256:4f12ed1458991f2918990a7041a8d4e4ff84232e5dc0bf57d14acb70debb0103 + +service: + main: + ports: + main: + port: 10093 + targetPort: 8080 + tcp: + enabled: true + ports: + tcp: + enabled: true + port: 51080 + targetPort: 51080 + +secretEnv: + PASSWORD: "secretpasswordgoeshere" + +env: + CHECK_FREQUENCY: 240 + +persistence: + config: + enabled: true + mountPath: "/config" + +probes: + liveness: + enabled: false + + readiness: + enabled: false + + startup: + enabled: false + +portal: + enabled: true diff --git a/stable/podgrab/10.0.40/questions.yaml b/stable/podgrab/10.0.40/questions.yaml new file mode 100644 index 00000000000..d4715849271 --- /dev/null +++ b/stable/podgrab/10.0.40/questions.yaml @@ -0,0 +1,2597 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: PASSWORD + label: "Password" + description: "Desired Password" + schema: + type: string + private: true + default: "REPLACETHIS" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: CHECK_FREQUENCY + label: "Update Frequency" + description: "Interval to check for new podcasts" + schema: + type: int + default: 240 + required: true + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10093 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/snapdrop/2.0.53/templates/common.yaml b/stable/podgrab/10.0.40/templates/common.yaml similarity index 100% rename from stable/snapdrop/2.0.53/templates/common.yaml rename to stable/podgrab/10.0.40/templates/common.yaml diff --git a/stable/satisfactory/2.0.43/values.yaml b/stable/podgrab/10.0.40/values.yaml similarity index 100% rename from stable/satisfactory/2.0.43/values.yaml rename to stable/podgrab/10.0.40/values.yaml diff --git a/stable/portainer-ce/1.0.4/CHANGELOG.md b/stable/portainer-ce/1.0.4/CHANGELOG.md deleted file mode 100644 index 3afbfc7f6c3..00000000000 --- a/stable/portainer-ce/1.0.4/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [portainer-ce-1.0.4](https://github.com/truecharts/charts/compare/portainer-ce-1.0.3...portainer-ce-1.0.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [portainer-ce-1.0.3](https://github.com/truecharts/charts/compare/portainer-ce-1.0.2...portainer-ce-1.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [portainer-ce-1.0.3](https://github.com/truecharts/charts/compare/portainer-ce-1.0.2...portainer-ce-1.0.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [portainer-ce-1.0.2](https://github.com/truecharts/charts/compare/portainer-ce-1.0.1...portainer-ce-1.0.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [portainer-ce-1.0.1](https://github.com/truecharts/charts/compare/portainer-ce-1.0.0...portainer-ce-1.0.1) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - add docs ([#3968](https://github.com/truecharts/charts/issues/3968)) - - - - -## [portainer-ce-1.0.0](https://github.com/truecharts/charts/compare/portainer-ce-0.0.8...portainer-ce-1.0.0) (2022-09-28) - -### Feat - -- move to stable ([#3945](https://github.com/truecharts/charts/issues/3945)) - - - - -## [portainer-ce-0.0.6](https://github.com/truecharts/charts/compare/portainer-ce-0.0.5...portainer-ce-0.0.6) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [portainer-ce-0.0.5](https://github.com/truecharts/charts/compare/portainer-ce-0.0.4...portainer-ce-0.0.5) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- allow all api groups ([#3903](https://github.com/truecharts/charts/issues/3903)) - - - - -## [portainer-ce-0.0.4](https://github.com/truecharts/charts/compare/portainer-ce-0.0.3...portainer-ce-0.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- rbac - full access ([#3896](https://github.com/truecharts/charts/issues/3896)) - - diff --git a/stable/portainer-ce/1.0.4/Chart.lock b/stable/portainer-ce/1.0.4/Chart.lock deleted file mode 100644 index f95259aef66..00000000000 --- a/stable/portainer-ce/1.0.4/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:50:38.233892794Z" diff --git a/stable/portainer-ce/1.0.4/Chart.yaml b/stable/portainer-ce/1.0.4/Chart.yaml deleted file mode 100644 index 5ca076e4daf..00000000000 --- a/stable/portainer-ce/1.0.4/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "2.15.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Container management made easy -home: https://truecharts.org/docs/charts/stable/portainer-ce -icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer-ce.png -keywords: - - portainer -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: portainer-ce -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/portainer-ce - - https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal - - https://hub.docker.com/r/portainer/portainer-ce -version: 1.0.4 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/portainer-ce/1.0.4/README.md b/stable/portainer-ce/1.0.4/README.md deleted file mode 100644 index 054dd65f7b4..00000000000 --- a/stable/portainer-ce/1.0.4/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# portainer-ce - -Container management made easy - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [portainer-ce](https://truecharts.org/docs/charts/stable/portainer-ce) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `portainer-ce` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install portainer-ce TrueCharts/portainer-ce -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `portainer-ce` deployment - -```console -helm uninstall portainer-ce -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install portainer-ce \ - --set env.TZ="America/New York" \ - TrueCharts/portainer-ce -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install portainer-ce TrueCharts/portainer-ce -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/portainer-ce/1.0.4/charts/common-10.7.0.tgz b/stable/portainer-ce/1.0.4/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/portainer-ce/1.0.4/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/portainer-ce/1.0.5/CHANGELOG.md b/stable/portainer-ce/1.0.5/CHANGELOG.md new file mode 100644 index 00000000000..4f321f65a31 --- /dev/null +++ b/stable/portainer-ce/1.0.5/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [portainer-ce-1.0.5](https://github.com/truecharts/charts/compare/portainer-ce-1.0.4...portainer-ce-1.0.5) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [portainer-ce-1.0.4](https://github.com/truecharts/charts/compare/portainer-ce-1.0.3...portainer-ce-1.0.4) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [portainer-ce-1.0.3](https://github.com/truecharts/charts/compare/portainer-ce-1.0.2...portainer-ce-1.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [portainer-ce-1.0.3](https://github.com/truecharts/charts/compare/portainer-ce-1.0.2...portainer-ce-1.0.3) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [portainer-ce-1.0.2](https://github.com/truecharts/charts/compare/portainer-ce-1.0.1...portainer-ce-1.0.2) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [portainer-ce-1.0.1](https://github.com/truecharts/charts/compare/portainer-ce-1.0.0...portainer-ce-1.0.1) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - add docs ([#3968](https://github.com/truecharts/charts/issues/3968)) + + + + +## [portainer-ce-1.0.0](https://github.com/truecharts/charts/compare/portainer-ce-0.0.8...portainer-ce-1.0.0) (2022-09-28) + +### Feat + +- move to stable ([#3945](https://github.com/truecharts/charts/issues/3945)) + + + + +## [portainer-ce-0.0.6](https://github.com/truecharts/charts/compare/portainer-ce-0.0.5...portainer-ce-0.0.6) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [portainer-ce-0.0.5](https://github.com/truecharts/charts/compare/portainer-ce-0.0.4...portainer-ce-0.0.5) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + + ### Fix + +- allow all api groups ([#3903](https://github.com/truecharts/charts/issues/3903)) + + + + +## [portainer-ce-0.0.4](https://github.com/truecharts/charts/compare/portainer-ce-0.0.3...portainer-ce-0.0.4) (2022-09-25) diff --git a/stable/portainer-ce/1.0.5/Chart.lock b/stable/portainer-ce/1.0.5/Chart.lock new file mode 100644 index 00000000000..8da475ff8d3 --- /dev/null +++ b/stable/portainer-ce/1.0.5/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:36:55.566755788Z" diff --git a/stable/portainer-ce/1.0.5/Chart.yaml b/stable/portainer-ce/1.0.5/Chart.yaml new file mode 100644 index 00000000000..cd8c07c8fde --- /dev/null +++ b/stable/portainer-ce/1.0.5/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "2.15.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Container management made easy +home: https://truecharts.org/docs/charts/stable/portainer-ce +icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer-ce.png +keywords: + - portainer +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: portainer-ce +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/portainer-ce + - https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal + - https://hub.docker.com/r/portainer/portainer-ce +version: 1.0.5 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/portainer-ce/1.0.5/README.md b/stable/portainer-ce/1.0.5/README.md new file mode 100644 index 00000000000..28028dc62fb --- /dev/null +++ b/stable/portainer-ce/1.0.5/README.md @@ -0,0 +1,107 @@ +# portainer-ce + +Container management made easy + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [portainer-ce](https://truecharts.org/docs/charts/stable/portainer-ce) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `portainer-ce` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install portainer-ce TrueCharts/portainer-ce +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `portainer-ce` deployment + +```console +helm uninstall portainer-ce +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install portainer-ce \ + --set env.TZ="America/New York" \ + TrueCharts/portainer-ce +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install portainer-ce TrueCharts/portainer-ce -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/portainer-ce/1.0.4/app-readme.md b/stable/portainer-ce/1.0.5/app-readme.md similarity index 100% rename from stable/portainer-ce/1.0.4/app-readme.md rename to stable/portainer-ce/1.0.5/app-readme.md diff --git a/stable/portainer-ce/1.0.5/charts/common-10.7.1.tgz b/stable/portainer-ce/1.0.5/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/portainer-ce/1.0.5/charts/common-10.7.1.tgz differ diff --git a/stable/portainer-ce/1.0.4/ix_values.yaml b/stable/portainer-ce/1.0.5/ix_values.yaml similarity index 100% rename from stable/portainer-ce/1.0.4/ix_values.yaml rename to stable/portainer-ce/1.0.5/ix_values.yaml diff --git a/stable/portainer-ce/1.0.4/questions.yaml b/stable/portainer-ce/1.0.5/questions.yaml similarity index 100% rename from stable/portainer-ce/1.0.4/questions.yaml rename to stable/portainer-ce/1.0.5/questions.yaml diff --git a/stable/portainer-ce/1.0.4/templates/_args.tpl b/stable/portainer-ce/1.0.5/templates/_args.tpl similarity index 100% rename from stable/portainer-ce/1.0.4/templates/_args.tpl rename to stable/portainer-ce/1.0.5/templates/_args.tpl diff --git a/stable/portainer-ce/1.0.4/templates/common.yaml b/stable/portainer-ce/1.0.5/templates/common.yaml similarity index 100% rename from stable/portainer-ce/1.0.4/templates/common.yaml rename to stable/portainer-ce/1.0.5/templates/common.yaml diff --git a/stable/scrutiny/3.0.36/values.yaml b/stable/portainer-ce/1.0.5/values.yaml similarity index 100% rename from stable/scrutiny/3.0.36/values.yaml rename to stable/portainer-ce/1.0.5/values.yaml diff --git a/stable/posterr/1.0.3/CHANGELOG.md b/stable/posterr/1.0.3/CHANGELOG.md deleted file mode 100644 index 9283b8a6cc2..00000000000 --- a/stable/posterr/1.0.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [posterr-1.0.3](https://github.com/truecharts/charts/compare/posterr-1.0.2...posterr-1.0.3) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [posterr-1.0.2](https://github.com/truecharts/charts/compare/posterr-1.0.1...posterr-1.0.2) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [posterr-1.0.2](https://github.com/truecharts/charts/compare/posterr-1.0.1...posterr-1.0.2) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [posterr-1.0.1](https://github.com/truecharts/charts/compare/posterr-1.0.0...posterr-1.0.1) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [posterr-0.0.26](https://github.com/truecharts/charts/compare/posterr-0.0.25...posterr-0.0.26) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [posterr-0.0.25](https://github.com/truecharts/charts/compare/posterr-0.0.24...posterr-0.0.25) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [posterr-0.0.24](https://github.com/truecharts/charts/compare/posterr-0.0.23...posterr-0.0.24) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [posterr-0.0.24](https://github.com/truecharts/charts/compare/posterr-0.0.23...posterr-0.0.24) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/posterr/1.0.3/Chart.lock b/stable/posterr/1.0.3/Chart.lock deleted file mode 100644 index ac1af80c9cf..00000000000 --- a/stable/posterr/1.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:50:46.627983139Z" diff --git a/stable/posterr/1.0.3/Chart.yaml b/stable/posterr/1.0.3/Chart.yaml deleted file mode 100644 index d8655844bdc..00000000000 --- a/stable/posterr/1.0.3/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Media display for Plex, Sonarr and Radarr. -home: https://truecharts.org/docs/charts/stable/posterr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png -keywords: - - posterr - - MediaServer-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: posterr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/posterr - - https://github.com/petersem/posterr - - https://hub.docker.com/r/petersem/posterr/ -type: application -version: 1.0.3 -annotations: - truecharts.org/catagories: | - - MediaServer-Other - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/posterr/1.0.3/README.md b/stable/posterr/1.0.3/README.md deleted file mode 100644 index d75520372a2..00000000000 --- a/stable/posterr/1.0.3/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# posterr - -Media display for Plex, Sonarr and Radarr. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [posterr](https://truecharts.org/docs/charts/stable/posterr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `posterr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install posterr TrueCharts/posterr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `posterr` deployment - -```console -helm uninstall posterr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install posterr \ - --set env.TZ="America/New York" \ - TrueCharts/posterr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install posterr TrueCharts/posterr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/posterr/1.0.3/charts/common-10.7.0.tgz b/stable/posterr/1.0.3/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/posterr/1.0.3/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/posterr/1.0.4/CHANGELOG.md b/stable/posterr/1.0.4/CHANGELOG.md new file mode 100644 index 00000000000..2683286c7d5 --- /dev/null +++ b/stable/posterr/1.0.4/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [posterr-1.0.4](https://github.com/truecharts/charts/compare/posterr-1.0.3...posterr-1.0.4) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [posterr-1.0.3](https://github.com/truecharts/charts/compare/posterr-1.0.2...posterr-1.0.3) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [posterr-1.0.2](https://github.com/truecharts/charts/compare/posterr-1.0.1...posterr-1.0.2) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [posterr-1.0.2](https://github.com/truecharts/charts/compare/posterr-1.0.1...posterr-1.0.2) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [posterr-1.0.1](https://github.com/truecharts/charts/compare/posterr-1.0.0...posterr-1.0.1) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [posterr-0.0.26](https://github.com/truecharts/charts/compare/posterr-0.0.25...posterr-0.0.26) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [posterr-0.0.25](https://github.com/truecharts/charts/compare/posterr-0.0.24...posterr-0.0.25) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [posterr-0.0.24](https://github.com/truecharts/charts/compare/posterr-0.0.23...posterr-0.0.24) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/posterr/1.0.4/Chart.lock b/stable/posterr/1.0.4/Chart.lock new file mode 100644 index 00000000000..1fcabfc2ddd --- /dev/null +++ b/stable/posterr/1.0.4/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:37:01.909134063Z" diff --git a/stable/posterr/1.0.4/Chart.yaml b/stable/posterr/1.0.4/Chart.yaml new file mode 100644 index 00000000000..f9406e636d5 --- /dev/null +++ b/stable/posterr/1.0.4/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Media display for Plex, Sonarr and Radarr. +home: https://truecharts.org/docs/charts/stable/posterr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.png +keywords: + - posterr + - MediaServer-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: posterr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/posterr + - https://github.com/petersem/posterr + - https://hub.docker.com/r/petersem/posterr/ +type: application +version: 1.0.4 +annotations: + truecharts.org/catagories: | + - MediaServer-Other + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/posterr/1.0.4/README.md b/stable/posterr/1.0.4/README.md new file mode 100644 index 00000000000..6b18a31072e --- /dev/null +++ b/stable/posterr/1.0.4/README.md @@ -0,0 +1,107 @@ +# posterr + +Media display for Plex, Sonarr and Radarr. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [posterr](https://truecharts.org/docs/charts/stable/posterr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `posterr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install posterr TrueCharts/posterr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `posterr` deployment + +```console +helm uninstall posterr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install posterr \ + --set env.TZ="America/New York" \ + TrueCharts/posterr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install posterr TrueCharts/posterr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/posterr/1.0.3/app-readme.md b/stable/posterr/1.0.4/app-readme.md similarity index 100% rename from stable/posterr/1.0.3/app-readme.md rename to stable/posterr/1.0.4/app-readme.md diff --git a/stable/posterr/1.0.4/charts/common-10.7.1.tgz b/stable/posterr/1.0.4/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/posterr/1.0.4/charts/common-10.7.1.tgz differ diff --git a/stable/posterr/1.0.3/ix_values.yaml b/stable/posterr/1.0.4/ix_values.yaml similarity index 100% rename from stable/posterr/1.0.3/ix_values.yaml rename to stable/posterr/1.0.4/ix_values.yaml diff --git a/stable/posterr/1.0.3/questions.yaml b/stable/posterr/1.0.4/questions.yaml similarity index 100% rename from stable/posterr/1.0.3/questions.yaml rename to stable/posterr/1.0.4/questions.yaml diff --git a/stable/posterr/1.0.3/templates/common.yaml b/stable/posterr/1.0.4/templates/common.yaml similarity index 100% rename from stable/posterr/1.0.3/templates/common.yaml rename to stable/posterr/1.0.4/templates/common.yaml diff --git a/stable/sdtd/1.0.8/values.yaml b/stable/posterr/1.0.4/values.yaml similarity index 100% rename from stable/sdtd/1.0.8/values.yaml rename to stable/posterr/1.0.4/values.yaml diff --git a/stable/pretend-youre-xyzzy/6.0.38/CHANGELOG.md b/stable/pretend-youre-xyzzy/6.0.38/CHANGELOG.md deleted file mode 100644 index 71e70454cfa..00000000000 --- a/stable/pretend-youre-xyzzy/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pretend-youre-xyzzy-6.0.38](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.37...pretend-youre-xyzzy-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pretend-youre-xyzzy-6.0.37](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.36...pretend-youre-xyzzy-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pretend-youre-xyzzy-6.0.37](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.36...pretend-youre-xyzzy-6.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pretend-youre-xyzzy-6.0.36](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.35...pretend-youre-xyzzy-6.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pretend-youre-xyzzy-6.0.35](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.34...pretend-youre-xyzzy-6.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pretend-youre-xyzzy-6.0.34](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.33...pretend-youre-xyzzy-6.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pretend-youre-xyzzy-6.0.33](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.32...pretend-youre-xyzzy-6.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pretend-youre-xyzzy-6.0.33](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.32...pretend-youre-xyzzy-6.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pretend-youre-xyzzy/6.0.38/Chart.lock b/stable/pretend-youre-xyzzy/6.0.38/Chart.lock deleted file mode 100644 index f176b7fbfac..00000000000 --- a/stable/pretend-youre-xyzzy/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:50:53.706547358Z" diff --git a/stable/pretend-youre-xyzzy/6.0.38/Chart.yaml b/stable/pretend-youre-xyzzy/6.0.38/Chart.yaml deleted file mode 100644 index 45cf717f5d3..00000000000 --- a/stable/pretend-youre-xyzzy/6.0.38/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: pretend-youre-xyzzy, a cards against humanity clone -home: https://truecharts.org/docs/charts/stable/pretend-youre-xyzzy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png -keywords: - - pretend-youre-xyzzy - - cards - - against - - humanity -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pretend-youre-xyzzy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy - - https://github.com/ajanata/PretendYoureXyzzy - - https://github.com/emcniece/DockerYourXyzzy -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pretend-youre-xyzzy/6.0.38/README.md b/stable/pretend-youre-xyzzy/6.0.38/README.md deleted file mode 100644 index ea289298998..00000000000 --- a/stable/pretend-youre-xyzzy/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pretend-youre-xyzzy - -pretend-youre-xyzzy, a cards against humanity clone - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pretend-youre-xyzzy](https://truecharts.org/docs/charts/stable/pretend-youre-xyzzy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pretend-youre-xyzzy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pretend-youre-xyzzy` deployment - -```console -helm uninstall pretend-youre-xyzzy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pretend-youre-xyzzy \ - --set env.TZ="America/New York" \ - TrueCharts/pretend-youre-xyzzy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pretend-youre-xyzzy/6.0.38/charts/common-10.7.0.tgz b/stable/pretend-youre-xyzzy/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pretend-youre-xyzzy/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/6.0.39/CHANGELOG.md b/stable/pretend-youre-xyzzy/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..32fdc8ab71a --- /dev/null +++ b/stable/pretend-youre-xyzzy/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pretend-youre-xyzzy-6.0.39](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.38...pretend-youre-xyzzy-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pretend-youre-xyzzy-6.0.38](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.37...pretend-youre-xyzzy-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pretend-youre-xyzzy-6.0.37](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.36...pretend-youre-xyzzy-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pretend-youre-xyzzy-6.0.37](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.36...pretend-youre-xyzzy-6.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pretend-youre-xyzzy-6.0.36](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.35...pretend-youre-xyzzy-6.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pretend-youre-xyzzy-6.0.35](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.34...pretend-youre-xyzzy-6.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pretend-youre-xyzzy-6.0.34](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.33...pretend-youre-xyzzy-6.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pretend-youre-xyzzy-6.0.33](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-6.0.32...pretend-youre-xyzzy-6.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pretend-youre-xyzzy/6.0.39/Chart.lock b/stable/pretend-youre-xyzzy/6.0.39/Chart.lock new file mode 100644 index 00000000000..94834cf8966 --- /dev/null +++ b/stable/pretend-youre-xyzzy/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:37:04.250017819Z" diff --git a/stable/pretend-youre-xyzzy/6.0.39/Chart.yaml b/stable/pretend-youre-xyzzy/6.0.39/Chart.yaml new file mode 100644 index 00000000000..9d013d032cd --- /dev/null +++ b/stable/pretend-youre-xyzzy/6.0.39/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: pretend-youre-xyzzy, a cards against humanity clone +home: https://truecharts.org/docs/charts/stable/pretend-youre-xyzzy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.png +keywords: + - pretend-youre-xyzzy + - cards + - against + - humanity +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pretend-youre-xyzzy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pretend-youre-xyzzy + - https://github.com/ajanata/PretendYoureXyzzy + - https://github.com/emcniece/DockerYourXyzzy +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pretend-youre-xyzzy/6.0.39/README.md b/stable/pretend-youre-xyzzy/6.0.39/README.md new file mode 100644 index 00000000000..50ed1bad494 --- /dev/null +++ b/stable/pretend-youre-xyzzy/6.0.39/README.md @@ -0,0 +1,107 @@ +# pretend-youre-xyzzy + +pretend-youre-xyzzy, a cards against humanity clone + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pretend-youre-xyzzy](https://truecharts.org/docs/charts/stable/pretend-youre-xyzzy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pretend-youre-xyzzy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pretend-youre-xyzzy` deployment + +```console +helm uninstall pretend-youre-xyzzy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pretend-youre-xyzzy \ + --set env.TZ="America/New York" \ + TrueCharts/pretend-youre-xyzzy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pretend-youre-xyzzy TrueCharts/pretend-youre-xyzzy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pretend-youre-xyzzy/6.0.38/app-readme.md b/stable/pretend-youre-xyzzy/6.0.39/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/6.0.38/app-readme.md rename to stable/pretend-youre-xyzzy/6.0.39/app-readme.md diff --git a/stable/pretend-youre-xyzzy/6.0.39/charts/common-10.7.1.tgz b/stable/pretend-youre-xyzzy/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pretend-youre-xyzzy/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/pretend-youre-xyzzy/6.0.38/ix_values.yaml b/stable/pretend-youre-xyzzy/6.0.39/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/6.0.38/ix_values.yaml rename to stable/pretend-youre-xyzzy/6.0.39/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/6.0.38/questions.yaml b/stable/pretend-youre-xyzzy/6.0.39/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/6.0.38/questions.yaml rename to stable/pretend-youre-xyzzy/6.0.39/questions.yaml diff --git a/stable/speedtest-exporter/3.0.39/templates/common.yaml b/stable/pretend-youre-xyzzy/6.0.39/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/templates/common.yaml rename to stable/pretend-youre-xyzzy/6.0.39/templates/common.yaml diff --git a/stable/ser2sock/6.0.38/values.yaml b/stable/pretend-youre-xyzzy/6.0.39/values.yaml similarity index 100% rename from stable/ser2sock/6.0.38/values.yaml rename to stable/pretend-youre-xyzzy/6.0.39/values.yaml diff --git a/stable/projectsend/3.0.43/CHANGELOG.md b/stable/projectsend/3.0.43/CHANGELOG.md deleted file mode 100644 index 3e73c1751e8..00000000000 --- a/stable/projectsend/3.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [projectsend-3.0.43](https://github.com/truecharts/charts/compare/projectsend-3.0.42...projectsend-3.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [projectsend-3.0.42](https://github.com/truecharts/charts/compare/projectsend-3.0.41...projectsend-3.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [projectsend-3.0.42](https://github.com/truecharts/charts/compare/projectsend-3.0.41...projectsend-3.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [projectsend-3.0.41](https://github.com/truecharts/charts/compare/projectsend-3.0.40...projectsend-3.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [projectsend-3.0.39](https://github.com/truecharts/charts/compare/projectsend-3.0.38...projectsend-3.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [projectsend-3.0.38](https://github.com/truecharts/charts/compare/projectsend-3.0.37...projectsend-3.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [projectsend-3.0.37](https://github.com/truecharts/charts/compare/projectsend-3.0.36...projectsend-3.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [projectsend-3.0.37](https://github.com/truecharts/charts/compare/projectsend-3.0.36...projectsend-3.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/projectsend/3.0.43/Chart.lock b/stable/projectsend/3.0.43/Chart.lock deleted file mode 100644 index 5466df9ad3a..00000000000 --- a/stable/projectsend/3.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:51:09.278749887Z" diff --git a/stable/projectsend/3.0.43/Chart.yaml b/stable/projectsend/3.0.43/Chart.yaml deleted file mode 100644 index ff0c7e09a36..00000000000 --- a/stable/projectsend/3.0.43/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: projectsend -version: 3.0.43 -appVersion: "2021.12.10" -description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/projectsend -icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - - https://hub.docker.com/r/linuxserver/projectsend -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/projectsend/3.0.43/README.md b/stable/projectsend/3.0.43/README.md deleted file mode 100644 index 3c641971ece..00000000000 --- a/stable/projectsend/3.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# projectsend - -Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [projectsend](https://truecharts.org/docs/charts/stable/projectsend) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `projectsend` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install projectsend TrueCharts/projectsend -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `projectsend` deployment - -```console -helm uninstall projectsend -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install projectsend \ - --set env.TZ="America/New York" \ - TrueCharts/projectsend -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install projectsend TrueCharts/projectsend -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/projectsend/3.0.43/charts/common-10.7.0.tgz b/stable/projectsend/3.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/projectsend/3.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/projectsend/3.0.43/charts/mariadb-3.0.92.tgz b/stable/projectsend/3.0.43/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/projectsend/3.0.43/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/projectsend/3.0.44/CHANGELOG.md b/stable/projectsend/3.0.44/CHANGELOG.md new file mode 100644 index 00000000000..26139079c35 --- /dev/null +++ b/stable/projectsend/3.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [projectsend-3.0.44](https://github.com/truecharts/charts/compare/projectsend-3.0.43...projectsend-3.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [projectsend-3.0.43](https://github.com/truecharts/charts/compare/projectsend-3.0.42...projectsend-3.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [projectsend-3.0.42](https://github.com/truecharts/charts/compare/projectsend-3.0.41...projectsend-3.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [projectsend-3.0.42](https://github.com/truecharts/charts/compare/projectsend-3.0.41...projectsend-3.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [projectsend-3.0.41](https://github.com/truecharts/charts/compare/projectsend-3.0.40...projectsend-3.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [projectsend-3.0.39](https://github.com/truecharts/charts/compare/projectsend-3.0.38...projectsend-3.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [projectsend-3.0.38](https://github.com/truecharts/charts/compare/projectsend-3.0.37...projectsend-3.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [projectsend-3.0.37](https://github.com/truecharts/charts/compare/projectsend-3.0.36...projectsend-3.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/projectsend/3.0.44/Chart.lock b/stable/projectsend/3.0.44/Chart.lock new file mode 100644 index 00000000000..023a030bdee --- /dev/null +++ b/stable/projectsend/3.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:37:29.85377749Z" diff --git a/stable/projectsend/3.0.44/Chart.yaml b/stable/projectsend/3.0.44/Chart.yaml new file mode 100644 index 00000000000..50fb6529037 --- /dev/null +++ b/stable/projectsend/3.0.44/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: projectsend +version: 3.0.44 +appVersion: "2021.12.10" +description: Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/projectsend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend + - https://hub.docker.com/r/linuxserver/projectsend +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/projectsend/3.0.44/README.md b/stable/projectsend/3.0.44/README.md new file mode 100644 index 00000000000..861f4d898b1 --- /dev/null +++ b/stable/projectsend/3.0.44/README.md @@ -0,0 +1,107 @@ +# projectsend + +Projectsend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [projectsend](https://truecharts.org/docs/charts/stable/projectsend) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `projectsend` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install projectsend TrueCharts/projectsend +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `projectsend` deployment + +```console +helm uninstall projectsend +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install projectsend \ + --set env.TZ="America/New York" \ + TrueCharts/projectsend +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install projectsend TrueCharts/projectsend -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/projectsend/3.0.43/app-readme.md b/stable/projectsend/3.0.44/app-readme.md similarity index 100% rename from stable/projectsend/3.0.43/app-readme.md rename to stable/projectsend/3.0.44/app-readme.md diff --git a/stable/projectsend/3.0.44/charts/common-10.7.1.tgz b/stable/projectsend/3.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/projectsend/3.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/projectsend/3.0.44/charts/mariadb-3.0.95.tgz b/stable/projectsend/3.0.44/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/projectsend/3.0.44/charts/mariadb-3.0.95.tgz differ diff --git a/stable/projectsend/3.0.43/ix_values.yaml b/stable/projectsend/3.0.44/ix_values.yaml similarity index 100% rename from stable/projectsend/3.0.43/ix_values.yaml rename to stable/projectsend/3.0.44/ix_values.yaml diff --git a/stable/projectsend/3.0.43/questions.yaml b/stable/projectsend/3.0.44/questions.yaml similarity index 100% rename from stable/projectsend/3.0.43/questions.yaml rename to stable/projectsend/3.0.44/questions.yaml diff --git a/stable/stash/7.0.39/templates/common.yaml b/stable/projectsend/3.0.44/templates/common.yaml similarity index 100% rename from stable/stash/7.0.39/templates/common.yaml rename to stable/projectsend/3.0.44/templates/common.yaml diff --git a/stable/shiori/7.0.42/values.yaml b/stable/projectsend/3.0.44/values.yaml similarity index 100% rename from stable/shiori/7.0.42/values.yaml rename to stable/projectsend/3.0.44/values.yaml diff --git a/stable/promcord/4.0.40/CHANGELOG.md b/stable/promcord/4.0.40/CHANGELOG.md deleted file mode 100644 index 2d30bbeeaf3..00000000000 --- a/stable/promcord/4.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [promcord-4.0.40](https://github.com/truecharts/charts/compare/promcord-4.0.39...promcord-4.0.40) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [promcord-4.0.39](https://github.com/truecharts/charts/compare/promcord-4.0.38...promcord-4.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [promcord-4.0.38](https://github.com/truecharts/charts/compare/promcord-4.0.37...promcord-4.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [promcord-4.0.38](https://github.com/truecharts/charts/compare/promcord-4.0.37...promcord-4.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [promcord-4.0.37](https://github.com/truecharts/charts/compare/promcord-4.0.36...promcord-4.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [promcord-4.0.36](https://github.com/truecharts/charts/compare/promcord-4.0.35...promcord-4.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [promcord-4.0.35](https://github.com/truecharts/charts/compare/promcord-4.0.34...promcord-4.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [promcord-4.0.34](https://github.com/truecharts/charts/compare/promcord-4.0.33...promcord-4.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [promcord-4.0.34](https://github.com/truecharts/charts/compare/promcord-4.0.33...promcord-4.0.34) (2022-09-21) diff --git a/stable/promcord/4.0.40/Chart.lock b/stable/promcord/4.0.40/Chart.lock deleted file mode 100644 index ad4c4b13599..00000000000 --- a/stable/promcord/4.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:56:09.567260347Z" diff --git a/stable/promcord/4.0.40/Chart.yaml b/stable/promcord/4.0.40/Chart.yaml deleted file mode 100644 index 6455cd49d68..00000000000 --- a/stable/promcord/4.0.40/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Discord bot that provides metrics from a Discord server -icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png -home: https://truecharts.org/docs/charts/stable/promcord -keywords: - - promcord - - discord - - metrics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: promcord -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/promcord - - https://github.com/nimarion/promcord -type: application -version: 4.0.40 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/promcord/4.0.40/README.md b/stable/promcord/4.0.40/README.md deleted file mode 100644 index ddc0cb32d31..00000000000 --- a/stable/promcord/4.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# promcord - -Discord bot that provides metrics from a Discord server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [promcord](https://truecharts.org/docs/charts/stable/promcord) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `promcord` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install promcord TrueCharts/promcord -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `promcord` deployment - -```console -helm uninstall promcord -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install promcord \ - --set env.TZ="America/New York" \ - TrueCharts/promcord -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install promcord TrueCharts/promcord -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/promcord/4.0.40/charts/common-10.7.0.tgz b/stable/promcord/4.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/promcord/4.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/promcord/4.0.41/CHANGELOG.md b/stable/promcord/4.0.41/CHANGELOG.md new file mode 100644 index 00000000000..84a03969856 --- /dev/null +++ b/stable/promcord/4.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [promcord-4.0.41](https://github.com/truecharts/charts/compare/promcord-4.0.40...promcord-4.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [promcord-4.0.40](https://github.com/truecharts/charts/compare/promcord-4.0.39...promcord-4.0.40) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [promcord-4.0.39](https://github.com/truecharts/charts/compare/promcord-4.0.38...promcord-4.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [promcord-4.0.38](https://github.com/truecharts/charts/compare/promcord-4.0.37...promcord-4.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [promcord-4.0.38](https://github.com/truecharts/charts/compare/promcord-4.0.37...promcord-4.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [promcord-4.0.37](https://github.com/truecharts/charts/compare/promcord-4.0.36...promcord-4.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [promcord-4.0.36](https://github.com/truecharts/charts/compare/promcord-4.0.35...promcord-4.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [promcord-4.0.35](https://github.com/truecharts/charts/compare/promcord-4.0.34...promcord-4.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [promcord-4.0.34](https://github.com/truecharts/charts/compare/promcord-4.0.33...promcord-4.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/promcord/4.0.41/Chart.lock b/stable/promcord/4.0.41/Chart.lock new file mode 100644 index 00000000000..deec4fe02ba --- /dev/null +++ b/stable/promcord/4.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:37:27.600591933Z" diff --git a/stable/promcord/4.0.41/Chart.yaml b/stable/promcord/4.0.41/Chart.yaml new file mode 100644 index 00000000000..9d57f2eae91 --- /dev/null +++ b/stable/promcord/4.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Discord bot that provides metrics from a Discord server +icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.png +home: https://truecharts.org/docs/charts/stable/promcord +keywords: + - promcord + - discord + - metrics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: promcord +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/promcord + - https://github.com/nimarion/promcord +type: application +version: 4.0.41 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/promcord/4.0.41/README.md b/stable/promcord/4.0.41/README.md new file mode 100644 index 00000000000..816315dacf6 --- /dev/null +++ b/stable/promcord/4.0.41/README.md @@ -0,0 +1,106 @@ +# promcord + +Discord bot that provides metrics from a Discord server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [promcord](https://truecharts.org/docs/charts/stable/promcord) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `promcord` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install promcord TrueCharts/promcord +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `promcord` deployment + +```console +helm uninstall promcord +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install promcord \ + --set env.TZ="America/New York" \ + TrueCharts/promcord +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install promcord TrueCharts/promcord -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/promcord/4.0.40/app-readme.md b/stable/promcord/4.0.41/app-readme.md similarity index 100% rename from stable/promcord/4.0.40/app-readme.md rename to stable/promcord/4.0.41/app-readme.md diff --git a/stable/promcord/4.0.41/charts/common-10.7.1.tgz b/stable/promcord/4.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/promcord/4.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/promcord/4.0.40/ci/no-values.yaml b/stable/promcord/4.0.41/ci/no-values.yaml similarity index 100% rename from stable/promcord/4.0.40/ci/no-values.yaml rename to stable/promcord/4.0.41/ci/no-values.yaml diff --git a/stable/promcord/4.0.40/ix_values.yaml b/stable/promcord/4.0.41/ix_values.yaml similarity index 100% rename from stable/promcord/4.0.40/ix_values.yaml rename to stable/promcord/4.0.41/ix_values.yaml diff --git a/stable/promcord/4.0.40/questions.yaml b/stable/promcord/4.0.41/questions.yaml similarity index 100% rename from stable/promcord/4.0.40/questions.yaml rename to stable/promcord/4.0.41/questions.yaml diff --git a/stable/promcord/4.0.40/templates/common.yaml b/stable/promcord/4.0.41/templates/common.yaml similarity index 100% rename from stable/promcord/4.0.40/templates/common.yaml rename to stable/promcord/4.0.41/templates/common.yaml diff --git a/stable/promcord/4.0.40/templates/prometheusrules.yaml b/stable/promcord/4.0.41/templates/prometheusrules.yaml similarity index 100% rename from stable/promcord/4.0.40/templates/prometheusrules.yaml rename to stable/promcord/4.0.41/templates/prometheusrules.yaml diff --git a/stable/promcord/4.0.40/templates/servicemonitor.yaml b/stable/promcord/4.0.41/templates/servicemonitor.yaml similarity index 100% rename from stable/promcord/4.0.40/templates/servicemonitor.yaml rename to stable/promcord/4.0.41/templates/servicemonitor.yaml diff --git a/stable/shlink-web-client/3.0.38/values.yaml b/stable/promcord/4.0.41/values.yaml similarity index 100% rename from stable/shlink-web-client/3.0.38/values.yaml rename to stable/promcord/4.0.41/values.yaml diff --git a/stable/prometheus/4.0.108/CHANGELOG.md b/stable/prometheus/4.0.108/CHANGELOG.md deleted file mode 100644 index af9e45ce4c8..00000000000 --- a/stable/prometheus/4.0.108/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [prometheus-4.0.108](https://github.com/truecharts/charts/compare/prometheus-4.0.107...prometheus-4.0.108) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [prometheus-4.0.107](https://github.com/truecharts/charts/compare/prometheus-4.0.106...prometheus-4.0.107) (2022-10-17) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) - - - - -## [prometheus-4.0.106](https://github.com/truecharts/charts/compare/prometheus-4.0.105...prometheus-4.0.106) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [prometheus-4.0.105](https://github.com/truecharts/charts/compare/prometheus-4.0.104...prometheus-4.0.105) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [prometheus-4.0.104](https://github.com/truecharts/charts/compare/prometheus-4.0.103...prometheus-4.0.104) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [prometheus-4.0.103](https://github.com/truecharts/charts/compare/prometheus-4.0.102...prometheus-4.0.103) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [prometheus-4.0.102](https://github.com/truecharts/charts/compare/prometheus-4.0.101...prometheus-4.0.102) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [prometheus-4.0.101](https://github.com/truecharts/charts/compare/prometheus-4.0.99...prometheus-4.0.101) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [prometheus-4.0.100](https://github.com/truecharts/charts/compare/prometheus-4.0.99...prometheus-4.0.100) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prometheus-4.0.99](https://github.com/truecharts/charts/compare/prometheus-4.0.98...prometheus-4.0.99) (2022-10-07) - diff --git a/stable/prometheus/4.0.108/Chart.lock b/stable/prometheus/4.0.108/Chart.lock deleted file mode 100644 index 42d5463fe96..00000000000 --- a/stable/prometheus/4.0.108/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 3.2.1 -- name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 3.2.4 -digest: sha256:8b33f8be1b3d811897d4edb46bff73678df905110f603e156d809e4ced054fb6 -generated: "2022-10-18T05:49:09.198464643Z" diff --git a/stable/prometheus/4.0.108/Chart.yaml b/stable/prometheus/4.0.108/Chart.yaml deleted file mode 100644 index 011aea5b385..00000000000 --- a/stable/prometheus/4.0.108/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: "0.60.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: exporters.enabled,exporters.node-exporter.enabled - name: node-exporter - repository: https://charts.bitnami.com/bitnami - version: 3.2.1 - - condition: exporters.enabled,exporters.kube-state-metrics.enabled - name: kube-state-metrics - repository: https://charts.bitnami.com/bitnami - version: 3.2.4 -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://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png -home: https://truecharts.org/docs/charts/stable/prometheus -keywords: - - metrics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: prometheus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/prometheus - - https://github.com/prometheus-community/helm-charts - - https://github.com/prometheus-operator/kube-prometheus -type: application -version: 4.0.108 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/prometheus/4.0.108/README.md b/stable/prometheus/4.0.108/README.md deleted file mode 100644 index 4a7bedbd9cb..00000000000 --- a/stable/prometheus/4.0.108/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# prometheus - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [prometheus](https://truecharts.org/docs/charts/stable/prometheus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.bitnami.com/bitnami | kube-state-metrics | 3.2.4 | -| https://charts.bitnami.com/bitnami | node-exporter | 3.2.1 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `prometheus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install prometheus TrueCharts/prometheus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `prometheus` deployment - -```console -helm uninstall prometheus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install prometheus \ - --set env.TZ="America/New York" \ - TrueCharts/prometheus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install prometheus TrueCharts/prometheus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/prometheus/4.0.108/charts/common-10.7.0.tgz b/stable/prometheus/4.0.108/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/prometheus/4.0.108/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/prometheus/4.0.108/ix_values.yaml b/stable/prometheus/4.0.108/ix_values.yaml deleted file mode 100644 index 4e5418d5b46..00000000000 --- a/stable/prometheus/4.0.108/ix_values.yaml +++ /dev/null @@ -1,1389 +0,0 @@ -image: - repository: tccr.io/truecharts/prometheus-operator - tag: 0.60.1@sha256:b38b8740818209cf8db4f9ada00dcd2160c3bb8a22aac88854c4fbb83dac4a6a - -prometheusImage: - repository: tccr.io/truecharts/prometheus - tag: 2.39.1@sha256:4c93860bed1ec1fd4ac1443709c42131d8a6e2ab41e1845b0091c0084c61a4a7 - -thanosImage: - repository: tccr.io/truecharts/thanos - tag: 0.28.1@sha256:eaef8f71a4a29afbae2fd090afd9aa24de0db02ff65de9ff052a09df9b16be5d - -alertmanagerImage: - repository: tccr.io/truecharts/alertmanager - tag: v0.24.0@sha256:1294d1ca92a55eab181a068120d0509bec77af4a2bfbeefd2fc2365b31f43a78 - -global: - labels: {} - -service: - main: - selector: - app.kubernetes.io/name: prometheus - prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' - ports: - main: - port: 10086 - targetPort: 9090 - protocol: HTTP - promop: - enabled: true - ports: - promop: - enabled: true - port: 10089 - targetPort: 8080 - protocol: HTTP - alertmanager: - enabled: true - selector: - app.kubernetes.io/name: alertmanager - alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' - ports: - alertmanager: - enabled: true - port: 10087 - targetPort: 9093 - protocol: HTTP - thanos: - enabled: true - selector: - app.kubernetes.io/name: prometheus - prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' - ports: - thanos: - enabled: true - port: 10901 - targetPort: 10901 - protocol: HTTP - -ingress: - main: - enabled: false - alertmanager: - enabled: false - thanos: - enabled: false - -#### -## Operator Config -#### - -env: - PROMETHEUS_CONFIG_RELOADER: - configMapKeyRef: - name: prometheus-operator-config - key: prometheus-config-reloader - -# -- Whether Role Based Access Control objects like roles and rolebindings should be created -rbac: - main: - enabled: true - rules: - - apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - verbs: - - create - - apiGroups: - - apiextensions.k8s.io - resourceNames: - - alertmanagers.monitoring.coreos.com - - podmonitors.monitoring.coreos.com - - prometheuses.monitoring.coreos.com - - prometheusrules.monitoring.coreos.com - - servicemonitors.monitoring.coreos.com - - thanosrulers.monitoring.coreos.com - - probes.monitoring.coreos.com - resources: - - customresourcedefinitions - verbs: - - get - - update - - apiGroups: - - monitoring.coreos.com - resources: - - alertmanagers - - alertmanagers/finalizers - - alertmanagerconfigs - - prometheuses - - prometheuses/finalizers - - thanosrulers - - thanosrulers/finalizers - - servicemonitors - - podmonitors - - probes - - prometheusrules - verbs: - - "*" - - apiGroups: - - apps - resources: - - statefulsets - verbs: - - "*" - - apiGroups: - - "" - resources: - - configmaps - - secrets - verbs: - - "*" - - apiGroups: - - "" - resources: - - pods - verbs: - - list - - delete - - apiGroups: - - "" - resources: - - services - - services/finalizers - - endpoints - verbs: - - get - - create - - update - - delete - - apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch - - apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch - - apiGroups: - - networking.k8s.io - resources: - - ingresses - verbs: - - get - - list - - watch - -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - -securityContext: - readOnlyRootFilesystem: false - -probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP - - # -- Redainess probe configuration - # @default -- See below - readiness: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP - - # -- Startup probe configuration - # @default -- See below - startup: - custom: true - spec: - httpGet: - path: "/metrics" - port: promop - scheme: HTTP - -operator: - enabled: true - ## Create a servicemonitor for the operator - ## - serviceMonitor: - ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator - ## - enabled: true - ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param operator.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param operator.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - - ## @param operator.logLevel Log level for Prometheus Operator - ## - logLevel: info - ## @param operator.logFormat Log format for Prometheus Operator - ## - logFormat: logfmt - - configReloaderResources: {} - ## @param operator.kubeletService.enabled If true, the operator will create and maintain a service for scraping kubelets - ## @param operator.kubeletService.namespace Namespace to deploy the kubelet service - ## - kubeletService: - enabled: true - namespace: kube-system - - ## Prometheus Configmap-reload image to use for reloading configmaps - ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/) - ## - prometheusConfigReloader: - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - - livenessProbe: - enabled: true - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 6 - successThreshold: 1 - - readinessProbe: - enabled: true - initialDelaySeconds: 15 - periodSeconds: 20 - timeoutSeconds: 5 - failureThreshold: 6 - successThreshold: 1 - -#### -## Prometheus Config (Spawned by Operator) -#### - -## Deploy a Prometheus instance -## -prometheus: - ## @param prometheus.enabled Deploy Prometheus to the cluster - ## - enabled: true - ## Bitnami Prometheus image version - ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/ - ## @param prometheus.image.registry Prometheus image registry - ## @param prometheus.image.repository Prometheus image repository - ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) - ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array - ## - ## Service account for Prometheus to use. - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ - ## - serviceAccount: - ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus - ## - create: true - ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create - ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template - name: "" - ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount - ## annotations: - ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus - ## - annotations: {} - ## Prometheus pods' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod - ## @param prometheus.podSecurityContext.enabled Enable security context - ## @param prometheus.podSecurityContext.runAsUser User ID for the container - ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem - ## - podSecurityContext: - enabled: true - runAsUser: 1001 - fsGroup: 1001 - ## Prometheus containers' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param prometheus.containerSecurityContext.enabled Enable container security context - ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem - ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - - serviceMonitor: - ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself - ## - enabled: true - ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param prometheus.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param prometheus.externalUrl External URL used to access Prometheus - ## If not creating an ingress but still exposing the service some other way (like a proxy) - ## let Prometheus know what its external URL is so that it can properly create links - ## externalUrl: https://prometheus.example.com - ## - externalUrl: "" - ## @param prometheus.resources CPU/Memory resource requests/limits for node - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## - resources: {} - ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAffinityPreset: "" - ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAntiAffinityPreset: soft - ## Node affinity preset - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity - ## - nodeAffinityPreset: - ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## - type: "" - ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set. - ## E.g. - ## key: "kubernetes.io/e2e-az-name" - ## - key: "" - ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set. - ## E.g. - ## values: - ## - e2e-az1 - ## - e2e-az2 - ## - values: [] - ## @param prometheus.affinity Prometheus Affinity for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set - ## - affinity: {} - ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment - ## ref: https://kubernetes.io/docs/user-guide/node-selection/ - ## - nodeSelector: {} - ## @param prometheus.tolerations Prometheus Tolerations for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ - ## - tolerations: [] - ## @param prometheus.scrapeInterval Interval between consecutive scrapes - ## - scrapeInterval: "15s" - ## @param prometheus.evaluationInterval Interval between consecutive evaluations - ## - evaluationInterval: "30s" - ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback - ## - listenLocal: false - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe - ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe - ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out - ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - failureThreshold: 10 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 3 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe - ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe - ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out - ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - failureThreshold: 10 - periodSeconds: 10 - successThreshold: 1 - timeoutSeconds: 3 - ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API - ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis - ## - enableAdminAPI: false - ## @param prometheus.enableFeatures Enable access to Prometheus disabled features. - ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/ - ## - enableFeatures: [] - ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints - ## - alertingEndpoints: [] - ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems - ## - externalLabels: {} - ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name - ## - replicaExternalLabelName: "" - ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name - ## - replicaExternalLabelNameClear: false - ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route - ## Useful for proxies that rewrite URLs. - ## - routePrefix: / - ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name - ## - prometheusExternalLabelName: "" - ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name - ## - prometheusExternalLabelNameClear: false - ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods - ## - secrets: [] - ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods - ## - configMaps: [] - ## @param prometheus.querySpec The query command line flags when starting Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec - ## - querySpec: {} - ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - ruleNamespaceSelector: {} - ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery - ## If {}, select all ServiceMonitors - ## - ruleSelector: {} - ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery - ## If {}, select all ServiceMonitors - ## - serviceMonitorSelector: {} - ## @param prometheus.matchLabels Matchlabels - ## - matchLabels: {} - ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - serviceMonitorNamespaceSelector: {} - ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery. - ## If {}, select all PodMonitors - ## - podMonitorSelector: {} - ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - podMonitorNamespaceSelector: {} - ## @param prometheus.probeSelector Probes to be selected for target discovery. - ## If {}, select all Probes - ## - probeSelector: {} - ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage - ## - probeNamespaceSelector: {} - ## @param prometheus.retention Metrics retention days - ## - retention: 31d - ## @param prometheus.retentionSize Maximum size of metrics - ## - retentionSize: "" - ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB - ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction - ## - disableCompaction: false - ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy - ## - walCompression: false - ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes - ## - paused: false - ## @param prometheus.replicaCount Number of Prometheus replicas desired - ## - replicaCount: 1 - ## @param prometheus.logLevel Log level for Prometheus - ## - logLevel: info - ## @param prometheus.logFormat Log format for Prometheus - ## - logFormat: logfmt - ## @param prometheus.podMetadata [object] Standard object's metadata - ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata - ## - podMetadata: - ## labels: - ## app: prometheus - ## k8s-app: prometheus - ## - labels: {} - annotations: {} - ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec - ## remoteRead: - ## - url: http://remote1/read - ## - remoteRead: [] - ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec - ## remoteWrite: - ## - url: http://remote1/push - ## - remoteWrite: [] - ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md - ## - storageSpec: {} - ## Prometheus persistence parameters - ## - persistence: - ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. - ## - enabled: true - ## @param prometheus.persistence.storageClass Persistent Volume Storage Class - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. - ## - storageClass: "" - ## @param prometheus.persistence.accessModes Persistent Volume Access Modes - ## - accessModes: - - ReadWriteOnce - ## @param prometheus.persistence.size Persistent Volume Size - ## - size: 999Gi - ## @param prometheus.priorityClassName Priority class assigned to the Pods - ## - priorityClassName: "" - ## @param prometheus.containers Containers allows injecting additional containers - ## - containers: [] - ## @param prometheus.volumes Volumes allows configuration of additional volumes - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## - volumes: [] - ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec - ## - volumeMounts: [] - ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance. - additionalPrometheusRules: [] - ## - name: custom-recording-rules - ## groups: - ## - name: sum_node_by_job - ## rules: - ## - record: job:kube_node_labels:sum - ## expr: sum(kube_node_labels) by (job) - ## - name: sum_prometheus_config_reload_by_pod - ## rules: - ## - record: job:prometheus_config_last_reload_successful:sum - ## expr: sum(prometheus_config_last_reload_successful) by (pod) - ## - name: custom-alerting-rules - ## groups: - ## - name: prometheus-config - ## rules: - ## - alert: PrometheusConfigurationReload - ## expr: prometheus_config_last_reload_successful > 0 - ## for: 1m - ## labels: - ## severity: error - ## annotations: - ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})" - ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - name: custom-node-exporter-alerting-rules - ## rules: - ## - alert: PhysicalComponentTooHot - ## expr: node_hwmon_temp_celsius > 75 - ## for: 5m - ## labels: - ## severity: warning - ## annotations: - ## summary: "Physical component too hot (instance {{ $labels.instance }})" - ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - alert: NodeOvertemperatureAlarm - ## expr: node_hwmon_temp_alarm == 1 - ## for: 5m - ## labels: - ## severity: critical - ## annotations: - ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})" - ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" - ## - ## Note that the prometheus will fail to provision if the correct secret does not exist. - ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs - ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs - ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration - ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration - ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs - ## - additionalScrapeConfigs: - enabled: false - type: external - external: - ## Name of the secret that Prometheus should use for the additional scrape configuration - ## - name: "" - ## Name of the key inside the secret to be used for the additional scrape configuration. - ## - key: "" - internal: - jobList: [] - ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart - ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration - ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration - ## - additionalScrapeConfigsExternal: - enabled: false - name: "" - key: "" - ## Enable additional Prometheus alert relabel configs that are managed externally to this chart - ## Note that the prometheus will fail to provision if the correct secret does not exist. - ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart - ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration - ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration - ## - additionalAlertRelabelConfigsExternal: - enabled: false - name: "" - key: "" - ## Thanos sidecar container configuration - ## - thanos: - ## @param prometheus.thanos.create Create a Thanos sidecar container - ## - create: false - ## Bitnami Thanos image - ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/ - ## @param prometheus.thanos.image.registry Thanos image registry - ## @param prometheus.thanos.image.repository Thanos image name - ## @param prometheus.thanos.image.tag Thanos image tag - ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy - ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array - ## - ## Thanos Sidecar container's securityContext - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context - ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem - ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090" - ## - prometheusUrl: "" - ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container - ## extraArgs: - ## - --log.level=debug - ## - --tsdb.path=/data/ - ## - extraArgs: [] - ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container. - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md - ## objectStorageConfig: - ## secretName: thanos-objstore-config - ## secretKey: thanos.yaml - ## - objectStorageConfig: {} - ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md - ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container - ## extraVolumeMounts: - ## - name: my-secret-volume - ## mountPath: /etc/thanos/secrets/my-secret - ## - extraVolumeMounts: [] - ## Thanos sidecar container resource requests and limits. - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## We usually recommend not to specify default resources and to leave this as a conscious - ## choice for the user. This also increases chances charts run on environments with little - ## resources, such as Minikube. If you do want to specify resources, uncomment the following - ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. - ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container - ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container - ## - resources: - ## Example: - ## limits: - ## cpu: 100m - ## memory: 128Mi - limits: {} - ## Examples: - ## requests: - ## cpu: 100m - ## memory: 128Mi - requests: {} - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe - ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe - ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out - ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe - ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe - ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out - ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Thanos Sidecar Service - ## - service: - ## @param prometheus.thanos.service.type Kubernetes service type - ## - type: ClusterIP - ## @param prometheus.thanos.service.port Thanos service port - ## - port: 10901 - ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default. - ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests. - ## - clusterIP: None - ## @param prometheus.thanos.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: 30901 - ## - nodePort: "" - ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` - ## Set the LoadBalancer service type to internal only - ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer - ## - loadBalancerIP: "" - ## @param prometheus.thanos.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 prometheus.thanos.service.annotations Additional annotations for Prometheus service - ## - annotations: {} - ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container - ## extraPorts: - ## - name: http - ## port: 10902 - ## targetPort: http - ## protocol: TCP - ## - extraPorts: [] - ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web - ## - portName: main - -#### -## Alert Manager Config -#### - -## @section Alertmanager Parameters - -## Configuration for alertmanager -## ref: https://prometheus.io/docs/alerting/alertmanager/ -## -alertmanager: - ## @param alertmanager.enabled Deploy Alertmanager to the cluster - ## - enabled: true - ## Service account for Alertmanager to use. - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ - ## - serviceAccount: - ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager - ## - create: true - ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create - ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template - name: "" - ## Prometheus Alertmanager pods' Security Context - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod - ## @param alertmanager.podSecurityContext.enabled Enable security context - ## @param alertmanager.podSecurityContext.runAsUser User ID for the container - ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem - ## - podSecurityContext: - enabled: true - runAsUser: 1001 - fsGroup: 1001 - ## Prometheus Alertmanager container's securityContext - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container - ## @param alertmanager.containerSecurityContext.enabled Enable container security context - ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem - ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off - ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user - ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped - ## - containerSecurityContext: - enabled: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: false - runAsNonRoot: true - capabilities: - drop: - - ALL - ## Configure pod disruption budgets for Alertmanager - ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget - ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager - ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled - ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable - ## - podDisruptionBudget: - enabled: false - minAvailable: 1 - maxUnavailable: "" - ## If true, create a serviceMonitor for alertmanager - ## - serviceMonitor: - ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager - ## - enabled: true - ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param alertmanager.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param alertmanager.externalUrl External URL used to access Alertmanager - ## e.g: - ## externalUrl: https://alertmanager.example.com - ## - externalUrl: "" - ## @param alertmanager.resources CPU/Memory resource requests/limits for node - ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ - ## - resources: {} - ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAffinityPreset: "" - ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity - ## - podAntiAffinityPreset: soft - ## Node affinity preset - ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity - ## - nodeAffinityPreset: - ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` - ## - type: "" - ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set. - ## E.g. - ## key: "kubernetes.io/e2e-az-name" - ## - key: "" - ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set. - ## E.g. - ## values: - ## - e2e-az1 - ## - e2e-az2 - ## - values: [] - ## @param alertmanager.affinity Alertmanager Affinity for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set - ## - affinity: {} - ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment - ## ref: https://kubernetes.io/docs/user-guide/node-selection/ - ## - nodeSelector: {} - ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment - ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ - ## - tolerations: [] - ## Alertmanager configuration - ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file - ## @param alertmanager.config [object] Alertmanager configuration directive - ## @skip alertmanager.config.route.group_by - ## @skip alertmanager.config.route.routes - ## @skip alertmanager.config.receivers - ## - config: - global: - resolve_timeout: 5m - route: - group_by: ["job"] - group_wait: 30s - group_interval: 5m - repeat_interval: 12h - receiver: "null" - routes: - - match: - alertname: Watchdog - receiver: "null" - receivers: - - name: "null" - ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created. - ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}` - ## It must contain: - ## alertmanager.yaml: - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting - ## - externalConfig: false - ## @param alertmanager.replicaCount Number of Alertmanager replicas desired - ## - replicaCount: 1 - ## Configure extra options for liveness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe - ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state - ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated - ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe - ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out - ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe - ## - livenessProbe: - enabled: true - path: /-/healthy - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## Configure extra options for readiness probe - ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes - ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe - ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state - ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated - ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe - ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out - ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe - ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe - ## - readinessProbe: - enabled: true - path: /-/ready - initialDelaySeconds: 0 - periodSeconds: 5 - timeoutSeconds: 3 - failureThreshold: 120 - successThreshold: 1 - ## @param alertmanager.logLevel Log level for Alertmanager - ## - logLevel: info - ## @param alertmanager.logFormat Log format for Alertmanager - ## - logFormat: logfmt - ## @param alertmanager.podMetadata [object] Standard object's metadata. - ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata - ## - podMetadata: - labels: {} - annotations: {} - ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods - ## - secrets: [] - ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods - ## - configMaps: [] - ## @param alertmanager.retention Metrics retention days - ## - retention: 240h - ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md - ## - storageSpec: {} - ## Alertmanager persistence parameters - ## - persistence: - ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. - ## If you want to use this configuration make sure the storageSpec is not provided. - ## - enabled: true - ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class - ## If defined, storageClassName: - ## If set to "-", storageClassName: "", which disables dynamic provisioning - ## If undefined (the default) or set to null, no storageClassName spec is - ## set, choosing the default provisioner. - ## - storageClass: "" - ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes - ## - accessModes: - - ReadWriteOnce - ## @param alertmanager.persistence.size Persistent Volume Size - ## - size: 999Gi - ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes - ## - paused: false - ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback - ## - listenLocal: false - ## @param alertmanager.containers Containers allows injecting additional containers - ## - containers: [] - ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec - ## - volumes: [] - ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec - ## - volumeMounts: [] - ## @param alertmanager.priorityClassName Priority class assigned to the Pods - ## - priorityClassName: "" - ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster - ## - additionalPeers: [] - ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route - ## Useful for proxies that rewrite URLs. - ## - routePrefix: / - ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web - ## - portName: alertmanager - ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {} - ## - configNamespaceSelector: {} - ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {} - ## - configSelector: {} - -#### -## Exporters -#### - -## @section Exporters - -## Exporters -## -exporters: - node-exporter: - ## @param exporters.node-exporter.enabled Enable node-exporter - ## - enabled: true - kube-state-metrics: - ## @param exporters.kube-state-metrics.enabled Enable kube-state-metrics - ## - enabled: true -## @param node-exporter [object] Node Exporter deployment configuration -## -node-exporter: - service: - port: 9910 - targetPort: 9910 - labels: - jobLabel: node-exporter - serviceMonitor: - enabled: true - jobLabel: jobLabel - extraArgs: - collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)" - collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$" - collector.netdev.device-exclude: "^veth.*$" - collector.netclass.ignored-devices: "^veth.*$" - path.rootfs: /host - extraVolumes: - - name: host - hostPath: - path: / - extraVolumeMounts: - - name: host - mountPath: /host - readOnly: true -## @param kube-state-metrics [object] Node Exporter deployment configuration -## -kube-state-metrics: - serviceMonitor: - enabled: true - honorLabels: true -## Component scraping for kubelet and kubelet hosted cAdvisor -## -kubelet: - ## @param kubelet.enabled Create a ServiceMonitor to scrape kubelet service - ## - enabled: true - ## @param kubelet.namespace Namespace where kubelet service is deployed. Related configuration `operator.kubeletService.namespace` - ## - namespace: kube-system - serviceMonitor: - ## @param kubelet.serviceMonitor.https Enable scraping of the kubelet over HTTPS - ## - https: true - ## @param kubelet.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param kubelet.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubelet.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] - ## @param kubelet.serviceMonitor.cAdvisorMetricRelabelings Metric relabeling for scraping cAdvisor - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - cAdvisorMetricRelabelings: [] - ## @param kubelet.serviceMonitor.cAdvisorRelabelings Relabel configs for scraping cAdvisor - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - cAdvisorRelabelings: [] -## Component scraping the kube-apiserver -## -kubeApiServer: - ## @param kubeApiServer.enabled Create a ServiceMonitor to scrape kube-apiserver service - ## - enabled: true - serviceMonitor: - ## @param kubeApiServer.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param kubeApiServer.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubeApiServer.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] -## Component scraping the kube-controller-manager -## -kubeControllerManager: - ## @param kubeControllerManager.enabled Create a ServiceMonitor to scrape kube-controller-manager service - ## - enabled: false - ## @param kubeControllerManager.endpoints If your kube controller manager is not deployed as a pod, specify IPs it can be found on - ## endpoints: - ## - 10.141.4.22 - ## - 10.141.4.23 - ## - 10.141.4.24 - ## - endpoints: [] - ## @param kubeControllerManager.namespace Namespace where kube-controller-manager service is deployed. - ## - namespace: kube-system - ## Service ports and selector information - ## @param kubeControllerManager.service.enabled Whether or not to create a Service object for kube-controller-manager - ## @param kubeControllerManager.service.port Listening port of the kube-controller-manager Service object - ## @param kubeControllerManager.service.targetPort Port to target on the kube-controller-manager Pods. This should be the port that kube-controller-manager is exposing metrics on - ## @param kubeControllerManager.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 10252 - targetPort: 10252 - ## selector: - ## component: kube-controller-manager - ## - selector: {} - serviceMonitor: - ## @param kubeControllerManager.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint - ## - interval: "" - ## @param kubeControllerManager.serviceMonitor.https Enable scraping kube-controller-manager over https - ## Requires proper certs (not self-signed) and delegated authentication/authorization checks - ## - https: false - ## @param kubeControllerManager.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping - ## - insecureSkipVerify: "" - ## @param kubeControllerManager.serviceMonitor.serverName Name of the server to use when validating TLS certificate - serverName: "" - ## @param kubeControllerManager.serviceMonitor.metricRelabelings Metric relabeling - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs - ## - metricRelabelings: [] - ## @param kubeControllerManager.serviceMonitor.relabelings Relabel configs - ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config - ## - relabelings: [] -## Component scraping kube scheduler -## -kubeScheduler: - ## @param kubeScheduler.enabled Create a ServiceMonitor to scrape kube-scheduler service - ## - enabled: false - ## @param kubeScheduler.endpoints If your kube scheduler is not deployed as a pod, specify IPs it can be found on - ## endpoints: - ## - 10.141.4.22 - ## - 10.141.4.23 - ## - 10.141.4.24 - ## - endpoints: [] - ## @param kubeScheduler.namespace Namespace where kube-scheduler service is deployed. - ## - namespace: kube-system - ## If using kubeScheduler.endpoints only the port and targetPort are used - ## @param kubeScheduler.service.enabled Whether or not to create a Service object for kube-scheduler - ## @param kubeScheduler.service.port Listening port of the kube scheduler Service object - ## @param kubeScheduler.service.targetPort Port to target on the kube scheduler Pods. This should be the port that kube scheduler is exposing metrics on - ## @param kubeScheduler.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 10251 - targetPort: 10251 - ## selector: - ## component: kube-scheduler - ## - selector: {} - serviceMonitor: - ## @param kubeScheduler.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) - ## - interval: "" - ## @param kubeScheduler.serviceMonitor.https Enable scraping kube-scheduler over https - ## Requires proper certs (not self-signed) and delegated authentication/authorization checks - ## - https: false - ## @param kubeScheduler.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping - ## - insecureSkipVerify: "" - ## @param kubeScheduler.serviceMonitor.serverName Name of the server to use when validating TLS certificate - ## - serverName: "" - ## @param kubeScheduler.serviceMonitor.metricRelabelings Metric relabeling - ## metricRelabelings: - ## - action: keep - ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' - ## sourceLabels: [__name__] - ## - metricRelabelings: [] - ## @param kubeScheduler.serviceMonitor.relabelings Relabel configs - ## relabelings: - ## - sourceLabels: [__meta_kubernetes_pod_node_name] - ## separator: ; - ## regex: ^(.*)$ - ## targetLabel: nodename - ## replacement: $1 - ## action: replace - ## - relabelings: [] -## Component scraping coreDns -## -coreDns: - ## @param coreDns.enabled Create a ServiceMonitor to scrape coredns service - ## - enabled: true - ## @param coreDns.namespace Namespace where core dns service is deployed. - ## - namespace: kube-system - ## Create a ServiceMonitor to scrape coredns service - ## @param coreDns.service.enabled Whether or not to create a Service object for coredns - ## @param coreDns.service.port Listening port of the coredns Service object - ## @param coreDns.service.targetPort Port to target on the coredns Pods. This should be the port that coredns is exposing metrics on - ## @param coreDns.service.selector Optional PODs Label selector for the service - ## - service: - enabled: true - port: 9153 - targetPort: 9153 - ## selector: - ## component: kube-dns - ## - selector: {} - serviceMonitor: - ## @param coreDns.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. - ## - interval: "" - ## @param coreDns.serviceMonitor.metricRelabelings Metric relabel configs to apply to samples before ingestion. - ## metricRelabelings: - ## - action: keep - ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' - ## sourceLabels: [__name__] - ## - metricRelabelings: [] - ## @param coreDns.serviceMonitor.relabelings Relabel configs to apply to samples before ingestion. - ## relabelings: - ## - sourceLabels: [__meta_kubernetes_pod_node_name] - ## separator: ; - ## regex: ^(.*)$ - ## targetLabel: nodename - ## replacement: $1 - ## action: replace - ## - relabelings: [] -## Component scraping the kube-proxy -## -kubeProxy: - ## @param kubeProxy.enabled Create a ServiceMonitor to scrape the kube-proxy Service - ## - enabled: false - -portal: - enabled: true diff --git a/stable/prometheus/4.0.109/CHANGELOG.md b/stable/prometheus/4.0.109/CHANGELOG.md new file mode 100644 index 00000000000..6508042e877 --- /dev/null +++ b/stable/prometheus/4.0.109/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [prometheus-4.0.109](https://github.com/truecharts/charts/compare/prometheus-4.0.108...prometheus-4.0.109) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [prometheus-4.0.108](https://github.com/truecharts/charts/compare/prometheus-4.0.107...prometheus-4.0.108) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [prometheus-4.0.107](https://github.com/truecharts/charts/compare/prometheus-4.0.106...prometheus-4.0.107) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [prometheus-4.0.106](https://github.com/truecharts/charts/compare/prometheus-4.0.105...prometheus-4.0.106) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [prometheus-4.0.105](https://github.com/truecharts/charts/compare/prometheus-4.0.104...prometheus-4.0.105) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [prometheus-4.0.104](https://github.com/truecharts/charts/compare/prometheus-4.0.103...prometheus-4.0.104) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [prometheus-4.0.103](https://github.com/truecharts/charts/compare/prometheus-4.0.102...prometheus-4.0.103) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [prometheus-4.0.102](https://github.com/truecharts/charts/compare/prometheus-4.0.101...prometheus-4.0.102) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [prometheus-4.0.101](https://github.com/truecharts/charts/compare/prometheus-4.0.99...prometheus-4.0.101) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [prometheus-4.0.100](https://github.com/truecharts/charts/compare/prometheus-4.0.99...prometheus-4.0.100) (2022-10-07) diff --git a/stable/prometheus/4.0.109/Chart.lock b/stable/prometheus/4.0.109/Chart.lock new file mode 100644 index 00000000000..b1c92a183ce --- /dev/null +++ b/stable/prometheus/4.0.109/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: node-exporter + repository: https://charts.bitnami.com/bitnami + version: 3.2.1 +- name: kube-state-metrics + repository: https://charts.bitnami.com/bitnami + version: 3.2.4 +digest: sha256:1483834e46d5f29d9c13e26237a6762d795959727a47d8df06f2095aed827303 +generated: "2022-10-19T13:37:38.051684074Z" diff --git a/stable/prometheus/4.0.109/Chart.yaml b/stable/prometheus/4.0.109/Chart.yaml new file mode 100644 index 00000000000..b3a30b9f3f5 --- /dev/null +++ b/stable/prometheus/4.0.109/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "0.60.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: exporters.enabled,exporters.node-exporter.enabled + name: node-exporter + repository: https://charts.bitnami.com/bitnami + version: 3.2.1 + - condition: exporters.enabled,exporters.kube-state-metrics.enabled + name: kube-state-metrics + repository: https://charts.bitnami.com/bitnami + version: 3.2.4 +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://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png +home: https://truecharts.org/docs/charts/stable/prometheus +keywords: + - metrics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: prometheus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/prometheus + - https://github.com/prometheus-community/helm-charts + - https://github.com/prometheus-operator/kube-prometheus +type: application +version: 4.0.109 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/prometheus/4.0.109/README.md b/stable/prometheus/4.0.109/README.md new file mode 100644 index 00000000000..d64e402dda8 --- /dev/null +++ b/stable/prometheus/4.0.109/README.md @@ -0,0 +1,109 @@ +# prometheus + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [prometheus](https://truecharts.org/docs/charts/stable/prometheus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.bitnami.com/bitnami | kube-state-metrics | 3.2.4 | +| https://charts.bitnami.com/bitnami | node-exporter | 3.2.1 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `prometheus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install prometheus TrueCharts/prometheus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `prometheus` deployment + +```console +helm uninstall prometheus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install prometheus \ + --set env.TZ="America/New York" \ + TrueCharts/prometheus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install prometheus TrueCharts/prometheus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/prometheus/4.0.108/app-readme.md b/stable/prometheus/4.0.109/app-readme.md similarity index 100% rename from stable/prometheus/4.0.108/app-readme.md rename to stable/prometheus/4.0.109/app-readme.md diff --git a/stable/prometheus/4.0.109/charts/common-10.7.1.tgz b/stable/prometheus/4.0.109/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/prometheus/4.0.109/charts/common-10.7.1.tgz differ diff --git a/stable/prometheus/4.0.108/charts/kube-state-metrics-3.2.4.tgz b/stable/prometheus/4.0.109/charts/kube-state-metrics-3.2.4.tgz similarity index 100% rename from stable/prometheus/4.0.108/charts/kube-state-metrics-3.2.4.tgz rename to stable/prometheus/4.0.109/charts/kube-state-metrics-3.2.4.tgz diff --git a/stable/prometheus/4.0.108/charts/node-exporter-3.2.1.tgz b/stable/prometheus/4.0.109/charts/node-exporter-3.2.1.tgz similarity index 100% rename from stable/prometheus/4.0.108/charts/node-exporter-3.2.1.tgz rename to stable/prometheus/4.0.109/charts/node-exporter-3.2.1.tgz diff --git a/stable/prometheus/4.0.108/crds/crd-alertmanager-config.yaml b/stable/prometheus/4.0.109/crds/crd-alertmanager-config.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-alertmanager-config.yaml rename to stable/prometheus/4.0.109/crds/crd-alertmanager-config.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-alertmanager.yaml b/stable/prometheus/4.0.109/crds/crd-alertmanager.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-alertmanager.yaml rename to stable/prometheus/4.0.109/crds/crd-alertmanager.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-podmonitor.yaml b/stable/prometheus/4.0.109/crds/crd-podmonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-podmonitor.yaml rename to stable/prometheus/4.0.109/crds/crd-podmonitor.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-probes.yaml b/stable/prometheus/4.0.109/crds/crd-probes.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-probes.yaml rename to stable/prometheus/4.0.109/crds/crd-probes.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-prometheus.yaml b/stable/prometheus/4.0.109/crds/crd-prometheus.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-prometheus.yaml rename to stable/prometheus/4.0.109/crds/crd-prometheus.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-prometheusrules.yaml b/stable/prometheus/4.0.109/crds/crd-prometheusrules.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-prometheusrules.yaml rename to stable/prometheus/4.0.109/crds/crd-prometheusrules.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-servicemonitor.yaml b/stable/prometheus/4.0.109/crds/crd-servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-servicemonitor.yaml rename to stable/prometheus/4.0.109/crds/crd-servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/crds/crd-thanosrulers.yaml b/stable/prometheus/4.0.109/crds/crd-thanosrulers.yaml similarity index 100% rename from stable/prometheus/4.0.108/crds/crd-thanosrulers.yaml rename to stable/prometheus/4.0.109/crds/crd-thanosrulers.yaml diff --git a/stable/prometheus/4.0.109/ix_values.yaml b/stable/prometheus/4.0.109/ix_values.yaml new file mode 100644 index 00000000000..9b469773ddb --- /dev/null +++ b/stable/prometheus/4.0.109/ix_values.yaml @@ -0,0 +1,1389 @@ +image: + repository: tccr.io/truecharts/prometheus-operator + tag: 0.60.1@sha256:b38b8740818209cf8db4f9ada00dcd2160c3bb8a22aac88854c4fbb83dac4a6a + +prometheusImage: + repository: tccr.io/truecharts/prometheus + tag: 2.39.1@sha256:4c93860bed1ec1fd4ac1443709c42131d8a6e2ab41e1845b0091c0084c61a4a7 + +thanosImage: + repository: tccr.io/truecharts/thanos + tag: 0.28.1@sha256:eaef8f71a4a29afbae2fd090afd9aa24de0db02ff65de9ff052a09df9b16be5d + +alertmanagerImage: + repository: tccr.io/truecharts/alertmanager + tag: v0.24.0@sha256:986a3f8e4e709db361330e0ee9cb3345b02ccd4f2c64ee35b702bbc355bb6363 + +global: + labels: {} + +service: + main: + selector: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + main: + port: 10086 + targetPort: 9090 + protocol: HTTP + promop: + enabled: true + ports: + promop: + enabled: true + port: 10089 + targetPort: 8080 + protocol: HTTP + alertmanager: + enabled: true + selector: + app.kubernetes.io/name: alertmanager + alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' + ports: + alertmanager: + enabled: true + port: 10087 + targetPort: 9093 + protocol: HTTP + thanos: + enabled: true + selector: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + thanos: + enabled: true + port: 10901 + targetPort: 10901 + protocol: HTTP + +ingress: + main: + enabled: false + alertmanager: + enabled: false + thanos: + enabled: false + +#### +## Operator Config +#### + +env: + PROMETHEUS_CONFIG_RELOADER: + configMapKeyRef: + name: prometheus-operator-config + key: prometheus-config-reloader + +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + rules: + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - create + - apiGroups: + - apiextensions.k8s.io + resourceNames: + - alertmanagers.monitoring.coreos.com + - podmonitors.monitoring.coreos.com + - prometheuses.monitoring.coreos.com + - prometheusrules.monitoring.coreos.com + - servicemonitors.monitoring.coreos.com + - thanosrulers.monitoring.coreos.com + - probes.monitoring.coreos.com + resources: + - customresourcedefinitions + verbs: + - get + - update + - apiGroups: + - monitoring.coreos.com + resources: + - alertmanagers + - alertmanagers/finalizers + - alertmanagerconfigs + - prometheuses + - prometheuses/finalizers + - thanosrulers + - thanosrulers/finalizers + - servicemonitors + - podmonitors + - probes + - prometheusrules + verbs: + - "*" + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - "*" + - apiGroups: + - "" + resources: + - configmaps + - secrets + verbs: + - "*" + - apiGroups: + - "" + resources: + - pods + verbs: + - list + - delete + - apiGroups: + - "" + resources: + - services + - services/finalizers + - endpoints + verbs: + - get + - create + - update + - delete + - apiGroups: + - "" + resources: + - nodes + verbs: + - list + - watch + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - watch + - apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - get + - list + - watch + +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + +securityContext: + readOnlyRootFilesystem: false + +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + +operator: + enabled: true + ## Create a servicemonitor for the operator + ## + serviceMonitor: + ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator + ## + enabled: true + ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param operator.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param operator.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + + ## @param operator.logLevel Log level for Prometheus Operator + ## + logLevel: info + ## @param operator.logFormat Log format for Prometheus Operator + ## + logFormat: logfmt + + configReloaderResources: {} + ## @param operator.kubeletService.enabled If true, the operator will create and maintain a service for scraping kubelets + ## @param operator.kubeletService.namespace Namespace to deploy the kubelet service + ## + kubeletService: + enabled: true + namespace: kube-system + + ## Prometheus Configmap-reload image to use for reloading configmaps + ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/) + ## + prometheusConfigReloader: + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + + livenessProbe: + enabled: true + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 + + readinessProbe: + enabled: true + initialDelaySeconds: 15 + periodSeconds: 20 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 + +#### +## Prometheus Config (Spawned by Operator) +#### + +## Deploy a Prometheus instance +## +prometheus: + ## @param prometheus.enabled Deploy Prometheus to the cluster + ## + enabled: true + ## Bitnami Prometheus image version + ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/ + ## @param prometheus.image.registry Prometheus image registry + ## @param prometheus.image.repository Prometheus image repository + ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) + ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Service account for Prometheus to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus + ## + create: true + ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template + name: "" + ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount + ## annotations: + ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus + ## + annotations: {} + ## Prometheus pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param prometheus.podSecurityContext.enabled Enable security context + ## @param prometheus.podSecurityContext.runAsUser User ID for the container + ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus containers' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.containerSecurityContext.enabled Enable container security context + ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem + ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + + serviceMonitor: + ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself + ## + enabled: true + ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param prometheus.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param prometheus.externalUrl External URL used to access Prometheus + ## If not creating an ingress but still exposing the service some other way (like a proxy) + ## let Prometheus know what its external URL is so that it can properly create links + ## externalUrl: https://prometheus.example.com + ## + externalUrl: "" + ## @param prometheus.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param prometheus.affinity Prometheus Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param prometheus.tolerations Prometheus Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## @param prometheus.scrapeInterval Interval between consecutive scrapes + ## + scrapeInterval: "15s" + ## @param prometheus.evaluationInterval Interval between consecutive evaluations + ## + evaluationInterval: "30s" + ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback + ## + listenLocal: false + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API + ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis + ## + enableAdminAPI: false + ## @param prometheus.enableFeatures Enable access to Prometheus disabled features. + ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/ + ## + enableFeatures: [] + ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints + ## + alertingEndpoints: [] + ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems + ## + externalLabels: {} + ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name + ## + replicaExternalLabelName: "" + ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name + ## + replicaExternalLabelNameClear: false + ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name + ## + prometheusExternalLabelName: "" + ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name + ## + prometheusExternalLabelNameClear: false + ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods + ## + secrets: [] + ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods + ## + configMaps: [] + ## @param prometheus.querySpec The query command line flags when starting Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec + ## + querySpec: {} + ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + ruleNamespaceSelector: {} + ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + ruleSelector: {} + ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + serviceMonitorSelector: {} + ## @param prometheus.matchLabels Matchlabels + ## + matchLabels: {} + ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + serviceMonitorNamespaceSelector: {} + ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery. + ## If {}, select all PodMonitors + ## + podMonitorSelector: {} + ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + podMonitorNamespaceSelector: {} + ## @param prometheus.probeSelector Probes to be selected for target discovery. + ## If {}, select all Probes + ## + probeSelector: {} + ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + probeNamespaceSelector: {} + ## @param prometheus.retention Metrics retention days + ## + retention: 31d + ## @param prometheus.retentionSize Maximum size of metrics + ## + retentionSize: "" + ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction + ## + disableCompaction: false + ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy + ## + walCompression: false + ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes + ## + paused: false + ## @param prometheus.replicaCount Number of Prometheus replicas desired + ## + replicaCount: 1 + ## @param prometheus.logLevel Log level for Prometheus + ## + logLevel: info + ## @param prometheus.logFormat Log format for Prometheus + ## + logFormat: logfmt + ## @param prometheus.podMetadata [object] Standard object's metadata + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + ## labels: + ## app: prometheus + ## k8s-app: prometheus + ## + labels: {} + annotations: {} + ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec + ## remoteRead: + ## - url: http://remote1/read + ## + remoteRead: [] + ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec + ## remoteWrite: + ## - url: http://remote1/push + ## + remoteWrite: [] + ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Prometheus persistence parameters + ## + persistence: + ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## + enabled: true + ## @param prometheus.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param prometheus.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param prometheus.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param prometheus.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param prometheus.containers Containers allows injecting additional containers + ## + containers: [] + ## @param prometheus.volumes Volumes allows configuration of additional volumes + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumes: [] + ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumeMounts: [] + ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance. + additionalPrometheusRules: [] + ## - name: custom-recording-rules + ## groups: + ## - name: sum_node_by_job + ## rules: + ## - record: job:kube_node_labels:sum + ## expr: sum(kube_node_labels) by (job) + ## - name: sum_prometheus_config_reload_by_pod + ## rules: + ## - record: job:prometheus_config_last_reload_successful:sum + ## expr: sum(prometheus_config_last_reload_successful) by (pod) + ## - name: custom-alerting-rules + ## groups: + ## - name: prometheus-config + ## rules: + ## - alert: PrometheusConfigurationReload + ## expr: prometheus_config_last_reload_successful > 0 + ## for: 1m + ## labels: + ## severity: error + ## annotations: + ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})" + ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - name: custom-node-exporter-alerting-rules + ## rules: + ## - alert: PhysicalComponentTooHot + ## expr: node_hwmon_temp_celsius > 75 + ## for: 5m + ## labels: + ## severity: warning + ## annotations: + ## summary: "Physical component too hot (instance {{ $labels.instance }})" + ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - alert: NodeOvertemperatureAlarm + ## expr: node_hwmon_temp_alarm == 1 + ## for: 5m + ## labels: + ## severity: critical + ## annotations: + ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})" + ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs + ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs + ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs + ## + additionalScrapeConfigs: + enabled: false + type: external + external: + ## Name of the secret that Prometheus should use for the additional scrape configuration + ## + name: "" + ## Name of the key inside the secret to be used for the additional scrape configuration. + ## + key: "" + internal: + jobList: [] + ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart + ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration + ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration + ## + additionalScrapeConfigsExternal: + enabled: false + name: "" + key: "" + ## Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration + ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration + ## + additionalAlertRelabelConfigsExternal: + enabled: false + name: "" + key: "" + ## Thanos sidecar container configuration + ## + thanos: + ## @param prometheus.thanos.create Create a Thanos sidecar container + ## + create: false + ## Bitnami Thanos image + ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/ + ## @param prometheus.thanos.image.registry Thanos image registry + ## @param prometheus.thanos.image.repository Thanos image name + ## @param prometheus.thanos.image.tag Thanos image tag + ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy + ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Thanos Sidecar container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context + ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090" + ## + prometheusUrl: "" + ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container + ## extraArgs: + ## - --log.level=debug + ## - --tsdb.path=/data/ + ## + extraArgs: [] + ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md + ## objectStorageConfig: + ## secretName: thanos-objstore-config + ## secretKey: thanos.yaml + ## + objectStorageConfig: {} + ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md + ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container + ## extraVolumeMounts: + ## - name: my-secret-volume + ## mountPath: /etc/thanos/secrets/my-secret + ## + extraVolumeMounts: [] + ## Thanos sidecar container resource requests and limits. + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## We usually recommend not to specify default resources and to leave this as a conscious + ## choice for the user. This also increases chances charts run on environments with little + ## resources, such as Minikube. If you do want to specify resources, uncomment the following + ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. + ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container + ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container + ## + resources: + ## Example: + ## limits: + ## cpu: 100m + ## memory: 128Mi + limits: {} + ## Examples: + ## requests: + ## cpu: 100m + ## memory: 128Mi + requests: {} + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Thanos Sidecar Service + ## + service: + ## @param prometheus.thanos.service.type Kubernetes service type + ## + type: ClusterIP + ## @param prometheus.thanos.service.port Thanos service port + ## + port: 10901 + ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default. + ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests. + ## + clusterIP: None + ## @param prometheus.thanos.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: 30901 + ## + nodePort: "" + ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` + ## Set the LoadBalancer service type to internal only + ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer + ## + loadBalancerIP: "" + ## @param prometheus.thanos.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 prometheus.thanos.service.annotations Additional annotations for Prometheus service + ## + annotations: {} + ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container + ## extraPorts: + ## - name: http + ## port: 10902 + ## targetPort: http + ## protocol: TCP + ## + extraPorts: [] + ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web + ## + portName: main + +#### +## Alert Manager Config +#### + +## @section Alertmanager Parameters + +## Configuration for alertmanager +## ref: https://prometheus.io/docs/alerting/alertmanager/ +## +alertmanager: + ## @param alertmanager.enabled Deploy Alertmanager to the cluster + ## + enabled: true + ## Service account for Alertmanager to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager + ## + create: true + ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template + name: "" + ## Prometheus Alertmanager pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param alertmanager.podSecurityContext.enabled Enable security context + ## @param alertmanager.podSecurityContext.runAsUser User ID for the container + ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus Alertmanager container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param alertmanager.containerSecurityContext.enabled Enable container security context + ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## Configure pod disruption budgets for Alertmanager + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget + ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager + ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled + ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable + ## + podDisruptionBudget: + enabled: false + minAvailable: 1 + maxUnavailable: "" + ## If true, create a serviceMonitor for alertmanager + ## + serviceMonitor: + ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager + ## + enabled: true + ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param alertmanager.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param alertmanager.externalUrl External URL used to access Alertmanager + ## e.g: + ## externalUrl: https://alertmanager.example.com + ## + externalUrl: "" + ## @param alertmanager.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param alertmanager.affinity Alertmanager Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## Alertmanager configuration + ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file + ## @param alertmanager.config [object] Alertmanager configuration directive + ## @skip alertmanager.config.route.group_by + ## @skip alertmanager.config.route.routes + ## @skip alertmanager.config.receivers + ## + config: + global: + resolve_timeout: 5m + route: + group_by: ["job"] + group_wait: 30s + group_interval: 5m + repeat_interval: 12h + receiver: "null" + routes: + - match: + alertname: Watchdog + receiver: "null" + receivers: + - name: "null" + ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created. + ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}` + ## It must contain: + ## alertmanager.yaml: + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting + ## + externalConfig: false + ## @param alertmanager.replicaCount Number of Alertmanager replicas desired + ## + replicaCount: 1 + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe + ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe + ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## @param alertmanager.logLevel Log level for Alertmanager + ## + logLevel: info + ## @param alertmanager.logFormat Log format for Alertmanager + ## + logFormat: logfmt + ## @param alertmanager.podMetadata [object] Standard object's metadata. + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + labels: {} + annotations: {} + ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods + ## + secrets: [] + ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods + ## + configMaps: [] + ## @param alertmanager.retention Metrics retention days + ## + retention: 240h + ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Alertmanager persistence parameters + ## + persistence: + ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## If you want to use this configuration make sure the storageSpec is not provided. + ## + enabled: true + ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param alertmanager.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes + ## + paused: false + ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback + ## + listenLocal: false + ## @param alertmanager.containers Containers allows injecting additional containers + ## + containers: [] + ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec + ## + volumes: [] + ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec + ## + volumeMounts: [] + ## @param alertmanager.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster + ## + additionalPeers: [] + ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web + ## + portName: alertmanager + ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {} + ## + configNamespaceSelector: {} + ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {} + ## + configSelector: {} + +#### +## Exporters +#### + +## @section Exporters + +## Exporters +## +exporters: + node-exporter: + ## @param exporters.node-exporter.enabled Enable node-exporter + ## + enabled: true + kube-state-metrics: + ## @param exporters.kube-state-metrics.enabled Enable kube-state-metrics + ## + enabled: true +## @param node-exporter [object] Node Exporter deployment configuration +## +node-exporter: + service: + port: 9910 + targetPort: 9910 + labels: + jobLabel: node-exporter + serviceMonitor: + enabled: true + jobLabel: jobLabel + extraArgs: + collector.filesystem.ignored-mount-points: "^/(dev|proc|sys|var/lib/docker/.+|var/lib/kubelet/.+|var/db/system/.+|mnt/[a-zA-Z0-9-_\\.]+/ix-applications/.+)($|/)" + collector.filesystem.ignored-fs-types: "^(autofs|binfmt_misc|cgroup|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|mqueue|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|sysfs|tracefs)$" + collector.netdev.device-exclude: "^veth.*$" + collector.netclass.ignored-devices: "^veth.*$" + path.rootfs: /host + extraVolumes: + - name: host + hostPath: + path: / + extraVolumeMounts: + - name: host + mountPath: /host + readOnly: true +## @param kube-state-metrics [object] Node Exporter deployment configuration +## +kube-state-metrics: + serviceMonitor: + enabled: true + honorLabels: true +## Component scraping for kubelet and kubelet hosted cAdvisor +## +kubelet: + ## @param kubelet.enabled Create a ServiceMonitor to scrape kubelet service + ## + enabled: true + ## @param kubelet.namespace Namespace where kubelet service is deployed. Related configuration `operator.kubeletService.namespace` + ## + namespace: kube-system + serviceMonitor: + ## @param kubelet.serviceMonitor.https Enable scraping of the kubelet over HTTPS + ## + https: true + ## @param kubelet.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param kubelet.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param kubelet.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param kubelet.serviceMonitor.cAdvisorMetricRelabelings Metric relabeling for scraping cAdvisor + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + cAdvisorMetricRelabelings: [] + ## @param kubelet.serviceMonitor.cAdvisorRelabelings Relabel configs for scraping cAdvisor + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + cAdvisorRelabelings: [] +## Component scraping the kube-apiserver +## +kubeApiServer: + ## @param kubeApiServer.enabled Create a ServiceMonitor to scrape kube-apiserver service + ## + enabled: true + serviceMonitor: + ## @param kubeApiServer.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param kubeApiServer.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param kubeApiServer.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] +## Component scraping the kube-controller-manager +## +kubeControllerManager: + ## @param kubeControllerManager.enabled Create a ServiceMonitor to scrape kube-controller-manager service + ## + enabled: false + ## @param kubeControllerManager.endpoints If your kube controller manager is not deployed as a pod, specify IPs it can be found on + ## endpoints: + ## - 10.141.4.22 + ## - 10.141.4.23 + ## - 10.141.4.24 + ## + endpoints: [] + ## @param kubeControllerManager.namespace Namespace where kube-controller-manager service is deployed. + ## + namespace: kube-system + ## Service ports and selector information + ## @param kubeControllerManager.service.enabled Whether or not to create a Service object for kube-controller-manager + ## @param kubeControllerManager.service.port Listening port of the kube-controller-manager Service object + ## @param kubeControllerManager.service.targetPort Port to target on the kube-controller-manager Pods. This should be the port that kube-controller-manager is exposing metrics on + ## @param kubeControllerManager.service.selector Optional PODs Label selector for the service + ## + service: + enabled: true + port: 10252 + targetPort: 10252 + ## selector: + ## component: kube-controller-manager + ## + selector: {} + serviceMonitor: + ## @param kubeControllerManager.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param kubeControllerManager.serviceMonitor.https Enable scraping kube-controller-manager over https + ## Requires proper certs (not self-signed) and delegated authentication/authorization checks + ## + https: false + ## @param kubeControllerManager.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping + ## + insecureSkipVerify: "" + ## @param kubeControllerManager.serviceMonitor.serverName Name of the server to use when validating TLS certificate + serverName: "" + ## @param kubeControllerManager.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param kubeControllerManager.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] +## Component scraping kube scheduler +## +kubeScheduler: + ## @param kubeScheduler.enabled Create a ServiceMonitor to scrape kube-scheduler service + ## + enabled: false + ## @param kubeScheduler.endpoints If your kube scheduler is not deployed as a pod, specify IPs it can be found on + ## endpoints: + ## - 10.141.4.22 + ## - 10.141.4.23 + ## - 10.141.4.24 + ## + endpoints: [] + ## @param kubeScheduler.namespace Namespace where kube-scheduler service is deployed. + ## + namespace: kube-system + ## If using kubeScheduler.endpoints only the port and targetPort are used + ## @param kubeScheduler.service.enabled Whether or not to create a Service object for kube-scheduler + ## @param kubeScheduler.service.port Listening port of the kube scheduler Service object + ## @param kubeScheduler.service.targetPort Port to target on the kube scheduler Pods. This should be the port that kube scheduler is exposing metrics on + ## @param kubeScheduler.service.selector Optional PODs Label selector for the service + ## + service: + enabled: true + port: 10251 + targetPort: 10251 + ## selector: + ## component: kube-scheduler + ## + selector: {} + serviceMonitor: + ## @param kubeScheduler.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## + interval: "" + ## @param kubeScheduler.serviceMonitor.https Enable scraping kube-scheduler over https + ## Requires proper certs (not self-signed) and delegated authentication/authorization checks + ## + https: false + ## @param kubeScheduler.serviceMonitor.insecureSkipVerify Skip TLS certificate validation when scraping + ## + insecureSkipVerify: "" + ## @param kubeScheduler.serviceMonitor.serverName Name of the server to use when validating TLS certificate + ## + serverName: "" + ## @param kubeScheduler.serviceMonitor.metricRelabelings Metric relabeling + ## metricRelabelings: + ## - action: keep + ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' + ## sourceLabels: [__name__] + ## + metricRelabelings: [] + ## @param kubeScheduler.serviceMonitor.relabelings Relabel configs + ## relabelings: + ## - sourceLabels: [__meta_kubernetes_pod_node_name] + ## separator: ; + ## regex: ^(.*)$ + ## targetLabel: nodename + ## replacement: $1 + ## action: replace + ## + relabelings: [] +## Component scraping coreDns +## +coreDns: + ## @param coreDns.enabled Create a ServiceMonitor to scrape coredns service + ## + enabled: true + ## @param coreDns.namespace Namespace where core dns service is deployed. + ## + namespace: kube-system + ## Create a ServiceMonitor to scrape coredns service + ## @param coreDns.service.enabled Whether or not to create a Service object for coredns + ## @param coreDns.service.port Listening port of the coredns Service object + ## @param coreDns.service.targetPort Port to target on the coredns Pods. This should be the port that coredns is exposing metrics on + ## @param coreDns.service.selector Optional PODs Label selector for the service + ## + service: + enabled: true + port: 9153 + targetPort: 9153 + ## selector: + ## component: kube-dns + ## + selector: {} + serviceMonitor: + ## @param coreDns.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. + ## + interval: "" + ## @param coreDns.serviceMonitor.metricRelabelings Metric relabel configs to apply to samples before ingestion. + ## metricRelabelings: + ## - action: keep + ## regex: 'kube_(daemonset|deployment|pod|namespace|node|statefulset).+' + ## sourceLabels: [__name__] + ## + metricRelabelings: [] + ## @param coreDns.serviceMonitor.relabelings Relabel configs to apply to samples before ingestion. + ## relabelings: + ## - sourceLabels: [__meta_kubernetes_pod_node_name] + ## separator: ; + ## regex: ^(.*)$ + ## targetLabel: nodename + ## replacement: $1 + ## action: replace + ## + relabelings: [] +## Component scraping the kube-proxy +## +kubeProxy: + ## @param kubeProxy.enabled Create a ServiceMonitor to scrape the kube-proxy Service + ## + enabled: false + +portal: + enabled: true diff --git a/stable/prometheus/4.0.108/questions.yaml b/stable/prometheus/4.0.109/questions.yaml similarity index 100% rename from stable/prometheus/4.0.108/questions.yaml rename to stable/prometheus/4.0.109/questions.yaml diff --git a/stable/prometheus/4.0.108/templates/_helpers.tpl b/stable/prometheus/4.0.109/templates/_helpers.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/_helpers.tpl rename to stable/prometheus/4.0.109/templates/_helpers.tpl diff --git a/stable/prometheus/4.0.108/templates/alertmanager/_alertmanager.tpl b/stable/prometheus/4.0.109/templates/alertmanager/_alertmanager.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/alertmanager/_alertmanager.tpl rename to stable/prometheus/4.0.109/templates/alertmanager/_alertmanager.tpl diff --git a/stable/prometheus/4.0.108/templates/alertmanager/secrets.yaml b/stable/prometheus/4.0.109/templates/alertmanager/secrets.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/alertmanager/secrets.yaml rename to stable/prometheus/4.0.109/templates/alertmanager/secrets.yaml diff --git a/stable/prometheus/4.0.108/templates/alertmanager/serviceaccount.yaml b/stable/prometheus/4.0.109/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/alertmanager/serviceaccount.yaml rename to stable/prometheus/4.0.109/templates/alertmanager/serviceaccount.yaml diff --git a/stable/prometheus/4.0.108/templates/alertmanager/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/alertmanager/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/alertmanager/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/common.yaml b/stable/prometheus/4.0.109/templates/common.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/common.yaml rename to stable/prometheus/4.0.109/templates/common.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/core-dns/service.yaml b/stable/prometheus/4.0.109/templates/exporters/core-dns/service.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/core-dns/service.yaml rename to stable/prometheus/4.0.109/templates/exporters/core-dns/service.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/core-dns/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/core-dns/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/exporters/core-dns/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-apiserver/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-apiserver/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/endpoints.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/endpoints.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/service.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/service.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/service.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-scheduler/endpoints.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-scheduler/endpoints.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-scheduler/service.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-scheduler/service.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-scheduler/service.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kube-scheduler/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kube-scheduler/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/exporters/kubelet/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/exporters/kubelet/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/exporters/kubelet/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/operator/_args.tpl b/stable/prometheus/4.0.109/templates/operator/_args.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/operator/_args.tpl rename to stable/prometheus/4.0.109/templates/operator/_args.tpl diff --git a/stable/prometheus/4.0.108/templates/operator/configmap.yaml b/stable/prometheus/4.0.109/templates/operator/configmap.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/operator/configmap.yaml rename to stable/prometheus/4.0.109/templates/operator/configmap.yaml diff --git a/stable/prometheus/4.0.108/templates/operator/servicemonitor.yaml b/stable/prometheus/4.0.109/templates/operator/servicemonitor.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/operator/servicemonitor.yaml rename to stable/prometheus/4.0.109/templates/operator/servicemonitor.yaml diff --git a/stable/prometheus/4.0.108/templates/prometheus/_additionalPrometheusRules.tpl b/stable/prometheus/4.0.109/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/_additionalPrometheusRules.tpl rename to stable/prometheus/4.0.109/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/stable/prometheus/4.0.108/templates/prometheus/_additionalScrapeJobs.tpl b/stable/prometheus/4.0.109/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/_additionalScrapeJobs.tpl rename to stable/prometheus/4.0.109/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/stable/prometheus/4.0.108/templates/prometheus/_prometheus.tpl b/stable/prometheus/4.0.109/templates/prometheus/_prometheus.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/_prometheus.tpl rename to stable/prometheus/4.0.109/templates/prometheus/_prometheus.tpl diff --git a/stable/prometheus/4.0.108/templates/prometheus/_servicemonitor.tpl b/stable/prometheus/4.0.109/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/_servicemonitor.tpl rename to stable/prometheus/4.0.109/templates/prometheus/_servicemonitor.tpl diff --git a/stable/prometheus/4.0.108/templates/prometheus/clusterrole.yaml b/stable/prometheus/4.0.109/templates/prometheus/clusterrole.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/clusterrole.yaml rename to stable/prometheus/4.0.109/templates/prometheus/clusterrole.yaml diff --git a/stable/prometheus/4.0.108/templates/prometheus/clusterrolebinding.yaml b/stable/prometheus/4.0.109/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/clusterrolebinding.yaml rename to stable/prometheus/4.0.109/templates/prometheus/clusterrolebinding.yaml diff --git a/stable/prometheus/4.0.108/templates/prometheus/serviceaccount.yaml b/stable/prometheus/4.0.109/templates/prometheus/serviceaccount.yaml similarity index 100% rename from stable/prometheus/4.0.108/templates/prometheus/serviceaccount.yaml rename to stable/prometheus/4.0.109/templates/prometheus/serviceaccount.yaml diff --git a/stable/shlink/4.0.48/values.yaml b/stable/prometheus/4.0.109/values.yaml similarity index 100% rename from stable/shlink/4.0.48/values.yaml rename to stable/prometheus/4.0.109/values.yaml diff --git a/stable/protonmail-bridge/6.0.36/CHANGELOG.md b/stable/protonmail-bridge/6.0.36/CHANGELOG.md deleted file mode 100644 index 8042e0cac0c..00000000000 --- a/stable/protonmail-bridge/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [protonmail-bridge-6.0.36](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.35...protonmail-bridge-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [protonmail-bridge-6.0.35](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.34...protonmail-bridge-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [protonmail-bridge-6.0.35](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.34...protonmail-bridge-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [protonmail-bridge-6.0.34](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.33...protonmail-bridge-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [protonmail-bridge-6.0.33](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.32...protonmail-bridge-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [protonmail-bridge-6.0.32](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.31...protonmail-bridge-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [protonmail-bridge-6.0.31](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.30...protonmail-bridge-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [protonmail-bridge-6.0.31](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.30...protonmail-bridge-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/protonmail-bridge/6.0.36/Chart.lock b/stable/protonmail-bridge/6.0.36/Chart.lock deleted file mode 100644 index 42c1f84e0d5..00000000000 --- a/stable/protonmail-bridge/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:51:23.106400684Z" diff --git a/stable/protonmail-bridge/6.0.36/Chart.yaml b/stable/protonmail-bridge/6.0.36/Chart.yaml deleted file mode 100644 index 71739bedf76..00000000000 --- a/stable/protonmail-bridge/6.0.36/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.8.10" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Container for protonmail bridge to work on the network. -home: https://truecharts.org/docs/charts/stable/protonmail-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png -keywords: - - protonmail - - protonmail-bridge -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: protonmail-bridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge - - https://github.com/shenxn/protonmail-bridge-docker - - https://hub.docker.com/r/shenxn/protonmail-bridge -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/protonmail-bridge/6.0.36/README.md b/stable/protonmail-bridge/6.0.36/README.md deleted file mode 100644 index 1ef6d33470f..00000000000 --- a/stable/protonmail-bridge/6.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# protonmail-bridge - -Container for protonmail bridge to work on the network. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [protonmail-bridge](https://truecharts.org/docs/charts/stable/protonmail-bridge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `protonmail-bridge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install protonmail-bridge TrueCharts/protonmail-bridge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `protonmail-bridge` deployment - -```console -helm uninstall protonmail-bridge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install protonmail-bridge \ - --set env.TZ="America/New York" \ - TrueCharts/protonmail-bridge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install protonmail-bridge TrueCharts/protonmail-bridge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/protonmail-bridge/6.0.36/charts/common-10.7.0.tgz b/stable/protonmail-bridge/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/protonmail-bridge/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/6.0.37/CHANGELOG.md b/stable/protonmail-bridge/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..f4911063a7d --- /dev/null +++ b/stable/protonmail-bridge/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [protonmail-bridge-6.0.37](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.36...protonmail-bridge-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [protonmail-bridge-6.0.36](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.35...protonmail-bridge-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [protonmail-bridge-6.0.35](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.34...protonmail-bridge-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [protonmail-bridge-6.0.35](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.34...protonmail-bridge-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [protonmail-bridge-6.0.34](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.33...protonmail-bridge-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [protonmail-bridge-6.0.33](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.32...protonmail-bridge-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [protonmail-bridge-6.0.32](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.31...protonmail-bridge-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [protonmail-bridge-6.0.31](https://github.com/truecharts/charts/compare/protonmail-bridge-6.0.30...protonmail-bridge-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/protonmail-bridge/6.0.37/Chart.lock b/stable/protonmail-bridge/6.0.37/Chart.lock new file mode 100644 index 00000000000..ee5c0335e25 --- /dev/null +++ b/stable/protonmail-bridge/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:37:34.742785755Z" diff --git a/stable/protonmail-bridge/6.0.37/Chart.yaml b/stable/protonmail-bridge/6.0.37/Chart.yaml new file mode 100644 index 00000000000..5f74909e0ed --- /dev/null +++ b/stable/protonmail-bridge/6.0.37/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.8.10" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Container for protonmail bridge to work on the network. +home: https://truecharts.org/docs/charts/stable/protonmail-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png +keywords: + - protonmail + - protonmail-bridge +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: protonmail-bridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/protonmail-bridge + - https://github.com/shenxn/protonmail-bridge-docker + - https://hub.docker.com/r/shenxn/protonmail-bridge +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/protonmail-bridge/6.0.37/README.md b/stable/protonmail-bridge/6.0.37/README.md new file mode 100644 index 00000000000..fafdd3525b4 --- /dev/null +++ b/stable/protonmail-bridge/6.0.37/README.md @@ -0,0 +1,107 @@ +# protonmail-bridge + +Container for protonmail bridge to work on the network. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [protonmail-bridge](https://truecharts.org/docs/charts/stable/protonmail-bridge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `protonmail-bridge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install protonmail-bridge TrueCharts/protonmail-bridge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `protonmail-bridge` deployment + +```console +helm uninstall protonmail-bridge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install protonmail-bridge \ + --set env.TZ="America/New York" \ + TrueCharts/protonmail-bridge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install protonmail-bridge TrueCharts/protonmail-bridge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/protonmail-bridge/6.0.36/app-readme.md b/stable/protonmail-bridge/6.0.37/app-readme.md similarity index 100% rename from stable/protonmail-bridge/6.0.36/app-readme.md rename to stable/protonmail-bridge/6.0.37/app-readme.md diff --git a/stable/protonmail-bridge/6.0.37/charts/common-10.7.1.tgz b/stable/protonmail-bridge/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/protonmail-bridge/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/protonmail-bridge/6.0.36/ix_values.yaml b/stable/protonmail-bridge/6.0.37/ix_values.yaml similarity index 100% rename from stable/protonmail-bridge/6.0.36/ix_values.yaml rename to stable/protonmail-bridge/6.0.37/ix_values.yaml diff --git a/stable/protonmail-bridge/6.0.36/questions.yaml b/stable/protonmail-bridge/6.0.37/questions.yaml similarity index 100% rename from stable/protonmail-bridge/6.0.36/questions.yaml rename to stable/protonmail-bridge/6.0.37/questions.yaml diff --git a/stable/storj-node/2.0.55/templates/common.yaml b/stable/protonmail-bridge/6.0.37/templates/common.yaml similarity index 100% rename from stable/storj-node/2.0.55/templates/common.yaml rename to stable/protonmail-bridge/6.0.37/templates/common.yaml diff --git a/stable/shorturl/3.0.35/values.yaml b/stable/protonmail-bridge/6.0.37/values.yaml similarity index 100% rename from stable/shorturl/3.0.35/values.yaml rename to stable/protonmail-bridge/6.0.37/values.yaml diff --git a/stable/prowlarr/6.0.44/CHANGELOG.md b/stable/prowlarr/6.0.44/CHANGELOG.md deleted file mode 100644 index 2ec55938705..00000000000 --- a/stable/prowlarr/6.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [prowlarr-6.0.44](https://github.com/truecharts/charts/compare/prowlarr-6.0.43...prowlarr-6.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [prowlarr-6.0.43](https://github.com/truecharts/charts/compare/prowlarr-6.0.42...prowlarr-6.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prowlarr-6.0.43](https://github.com/truecharts/charts/compare/prowlarr-6.0.42...prowlarr-6.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [prowlarr-6.0.42](https://github.com/truecharts/charts/compare/prowlarr-6.0.41...prowlarr-6.0.42) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [prowlarr-6.0.41](https://github.com/truecharts/charts/compare/prowlarr-6.0.40...prowlarr-6.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [prowlarr-6.0.40](https://github.com/truecharts/charts/compare/prowlarr-6.0.39...prowlarr-6.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [prowlarr-6.0.39](https://github.com/truecharts/charts/compare/prowlarr-6.0.38...prowlarr-6.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [prowlarr-6.0.38](https://github.com/truecharts/charts/compare/prowlarr-6.0.36...prowlarr-6.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - diff --git a/stable/prowlarr/6.0.44/Chart.lock b/stable/prowlarr/6.0.44/Chart.lock deleted file mode 100644 index 449609be8c0..00000000000 --- a/stable/prowlarr/6.0.44/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:51:37.421510251Z" diff --git a/stable/prowlarr/6.0.44/Chart.yaml b/stable/prowlarr/6.0.44/Chart.yaml deleted file mode 100644 index b5a033917db..00000000000 --- a/stable/prowlarr/6.0.44/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "0.4.6.1969" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. -home: https://truecharts.org/docs/charts/stable/prowlarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png -keywords: - - prowlarr - - torrent - - usenet -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: prowlarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - - https://github.com/Prowlarr/Prowlarr - - https://github.com/k8s-at-home/container-images -version: 6.0.44 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/prowlarr/6.0.44/README.md b/stable/prowlarr/6.0.44/README.md deleted file mode 100644 index 2fe5556db34..00000000000 --- a/stable/prowlarr/6.0.44/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# prowlarr - -Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [prowlarr](https://truecharts.org/docs/charts/stable/prowlarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `prowlarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install prowlarr TrueCharts/prowlarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `prowlarr` deployment - -```console -helm uninstall prowlarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install prowlarr \ - --set env.TZ="America/New York" \ - TrueCharts/prowlarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install prowlarr TrueCharts/prowlarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/prowlarr/6.0.44/charts/common-10.7.0.tgz b/stable/prowlarr/6.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/prowlarr/6.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/prowlarr/6.0.44/ix_values.yaml b/stable/prowlarr/6.0.44/ix_values.yaml deleted file mode 100644 index 0b623c97bd7..00000000000 --- a/stable/prowlarr/6.0.44/ix_values.yaml +++ /dev/null @@ -1,22 +0,0 @@ -image: - repository: tccr.io/truecharts/prowlarr - tag: 0.4.6.1969@sha256:8e05f8e587f7447b5e30395678be070070bde66addc8d8fa8ebca214a9fbd902 - pullPolicy: IfNotPresent - -securityContext: - readOnlyRootFilesystem: false - -service: - main: - ports: - main: - port: 9696 - targetPort: 9696 - -persistence: - config: - enabled: true - mountPath: "/config" - -portal: - enabled: true diff --git a/stable/prowlarr/6.0.45/CHANGELOG.md b/stable/prowlarr/6.0.45/CHANGELOG.md new file mode 100644 index 00000000000..c6265a7fbe6 --- /dev/null +++ b/stable/prowlarr/6.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [prowlarr-6.0.45](https://github.com/truecharts/charts/compare/prowlarr-6.0.44...prowlarr-6.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [prowlarr-6.0.44](https://github.com/truecharts/charts/compare/prowlarr-6.0.43...prowlarr-6.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [prowlarr-6.0.43](https://github.com/truecharts/charts/compare/prowlarr-6.0.42...prowlarr-6.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prowlarr-6.0.43](https://github.com/truecharts/charts/compare/prowlarr-6.0.42...prowlarr-6.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [prowlarr-6.0.42](https://github.com/truecharts/charts/compare/prowlarr-6.0.41...prowlarr-6.0.42) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [prowlarr-6.0.41](https://github.com/truecharts/charts/compare/prowlarr-6.0.40...prowlarr-6.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [prowlarr-6.0.40](https://github.com/truecharts/charts/compare/prowlarr-6.0.39...prowlarr-6.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [prowlarr-6.0.39](https://github.com/truecharts/charts/compare/prowlarr-6.0.38...prowlarr-6.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [prowlarr-6.0.38](https://github.com/truecharts/charts/compare/prowlarr-6.0.36...prowlarr-6.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/prowlarr/6.0.45/Chart.lock b/stable/prowlarr/6.0.45/Chart.lock new file mode 100644 index 00000000000..26eabe5bf71 --- /dev/null +++ b/stable/prowlarr/6.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:37:59.682375332Z" diff --git a/stable/prowlarr/6.0.45/Chart.yaml b/stable/prowlarr/6.0.45/Chart.yaml new file mode 100644 index 00000000000..186785235f1 --- /dev/null +++ b/stable/prowlarr/6.0.45/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.4.7.2016" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. +home: https://truecharts.org/docs/charts/stable/prowlarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png +keywords: + - prowlarr + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: prowlarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr + - https://github.com/Prowlarr/Prowlarr + - https://github.com/k8s-at-home/container-images +version: 6.0.45 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/prowlarr/6.0.45/README.md b/stable/prowlarr/6.0.45/README.md new file mode 100644 index 00000000000..7d6322623d5 --- /dev/null +++ b/stable/prowlarr/6.0.45/README.md @@ -0,0 +1,107 @@ +# prowlarr + +Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [prowlarr](https://truecharts.org/docs/charts/stable/prowlarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `prowlarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install prowlarr TrueCharts/prowlarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `prowlarr` deployment + +```console +helm uninstall prowlarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install prowlarr \ + --set env.TZ="America/New York" \ + TrueCharts/prowlarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install prowlarr TrueCharts/prowlarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/prowlarr/6.0.44/app-readme.md b/stable/prowlarr/6.0.45/app-readme.md similarity index 100% rename from stable/prowlarr/6.0.44/app-readme.md rename to stable/prowlarr/6.0.45/app-readme.md diff --git a/stable/prowlarr/6.0.45/charts/common-10.7.1.tgz b/stable/prowlarr/6.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/prowlarr/6.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/prowlarr/6.0.45/ix_values.yaml b/stable/prowlarr/6.0.45/ix_values.yaml new file mode 100644 index 00000000000..4468b76604f --- /dev/null +++ b/stable/prowlarr/6.0.45/ix_values.yaml @@ -0,0 +1,22 @@ +image: + repository: tccr.io/truecharts/prowlarr + tag: 0.4.7.2016@sha256:298ceda513dfd2be9cd34a0c81b81dd125b6241f033b2379ff932a797ae24448 + pullPolicy: IfNotPresent + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 9696 + targetPort: 9696 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/prowlarr/6.0.44/questions.yaml b/stable/prowlarr/6.0.45/questions.yaml similarity index 100% rename from stable/prowlarr/6.0.44/questions.yaml rename to stable/prowlarr/6.0.45/questions.yaml diff --git a/stable/strapi/4.0.43/templates/common.yaml b/stable/prowlarr/6.0.45/templates/common.yaml similarity index 100% rename from stable/strapi/4.0.43/templates/common.yaml rename to stable/prowlarr/6.0.45/templates/common.yaml diff --git a/stable/sickchill/3.0.51/values.yaml b/stable/prowlarr/6.0.45/values.yaml similarity index 100% rename from stable/sickchill/3.0.51/values.yaml rename to stable/prowlarr/6.0.45/values.yaml diff --git a/stable/putty/1.0.15/CHANGELOG.md b/stable/putty/1.0.15/CHANGELOG.md deleted file mode 100644 index 8fbd6284155..00000000000 --- a/stable/putty/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [putty-1.0.15](https://github.com/truecharts/charts/compare/putty-1.0.14...putty-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [putty-1.0.14](https://github.com/truecharts/charts/compare/putty-1.0.13...putty-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [putty-1.0.14](https://github.com/truecharts/charts/compare/putty-1.0.13...putty-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [putty-1.0.13](https://github.com/truecharts/charts/compare/putty-1.0.12...putty-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [putty-1.0.12](https://github.com/truecharts/charts/compare/putty-1.0.11...putty-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [putty-1.0.11](https://github.com/truecharts/charts/compare/putty-1.0.10...putty-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [putty-1.0.10](https://github.com/truecharts/charts/compare/putty-1.0.9...putty-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [putty-1.0.10](https://github.com/truecharts/charts/compare/putty-1.0.9...putty-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/putty/1.0.15/Chart.lock b/stable/putty/1.0.15/Chart.lock deleted file mode 100644 index 6004e2b331c..00000000000 --- a/stable/putty/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:51:48.754574968Z" diff --git a/stable/putty/1.0.15/Chart.yaml b/stable/putty/1.0.15/Chart.yaml deleted file mode 100644 index 5cb5d86fe33..00000000000 --- a/stable/putty/1.0.15/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. -home: https://truecharts.org/docs/charts/stable/putty -icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png -keywords: - - ssh - - putty -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: putty -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/putty - - https://github.com/jlesage/docker-putty - - https://hub.docker.com/r/jlesage/putty/ -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/putty/1.0.15/README.md b/stable/putty/1.0.15/README.md deleted file mode 100644 index 7eceeeafb0f..00000000000 --- a/stable/putty/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# putty - -PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [putty](https://truecharts.org/docs/charts/stable/putty) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `putty` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install putty TrueCharts/putty -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `putty` deployment - -```console -helm uninstall putty -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install putty \ - --set env.TZ="America/New York" \ - TrueCharts/putty -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install putty TrueCharts/putty -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/putty/1.0.15/charts/common-10.7.0.tgz b/stable/putty/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/putty/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/putty/1.0.16/CHANGELOG.md b/stable/putty/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..6c3a19f955d --- /dev/null +++ b/stable/putty/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [putty-1.0.16](https://github.com/truecharts/charts/compare/putty-1.0.15...putty-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [putty-1.0.15](https://github.com/truecharts/charts/compare/putty-1.0.14...putty-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [putty-1.0.14](https://github.com/truecharts/charts/compare/putty-1.0.13...putty-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [putty-1.0.14](https://github.com/truecharts/charts/compare/putty-1.0.13...putty-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [putty-1.0.13](https://github.com/truecharts/charts/compare/putty-1.0.12...putty-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [putty-1.0.12](https://github.com/truecharts/charts/compare/putty-1.0.11...putty-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [putty-1.0.11](https://github.com/truecharts/charts/compare/putty-1.0.10...putty-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [putty-1.0.10](https://github.com/truecharts/charts/compare/putty-1.0.9...putty-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/putty/1.0.16/Chart.lock b/stable/putty/1.0.16/Chart.lock new file mode 100644 index 00000000000..051b0caa0f2 --- /dev/null +++ b/stable/putty/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:38:06.111182573Z" diff --git a/stable/putty/1.0.16/Chart.yaml b/stable/putty/1.0.16/Chart.yaml new file mode 100644 index 00000000000..f80c40e0655 --- /dev/null +++ b/stable/putty/1.0.16/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.4.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. +home: https://truecharts.org/docs/charts/stable/putty +icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.png +keywords: + - ssh + - putty +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: putty +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/putty + - https://github.com/jlesage/docker-putty + - https://hub.docker.com/r/jlesage/putty/ +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/putty/1.0.16/README.md b/stable/putty/1.0.16/README.md new file mode 100644 index 00000000000..463d13d5310 --- /dev/null +++ b/stable/putty/1.0.16/README.md @@ -0,0 +1,107 @@ +# putty + +PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [putty](https://truecharts.org/docs/charts/stable/putty) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `putty` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install putty TrueCharts/putty +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `putty` deployment + +```console +helm uninstall putty +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install putty \ + --set env.TZ="America/New York" \ + TrueCharts/putty +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install putty TrueCharts/putty -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/putty/1.0.15/app-readme.md b/stable/putty/1.0.16/app-readme.md similarity index 100% rename from stable/putty/1.0.15/app-readme.md rename to stable/putty/1.0.16/app-readme.md diff --git a/stable/putty/1.0.16/charts/common-10.7.1.tgz b/stable/putty/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/putty/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/putty/1.0.15/ix_values.yaml b/stable/putty/1.0.16/ix_values.yaml similarity index 100% rename from stable/putty/1.0.15/ix_values.yaml rename to stable/putty/1.0.16/ix_values.yaml diff --git a/stable/putty/1.0.15/questions.yaml b/stable/putty/1.0.16/questions.yaml similarity index 100% rename from stable/putty/1.0.15/questions.yaml rename to stable/putty/1.0.16/questions.yaml diff --git a/stable/synclounge/2.0.49/templates/common.yaml b/stable/putty/1.0.16/templates/common.yaml similarity index 100% rename from stable/synclounge/2.0.49/templates/common.yaml rename to stable/putty/1.0.16/templates/common.yaml diff --git a/stable/sickgear/3.0.35/values.yaml b/stable/putty/1.0.16/values.yaml similarity index 100% rename from stable/sickgear/3.0.35/values.yaml rename to stable/putty/1.0.16/values.yaml diff --git a/stable/pwndrop/2.0.35/CHANGELOG.md b/stable/pwndrop/2.0.35/CHANGELOG.md deleted file mode 100644 index 15dbaba0346..00000000000 --- a/stable/pwndrop/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pwndrop-2.0.35](https://github.com/truecharts/charts/compare/pwndrop-2.0.34...pwndrop-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pwndrop-2.0.34](https://github.com/truecharts/charts/compare/pwndrop-2.0.33...pwndrop-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pwndrop-2.0.34](https://github.com/truecharts/charts/compare/pwndrop-2.0.33...pwndrop-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pwndrop-2.0.33](https://github.com/truecharts/charts/compare/pwndrop-2.0.32...pwndrop-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pwndrop-2.0.32](https://github.com/truecharts/charts/compare/pwndrop-2.0.31...pwndrop-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pwndrop-2.0.31](https://github.com/truecharts/charts/compare/pwndrop-2.0.30...pwndrop-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pwndrop-2.0.30](https://github.com/truecharts/charts/compare/pwndrop-2.0.29...pwndrop-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pwndrop-2.0.30](https://github.com/truecharts/charts/compare/pwndrop-2.0.29...pwndrop-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pwndrop/2.0.35/Chart.lock b/stable/pwndrop/2.0.35/Chart.lock deleted file mode 100644 index 7eef106fe96..00000000000 --- a/stable/pwndrop/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:51:52.901316503Z" diff --git a/stable/pwndrop/2.0.35/Chart.yaml b/stable/pwndrop/2.0.35/Chart.yaml deleted file mode 100644 index c58b30a906b..00000000000 --- a/stable/pwndrop/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: pwndrop -version: 2.0.35 -appVersion: "1.0.1" -description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/pwndrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png -keywords: - - pwndrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop - - https://hub.docker.com/r/linuxserver/pwndrop -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pwndrop/2.0.35/README.md b/stable/pwndrop/2.0.35/README.md deleted file mode 100644 index 7493e6697bd..00000000000 --- a/stable/pwndrop/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pwndrop - -Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pwndrop](https://truecharts.org/docs/charts/stable/pwndrop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pwndrop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pwndrop TrueCharts/pwndrop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pwndrop` deployment - -```console -helm uninstall pwndrop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pwndrop \ - --set env.TZ="America/New York" \ - TrueCharts/pwndrop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pwndrop TrueCharts/pwndrop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pwndrop/2.0.35/charts/common-10.7.0.tgz b/stable/pwndrop/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pwndrop/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pwndrop/2.0.36/CHANGELOG.md b/stable/pwndrop/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..cbe1d2914f8 --- /dev/null +++ b/stable/pwndrop/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pwndrop-2.0.36](https://github.com/truecharts/charts/compare/pwndrop-2.0.35...pwndrop-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pwndrop-2.0.35](https://github.com/truecharts/charts/compare/pwndrop-2.0.34...pwndrop-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pwndrop-2.0.34](https://github.com/truecharts/charts/compare/pwndrop-2.0.33...pwndrop-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pwndrop-2.0.34](https://github.com/truecharts/charts/compare/pwndrop-2.0.33...pwndrop-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pwndrop-2.0.33](https://github.com/truecharts/charts/compare/pwndrop-2.0.32...pwndrop-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pwndrop-2.0.32](https://github.com/truecharts/charts/compare/pwndrop-2.0.31...pwndrop-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pwndrop-2.0.31](https://github.com/truecharts/charts/compare/pwndrop-2.0.30...pwndrop-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pwndrop-2.0.30](https://github.com/truecharts/charts/compare/pwndrop-2.0.29...pwndrop-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pwndrop/2.0.36/Chart.lock b/stable/pwndrop/2.0.36/Chart.lock new file mode 100644 index 00000000000..21f6746b461 --- /dev/null +++ b/stable/pwndrop/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:38:14.032927058Z" diff --git a/stable/pwndrop/2.0.36/Chart.yaml b/stable/pwndrop/2.0.36/Chart.yaml new file mode 100644 index 00000000000..ea8506f7b0e --- /dev/null +++ b/stable/pwndrop/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: pwndrop +version: 2.0.36 +appVersion: "1.0.1" +description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/pwndrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png +keywords: + - pwndrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pwndrop + - https://hub.docker.com/r/linuxserver/pwndrop +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pwndrop/2.0.36/README.md b/stable/pwndrop/2.0.36/README.md new file mode 100644 index 00000000000..fd3a0e37fcc --- /dev/null +++ b/stable/pwndrop/2.0.36/README.md @@ -0,0 +1,106 @@ +# pwndrop + +Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pwndrop](https://truecharts.org/docs/charts/stable/pwndrop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pwndrop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pwndrop TrueCharts/pwndrop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pwndrop` deployment + +```console +helm uninstall pwndrop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pwndrop \ + --set env.TZ="America/New York" \ + TrueCharts/pwndrop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pwndrop TrueCharts/pwndrop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pwndrop/2.0.35/app-readme.md b/stable/pwndrop/2.0.36/app-readme.md similarity index 100% rename from stable/pwndrop/2.0.35/app-readme.md rename to stable/pwndrop/2.0.36/app-readme.md diff --git a/stable/pwndrop/2.0.36/charts/common-10.7.1.tgz b/stable/pwndrop/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pwndrop/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/pwndrop/2.0.35/ix_values.yaml b/stable/pwndrop/2.0.36/ix_values.yaml similarity index 100% rename from stable/pwndrop/2.0.35/ix_values.yaml rename to stable/pwndrop/2.0.36/ix_values.yaml diff --git a/stable/pwndrop/2.0.35/questions.yaml b/stable/pwndrop/2.0.36/questions.yaml similarity index 100% rename from stable/pwndrop/2.0.35/questions.yaml rename to stable/pwndrop/2.0.36/questions.yaml diff --git a/stable/syslog-ng/2.0.38/templates/common.yaml b/stable/pwndrop/2.0.36/templates/common.yaml similarity index 100% rename from stable/syslog-ng/2.0.38/templates/common.yaml rename to stable/pwndrop/2.0.36/templates/common.yaml diff --git a/stable/simply-shorten/1.0.6/values.yaml b/stable/pwndrop/2.0.36/values.yaml similarity index 100% rename from stable/simply-shorten/1.0.6/values.yaml rename to stable/pwndrop/2.0.36/values.yaml diff --git a/stable/pydio-cells/4.0.43/CHANGELOG.md b/stable/pydio-cells/4.0.43/CHANGELOG.md deleted file mode 100644 index ed3eaf80dc2..00000000000 --- a/stable/pydio-cells/4.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pydio-cells-4.0.43](https://github.com/truecharts/charts/compare/pydio-cells-4.0.42...pydio-cells-4.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pydio-cells-4.0.42](https://github.com/truecharts/charts/compare/pydio-cells-4.0.41...pydio-cells-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pydio-cells-4.0.42](https://github.com/truecharts/charts/compare/pydio-cells-4.0.41...pydio-cells-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pydio-cells-4.0.41](https://github.com/truecharts/charts/compare/pydio-cells-4.0.40...pydio-cells-4.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pydio-cells-4.0.39](https://github.com/truecharts/charts/compare/pydio-cells-4.0.38...pydio-cells-4.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pydio-cells-4.0.38](https://github.com/truecharts/charts/compare/pydio-cells-4.0.37...pydio-cells-4.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pydio-cells-4.0.37](https://github.com/truecharts/charts/compare/pydio-cells-4.0.36...pydio-cells-4.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pydio-cells-4.0.37](https://github.com/truecharts/charts/compare/pydio-cells-4.0.36...pydio-cells-4.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pydio-cells/4.0.43/Chart.lock b/stable/pydio-cells/4.0.43/Chart.lock deleted file mode 100644 index ceeab8916de..00000000000 --- a/stable/pydio-cells/4.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T16:52:17.43331179Z" diff --git a/stable/pydio-cells/4.0.43/Chart.yaml b/stable/pydio-cells/4.0.43/Chart.yaml deleted file mode 100644 index 80ac3ad08c1..00000000000 --- a/stable/pydio-cells/4.0.43/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: pydio-cells -version: 4.0.43 -appVersion: "3.0.9" -description: Pydio-cells is the nextgen file sharing platform for organizations. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/pydio-cells -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pydio-cells.png -keywords: - - pydio-cells -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pydio-cells - - https://hub.docker.com/r/linuxserver/pydio-cells -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pydio-cells/4.0.43/README.md b/stable/pydio-cells/4.0.43/README.md deleted file mode 100644 index b5d1367c4e7..00000000000 --- a/stable/pydio-cells/4.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pydio-cells - -Pydio-cells is the nextgen file sharing platform for organizations. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pydio-cells](https://truecharts.org/docs/charts/stable/pydio-cells) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pydio-cells` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pydio-cells TrueCharts/pydio-cells -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pydio-cells` deployment - -```console -helm uninstall pydio-cells -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pydio-cells \ - --set env.TZ="America/New York" \ - TrueCharts/pydio-cells -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pydio-cells TrueCharts/pydio-cells -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pydio-cells/4.0.43/charts/common-10.7.0.tgz b/stable/pydio-cells/4.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pydio-cells/4.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pydio-cells/4.0.43/charts/mariadb-3.0.92.tgz b/stable/pydio-cells/4.0.43/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/pydio-cells/4.0.43/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/pydio-cells/4.0.44/CHANGELOG.md b/stable/pydio-cells/4.0.44/CHANGELOG.md new file mode 100644 index 00000000000..9349d10ffb1 --- /dev/null +++ b/stable/pydio-cells/4.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pydio-cells-4.0.44](https://github.com/truecharts/charts/compare/pydio-cells-4.0.43...pydio-cells-4.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pydio-cells-4.0.43](https://github.com/truecharts/charts/compare/pydio-cells-4.0.42...pydio-cells-4.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pydio-cells-4.0.42](https://github.com/truecharts/charts/compare/pydio-cells-4.0.41...pydio-cells-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pydio-cells-4.0.42](https://github.com/truecharts/charts/compare/pydio-cells-4.0.41...pydio-cells-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pydio-cells-4.0.41](https://github.com/truecharts/charts/compare/pydio-cells-4.0.40...pydio-cells-4.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pydio-cells-4.0.39](https://github.com/truecharts/charts/compare/pydio-cells-4.0.38...pydio-cells-4.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pydio-cells-4.0.38](https://github.com/truecharts/charts/compare/pydio-cells-4.0.37...pydio-cells-4.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pydio-cells-4.0.37](https://github.com/truecharts/charts/compare/pydio-cells-4.0.36...pydio-cells-4.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/pydio-cells/4.0.44/Chart.lock b/stable/pydio-cells/4.0.44/Chart.lock new file mode 100644 index 00000000000..1afb1179ffe --- /dev/null +++ b/stable/pydio-cells/4.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:38:43.837565913Z" diff --git a/stable/pydio-cells/4.0.44/Chart.yaml b/stable/pydio-cells/4.0.44/Chart.yaml new file mode 100644 index 00000000000..6b4ac759954 --- /dev/null +++ b/stable/pydio-cells/4.0.44/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: pydio-cells +version: 4.0.44 +appVersion: "3.0.9" +description: Pydio-cells is the nextgen file sharing platform for organizations. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/pydio-cells +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pydio-cells.png +keywords: + - pydio-cells +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pydio-cells + - https://hub.docker.com/r/linuxserver/pydio-cells +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pydio-cells/4.0.44/README.md b/stable/pydio-cells/4.0.44/README.md new file mode 100644 index 00000000000..1cebf47e838 --- /dev/null +++ b/stable/pydio-cells/4.0.44/README.md @@ -0,0 +1,107 @@ +# pydio-cells + +Pydio-cells is the nextgen file sharing platform for organizations. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pydio-cells](https://truecharts.org/docs/charts/stable/pydio-cells) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pydio-cells` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pydio-cells TrueCharts/pydio-cells +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pydio-cells` deployment + +```console +helm uninstall pydio-cells +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pydio-cells \ + --set env.TZ="America/New York" \ + TrueCharts/pydio-cells +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pydio-cells TrueCharts/pydio-cells -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pydio-cells/4.0.43/app-readme.md b/stable/pydio-cells/4.0.44/app-readme.md similarity index 100% rename from stable/pydio-cells/4.0.43/app-readme.md rename to stable/pydio-cells/4.0.44/app-readme.md diff --git a/stable/pydio-cells/4.0.44/charts/common-10.7.1.tgz b/stable/pydio-cells/4.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pydio-cells/4.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/pydio-cells/4.0.44/charts/mariadb-3.0.95.tgz b/stable/pydio-cells/4.0.44/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/pydio-cells/4.0.44/charts/mariadb-3.0.95.tgz differ diff --git a/stable/pydio-cells/4.0.43/ix_values.yaml b/stable/pydio-cells/4.0.44/ix_values.yaml similarity index 100% rename from stable/pydio-cells/4.0.43/ix_values.yaml rename to stable/pydio-cells/4.0.44/ix_values.yaml diff --git a/stable/pydio-cells/4.0.43/questions.yaml b/stable/pydio-cells/4.0.44/questions.yaml similarity index 100% rename from stable/pydio-cells/4.0.43/questions.yaml rename to stable/pydio-cells/4.0.44/questions.yaml diff --git a/stable/pydio-cells/4.0.43/templates/common.yaml b/stable/pydio-cells/4.0.44/templates/common.yaml similarity index 100% rename from stable/pydio-cells/4.0.43/templates/common.yaml rename to stable/pydio-cells/4.0.44/templates/common.yaml diff --git a/stable/smokeping/3.0.35/values.yaml b/stable/pydio-cells/4.0.44/values.yaml similarity index 100% rename from stable/smokeping/3.0.35/values.yaml rename to stable/pydio-cells/4.0.44/values.yaml diff --git a/stable/pyload/6.0.36/CHANGELOG.md b/stable/pyload/6.0.36/CHANGELOG.md deleted file mode 100644 index 53f369f7201..00000000000 --- a/stable/pyload/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pyload-6.0.36](https://github.com/truecharts/charts/compare/pyload-ng-0.0.35...pyload-6.0.36) (2022-10-12) - -### Chore - -- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pyload-6.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pyload-6.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pyload-6.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.32...pyload-6.0.34) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pyload-6.0.33](https://github.com/truecharts/charts/compare/pyload-6.0.32...pyload-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pyload-6.0.32](https://github.com/truecharts/charts/compare/pyload-6.0.31...pyload-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pyload-6.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.27...pyload-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pyload-6.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.27...pyload-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pyload/6.0.36/Chart.lock b/stable/pyload/6.0.36/Chart.lock deleted file mode 100644 index 64319e39d18..00000000000 --- a/stable/pyload/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:52:16.509040787Z" diff --git a/stable/pyload/6.0.36/Chart.yaml b/stable/pyload/6.0.36/Chart.yaml deleted file mode 100644 index 99cb9df4721..00000000000 --- a/stable/pyload/6.0.36/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "5de90278" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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. -home: https://truecharts.org/docs/charts/stable/pyload -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png -keywords: - - pyload - - download -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: pyload -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pyload - - https://github.com/pyload/pyload - - https://hub.docker.com/r/linuxserver/pyload -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pyload/6.0.36/README.md b/stable/pyload/6.0.36/README.md deleted file mode 100644 index de531409651..00000000000 --- a/stable/pyload/6.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# pyload - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pyload](https://truecharts.org/docs/charts/stable/pyload) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pyload` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pyload TrueCharts/pyload -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pyload` deployment - -```console -helm uninstall pyload -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pyload \ - --set env.TZ="America/New York" \ - TrueCharts/pyload -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pyload TrueCharts/pyload -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pyload/6.0.36/charts/common-10.7.0.tgz b/stable/pyload/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pyload/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pyload/6.0.37/CHANGELOG.md b/stable/pyload/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..3d7cdc33047 --- /dev/null +++ b/stable/pyload/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pyload-6.0.37](https://github.com/truecharts/charts/compare/pyload-ng-0.0.37...pyload-6.0.37) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pyload-6.0.36](https://github.com/truecharts/charts/compare/pyload-ng-0.0.35...pyload-6.0.36) (2022-10-12) + +### Chore + +- update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pyload-6.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pyload-6.0.35](https://github.com/truecharts/charts/compare/pyload-ng-0.0.33...pyload-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pyload-6.0.34](https://github.com/truecharts/charts/compare/pyload-ng-0.0.32...pyload-6.0.34) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pyload-6.0.33](https://github.com/truecharts/charts/compare/pyload-6.0.32...pyload-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pyload-6.0.32](https://github.com/truecharts/charts/compare/pyload-6.0.31...pyload-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pyload-6.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.27...pyload-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + +## [pyload-6.0.31](https://github.com/truecharts/charts/compare/pyload-ng-0.0.27...pyload-6.0.31) (2022-09-21) + diff --git a/stable/pyload/6.0.37/Chart.lock b/stable/pyload/6.0.37/Chart.lock new file mode 100644 index 00000000000..da33f466537 --- /dev/null +++ b/stable/pyload/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:38:37.514067965Z" diff --git a/stable/pyload/6.0.37/Chart.yaml b/stable/pyload/6.0.37/Chart.yaml new file mode 100644 index 00000000000..e14fa1e8e4f --- /dev/null +++ b/stable/pyload/6.0.37/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "5de90278" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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. +home: https://truecharts.org/docs/charts/stable/pyload +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.png +keywords: + - pyload + - download +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: pyload +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pyload + - https://github.com/pyload/pyload + - https://hub.docker.com/r/linuxserver/pyload +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pyload/6.0.37/README.md b/stable/pyload/6.0.37/README.md new file mode 100644 index 00000000000..695600c84f7 --- /dev/null +++ b/stable/pyload/6.0.37/README.md @@ -0,0 +1,107 @@ +# pyload + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pyload](https://truecharts.org/docs/charts/stable/pyload) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pyload` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pyload TrueCharts/pyload +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pyload` deployment + +```console +helm uninstall pyload +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pyload \ + --set env.TZ="America/New York" \ + TrueCharts/pyload +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pyload TrueCharts/pyload -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pyload/6.0.36/app-readme.md b/stable/pyload/6.0.37/app-readme.md similarity index 100% rename from stable/pyload/6.0.36/app-readme.md rename to stable/pyload/6.0.37/app-readme.md diff --git a/stable/pyload/6.0.37/charts/common-10.7.1.tgz b/stable/pyload/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pyload/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/pyload/6.0.36/ix_values.yaml b/stable/pyload/6.0.37/ix_values.yaml similarity index 100% rename from stable/pyload/6.0.36/ix_values.yaml rename to stable/pyload/6.0.37/ix_values.yaml diff --git a/stable/pyload/6.0.36/questions.yaml b/stable/pyload/6.0.37/questions.yaml similarity index 100% rename from stable/pyload/6.0.36/questions.yaml rename to stable/pyload/6.0.37/questions.yaml diff --git a/stable/tdarr-node/2.0.38/templates/common.yaml b/stable/pyload/6.0.37/templates/common.yaml similarity index 100% rename from stable/tdarr-node/2.0.38/templates/common.yaml rename to stable/pyload/6.0.37/templates/common.yaml diff --git a/stable/snapdrop/2.0.53/values.yaml b/stable/pyload/6.0.37/values.yaml similarity index 100% rename from stable/snapdrop/2.0.53/values.yaml rename to stable/pyload/6.0.37/values.yaml diff --git a/stable/pylon/2.0.35/CHANGELOG.md b/stable/pylon/2.0.35/CHANGELOG.md deleted file mode 100644 index 57aaff75497..00000000000 --- a/stable/pylon/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [pylon-2.0.35](https://github.com/truecharts/charts/compare/pylon-2.0.34...pylon-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [pylon-2.0.34](https://github.com/truecharts/charts/compare/pylon-2.0.33...pylon-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pylon-2.0.34](https://github.com/truecharts/charts/compare/pylon-2.0.33...pylon-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [pylon-2.0.33](https://github.com/truecharts/charts/compare/pylon-2.0.32...pylon-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [pylon-2.0.32](https://github.com/truecharts/charts/compare/pylon-2.0.31...pylon-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [pylon-2.0.31](https://github.com/truecharts/charts/compare/pylon-2.0.30...pylon-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [pylon-2.0.30](https://github.com/truecharts/charts/compare/pylon-2.0.29...pylon-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [pylon-2.0.30](https://github.com/truecharts/charts/compare/pylon-2.0.29...pylon-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/pylon/2.0.35/Chart.lock b/stable/pylon/2.0.35/Chart.lock deleted file mode 100644 index d6b9ed649d2..00000000000 --- a/stable/pylon/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:52:17.766435188Z" diff --git a/stable/pylon/2.0.35/Chart.yaml b/stable/pylon/2.0.35/Chart.yaml deleted file mode 100644 index 08b46688fea..00000000000 --- a/stable/pylon/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: pylon -version: 2.0.35 -appVersion: "2.8.0" -description: Pylon is a web based integrated development environment. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/pylon -icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png -keywords: - - pylon -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/pylon - - https://hub.docker.com/r/linuxserver/pylon -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/pylon/2.0.35/README.md b/stable/pylon/2.0.35/README.md deleted file mode 100644 index 8020d2db628..00000000000 --- a/stable/pylon/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# pylon - -Pylon is a web based integrated development environment. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [pylon](https://truecharts.org/docs/charts/stable/pylon) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `pylon` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install pylon TrueCharts/pylon -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `pylon` deployment - -```console -helm uninstall pylon -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install pylon \ - --set env.TZ="America/New York" \ - TrueCharts/pylon -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install pylon TrueCharts/pylon -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/pylon/2.0.35/charts/common-10.7.0.tgz b/stable/pylon/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/pylon/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/pylon/2.0.36/CHANGELOG.md b/stable/pylon/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..0f4382a2d3f --- /dev/null +++ b/stable/pylon/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [pylon-2.0.36](https://github.com/truecharts/charts/compare/pylon-2.0.35...pylon-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [pylon-2.0.35](https://github.com/truecharts/charts/compare/pylon-2.0.34...pylon-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [pylon-2.0.34](https://github.com/truecharts/charts/compare/pylon-2.0.33...pylon-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pylon-2.0.34](https://github.com/truecharts/charts/compare/pylon-2.0.33...pylon-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [pylon-2.0.33](https://github.com/truecharts/charts/compare/pylon-2.0.32...pylon-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [pylon-2.0.32](https://github.com/truecharts/charts/compare/pylon-2.0.31...pylon-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [pylon-2.0.31](https://github.com/truecharts/charts/compare/pylon-2.0.30...pylon-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [pylon-2.0.30](https://github.com/truecharts/charts/compare/pylon-2.0.29...pylon-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/pylon/2.0.36/Chart.lock b/stable/pylon/2.0.36/Chart.lock new file mode 100644 index 00000000000..16460c55752 --- /dev/null +++ b/stable/pylon/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:38:37.832088596Z" diff --git a/stable/pylon/2.0.36/Chart.yaml b/stable/pylon/2.0.36/Chart.yaml new file mode 100644 index 00000000000..ebc56445eea --- /dev/null +++ b/stable/pylon/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: pylon +version: 2.0.36 +appVersion: "2.8.0" +description: Pylon is a web based integrated development environment. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/pylon +icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.png +keywords: + - pylon +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/pylon + - https://hub.docker.com/r/linuxserver/pylon +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/pylon/2.0.36/README.md b/stable/pylon/2.0.36/README.md new file mode 100644 index 00000000000..2eb871c0856 --- /dev/null +++ b/stable/pylon/2.0.36/README.md @@ -0,0 +1,106 @@ +# pylon + +Pylon is a web based integrated development environment. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [pylon](https://truecharts.org/docs/charts/stable/pylon) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `pylon` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install pylon TrueCharts/pylon +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `pylon` deployment + +```console +helm uninstall pylon +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install pylon \ + --set env.TZ="America/New York" \ + TrueCharts/pylon +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install pylon TrueCharts/pylon -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/pylon/2.0.35/app-readme.md b/stable/pylon/2.0.36/app-readme.md similarity index 100% rename from stable/pylon/2.0.35/app-readme.md rename to stable/pylon/2.0.36/app-readme.md diff --git a/stable/pylon/2.0.36/charts/common-10.7.1.tgz b/stable/pylon/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/pylon/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/pylon/2.0.35/ix_values.yaml b/stable/pylon/2.0.36/ix_values.yaml similarity index 100% rename from stable/pylon/2.0.35/ix_values.yaml rename to stable/pylon/2.0.36/ix_values.yaml diff --git a/stable/pylon/2.0.35/questions.yaml b/stable/pylon/2.0.36/questions.yaml similarity index 100% rename from stable/pylon/2.0.35/questions.yaml rename to stable/pylon/2.0.36/questions.yaml diff --git a/stable/tdarr/2.0.38/templates/common.yaml b/stable/pylon/2.0.36/templates/common.yaml similarity index 100% rename from stable/tdarr/2.0.38/templates/common.yaml rename to stable/pylon/2.0.36/templates/common.yaml diff --git a/stable/snipe-it/4.0.56/values.yaml b/stable/pylon/2.0.36/values.yaml similarity index 100% rename from stable/snipe-it/4.0.56/values.yaml rename to stable/pylon/2.0.36/values.yaml diff --git a/stable/qbitmanage/1.0.8/CHANGELOG.md b/stable/qbitmanage/1.0.8/CHANGELOG.md deleted file mode 100644 index 91f521f30c5..00000000000 --- a/stable/qbitmanage/1.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [qbitmanage-1.0.8](https://github.com/truecharts/charts/compare/qbitmanage-1.0.7...qbitmanage-1.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [qbitmanage-1.0.7](https://github.com/truecharts/charts/compare/qbitmanage-1.0.6...qbitmanage-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qbitmanage-1.0.7](https://github.com/truecharts/charts/compare/qbitmanage-1.0.6...qbitmanage-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qbitmanage-1.0.6](https://github.com/truecharts/charts/compare/qbitmanage-1.0.5...qbitmanage-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [qbitmanage-1.0.5](https://github.com/truecharts/charts/compare/qbitmanage-1.0.4...qbitmanage-1.0.5) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [qbitmanage-1.0.4](https://github.com/truecharts/charts/compare/qbitmanage-1.0.3...qbitmanage-1.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [qbitmanage-1.0.3](https://github.com/truecharts/charts/compare/qbitmanage-1.0.2...qbitmanage-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [qbitmanage-1.0.2](https://github.com/truecharts/charts/compare/qbitmanage-1.0.1...qbitmanage-1.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [qbitmanage-1.0.2](https://github.com/truecharts/charts/compare/qbitmanage-1.0.1...qbitmanage-1.0.2) (2022-09-21) diff --git a/stable/qbitmanage/1.0.8/Chart.lock b/stable/qbitmanage/1.0.8/Chart.lock deleted file mode 100644 index a53d21b86fa..00000000000 --- a/stable/qbitmanage/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:52:21.931030411Z" diff --git a/stable/qbitmanage/1.0.8/Chart.yaml b/stable/qbitmanage/1.0.8/Chart.yaml deleted file mode 100644 index 873082d1093..00000000000 --- a/stable/qbitmanage/1.0.8/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. -home: https://truecharts.org/docs/charts/stable/qbitmanage -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png -keywords: - - qbitmanage - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: qbitmanage -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage - - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation - - https://hub.docker.com/r/bobokun/qbit_manage -type: application -version: 1.0.8 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Other diff --git a/stable/qbitmanage/1.0.8/README.md b/stable/qbitmanage/1.0.8/README.md deleted file mode 100644 index 2e0dd096e1d..00000000000 --- a/stable/qbitmanage/1.0.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# qbitmanage - -This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [qbitmanage](https://truecharts.org/docs/charts/stable/qbitmanage) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `qbitmanage` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install qbitmanage TrueCharts/qbitmanage -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `qbitmanage` deployment - -```console -helm uninstall qbitmanage -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install qbitmanage \ - --set env.TZ="America/New York" \ - TrueCharts/qbitmanage -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install qbitmanage TrueCharts/qbitmanage -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/qbitmanage/1.0.8/charts/common-10.7.0.tgz b/stable/qbitmanage/1.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/qbitmanage/1.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/qbitmanage/1.0.9/CHANGELOG.md b/stable/qbitmanage/1.0.9/CHANGELOG.md new file mode 100644 index 00000000000..ef8fe3d7272 --- /dev/null +++ b/stable/qbitmanage/1.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [qbitmanage-1.0.9](https://github.com/truecharts/charts/compare/qbitmanage-1.0.8...qbitmanage-1.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [qbitmanage-1.0.8](https://github.com/truecharts/charts/compare/qbitmanage-1.0.7...qbitmanage-1.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [qbitmanage-1.0.7](https://github.com/truecharts/charts/compare/qbitmanage-1.0.6...qbitmanage-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qbitmanage-1.0.7](https://github.com/truecharts/charts/compare/qbitmanage-1.0.6...qbitmanage-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qbitmanage-1.0.6](https://github.com/truecharts/charts/compare/qbitmanage-1.0.5...qbitmanage-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [qbitmanage-1.0.5](https://github.com/truecharts/charts/compare/qbitmanage-1.0.4...qbitmanage-1.0.5) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [qbitmanage-1.0.4](https://github.com/truecharts/charts/compare/qbitmanage-1.0.3...qbitmanage-1.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [qbitmanage-1.0.3](https://github.com/truecharts/charts/compare/qbitmanage-1.0.2...qbitmanage-1.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [qbitmanage-1.0.2](https://github.com/truecharts/charts/compare/qbitmanage-1.0.1...qbitmanage-1.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/qbitmanage/1.0.9/Chart.lock b/stable/qbitmanage/1.0.9/Chart.lock new file mode 100644 index 00000000000..f5bb65d8804 --- /dev/null +++ b/stable/qbitmanage/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:38:45.498234326Z" diff --git a/stable/qbitmanage/1.0.9/Chart.yaml b/stable/qbitmanage/1.0.9/Chart.yaml new file mode 100644 index 00000000000..37dcab7ff89 --- /dev/null +++ b/stable/qbitmanage/1.0.9/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "3.3.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. +home: https://truecharts.org/docs/charts/stable/qbitmanage +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.png +keywords: + - qbitmanage + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: qbitmanage +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qbitmanage + - https://github.com/StuffAnThings/qbit_manage/wiki/Docker-Installation + - https://hub.docker.com/r/bobokun/qbit_manage +type: application +version: 1.0.9 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Other diff --git a/stable/qbitmanage/1.0.9/README.md b/stable/qbitmanage/1.0.9/README.md new file mode 100644 index 00000000000..0cc481091db --- /dev/null +++ b/stable/qbitmanage/1.0.9/README.md @@ -0,0 +1,107 @@ +# qbitmanage + +This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [qbitmanage](https://truecharts.org/docs/charts/stable/qbitmanage) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `qbitmanage` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install qbitmanage TrueCharts/qbitmanage +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `qbitmanage` deployment + +```console +helm uninstall qbitmanage +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install qbitmanage \ + --set env.TZ="America/New York" \ + TrueCharts/qbitmanage +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install qbitmanage TrueCharts/qbitmanage -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/qbitmanage/1.0.8/app-readme.md b/stable/qbitmanage/1.0.9/app-readme.md similarity index 100% rename from stable/qbitmanage/1.0.8/app-readme.md rename to stable/qbitmanage/1.0.9/app-readme.md diff --git a/stable/qbitmanage/1.0.9/charts/common-10.7.1.tgz b/stable/qbitmanage/1.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/qbitmanage/1.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/qbitmanage/1.0.8/ix_values.yaml b/stable/qbitmanage/1.0.9/ix_values.yaml similarity index 100% rename from stable/qbitmanage/1.0.8/ix_values.yaml rename to stable/qbitmanage/1.0.9/ix_values.yaml diff --git a/stable/qbitmanage/1.0.8/questions.yaml b/stable/qbitmanage/1.0.9/questions.yaml similarity index 100% rename from stable/qbitmanage/1.0.8/questions.yaml rename to stable/qbitmanage/1.0.9/questions.yaml diff --git a/stable/qbitmanage/1.0.8/templates/common.yaml b/stable/qbitmanage/1.0.9/templates/common.yaml similarity index 100% rename from stable/qbitmanage/1.0.8/templates/common.yaml rename to stable/qbitmanage/1.0.9/templates/common.yaml diff --git a/stable/speedtest-exporter/3.0.39/values.yaml b/stable/qbitmanage/1.0.9/values.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/values.yaml rename to stable/qbitmanage/1.0.9/values.yaml diff --git a/stable/qbittorrent/11.0.41/CHANGELOG.md b/stable/qbittorrent/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..7c87d322d6c --- /dev/null +++ b/stable/qbittorrent/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [qbittorrent-11.0.41](https://github.com/truecharts/charts/compare/qbittorrent-11.0.40...qbittorrent-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [qbittorrent-11.0.40](https://github.com/truecharts/charts/compare/qbittorrent-11.0.39...qbittorrent-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [qbittorrent-11.0.39](https://github.com/truecharts/charts/compare/qbittorrent-11.0.38...qbittorrent-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qbittorrent-11.0.39](https://github.com/truecharts/charts/compare/qbittorrent-11.0.38...qbittorrent-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qbittorrent-11.0.38](https://github.com/truecharts/charts/compare/qbittorrent-11.0.37...qbittorrent-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [qbittorrent-11.0.37](https://github.com/truecharts/charts/compare/qbittorrent-11.0.36...qbittorrent-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [qbittorrent-11.0.36](https://github.com/truecharts/charts/compare/qbittorrent-11.0.35...qbittorrent-11.0.36) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - fix versioning scheme ([#3913](https://github.com/truecharts/charts/issues/3913)) + + + + +## [qbittorrent-11.0.35](https://github.com/truecharts/charts/compare/qbittorrent-11.0.34...qbittorrent-11.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [qbittorrent-11.0.34](https://github.com/truecharts/charts/compare/qbittorrent-11.0.33...qbittorrent-11.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/qbittorrent/11.0.41/Chart.lock b/stable/qbittorrent/11.0.41/Chart.lock new file mode 100644 index 00000000000..11ac807fafa --- /dev/null +++ b/stable/qbittorrent/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:09.727922184Z" diff --git a/stable/qbittorrent/11.0.41/Chart.yaml b/stable/qbittorrent/11.0.41/Chart.yaml new file mode 100644 index 00000000000..f905abcf367 --- /dev/null +++ b/stable/qbittorrent/11.0.41/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "4.4.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: qBittorrent is a cross-platform free and open-source BitTorrent client +home: https://truecharts.org/docs/charts/stable/qbittorrent +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.png +keywords: + - qbittorrent + - torrrent +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: qbittorrent +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qbittorrent + - https://github.com/qbittorrent/qBittorrent +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/qbittorrent/11.0.41/README.md b/stable/qbittorrent/11.0.41/README.md new file mode 100644 index 00000000000..b73eb571c33 --- /dev/null +++ b/stable/qbittorrent/11.0.41/README.md @@ -0,0 +1,106 @@ +# qbittorrent + +qBittorrent is a cross-platform free and open-source BitTorrent client + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [qbittorrent](https://truecharts.org/docs/charts/stable/qbittorrent) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `qbittorrent` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install qbittorrent TrueCharts/qbittorrent +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `qbittorrent` deployment + +```console +helm uninstall qbittorrent +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install qbittorrent \ + --set env.TZ="America/New York" \ + TrueCharts/qbittorrent +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install qbittorrent TrueCharts/qbittorrent -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/qbittorrent/11.0.41/app-readme.md b/stable/qbittorrent/11.0.41/app-readme.md new file mode 100644 index 00000000000..41edf28feb2 --- /dev/null +++ b/stable/qbittorrent/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +qBittorrent is a cross-platform free and open-source BitTorrent client + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/qbittorrent](https://truecharts.org/docs/charts/stable/qbittorrent) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/qbittorrent/11.0.41/charts/common-10.7.1.tgz b/stable/qbittorrent/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/qbittorrent/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/qbittorrent/11.0.41/ix_values.yaml b/stable/qbittorrent/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..0257319ba2c --- /dev/null +++ b/stable/qbittorrent/11.0.41/ix_values.yaml @@ -0,0 +1,49 @@ +image: + repository: tccr.io/truecharts/qbittorrent + pullPolicy: IfNotPresent + tag: v4.4.5@sha256:246ecabd9d6893597449e7f62c35d541ffd029cda168b7957008ceec19e87972 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 10095 + targetPort: 8080 + torrent: + enabled: true + ports: + torrent: + enabled: true + port: 6881 + targetPort: 6881 + torrentudp: + enabled: true + ports: + torrentudp: + enabled: true + port: 6881 + targetPort: 6881 + protocol: UDP + +persistence: + config: + enabled: true + mountPath: "/config" + +additionalVolumes: + - name: qbittorrent-scripts + emptyDir: {} + ## When you want to enable automatic port configuration at startup, adjust this to: + # configMap: + # name: -scripts + # defaultMode: 511 + +additionalVolumeMounts: + - mountPath: "/config/custom-cont-init.d" + name: qbittorrent-scripts + +portal: + enabled: true diff --git a/stable/qbittorrent/11.0.41/questions.yaml b/stable/qbittorrent/11.0.41/questions.yaml new file mode 100644 index 00000000000..cc0ed48a78a --- /dev/null +++ b/stable/qbittorrent/11.0.41/questions.yaml @@ -0,0 +1,2837 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10095 + 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 + hidden: true + 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: torrent + label: "TCP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: torrent + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6881 + 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 + hidden: true + default: true + - 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: 6881 + - variable: torrentudp + label: "UDP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: torrentudp + label: "UDP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6881 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 6881 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/qbittorrent/11.0.41/templates/_configmap.tpl b/stable/qbittorrent/11.0.41/templates/_configmap.tpl new file mode 100644 index 00000000000..b5d6f3cfd15 --- /dev/null +++ b/stable/qbittorrent/11.0.41/templates/_configmap.tpl @@ -0,0 +1,32 @@ +{{/* Define the configmap */}} +{{- define "qbittorrent.configmap" -}} + +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ template "tc.common.names.fullname" . }}-scripts + labels: + {{- include "tc.common.labels" . | nindent 4 }} +data: + {{- $bittorrentPort := "" -}} + {{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}} + {{- if $bittorrentPort }} + 31-update-port: |- + #!/bin/bash + QBITTORRENT_CONFIGFILE="/config/qBittorrent/qBittorrent.conf" + INCOMING_PORT={{- $bittorrentPort }} + + incoming_port_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin='${INCOMING_PORT}) + if [[ -z "${incoming_port_exist}" ]]; then + incoming_exist=$(cat ${QBITTORRENT_CONFIGFILE} | grep -m 1 'Connection\\PortRangeMin') + if [[ ! -z "${incoming_exist}" ]]; then + # Get line number of Incoming + LINE_NUM=$(grep -Fn -m 1 'Connection\PortRangeMin' ${QBITTORRENT_CONFIGFILE} | cut -d: -f 1) + sed -i "${LINE_NUM}s@.*@Connection\\\PortRangeMin=${INCOMING_PORT}@" ${QBITTORRENT_CONFIGFILE} + else + echo "Connection\\PortRangeMin=${INCOMING_PORT}" >> ${QBITTORRENT_CONFIGFILE} + fi + fi + {{- end }} +{{- end -}} diff --git a/stable/qbittorrent/11.0.41/templates/common.yaml b/stable/qbittorrent/11.0.41/templates/common.yaml new file mode 100644 index 00000000000..a6f2d0e33f8 --- /dev/null +++ b/stable/qbittorrent/11.0.41/templates/common.yaml @@ -0,0 +1,6 @@ +{{/* Render the templates */}} +{{ include "tc.common.loader.all" . }} + + +{{/* Render the configmap */}} +{{ include "qbittorrent.configmap" . }} diff --git a/stable/spotweb/4.0.44/values.yaml b/stable/qbittorrent/11.0.41/values.yaml similarity index 100% rename from stable/spotweb/4.0.44/values.yaml rename to stable/qbittorrent/11.0.41/values.yaml diff --git a/stable/qdirstat/1.0.15/CHANGELOG.md b/stable/qdirstat/1.0.15/CHANGELOG.md deleted file mode 100644 index 9d728d5b885..00000000000 --- a/stable/qdirstat/1.0.15/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [qdirstat-1.0.15](https://github.com/truecharts/charts/compare/qdirstat-1.0.14...qdirstat-1.0.15) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [qdirstat-1.0.14](https://github.com/truecharts/charts/compare/qdirstat-1.0.13...qdirstat-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qdirstat-1.0.14](https://github.com/truecharts/charts/compare/qdirstat-1.0.13...qdirstat-1.0.14) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qdirstat-1.0.13](https://github.com/truecharts/charts/compare/qdirstat-1.0.12...qdirstat-1.0.13) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [qdirstat-1.0.12](https://github.com/truecharts/charts/compare/qdirstat-1.0.11...qdirstat-1.0.12) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [qdirstat-1.0.11](https://github.com/truecharts/charts/compare/qdirstat-1.0.10...qdirstat-1.0.11) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [qdirstat-1.0.10](https://github.com/truecharts/charts/compare/qdirstat-1.0.9...qdirstat-1.0.10) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [qdirstat-1.0.10](https://github.com/truecharts/charts/compare/qdirstat-1.0.9...qdirstat-1.0.10) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/qdirstat/1.0.15/Chart.lock b/stable/qdirstat/1.0.15/Chart.lock deleted file mode 100644 index aee21e45d2c..00000000000 --- a/stable/qdirstat/1.0.15/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:52:47.135107564Z" diff --git a/stable/qdirstat/1.0.15/Chart.yaml b/stable/qdirstat/1.0.15/Chart.yaml deleted file mode 100644 index 7d2914ab935..00000000000 --- a/stable/qdirstat/1.0.15/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. -home: https://truecharts.org/docs/charts/stable/qdirstat -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png -keywords: - - stats - - qdirstat -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: qdirstat -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat - - https://github.com/jlesage/docker-qdirstat - - https://hub.docker.com/r/jlesage/qdirstat/ -type: application -version: 1.0.15 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/qdirstat/1.0.15/README.md b/stable/qdirstat/1.0.15/README.md deleted file mode 100644 index a735ef0168b..00000000000 --- a/stable/qdirstat/1.0.15/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# qdirstat - -QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [qdirstat](https://truecharts.org/docs/charts/stable/qdirstat) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `qdirstat` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install qdirstat TrueCharts/qdirstat -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `qdirstat` deployment - -```console -helm uninstall qdirstat -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install qdirstat \ - --set env.TZ="America/New York" \ - TrueCharts/qdirstat -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install qdirstat TrueCharts/qdirstat -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/qdirstat/1.0.15/charts/common-10.7.0.tgz b/stable/qdirstat/1.0.15/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/qdirstat/1.0.15/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/qdirstat/1.0.16/CHANGELOG.md b/stable/qdirstat/1.0.16/CHANGELOG.md new file mode 100644 index 00000000000..5a47481e5fd --- /dev/null +++ b/stable/qdirstat/1.0.16/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [qdirstat-1.0.16](https://github.com/truecharts/charts/compare/qdirstat-1.0.15...qdirstat-1.0.16) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [qdirstat-1.0.15](https://github.com/truecharts/charts/compare/qdirstat-1.0.14...qdirstat-1.0.15) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [qdirstat-1.0.14](https://github.com/truecharts/charts/compare/qdirstat-1.0.13...qdirstat-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qdirstat-1.0.14](https://github.com/truecharts/charts/compare/qdirstat-1.0.13...qdirstat-1.0.14) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qdirstat-1.0.13](https://github.com/truecharts/charts/compare/qdirstat-1.0.12...qdirstat-1.0.13) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [qdirstat-1.0.12](https://github.com/truecharts/charts/compare/qdirstat-1.0.11...qdirstat-1.0.12) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [qdirstat-1.0.11](https://github.com/truecharts/charts/compare/qdirstat-1.0.10...qdirstat-1.0.11) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [qdirstat-1.0.10](https://github.com/truecharts/charts/compare/qdirstat-1.0.9...qdirstat-1.0.10) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/qdirstat/1.0.16/Chart.lock b/stable/qdirstat/1.0.16/Chart.lock new file mode 100644 index 00000000000..0a11819cb6d --- /dev/null +++ b/stable/qdirstat/1.0.16/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:09.757285336Z" diff --git a/stable/qdirstat/1.0.16/Chart.yaml b/stable/qdirstat/1.0.16/Chart.yaml new file mode 100644 index 00000000000..d9a0604d64a --- /dev/null +++ b/stable/qdirstat/1.0.16/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.5.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. +home: https://truecharts.org/docs/charts/stable/qdirstat +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.png +keywords: + - stats + - qdirstat +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: qdirstat +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qdirstat + - https://github.com/jlesage/docker-qdirstat + - https://hub.docker.com/r/jlesage/qdirstat/ +type: application +version: 1.0.16 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/qdirstat/1.0.16/README.md b/stable/qdirstat/1.0.16/README.md new file mode 100644 index 00000000000..453f433059a --- /dev/null +++ b/stable/qdirstat/1.0.16/README.md @@ -0,0 +1,107 @@ +# qdirstat + +QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [qdirstat](https://truecharts.org/docs/charts/stable/qdirstat) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `qdirstat` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install qdirstat TrueCharts/qdirstat +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `qdirstat` deployment + +```console +helm uninstall qdirstat +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install qdirstat \ + --set env.TZ="America/New York" \ + TrueCharts/qdirstat +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install qdirstat TrueCharts/qdirstat -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/qdirstat/1.0.15/app-readme.md b/stable/qdirstat/1.0.16/app-readme.md similarity index 100% rename from stable/qdirstat/1.0.15/app-readme.md rename to stable/qdirstat/1.0.16/app-readme.md diff --git a/stable/qdirstat/1.0.16/charts/common-10.7.1.tgz b/stable/qdirstat/1.0.16/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/qdirstat/1.0.16/charts/common-10.7.1.tgz differ diff --git a/stable/qdirstat/1.0.15/ix_values.yaml b/stable/qdirstat/1.0.16/ix_values.yaml similarity index 100% rename from stable/qdirstat/1.0.15/ix_values.yaml rename to stable/qdirstat/1.0.16/ix_values.yaml diff --git a/stable/qdirstat/1.0.15/questions.yaml b/stable/qdirstat/1.0.16/questions.yaml similarity index 100% rename from stable/qdirstat/1.0.15/questions.yaml rename to stable/qdirstat/1.0.16/questions.yaml diff --git a/stable/teamspeak3/4.0.40/templates/common.yaml b/stable/qdirstat/1.0.16/templates/common.yaml similarity index 100% rename from stable/teamspeak3/4.0.40/templates/common.yaml rename to stable/qdirstat/1.0.16/templates/common.yaml diff --git a/stable/sqlitebrowser/3.0.35/values.yaml b/stable/qdirstat/1.0.16/values.yaml similarity index 100% rename from stable/sqlitebrowser/3.0.35/values.yaml rename to stable/qdirstat/1.0.16/values.yaml diff --git a/stable/qinglong/2.0.48/CHANGELOG.md b/stable/qinglong/2.0.48/CHANGELOG.md deleted file mode 100644 index c712bcd8ba2..00000000000 --- a/stable/qinglong/2.0.48/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [qinglong-2.0.48](https://github.com/truecharts/charts/compare/qinglong-2.0.47...qinglong-2.0.48) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [qinglong-2.0.47](https://github.com/truecharts/charts/compare/qinglong-2.0.46...qinglong-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qinglong-2.0.47](https://github.com/truecharts/charts/compare/qinglong-2.0.46...qinglong-2.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qinglong-2.0.46](https://github.com/truecharts/charts/compare/qinglong-2.0.45...qinglong-2.0.46) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [qinglong-2.0.45](https://github.com/truecharts/charts/compare/qinglong-2.0.44...qinglong-2.0.45) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [qinglong-2.0.44](https://github.com/truecharts/charts/compare/qinglong-2.0.43...qinglong-2.0.44) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [qinglong-2.0.43](https://github.com/truecharts/charts/compare/qinglong-2.0.42...qinglong-2.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [qinglong-2.0.42](https://github.com/truecharts/charts/compare/qinglong-2.0.41...qinglong-2.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [qinglong-2.0.41](https://github.com/truecharts/charts/compare/qinglong-2.0.40...qinglong-2.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [qinglong-2.0.40](https://github.com/truecharts/charts/compare/qinglong-2.0.38...qinglong-2.0.40) (2022-09-22) - -### Chore diff --git a/stable/qinglong/2.0.48/Chart.lock b/stable/qinglong/2.0.48/Chart.lock deleted file mode 100644 index 95d1e1b922c..00000000000 --- a/stable/qinglong/2.0.48/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:52:50.912420431Z" diff --git a/stable/qinglong/2.0.48/Chart.yaml b/stable/qinglong/2.0.48/Chart.yaml deleted file mode 100644 index 92981b8fbda..00000000000 --- a/stable/qinglong/2.0.48/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: qinglong -version: 2.0.48 -appVersion: "2.14.7" -description: A timed task management panel that supports typescript, javaScript, python3, and shell -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/qinglong -icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png -keywords: - - qinglong - - task -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong - - https://hub.docker.com/r/whyour/qinglong -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/qinglong/2.0.48/README.md b/stable/qinglong/2.0.48/README.md deleted file mode 100644 index d22a641d240..00000000000 --- a/stable/qinglong/2.0.48/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# qinglong - -A timed task management panel that supports typescript, javaScript, python3, and shell - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [qinglong](https://truecharts.org/docs/charts/stable/qinglong) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `qinglong` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install qinglong TrueCharts/qinglong -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `qinglong` deployment - -```console -helm uninstall qinglong -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install qinglong \ - --set env.TZ="America/New York" \ - TrueCharts/qinglong -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install qinglong TrueCharts/qinglong -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/qinglong/2.0.48/charts/common-10.7.0.tgz b/stable/qinglong/2.0.48/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/qinglong/2.0.48/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/qinglong/2.0.49/CHANGELOG.md b/stable/qinglong/2.0.49/CHANGELOG.md new file mode 100644 index 00000000000..58226872bbf --- /dev/null +++ b/stable/qinglong/2.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [qinglong-2.0.49](https://github.com/truecharts/charts/compare/qinglong-2.0.48...qinglong-2.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [qinglong-2.0.48](https://github.com/truecharts/charts/compare/qinglong-2.0.47...qinglong-2.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [qinglong-2.0.47](https://github.com/truecharts/charts/compare/qinglong-2.0.46...qinglong-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qinglong-2.0.47](https://github.com/truecharts/charts/compare/qinglong-2.0.46...qinglong-2.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qinglong-2.0.46](https://github.com/truecharts/charts/compare/qinglong-2.0.45...qinglong-2.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [qinglong-2.0.45](https://github.com/truecharts/charts/compare/qinglong-2.0.44...qinglong-2.0.45) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [qinglong-2.0.44](https://github.com/truecharts/charts/compare/qinglong-2.0.43...qinglong-2.0.44) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) + + + + +## [qinglong-2.0.43](https://github.com/truecharts/charts/compare/qinglong-2.0.42...qinglong-2.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [qinglong-2.0.42](https://github.com/truecharts/charts/compare/qinglong-2.0.41...qinglong-2.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [qinglong-2.0.41](https://github.com/truecharts/charts/compare/qinglong-2.0.40...qinglong-2.0.41) (2022-09-25) + +### Chore diff --git a/stable/qinglong/2.0.49/Chart.lock b/stable/qinglong/2.0.49/Chart.lock new file mode 100644 index 00000000000..d6566b68f03 --- /dev/null +++ b/stable/qinglong/2.0.49/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:17.324000867Z" diff --git a/stable/qinglong/2.0.49/Chart.yaml b/stable/qinglong/2.0.49/Chart.yaml new file mode 100644 index 00000000000..b190ac634c2 --- /dev/null +++ b/stable/qinglong/2.0.49/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: qinglong +version: 2.0.49 +appVersion: "2.14.7" +description: A timed task management panel that supports typescript, javaScript, python3, and shell +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/qinglong +icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.png +keywords: + - qinglong + - task +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/qinglong + - https://hub.docker.com/r/whyour/qinglong +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/qinglong/2.0.49/README.md b/stable/qinglong/2.0.49/README.md new file mode 100644 index 00000000000..bb3adaf96e1 --- /dev/null +++ b/stable/qinglong/2.0.49/README.md @@ -0,0 +1,106 @@ +# qinglong + +A timed task management panel that supports typescript, javaScript, python3, and shell + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [qinglong](https://truecharts.org/docs/charts/stable/qinglong) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `qinglong` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install qinglong TrueCharts/qinglong +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `qinglong` deployment + +```console +helm uninstall qinglong +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install qinglong \ + --set env.TZ="America/New York" \ + TrueCharts/qinglong +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install qinglong TrueCharts/qinglong -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/qinglong/2.0.48/app-readme.md b/stable/qinglong/2.0.49/app-readme.md similarity index 100% rename from stable/qinglong/2.0.48/app-readme.md rename to stable/qinglong/2.0.49/app-readme.md diff --git a/stable/qinglong/2.0.49/charts/common-10.7.1.tgz b/stable/qinglong/2.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/qinglong/2.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/qinglong/2.0.48/ix_values.yaml b/stable/qinglong/2.0.49/ix_values.yaml similarity index 100% rename from stable/qinglong/2.0.48/ix_values.yaml rename to stable/qinglong/2.0.49/ix_values.yaml diff --git a/stable/qinglong/2.0.48/questions.yaml b/stable/qinglong/2.0.49/questions.yaml similarity index 100% rename from stable/qinglong/2.0.48/questions.yaml rename to stable/qinglong/2.0.49/questions.yaml diff --git a/stable/teedy/7.0.44/templates/common.yaml b/stable/qinglong/2.0.49/templates/common.yaml similarity index 100% rename from stable/teedy/7.0.44/templates/common.yaml rename to stable/qinglong/2.0.49/templates/common.yaml diff --git a/stable/stash/7.0.39/values.yaml b/stable/qinglong/2.0.49/values.yaml similarity index 100% rename from stable/stash/7.0.39/values.yaml rename to stable/qinglong/2.0.49/values.yaml diff --git a/stable/quassel-core/3.0.41/CHANGELOG.md b/stable/quassel-core/3.0.41/CHANGELOG.md deleted file mode 100644 index a10e971f475..00000000000 --- a/stable/quassel-core/3.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [quassel-core-3.0.41](https://github.com/truecharts/charts/compare/quassel-core-3.0.40...quassel-core-3.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [quassel-core-3.0.40](https://github.com/truecharts/charts/compare/quassel-core-3.0.39...quassel-core-3.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quassel-core-3.0.40](https://github.com/truecharts/charts/compare/quassel-core-3.0.39...quassel-core-3.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quassel-core-3.0.39](https://github.com/truecharts/charts/compare/quassel-core-3.0.38...quassel-core-3.0.39) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [quassel-core-3.0.37](https://github.com/truecharts/charts/compare/quassel-core-3.0.36...quassel-core-3.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [quassel-core-3.0.36](https://github.com/truecharts/charts/compare/quassel-core-3.0.35...quassel-core-3.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [quassel-core-3.0.35](https://github.com/truecharts/charts/compare/quassel-core-3.0.34...quassel-core-3.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [quassel-core-3.0.35](https://github.com/truecharts/charts/compare/quassel-core-3.0.34...quassel-core-3.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/quassel-core/3.0.41/Chart.lock b/stable/quassel-core/3.0.41/Chart.lock deleted file mode 100644 index 3a662fff7d8..00000000000 --- a/stable/quassel-core/3.0.41/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:53:09.201019983Z" diff --git a/stable/quassel-core/3.0.41/Chart.yaml b/stable/quassel-core/3.0.41/Chart.yaml deleted file mode 100644 index fe15b68a3d4..00000000000 --- a/stable/quassel-core/3.0.41/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: quassel-core -version: 3.0.41 -appVersion: "0.14.0" -description: Quassel-core is a modern, cross-platform, distributed IRC client. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/quassel-core -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png -keywords: - - quassel-core -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core - - https://hub.docker.com/r/linuxserver/quassel-core -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/quassel-core/3.0.41/README.md b/stable/quassel-core/3.0.41/README.md deleted file mode 100644 index e849f6e203b..00000000000 --- a/stable/quassel-core/3.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# quassel-core - -Quassel-core is a modern, cross-platform, distributed IRC client. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [quassel-core](https://truecharts.org/docs/charts/stable/quassel-core) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `quassel-core` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install quassel-core TrueCharts/quassel-core -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `quassel-core` deployment - -```console -helm uninstall quassel-core -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install quassel-core \ - --set env.TZ="America/New York" \ - TrueCharts/quassel-core -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install quassel-core TrueCharts/quassel-core -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/quassel-core/3.0.41/charts/common-10.7.0.tgz b/stable/quassel-core/3.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/quassel-core/3.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/quassel-core/3.0.41/charts/postgresql-8.0.97.tgz b/stable/quassel-core/3.0.41/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/quassel-core/3.0.41/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/quassel-core/3.0.42/CHANGELOG.md b/stable/quassel-core/3.0.42/CHANGELOG.md new file mode 100644 index 00000000000..eeaf28920d5 --- /dev/null +++ b/stable/quassel-core/3.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [quassel-core-3.0.42](https://github.com/truecharts/charts/compare/quassel-core-3.0.41...quassel-core-3.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [quassel-core-3.0.41](https://github.com/truecharts/charts/compare/quassel-core-3.0.40...quassel-core-3.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [quassel-core-3.0.40](https://github.com/truecharts/charts/compare/quassel-core-3.0.39...quassel-core-3.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quassel-core-3.0.40](https://github.com/truecharts/charts/compare/quassel-core-3.0.39...quassel-core-3.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quassel-core-3.0.39](https://github.com/truecharts/charts/compare/quassel-core-3.0.38...quassel-core-3.0.39) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [quassel-core-3.0.37](https://github.com/truecharts/charts/compare/quassel-core-3.0.36...quassel-core-3.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [quassel-core-3.0.36](https://github.com/truecharts/charts/compare/quassel-core-3.0.35...quassel-core-3.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [quassel-core-3.0.35](https://github.com/truecharts/charts/compare/quassel-core-3.0.34...quassel-core-3.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/quassel-core/3.0.42/Chart.lock b/stable/quassel-core/3.0.42/Chart.lock new file mode 100644 index 00000000000..0e850a93b7e --- /dev/null +++ b/stable/quassel-core/3.0.42/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:39:39.547612219Z" diff --git a/stable/quassel-core/3.0.42/Chart.yaml b/stable/quassel-core/3.0.42/Chart.yaml new file mode 100644 index 00000000000..2fe769dde4d --- /dev/null +++ b/stable/quassel-core/3.0.42/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: quassel-core +version: 3.0.42 +appVersion: "0.14.0" +description: Quassel-core is a modern, cross-platform, distributed IRC client. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/quassel-core +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png +keywords: + - quassel-core +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-core + - https://hub.docker.com/r/linuxserver/quassel-core +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/quassel-core/3.0.42/README.md b/stable/quassel-core/3.0.42/README.md new file mode 100644 index 00000000000..8968e6fff31 --- /dev/null +++ b/stable/quassel-core/3.0.42/README.md @@ -0,0 +1,107 @@ +# quassel-core + +Quassel-core is a modern, cross-platform, distributed IRC client. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [quassel-core](https://truecharts.org/docs/charts/stable/quassel-core) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `quassel-core` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install quassel-core TrueCharts/quassel-core +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `quassel-core` deployment + +```console +helm uninstall quassel-core +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install quassel-core \ + --set env.TZ="America/New York" \ + TrueCharts/quassel-core +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install quassel-core TrueCharts/quassel-core -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/quassel-core/3.0.41/app-readme.md b/stable/quassel-core/3.0.42/app-readme.md similarity index 100% rename from stable/quassel-core/3.0.41/app-readme.md rename to stable/quassel-core/3.0.42/app-readme.md diff --git a/stable/quassel-core/3.0.42/charts/common-10.7.1.tgz b/stable/quassel-core/3.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/quassel-core/3.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/quassel-core/3.0.42/charts/postgresql-8.0.101.tgz b/stable/quassel-core/3.0.42/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/quassel-core/3.0.42/charts/postgresql-8.0.101.tgz differ diff --git a/stable/quassel-core/3.0.41/ix_values.yaml b/stable/quassel-core/3.0.42/ix_values.yaml similarity index 100% rename from stable/quassel-core/3.0.41/ix_values.yaml rename to stable/quassel-core/3.0.42/ix_values.yaml diff --git a/stable/quassel-core/3.0.41/questions.yaml b/stable/quassel-core/3.0.42/questions.yaml similarity index 100% rename from stable/quassel-core/3.0.41/questions.yaml rename to stable/quassel-core/3.0.42/questions.yaml diff --git a/stable/thelounge/6.0.36/templates/common.yaml b/stable/quassel-core/3.0.42/templates/common.yaml similarity index 100% rename from stable/thelounge/6.0.36/templates/common.yaml rename to stable/quassel-core/3.0.42/templates/common.yaml diff --git a/stable/static/3.0.35/values.yaml b/stable/quassel-core/3.0.42/values.yaml similarity index 100% rename from stable/static/3.0.35/values.yaml rename to stable/quassel-core/3.0.42/values.yaml diff --git a/stable/quassel-web/2.0.35/CHANGELOG.md b/stable/quassel-web/2.0.35/CHANGELOG.md deleted file mode 100644 index 097533e478b..00000000000 --- a/stable/quassel-web/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [quassel-web-2.0.35](https://github.com/truecharts/charts/compare/quassel-web-2.0.34...quassel-web-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [quassel-web-2.0.34](https://github.com/truecharts/charts/compare/quassel-web-2.0.33...quassel-web-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quassel-web-2.0.34](https://github.com/truecharts/charts/compare/quassel-web-2.0.33...quassel-web-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [quassel-web-2.0.33](https://github.com/truecharts/charts/compare/quassel-web-2.0.32...quassel-web-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [quassel-web-2.0.32](https://github.com/truecharts/charts/compare/quassel-web-2.0.31...quassel-web-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [quassel-web-2.0.31](https://github.com/truecharts/charts/compare/quassel-web-2.0.30...quassel-web-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [quassel-web-2.0.30](https://github.com/truecharts/charts/compare/quassel-web-2.0.29...quassel-web-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [quassel-web-2.0.30](https://github.com/truecharts/charts/compare/quassel-web-2.0.29...quassel-web-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/quassel-web/2.0.35/Chart.lock b/stable/quassel-web/2.0.35/Chart.lock deleted file mode 100644 index 050fc88a7d7..00000000000 --- a/stable/quassel-web/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:53:15.489169971Z" diff --git a/stable/quassel-web/2.0.35/Chart.yaml b/stable/quassel-web/2.0.35/Chart.yaml deleted file mode 100644 index b03339a53ca..00000000000 --- a/stable/quassel-web/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: quassel-web -version: 2.0.35 -appVersion: "2021.12.16" -description: Quassel-web is a web client for Quassel. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/quassel-web -icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png -keywords: - - quassel-web -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web - - https://hub.docker.com/r/linuxserver/quassel-web -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/quassel-web/2.0.35/README.md b/stable/quassel-web/2.0.35/README.md deleted file mode 100644 index a4c1aadcbe2..00000000000 --- a/stable/quassel-web/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# quassel-web - -Quassel-web is a web client for Quassel. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [quassel-web](https://truecharts.org/docs/charts/stable/quassel-web) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `quassel-web` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install quassel-web TrueCharts/quassel-web -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `quassel-web` deployment - -```console -helm uninstall quassel-web -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install quassel-web \ - --set env.TZ="America/New York" \ - TrueCharts/quassel-web -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install quassel-web TrueCharts/quassel-web -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/quassel-web/2.0.35/charts/common-10.7.0.tgz b/stable/quassel-web/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/quassel-web/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/quassel-web/2.0.36/CHANGELOG.md b/stable/quassel-web/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..2203cd1830d --- /dev/null +++ b/stable/quassel-web/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [quassel-web-2.0.36](https://github.com/truecharts/charts/compare/quassel-web-2.0.35...quassel-web-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [quassel-web-2.0.35](https://github.com/truecharts/charts/compare/quassel-web-2.0.34...quassel-web-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [quassel-web-2.0.34](https://github.com/truecharts/charts/compare/quassel-web-2.0.33...quassel-web-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quassel-web-2.0.34](https://github.com/truecharts/charts/compare/quassel-web-2.0.33...quassel-web-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [quassel-web-2.0.33](https://github.com/truecharts/charts/compare/quassel-web-2.0.32...quassel-web-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [quassel-web-2.0.32](https://github.com/truecharts/charts/compare/quassel-web-2.0.31...quassel-web-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [quassel-web-2.0.31](https://github.com/truecharts/charts/compare/quassel-web-2.0.30...quassel-web-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [quassel-web-2.0.30](https://github.com/truecharts/charts/compare/quassel-web-2.0.29...quassel-web-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/quassel-web/2.0.36/Chart.lock b/stable/quassel-web/2.0.36/Chart.lock new file mode 100644 index 00000000000..7adbc695082 --- /dev/null +++ b/stable/quassel-web/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:40.688155553Z" diff --git a/stable/quassel-web/2.0.36/Chart.yaml b/stable/quassel-web/2.0.36/Chart.yaml new file mode 100644 index 00000000000..1dd30343487 --- /dev/null +++ b/stable/quassel-web/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: quassel-web +version: 2.0.36 +appVersion: "2021.12.16" +description: Quassel-web is a web client for Quassel. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/quassel-web +icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.png +keywords: + - quassel-web +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/quassel-web + - https://hub.docker.com/r/linuxserver/quassel-web +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/quassel-web/2.0.36/README.md b/stable/quassel-web/2.0.36/README.md new file mode 100644 index 00000000000..a902ca0c069 --- /dev/null +++ b/stable/quassel-web/2.0.36/README.md @@ -0,0 +1,106 @@ +# quassel-web + +Quassel-web is a web client for Quassel. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [quassel-web](https://truecharts.org/docs/charts/stable/quassel-web) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `quassel-web` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install quassel-web TrueCharts/quassel-web +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `quassel-web` deployment + +```console +helm uninstall quassel-web +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install quassel-web \ + --set env.TZ="America/New York" \ + TrueCharts/quassel-web +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install quassel-web TrueCharts/quassel-web -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/quassel-web/2.0.35/app-readme.md b/stable/quassel-web/2.0.36/app-readme.md similarity index 100% rename from stable/quassel-web/2.0.35/app-readme.md rename to stable/quassel-web/2.0.36/app-readme.md diff --git a/stable/quassel-web/2.0.36/charts/common-10.7.1.tgz b/stable/quassel-web/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/quassel-web/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/quassel-web/2.0.35/ix_values.yaml b/stable/quassel-web/2.0.36/ix_values.yaml similarity index 100% rename from stable/quassel-web/2.0.35/ix_values.yaml rename to stable/quassel-web/2.0.36/ix_values.yaml diff --git a/stable/quassel-web/2.0.35/questions.yaml b/stable/quassel-web/2.0.36/questions.yaml similarity index 100% rename from stable/quassel-web/2.0.35/questions.yaml rename to stable/quassel-web/2.0.36/questions.yaml diff --git a/stable/theme-park/2.0.21/templates/common.yaml b/stable/quassel-web/2.0.36/templates/common.yaml similarity index 100% rename from stable/theme-park/2.0.21/templates/common.yaml rename to stable/quassel-web/2.0.36/templates/common.yaml diff --git a/stable/statping/7.0.43/values.yaml b/stable/quassel-web/2.0.36/values.yaml similarity index 100% rename from stable/statping/7.0.43/values.yaml rename to stable/quassel-web/2.0.36/values.yaml diff --git a/stable/radarr/11.0.41/CHANGELOG.md b/stable/radarr/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..7cfa475ba57 --- /dev/null +++ b/stable/radarr/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [radarr-11.0.41](https://github.com/truecharts/charts/compare/radarrsync-0.0.29...radarr-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [radarr-11.0.40](https://github.com/truecharts/charts/compare/radarr-11.0.39...radarr-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [radarr-11.0.39](https://github.com/truecharts/charts/compare/radarr-11.0.38...radarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radarr-11.0.39](https://github.com/truecharts/charts/compare/radarr-11.0.38...radarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [radarr-11.0.38](https://github.com/truecharts/charts/compare/radarr-11.0.37...radarr-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [radarr-11.0.37](https://github.com/truecharts/charts/compare/radarr-11.0.36...radarr-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [radarr-11.0.36](https://github.com/truecharts/charts/compare/radarrsync-0.0.25...radarr-11.0.36) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [radarr-11.0.35](https://github.com/truecharts/charts/compare/radarr-11.0.34...radarr-11.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [radarr-11.0.34](https://github.com/truecharts/charts/compare/radarrsync-0.0.24...radarr-11.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [radarr-11.0.33](https://github.com/truecharts/charts/compare/radarrsync-0.0.23...radarr-11.0.33) (2022-09-22) + +### Chore diff --git a/stable/radarr/11.0.41/Chart.lock b/stable/radarr/11.0.41/Chart.lock new file mode 100644 index 00000000000..832ee619100 --- /dev/null +++ b/stable/radarr/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:41.065226794Z" diff --git a/stable/radarr/11.0.41/Chart.yaml b/stable/radarr/11.0.41/Chart.yaml new file mode 100644 index 00000000000..90e1443652c --- /dev/null +++ b/stable/radarr/11.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "4.2.4.6635" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "A fork of Sonarr to work with movies à la Couchpotato" +home: https://truecharts.org/docs/charts/stable/radarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.png +keywords: + - radarr + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: radarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/radarr + - https://github.com/Radarr/Radarr +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/radarr/11.0.41/README.md b/stable/radarr/11.0.41/README.md new file mode 100644 index 00000000000..d5bcdf8d7c0 --- /dev/null +++ b/stable/radarr/11.0.41/README.md @@ -0,0 +1,106 @@ +# radarr + +A fork of Sonarr to work with movies à la Couchpotato + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [radarr](https://truecharts.org/docs/charts/stable/radarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `radarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install radarr TrueCharts/radarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `radarr` deployment + +```console +helm uninstall radarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install radarr \ + --set env.TZ="America/New York" \ + TrueCharts/radarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install radarr TrueCharts/radarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/radarr/11.0.41/app-readme.md b/stable/radarr/11.0.41/app-readme.md new file mode 100644 index 00000000000..2abad3f38c2 --- /dev/null +++ b/stable/radarr/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +A fork of Sonarr to work with movies à la Couchpotato + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/radarr](https://truecharts.org/docs/charts/stable/radarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/radarr/11.0.41/charts/common-10.7.1.tgz b/stable/radarr/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/radarr/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/radarr/11.0.41/ix_values.yaml b/stable/radarr/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..1929cdf45ee --- /dev/null +++ b/stable/radarr/11.0.41/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: tccr.io/truecharts/radarr + pullPolicy: IfNotPresent + tag: 4.2.4.6635@sha256:1bf5947b111324693c532112049332f7e5695778465d4679021259ffd28c5223 + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 7878 + targetPort: 7878 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:7878/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/radarr/11.0.41/questions.yaml b/stable/radarr/11.0.41/questions.yaml new file mode 100644 index 00000000000..1230aafeac9 --- /dev/null +++ b/stable/radarr/11.0.41/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 7878 + 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 + hidden: true + 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: 7878 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/tinymediamanager/2.0.39/templates/common.yaml b/stable/radarr/11.0.41/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/2.0.39/templates/common.yaml rename to stable/radarr/11.0.41/templates/common.yaml diff --git a/stable/storj-node/2.0.55/values.yaml b/stable/radarr/11.0.41/values.yaml similarity index 100% rename from stable/storj-node/2.0.55/values.yaml rename to stable/radarr/11.0.41/values.yaml diff --git a/stable/rcon-webadmin/1.0.6/CHANGELOG.md b/stable/rcon-webadmin/1.0.6/CHANGELOG.md deleted file mode 100644 index 28749d6be5d..00000000000 --- a/stable/rcon-webadmin/1.0.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rcon-webadmin-1.0.6](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.5...rcon-webadmin-1.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rcon-webadmin-1.0.5](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.4...rcon-webadmin-1.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rcon-webadmin-1.0.5](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.4...rcon-webadmin-1.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rcon-webadmin-1.0.4](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.3...rcon-webadmin-1.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rcon-webadmin-1.0.3](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.2...rcon-webadmin-1.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rcon-webadmin-1.0.2](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.1...rcon-webadmin-1.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rcon-webadmin-1.0.1](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.0...rcon-webadmin-1.0.1) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [rcon-webadmin-1.0.1](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.0...rcon-webadmin-1.0.1) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/rcon-webadmin/1.0.6/Chart.lock b/stable/rcon-webadmin/1.0.6/Chart.lock deleted file mode 100644 index 78880de6fa0..00000000000 --- a/stable/rcon-webadmin/1.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:53:20.397239892Z" diff --git a/stable/rcon-webadmin/1.0.6/Chart.yaml b/stable/rcon-webadmin/1.0.6/Chart.yaml deleted file mode 100644 index 1184c29248f..00000000000 --- a/stable/rcon-webadmin/1.0.6/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock." -home: https://truecharts.org/docs/charts/stable/rcon-webadmin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png -keywords: - - rcon-webadmin - - GameServers - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rcon-webadmin -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin - - https://github.com/rcon-web-admin/rcon-web-admin - - https://hub.docker.com/r/itzg/rcon/ -type: application -version: 1.0.6 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U - truecharts.org/catagories: | - - GameServers - - Tools-Utilities diff --git a/stable/rcon-webadmin/1.0.6/README.md b/stable/rcon-webadmin/1.0.6/README.md deleted file mode 100644 index dffb4929890..00000000000 --- a/stable/rcon-webadmin/1.0.6/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# rcon-webadmin - -Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rcon-webadmin](https://truecharts.org/docs/charts/stable/rcon-webadmin) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rcon-webadmin` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rcon-webadmin TrueCharts/rcon-webadmin -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rcon-webadmin` deployment - -```console -helm uninstall rcon-webadmin -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rcon-webadmin \ - --set env.TZ="America/New York" \ - TrueCharts/rcon-webadmin -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rcon-webadmin TrueCharts/rcon-webadmin -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/rcon-webadmin/1.0.6/charts/common-10.7.0.tgz b/stable/rcon-webadmin/1.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/rcon-webadmin/1.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/rcon-webadmin/1.0.7/CHANGELOG.md b/stable/rcon-webadmin/1.0.7/CHANGELOG.md new file mode 100644 index 00000000000..995464b76cc --- /dev/null +++ b/stable/rcon-webadmin/1.0.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rcon-webadmin-1.0.7](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.6...rcon-webadmin-1.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rcon-webadmin-1.0.6](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.5...rcon-webadmin-1.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rcon-webadmin-1.0.5](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.4...rcon-webadmin-1.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rcon-webadmin-1.0.5](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.4...rcon-webadmin-1.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rcon-webadmin-1.0.4](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.3...rcon-webadmin-1.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rcon-webadmin-1.0.3](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.2...rcon-webadmin-1.0.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rcon-webadmin-1.0.2](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.1...rcon-webadmin-1.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rcon-webadmin-1.0.1](https://github.com/truecharts/charts/compare/rcon-webadmin-1.0.0...rcon-webadmin-1.0.1) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/rcon-webadmin/1.0.7/Chart.lock b/stable/rcon-webadmin/1.0.7/Chart.lock new file mode 100644 index 00000000000..de5fde23876 --- /dev/null +++ b/stable/rcon-webadmin/1.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:39:48.116139321Z" diff --git a/stable/rcon-webadmin/1.0.7/Chart.yaml b/stable/rcon-webadmin/1.0.7/Chart.yaml new file mode 100644 index 00000000000..70e16f66330 --- /dev/null +++ b/stable/rcon-webadmin/1.0.7/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock." +home: https://truecharts.org/docs/charts/stable/rcon-webadmin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.png +keywords: + - rcon-webadmin + - GameServers + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rcon-webadmin +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rcon-webadmin + - https://github.com/rcon-web-admin/rcon-web-admin + - https://hub.docker.com/r/itzg/rcon/ +type: application +version: 1.0.7 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U + truecharts.org/catagories: | + - GameServers + - Tools-Utilities diff --git a/stable/rcon-webadmin/1.0.7/README.md b/stable/rcon-webadmin/1.0.7/README.md new file mode 100644 index 00000000000..a369c179c66 --- /dev/null +++ b/stable/rcon-webadmin/1.0.7/README.md @@ -0,0 +1,107 @@ +# rcon-webadmin + +Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rcon-webadmin](https://truecharts.org/docs/charts/stable/rcon-webadmin) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rcon-webadmin` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rcon-webadmin TrueCharts/rcon-webadmin +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rcon-webadmin` deployment + +```console +helm uninstall rcon-webadmin +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rcon-webadmin \ + --set env.TZ="America/New York" \ + TrueCharts/rcon-webadmin +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rcon-webadmin TrueCharts/rcon-webadmin -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/rcon-webadmin/1.0.6/app-readme.md b/stable/rcon-webadmin/1.0.7/app-readme.md similarity index 100% rename from stable/rcon-webadmin/1.0.6/app-readme.md rename to stable/rcon-webadmin/1.0.7/app-readme.md diff --git a/stable/rcon-webadmin/1.0.7/charts/common-10.7.1.tgz b/stable/rcon-webadmin/1.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/rcon-webadmin/1.0.7/charts/common-10.7.1.tgz differ diff --git a/stable/rcon-webadmin/1.0.6/ix_values.yaml b/stable/rcon-webadmin/1.0.7/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/1.0.6/ix_values.yaml rename to stable/rcon-webadmin/1.0.7/ix_values.yaml diff --git a/stable/rcon-webadmin/1.0.6/questions.yaml b/stable/rcon-webadmin/1.0.7/questions.yaml similarity index 100% rename from stable/rcon-webadmin/1.0.6/questions.yaml rename to stable/rcon-webadmin/1.0.7/questions.yaml diff --git a/stable/rcon-webadmin/1.0.6/templates/common.yaml b/stable/rcon-webadmin/1.0.7/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/1.0.6/templates/common.yaml rename to stable/rcon-webadmin/1.0.7/templates/common.yaml diff --git a/stable/strapi/4.0.43/values.yaml b/stable/rcon-webadmin/1.0.7/values.yaml similarity index 100% rename from stable/strapi/4.0.43/values.yaml rename to stable/rcon-webadmin/1.0.7/values.yaml diff --git a/stable/readarr/11.0.36/CHANGELOG.md b/stable/readarr/11.0.36/CHANGELOG.md new file mode 100644 index 00000000000..1707dd6653b --- /dev/null +++ b/stable/readarr/11.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [readarr-11.0.36](https://github.com/truecharts/charts/compare/readarr-11.0.35...readarr-11.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [readarr-11.0.35](https://github.com/truecharts/charts/compare/readarr-11.0.34...readarr-11.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [readarr-11.0.34](https://github.com/truecharts/charts/compare/readarr-11.0.33...readarr-11.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [readarr-11.0.34](https://github.com/truecharts/charts/compare/readarr-11.0.33...readarr-11.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [readarr-11.0.33](https://github.com/truecharts/charts/compare/readarr-11.0.32...readarr-11.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [readarr-11.0.32](https://github.com/truecharts/charts/compare/readarr-11.0.31...readarr-11.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [readarr-11.0.31](https://github.com/truecharts/charts/compare/readarr-11.0.30...readarr-11.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [readarr-11.0.30](https://github.com/truecharts/charts/compare/readarr-11.0.29...readarr-11.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/readarr/11.0.36/Chart.lock b/stable/readarr/11.0.36/Chart.lock new file mode 100644 index 00000000000..fb65f9e705f --- /dev/null +++ b/stable/readarr/11.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:40:12.088542239Z" diff --git a/stable/readarr/11.0.36/Chart.yaml b/stable/readarr/11.0.36/Chart.yaml new file mode 100644 index 00000000000..da95edc98bc --- /dev/null +++ b/stable/readarr/11.0.36/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "0.1.1.1352" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A fork of Radarr to work with Books & AudioBooks +home: https://truecharts.org/docs/charts/stable/readarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/readarr.png +keywords: + - readarr + - torrent + - usenet + - AudioBooks + - ebooks +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: readarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/readarr + - https://github.com/Readarr/Readarr + - https://readarr.com +type: application +version: 11.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/readarr/11.0.36/README.md b/stable/readarr/11.0.36/README.md new file mode 100644 index 00000000000..fc64ec113f4 --- /dev/null +++ b/stable/readarr/11.0.36/README.md @@ -0,0 +1,107 @@ +# readarr + +A fork of Radarr to work with Books & AudioBooks + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [readarr](https://truecharts.org/docs/charts/stable/readarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `readarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install readarr TrueCharts/readarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `readarr` deployment + +```console +helm uninstall readarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install readarr \ + --set env.TZ="America/New York" \ + TrueCharts/readarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install readarr TrueCharts/readarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/readarr/11.0.36/app-readme.md b/stable/readarr/11.0.36/app-readme.md new file mode 100644 index 00000000000..1adaff0939d --- /dev/null +++ b/stable/readarr/11.0.36/app-readme.md @@ -0,0 +1,8 @@ +A fork of Radarr to work with Books & AudioBooks + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/readarr](https://truecharts.org/docs/charts/stable/readarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/readarr/11.0.36/charts/common-10.7.1.tgz b/stable/readarr/11.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/readarr/11.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/readarr/11.0.36/ix_values.yaml b/stable/readarr/11.0.36/ix_values.yaml new file mode 100644 index 00000000000..f6c81199959 --- /dev/null +++ b/stable/readarr/11.0.36/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: tccr.io/truecharts/readarr + pullPolicy: IfNotPresent + tag: v0.1.1.1352@sha256:7977aba96453f324d8bd82287d1d9e60cad703ed5d46562c06b19c6ef57d9dad + +securityContext: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 8787 + targetPort: 8787 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/readarr/11.0.36/questions.yaml b/stable/readarr/11.0.36/questions.yaml new file mode 100644 index 00000000000..b259886a6b0 --- /dev/null +++ b/stable/readarr/11.0.36/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8787 + 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 + hidden: true + 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: 8787 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/traccar/7.0.46/templates/common.yaml b/stable/readarr/11.0.36/templates/common.yaml similarity index 100% rename from stable/traccar/7.0.46/templates/common.yaml rename to stable/readarr/11.0.36/templates/common.yaml diff --git a/stable/synapse/4.0.51/values.yaml b/stable/readarr/11.0.36/values.yaml similarity index 100% rename from stable/synapse/4.0.51/values.yaml rename to stable/readarr/11.0.36/values.yaml diff --git a/stable/recipes/8.0.63/CHANGELOG.md b/stable/recipes/8.0.63/CHANGELOG.md deleted file mode 100644 index 6dc845bab2c..00000000000 --- a/stable/recipes/8.0.63/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [recipes-8.0.63](https://github.com/truecharts/charts/compare/recipes-8.0.62...recipes-8.0.63) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [recipes-8.0.62](https://github.com/truecharts/charts/compare/recipes-8.0.61...recipes-8.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [recipes-8.0.62](https://github.com/truecharts/charts/compare/recipes-8.0.61...recipes-8.0.62) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [recipes-8.0.61](https://github.com/truecharts/charts/compare/recipes-8.0.60...recipes-8.0.61) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [recipes-8.0.60](https://github.com/truecharts/charts/compare/recipes-8.0.59...recipes-8.0.60) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [recipes-8.0.59](https://github.com/truecharts/charts/compare/recipes-8.0.58...recipes-8.0.59) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [recipes-8.0.58](https://github.com/truecharts/charts/compare/recipes-8.0.57...recipes-8.0.58) (2022-09-28) - -### Chore - -- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [recipes-8.0.56](https://github.com/truecharts/charts/compare/recipes-8.0.55...recipes-8.0.56) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [recipes-8.0.55](https://github.com/truecharts/charts/compare/recipes-8.0.54...recipes-8.0.55) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [recipes-8.0.54](https://github.com/truecharts/charts/compare/recipes-8.0.52...recipes-8.0.54) (2022-09-25) - -### Chore - diff --git a/stable/recipes/8.0.63/Chart.lock b/stable/recipes/8.0.63/Chart.lock deleted file mode 100644 index 26b05fcea01..00000000000 --- a/stable/recipes/8.0.63/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:53:57.733105538Z" diff --git a/stable/recipes/8.0.63/Chart.yaml b/stable/recipes/8.0.63/Chart.yaml deleted file mode 100644 index b7cfcc8211a..00000000000 --- a/stable/recipes/8.0.63/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.4.4" -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: 8.0.63 -kubeVersion: ">=1.16.0-0" -keywords: - - recipes - - cooking -home: https://truecharts.org/docs/charts/stable/recipes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/recipes.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/recipes - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/recipes/8.0.63/README.md b/stable/recipes/8.0.63/README.md deleted file mode 100644 index fb553cc1d74..00000000000 --- a/stable/recipes/8.0.63/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# recipes - -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. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [recipes](https://truecharts.org/docs/charts/stable/recipes) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `recipes` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install recipes TrueCharts/recipes -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `recipes` deployment - -```console -helm uninstall recipes -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install recipes \ - --set env.TZ="America/New York" \ - TrueCharts/recipes -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install recipes TrueCharts/recipes -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/recipes/8.0.63/charts/common-10.7.0.tgz b/stable/recipes/8.0.63/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/recipes/8.0.63/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/recipes/8.0.63/charts/postgresql-8.0.97.tgz b/stable/recipes/8.0.63/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/recipes/8.0.63/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/recipes/8.0.64/CHANGELOG.md b/stable/recipes/8.0.64/CHANGELOG.md new file mode 100644 index 00000000000..f2d34b3a865 --- /dev/null +++ b/stable/recipes/8.0.64/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [recipes-8.0.64](https://github.com/truecharts/charts/compare/recipes-8.0.63...recipes-8.0.64) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [recipes-8.0.63](https://github.com/truecharts/charts/compare/recipes-8.0.62...recipes-8.0.63) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [recipes-8.0.62](https://github.com/truecharts/charts/compare/recipes-8.0.61...recipes-8.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [recipes-8.0.62](https://github.com/truecharts/charts/compare/recipes-8.0.61...recipes-8.0.62) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [recipes-8.0.61](https://github.com/truecharts/charts/compare/recipes-8.0.60...recipes-8.0.61) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [recipes-8.0.60](https://github.com/truecharts/charts/compare/recipes-8.0.59...recipes-8.0.60) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [recipes-8.0.59](https://github.com/truecharts/charts/compare/recipes-8.0.58...recipes-8.0.59) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [recipes-8.0.58](https://github.com/truecharts/charts/compare/recipes-8.0.57...recipes-8.0.58) (2022-09-28) + +### Chore + +- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [recipes-8.0.56](https://github.com/truecharts/charts/compare/recipes-8.0.55...recipes-8.0.56) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [recipes-8.0.55](https://github.com/truecharts/charts/compare/recipes-8.0.54...recipes-8.0.55) (2022-09-25) + +### Chore + diff --git a/stable/recipes/8.0.64/Chart.lock b/stable/recipes/8.0.64/Chart.lock new file mode 100644 index 00000000000..8af603fdb90 --- /dev/null +++ b/stable/recipes/8.0.64/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:40:24.307745236Z" diff --git a/stable/recipes/8.0.64/Chart.yaml b/stable/recipes/8.0.64/Chart.yaml new file mode 100644 index 00000000000..810faafd9be --- /dev/null +++ b/stable/recipes/8.0.64/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.4.4" +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: 8.0.64 +kubeVersion: ">=1.16.0-0" +keywords: + - recipes + - cooking +home: https://truecharts.org/docs/charts/stable/recipes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recipes.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/recipes + - https://github.com/vabene1111/recipes + - https://hub.docker.com/r/vabene1111/recipes +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/recipes/8.0.64/README.md b/stable/recipes/8.0.64/README.md new file mode 100644 index 00000000000..32d0c350f5e --- /dev/null +++ b/stable/recipes/8.0.64/README.md @@ -0,0 +1,108 @@ +# recipes + +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. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [recipes](https://truecharts.org/docs/charts/stable/recipes) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `recipes` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install recipes TrueCharts/recipes +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `recipes` deployment + +```console +helm uninstall recipes +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install recipes \ + --set env.TZ="America/New York" \ + TrueCharts/recipes +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install recipes TrueCharts/recipes -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/recipes/8.0.63/app-readme.md b/stable/recipes/8.0.64/app-readme.md similarity index 100% rename from stable/recipes/8.0.63/app-readme.md rename to stable/recipes/8.0.64/app-readme.md diff --git a/stable/recipes/8.0.64/charts/common-10.7.1.tgz b/stable/recipes/8.0.64/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/recipes/8.0.64/charts/common-10.7.1.tgz differ diff --git a/stable/recipes/8.0.64/charts/postgresql-8.0.101.tgz b/stable/recipes/8.0.64/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/recipes/8.0.64/charts/postgresql-8.0.101.tgz differ diff --git a/stable/recipes/8.0.63/ix_values.yaml b/stable/recipes/8.0.64/ix_values.yaml similarity index 100% rename from stable/recipes/8.0.63/ix_values.yaml rename to stable/recipes/8.0.64/ix_values.yaml diff --git a/stable/recipes/8.0.63/questions.yaml b/stable/recipes/8.0.64/questions.yaml similarity index 100% rename from stable/recipes/8.0.63/questions.yaml rename to stable/recipes/8.0.64/questions.yaml diff --git a/stable/recipes/8.0.63/templates/_sercrets.tpl b/stable/recipes/8.0.64/templates/_sercrets.tpl similarity index 100% rename from stable/recipes/8.0.63/templates/_sercrets.tpl rename to stable/recipes/8.0.64/templates/_sercrets.tpl diff --git a/stable/recipes/8.0.63/templates/common.yaml b/stable/recipes/8.0.64/templates/common.yaml similarity index 100% rename from stable/recipes/8.0.63/templates/common.yaml rename to stable/recipes/8.0.64/templates/common.yaml diff --git a/stable/synclounge/2.0.49/values.yaml b/stable/recipes/8.0.64/values.yaml similarity index 100% rename from stable/synclounge/2.0.49/values.yaml rename to stable/recipes/8.0.64/values.yaml diff --git a/stable/recyclarr/1.0.8/CHANGELOG.md b/stable/recyclarr/1.0.8/CHANGELOG.md deleted file mode 100644 index d3c095b5767..00000000000 --- a/stable/recyclarr/1.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [recyclarr-1.0.8](https://github.com/truecharts/charts/compare/recyclarr-1.0.7...recyclarr-1.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [recyclarr-1.0.7](https://github.com/truecharts/charts/compare/recyclarr-1.0.6...recyclarr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [recyclarr-1.0.7](https://github.com/truecharts/charts/compare/recyclarr-1.0.6...recyclarr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [recyclarr-1.0.6](https://github.com/truecharts/charts/compare/recyclarr-1.0.5...recyclarr-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [recyclarr-1.0.5](https://github.com/truecharts/charts/compare/recyclarr-1.0.4...recyclarr-1.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [recyclarr-1.0.4](https://github.com/truecharts/charts/compare/recyclarr-1.0.3...recyclarr-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [recyclarr-1.0.3](https://github.com/truecharts/charts/compare/recyclarr-1.0.2...recyclarr-1.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [recyclarr-1.0.3](https://github.com/truecharts/charts/compare/recyclarr-1.0.2...recyclarr-1.0.3) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/recyclarr/1.0.8/Chart.lock b/stable/recyclarr/1.0.8/Chart.lock deleted file mode 100644 index 1b83d41df64..00000000000 --- a/stable/recyclarr/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:53:48.343190336Z" diff --git a/stable/recyclarr/1.0.8/Chart.yaml b/stable/recyclarr/1.0.8/Chart.yaml deleted file mode 100644 index aa3319f9939..00000000000 --- a/stable/recyclarr/1.0.8/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2.4.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. -home: https://truecharts.org/docs/charts/stable/recyclarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png -keywords: - - recyclarr - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: recyclarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr - - https://github.com/recyclarr/recyclarr - - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr -type: application -version: 1.0.8 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities diff --git a/stable/recyclarr/1.0.8/README.md b/stable/recyclarr/1.0.8/README.md deleted file mode 100644 index 7a4986f65bb..00000000000 --- a/stable/recyclarr/1.0.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# recyclarr - -A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [recyclarr](https://truecharts.org/docs/charts/stable/recyclarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `recyclarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install recyclarr TrueCharts/recyclarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `recyclarr` deployment - -```console -helm uninstall recyclarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install recyclarr \ - --set env.TZ="America/New York" \ - TrueCharts/recyclarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install recyclarr TrueCharts/recyclarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/recyclarr/1.0.8/charts/common-10.7.0.tgz b/stable/recyclarr/1.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/recyclarr/1.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/recyclarr/1.0.9/CHANGELOG.md b/stable/recyclarr/1.0.9/CHANGELOG.md new file mode 100644 index 00000000000..b4c3ee3f59d --- /dev/null +++ b/stable/recyclarr/1.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [recyclarr-1.0.9](https://github.com/truecharts/charts/compare/recyclarr-1.0.8...recyclarr-1.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [recyclarr-1.0.8](https://github.com/truecharts/charts/compare/recyclarr-1.0.7...recyclarr-1.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [recyclarr-1.0.7](https://github.com/truecharts/charts/compare/recyclarr-1.0.6...recyclarr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [recyclarr-1.0.7](https://github.com/truecharts/charts/compare/recyclarr-1.0.6...recyclarr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [recyclarr-1.0.6](https://github.com/truecharts/charts/compare/recyclarr-1.0.5...recyclarr-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [recyclarr-1.0.5](https://github.com/truecharts/charts/compare/recyclarr-1.0.4...recyclarr-1.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [recyclarr-1.0.4](https://github.com/truecharts/charts/compare/recyclarr-1.0.3...recyclarr-1.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [recyclarr-1.0.3](https://github.com/truecharts/charts/compare/recyclarr-1.0.2...recyclarr-1.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [recyclarr-1.0.3](https://github.com/truecharts/charts/compare/recyclarr-1.0.2...recyclarr-1.0.3) (2022-09-21) diff --git a/stable/recyclarr/1.0.9/Chart.lock b/stable/recyclarr/1.0.9/Chart.lock new file mode 100644 index 00000000000..b00d1e3e869 --- /dev/null +++ b/stable/recyclarr/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:40:19.602425848Z" diff --git a/stable/recyclarr/1.0.9/Chart.yaml b/stable/recyclarr/1.0.9/Chart.yaml new file mode 100644 index 00000000000..73a947ad9d7 --- /dev/null +++ b/stable/recyclarr/1.0.9/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2.4.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. +home: https://truecharts.org/docs/charts/stable/recyclarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.png +keywords: + - recyclarr + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: recyclarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr + - https://github.com/recyclarr/recyclarr + - https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr +type: application +version: 1.0.9 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities diff --git a/stable/recyclarr/1.0.9/README.md b/stable/recyclarr/1.0.9/README.md new file mode 100644 index 00000000000..f11efe46636 --- /dev/null +++ b/stable/recyclarr/1.0.9/README.md @@ -0,0 +1,107 @@ +# recyclarr + +A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [recyclarr](https://truecharts.org/docs/charts/stable/recyclarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `recyclarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install recyclarr TrueCharts/recyclarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `recyclarr` deployment + +```console +helm uninstall recyclarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install recyclarr \ + --set env.TZ="America/New York" \ + TrueCharts/recyclarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install recyclarr TrueCharts/recyclarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/recyclarr/1.0.8/app-readme.md b/stable/recyclarr/1.0.9/app-readme.md similarity index 100% rename from stable/recyclarr/1.0.8/app-readme.md rename to stable/recyclarr/1.0.9/app-readme.md diff --git a/stable/recyclarr/1.0.9/charts/common-10.7.1.tgz b/stable/recyclarr/1.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/recyclarr/1.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/recyclarr/1.0.8/ix_values.yaml b/stable/recyclarr/1.0.9/ix_values.yaml similarity index 100% rename from stable/recyclarr/1.0.8/ix_values.yaml rename to stable/recyclarr/1.0.9/ix_values.yaml diff --git a/stable/recyclarr/1.0.8/questions.yaml b/stable/recyclarr/1.0.9/questions.yaml similarity index 100% rename from stable/recyclarr/1.0.8/questions.yaml rename to stable/recyclarr/1.0.9/questions.yaml diff --git a/stable/recyclarr/1.0.8/templates/common.yaml b/stable/recyclarr/1.0.9/templates/common.yaml similarity index 100% rename from stable/recyclarr/1.0.8/templates/common.yaml rename to stable/recyclarr/1.0.9/templates/common.yaml diff --git a/stable/syslog-ng/2.0.38/values.yaml b/stable/recyclarr/1.0.9/values.yaml similarity index 100% rename from stable/syslog-ng/2.0.38/values.yaml rename to stable/recyclarr/1.0.9/values.yaml diff --git a/stable/redmine/3.0.57/CHANGELOG.md b/stable/redmine/3.0.57/CHANGELOG.md deleted file mode 100644 index d107c424701..00000000000 --- a/stable/redmine/3.0.57/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [redmine-3.0.57](https://github.com/truecharts/charts/compare/redmine-3.0.56...redmine-3.0.57) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [redmine-3.0.56](https://github.com/truecharts/charts/compare/redmine-3.0.54...redmine-3.0.56) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [redmine-3.0.55](https://github.com/truecharts/charts/compare/redmine-3.0.54...redmine-3.0.55) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [redmine-3.0.54](https://github.com/truecharts/charts/compare/redmine-3.0.53...redmine-3.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [redmine-3.0.53](https://github.com/truecharts/charts/compare/redmine-3.0.52...redmine-3.0.53) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [redmine-3.0.52](https://github.com/truecharts/charts/compare/redmine-3.0.51...redmine-3.0.52) (2022-10-04) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [redmine-3.0.50](https://github.com/truecharts/charts/compare/redmine-3.0.49...redmine-3.0.50) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [redmine-3.0.49](https://github.com/truecharts/charts/compare/redmine-3.0.48...redmine-3.0.49) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [redmine-3.0.48](https://github.com/truecharts/charts/compare/redmine-3.0.46...redmine-3.0.48) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/redmine/3.0.57/Chart.lock b/stable/redmine/3.0.57/Chart.lock deleted file mode 100644 index 0dc1bbacef0..00000000000 --- a/stable/redmine/3.0.57/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:54:02.3391239Z" diff --git a/stable/redmine/3.0.57/Chart.yaml b/stable/redmine/3.0.57/Chart.yaml deleted file mode 100644 index c2ba0e21659..00000000000 --- a/stable/redmine/3.0.57/Chart.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -appVersion: "5.0.3" -kubeVersion: ">=1.16.0-0" -version: 3.0.57 -name: redmine -description: Redmine is a flexible project management web application written using Ruby on Rails framework. -type: application -home: https://truecharts.org/docs/charts/stable/redmine -icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png -keywords: - - project - - management - - time - - tracking - - ticket -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - - https://github.com/redmine/redmine - - https://hub.docker.com/_/redmine -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/redmine/3.0.57/README.md b/stable/redmine/3.0.57/README.md deleted file mode 100644 index eb6365ef86e..00000000000 --- a/stable/redmine/3.0.57/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# redmine - -Redmine is a flexible project management web application written using Ruby on Rails framework. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [redmine](https://truecharts.org/docs/charts/stable/redmine) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `redmine` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install redmine TrueCharts/redmine -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `redmine` deployment - -```console -helm uninstall redmine -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install redmine \ - --set env.TZ="America/New York" \ - TrueCharts/redmine -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install redmine TrueCharts/redmine -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/redmine/3.0.57/charts/common-10.7.0.tgz b/stable/redmine/3.0.57/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/redmine/3.0.57/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/redmine/3.0.57/charts/postgresql-8.0.97.tgz b/stable/redmine/3.0.57/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/redmine/3.0.57/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/redmine/3.0.58/CHANGELOG.md b/stable/redmine/3.0.58/CHANGELOG.md new file mode 100644 index 00000000000..b9fe953d740 --- /dev/null +++ b/stable/redmine/3.0.58/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [redmine-3.0.58](https://github.com/truecharts/charts/compare/redmine-3.0.57...redmine-3.0.58) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [redmine-3.0.57](https://github.com/truecharts/charts/compare/redmine-3.0.56...redmine-3.0.57) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [redmine-3.0.56](https://github.com/truecharts/charts/compare/redmine-3.0.54...redmine-3.0.56) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [redmine-3.0.55](https://github.com/truecharts/charts/compare/redmine-3.0.54...redmine-3.0.55) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [redmine-3.0.54](https://github.com/truecharts/charts/compare/redmine-3.0.53...redmine-3.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [redmine-3.0.53](https://github.com/truecharts/charts/compare/redmine-3.0.52...redmine-3.0.53) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [redmine-3.0.52](https://github.com/truecharts/charts/compare/redmine-3.0.51...redmine-3.0.52) (2022-10-04) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [redmine-3.0.50](https://github.com/truecharts/charts/compare/redmine-3.0.49...redmine-3.0.50) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [redmine-3.0.49](https://github.com/truecharts/charts/compare/redmine-3.0.48...redmine-3.0.49) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [redmine-3.0.48](https://github.com/truecharts/charts/compare/redmine-3.0.46...redmine-3.0.48) (2022-09-22) + +### Chore diff --git a/stable/redmine/3.0.58/Chart.lock b/stable/redmine/3.0.58/Chart.lock new file mode 100644 index 00000000000..b83ffdc70e2 --- /dev/null +++ b/stable/redmine/3.0.58/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:40:34.396536151Z" diff --git a/stable/redmine/3.0.58/Chart.yaml b/stable/redmine/3.0.58/Chart.yaml new file mode 100644 index 00000000000..a6892162b43 --- /dev/null +++ b/stable/redmine/3.0.58/Chart.yaml @@ -0,0 +1,36 @@ +apiVersion: v2 +appVersion: "5.0.3" +kubeVersion: ">=1.16.0-0" +version: 3.0.58 +name: redmine +description: Redmine is a flexible project management web application written using Ruby on Rails framework. +type: application +home: https://truecharts.org/docs/charts/stable/redmine +icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.png +keywords: + - project + - management + - time + - tracking + - ticket +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/redmine + - https://github.com/redmine/redmine + - https://hub.docker.com/_/redmine +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/redmine/3.0.58/README.md b/stable/redmine/3.0.58/README.md new file mode 100644 index 00000000000..e87b5d20232 --- /dev/null +++ b/stable/redmine/3.0.58/README.md @@ -0,0 +1,108 @@ +# redmine + +Redmine is a flexible project management web application written using Ruby on Rails framework. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [redmine](https://truecharts.org/docs/charts/stable/redmine) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `redmine` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install redmine TrueCharts/redmine +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `redmine` deployment + +```console +helm uninstall redmine +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install redmine \ + --set env.TZ="America/New York" \ + TrueCharts/redmine +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install redmine TrueCharts/redmine -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/redmine/3.0.57/app-readme.md b/stable/redmine/3.0.58/app-readme.md similarity index 100% rename from stable/redmine/3.0.57/app-readme.md rename to stable/redmine/3.0.58/app-readme.md diff --git a/stable/redmine/3.0.58/charts/common-10.7.1.tgz b/stable/redmine/3.0.58/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/redmine/3.0.58/charts/common-10.7.1.tgz differ diff --git a/stable/redmine/3.0.58/charts/postgresql-8.0.101.tgz b/stable/redmine/3.0.58/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/redmine/3.0.58/charts/postgresql-8.0.101.tgz differ diff --git a/stable/redmine/3.0.57/ix_values.yaml b/stable/redmine/3.0.58/ix_values.yaml similarity index 100% rename from stable/redmine/3.0.57/ix_values.yaml rename to stable/redmine/3.0.58/ix_values.yaml diff --git a/stable/redmine/3.0.57/questions.yaml b/stable/redmine/3.0.58/questions.yaml similarity index 100% rename from stable/redmine/3.0.57/questions.yaml rename to stable/redmine/3.0.58/questions.yaml diff --git a/stable/redmine/3.0.57/templates/_secrets.tpl b/stable/redmine/3.0.58/templates/_secrets.tpl similarity index 100% rename from stable/redmine/3.0.57/templates/_secrets.tpl rename to stable/redmine/3.0.58/templates/_secrets.tpl diff --git a/stable/redmine/3.0.57/templates/common.yaml b/stable/redmine/3.0.58/templates/common.yaml similarity index 100% rename from stable/redmine/3.0.57/templates/common.yaml rename to stable/redmine/3.0.58/templates/common.yaml diff --git a/stable/tailscale/1.1.10/values.yaml b/stable/redmine/3.0.58/values.yaml similarity index 100% rename from stable/tailscale/1.1.10/values.yaml rename to stable/redmine/3.0.58/values.yaml diff --git a/stable/reg/6.0.36/CHANGELOG.md b/stable/reg/6.0.36/CHANGELOG.md deleted file mode 100644 index a9d780d2ebc..00000000000 --- a/stable/reg/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [reg-6.0.36](https://github.com/truecharts/charts/compare/reg-6.0.35...reg-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [reg-6.0.35](https://github.com/truecharts/charts/compare/wireguard-1.0.8...reg-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [reg-6.0.35](https://github.com/truecharts/charts/compare/wireguard-1.0.8...reg-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [reg-6.0.34](https://github.com/truecharts/charts/compare/dockerregistry-0.0.25...reg-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [reg-6.0.33](https://github.com/truecharts/charts/compare/reg-6.0.32...reg-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [reg-6.0.32](https://github.com/truecharts/charts/compare/wireguard-1.0.5...reg-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [reg-6.0.31](https://github.com/truecharts/charts/compare/wireguard-1.0.4...reg-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [reg-6.0.31](https://github.com/truecharts/charts/compare/wireguard-1.0.4...reg-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/reg/6.0.36/Chart.lock b/stable/reg/6.0.36/Chart.lock deleted file mode 100644 index b3fb35cd18b..00000000000 --- a/stable/reg/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:54:13.767411987Z" diff --git a/stable/reg/6.0.36/Chart.yaml b/stable/reg/6.0.36/Chart.yaml deleted file mode 100644 index 9a9bd74268a..00000000000 --- a/stable/reg/6.0.36/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.16.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Docker registry v2 command line client and repo listing generator with security checks. -home: https://truecharts.org/docs/charts/stable/reg -icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png -keywords: - - reg -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: reg -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/reg - - https://github.com/genuinetools/reg - - https://github.com/k8s-at-home/container-images/ -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/reg/6.0.36/README.md b/stable/reg/6.0.36/README.md deleted file mode 100644 index 56a7e624b47..00000000000 --- a/stable/reg/6.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# reg - -Docker registry v2 command line client and repo listing generator with security checks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [reg](https://truecharts.org/docs/charts/stable/reg) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `reg` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install reg TrueCharts/reg -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `reg` deployment - -```console -helm uninstall reg -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install reg \ - --set env.TZ="America/New York" \ - TrueCharts/reg -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install reg TrueCharts/reg -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/reg/6.0.36/charts/common-10.7.0.tgz b/stable/reg/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/reg/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/reg/6.0.37/CHANGELOG.md b/stable/reg/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..d98d587d7e9 --- /dev/null +++ b/stable/reg/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [reg-6.0.37](https://github.com/truecharts/charts/compare/wireguard-1.0.10...reg-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [reg-6.0.36](https://github.com/truecharts/charts/compare/reg-6.0.35...reg-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [reg-6.0.35](https://github.com/truecharts/charts/compare/wireguard-1.0.8...reg-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [reg-6.0.35](https://github.com/truecharts/charts/compare/wireguard-1.0.8...reg-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [reg-6.0.34](https://github.com/truecharts/charts/compare/dockerregistry-0.0.25...reg-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [reg-6.0.33](https://github.com/truecharts/charts/compare/reg-6.0.32...reg-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [reg-6.0.32](https://github.com/truecharts/charts/compare/wireguard-1.0.5...reg-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [reg-6.0.31](https://github.com/truecharts/charts/compare/wireguard-1.0.4...reg-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/reg/6.0.37/Chart.lock b/stable/reg/6.0.37/Chart.lock new file mode 100644 index 00000000000..fe8ff26a0bc --- /dev/null +++ b/stable/reg/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:40:43.785920287Z" diff --git a/stable/reg/6.0.37/Chart.yaml b/stable/reg/6.0.37/Chart.yaml new file mode 100644 index 00000000000..8bdb8d1ba6d --- /dev/null +++ b/stable/reg/6.0.37/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.16.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Docker registry v2 command line client and repo listing generator with security checks. +home: https://truecharts.org/docs/charts/stable/reg +icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.png +keywords: + - reg +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: reg +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/reg + - https://github.com/genuinetools/reg + - https://github.com/k8s-at-home/container-images/ +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/reg/6.0.37/README.md b/stable/reg/6.0.37/README.md new file mode 100644 index 00000000000..9f1839090a6 --- /dev/null +++ b/stable/reg/6.0.37/README.md @@ -0,0 +1,107 @@ +# reg + +Docker registry v2 command line client and repo listing generator with security checks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [reg](https://truecharts.org/docs/charts/stable/reg) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `reg` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install reg TrueCharts/reg +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `reg` deployment + +```console +helm uninstall reg +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install reg \ + --set env.TZ="America/New York" \ + TrueCharts/reg +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install reg TrueCharts/reg -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/reg/6.0.36/app-readme.md b/stable/reg/6.0.37/app-readme.md similarity index 100% rename from stable/reg/6.0.36/app-readme.md rename to stable/reg/6.0.37/app-readme.md diff --git a/stable/reg/6.0.37/charts/common-10.7.1.tgz b/stable/reg/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/reg/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/reg/6.0.36/ci/ct-values.yaml b/stable/reg/6.0.37/ci/ct-values.yaml similarity index 100% rename from stable/reg/6.0.36/ci/ct-values.yaml rename to stable/reg/6.0.37/ci/ct-values.yaml diff --git a/stable/reg/6.0.36/ix_values.yaml b/stable/reg/6.0.37/ix_values.yaml similarity index 100% rename from stable/reg/6.0.36/ix_values.yaml rename to stable/reg/6.0.37/ix_values.yaml diff --git a/stable/reg/6.0.36/questions.yaml b/stable/reg/6.0.37/questions.yaml similarity index 100% rename from stable/reg/6.0.36/questions.yaml rename to stable/reg/6.0.37/questions.yaml diff --git a/stable/trilium-notes/5.0.40/templates/common.yaml b/stable/reg/6.0.37/templates/common.yaml similarity index 100% rename from stable/trilium-notes/5.0.40/templates/common.yaml rename to stable/reg/6.0.37/templates/common.yaml diff --git a/stable/tdarr-node/2.0.38/values.yaml b/stable/reg/6.0.37/values.yaml similarity index 100% rename from stable/tdarr-node/2.0.38/values.yaml rename to stable/reg/6.0.37/values.yaml diff --git a/stable/remmina/3.0.35/CHANGELOG.md b/stable/remmina/3.0.35/CHANGELOG.md deleted file mode 100644 index fca1b2a2b23..00000000000 --- a/stable/remmina/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [remmina-3.0.35](https://github.com/truecharts/charts/compare/remmina-3.0.34...remmina-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [remmina-3.0.34](https://github.com/truecharts/charts/compare/remmina-3.0.33...remmina-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [remmina-3.0.34](https://github.com/truecharts/charts/compare/remmina-3.0.33...remmina-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [remmina-3.0.33](https://github.com/truecharts/charts/compare/remmina-3.0.32...remmina-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [remmina-3.0.32](https://github.com/truecharts/charts/compare/remmina-3.0.31...remmina-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [remmina-3.0.31](https://github.com/truecharts/charts/compare/remmina-3.0.30...remmina-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [remmina-3.0.30](https://github.com/truecharts/charts/compare/remmina-3.0.29...remmina-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [remmina-3.0.30](https://github.com/truecharts/charts/compare/remmina-3.0.29...remmina-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/remmina/3.0.35/Chart.lock b/stable/remmina/3.0.35/Chart.lock deleted file mode 100644 index 06872019050..00000000000 --- a/stable/remmina/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:54:17.32559295Z" diff --git a/stable/remmina/3.0.35/Chart.yaml b/stable/remmina/3.0.35/Chart.yaml deleted file mode 100644 index 93255f9208e..00000000000 --- a/stable/remmina/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.0-rcgi" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A remote desktop client written in GTK -home: https://truecharts.org/docs/charts/stable/remmina -icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png -keywords: - - remina - - remote - - desktop - - client -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: remmina -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/remmina - - https://github.com/linuxserver/docker-remmina - - https://remmina.org/ -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/remmina/3.0.35/README.md b/stable/remmina/3.0.35/README.md deleted file mode 100644 index 0b7e6d87210..00000000000 --- a/stable/remmina/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# remmina - -A remote desktop client written in GTK - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [remmina](https://truecharts.org/docs/charts/stable/remmina) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `remmina` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install remmina TrueCharts/remmina -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `remmina` deployment - -```console -helm uninstall remmina -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install remmina \ - --set env.TZ="America/New York" \ - TrueCharts/remmina -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install remmina TrueCharts/remmina -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/remmina/3.0.35/charts/common-10.7.0.tgz b/stable/remmina/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/remmina/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/remmina/3.0.36/CHANGELOG.md b/stable/remmina/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..bd2ddf4dd43 --- /dev/null +++ b/stable/remmina/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [remmina-3.0.36](https://github.com/truecharts/charts/compare/remmina-3.0.35...remmina-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [remmina-3.0.35](https://github.com/truecharts/charts/compare/remmina-3.0.34...remmina-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [remmina-3.0.34](https://github.com/truecharts/charts/compare/remmina-3.0.33...remmina-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [remmina-3.0.34](https://github.com/truecharts/charts/compare/remmina-3.0.33...remmina-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [remmina-3.0.33](https://github.com/truecharts/charts/compare/remmina-3.0.32...remmina-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [remmina-3.0.32](https://github.com/truecharts/charts/compare/remmina-3.0.31...remmina-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [remmina-3.0.31](https://github.com/truecharts/charts/compare/remmina-3.0.30...remmina-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [remmina-3.0.30](https://github.com/truecharts/charts/compare/remmina-3.0.29...remmina-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/remmina/3.0.36/Chart.lock b/stable/remmina/3.0.36/Chart.lock new file mode 100644 index 00000000000..a850c05e932 --- /dev/null +++ b/stable/remmina/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:40:50.399544526Z" diff --git a/stable/remmina/3.0.36/Chart.yaml b/stable/remmina/3.0.36/Chart.yaml new file mode 100644 index 00000000000..ca8381b9b38 --- /dev/null +++ b/stable/remmina/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "1.2.0-rcgi" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A remote desktop client written in GTK +home: https://truecharts.org/docs/charts/stable/remmina +icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.png +keywords: + - remina + - remote + - desktop + - client +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: remmina +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/remmina + - https://github.com/linuxserver/docker-remmina + - https://remmina.org/ +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/remmina/3.0.36/README.md b/stable/remmina/3.0.36/README.md new file mode 100644 index 00000000000..48a2ffe5e42 --- /dev/null +++ b/stable/remmina/3.0.36/README.md @@ -0,0 +1,107 @@ +# remmina + +A remote desktop client written in GTK + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [remmina](https://truecharts.org/docs/charts/stable/remmina) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `remmina` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install remmina TrueCharts/remmina +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `remmina` deployment + +```console +helm uninstall remmina +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install remmina \ + --set env.TZ="America/New York" \ + TrueCharts/remmina +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install remmina TrueCharts/remmina -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/remmina/3.0.35/app-readme.md b/stable/remmina/3.0.36/app-readme.md similarity index 100% rename from stable/remmina/3.0.35/app-readme.md rename to stable/remmina/3.0.36/app-readme.md diff --git a/stable/remmina/3.0.36/charts/common-10.7.1.tgz b/stable/remmina/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/remmina/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/remmina/3.0.35/ix_values.yaml b/stable/remmina/3.0.36/ix_values.yaml similarity index 100% rename from stable/remmina/3.0.35/ix_values.yaml rename to stable/remmina/3.0.36/ix_values.yaml diff --git a/stable/remmina/3.0.35/questions.yaml b/stable/remmina/3.0.36/questions.yaml similarity index 100% rename from stable/remmina/3.0.35/questions.yaml rename to stable/remmina/3.0.36/questions.yaml diff --git a/stable/remmina/3.0.35/templates/common.yaml b/stable/remmina/3.0.36/templates/common.yaml similarity index 100% rename from stable/remmina/3.0.35/templates/common.yaml rename to stable/remmina/3.0.36/templates/common.yaml diff --git a/stable/tdarr/2.0.38/values.yaml b/stable/remmina/3.0.36/values.yaml similarity index 100% rename from stable/tdarr/2.0.38/values.yaml rename to stable/remmina/3.0.36/values.yaml diff --git a/stable/requestrr/2.0.35/CHANGELOG.md b/stable/requestrr/2.0.35/CHANGELOG.md deleted file mode 100644 index 8b6f888d192..00000000000 --- a/stable/requestrr/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [requestrr-2.0.35](https://github.com/truecharts/charts/compare/requestrr-2.0.34...requestrr-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [requestrr-2.0.34](https://github.com/truecharts/charts/compare/requestrr-2.0.33...requestrr-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [requestrr-2.0.34](https://github.com/truecharts/charts/compare/requestrr-2.0.33...requestrr-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [requestrr-2.0.33](https://github.com/truecharts/charts/compare/requestrr-2.0.32...requestrr-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [requestrr-2.0.32](https://github.com/truecharts/charts/compare/requestrr-2.0.31...requestrr-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [requestrr-2.0.31](https://github.com/truecharts/charts/compare/requestrr-2.0.30...requestrr-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [requestrr-2.0.30](https://github.com/truecharts/charts/compare/requestrr-2.0.29...requestrr-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [requestrr-2.0.30](https://github.com/truecharts/charts/compare/requestrr-2.0.29...requestrr-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/requestrr/2.0.35/Chart.lock b/stable/requestrr/2.0.35/Chart.lock deleted file mode 100644 index bd406b9c5a9..00000000000 --- a/stable/requestrr/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:54:38.083922022Z" diff --git a/stable/requestrr/2.0.35/Chart.yaml b/stable/requestrr/2.0.35/Chart.yaml deleted file mode 100644 index e014cab8027..00000000000 --- a/stable/requestrr/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: requestrr -version: 2.0.35 -appVersion: "2.1.2" -description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/requestrr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png -keywords: - - requestrr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr - - https://hub.docker.com/r/linuxserver/requestrr -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/requestrr/2.0.35/README.md b/stable/requestrr/2.0.35/README.md deleted file mode 100644 index 793fa9b15aa..00000000000 --- a/stable/requestrr/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# requestrr - -Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [requestrr](https://truecharts.org/docs/charts/stable/requestrr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `requestrr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install requestrr TrueCharts/requestrr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `requestrr` deployment - -```console -helm uninstall requestrr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install requestrr \ - --set env.TZ="America/New York" \ - TrueCharts/requestrr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install requestrr TrueCharts/requestrr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/requestrr/2.0.35/charts/common-10.7.0.tgz b/stable/requestrr/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/requestrr/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/requestrr/2.0.36/CHANGELOG.md b/stable/requestrr/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..f858e691b2e --- /dev/null +++ b/stable/requestrr/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [requestrr-2.0.36](https://github.com/truecharts/charts/compare/requestrr-2.0.35...requestrr-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [requestrr-2.0.35](https://github.com/truecharts/charts/compare/requestrr-2.0.34...requestrr-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [requestrr-2.0.34](https://github.com/truecharts/charts/compare/requestrr-2.0.33...requestrr-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [requestrr-2.0.34](https://github.com/truecharts/charts/compare/requestrr-2.0.33...requestrr-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [requestrr-2.0.33](https://github.com/truecharts/charts/compare/requestrr-2.0.32...requestrr-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [requestrr-2.0.32](https://github.com/truecharts/charts/compare/requestrr-2.0.31...requestrr-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [requestrr-2.0.31](https://github.com/truecharts/charts/compare/requestrr-2.0.30...requestrr-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [requestrr-2.0.30](https://github.com/truecharts/charts/compare/requestrr-2.0.29...requestrr-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/requestrr/2.0.36/Chart.lock b/stable/requestrr/2.0.36/Chart.lock new file mode 100644 index 00000000000..9275403f1e1 --- /dev/null +++ b/stable/requestrr/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:07.852206179Z" diff --git a/stable/requestrr/2.0.36/Chart.yaml b/stable/requestrr/2.0.36/Chart.yaml new file mode 100644 index 00000000000..597bbe202fa --- /dev/null +++ b/stable/requestrr/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: requestrr +version: 2.0.36 +appVersion: "2.1.2" +description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/requestrr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.png +keywords: + - requestrr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/requestrr + - https://hub.docker.com/r/linuxserver/requestrr +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/requestrr/2.0.36/README.md b/stable/requestrr/2.0.36/README.md new file mode 100644 index 00000000000..2c1fbcada98 --- /dev/null +++ b/stable/requestrr/2.0.36/README.md @@ -0,0 +1,106 @@ +# requestrr + +Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [requestrr](https://truecharts.org/docs/charts/stable/requestrr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `requestrr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install requestrr TrueCharts/requestrr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `requestrr` deployment + +```console +helm uninstall requestrr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install requestrr \ + --set env.TZ="America/New York" \ + TrueCharts/requestrr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install requestrr TrueCharts/requestrr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/requestrr/2.0.35/app-readme.md b/stable/requestrr/2.0.36/app-readme.md similarity index 100% rename from stable/requestrr/2.0.35/app-readme.md rename to stable/requestrr/2.0.36/app-readme.md diff --git a/stable/requestrr/2.0.36/charts/common-10.7.1.tgz b/stable/requestrr/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/requestrr/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/requestrr/2.0.35/ix_values.yaml b/stable/requestrr/2.0.36/ix_values.yaml similarity index 100% rename from stable/requestrr/2.0.35/ix_values.yaml rename to stable/requestrr/2.0.36/ix_values.yaml diff --git a/stable/requestrr/2.0.35/questions.yaml b/stable/requestrr/2.0.36/questions.yaml similarity index 100% rename from stable/requestrr/2.0.35/questions.yaml rename to stable/requestrr/2.0.36/questions.yaml diff --git a/stable/tsmuxer/1.0.14/templates/common.yaml b/stable/requestrr/2.0.36/templates/common.yaml similarity index 100% rename from stable/tsmuxer/1.0.14/templates/common.yaml rename to stable/requestrr/2.0.36/templates/common.yaml diff --git a/stable/teamspeak3/4.0.40/values.yaml b/stable/requestrr/2.0.36/values.yaml similarity index 100% rename from stable/teamspeak3/4.0.40/values.yaml rename to stable/requestrr/2.0.36/values.yaml diff --git a/stable/resilio-sync/6.0.37/CHANGELOG.md b/stable/resilio-sync/6.0.37/CHANGELOG.md deleted file mode 100644 index d0cdb5607cb..00000000000 --- a/stable/resilio-sync/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [resilio-sync-6.0.37](https://github.com/truecharts/charts/compare/resilio-sync-6.0.36...resilio-sync-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [resilio-sync-6.0.36](https://github.com/truecharts/charts/compare/resilio-sync-6.0.35...resilio-sync-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [resilio-sync-6.0.36](https://github.com/truecharts/charts/compare/resilio-sync-6.0.35...resilio-sync-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [resilio-sync-6.0.35](https://github.com/truecharts/charts/compare/resilio-sync-6.0.34...resilio-sync-6.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [resilio-sync-6.0.34](https://github.com/truecharts/charts/compare/resilio-sync-6.0.33...resilio-sync-6.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [resilio-sync-6.0.33](https://github.com/truecharts/charts/compare/resilio-sync-6.0.32...resilio-sync-6.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [resilio-sync-6.0.32](https://github.com/truecharts/charts/compare/resilio-sync-6.0.31...resilio-sync-6.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [resilio-sync-6.0.32](https://github.com/truecharts/charts/compare/resilio-sync-6.0.31...resilio-sync-6.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/resilio-sync/6.0.37/Chart.lock b/stable/resilio-sync/6.0.37/Chart.lock deleted file mode 100644 index 956904fdf98..00000000000 --- a/stable/resilio-sync/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:54:42.204672296Z" diff --git a/stable/resilio-sync/6.0.37/Chart.yaml b/stable/resilio-sync/6.0.37/Chart.yaml deleted file mode 100644 index 9e355f72cc4..00000000000 --- a/stable/resilio-sync/6.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2.7.2.1375" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology -home: https://truecharts.org/docs/charts/stable/resilio-sync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png -keywords: - - resilio - - sync - - btsync - - bittorrent -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: resilio-sync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync - - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/resilio-sync/6.0.37/README.md b/stable/resilio-sync/6.0.37/README.md deleted file mode 100644 index 646967758c5..00000000000 --- a/stable/resilio-sync/6.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# resilio-sync - -Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [resilio-sync](https://truecharts.org/docs/charts/stable/resilio-sync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `resilio-sync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install resilio-sync TrueCharts/resilio-sync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `resilio-sync` deployment - -```console -helm uninstall resilio-sync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install resilio-sync \ - --set env.TZ="America/New York" \ - TrueCharts/resilio-sync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install resilio-sync TrueCharts/resilio-sync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/resilio-sync/6.0.37/charts/common-10.7.0.tgz b/stable/resilio-sync/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/resilio-sync/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/resilio-sync/6.0.38/CHANGELOG.md b/stable/resilio-sync/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..4b66a9fb203 --- /dev/null +++ b/stable/resilio-sync/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [resilio-sync-6.0.38](https://github.com/truecharts/charts/compare/resilio-sync-6.0.37...resilio-sync-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [resilio-sync-6.0.37](https://github.com/truecharts/charts/compare/resilio-sync-6.0.36...resilio-sync-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [resilio-sync-6.0.36](https://github.com/truecharts/charts/compare/resilio-sync-6.0.35...resilio-sync-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [resilio-sync-6.0.36](https://github.com/truecharts/charts/compare/resilio-sync-6.0.35...resilio-sync-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [resilio-sync-6.0.35](https://github.com/truecharts/charts/compare/resilio-sync-6.0.34...resilio-sync-6.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [resilio-sync-6.0.34](https://github.com/truecharts/charts/compare/resilio-sync-6.0.33...resilio-sync-6.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [resilio-sync-6.0.33](https://github.com/truecharts/charts/compare/resilio-sync-6.0.32...resilio-sync-6.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [resilio-sync-6.0.32](https://github.com/truecharts/charts/compare/resilio-sync-6.0.31...resilio-sync-6.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/resilio-sync/6.0.38/Chart.lock b/stable/resilio-sync/6.0.38/Chart.lock new file mode 100644 index 00000000000..a81252aef22 --- /dev/null +++ b/stable/resilio-sync/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:15.879778361Z" diff --git a/stable/resilio-sync/6.0.38/Chart.yaml b/stable/resilio-sync/6.0.38/Chart.yaml new file mode 100644 index 00000000000..5933d8e0d6b --- /dev/null +++ b/stable/resilio-sync/6.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2.7.2.1375" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology +home: https://truecharts.org/docs/charts/stable/resilio-sync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.png +keywords: + - resilio + - sync + - btsync + - bittorrent +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: resilio-sync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/resilio-sync + - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/resilio-sync/6.0.38/README.md b/stable/resilio-sync/6.0.38/README.md new file mode 100644 index 00000000000..634774b0ef0 --- /dev/null +++ b/stable/resilio-sync/6.0.38/README.md @@ -0,0 +1,106 @@ +# resilio-sync + +Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [resilio-sync](https://truecharts.org/docs/charts/stable/resilio-sync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `resilio-sync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install resilio-sync TrueCharts/resilio-sync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `resilio-sync` deployment + +```console +helm uninstall resilio-sync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install resilio-sync \ + --set env.TZ="America/New York" \ + TrueCharts/resilio-sync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install resilio-sync TrueCharts/resilio-sync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/resilio-sync/6.0.37/app-readme.md b/stable/resilio-sync/6.0.38/app-readme.md similarity index 100% rename from stable/resilio-sync/6.0.37/app-readme.md rename to stable/resilio-sync/6.0.38/app-readme.md diff --git a/stable/resilio-sync/6.0.38/charts/common-10.7.1.tgz b/stable/resilio-sync/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/resilio-sync/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/resilio-sync/6.0.37/ix_values.yaml b/stable/resilio-sync/6.0.38/ix_values.yaml similarity index 100% rename from stable/resilio-sync/6.0.37/ix_values.yaml rename to stable/resilio-sync/6.0.38/ix_values.yaml diff --git a/stable/resilio-sync/6.0.37/questions.yaml b/stable/resilio-sync/6.0.38/questions.yaml similarity index 100% rename from stable/resilio-sync/6.0.37/questions.yaml rename to stable/resilio-sync/6.0.38/questions.yaml diff --git a/stable/typecho/4.0.8/templates/common.yaml b/stable/resilio-sync/6.0.38/templates/common.yaml similarity index 100% rename from stable/typecho/4.0.8/templates/common.yaml rename to stable/resilio-sync/6.0.38/templates/common.yaml diff --git a/stable/teedy/7.0.44/values.yaml b/stable/resilio-sync/6.0.38/values.yaml similarity index 100% rename from stable/teedy/7.0.44/values.yaml rename to stable/resilio-sync/6.0.38/values.yaml diff --git a/stable/ring-mqtt/1.0.10/CHANGELOG.md b/stable/ring-mqtt/1.0.10/CHANGELOG.md deleted file mode 100644 index 1ea0a683300..00000000000 --- a/stable/ring-mqtt/1.0.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ring-mqtt-1.0.10](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.9...ring-mqtt-1.0.10) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [ring-mqtt-1.0.9](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.8...ring-mqtt-1.0.9) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ring-mqtt-1.0.8](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.7...ring-mqtt-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ring-mqtt-1.0.8](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.7...ring-mqtt-1.0.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ring-mqtt-1.0.7](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.6...ring-mqtt-1.0.7) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ring-mqtt-1.0.6](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.5...ring-mqtt-1.0.6) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ring-mqtt-1.0.5](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.4...ring-mqtt-1.0.5) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ring-mqtt-1.0.4](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.3...ring-mqtt-1.0.4) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/ring-mqtt/1.0.10/Chart.lock b/stable/ring-mqtt/1.0.10/Chart.lock deleted file mode 100644 index 8550eff3aa7..00000000000 --- a/stable/ring-mqtt/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:21:16.412935333Z" diff --git a/stable/ring-mqtt/1.0.10/Chart.yaml b/stable/ring-mqtt/1.0.10/Chart.yaml deleted file mode 100644 index 00a45eac0a8..00000000000 --- a/stable/ring-mqtt/1.0.10/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "5.0.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. -home: https://truecharts.org/docs/charts/stable/ring-mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png -keywords: - - ring-mqtt - - HomeAutomation - - Tools-Utilities -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ring-mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt - - https://github.com/tsightler/ring-mqtt - - https://hub.docker.com/r/tsightler/ring-mqtt/ -type: application -version: 1.0.10 -annotations: - truecharts.org/catagories: | - - HomeAutomation - - Tools-Utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ring-mqtt/1.0.10/README.md b/stable/ring-mqtt/1.0.10/README.md deleted file mode 100644 index 82b45e5cbcd..00000000000 --- a/stable/ring-mqtt/1.0.10/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ring-mqtt - -Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ring-mqtt](https://truecharts.org/docs/charts/stable/ring-mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ring-mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ring-mqtt TrueCharts/ring-mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ring-mqtt` deployment - -```console -helm uninstall ring-mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ring-mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/ring-mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ring-mqtt TrueCharts/ring-mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ring-mqtt/1.0.10/charts/common-10.7.0.tgz b/stable/ring-mqtt/1.0.10/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ring-mqtt/1.0.10/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ring-mqtt/1.0.11/CHANGELOG.md b/stable/ring-mqtt/1.0.11/CHANGELOG.md new file mode 100644 index 00000000000..cc41071b076 --- /dev/null +++ b/stable/ring-mqtt/1.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ring-mqtt-1.0.11](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.10...ring-mqtt-1.0.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ring-mqtt-1.0.10](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.9...ring-mqtt-1.0.10) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [ring-mqtt-1.0.9](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.8...ring-mqtt-1.0.9) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ring-mqtt-1.0.8](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.7...ring-mqtt-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ring-mqtt-1.0.8](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.7...ring-mqtt-1.0.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ring-mqtt-1.0.7](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.6...ring-mqtt-1.0.7) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ring-mqtt-1.0.6](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.5...ring-mqtt-1.0.6) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ring-mqtt-1.0.5](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.4...ring-mqtt-1.0.5) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ring-mqtt-1.0.4](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.3...ring-mqtt-1.0.4) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/ring-mqtt/1.0.11/Chart.lock b/stable/ring-mqtt/1.0.11/Chart.lock new file mode 100644 index 00000000000..ab99d819a50 --- /dev/null +++ b/stable/ring-mqtt/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:16.78951747Z" diff --git a/stable/ring-mqtt/1.0.11/Chart.yaml b/stable/ring-mqtt/1.0.11/Chart.yaml new file mode 100644 index 00000000000..75ef1a0b844 --- /dev/null +++ b/stable/ring-mqtt/1.0.11/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "5.0.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. +home: https://truecharts.org/docs/charts/stable/ring-mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.png +keywords: + - ring-mqtt + - HomeAutomation + - Tools-Utilities +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ring-mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ring-mqtt + - https://github.com/tsightler/ring-mqtt + - https://hub.docker.com/r/tsightler/ring-mqtt/ +type: application +version: 1.0.11 +annotations: + truecharts.org/catagories: | + - HomeAutomation + - Tools-Utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ring-mqtt/1.0.11/README.md b/stable/ring-mqtt/1.0.11/README.md new file mode 100644 index 00000000000..584694b3186 --- /dev/null +++ b/stable/ring-mqtt/1.0.11/README.md @@ -0,0 +1,107 @@ +# ring-mqtt + +Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ring-mqtt](https://truecharts.org/docs/charts/stable/ring-mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ring-mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ring-mqtt TrueCharts/ring-mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ring-mqtt` deployment + +```console +helm uninstall ring-mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ring-mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/ring-mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ring-mqtt TrueCharts/ring-mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ring-mqtt/1.0.10/app-readme.md b/stable/ring-mqtt/1.0.11/app-readme.md similarity index 100% rename from stable/ring-mqtt/1.0.10/app-readme.md rename to stable/ring-mqtt/1.0.11/app-readme.md diff --git a/stable/ring-mqtt/1.0.11/charts/common-10.7.1.tgz b/stable/ring-mqtt/1.0.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ring-mqtt/1.0.11/charts/common-10.7.1.tgz differ diff --git a/stable/ring-mqtt/1.0.10/ix_values.yaml b/stable/ring-mqtt/1.0.11/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/1.0.10/ix_values.yaml rename to stable/ring-mqtt/1.0.11/ix_values.yaml diff --git a/stable/ring-mqtt/1.0.10/questions.yaml b/stable/ring-mqtt/1.0.11/questions.yaml similarity index 100% rename from stable/ring-mqtt/1.0.10/questions.yaml rename to stable/ring-mqtt/1.0.11/questions.yaml diff --git a/stable/ring-mqtt/1.0.10/templates/common.yaml b/stable/ring-mqtt/1.0.11/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/1.0.10/templates/common.yaml rename to stable/ring-mqtt/1.0.11/templates/common.yaml diff --git a/stable/thelounge/6.0.36/values.yaml b/stable/ring-mqtt/1.0.11/values.yaml similarity index 100% rename from stable/thelounge/6.0.36/values.yaml rename to stable/ring-mqtt/1.0.11/values.yaml diff --git a/stable/rss-bridge/2.0.36/CHANGELOG.md b/stable/rss-bridge/2.0.36/CHANGELOG.md deleted file mode 100644 index a3f9c53c8df..00000000000 --- a/stable/rss-bridge/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rss-bridge-2.0.36](https://github.com/truecharts/charts/compare/rss-bridge-2.0.35...rss-bridge-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rss-bridge-2.0.35](https://github.com/truecharts/charts/compare/rss-bridge-2.0.34...rss-bridge-2.0.35) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - manual update and fix renovate ([#4035](https://github.com/truecharts/charts/issues/4035)) - - - - -## [rss-bridge-2.0.34](https://github.com/truecharts/charts/compare/rss-bridge-2.0.33...rss-bridge-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-bridge-2.0.34](https://github.com/truecharts/charts/compare/rss-bridge-2.0.33...rss-bridge-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rss-bridge-2.0.33](https://github.com/truecharts/charts/compare/rss-bridge-2.0.32...rss-bridge-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [rss-bridge-2.0.32](https://github.com/truecharts/charts/compare/rss-bridge-2.0.31...rss-bridge-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [rss-bridge-2.0.31](https://github.com/truecharts/charts/compare/rss-bridge-2.0.30...rss-bridge-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [rss-bridge-2.0.30](https://github.com/truecharts/charts/compare/rss-bridge-2.0.29...rss-bridge-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/rss-bridge/2.0.36/Chart.lock b/stable/rss-bridge/2.0.36/Chart.lock deleted file mode 100644 index 1417b531e1b..00000000000 --- a/stable/rss-bridge/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:55:06.950356981Z" diff --git a/stable/rss-bridge/2.0.36/Chart.yaml b/stable/rss-bridge/2.0.36/Chart.yaml deleted file mode 100644 index 084ebed8246..00000000000 --- a/stable/rss-bridge/2.0.36/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "2022" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. -home: https://truecharts.org/docs/charts/stable/rss-bridge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png -keywords: - - rss-bridge -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: rss-bridge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge - - https://github.com/RSS-Bridge/rss-bridge -version: 2.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/rss-bridge/2.0.36/README.md b/stable/rss-bridge/2.0.36/README.md deleted file mode 100644 index 7bca94dc142..00000000000 --- a/stable/rss-bridge/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# rss-bridge - -RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rss-bridge](https://truecharts.org/docs/charts/stable/rss-bridge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rss-bridge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rss-bridge TrueCharts/rss-bridge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rss-bridge` deployment - -```console -helm uninstall rss-bridge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rss-bridge \ - --set env.TZ="America/New York" \ - TrueCharts/rss-bridge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rss-bridge TrueCharts/rss-bridge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/rss-bridge/2.0.36/charts/common-10.7.0.tgz b/stable/rss-bridge/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/rss-bridge/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/rss-bridge/2.0.37/CHANGELOG.md b/stable/rss-bridge/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..73ab5ab44d9 --- /dev/null +++ b/stable/rss-bridge/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rss-bridge-2.0.37](https://github.com/truecharts/charts/compare/rss-bridge-2.0.36...rss-bridge-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rss-bridge-2.0.36](https://github.com/truecharts/charts/compare/rss-bridge-2.0.35...rss-bridge-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rss-bridge-2.0.35](https://github.com/truecharts/charts/compare/rss-bridge-2.0.34...rss-bridge-2.0.35) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - manual update and fix renovate ([#4035](https://github.com/truecharts/charts/issues/4035)) + + + + +## [rss-bridge-2.0.34](https://github.com/truecharts/charts/compare/rss-bridge-2.0.33...rss-bridge-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-bridge-2.0.34](https://github.com/truecharts/charts/compare/rss-bridge-2.0.33...rss-bridge-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rss-bridge-2.0.33](https://github.com/truecharts/charts/compare/rss-bridge-2.0.32...rss-bridge-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [rss-bridge-2.0.32](https://github.com/truecharts/charts/compare/rss-bridge-2.0.31...rss-bridge-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [rss-bridge-2.0.31](https://github.com/truecharts/charts/compare/rss-bridge-2.0.30...rss-bridge-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [rss-bridge-2.0.30](https://github.com/truecharts/charts/compare/rss-bridge-2.0.29...rss-bridge-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/rss-bridge/2.0.37/Chart.lock b/stable/rss-bridge/2.0.37/Chart.lock new file mode 100644 index 00000000000..b5a1afff26c --- /dev/null +++ b/stable/rss-bridge/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:38.98627132Z" diff --git a/stable/rss-bridge/2.0.37/Chart.yaml b/stable/rss-bridge/2.0.37/Chart.yaml new file mode 100644 index 00000000000..9711cee0708 --- /dev/null +++ b/stable/rss-bridge/2.0.37/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "2022" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. +home: https://truecharts.org/docs/charts/stable/rss-bridge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.png +keywords: + - rss-bridge +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: rss-bridge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rss-bridge + - https://github.com/RSS-Bridge/rss-bridge +version: 2.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/rss-bridge/2.0.37/README.md b/stable/rss-bridge/2.0.37/README.md new file mode 100644 index 00000000000..61f891881f2 --- /dev/null +++ b/stable/rss-bridge/2.0.37/README.md @@ -0,0 +1,106 @@ +# rss-bridge + +RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rss-bridge](https://truecharts.org/docs/charts/stable/rss-bridge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rss-bridge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rss-bridge TrueCharts/rss-bridge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rss-bridge` deployment + +```console +helm uninstall rss-bridge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rss-bridge \ + --set env.TZ="America/New York" \ + TrueCharts/rss-bridge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rss-bridge TrueCharts/rss-bridge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/rss-bridge/2.0.36/app-readme.md b/stable/rss-bridge/2.0.37/app-readme.md similarity index 100% rename from stable/rss-bridge/2.0.36/app-readme.md rename to stable/rss-bridge/2.0.37/app-readme.md diff --git a/stable/rss-bridge/2.0.37/charts/common-10.7.1.tgz b/stable/rss-bridge/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/rss-bridge/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/rss-bridge/2.0.36/ix_values.yaml b/stable/rss-bridge/2.0.37/ix_values.yaml similarity index 100% rename from stable/rss-bridge/2.0.36/ix_values.yaml rename to stable/rss-bridge/2.0.37/ix_values.yaml diff --git a/stable/rss-bridge/2.0.36/questions.yaml b/stable/rss-bridge/2.0.37/questions.yaml similarity index 100% rename from stable/rss-bridge/2.0.36/questions.yaml rename to stable/rss-bridge/2.0.37/questions.yaml diff --git a/stable/ubooquity/3.0.36/templates/common.yaml b/stable/rss-bridge/2.0.37/templates/common.yaml similarity index 100% rename from stable/ubooquity/3.0.36/templates/common.yaml rename to stable/rss-bridge/2.0.37/templates/common.yaml diff --git a/stable/theme-park/2.0.21/values.yaml b/stable/rss-bridge/2.0.37/values.yaml similarity index 100% rename from stable/theme-park/2.0.21/values.yaml rename to stable/rss-bridge/2.0.37/values.yaml diff --git a/stable/rsshub/3.0.121/CHANGELOG.md b/stable/rsshub/3.0.121/CHANGELOG.md deleted file mode 100644 index 431d5e1e31f..00000000000 --- a/stable/rsshub/3.0.121/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [rsshub-3.0.121](https://github.com/truecharts/charts/compare/rsshub-3.0.120...rsshub-3.0.121) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [rsshub-3.0.120](https://github.com/truecharts/charts/compare/rsshub-3.0.119...rsshub-3.0.120) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [rsshub-3.0.119](https://github.com/truecharts/charts/compare/rsshub-3.0.118...rsshub-3.0.119) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [rsshub-3.0.118](https://github.com/truecharts/charts/compare/rsshub-3.0.117...rsshub-3.0.118) (2022-10-11) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) - - - - -## [rsshub-3.0.117](https://github.com/truecharts/charts/compare/rsshub-3.0.116...rsshub-3.0.117) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - update docker general non-major - - - - -## [rsshub-3.0.116](https://github.com/truecharts/charts/compare/rsshub-3.0.114...rsshub-3.0.116) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [rsshub-3.0.115](https://github.com/truecharts/charts/compare/rsshub-3.0.114...rsshub-3.0.115) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rsshub-3.0.114](https://github.com/truecharts/charts/compare/rsshub-3.0.113...rsshub-3.0.114) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [rsshub-3.0.113](https://github.com/truecharts/charts/compare/rsshub-3.0.112...rsshub-3.0.113) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [rsshub-3.0.112](https://github.com/truecharts/charts/compare/rsshub-3.0.111...rsshub-3.0.112) (2022-10-05) - diff --git a/stable/rsshub/3.0.121/Chart.lock b/stable/rsshub/3.0.121/Chart.lock deleted file mode 100644 index eb8a31f9829..00000000000 --- a/stable/rsshub/3.0.121/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:162f5b43a9ee07a562656ce4d9fae46071d0bbc4a34f237fb2a17e0f3bb6556e -generated: "2022-10-16T09:56:49.730272356Z" diff --git a/stable/rsshub/3.0.121/Chart.yaml b/stable/rsshub/3.0.121/Chart.yaml deleted file mode 100644 index 66503a7dc45..00000000000 --- a/stable/rsshub/3.0.121/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: rsshub -version: 3.0.121 -appVersion: "latest" -description: RSSHub can generate RSS feeds from pretty much everything -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/rsshub -icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png -keywords: - - rsshub - - rss -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub - - https://docs.rsshub.app/en/install/ - - https://github.com/DIYgod/RSSHub -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/rsshub/3.0.121/README.md b/stable/rsshub/3.0.121/README.md deleted file mode 100644 index c494c131125..00000000000 --- a/stable/rsshub/3.0.121/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# rsshub - -RSSHub can generate RSS feeds from pretty much everything - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [rsshub](https://truecharts.org/docs/charts/stable/rsshub) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `rsshub` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install rsshub TrueCharts/rsshub -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `rsshub` deployment - -```console -helm uninstall rsshub -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install rsshub \ - --set env.TZ="America/New York" \ - TrueCharts/rsshub -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install rsshub TrueCharts/rsshub -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/rsshub/3.0.121/charts/common-10.7.0.tgz b/stable/rsshub/3.0.121/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/rsshub/3.0.121/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/rsshub/3.0.121/charts/redis-3.0.94.tgz b/stable/rsshub/3.0.121/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/rsshub/3.0.121/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/rsshub/3.0.122/CHANGELOG.md b/stable/rsshub/3.0.122/CHANGELOG.md new file mode 100644 index 00000000000..8aa52209e47 --- /dev/null +++ b/stable/rsshub/3.0.122/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [rsshub-3.0.122](https://github.com/truecharts/charts/compare/rsshub-3.0.121...rsshub-3.0.122) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [rsshub-3.0.121](https://github.com/truecharts/charts/compare/rsshub-3.0.120...rsshub-3.0.121) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [rsshub-3.0.120](https://github.com/truecharts/charts/compare/rsshub-3.0.119...rsshub-3.0.120) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [rsshub-3.0.119](https://github.com/truecharts/charts/compare/rsshub-3.0.118...rsshub-3.0.119) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [rsshub-3.0.118](https://github.com/truecharts/charts/compare/rsshub-3.0.117...rsshub-3.0.118) (2022-10-11) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070)) + + + + +## [rsshub-3.0.117](https://github.com/truecharts/charts/compare/rsshub-3.0.116...rsshub-3.0.117) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + - update docker general non-major + + + + +## [rsshub-3.0.116](https://github.com/truecharts/charts/compare/rsshub-3.0.114...rsshub-3.0.116) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [rsshub-3.0.115](https://github.com/truecharts/charts/compare/rsshub-3.0.114...rsshub-3.0.115) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [rsshub-3.0.114](https://github.com/truecharts/charts/compare/rsshub-3.0.113...rsshub-3.0.114) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [rsshub-3.0.113](https://github.com/truecharts/charts/compare/rsshub-3.0.112...rsshub-3.0.113) (2022-10-05) + diff --git a/stable/rsshub/3.0.122/Chart.lock b/stable/rsshub/3.0.122/Chart.lock new file mode 100644 index 00000000000..00cd692f669 --- /dev/null +++ b/stable/rsshub/3.0.122/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:b7e52395f71bdf9a723733a6211b037dffd28cfd953490668674811253c4a0a4 +generated: "2022-10-19T13:41:59.260650987Z" diff --git a/stable/rsshub/3.0.122/Chart.yaml b/stable/rsshub/3.0.122/Chart.yaml new file mode 100644 index 00000000000..a8f833c2355 --- /dev/null +++ b/stable/rsshub/3.0.122/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: rsshub +version: 3.0.122 +appVersion: "latest" +description: RSSHub can generate RSS feeds from pretty much everything +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/rsshub +icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png +keywords: + - rsshub + - rss +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/rsshub + - https://docs.rsshub.app/en/install/ + - https://github.com/DIYgod/RSSHub +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/rsshub/3.0.122/README.md b/stable/rsshub/3.0.122/README.md new file mode 100644 index 00000000000..835c60a2030 --- /dev/null +++ b/stable/rsshub/3.0.122/README.md @@ -0,0 +1,108 @@ +# rsshub + +RSSHub can generate RSS feeds from pretty much everything + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [rsshub](https://truecharts.org/docs/charts/stable/rsshub) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `rsshub` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install rsshub TrueCharts/rsshub +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `rsshub` deployment + +```console +helm uninstall rsshub +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install rsshub \ + --set env.TZ="America/New York" \ + TrueCharts/rsshub +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install rsshub TrueCharts/rsshub -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/rsshub/3.0.121/app-readme.md b/stable/rsshub/3.0.122/app-readme.md similarity index 100% rename from stable/rsshub/3.0.121/app-readme.md rename to stable/rsshub/3.0.122/app-readme.md diff --git a/stable/rsshub/3.0.122/charts/common-10.7.1.tgz b/stable/rsshub/3.0.122/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/rsshub/3.0.122/charts/common-10.7.1.tgz differ diff --git a/stable/rsshub/3.0.122/charts/redis-3.0.97.tgz b/stable/rsshub/3.0.122/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/rsshub/3.0.122/charts/redis-3.0.97.tgz differ diff --git a/stable/rsshub/3.0.121/ix_values.yaml b/stable/rsshub/3.0.122/ix_values.yaml similarity index 100% rename from stable/rsshub/3.0.121/ix_values.yaml rename to stable/rsshub/3.0.122/ix_values.yaml diff --git a/stable/rsshub/3.0.121/questions.yaml b/stable/rsshub/3.0.122/questions.yaml similarity index 100% rename from stable/rsshub/3.0.121/questions.yaml rename to stable/rsshub/3.0.122/questions.yaml diff --git a/stable/unmanic/3.0.36/templates/common.yaml b/stable/rsshub/3.0.122/templates/common.yaml similarity index 100% rename from stable/unmanic/3.0.36/templates/common.yaml rename to stable/rsshub/3.0.122/templates/common.yaml diff --git a/stable/tinymediamanager/2.0.39/values.yaml b/stable/rsshub/3.0.122/values.yaml similarity index 100% rename from stable/tinymediamanager/2.0.39/values.yaml rename to stable/rsshub/3.0.122/values.yaml diff --git a/stable/sabnzbd/11.0.42/CHANGELOG.md b/stable/sabnzbd/11.0.42/CHANGELOG.md new file mode 100644 index 00000000000..8061c9bc3a2 --- /dev/null +++ b/stable/sabnzbd/11.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sabnzbd-11.0.42](https://github.com/truecharts/charts/compare/sabnzbd-11.0.41...sabnzbd-11.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sabnzbd-11.0.41](https://github.com/truecharts/charts/compare/sabnzbd-11.0.40...sabnzbd-11.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sabnzbd-11.0.40](https://github.com/truecharts/charts/compare/sabnzbd-11.0.39...sabnzbd-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sabnzbd-11.0.40](https://github.com/truecharts/charts/compare/sabnzbd-11.0.39...sabnzbd-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sabnzbd-11.0.39](https://github.com/truecharts/charts/compare/sabnzbd-11.0.38...sabnzbd-11.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sabnzbd-11.0.38](https://github.com/truecharts/charts/compare/sabnzbd-11.0.37...sabnzbd-11.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sabnzbd-11.0.37](https://github.com/truecharts/charts/compare/sabnzbd-11.0.36...sabnzbd-11.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sabnzbd-11.0.36](https://github.com/truecharts/charts/compare/sabnzbd-11.0.35...sabnzbd-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [sabnzbd-11.0.35](https://github.com/truecharts/charts/compare/sabnzbd-11.0.34...sabnzbd-11.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/sabnzbd/11.0.42/Chart.lock b/stable/sabnzbd/11.0.42/Chart.lock new file mode 100644 index 00000000000..641837fcd2a --- /dev/null +++ b/stable/sabnzbd/11.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:48.351384733Z" diff --git a/stable/sabnzbd/11.0.42/Chart.yaml b/stable/sabnzbd/11.0.42/Chart.yaml new file mode 100644 index 00000000000..73116f37807 --- /dev/null +++ b/stable/sabnzbd/11.0.42/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "3.6.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Free and easy binary newsreader +home: https://truecharts.org/docs/charts/stable/sabnzbd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.png +keywords: + - sabnzbd + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sabnzbd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sabnzbd + - https://sabnzbd.org/ +type: application +version: 11.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/sabnzbd/11.0.42/README.md b/stable/sabnzbd/11.0.42/README.md new file mode 100644 index 00000000000..c8697a3aba5 --- /dev/null +++ b/stable/sabnzbd/11.0.42/README.md @@ -0,0 +1,106 @@ +# sabnzbd + +Free and easy binary newsreader + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sabnzbd](https://truecharts.org/docs/charts/stable/sabnzbd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sabnzbd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sabnzbd TrueCharts/sabnzbd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sabnzbd` deployment + +```console +helm uninstall sabnzbd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sabnzbd \ + --set env.TZ="America/New York" \ + TrueCharts/sabnzbd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sabnzbd TrueCharts/sabnzbd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sabnzbd/11.0.42/app-readme.md b/stable/sabnzbd/11.0.42/app-readme.md new file mode 100644 index 00000000000..ef05cce1010 --- /dev/null +++ b/stable/sabnzbd/11.0.42/app-readme.md @@ -0,0 +1,8 @@ +Free and easy binary newsreader + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/sabnzbd](https://truecharts.org/docs/charts/stable/sabnzbd) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/sabnzbd/11.0.42/charts/common-10.7.1.tgz b/stable/sabnzbd/11.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sabnzbd/11.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/sabnzbd/11.0.42/ix_values.yaml b/stable/sabnzbd/11.0.42/ix_values.yaml new file mode 100644 index 00000000000..8fb67037863 --- /dev/null +++ b/stable/sabnzbd/11.0.42/ix_values.yaml @@ -0,0 +1,22 @@ +image: + repository: tccr.io/truecharts/sabnzbd + pullPolicy: IfNotPresent + tag: 3.6.1@sha256:8582acad84e944f2368dd3a8b56665aaece6c7d04e023ec38a49ec338dc708c1 + +env: + HOST_WHITELIST_ENTRIES: "" + +service: + main: + ports: + main: + port: 10097 + targetPort: 8080 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/sabnzbd/11.0.42/questions.yaml b/stable/sabnzbd/11.0.42/questions.yaml new file mode 100644 index 00000000000..4fa5d884237 --- /dev/null +++ b/stable/sabnzbd/11.0.42/questions.yaml @@ -0,0 +1,2582 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: HOST_WHITELIST_ENTRIES + label: "HostName Whitelist" + description: "If you use a reverse proxy, you might need to enter your hostname's here (comma seperated)" + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10097 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/unpackerr/6.0.37/templates/common.yaml b/stable/sabnzbd/11.0.42/templates/common.yaml similarity index 100% rename from stable/unpackerr/6.0.37/templates/common.yaml rename to stable/sabnzbd/11.0.42/templates/common.yaml diff --git a/stable/traccar/7.0.46/values.yaml b/stable/sabnzbd/11.0.42/values.yaml similarity index 100% rename from stable/traccar/7.0.46/values.yaml rename to stable/sabnzbd/11.0.42/values.yaml diff --git a/stable/satisfactory/2.0.43/CHANGELOG.md b/stable/satisfactory/2.0.43/CHANGELOG.md deleted file mode 100644 index 1a2df0aebac..00000000000 --- a/stable/satisfactory/2.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [satisfactory-2.0.43](https://github.com/truecharts/charts/compare/satisfactory-2.0.42...satisfactory-2.0.43) (2022-10-16) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) - - - - -## [satisfactory-2.0.42](https://github.com/truecharts/charts/compare/satisfactory-2.0.41...satisfactory-2.0.42) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [satisfactory-2.0.41](https://github.com/truecharts/charts/compare/satisfactory-2.0.40...satisfactory-2.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [satisfactory-2.0.40](https://github.com/truecharts/charts/compare/satisfactory-2.0.39...satisfactory-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [satisfactory-2.0.40](https://github.com/truecharts/charts/compare/satisfactory-2.0.39...satisfactory-2.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [satisfactory-2.0.39](https://github.com/truecharts/charts/compare/satisfactory-2.0.38...satisfactory-2.0.39) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [satisfactory-2.0.38](https://github.com/truecharts/charts/compare/satisfactory-2.0.37...satisfactory-2.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [satisfactory-2.0.37](https://github.com/truecharts/charts/compare/satisfactory-2.0.36...satisfactory-2.0.37) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) - - - - -## [satisfactory-2.0.36](https://github.com/truecharts/charts/compare/satisfactory-2.0.35...satisfactory-2.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [satisfactory-2.0.35](https://github.com/truecharts/charts/compare/satisfactory-2.0.34...satisfactory-2.0.35) (2022-09-23) - -### Chore diff --git a/stable/satisfactory/2.0.43/Chart.lock b/stable/satisfactory/2.0.43/Chart.lock deleted file mode 100644 index 502e1190f67..00000000000 --- a/stable/satisfactory/2.0.43/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-16T09:56:39.549023825Z" diff --git a/stable/satisfactory/2.0.43/Chart.yaml b/stable/satisfactory/2.0.43/Chart.yaml deleted file mode 100644 index 04c03dab9c9..00000000000 --- a/stable/satisfactory/2.0.43/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.3.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Satisfactory Dedicated Server -home: https://truecharts.org/docs/charts/stable/satisfactory -icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png -keywords: - - satisfactory -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: satisfactory -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory - - https://github.com/wolveix/satisfactory-server - - https://hub.docker.com/r/wolveix/satisfactory-server -type: application -version: 2.0.43 -annotations: - truecharts.org/catagories: | - - games - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/satisfactory/2.0.43/README.md b/stable/satisfactory/2.0.43/README.md deleted file mode 100644 index d282057440d..00000000000 --- a/stable/satisfactory/2.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# satisfactory - -Satisfactory Dedicated Server - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [satisfactory](https://truecharts.org/docs/charts/stable/satisfactory) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `satisfactory` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install satisfactory TrueCharts/satisfactory -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `satisfactory` deployment - -```console -helm uninstall satisfactory -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install satisfactory \ - --set env.TZ="America/New York" \ - TrueCharts/satisfactory -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install satisfactory TrueCharts/satisfactory -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/satisfactory/2.0.43/charts/common-10.7.0.tgz b/stable/satisfactory/2.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/satisfactory/2.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/satisfactory/2.0.44/CHANGELOG.md b/stable/satisfactory/2.0.44/CHANGELOG.md new file mode 100644 index 00000000000..17092af02c3 --- /dev/null +++ b/stable/satisfactory/2.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [satisfactory-2.0.44](https://github.com/truecharts/charts/compare/satisfactory-2.0.43...satisfactory-2.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [satisfactory-2.0.43](https://github.com/truecharts/charts/compare/satisfactory-2.0.42...satisfactory-2.0.43) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [satisfactory-2.0.42](https://github.com/truecharts/charts/compare/satisfactory-2.0.41...satisfactory-2.0.42) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [satisfactory-2.0.41](https://github.com/truecharts/charts/compare/satisfactory-2.0.40...satisfactory-2.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [satisfactory-2.0.40](https://github.com/truecharts/charts/compare/satisfactory-2.0.39...satisfactory-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [satisfactory-2.0.40](https://github.com/truecharts/charts/compare/satisfactory-2.0.39...satisfactory-2.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [satisfactory-2.0.39](https://github.com/truecharts/charts/compare/satisfactory-2.0.38...satisfactory-2.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [satisfactory-2.0.38](https://github.com/truecharts/charts/compare/satisfactory-2.0.37...satisfactory-2.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [satisfactory-2.0.37](https://github.com/truecharts/charts/compare/satisfactory-2.0.36...satisfactory-2.0.37) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [satisfactory-2.0.36](https://github.com/truecharts/charts/compare/satisfactory-2.0.35...satisfactory-2.0.36) (2022-09-25) + +### Chore diff --git a/stable/satisfactory/2.0.44/Chart.lock b/stable/satisfactory/2.0.44/Chart.lock new file mode 100644 index 00000000000..6177e5c2513 --- /dev/null +++ b/stable/satisfactory/2.0.44/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:41:52.822023018Z" diff --git a/stable/satisfactory/2.0.44/Chart.yaml b/stable/satisfactory/2.0.44/Chart.yaml new file mode 100644 index 00000000000..f2b42b32f3c --- /dev/null +++ b/stable/satisfactory/2.0.44/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.3.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Satisfactory Dedicated Server +home: https://truecharts.org/docs/charts/stable/satisfactory +icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png +keywords: + - satisfactory +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: satisfactory +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/satisfactory + - https://github.com/wolveix/satisfactory-server + - https://hub.docker.com/r/wolveix/satisfactory-server +type: application +version: 2.0.44 +annotations: + truecharts.org/catagories: | + - games + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/satisfactory/2.0.44/README.md b/stable/satisfactory/2.0.44/README.md new file mode 100644 index 00000000000..18b54500993 --- /dev/null +++ b/stable/satisfactory/2.0.44/README.md @@ -0,0 +1,107 @@ +# satisfactory + +Satisfactory Dedicated Server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [satisfactory](https://truecharts.org/docs/charts/stable/satisfactory) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `satisfactory` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install satisfactory TrueCharts/satisfactory +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `satisfactory` deployment + +```console +helm uninstall satisfactory +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install satisfactory \ + --set env.TZ="America/New York" \ + TrueCharts/satisfactory +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install satisfactory TrueCharts/satisfactory -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/satisfactory/2.0.43/app-readme.md b/stable/satisfactory/2.0.44/app-readme.md similarity index 100% rename from stable/satisfactory/2.0.43/app-readme.md rename to stable/satisfactory/2.0.44/app-readme.md diff --git a/stable/satisfactory/2.0.44/charts/common-10.7.1.tgz b/stable/satisfactory/2.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/satisfactory/2.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/satisfactory/2.0.43/ix_values.yaml b/stable/satisfactory/2.0.44/ix_values.yaml similarity index 100% rename from stable/satisfactory/2.0.43/ix_values.yaml rename to stable/satisfactory/2.0.44/ix_values.yaml diff --git a/stable/satisfactory/2.0.43/questions.yaml b/stable/satisfactory/2.0.44/questions.yaml similarity index 100% rename from stable/satisfactory/2.0.43/questions.yaml rename to stable/satisfactory/2.0.44/questions.yaml diff --git a/stable/unpoller/3.0.39/templates/common.yaml b/stable/satisfactory/2.0.44/templates/common.yaml similarity index 100% rename from stable/unpoller/3.0.39/templates/common.yaml rename to stable/satisfactory/2.0.44/templates/common.yaml diff --git a/stable/trilium-notes/5.0.40/values.yaml b/stable/satisfactory/2.0.44/values.yaml similarity index 100% rename from stable/trilium-notes/5.0.40/values.yaml rename to stable/satisfactory/2.0.44/values.yaml diff --git a/stable/scrutiny/3.0.36/CHANGELOG.md b/stable/scrutiny/3.0.36/CHANGELOG.md deleted file mode 100644 index ade70b12ecf..00000000000 --- a/stable/scrutiny/3.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [scrutiny-3.0.36](https://github.com/truecharts/charts/compare/scrutiny-3.0.35...scrutiny-3.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [scrutiny-3.0.35](https://github.com/truecharts/charts/compare/scrutiny-3.0.34...scrutiny-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [scrutiny-3.0.35](https://github.com/truecharts/charts/compare/scrutiny-3.0.34...scrutiny-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [scrutiny-3.0.34](https://github.com/truecharts/charts/compare/scrutiny-3.0.33...scrutiny-3.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [scrutiny-3.0.33](https://github.com/truecharts/charts/compare/scrutiny-3.0.32...scrutiny-3.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [scrutiny-3.0.32](https://github.com/truecharts/charts/compare/scrutiny-3.0.31...scrutiny-3.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [scrutiny-3.0.31](https://github.com/truecharts/charts/compare/scrutiny-3.0.30...scrutiny-3.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [scrutiny-3.0.31](https://github.com/truecharts/charts/compare/scrutiny-3.0.30...scrutiny-3.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/scrutiny/3.0.36/Chart.lock b/stable/scrutiny/3.0.36/Chart.lock deleted file mode 100644 index 72397e60597..00000000000 --- a/stable/scrutiny/3.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:55:35.935955207Z" diff --git a/stable/scrutiny/3.0.36/Chart.yaml b/stable/scrutiny/3.0.36/Chart.yaml deleted file mode 100644 index bd39ab6a4fd..00000000000 --- a/stable/scrutiny/3.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: scrutiny -version: 3.0.36 -appVersion: "0.5.0" -description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/scrutiny -icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png -keywords: - - scrutiny -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny - - https://hub.docker.com/r/linuxserver/scrutiny -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/scrutiny/3.0.36/README.md b/stable/scrutiny/3.0.36/README.md deleted file mode 100644 index e7a1db9fe57..00000000000 --- a/stable/scrutiny/3.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# scrutiny - -Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [scrutiny](https://truecharts.org/docs/charts/stable/scrutiny) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `scrutiny` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install scrutiny TrueCharts/scrutiny -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `scrutiny` deployment - -```console -helm uninstall scrutiny -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install scrutiny \ - --set env.TZ="America/New York" \ - TrueCharts/scrutiny -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install scrutiny TrueCharts/scrutiny -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/scrutiny/3.0.36/charts/common-10.7.0.tgz b/stable/scrutiny/3.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/scrutiny/3.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/scrutiny/3.0.37/CHANGELOG.md b/stable/scrutiny/3.0.37/CHANGELOG.md new file mode 100644 index 00000000000..35e144378ad --- /dev/null +++ b/stable/scrutiny/3.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [scrutiny-3.0.37](https://github.com/truecharts/charts/compare/scrutiny-3.0.36...scrutiny-3.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [scrutiny-3.0.36](https://github.com/truecharts/charts/compare/scrutiny-3.0.35...scrutiny-3.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [scrutiny-3.0.35](https://github.com/truecharts/charts/compare/scrutiny-3.0.34...scrutiny-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [scrutiny-3.0.35](https://github.com/truecharts/charts/compare/scrutiny-3.0.34...scrutiny-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [scrutiny-3.0.34](https://github.com/truecharts/charts/compare/scrutiny-3.0.33...scrutiny-3.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [scrutiny-3.0.33](https://github.com/truecharts/charts/compare/scrutiny-3.0.32...scrutiny-3.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [scrutiny-3.0.32](https://github.com/truecharts/charts/compare/scrutiny-3.0.31...scrutiny-3.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [scrutiny-3.0.31](https://github.com/truecharts/charts/compare/scrutiny-3.0.30...scrutiny-3.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/scrutiny/3.0.37/Chart.lock b/stable/scrutiny/3.0.37/Chart.lock new file mode 100644 index 00000000000..e3083df4cf0 --- /dev/null +++ b/stable/scrutiny/3.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:42:09.734907568Z" diff --git a/stable/scrutiny/3.0.37/Chart.yaml b/stable/scrutiny/3.0.37/Chart.yaml new file mode 100644 index 00000000000..06d5be5d1cc --- /dev/null +++ b/stable/scrutiny/3.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: scrutiny +version: 3.0.37 +appVersion: "0.5.0" +description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/scrutiny +icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png +keywords: + - scrutiny +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/scrutiny + - https://hub.docker.com/r/linuxserver/scrutiny +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/scrutiny/3.0.37/README.md b/stable/scrutiny/3.0.37/README.md new file mode 100644 index 00000000000..156b94620a9 --- /dev/null +++ b/stable/scrutiny/3.0.37/README.md @@ -0,0 +1,106 @@ +# scrutiny + +Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [scrutiny](https://truecharts.org/docs/charts/stable/scrutiny) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `scrutiny` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install scrutiny TrueCharts/scrutiny +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `scrutiny` deployment + +```console +helm uninstall scrutiny +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install scrutiny \ + --set env.TZ="America/New York" \ + TrueCharts/scrutiny +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install scrutiny TrueCharts/scrutiny -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/scrutiny/3.0.36/app-readme.md b/stable/scrutiny/3.0.37/app-readme.md similarity index 100% rename from stable/scrutiny/3.0.36/app-readme.md rename to stable/scrutiny/3.0.37/app-readme.md diff --git a/stable/scrutiny/3.0.37/charts/common-10.7.1.tgz b/stable/scrutiny/3.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/scrutiny/3.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/scrutiny/3.0.36/ix_values.yaml b/stable/scrutiny/3.0.37/ix_values.yaml similarity index 100% rename from stable/scrutiny/3.0.36/ix_values.yaml rename to stable/scrutiny/3.0.37/ix_values.yaml diff --git a/stable/scrutiny/3.0.36/questions.yaml b/stable/scrutiny/3.0.37/questions.yaml similarity index 100% rename from stable/scrutiny/3.0.36/questions.yaml rename to stable/scrutiny/3.0.37/questions.yaml diff --git a/stable/uptime-kuma/3.0.42/templates/common.yaml b/stable/scrutiny/3.0.37/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/3.0.42/templates/common.yaml rename to stable/scrutiny/3.0.37/templates/common.yaml diff --git a/stable/tsmuxer/1.0.14/values.yaml b/stable/scrutiny/3.0.37/values.yaml similarity index 100% rename from stable/tsmuxer/1.0.14/values.yaml rename to stable/scrutiny/3.0.37/values.yaml diff --git a/stable/sdtd/1.0.8/CHANGELOG.md b/stable/sdtd/1.0.8/CHANGELOG.md deleted file mode 100644 index 7c12a0f4229..00000000000 --- a/stable/sdtd/1.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sdtd-1.0.8](https://github.com/truecharts/charts/compare/sdtd-1.0.7...sdtd-1.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - - -## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sdtd-1.0.6](https://github.com/truecharts/charts/compare/sdtd-1.0.5...sdtd-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sdtd-1.0.5](https://github.com/truecharts/charts/compare/sdtd-1.0.4...sdtd-1.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sdtd-1.0.4](https://github.com/truecharts/charts/compare/sdtd-1.0.3...sdtd-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - diff --git a/stable/sdtd/1.0.8/Chart.lock b/stable/sdtd/1.0.8/Chart.lock deleted file mode 100644 index 317525324a6..00000000000 --- a/stable/sdtd/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:55:41.642017192Z" diff --git a/stable/sdtd/1.0.8/Chart.yaml b/stable/sdtd/1.0.8/Chart.yaml deleted file mode 100644 index 257547e8808..00000000000 --- a/stable/sdtd/1.0.8/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: "This chart will download and install SteamCMD. It will also install 7 Days to Die and run it." -home: https://truecharts.org/docs/charts/stable/sdtd -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png -keywords: - - sevendaystodie - - game-servers -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sdtd -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd - - https://www.steampowered.com/ - - https://hub.docker.com/r/ich777/steamcmd/ -type: application -version: 1.0.8 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - games diff --git a/stable/sdtd/1.0.8/README.md b/stable/sdtd/1.0.8/README.md deleted file mode 100644 index ab35d75b6dd..00000000000 --- a/stable/sdtd/1.0.8/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sdtd - -This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sdtd](https://truecharts.org/docs/charts/stable/sdtd) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sdtd` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sdtd TrueCharts/sdtd -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sdtd` deployment - -```console -helm uninstall sdtd -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sdtd \ - --set env.TZ="America/New York" \ - TrueCharts/sdtd -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sdtd TrueCharts/sdtd -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/sdtd/1.0.8/charts/common-10.7.0.tgz b/stable/sdtd/1.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/sdtd/1.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/sdtd/1.0.9/CHANGELOG.md b/stable/sdtd/1.0.9/CHANGELOG.md new file mode 100644 index 00000000000..9851b75e6a8 --- /dev/null +++ b/stable/sdtd/1.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sdtd-1.0.9](https://github.com/truecharts/charts/compare/sdtd-1.0.8...sdtd-1.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sdtd-1.0.8](https://github.com/truecharts/charts/compare/sdtd-1.0.7...sdtd-1.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + + +## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sdtd-1.0.6](https://github.com/truecharts/charts/compare/sdtd-1.0.5...sdtd-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sdtd-1.0.5](https://github.com/truecharts/charts/compare/sdtd-1.0.4...sdtd-1.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sdtd-1.0.4](https://github.com/truecharts/charts/compare/sdtd-1.0.3...sdtd-1.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/sdtd/1.0.9/Chart.lock b/stable/sdtd/1.0.9/Chart.lock new file mode 100644 index 00000000000..ac57bbbb697 --- /dev/null +++ b/stable/sdtd/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:42:20.083200105Z" diff --git a/stable/sdtd/1.0.9/Chart.yaml b/stable/sdtd/1.0.9/Chart.yaml new file mode 100644 index 00000000000..5eacc0a0aa9 --- /dev/null +++ b/stable/sdtd/1.0.9/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: "This chart will download and install SteamCMD. It will also install 7 Days to Die and run it." +home: https://truecharts.org/docs/charts/stable/sdtd +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.png +keywords: + - sevendaystodie + - game-servers +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sdtd +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sdtd + - https://www.steampowered.com/ + - https://hub.docker.com/r/ich777/steamcmd/ +type: application +version: 1.0.9 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - games diff --git a/stable/sdtd/1.0.9/README.md b/stable/sdtd/1.0.9/README.md new file mode 100644 index 00000000000..f98af2192be --- /dev/null +++ b/stable/sdtd/1.0.9/README.md @@ -0,0 +1,107 @@ +# sdtd + +This chart will download and install SteamCMD. It will also install 7 Days to Die and run it. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sdtd](https://truecharts.org/docs/charts/stable/sdtd) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sdtd` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sdtd TrueCharts/sdtd +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sdtd` deployment + +```console +helm uninstall sdtd +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sdtd \ + --set env.TZ="America/New York" \ + TrueCharts/sdtd +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sdtd TrueCharts/sdtd -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sdtd/1.0.8/app-readme.md b/stable/sdtd/1.0.9/app-readme.md similarity index 100% rename from stable/sdtd/1.0.8/app-readme.md rename to stable/sdtd/1.0.9/app-readme.md diff --git a/stable/sdtd/1.0.9/charts/common-10.7.1.tgz b/stable/sdtd/1.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sdtd/1.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/sdtd/1.0.8/ix_values.yaml b/stable/sdtd/1.0.9/ix_values.yaml similarity index 100% rename from stable/sdtd/1.0.8/ix_values.yaml rename to stable/sdtd/1.0.9/ix_values.yaml diff --git a/stable/sdtd/1.0.8/questions.yaml b/stable/sdtd/1.0.9/questions.yaml similarity index 100% rename from stable/sdtd/1.0.8/questions.yaml rename to stable/sdtd/1.0.9/questions.yaml diff --git a/stable/sdtd/1.0.8/templates/common.yaml b/stable/sdtd/1.0.9/templates/common.yaml similarity index 100% rename from stable/sdtd/1.0.8/templates/common.yaml rename to stable/sdtd/1.0.9/templates/common.yaml diff --git a/stable/tt-rss/7.0.43/values.yaml b/stable/sdtd/1.0.9/values.yaml similarity index 100% rename from stable/tt-rss/7.0.43/values.yaml rename to stable/sdtd/1.0.9/values.yaml diff --git a/stable/ser2sock/6.0.38/CHANGELOG.md b/stable/ser2sock/6.0.38/CHANGELOG.md deleted file mode 100644 index 27d6e24310c..00000000000 --- a/stable/ser2sock/6.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ser2sock-6.0.38](https://github.com/truecharts/charts/compare/ser2sock-6.0.37...ser2sock-6.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sdtd-1.0.6](https://github.com/truecharts/charts/compare/sdtd-1.0.5...sdtd-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sdtd-1.0.5](https://github.com/truecharts/charts/compare/sdtd-1.0.4...sdtd-1.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sdtd-1.0.4](https://github.com/truecharts/charts/compare/sdtd-1.0.3...sdtd-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ser2sock/6.0.38/Chart.lock b/stable/ser2sock/6.0.38/Chart.lock deleted file mode 100644 index a0a04274c02..00000000000 --- a/stable/ser2sock/6.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:55:46.14755545Z" diff --git a/stable/ser2sock/6.0.38/Chart.yaml b/stable/ser2sock/6.0.38/Chart.yaml deleted file mode 100644 index 7d955d9ac5e..00000000000 --- a/stable/ser2sock/6.0.38/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Serial to Socket Redirector -home: https://truecharts.org/docs/charts/stable/ser2sock -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png -keywords: - - ser2sock -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ser2sock -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock - - https://github.com/nutechsoftware/ser2sock - - https://github.com/tenstartups/ser2sock -version: 6.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ser2sock/6.0.38/README.md b/stable/ser2sock/6.0.38/README.md deleted file mode 100644 index eb1bd24c4e3..00000000000 --- a/stable/ser2sock/6.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# ser2sock - -Serial to Socket Redirector - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ser2sock](https://truecharts.org/docs/charts/stable/ser2sock) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ser2sock` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ser2sock TrueCharts/ser2sock -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ser2sock` deployment - -```console -helm uninstall ser2sock -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ser2sock \ - --set env.TZ="America/New York" \ - TrueCharts/ser2sock -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ser2sock TrueCharts/ser2sock -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ser2sock/6.0.38/charts/common-10.7.0.tgz b/stable/ser2sock/6.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ser2sock/6.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ser2sock/6.0.39/CHANGELOG.md b/stable/ser2sock/6.0.39/CHANGELOG.md new file mode 100644 index 00000000000..1d55527a3d6 --- /dev/null +++ b/stable/ser2sock/6.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ser2sock-6.0.39](https://github.com/truecharts/charts/compare/ser2sock-6.0.38...ser2sock-6.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ser2sock-6.0.38](https://github.com/truecharts/charts/compare/ser2sock-6.0.37...ser2sock-6.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sdtd-1.0.7](https://github.com/truecharts/charts/compare/sdtd-1.0.6...sdtd-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sdtd-1.0.6](https://github.com/truecharts/charts/compare/sdtd-1.0.5...sdtd-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sdtd-1.0.5](https://github.com/truecharts/charts/compare/sdtd-1.0.4...sdtd-1.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sdtd-1.0.4](https://github.com/truecharts/charts/compare/sdtd-1.0.3...sdtd-1.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sdtd-1.0.3](https://github.com/truecharts/charts/compare/sdtd-1.0.2...sdtd-1.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/ser2sock/6.0.39/Chart.lock b/stable/ser2sock/6.0.39/Chart.lock new file mode 100644 index 00000000000..749157b39a6 --- /dev/null +++ b/stable/ser2sock/6.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:42:24.161803092Z" diff --git a/stable/ser2sock/6.0.39/Chart.yaml b/stable/ser2sock/6.0.39/Chart.yaml new file mode 100644 index 00000000000..2cb65b219b8 --- /dev/null +++ b/stable/ser2sock/6.0.39/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Serial to Socket Redirector +home: https://truecharts.org/docs/charts/stable/ser2sock +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.png +keywords: + - ser2sock +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ser2sock +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ser2sock + - https://github.com/nutechsoftware/ser2sock + - https://github.com/tenstartups/ser2sock +version: 6.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ser2sock/6.0.39/README.md b/stable/ser2sock/6.0.39/README.md new file mode 100644 index 00000000000..4cd4e38579e --- /dev/null +++ b/stable/ser2sock/6.0.39/README.md @@ -0,0 +1,107 @@ +# ser2sock + +Serial to Socket Redirector + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ser2sock](https://truecharts.org/docs/charts/stable/ser2sock) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ser2sock` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ser2sock TrueCharts/ser2sock +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ser2sock` deployment + +```console +helm uninstall ser2sock +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ser2sock \ + --set env.TZ="America/New York" \ + TrueCharts/ser2sock +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ser2sock TrueCharts/ser2sock -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ser2sock/6.0.38/app-readme.md b/stable/ser2sock/6.0.39/app-readme.md similarity index 100% rename from stable/ser2sock/6.0.38/app-readme.md rename to stable/ser2sock/6.0.39/app-readme.md diff --git a/stable/ser2sock/6.0.39/charts/common-10.7.1.tgz b/stable/ser2sock/6.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ser2sock/6.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/ser2sock/6.0.38/ci/test-values.yaml b/stable/ser2sock/6.0.39/ci/test-values.yaml similarity index 100% rename from stable/ser2sock/6.0.38/ci/test-values.yaml rename to stable/ser2sock/6.0.39/ci/test-values.yaml diff --git a/stable/ser2sock/6.0.38/ix_values.yaml b/stable/ser2sock/6.0.39/ix_values.yaml similarity index 100% rename from stable/ser2sock/6.0.38/ix_values.yaml rename to stable/ser2sock/6.0.39/ix_values.yaml diff --git a/stable/ser2sock/6.0.38/questions.yaml b/stable/ser2sock/6.0.39/questions.yaml similarity index 100% rename from stable/ser2sock/6.0.38/questions.yaml rename to stable/ser2sock/6.0.39/questions.yaml diff --git a/stable/uptimerobot-prometheus/4.0.39/templates/common.yaml b/stable/ser2sock/6.0.39/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/templates/common.yaml rename to stable/ser2sock/6.0.39/templates/common.yaml diff --git a/stable/twtxt/3.0.35/values.yaml b/stable/ser2sock/6.0.39/values.yaml similarity index 100% rename from stable/twtxt/3.0.35/values.yaml rename to stable/ser2sock/6.0.39/values.yaml diff --git a/stable/shiori/7.0.42/CHANGELOG.md b/stable/shiori/7.0.42/CHANGELOG.md deleted file mode 100644 index fe686d66dba..00000000000 --- a/stable/shiori/7.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shiori-7.0.42](https://github.com/truecharts/charts/compare/shiori-7.0.41...shiori-7.0.42) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shiori-7.0.41](https://github.com/truecharts/charts/compare/shiori-7.0.40...shiori-7.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shiori-7.0.41](https://github.com/truecharts/charts/compare/shiori-7.0.40...shiori-7.0.41) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shiori-7.0.40](https://github.com/truecharts/charts/compare/shiori-7.0.39...shiori-7.0.40) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shiori-7.0.38](https://github.com/truecharts/charts/compare/shiori-7.0.37...shiori-7.0.38) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shiori-7.0.37](https://github.com/truecharts/charts/compare/shiori-7.0.36...shiori-7.0.37) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shiori-7.0.36](https://github.com/truecharts/charts/compare/shiori-7.0.35...shiori-7.0.36) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [shiori-7.0.36](https://github.com/truecharts/charts/compare/shiori-7.0.35...shiori-7.0.36) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/shiori/7.0.42/Chart.lock b/stable/shiori/7.0.42/Chart.lock deleted file mode 100644 index a0e4ba3a3c3..00000000000 --- a/stable/shiori/7.0.42/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:56:14.173846631Z" diff --git a/stable/shiori/7.0.42/Chart.yaml b/stable/shiori/7.0.42/Chart.yaml deleted file mode 100644 index 3e367b6094e..00000000000 --- a/stable/shiori/7.0.42/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.0" -version: 7.0.42 -kubeVersion: ">=1.16.0-0" -name: shiori -description: A simple bookmark manager built with Go -type: application -home: https://truecharts.org/docs/charts/stable/shiori -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png -keywords: - - shiori - - bookmark - - bookmark-manager - - web-interface -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/shiori - - https://github.com/go-shiori/shiori - - https://github.com/nicholaswilde/docker-shiori -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/shiori/7.0.42/README.md b/stable/shiori/7.0.42/README.md deleted file mode 100644 index a08eac3c852..00000000000 --- a/stable/shiori/7.0.42/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# shiori - -A simple bookmark manager built with Go - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shiori](https://truecharts.org/docs/charts/stable/shiori) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shiori` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shiori TrueCharts/shiori -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shiori` deployment - -```console -helm uninstall shiori -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shiori \ - --set env.TZ="America/New York" \ - TrueCharts/shiori -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shiori TrueCharts/shiori -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/shiori/7.0.42/charts/common-10.7.0.tgz b/stable/shiori/7.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/shiori/7.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/shiori/7.0.42/charts/postgresql-8.0.97.tgz b/stable/shiori/7.0.42/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/shiori/7.0.42/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/shiori/7.0.43/CHANGELOG.md b/stable/shiori/7.0.43/CHANGELOG.md new file mode 100644 index 00000000000..069b9135181 --- /dev/null +++ b/stable/shiori/7.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shiori-7.0.43](https://github.com/truecharts/charts/compare/shiori-7.0.42...shiori-7.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shiori-7.0.42](https://github.com/truecharts/charts/compare/shiori-7.0.41...shiori-7.0.42) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shiori-7.0.41](https://github.com/truecharts/charts/compare/shiori-7.0.40...shiori-7.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shiori-7.0.41](https://github.com/truecharts/charts/compare/shiori-7.0.40...shiori-7.0.41) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shiori-7.0.40](https://github.com/truecharts/charts/compare/shiori-7.0.39...shiori-7.0.40) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shiori-7.0.38](https://github.com/truecharts/charts/compare/shiori-7.0.37...shiori-7.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shiori-7.0.37](https://github.com/truecharts/charts/compare/shiori-7.0.36...shiori-7.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shiori-7.0.36](https://github.com/truecharts/charts/compare/shiori-7.0.35...shiori-7.0.36) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/shiori/7.0.43/Chart.lock b/stable/shiori/7.0.43/Chart.lock new file mode 100644 index 00000000000..28209e4e082 --- /dev/null +++ b/stable/shiori/7.0.43/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:42:52.716599263Z" diff --git a/stable/shiori/7.0.43/Chart.yaml b/stable/shiori/7.0.43/Chart.yaml new file mode 100644 index 00000000000..2abcb7b06cd --- /dev/null +++ b/stable/shiori/7.0.43/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.5.0" +version: 7.0.43 +kubeVersion: ">=1.16.0-0" +name: shiori +description: A simple bookmark manager built with Go +type: application +home: https://truecharts.org/docs/charts/stable/shiori +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png +keywords: + - shiori + - bookmark + - bookmark-manager + - web-interface +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shiori + - https://github.com/go-shiori/shiori + - https://github.com/nicholaswilde/docker-shiori +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/shiori/7.0.43/README.md b/stable/shiori/7.0.43/README.md new file mode 100644 index 00000000000..8efe7212310 --- /dev/null +++ b/stable/shiori/7.0.43/README.md @@ -0,0 +1,108 @@ +# shiori + +A simple bookmark manager built with Go + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shiori](https://truecharts.org/docs/charts/stable/shiori) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shiori` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shiori TrueCharts/shiori +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shiori` deployment + +```console +helm uninstall shiori +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shiori \ + --set env.TZ="America/New York" \ + TrueCharts/shiori +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shiori TrueCharts/shiori -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/shiori/7.0.42/app-readme.md b/stable/shiori/7.0.43/app-readme.md similarity index 100% rename from stable/shiori/7.0.42/app-readme.md rename to stable/shiori/7.0.43/app-readme.md diff --git a/stable/shiori/7.0.43/charts/common-10.7.1.tgz b/stable/shiori/7.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/shiori/7.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/shiori/7.0.43/charts/postgresql-8.0.101.tgz b/stable/shiori/7.0.43/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/shiori/7.0.43/charts/postgresql-8.0.101.tgz differ diff --git a/stable/shiori/7.0.42/ix_values.yaml b/stable/shiori/7.0.43/ix_values.yaml similarity index 100% rename from stable/shiori/7.0.42/ix_values.yaml rename to stable/shiori/7.0.43/ix_values.yaml diff --git a/stable/shiori/7.0.42/questions.yaml b/stable/shiori/7.0.43/questions.yaml similarity index 100% rename from stable/shiori/7.0.42/questions.yaml rename to stable/shiori/7.0.43/questions.yaml diff --git a/stable/verysync/2.0.40/templates/common.yaml b/stable/shiori/7.0.43/templates/common.yaml similarity index 100% rename from stable/verysync/2.0.40/templates/common.yaml rename to stable/shiori/7.0.43/templates/common.yaml diff --git a/stable/typecho/4.0.8/values.yaml b/stable/shiori/7.0.43/values.yaml similarity index 100% rename from stable/typecho/4.0.8/values.yaml rename to stable/shiori/7.0.43/values.yaml diff --git a/stable/shlink-web-client/3.0.38/CHANGELOG.md b/stable/shlink-web-client/3.0.38/CHANGELOG.md deleted file mode 100644 index ac068303aa7..00000000000 --- a/stable/shlink-web-client/3.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shlink-web-client-3.0.38](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.37...shlink-web-client-3.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shlink-web-client-3.0.37](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.36...shlink-web-client-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shlink-web-client-3.0.37](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.36...shlink-web-client-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shlink-web-client-3.0.36](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.35...shlink-web-client-3.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shlink-web-client-3.0.35](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.34...shlink-web-client-3.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shlink-web-client-3.0.34](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.33...shlink-web-client-3.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shlink-web-client-3.0.33](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.32...shlink-web-client-3.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shlink-web-client-3.0.33](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.32...shlink-web-client-3.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/shlink-web-client/3.0.38/Chart.lock b/stable/shlink-web-client/3.0.38/Chart.lock deleted file mode 100644 index 4b2c6321a4e..00000000000 --- a/stable/shlink-web-client/3.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:56:10.917212324Z" diff --git a/stable/shlink-web-client/3.0.38/Chart.yaml b/stable/shlink-web-client/3.0.38/Chart.yaml deleted file mode 100644 index 9b7528820f7..00000000000 --- a/stable/shlink-web-client/3.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "3.7.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A ReactJS-based progressive web application for Shlink. -home: https://truecharts.org/docs/charts/stable/shlink-web-client -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png -keywords: - - url - - shortener - - frontend -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shlink-web-client -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client - - https://github.com/shlinkio/shlink-web-client -type: application -version: 3.0.38 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/shlink-web-client/3.0.38/README.md b/stable/shlink-web-client/3.0.38/README.md deleted file mode 100644 index 6c045aa5607..00000000000 --- a/stable/shlink-web-client/3.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# shlink-web-client - -A ReactJS-based progressive web application for Shlink. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shlink-web-client](https://truecharts.org/docs/charts/stable/shlink-web-client) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shlink-web-client` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shlink-web-client TrueCharts/shlink-web-client -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shlink-web-client` deployment - -```console -helm uninstall shlink-web-client -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shlink-web-client \ - --set env.TZ="America/New York" \ - TrueCharts/shlink-web-client -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shlink-web-client TrueCharts/shlink-web-client -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/shlink-web-client/3.0.38/charts/common-10.7.0.tgz b/stable/shlink-web-client/3.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/shlink-web-client/3.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/shlink-web-client/3.0.39/CHANGELOG.md b/stable/shlink-web-client/3.0.39/CHANGELOG.md new file mode 100644 index 00000000000..f496b96f1e1 --- /dev/null +++ b/stable/shlink-web-client/3.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shlink-web-client-3.0.39](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.38...shlink-web-client-3.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shlink-web-client-3.0.38](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.37...shlink-web-client-3.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shlink-web-client-3.0.37](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.36...shlink-web-client-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shlink-web-client-3.0.37](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.36...shlink-web-client-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shlink-web-client-3.0.36](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.35...shlink-web-client-3.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shlink-web-client-3.0.35](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.34...shlink-web-client-3.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shlink-web-client-3.0.34](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.33...shlink-web-client-3.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shlink-web-client-3.0.33](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.32...shlink-web-client-3.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/stable/shlink-web-client/3.0.39/Chart.lock b/stable/shlink-web-client/3.0.39/Chart.lock new file mode 100644 index 00000000000..de409b21bb6 --- /dev/null +++ b/stable/shlink-web-client/3.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:42:51.818361847Z" diff --git a/stable/shlink-web-client/3.0.39/Chart.yaml b/stable/shlink-web-client/3.0.39/Chart.yaml new file mode 100644 index 00000000000..c66539deef6 --- /dev/null +++ b/stable/shlink-web-client/3.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "3.7.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A ReactJS-based progressive web application for Shlink. +home: https://truecharts.org/docs/charts/stable/shlink-web-client +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.png +keywords: + - url + - shortener + - frontend +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shlink-web-client +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink-web-client + - https://github.com/shlinkio/shlink-web-client +type: application +version: 3.0.39 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/shlink-web-client/3.0.39/README.md b/stable/shlink-web-client/3.0.39/README.md new file mode 100644 index 00000000000..2865057b40e --- /dev/null +++ b/stable/shlink-web-client/3.0.39/README.md @@ -0,0 +1,106 @@ +# shlink-web-client + +A ReactJS-based progressive web application for Shlink. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shlink-web-client](https://truecharts.org/docs/charts/stable/shlink-web-client) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shlink-web-client` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shlink-web-client TrueCharts/shlink-web-client +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shlink-web-client` deployment + +```console +helm uninstall shlink-web-client +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shlink-web-client \ + --set env.TZ="America/New York" \ + TrueCharts/shlink-web-client +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shlink-web-client TrueCharts/shlink-web-client -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/shlink-web-client/3.0.38/app-readme.md b/stable/shlink-web-client/3.0.39/app-readme.md similarity index 100% rename from stable/shlink-web-client/3.0.38/app-readme.md rename to stable/shlink-web-client/3.0.39/app-readme.md diff --git a/stable/shlink-web-client/3.0.39/charts/common-10.7.1.tgz b/stable/shlink-web-client/3.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/shlink-web-client/3.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/shlink-web-client/3.0.38/ix_values.yaml b/stable/shlink-web-client/3.0.39/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/3.0.38/ix_values.yaml rename to stable/shlink-web-client/3.0.39/ix_values.yaml diff --git a/stable/shlink-web-client/3.0.38/questions.yaml b/stable/shlink-web-client/3.0.39/questions.yaml similarity index 100% rename from stable/shlink-web-client/3.0.38/questions.yaml rename to stable/shlink-web-client/3.0.39/questions.yaml diff --git a/stable/webgrabplus/2.0.37/templates/common.yaml b/stable/shlink-web-client/3.0.39/templates/common.yaml similarity index 100% rename from stable/webgrabplus/2.0.37/templates/common.yaml rename to stable/shlink-web-client/3.0.39/templates/common.yaml diff --git a/stable/ubooquity/3.0.36/values.yaml b/stable/shlink-web-client/3.0.39/values.yaml similarity index 100% rename from stable/ubooquity/3.0.36/values.yaml rename to stable/shlink-web-client/3.0.39/values.yaml diff --git a/stable/shlink/4.0.48/CHANGELOG.md b/stable/shlink/4.0.48/CHANGELOG.md deleted file mode 100644 index b73eef44777..00000000000 --- a/stable/shlink/4.0.48/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shlink-4.0.48](https://github.com/truecharts/charts/compare/shlink-4.0.47...shlink-4.0.48) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shlink-4.0.47](https://github.com/truecharts/charts/compare/shlink-4.0.46...shlink-4.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shlink-4.0.47](https://github.com/truecharts/charts/compare/shlink-4.0.46...shlink-4.0.47) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shlink-4.0.46](https://github.com/truecharts/charts/compare/shlink-4.0.45...shlink-4.0.46) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shlink-4.0.45](https://github.com/truecharts/charts/compare/shlink-4.0.44...shlink-4.0.45) (2022-10-01) - -### Chore - -- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [shlink-4.0.43](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.34...shlink-4.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shlink-4.0.42](https://github.com/truecharts/charts/compare/shlink-4.0.41...shlink-4.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shlink-4.0.41](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.32...shlink-4.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/stable/shlink/4.0.48/Chart.lock b/stable/shlink/4.0.48/Chart.lock deleted file mode 100644 index 460b8815d0d..00000000000 --- a/stable/shlink/4.0.48/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T16:56:26.969931496Z" diff --git a/stable/shlink/4.0.48/Chart.yaml b/stable/shlink/4.0.48/Chart.yaml deleted file mode 100644 index e449399b97d..00000000000 --- a/stable/shlink/4.0.48/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -deprecated: false -description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. -home: https://truecharts.org/docs/charts/stable/shlink -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png -keywords: - - url - - shortener -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shlink -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/shlink - - https://github.com/shlinkio/shlink -type: application -version: 4.0.48 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/shlink/4.0.48/README.md b/stable/shlink/4.0.48/README.md deleted file mode 100644 index 27599f2cffb..00000000000 --- a/stable/shlink/4.0.48/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# shlink - -A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shlink](https://truecharts.org/docs/charts/stable/shlink) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shlink` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shlink TrueCharts/shlink -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shlink` deployment - -```console -helm uninstall shlink -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shlink \ - --set env.TZ="America/New York" \ - TrueCharts/shlink -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shlink TrueCharts/shlink -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/shlink/4.0.48/charts/common-10.7.0.tgz b/stable/shlink/4.0.48/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/shlink/4.0.48/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/shlink/4.0.48/charts/postgresql-8.0.97.tgz b/stable/shlink/4.0.48/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/shlink/4.0.48/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/shlink/4.0.48/charts/redis-3.0.94.tgz b/stable/shlink/4.0.48/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/shlink/4.0.48/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/shlink/4.0.48/ix_values.yaml b/stable/shlink/4.0.48/ix_values.yaml deleted file mode 100644 index bb7927fdce2..00000000000 --- a/stable/shlink/4.0.48/ix_values.yaml +++ /dev/null @@ -1,63 +0,0 @@ -image: - repository: tccr.io/truecharts/shlink - pullPolicy: IfNotPresent - tag: 3.3.1@sha256:f4511e5a1a8eced5263d40120348c316c74ecf5e2f1c9d440b650cacba21b658 - -securityContext: - runAsNonRoot: false - readOnlyRootFilesystem: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 10153 - -probes: - liveness: - path: "/rest/health" - readiness: - path: "/rest/health" - startup: - path: "/rest/health" - -env: - DEFAULT_DOMAIN: "" - GEOLITE_LICENSE_KEY: "" - ANONYMIZE_REMOTE_ADDR: true - ENABLE_PERIODIC_VISIT_LOCATE: true - IS_HTTPS_ENABLED: true - PORT: "{{ .Values.service.main.ports.main.port }}" - DB_DRIVER: "postgres" - DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" - DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" - DB_PASSWORD: - secretKeyRef: - name: dbcreds - key: postgresql-password - DB_HOST: - secretKeyRef: - name: dbcreds - key: plainhost - REDIS_SERVERS: - secretKeyRef: - name: rediscreds - key: url - -postgresql: - enabled: true - existingSecret: "dbcreds" - postgresqlUsername: shlink - postgresqlDatabase: shlink - -redis: - enabled: true - existingSecret: "rediscreds" - redisUsername: "default" - -portal: - enabled: false diff --git a/stable/shlink/4.0.49/CHANGELOG.md b/stable/shlink/4.0.49/CHANGELOG.md new file mode 100644 index 00000000000..58b2fd2f8fd --- /dev/null +++ b/stable/shlink/4.0.49/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shlink-4.0.49](https://github.com/truecharts/charts/compare/shlink-4.0.48...shlink-4.0.49) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [shlink-4.0.48](https://github.com/truecharts/charts/compare/shlink-4.0.47...shlink-4.0.48) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shlink-4.0.47](https://github.com/truecharts/charts/compare/shlink-4.0.46...shlink-4.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shlink-4.0.47](https://github.com/truecharts/charts/compare/shlink-4.0.46...shlink-4.0.47) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shlink-4.0.46](https://github.com/truecharts/charts/compare/shlink-4.0.45...shlink-4.0.46) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shlink-4.0.45](https://github.com/truecharts/charts/compare/shlink-4.0.44...shlink-4.0.45) (2022-10-01) + +### Chore + +- update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [shlink-4.0.43](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.34...shlink-4.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shlink-4.0.42](https://github.com/truecharts/charts/compare/shlink-4.0.41...shlink-4.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shlink-4.0.41](https://github.com/truecharts/charts/compare/shlink-web-client-3.0.32...shlink-4.0.41) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/shlink/4.0.49/Chart.lock b/stable/shlink/4.0.49/Chart.lock new file mode 100644 index 00000000000..1cd8fe4214e --- /dev/null +++ b/stable/shlink/4.0.49/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:43:05.90339448Z" diff --git a/stable/shlink/4.0.49/Chart.yaml b/stable/shlink/4.0.49/Chart.yaml new file mode 100644 index 00000000000..34cfdb23892 --- /dev/null +++ b/stable/shlink/4.0.49/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "3.3.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +deprecated: false +description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. +home: https://truecharts.org/docs/charts/stable/shlink +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.png +keywords: + - url + - shortener +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shlink +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shlink + - https://github.com/shlinkio/shlink +type: application +version: 4.0.49 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/shlink/4.0.49/README.md b/stable/shlink/4.0.49/README.md new file mode 100644 index 00000000000..4089559b347 --- /dev/null +++ b/stable/shlink/4.0.49/README.md @@ -0,0 +1,108 @@ +# shlink + +A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shlink](https://truecharts.org/docs/charts/stable/shlink) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shlink` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shlink TrueCharts/shlink +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shlink` deployment + +```console +helm uninstall shlink +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shlink \ + --set env.TZ="America/New York" \ + TrueCharts/shlink +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shlink TrueCharts/shlink -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/shlink/4.0.48/app-readme.md b/stable/shlink/4.0.49/app-readme.md similarity index 100% rename from stable/shlink/4.0.48/app-readme.md rename to stable/shlink/4.0.49/app-readme.md diff --git a/stable/shlink/4.0.49/charts/common-10.7.1.tgz b/stable/shlink/4.0.49/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/shlink/4.0.49/charts/common-10.7.1.tgz differ diff --git a/stable/shlink/4.0.49/charts/postgresql-8.0.101.tgz b/stable/shlink/4.0.49/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/shlink/4.0.49/charts/postgresql-8.0.101.tgz differ diff --git a/stable/shlink/4.0.49/charts/redis-3.0.97.tgz b/stable/shlink/4.0.49/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/shlink/4.0.49/charts/redis-3.0.97.tgz differ diff --git a/stable/shlink/4.0.49/ix_values.yaml b/stable/shlink/4.0.49/ix_values.yaml new file mode 100644 index 00000000000..b3f34ed4ab6 --- /dev/null +++ b/stable/shlink/4.0.49/ix_values.yaml @@ -0,0 +1,63 @@ +image: + repository: tccr.io/truecharts/shlink + pullPolicy: IfNotPresent + tag: 3.3.2@sha256:99db1a2c49b8dae5852e6c0d24ad99b50313408706dd65ed9dde4ba966d68e48 + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10153 + +probes: + liveness: + path: "/rest/health" + readiness: + path: "/rest/health" + startup: + path: "/rest/health" + +env: + DEFAULT_DOMAIN: "" + GEOLITE_LICENSE_KEY: "" + ANONYMIZE_REMOTE_ADDR: true + ENABLE_PERIODIC_VISIT_LOCATE: true + IS_HTTPS_ENABLED: true + PORT: "{{ .Values.service.main.ports.main.port }}" + DB_DRIVER: "postgres" + DB_USER: "{{ .Values.postgresql.postgresqlUsername }}" + DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}" + DB_PASSWORD: + secretKeyRef: + name: dbcreds + key: postgresql-password + DB_HOST: + secretKeyRef: + name: dbcreds + key: plainhost + REDIS_SERVERS: + secretKeyRef: + name: rediscreds + key: url + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: shlink + postgresqlDatabase: shlink + +redis: + enabled: true + existingSecret: "rediscreds" + redisUsername: "default" + +portal: + enabled: false diff --git a/stable/shlink/4.0.48/questions.yaml b/stable/shlink/4.0.49/questions.yaml similarity index 100% rename from stable/shlink/4.0.48/questions.yaml rename to stable/shlink/4.0.49/questions.yaml diff --git a/stable/website-shot/2.0.37/templates/common.yaml b/stable/shlink/4.0.49/templates/common.yaml similarity index 100% rename from stable/website-shot/2.0.37/templates/common.yaml rename to stable/shlink/4.0.49/templates/common.yaml diff --git a/stable/unmanic/3.0.36/values.yaml b/stable/shlink/4.0.49/values.yaml similarity index 100% rename from stable/unmanic/3.0.36/values.yaml rename to stable/shlink/4.0.49/values.yaml diff --git a/stable/shorturl/3.0.35/CHANGELOG.md b/stable/shorturl/3.0.35/CHANGELOG.md deleted file mode 100644 index 89c6f5e715d..00000000000 --- a/stable/shorturl/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [shorturl-3.0.35](https://github.com/truecharts/charts/compare/shorturl-3.0.34...shorturl-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [shorturl-3.0.34](https://github.com/truecharts/charts/compare/shorturl-3.0.33...shorturl-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shorturl-3.0.34](https://github.com/truecharts/charts/compare/shorturl-3.0.33...shorturl-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [shorturl-3.0.33](https://github.com/truecharts/charts/compare/shorturl-3.0.32...shorturl-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [shorturl-3.0.32](https://github.com/truecharts/charts/compare/shorturl-3.0.31...shorturl-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [shorturl-3.0.31](https://github.com/truecharts/charts/compare/shorturl-3.0.30...shorturl-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [shorturl-3.0.30](https://github.com/truecharts/charts/compare/shorturl-3.0.29...shorturl-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [shorturl-3.0.30](https://github.com/truecharts/charts/compare/shorturl-3.0.29...shorturl-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/shorturl/3.0.35/Chart.lock b/stable/shorturl/3.0.35/Chart.lock deleted file mode 100644 index 458bacc19c8..00000000000 --- a/stable/shorturl/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:56:15.510610772Z" diff --git a/stable/shorturl/3.0.35/Chart.yaml b/stable/shorturl/3.0.35/Chart.yaml deleted file mode 100644 index 97a38260f20..00000000000 --- a/stable/shorturl/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "0.1.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Self hosted web app for shortening urls (URL shortener) -home: https://truecharts.org/docs/charts/stable/shorturl -icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png -keywords: - - url - - shortener - - shorten - - shorturl -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: shorturl -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl - - https://github.com/prologic/shorturl - - https://github.com/nicholaswilde/docker-shorturl -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/shorturl/3.0.35/README.md b/stable/shorturl/3.0.35/README.md deleted file mode 100644 index 1b25f6ead08..00000000000 --- a/stable/shorturl/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# shorturl - -Self hosted web app for shortening urls (URL shortener) - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [shorturl](https://truecharts.org/docs/charts/stable/shorturl) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `shorturl` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install shorturl TrueCharts/shorturl -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `shorturl` deployment - -```console -helm uninstall shorturl -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install shorturl \ - --set env.TZ="America/New York" \ - TrueCharts/shorturl -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install shorturl TrueCharts/shorturl -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/shorturl/3.0.35/charts/common-10.7.0.tgz b/stable/shorturl/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/shorturl/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/shorturl/3.0.36/CHANGELOG.md b/stable/shorturl/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..de6cf5760e7 --- /dev/null +++ b/stable/shorturl/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [shorturl-3.0.36](https://github.com/truecharts/charts/compare/shorturl-3.0.35...shorturl-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [shorturl-3.0.35](https://github.com/truecharts/charts/compare/shorturl-3.0.34...shorturl-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [shorturl-3.0.34](https://github.com/truecharts/charts/compare/shorturl-3.0.33...shorturl-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shorturl-3.0.34](https://github.com/truecharts/charts/compare/shorturl-3.0.33...shorturl-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [shorturl-3.0.33](https://github.com/truecharts/charts/compare/shorturl-3.0.32...shorturl-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [shorturl-3.0.32](https://github.com/truecharts/charts/compare/shorturl-3.0.31...shorturl-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [shorturl-3.0.31](https://github.com/truecharts/charts/compare/shorturl-3.0.30...shorturl-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [shorturl-3.0.30](https://github.com/truecharts/charts/compare/shorturl-3.0.29...shorturl-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/shorturl/3.0.36/Chart.lock b/stable/shorturl/3.0.36/Chart.lock new file mode 100644 index 00000000000..d397fced0f1 --- /dev/null +++ b/stable/shorturl/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:42:54.535679819Z" diff --git a/stable/shorturl/3.0.36/Chart.yaml b/stable/shorturl/3.0.36/Chart.yaml new file mode 100644 index 00000000000..71436f2ac1c --- /dev/null +++ b/stable/shorturl/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.1.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Self hosted web app for shortening urls (URL shortener) +home: https://truecharts.org/docs/charts/stable/shorturl +icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.png +keywords: + - url + - shortener + - shorten + - shorturl +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: shorturl +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/shorturl + - https://github.com/prologic/shorturl + - https://github.com/nicholaswilde/docker-shorturl +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/shorturl/3.0.36/README.md b/stable/shorturl/3.0.36/README.md new file mode 100644 index 00000000000..ecf6e6c6262 --- /dev/null +++ b/stable/shorturl/3.0.36/README.md @@ -0,0 +1,107 @@ +# shorturl + +Self hosted web app for shortening urls (URL shortener) + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [shorturl](https://truecharts.org/docs/charts/stable/shorturl) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `shorturl` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install shorturl TrueCharts/shorturl +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `shorturl` deployment + +```console +helm uninstall shorturl +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install shorturl \ + --set env.TZ="America/New York" \ + TrueCharts/shorturl +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install shorturl TrueCharts/shorturl -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/shorturl/3.0.35/app-readme.md b/stable/shorturl/3.0.36/app-readme.md similarity index 100% rename from stable/shorturl/3.0.35/app-readme.md rename to stable/shorturl/3.0.36/app-readme.md diff --git a/stable/shorturl/3.0.36/charts/common-10.7.1.tgz b/stable/shorturl/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/shorturl/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/shorturl/3.0.35/ix_values.yaml b/stable/shorturl/3.0.36/ix_values.yaml similarity index 100% rename from stable/shorturl/3.0.35/ix_values.yaml rename to stable/shorturl/3.0.36/ix_values.yaml diff --git a/stable/shorturl/3.0.35/questions.yaml b/stable/shorturl/3.0.36/questions.yaml similarity index 100% rename from stable/shorturl/3.0.35/questions.yaml rename to stable/shorturl/3.0.36/questions.yaml diff --git a/stable/shorturl/3.0.35/templates/common.yaml b/stable/shorturl/3.0.36/templates/common.yaml similarity index 100% rename from stable/shorturl/3.0.35/templates/common.yaml rename to stable/shorturl/3.0.36/templates/common.yaml diff --git a/stable/unpackerr/6.0.37/values.yaml b/stable/shorturl/3.0.36/values.yaml similarity index 100% rename from stable/unpackerr/6.0.37/values.yaml rename to stable/shorturl/3.0.36/values.yaml diff --git a/stable/sickchill/3.0.51/CHANGELOG.md b/stable/sickchill/3.0.51/CHANGELOG.md deleted file mode 100644 index c97c3b44be5..00000000000 --- a/stable/sickchill/3.0.51/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sickchill-3.0.51](https://github.com/truecharts/charts/compare/sickchill-3.0.50...sickchill-3.0.51) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [sickchill-3.0.50](https://github.com/truecharts/charts/compare/sickchill-3.0.49...sickchill-3.0.50) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sickchill-3.0.49](https://github.com/truecharts/charts/compare/sickchill-3.0.48...sickchill-3.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sickchill-3.0.49](https://github.com/truecharts/charts/compare/sickchill-3.0.48...sickchill-3.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sickchill-3.0.48](https://github.com/truecharts/charts/compare/sickchill-3.0.47...sickchill-3.0.48) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sickchill-3.0.47](https://github.com/truecharts/charts/compare/sickchill-3.0.46...sickchill-3.0.47) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [sickchill-3.0.47](https://github.com/truecharts/charts/compare/sickchill-3.0.46...sickchill-3.0.47) (2022-09-29) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [sickchill-3.0.46](https://github.com/truecharts/charts/compare/sickchill-3.0.45...sickchill-3.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sickchill-3.0.45](https://github.com/truecharts/charts/compare/sickchill-3.0.44...sickchill-3.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - diff --git a/stable/sickchill/3.0.51/Chart.lock b/stable/sickchill/3.0.51/Chart.lock deleted file mode 100644 index 8c7b9d40ecd..00000000000 --- a/stable/sickchill/3.0.51/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:22:12.889455922Z" diff --git a/stable/sickchill/3.0.51/Chart.yaml b/stable/sickchill/3.0.51/Chart.yaml deleted file mode 100644 index 5c8b478488f..00000000000 --- a/stable/sickchill/3.0.51/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2022.10.13" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An Automatic Video Library Manager for TV Shows -home: https://truecharts.org/docs/charts/stable/sickchill -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png -keywords: - - sickchill - - video - - library - - manager -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sickchill -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill - - https://github.com/linuxserver/docker-sickchill - - https://github.com/SickChill/SickChill -type: application -version: 3.0.51 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/sickchill/3.0.51/README.md b/stable/sickchill/3.0.51/README.md deleted file mode 100644 index 81375224c25..00000000000 --- a/stable/sickchill/3.0.51/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sickchill - -An Automatic Video Library Manager for TV Shows - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sickchill](https://truecharts.org/docs/charts/stable/sickchill) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sickchill` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sickchill TrueCharts/sickchill -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sickchill` deployment - -```console -helm uninstall sickchill -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sickchill \ - --set env.TZ="America/New York" \ - TrueCharts/sickchill -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sickchill TrueCharts/sickchill -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/sickchill/3.0.51/charts/common-10.7.0.tgz b/stable/sickchill/3.0.51/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/sickchill/3.0.51/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/sickchill/3.0.52/CHANGELOG.md b/stable/sickchill/3.0.52/CHANGELOG.md new file mode 100644 index 00000000000..157ac564a20 --- /dev/null +++ b/stable/sickchill/3.0.52/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sickchill-3.0.52](https://github.com/truecharts/charts/compare/sickchill-3.0.51...sickchill-3.0.52) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sickchill-3.0.51](https://github.com/truecharts/charts/compare/sickchill-3.0.50...sickchill-3.0.51) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [sickchill-3.0.50](https://github.com/truecharts/charts/compare/sickchill-3.0.49...sickchill-3.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sickchill-3.0.49](https://github.com/truecharts/charts/compare/sickchill-3.0.48...sickchill-3.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sickchill-3.0.49](https://github.com/truecharts/charts/compare/sickchill-3.0.48...sickchill-3.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sickchill-3.0.48](https://github.com/truecharts/charts/compare/sickchill-3.0.47...sickchill-3.0.48) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sickchill-3.0.47](https://github.com/truecharts/charts/compare/sickchill-3.0.46...sickchill-3.0.47) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [sickchill-3.0.47](https://github.com/truecharts/charts/compare/sickchill-3.0.46...sickchill-3.0.47) (2022-09-29) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3953](https://github.com/truecharts/charts/issues/3953)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [sickchill-3.0.46](https://github.com/truecharts/charts/compare/sickchill-3.0.45...sickchill-3.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + diff --git a/stable/sickchill/3.0.52/Chart.lock b/stable/sickchill/3.0.52/Chart.lock new file mode 100644 index 00000000000..18a5e048e26 --- /dev/null +++ b/stable/sickchill/3.0.52/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:43:22.907514767Z" diff --git a/stable/sickchill/3.0.52/Chart.yaml b/stable/sickchill/3.0.52/Chart.yaml new file mode 100644 index 00000000000..3044617140a --- /dev/null +++ b/stable/sickchill/3.0.52/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2022.10.13" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An Automatic Video Library Manager for TV Shows +home: https://truecharts.org/docs/charts/stable/sickchill +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.png +keywords: + - sickchill + - video + - library + - manager +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sickchill +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sickchill + - https://github.com/linuxserver/docker-sickchill + - https://github.com/SickChill/SickChill +type: application +version: 3.0.52 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/sickchill/3.0.52/README.md b/stable/sickchill/3.0.52/README.md new file mode 100644 index 00000000000..80bb0f76c96 --- /dev/null +++ b/stable/sickchill/3.0.52/README.md @@ -0,0 +1,107 @@ +# sickchill + +An Automatic Video Library Manager for TV Shows + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sickchill](https://truecharts.org/docs/charts/stable/sickchill) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sickchill` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sickchill TrueCharts/sickchill +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sickchill` deployment + +```console +helm uninstall sickchill +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sickchill \ + --set env.TZ="America/New York" \ + TrueCharts/sickchill +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sickchill TrueCharts/sickchill -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sickchill/3.0.51/app-readme.md b/stable/sickchill/3.0.52/app-readme.md similarity index 100% rename from stable/sickchill/3.0.51/app-readme.md rename to stable/sickchill/3.0.52/app-readme.md diff --git a/stable/sickchill/3.0.52/charts/common-10.7.1.tgz b/stable/sickchill/3.0.52/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sickchill/3.0.52/charts/common-10.7.1.tgz differ diff --git a/stable/sickchill/3.0.51/ix_values.yaml b/stable/sickchill/3.0.52/ix_values.yaml similarity index 100% rename from stable/sickchill/3.0.51/ix_values.yaml rename to stable/sickchill/3.0.52/ix_values.yaml diff --git a/stable/sickchill/3.0.51/questions.yaml b/stable/sickchill/3.0.52/questions.yaml similarity index 100% rename from stable/sickchill/3.0.51/questions.yaml rename to stable/sickchill/3.0.52/questions.yaml diff --git a/stable/sickchill/3.0.51/templates/common.yaml b/stable/sickchill/3.0.52/templates/common.yaml similarity index 100% rename from stable/sickchill/3.0.51/templates/common.yaml rename to stable/sickchill/3.0.52/templates/common.yaml diff --git a/stable/unpoller/3.0.39/values.yaml b/stable/sickchill/3.0.52/values.yaml similarity index 100% rename from stable/unpoller/3.0.39/values.yaml rename to stable/sickchill/3.0.52/values.yaml diff --git a/stable/sickgear/3.0.35/CHANGELOG.md b/stable/sickgear/3.0.35/CHANGELOG.md deleted file mode 100644 index e15e850f338..00000000000 --- a/stable/sickgear/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sickgear-3.0.35](https://github.com/truecharts/charts/compare/sickgear-3.0.34...sickgear-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sickgear-3.0.34](https://github.com/truecharts/charts/compare/sickgear-3.0.33...sickgear-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sickgear-3.0.34](https://github.com/truecharts/charts/compare/sickgear-3.0.33...sickgear-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sickgear-3.0.33](https://github.com/truecharts/charts/compare/sickgear-3.0.32...sickgear-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sickgear-3.0.32](https://github.com/truecharts/charts/compare/sickgear-3.0.31...sickgear-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sickgear-3.0.31](https://github.com/truecharts/charts/compare/sickgear-3.0.30...sickgear-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sickgear-3.0.30](https://github.com/truecharts/charts/compare/sickgear-3.0.29...sickgear-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sickgear-3.0.30](https://github.com/truecharts/charts/compare/sickgear-3.0.29...sickgear-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/sickgear/3.0.35/Chart.lock b/stable/sickgear/3.0.35/Chart.lock deleted file mode 100644 index 310c2cb1352..00000000000 --- a/stable/sickgear/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:56:45.111168214Z" diff --git a/stable/sickgear/3.0.35/Chart.yaml b/stable/sickgear/3.0.35/Chart.yaml deleted file mode 100644 index d19cdf8b9d0..00000000000 --- a/stable/sickgear/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "0.25.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more -home: https://truecharts.org/docs/charts/stable/sickgear -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png -keywords: - - sickgear - - manager - - tv - - shows -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sickgear -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear - - https://github.com/linuxserver/docker-sickgear - - https://github.com/SickGear/SickGear -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/sickgear/3.0.35/README.md b/stable/sickgear/3.0.35/README.md deleted file mode 100644 index 3bd9d20941c..00000000000 --- a/stable/sickgear/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sickgear - -Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sickgear](https://truecharts.org/docs/charts/stable/sickgear) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sickgear` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sickgear TrueCharts/sickgear -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sickgear` deployment - -```console -helm uninstall sickgear -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sickgear \ - --set env.TZ="America/New York" \ - TrueCharts/sickgear -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sickgear TrueCharts/sickgear -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/sickgear/3.0.35/charts/common-10.7.0.tgz b/stable/sickgear/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/sickgear/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/sickgear/3.0.36/CHANGELOG.md b/stable/sickgear/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..fbc4351ff8c --- /dev/null +++ b/stable/sickgear/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sickgear-3.0.36](https://github.com/truecharts/charts/compare/sickgear-3.0.35...sickgear-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sickgear-3.0.35](https://github.com/truecharts/charts/compare/sickgear-3.0.34...sickgear-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sickgear-3.0.34](https://github.com/truecharts/charts/compare/sickgear-3.0.33...sickgear-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sickgear-3.0.34](https://github.com/truecharts/charts/compare/sickgear-3.0.33...sickgear-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sickgear-3.0.33](https://github.com/truecharts/charts/compare/sickgear-3.0.32...sickgear-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sickgear-3.0.32](https://github.com/truecharts/charts/compare/sickgear-3.0.31...sickgear-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sickgear-3.0.31](https://github.com/truecharts/charts/compare/sickgear-3.0.30...sickgear-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sickgear-3.0.30](https://github.com/truecharts/charts/compare/sickgear-3.0.29...sickgear-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/sickgear/3.0.36/Chart.lock b/stable/sickgear/3.0.36/Chart.lock new file mode 100644 index 00000000000..574515546c7 --- /dev/null +++ b/stable/sickgear/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:43:26.782575522Z" diff --git a/stable/sickgear/3.0.36/Chart.yaml b/stable/sickgear/3.0.36/Chart.yaml new file mode 100644 index 00000000000..ca752673b4c --- /dev/null +++ b/stable/sickgear/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.25.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more +home: https://truecharts.org/docs/charts/stable/sickgear +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.png +keywords: + - sickgear + - manager + - tv + - shows +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sickgear +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sickgear + - https://github.com/linuxserver/docker-sickgear + - https://github.com/SickGear/SickGear +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/sickgear/3.0.36/README.md b/stable/sickgear/3.0.36/README.md new file mode 100644 index 00000000000..daf0ddab8fc --- /dev/null +++ b/stable/sickgear/3.0.36/README.md @@ -0,0 +1,107 @@ +# sickgear + +Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sickgear](https://truecharts.org/docs/charts/stable/sickgear) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sickgear` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sickgear TrueCharts/sickgear +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sickgear` deployment + +```console +helm uninstall sickgear +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sickgear \ + --set env.TZ="America/New York" \ + TrueCharts/sickgear +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sickgear TrueCharts/sickgear -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sickgear/3.0.35/app-readme.md b/stable/sickgear/3.0.36/app-readme.md similarity index 100% rename from stable/sickgear/3.0.35/app-readme.md rename to stable/sickgear/3.0.36/app-readme.md diff --git a/stable/sickgear/3.0.36/charts/common-10.7.1.tgz b/stable/sickgear/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sickgear/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/sickgear/3.0.35/ix_values.yaml b/stable/sickgear/3.0.36/ix_values.yaml similarity index 100% rename from stable/sickgear/3.0.35/ix_values.yaml rename to stable/sickgear/3.0.36/ix_values.yaml diff --git a/stable/sickgear/3.0.35/questions.yaml b/stable/sickgear/3.0.36/questions.yaml similarity index 100% rename from stable/sickgear/3.0.35/questions.yaml rename to stable/sickgear/3.0.36/questions.yaml diff --git a/stable/sickgear/3.0.35/templates/common.yaml b/stable/sickgear/3.0.36/templates/common.yaml similarity index 100% rename from stable/sickgear/3.0.35/templates/common.yaml rename to stable/sickgear/3.0.36/templates/common.yaml diff --git a/stable/uptime-kuma/3.0.42/values.yaml b/stable/sickgear/3.0.36/values.yaml similarity index 100% rename from stable/uptime-kuma/3.0.42/values.yaml rename to stable/sickgear/3.0.36/values.yaml diff --git a/stable/simply-shorten/1.0.6/CHANGELOG.md b/stable/simply-shorten/1.0.6/CHANGELOG.md deleted file mode 100644 index 8b067eadec0..00000000000 --- a/stable/simply-shorten/1.0.6/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [simply-shorten-1.0.6](https://github.com/truecharts/charts/compare/simply-shorten-1.0.5...simply-shorten-1.0.6) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [simply-shorten-1.0.5](https://github.com/truecharts/charts/compare/simply-shorten-1.0.4...simply-shorten-1.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [simply-shorten-1.0.5](https://github.com/truecharts/charts/compare/simply-shorten-1.0.4...simply-shorten-1.0.5) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [simply-shorten-1.0.4](https://github.com/truecharts/charts/compare/simply-shorten-1.0.3...simply-shorten-1.0.4) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [simply-shorten-1.0.3](https://github.com/truecharts/charts/compare/simply-shorten-1.0.2...simply-shorten-1.0.3) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [simply-shorten-1.0.2](https://github.com/truecharts/charts/compare/simply-shorten-1.0.1...simply-shorten-1.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [simply-shorten-1.0.1](https://github.com/truecharts/charts/compare/simply-shorten-1.0.0...simply-shorten-1.0.1) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [simply-shorten-1.0.1](https://github.com/truecharts/charts/compare/simply-shorten-1.0.0...simply-shorten-1.0.1) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/simply-shorten/1.0.6/Chart.lock b/stable/simply-shorten/1.0.6/Chart.lock deleted file mode 100644 index 5bcc0382741..00000000000 --- a/stable/simply-shorten/1.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:56:54.681447953Z" diff --git a/stable/simply-shorten/1.0.6/Chart.yaml b/stable/simply-shorten/1.0.6/Chart.yaml deleted file mode 100644 index eb16b3a0181..00000000000 --- a/stable/simply-shorten/1.0.6/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A dead simple URL shortener. -home: https://truecharts.org/docs/charts/stable/simply-shorten -icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png -keywords: - - simply-shorten - - Cloud - - Productivity - - Network-Web -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: simply-shorten -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten - - https://gitlab.com/draganczukp/simply-shorten - - https://hub.docker.com/r/draganczukp/simply-shorten -type: application -version: 1.0.6 -annotations: - truecharts.org/catagories: | - - Cloud - - Productivity - - Network-Web - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/simply-shorten/1.0.6/README.md b/stable/simply-shorten/1.0.6/README.md deleted file mode 100644 index 0c2ca190fe8..00000000000 --- a/stable/simply-shorten/1.0.6/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# simply-shorten - -A dead simple URL shortener. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [simply-shorten](https://truecharts.org/docs/charts/stable/simply-shorten) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `simply-shorten` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install simply-shorten TrueCharts/simply-shorten -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `simply-shorten` deployment - -```console -helm uninstall simply-shorten -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install simply-shorten \ - --set env.TZ="America/New York" \ - TrueCharts/simply-shorten -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install simply-shorten TrueCharts/simply-shorten -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/simply-shorten/1.0.6/charts/common-10.7.0.tgz b/stable/simply-shorten/1.0.6/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/simply-shorten/1.0.6/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/simply-shorten/1.0.7/CHANGELOG.md b/stable/simply-shorten/1.0.7/CHANGELOG.md new file mode 100644 index 00000000000..f38a96aea8e --- /dev/null +++ b/stable/simply-shorten/1.0.7/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [simply-shorten-1.0.7](https://github.com/truecharts/charts/compare/simply-shorten-1.0.6...simply-shorten-1.0.7) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [simply-shorten-1.0.6](https://github.com/truecharts/charts/compare/simply-shorten-1.0.5...simply-shorten-1.0.6) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [simply-shorten-1.0.5](https://github.com/truecharts/charts/compare/simply-shorten-1.0.4...simply-shorten-1.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [simply-shorten-1.0.5](https://github.com/truecharts/charts/compare/simply-shorten-1.0.4...simply-shorten-1.0.5) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [simply-shorten-1.0.4](https://github.com/truecharts/charts/compare/simply-shorten-1.0.3...simply-shorten-1.0.4) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [simply-shorten-1.0.3](https://github.com/truecharts/charts/compare/simply-shorten-1.0.2...simply-shorten-1.0.3) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [simply-shorten-1.0.2](https://github.com/truecharts/charts/compare/simply-shorten-1.0.1...simply-shorten-1.0.2) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [simply-shorten-1.0.1](https://github.com/truecharts/charts/compare/simply-shorten-1.0.0...simply-shorten-1.0.1) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/simply-shorten/1.0.7/Chart.lock b/stable/simply-shorten/1.0.7/Chart.lock new file mode 100644 index 00000000000..f1a20be5688 --- /dev/null +++ b/stable/simply-shorten/1.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:43:35.492832126Z" diff --git a/stable/simply-shorten/1.0.7/Chart.yaml b/stable/simply-shorten/1.0.7/Chart.yaml new file mode 100644 index 00000000000..2f244dcd86f --- /dev/null +++ b/stable/simply-shorten/1.0.7/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A dead simple URL shortener. +home: https://truecharts.org/docs/charts/stable/simply-shorten +icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.png +keywords: + - simply-shorten + - Cloud + - Productivity + - Network-Web +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: simply-shorten +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/simply-shorten + - https://gitlab.com/draganczukp/simply-shorten + - https://hub.docker.com/r/draganczukp/simply-shorten +type: application +version: 1.0.7 +annotations: + truecharts.org/catagories: | + - Cloud + - Productivity + - Network-Web + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/simply-shorten/1.0.7/README.md b/stable/simply-shorten/1.0.7/README.md new file mode 100644 index 00000000000..b668249ed19 --- /dev/null +++ b/stable/simply-shorten/1.0.7/README.md @@ -0,0 +1,107 @@ +# simply-shorten + +A dead simple URL shortener. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [simply-shorten](https://truecharts.org/docs/charts/stable/simply-shorten) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `simply-shorten` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install simply-shorten TrueCharts/simply-shorten +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `simply-shorten` deployment + +```console +helm uninstall simply-shorten +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install simply-shorten \ + --set env.TZ="America/New York" \ + TrueCharts/simply-shorten +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install simply-shorten TrueCharts/simply-shorten -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/simply-shorten/1.0.6/app-readme.md b/stable/simply-shorten/1.0.7/app-readme.md similarity index 100% rename from stable/simply-shorten/1.0.6/app-readme.md rename to stable/simply-shorten/1.0.7/app-readme.md diff --git a/stable/simply-shorten/1.0.7/charts/common-10.7.1.tgz b/stable/simply-shorten/1.0.7/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/simply-shorten/1.0.7/charts/common-10.7.1.tgz differ diff --git a/stable/simply-shorten/1.0.6/ix_values.yaml b/stable/simply-shorten/1.0.7/ix_values.yaml similarity index 100% rename from stable/simply-shorten/1.0.6/ix_values.yaml rename to stable/simply-shorten/1.0.7/ix_values.yaml diff --git a/stable/simply-shorten/1.0.6/questions.yaml b/stable/simply-shorten/1.0.7/questions.yaml similarity index 100% rename from stable/simply-shorten/1.0.6/questions.yaml rename to stable/simply-shorten/1.0.7/questions.yaml diff --git a/stable/simply-shorten/1.0.6/templates/common.yaml b/stable/simply-shorten/1.0.7/templates/common.yaml similarity index 100% rename from stable/simply-shorten/1.0.6/templates/common.yaml rename to stable/simply-shorten/1.0.7/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/4.0.39/values.yaml b/stable/simply-shorten/1.0.7/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/values.yaml rename to stable/simply-shorten/1.0.7/values.yaml diff --git a/stable/smokeping/3.0.35/CHANGELOG.md b/stable/smokeping/3.0.35/CHANGELOG.md deleted file mode 100644 index 470127be481..00000000000 --- a/stable/smokeping/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [smokeping-3.0.35](https://github.com/truecharts/charts/compare/smokeping-3.0.34...smokeping-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [smokeping-3.0.34](https://github.com/truecharts/charts/compare/smokeping-3.0.33...smokeping-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [smokeping-3.0.34](https://github.com/truecharts/charts/compare/smokeping-3.0.33...smokeping-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [smokeping-3.0.33](https://github.com/truecharts/charts/compare/smokeping-3.0.32...smokeping-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [smokeping-3.0.32](https://github.com/truecharts/charts/compare/smokeping-3.0.31...smokeping-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [smokeping-3.0.31](https://github.com/truecharts/charts/compare/smokeping-3.0.30...smokeping-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [smokeping-3.0.30](https://github.com/truecharts/charts/compare/smokeping-3.0.29...smokeping-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [smokeping-3.0.30](https://github.com/truecharts/charts/compare/smokeping-3.0.29...smokeping-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/smokeping/3.0.35/Chart.lock b/stable/smokeping/3.0.35/Chart.lock deleted file mode 100644 index 9fb1048e4ac..00000000000 --- a/stable/smokeping/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:57:09.542068797Z" diff --git a/stable/smokeping/3.0.35/Chart.yaml b/stable/smokeping/3.0.35/Chart.yaml deleted file mode 100644 index e1de2cfa609..00000000000 --- a/stable/smokeping/3.0.35/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.7.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Keep track of your network latency. -home: https://truecharts.org/docs/charts/stable/smokeping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png -keywords: - - smokeping - - network - - latency -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: smokeping -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping - - https://oss.oetiker.ch/smokeping/ - - https://hub.docker.com/r/linuxserver/smokeping -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/smokeping/3.0.35/README.md b/stable/smokeping/3.0.35/README.md deleted file mode 100644 index 6e66c6dbee4..00000000000 --- a/stable/smokeping/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# smokeping - -Keep track of your network latency. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [smokeping](https://truecharts.org/docs/charts/stable/smokeping) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `smokeping` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install smokeping TrueCharts/smokeping -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `smokeping` deployment - -```console -helm uninstall smokeping -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install smokeping \ - --set env.TZ="America/New York" \ - TrueCharts/smokeping -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install smokeping TrueCharts/smokeping -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/smokeping/3.0.35/charts/common-10.7.0.tgz b/stable/smokeping/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/smokeping/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/smokeping/3.0.36/CHANGELOG.md b/stable/smokeping/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..1e8f9092fbc --- /dev/null +++ b/stable/smokeping/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [smokeping-3.0.36](https://github.com/truecharts/charts/compare/smokeping-3.0.35...smokeping-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [smokeping-3.0.35](https://github.com/truecharts/charts/compare/smokeping-3.0.34...smokeping-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [smokeping-3.0.34](https://github.com/truecharts/charts/compare/smokeping-3.0.33...smokeping-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [smokeping-3.0.34](https://github.com/truecharts/charts/compare/smokeping-3.0.33...smokeping-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [smokeping-3.0.33](https://github.com/truecharts/charts/compare/smokeping-3.0.32...smokeping-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [smokeping-3.0.32](https://github.com/truecharts/charts/compare/smokeping-3.0.31...smokeping-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [smokeping-3.0.31](https://github.com/truecharts/charts/compare/smokeping-3.0.30...smokeping-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [smokeping-3.0.30](https://github.com/truecharts/charts/compare/smokeping-3.0.29...smokeping-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/smokeping/3.0.36/Chart.lock b/stable/smokeping/3.0.36/Chart.lock new file mode 100644 index 00000000000..97e55a1998f --- /dev/null +++ b/stable/smokeping/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:43:54.365922076Z" diff --git a/stable/smokeping/3.0.36/Chart.yaml b/stable/smokeping/3.0.36/Chart.yaml new file mode 100644 index 00000000000..ba012a873d2 --- /dev/null +++ b/stable/smokeping/3.0.36/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.7.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Keep track of your network latency. +home: https://truecharts.org/docs/charts/stable/smokeping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.png +keywords: + - smokeping + - network + - latency +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: smokeping +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/smokeping + - https://oss.oetiker.ch/smokeping/ + - https://hub.docker.com/r/linuxserver/smokeping +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/smokeping/3.0.36/README.md b/stable/smokeping/3.0.36/README.md new file mode 100644 index 00000000000..0606d6461be --- /dev/null +++ b/stable/smokeping/3.0.36/README.md @@ -0,0 +1,107 @@ +# smokeping + +Keep track of your network latency. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [smokeping](https://truecharts.org/docs/charts/stable/smokeping) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `smokeping` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install smokeping TrueCharts/smokeping +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `smokeping` deployment + +```console +helm uninstall smokeping +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install smokeping \ + --set env.TZ="America/New York" \ + TrueCharts/smokeping +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install smokeping TrueCharts/smokeping -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/smokeping/3.0.35/app-readme.md b/stable/smokeping/3.0.36/app-readme.md similarity index 100% rename from stable/smokeping/3.0.35/app-readme.md rename to stable/smokeping/3.0.36/app-readme.md diff --git a/stable/smokeping/3.0.36/charts/common-10.7.1.tgz b/stable/smokeping/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/smokeping/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/smokeping/3.0.35/ix_values.yaml b/stable/smokeping/3.0.36/ix_values.yaml similarity index 100% rename from stable/smokeping/3.0.35/ix_values.yaml rename to stable/smokeping/3.0.36/ix_values.yaml diff --git a/stable/smokeping/3.0.35/questions.yaml b/stable/smokeping/3.0.36/questions.yaml similarity index 100% rename from stable/smokeping/3.0.35/questions.yaml rename to stable/smokeping/3.0.36/questions.yaml diff --git a/stable/smokeping/3.0.35/templates/common.yaml b/stable/smokeping/3.0.36/templates/common.yaml similarity index 100% rename from stable/smokeping/3.0.35/templates/common.yaml rename to stable/smokeping/3.0.36/templates/common.yaml diff --git a/stable/valheim/3.0.41/values.yaml b/stable/smokeping/3.0.36/values.yaml similarity index 100% rename from stable/valheim/3.0.41/values.yaml rename to stable/smokeping/3.0.36/values.yaml diff --git a/stable/snapdrop/2.0.53/CHANGELOG.md b/stable/snapdrop/2.0.53/CHANGELOG.md deleted file mode 100644 index ea1850e9bf0..00000000000 --- a/stable/snapdrop/2.0.53/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [snapdrop-2.0.53](https://github.com/truecharts/charts/compare/snapdrop-2.0.52...snapdrop-2.0.53) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [snapdrop-2.0.52](https://github.com/truecharts/charts/compare/snapdrop-2.0.51...snapdrop-2.0.52) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [snapdrop-2.0.51](https://github.com/truecharts/charts/compare/snapdrop-2.0.49...snapdrop-2.0.51) (2022-10-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) - - update helm general non-major - - - - -## [snapdrop-2.0.50](https://github.com/truecharts/charts/compare/snapdrop-2.0.49...snapdrop-2.0.50) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [snapdrop-2.0.49](https://github.com/truecharts/charts/compare/snapdrop-2.0.48...snapdrop-2.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [snapdrop-2.0.48](https://github.com/truecharts/charts/compare/snapdrop-2.0.47...snapdrop-2.0.48) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [snapdrop-2.0.47](https://github.com/truecharts/charts/compare/snapdrop-2.0.46...snapdrop-2.0.47) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [snapdrop-2.0.46](https://github.com/truecharts/charts/compare/snapdrop-2.0.45...snapdrop-2.0.46) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [snapdrop-2.0.45](https://github.com/truecharts/charts/compare/snapdrop-2.0.44...snapdrop-2.0.45) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [snapdrop-2.0.44](https://github.com/truecharts/charts/compare/snapdrop-2.0.42...snapdrop-2.0.44) (2022-09-22) - diff --git a/stable/snapdrop/2.0.53/Chart.lock b/stable/snapdrop/2.0.53/Chart.lock deleted file mode 100644 index 9c0e7433c05..00000000000 --- a/stable/snapdrop/2.0.53/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:22:15.41492338Z" diff --git a/stable/snapdrop/2.0.53/Chart.yaml b/stable/snapdrop/2.0.53/Chart.yaml deleted file mode 100644 index 5e32841a10e..00000000000 --- a/stable/snapdrop/2.0.53/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. -home: https://truecharts.org/docs/charts/stable/snapdrop -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png -keywords: - - snapdrop -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: snapdrop -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop - - https://github.com/linuxserver/docker-snapdrop -version: 2.0.53 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/snapdrop/2.0.53/README.md b/stable/snapdrop/2.0.53/README.md deleted file mode 100644 index f31764e64cf..00000000000 --- a/stable/snapdrop/2.0.53/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# snapdrop - -Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [snapdrop](https://truecharts.org/docs/charts/stable/snapdrop) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `snapdrop` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install snapdrop TrueCharts/snapdrop -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `snapdrop` deployment - -```console -helm uninstall snapdrop -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install snapdrop \ - --set env.TZ="America/New York" \ - TrueCharts/snapdrop -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install snapdrop TrueCharts/snapdrop -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/snapdrop/2.0.53/charts/common-10.7.0.tgz b/stable/snapdrop/2.0.53/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/snapdrop/2.0.53/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/snapdrop/2.0.54/CHANGELOG.md b/stable/snapdrop/2.0.54/CHANGELOG.md new file mode 100644 index 00000000000..af479f137f5 --- /dev/null +++ b/stable/snapdrop/2.0.54/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [snapdrop-2.0.54](https://github.com/truecharts/charts/compare/snapdrop-2.0.53...snapdrop-2.0.54) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [snapdrop-2.0.53](https://github.com/truecharts/charts/compare/snapdrop-2.0.52...snapdrop-2.0.53) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [snapdrop-2.0.52](https://github.com/truecharts/charts/compare/snapdrop-2.0.51...snapdrop-2.0.52) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [snapdrop-2.0.51](https://github.com/truecharts/charts/compare/snapdrop-2.0.49...snapdrop-2.0.51) (2022-10-08) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030)) + - update helm general non-major + + + + +## [snapdrop-2.0.50](https://github.com/truecharts/charts/compare/snapdrop-2.0.49...snapdrop-2.0.50) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [snapdrop-2.0.49](https://github.com/truecharts/charts/compare/snapdrop-2.0.48...snapdrop-2.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [snapdrop-2.0.48](https://github.com/truecharts/charts/compare/snapdrop-2.0.47...snapdrop-2.0.48) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [snapdrop-2.0.47](https://github.com/truecharts/charts/compare/snapdrop-2.0.46...snapdrop-2.0.47) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [snapdrop-2.0.46](https://github.com/truecharts/charts/compare/snapdrop-2.0.45...snapdrop-2.0.46) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [snapdrop-2.0.45](https://github.com/truecharts/charts/compare/snapdrop-2.0.44...snapdrop-2.0.45) (2022-09-23) + diff --git a/stable/snapdrop/2.0.54/Chart.lock b/stable/snapdrop/2.0.54/Chart.lock new file mode 100644 index 00000000000..d9eaccfe335 --- /dev/null +++ b/stable/snapdrop/2.0.54/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:43:59.028222755Z" diff --git a/stable/snapdrop/2.0.54/Chart.yaml b/stable/snapdrop/2.0.54/Chart.yaml new file mode 100644 index 00000000000..2d0c53623c1 --- /dev/null +++ b/stable/snapdrop/2.0.54/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. +home: https://truecharts.org/docs/charts/stable/snapdrop +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.png +keywords: + - snapdrop +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: snapdrop +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/snapdrop + - https://github.com/linuxserver/docker-snapdrop +version: 2.0.54 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/snapdrop/2.0.54/README.md b/stable/snapdrop/2.0.54/README.md new file mode 100644 index 00000000000..9eba648bda5 --- /dev/null +++ b/stable/snapdrop/2.0.54/README.md @@ -0,0 +1,106 @@ +# snapdrop + +Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [snapdrop](https://truecharts.org/docs/charts/stable/snapdrop) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `snapdrop` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install snapdrop TrueCharts/snapdrop +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `snapdrop` deployment + +```console +helm uninstall snapdrop +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install snapdrop \ + --set env.TZ="America/New York" \ + TrueCharts/snapdrop +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install snapdrop TrueCharts/snapdrop -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/snapdrop/2.0.53/app-readme.md b/stable/snapdrop/2.0.54/app-readme.md similarity index 100% rename from stable/snapdrop/2.0.53/app-readme.md rename to stable/snapdrop/2.0.54/app-readme.md diff --git a/stable/snapdrop/2.0.54/charts/common-10.7.1.tgz b/stable/snapdrop/2.0.54/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/snapdrop/2.0.54/charts/common-10.7.1.tgz differ diff --git a/stable/snapdrop/2.0.53/ix_values.yaml b/stable/snapdrop/2.0.54/ix_values.yaml similarity index 100% rename from stable/snapdrop/2.0.53/ix_values.yaml rename to stable/snapdrop/2.0.54/ix_values.yaml diff --git a/stable/snapdrop/2.0.53/questions.yaml b/stable/snapdrop/2.0.54/questions.yaml similarity index 100% rename from stable/snapdrop/2.0.53/questions.yaml rename to stable/snapdrop/2.0.54/questions.yaml diff --git a/stable/wekan/5.0.17/templates/common.yaml b/stable/snapdrop/2.0.54/templates/common.yaml similarity index 100% rename from stable/wekan/5.0.17/templates/common.yaml rename to stable/snapdrop/2.0.54/templates/common.yaml diff --git a/stable/verysync/2.0.40/values.yaml b/stable/snapdrop/2.0.54/values.yaml similarity index 100% rename from stable/verysync/2.0.40/values.yaml rename to stable/snapdrop/2.0.54/values.yaml diff --git a/stable/snipe-it/4.0.56/CHANGELOG.md b/stable/snipe-it/4.0.56/CHANGELOG.md deleted file mode 100644 index 2a662644a42..00000000000 --- a/stable/snipe-it/4.0.56/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [snipe-it-4.0.56](https://github.com/truecharts/charts/compare/snipe-it-4.0.55...snipe-it-4.0.56) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [snipe-it-4.0.55](https://github.com/truecharts/charts/compare/snipe-it-4.0.54...snipe-it-4.0.55) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [snipe-it-4.0.54](https://github.com/truecharts/charts/compare/snipe-it-4.0.53...snipe-it-4.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [snipe-it-4.0.54](https://github.com/truecharts/charts/compare/snipe-it-4.0.53...snipe-it-4.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [snipe-it-4.0.53](https://github.com/truecharts/charts/compare/snipe-it-4.0.52...snipe-it-4.0.53) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [snipe-it-4.0.52](https://github.com/truecharts/charts/compare/snipe-it-4.0.51...snipe-it-4.0.52) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [snipe-it-4.0.50](https://github.com/truecharts/charts/compare/snipe-it-4.0.49...snipe-it-4.0.50) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [snipe-it-4.0.49](https://github.com/truecharts/charts/compare/snipe-it-4.0.48...snipe-it-4.0.49) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [snipe-it-4.0.48](https://github.com/truecharts/charts/compare/snipe-it-4.0.47...snipe-it-4.0.48) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/snipe-it/4.0.56/Chart.lock b/stable/snipe-it/4.0.56/Chart.lock deleted file mode 100644 index e255044b9be..00000000000 --- a/stable/snipe-it/4.0.56/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:5f88786c72b076ad7c23b64872322107d2110b3a52c675241d822a4a35a3f402 -generated: "2022-10-15T00:23:01.203328259Z" diff --git a/stable/snipe-it/4.0.56/Chart.yaml b/stable/snipe-it/4.0.56/Chart.yaml deleted file mode 100644 index e68c01e9148..00000000000 --- a/stable/snipe-it/4.0.56/Chart.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: v2 -appVersion: "6.0.12" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: "Open source asset management" -home: https://truecharts.org/docs/charts/stable/snipe-it -icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png -keywords: - - snipeit - - snipe - - asset - - management -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: snipe-it -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it - - https://snipeitapp.com/ - - https://github.com/snipe/snipe-it -version: 4.0.56 -annotations: - truecharts.org/catagories: | - - management - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/snipe-it/4.0.56/README.md b/stable/snipe-it/4.0.56/README.md deleted file mode 100644 index b990eb540e5..00000000000 --- a/stable/snipe-it/4.0.56/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# snipe-it - -Open source asset management - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [snipe-it](https://truecharts.org/docs/charts/stable/snipe-it) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `snipe-it` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install snipe-it TrueCharts/snipe-it -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `snipe-it` deployment - -```console -helm uninstall snipe-it -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install snipe-it \ - --set env.TZ="America/New York" \ - TrueCharts/snipe-it -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install snipe-it TrueCharts/snipe-it -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/snipe-it/4.0.56/charts/common-10.7.0.tgz b/stable/snipe-it/4.0.56/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/snipe-it/4.0.56/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/snipe-it/4.0.56/charts/mariadb-3.0.92.tgz b/stable/snipe-it/4.0.56/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/snipe-it/4.0.56/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/snipe-it/4.0.56/charts/redis-3.0.94.tgz b/stable/snipe-it/4.0.56/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/snipe-it/4.0.56/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/snipe-it/4.0.57/CHANGELOG.md b/stable/snipe-it/4.0.57/CHANGELOG.md new file mode 100644 index 00000000000..ce5cca5616e --- /dev/null +++ b/stable/snipe-it/4.0.57/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [snipe-it-4.0.57](https://github.com/truecharts/charts/compare/snipe-it-4.0.56...snipe-it-4.0.57) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [snipe-it-4.0.56](https://github.com/truecharts/charts/compare/snipe-it-4.0.55...snipe-it-4.0.56) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [snipe-it-4.0.55](https://github.com/truecharts/charts/compare/snipe-it-4.0.54...snipe-it-4.0.55) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [snipe-it-4.0.54](https://github.com/truecharts/charts/compare/snipe-it-4.0.53...snipe-it-4.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [snipe-it-4.0.54](https://github.com/truecharts/charts/compare/snipe-it-4.0.53...snipe-it-4.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [snipe-it-4.0.53](https://github.com/truecharts/charts/compare/snipe-it-4.0.52...snipe-it-4.0.53) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [snipe-it-4.0.52](https://github.com/truecharts/charts/compare/snipe-it-4.0.51...snipe-it-4.0.52) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [snipe-it-4.0.50](https://github.com/truecharts/charts/compare/snipe-it-4.0.49...snipe-it-4.0.50) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [snipe-it-4.0.49](https://github.com/truecharts/charts/compare/snipe-it-4.0.48...snipe-it-4.0.49) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [snipe-it-4.0.48](https://github.com/truecharts/charts/compare/snipe-it-4.0.47...snipe-it-4.0.48) (2022-09-22) + +### Chore + diff --git a/stable/snipe-it/4.0.57/Chart.lock b/stable/snipe-it/4.0.57/Chart.lock new file mode 100644 index 00000000000..227367da96a --- /dev/null +++ b/stable/snipe-it/4.0.57/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:d21b7fbdd54c812cf4fd7ca235065acef9b198173e4f12652de14da15d4aa713 +generated: "2022-10-19T13:44:24.273662614Z" diff --git a/stable/snipe-it/4.0.57/Chart.yaml b/stable/snipe-it/4.0.57/Chart.yaml new file mode 100644 index 00000000000..2ff43be486a --- /dev/null +++ b/stable/snipe-it/4.0.57/Chart.yaml @@ -0,0 +1,38 @@ +apiVersion: v2 +appVersion: "6.0.12" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: "Open source asset management" +home: https://truecharts.org/docs/charts/stable/snipe-it +icon: https://truecharts.org/img/hotlink-ok/chart-icons/snipe-it.png +keywords: + - snipeit + - snipe + - asset + - management +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: snipe-it +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/snipe-it + - https://snipeitapp.com/ + - https://github.com/snipe/snipe-it +version: 4.0.57 +annotations: + truecharts.org/catagories: | + - management + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/snipe-it/4.0.57/README.md b/stable/snipe-it/4.0.57/README.md new file mode 100644 index 00000000000..d04231a39d5 --- /dev/null +++ b/stable/snipe-it/4.0.57/README.md @@ -0,0 +1,109 @@ +# snipe-it + +Open source asset management + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [snipe-it](https://truecharts.org/docs/charts/stable/snipe-it) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `snipe-it` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install snipe-it TrueCharts/snipe-it +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `snipe-it` deployment + +```console +helm uninstall snipe-it +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install snipe-it \ + --set env.TZ="America/New York" \ + TrueCharts/snipe-it +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install snipe-it TrueCharts/snipe-it -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/snipe-it/4.0.56/app-readme.md b/stable/snipe-it/4.0.57/app-readme.md similarity index 100% rename from stable/snipe-it/4.0.56/app-readme.md rename to stable/snipe-it/4.0.57/app-readme.md diff --git a/stable/snipe-it/4.0.57/charts/common-10.7.1.tgz b/stable/snipe-it/4.0.57/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/snipe-it/4.0.57/charts/common-10.7.1.tgz differ diff --git a/stable/snipe-it/4.0.57/charts/mariadb-3.0.95.tgz b/stable/snipe-it/4.0.57/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/snipe-it/4.0.57/charts/mariadb-3.0.95.tgz differ diff --git a/stable/snipe-it/4.0.57/charts/redis-3.0.97.tgz b/stable/snipe-it/4.0.57/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/snipe-it/4.0.57/charts/redis-3.0.97.tgz differ diff --git a/stable/snipe-it/4.0.56/ix_values.yaml b/stable/snipe-it/4.0.57/ix_values.yaml similarity index 100% rename from stable/snipe-it/4.0.56/ix_values.yaml rename to stable/snipe-it/4.0.57/ix_values.yaml diff --git a/stable/snipe-it/4.0.56/questions.yaml b/stable/snipe-it/4.0.57/questions.yaml similarity index 100% rename from stable/snipe-it/4.0.56/questions.yaml rename to stable/snipe-it/4.0.57/questions.yaml diff --git a/stable/snipe-it/4.0.56/templates/_secrets.tpl b/stable/snipe-it/4.0.57/templates/_secrets.tpl similarity index 100% rename from stable/snipe-it/4.0.56/templates/_secrets.tpl rename to stable/snipe-it/4.0.57/templates/_secrets.tpl diff --git a/stable/snipe-it/4.0.56/templates/common.yaml b/stable/snipe-it/4.0.57/templates/common.yaml similarity index 100% rename from stable/snipe-it/4.0.56/templates/common.yaml rename to stable/snipe-it/4.0.57/templates/common.yaml diff --git a/stable/vikunja/3.0.59/values.yaml b/stable/snipe-it/4.0.57/values.yaml similarity index 100% rename from stable/vikunja/3.0.59/values.yaml rename to stable/snipe-it/4.0.57/values.yaml diff --git a/stable/sonarr/11.0.41/CHANGELOG.md b/stable/sonarr/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..68fea2e1bc4 --- /dev/null +++ b/stable/sonarr/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sonarr-11.0.41](https://github.com/truecharts/charts/compare/sonarr-11.0.40...sonarr-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sonarr-11.0.40](https://github.com/truecharts/charts/compare/sonarr-11.0.39...sonarr-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sonarr-11.0.39](https://github.com/truecharts/charts/compare/sonarr-11.0.38...sonarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sonarr-11.0.39](https://github.com/truecharts/charts/compare/sonarr-11.0.38...sonarr-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sonarr-11.0.38](https://github.com/truecharts/charts/compare/sonarr-11.0.37...sonarr-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sonarr-11.0.37](https://github.com/truecharts/charts/compare/sonarr-11.0.36...sonarr-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sonarr-11.0.36](https://github.com/truecharts/charts/compare/sonarr-11.0.35...sonarr-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sonarr-11.0.35](https://github.com/truecharts/charts/compare/sonarr-11.0.34...sonarr-11.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [sonarr-11.0.34](https://github.com/truecharts/charts/compare/sonarr-11.0.33...sonarr-11.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/sonarr/11.0.41/Chart.lock b/stable/sonarr/11.0.41/Chart.lock new file mode 100644 index 00000000000..0d61b2b728e --- /dev/null +++ b/stable/sonarr/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:44:06.521262572Z" diff --git a/stable/sonarr/11.0.41/Chart.yaml b/stable/sonarr/11.0.41/Chart.yaml new file mode 100644 index 00000000000..14d5a29c8d1 --- /dev/null +++ b/stable/sonarr/11.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "3.0.9.1549" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Smart PVR for newsgroup and bittorrent users +home: https://truecharts.org/docs/charts/stable/sonarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.png +keywords: + - sonarr + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sonarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sonarr + - https://github.com/Sonarr/Sonarr +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/sonarr/11.0.41/README.md b/stable/sonarr/11.0.41/README.md new file mode 100644 index 00000000000..efbfaa6edcb --- /dev/null +++ b/stable/sonarr/11.0.41/README.md @@ -0,0 +1,106 @@ +# sonarr + +Smart PVR for newsgroup and bittorrent users + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sonarr](https://truecharts.org/docs/charts/stable/sonarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sonarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sonarr TrueCharts/sonarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sonarr` deployment + +```console +helm uninstall sonarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sonarr \ + --set env.TZ="America/New York" \ + TrueCharts/sonarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sonarr TrueCharts/sonarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sonarr/11.0.41/app-readme.md b/stable/sonarr/11.0.41/app-readme.md new file mode 100644 index 00000000000..750c7de1fef --- /dev/null +++ b/stable/sonarr/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +Smart PVR for newsgroup and bittorrent users + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/sonarr](https://truecharts.org/docs/charts/stable/sonarr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/sonarr/11.0.41/charts/common-10.7.1.tgz b/stable/sonarr/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sonarr/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/sonarr/11.0.41/ix_values.yaml b/stable/sonarr/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..596a729dc6f --- /dev/null +++ b/stable/sonarr/11.0.41/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: tccr.io/truecharts/sonarr + pullPolicy: IfNotPresent + tag: 3.0.9.1549@sha256:294b6288d91346f6e65f8cb344b42d17c97b3ee7ada501d77307088f79a8dc15 + +service: + main: + ports: + main: + port: 8989 + targetPort: 8989 + +probes: + liveness: + enabled: true + ## Set this to true if you wish to specify your own livenessProbe + custom: true + ## The spec field contains the values for the default livenessProbe. + ## If you selected custom: true, this field holds the definition of the livenessProbe. + spec: + exec: + command: + - /usr/bin/env + - bash + - -c + - curl --fail localhost:8989/api/v3/system/status?apiKey=`IFS=\> && while + read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml` + failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/sonarr/11.0.41/questions.yaml b/stable/sonarr/11.0.41/questions.yaml new file mode 100644 index 00000000000..0188faeff97 --- /dev/null +++ b/stable/sonarr/11.0.41/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8989 + 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 + hidden: true + 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: 8989 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/wg-easy/1.0.30/templates/common.yaml b/stable/sonarr/11.0.41/templates/common.yaml similarity index 100% rename from stable/wg-easy/1.0.30/templates/common.yaml rename to stable/sonarr/11.0.41/templates/common.yaml diff --git a/stable/webgrabplus/2.0.37/values.yaml b/stable/sonarr/11.0.41/values.yaml similarity index 100% rename from stable/webgrabplus/2.0.37/values.yaml rename to stable/sonarr/11.0.41/values.yaml diff --git a/stable/speedtest-exporter/3.0.39/CHANGELOG.md b/stable/speedtest-exporter/3.0.39/CHANGELOG.md deleted file mode 100644 index 607c07c95e8..00000000000 --- a/stable/speedtest-exporter/3.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [speedtest-exporter-3.0.39](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.38...speedtest-exporter-3.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [speedtest-exporter-3.0.38](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.37...speedtest-exporter-3.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [speedtest-exporter-3.0.38](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.37...speedtest-exporter-3.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [speedtest-exporter-3.0.37](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.36...speedtest-exporter-3.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [speedtest-exporter-3.0.36](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.35...speedtest-exporter-3.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [speedtest-exporter-3.0.35](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.34...speedtest-exporter-3.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [speedtest-exporter-3.0.34](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.31...speedtest-exporter-3.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3743](https://github.com/truecharts/charts/issues/3743)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [speedtest-exporter-3.0.34](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.31...speedtest-exporter-3.0.34) (2022-09-21) - -### Chore diff --git a/stable/speedtest-exporter/3.0.39/Chart.lock b/stable/speedtest-exporter/3.0.39/Chart.lock deleted file mode 100644 index 4e8c5c8eea5..00000000000 --- a/stable/speedtest-exporter/3.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:57:38.452624151Z" diff --git a/stable/speedtest-exporter/3.0.39/Chart.yaml b/stable/speedtest-exporter/3.0.39/Chart.yaml deleted file mode 100644 index f478436512d..00000000000 --- a/stable/speedtest-exporter/3.0.39/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "3.5.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Speedtest Exporter made in python using the official speedtest bin -icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png -home: https://truecharts.org/docs/charts/stable/speedtest-exporter -keywords: - - speedtest-exporter - - speedtest - - metrics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: speedtest-exporter -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter - - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ -type: application -version: 3.0.39 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/speedtest-exporter/3.0.39/README.md b/stable/speedtest-exporter/3.0.39/README.md deleted file mode 100644 index 4ccb2f0c7ff..00000000000 --- a/stable/speedtest-exporter/3.0.39/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# speedtest-exporter - -Speedtest Exporter made in python using the official speedtest bin - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [speedtest-exporter](https://truecharts.org/docs/charts/stable/speedtest-exporter) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `speedtest-exporter` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install speedtest-exporter TrueCharts/speedtest-exporter -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `speedtest-exporter` deployment - -```console -helm uninstall speedtest-exporter -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install speedtest-exporter \ - --set env.TZ="America/New York" \ - TrueCharts/speedtest-exporter -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install speedtest-exporter TrueCharts/speedtest-exporter -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/speedtest-exporter/3.0.39/charts/common-10.7.0.tgz b/stable/speedtest-exporter/3.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/speedtest-exporter/3.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/speedtest-exporter/3.0.40/CHANGELOG.md b/stable/speedtest-exporter/3.0.40/CHANGELOG.md new file mode 100644 index 00000000000..fd4a7fe56df --- /dev/null +++ b/stable/speedtest-exporter/3.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [speedtest-exporter-3.0.40](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.39...speedtest-exporter-3.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [speedtest-exporter-3.0.39](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.38...speedtest-exporter-3.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [speedtest-exporter-3.0.38](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.37...speedtest-exporter-3.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [speedtest-exporter-3.0.38](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.37...speedtest-exporter-3.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [speedtest-exporter-3.0.37](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.36...speedtest-exporter-3.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [speedtest-exporter-3.0.36](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.35...speedtest-exporter-3.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [speedtest-exporter-3.0.35](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.34...speedtest-exporter-3.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [speedtest-exporter-3.0.34](https://github.com/truecharts/charts/compare/speedtest-exporter-3.0.31...speedtest-exporter-3.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/speedtest-exporter/3.0.40/Chart.lock b/stable/speedtest-exporter/3.0.40/Chart.lock new file mode 100644 index 00000000000..05aceecd467 --- /dev/null +++ b/stable/speedtest-exporter/3.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:44:26.136992355Z" diff --git a/stable/speedtest-exporter/3.0.40/Chart.yaml b/stable/speedtest-exporter/3.0.40/Chart.yaml new file mode 100644 index 00000000000..65a90df4adf --- /dev/null +++ b/stable/speedtest-exporter/3.0.40/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "3.5.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Speedtest Exporter made in python using the official speedtest bin +icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.png +home: https://truecharts.org/docs/charts/stable/speedtest-exporter +keywords: + - speedtest-exporter + - speedtest + - metrics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: speedtest-exporter +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/speedtest-exporter + - https://github.com/MiguelNdeCarvalho/speedtest-exporter/ +type: application +version: 3.0.40 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/speedtest-exporter/3.0.40/README.md b/stable/speedtest-exporter/3.0.40/README.md new file mode 100644 index 00000000000..ed5df0f4302 --- /dev/null +++ b/stable/speedtest-exporter/3.0.40/README.md @@ -0,0 +1,106 @@ +# speedtest-exporter + +Speedtest Exporter made in python using the official speedtest bin + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [speedtest-exporter](https://truecharts.org/docs/charts/stable/speedtest-exporter) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `speedtest-exporter` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install speedtest-exporter TrueCharts/speedtest-exporter +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `speedtest-exporter` deployment + +```console +helm uninstall speedtest-exporter +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install speedtest-exporter \ + --set env.TZ="America/New York" \ + TrueCharts/speedtest-exporter +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install speedtest-exporter TrueCharts/speedtest-exporter -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/speedtest-exporter/3.0.39/app-readme.md b/stable/speedtest-exporter/3.0.40/app-readme.md similarity index 100% rename from stable/speedtest-exporter/3.0.39/app-readme.md rename to stable/speedtest-exporter/3.0.40/app-readme.md diff --git a/stable/speedtest-exporter/3.0.40/charts/common-10.7.1.tgz b/stable/speedtest-exporter/3.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/speedtest-exporter/3.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/speedtest-exporter/3.0.39/ix_values.yaml b/stable/speedtest-exporter/3.0.40/ix_values.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/ix_values.yaml rename to stable/speedtest-exporter/3.0.40/ix_values.yaml diff --git a/stable/speedtest-exporter/3.0.39/questions.yaml b/stable/speedtest-exporter/3.0.40/questions.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/questions.yaml rename to stable/speedtest-exporter/3.0.40/questions.yaml diff --git a/stable/whoogle/3.0.38/templates/common.yaml b/stable/speedtest-exporter/3.0.40/templates/common.yaml similarity index 100% rename from stable/whoogle/3.0.38/templates/common.yaml rename to stable/speedtest-exporter/3.0.40/templates/common.yaml diff --git a/stable/speedtest-exporter/3.0.39/templates/prometheusrules.yaml b/stable/speedtest-exporter/3.0.40/templates/prometheusrules.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/templates/prometheusrules.yaml rename to stable/speedtest-exporter/3.0.40/templates/prometheusrules.yaml diff --git a/stable/speedtest-exporter/3.0.39/templates/servicemonitor.yaml b/stable/speedtest-exporter/3.0.40/templates/servicemonitor.yaml similarity index 100% rename from stable/speedtest-exporter/3.0.39/templates/servicemonitor.yaml rename to stable/speedtest-exporter/3.0.40/templates/servicemonitor.yaml diff --git a/stable/weblate/4.0.46/values.yaml b/stable/speedtest-exporter/3.0.40/values.yaml similarity index 100% rename from stable/weblate/4.0.46/values.yaml rename to stable/speedtest-exporter/3.0.40/values.yaml diff --git a/stable/spotweb/4.0.44/CHANGELOG.md b/stable/spotweb/4.0.44/CHANGELOG.md deleted file mode 100644 index 50d3a0e006a..00000000000 --- a/stable/spotweb/4.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [spotweb-4.0.44](https://github.com/truecharts/charts/compare/spotweb-4.0.43...spotweb-4.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [spotweb-4.0.43](https://github.com/truecharts/charts/compare/spotweb-4.0.42...spotweb-4.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [spotweb-4.0.43](https://github.com/truecharts/charts/compare/spotweb-4.0.42...spotweb-4.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [spotweb-4.0.42](https://github.com/truecharts/charts/compare/spotweb-4.0.41...spotweb-4.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [spotweb-4.0.40](https://github.com/truecharts/charts/compare/spotweb-4.0.39...spotweb-4.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - ### Feat - -- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) - - - - -## [spotweb-4.0.39](https://github.com/truecharts/charts/compare/spotweb-4.0.38...spotweb-4.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [spotweb-4.0.38](https://github.com/truecharts/charts/compare/spotweb-4.0.37...spotweb-4.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [spotweb-4.0.38](https://github.com/truecharts/charts/compare/spotweb-4.0.37...spotweb-4.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/spotweb/4.0.44/Chart.lock b/stable/spotweb/4.0.44/Chart.lock deleted file mode 100644 index 25b1dcd010f..00000000000 --- a/stable/spotweb/4.0.44/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:57:56.226285515Z" diff --git a/stable/spotweb/4.0.44/Chart.yaml b/stable/spotweb/4.0.44/Chart.yaml deleted file mode 100644 index 64d042d9819..00000000000 --- a/stable/spotweb/4.0.44/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.1" -kubeVersion: ">=1.16.0-0" -version: 4.0.44 -name: spotweb -description: Spotweb is a decentralized usenet community based on the Spotnet protocol. -type: application -home: https://truecharts.org/docs/charts/stable/spotweb -icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png -keywords: - - usenet - - spotweb - - spotnet -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb - - https://github.com/spotweb/spotweb - - https://hub.docker.com/r/jbaten/spotweb - - https://github.com/joachimbaten/spotweb-docker -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/spotweb/4.0.44/README.md b/stable/spotweb/4.0.44/README.md deleted file mode 100644 index 068ec817b8b..00000000000 --- a/stable/spotweb/4.0.44/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# spotweb - -Spotweb is a decentralized usenet community based on the Spotnet protocol. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [spotweb](https://truecharts.org/docs/charts/stable/spotweb) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `spotweb` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install spotweb TrueCharts/spotweb -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `spotweb` deployment - -```console -helm uninstall spotweb -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install spotweb \ - --set env.TZ="America/New York" \ - TrueCharts/spotweb -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install spotweb TrueCharts/spotweb -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/spotweb/4.0.44/charts/common-10.7.0.tgz b/stable/spotweb/4.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/spotweb/4.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/spotweb/4.0.44/charts/postgresql-8.0.97.tgz b/stable/spotweb/4.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/spotweb/4.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/spotweb/4.0.45/CHANGELOG.md b/stable/spotweb/4.0.45/CHANGELOG.md new file mode 100644 index 00000000000..61d3c82f78a --- /dev/null +++ b/stable/spotweb/4.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [spotweb-4.0.45](https://github.com/truecharts/charts/compare/spotweb-4.0.44...spotweb-4.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [spotweb-4.0.44](https://github.com/truecharts/charts/compare/spotweb-4.0.43...spotweb-4.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [spotweb-4.0.43](https://github.com/truecharts/charts/compare/spotweb-4.0.42...spotweb-4.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [spotweb-4.0.43](https://github.com/truecharts/charts/compare/spotweb-4.0.42...spotweb-4.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [spotweb-4.0.42](https://github.com/truecharts/charts/compare/spotweb-4.0.41...spotweb-4.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [spotweb-4.0.40](https://github.com/truecharts/charts/compare/spotweb-4.0.39...spotweb-4.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + ### Feat + +- make include replace simpler ([#3904](https://github.com/truecharts/charts/issues/3904)) + + + + +## [spotweb-4.0.39](https://github.com/truecharts/charts/compare/spotweb-4.0.38...spotweb-4.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [spotweb-4.0.38](https://github.com/truecharts/charts/compare/spotweb-4.0.37...spotweb-4.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) diff --git a/stable/spotweb/4.0.45/Chart.lock b/stable/spotweb/4.0.45/Chart.lock new file mode 100644 index 00000000000..809b4ff0e74 --- /dev/null +++ b/stable/spotweb/4.0.45/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:44:42.178626802Z" diff --git a/stable/spotweb/4.0.45/Chart.yaml b/stable/spotweb/4.0.45/Chart.yaml new file mode 100644 index 00000000000..ca9c2d79454 --- /dev/null +++ b/stable/spotweb/4.0.45/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "1.5.1" +kubeVersion: ">=1.16.0-0" +version: 4.0.45 +name: spotweb +description: Spotweb is a decentralized usenet community based on the Spotnet protocol. +type: application +home: https://truecharts.org/docs/charts/stable/spotweb +icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.png +keywords: + - usenet + - spotweb + - spotnet +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/spotweb + - https://github.com/spotweb/spotweb + - https://hub.docker.com/r/jbaten/spotweb + - https://github.com/joachimbaten/spotweb-docker +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/spotweb/4.0.45/README.md b/stable/spotweb/4.0.45/README.md new file mode 100644 index 00000000000..7edbac99c46 --- /dev/null +++ b/stable/spotweb/4.0.45/README.md @@ -0,0 +1,109 @@ +# spotweb + +Spotweb is a decentralized usenet community based on the Spotnet protocol. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [spotweb](https://truecharts.org/docs/charts/stable/spotweb) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `spotweb` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install spotweb TrueCharts/spotweb +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `spotweb` deployment + +```console +helm uninstall spotweb +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install spotweb \ + --set env.TZ="America/New York" \ + TrueCharts/spotweb +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install spotweb TrueCharts/spotweb -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/spotweb/4.0.44/app-readme.md b/stable/spotweb/4.0.45/app-readme.md similarity index 100% rename from stable/spotweb/4.0.44/app-readme.md rename to stable/spotweb/4.0.45/app-readme.md diff --git a/stable/spotweb/4.0.45/charts/common-10.7.1.tgz b/stable/spotweb/4.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/spotweb/4.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/spotweb/4.0.45/charts/postgresql-8.0.101.tgz b/stable/spotweb/4.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/spotweb/4.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/stable/spotweb/4.0.44/ix_values.yaml b/stable/spotweb/4.0.45/ix_values.yaml similarity index 100% rename from stable/spotweb/4.0.44/ix_values.yaml rename to stable/spotweb/4.0.45/ix_values.yaml diff --git a/stable/spotweb/4.0.44/questions.yaml b/stable/spotweb/4.0.45/questions.yaml similarity index 100% rename from stable/spotweb/4.0.44/questions.yaml rename to stable/spotweb/4.0.45/questions.yaml diff --git a/stable/spotweb/4.0.44/templates/common.yaml b/stable/spotweb/4.0.45/templates/common.yaml similarity index 100% rename from stable/spotweb/4.0.44/templates/common.yaml rename to stable/spotweb/4.0.45/templates/common.yaml diff --git a/stable/website-shot/2.0.37/values.yaml b/stable/spotweb/4.0.45/values.yaml similarity index 100% rename from stable/website-shot/2.0.37/values.yaml rename to stable/spotweb/4.0.45/values.yaml diff --git a/stable/sqlitebrowser/3.0.35/CHANGELOG.md b/stable/sqlitebrowser/3.0.35/CHANGELOG.md deleted file mode 100644 index 14026acf8c1..00000000000 --- a/stable/sqlitebrowser/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [sqlitebrowser-3.0.35](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.34...sqlitebrowser-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [sqlitebrowser-3.0.34](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.33...sqlitebrowser-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sqlitebrowser-3.0.34](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.33...sqlitebrowser-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [sqlitebrowser-3.0.33](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.32...sqlitebrowser-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [sqlitebrowser-3.0.32](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.31...sqlitebrowser-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [sqlitebrowser-3.0.31](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.30...sqlitebrowser-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [sqlitebrowser-3.0.30](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.29...sqlitebrowser-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [sqlitebrowser-3.0.30](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.29...sqlitebrowser-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/sqlitebrowser/3.0.35/Chart.lock b/stable/sqlitebrowser/3.0.35/Chart.lock deleted file mode 100644 index 06b10f9bd0b..00000000000 --- a/stable/sqlitebrowser/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:57:53.235802604Z" diff --git a/stable/sqlitebrowser/3.0.35/Chart.yaml b/stable/sqlitebrowser/3.0.35/Chart.yaml deleted file mode 100644 index d80eaf07361..00000000000 --- a/stable/sqlitebrowser/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "3.12.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite -home: https://truecharts.org/docs/charts/stable/sqlitebrowser -icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png -keywords: - - sqlite - - browser - - sqlitebrowser - - database -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: sqlitebrowser -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser - - https://github.com/linuxserver/docker-sqlitebrowser - - https://sqlitebrowser.org/ -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/sqlitebrowser/3.0.35/README.md b/stable/sqlitebrowser/3.0.35/README.md deleted file mode 100644 index 055d0878c09..00000000000 --- a/stable/sqlitebrowser/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# sqlitebrowser - -A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [sqlitebrowser](https://truecharts.org/docs/charts/stable/sqlitebrowser) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `sqlitebrowser` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install sqlitebrowser TrueCharts/sqlitebrowser -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `sqlitebrowser` deployment - -```console -helm uninstall sqlitebrowser -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install sqlitebrowser \ - --set env.TZ="America/New York" \ - TrueCharts/sqlitebrowser -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install sqlitebrowser TrueCharts/sqlitebrowser -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/sqlitebrowser/3.0.35/charts/common-10.7.0.tgz b/stable/sqlitebrowser/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/sqlitebrowser/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/sqlitebrowser/3.0.36/CHANGELOG.md b/stable/sqlitebrowser/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..bc29503d32d --- /dev/null +++ b/stable/sqlitebrowser/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [sqlitebrowser-3.0.36](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.35...sqlitebrowser-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [sqlitebrowser-3.0.35](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.34...sqlitebrowser-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [sqlitebrowser-3.0.34](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.33...sqlitebrowser-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sqlitebrowser-3.0.34](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.33...sqlitebrowser-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [sqlitebrowser-3.0.33](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.32...sqlitebrowser-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [sqlitebrowser-3.0.32](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.31...sqlitebrowser-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [sqlitebrowser-3.0.31](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.30...sqlitebrowser-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [sqlitebrowser-3.0.30](https://github.com/truecharts/charts/compare/sqlitebrowser-3.0.29...sqlitebrowser-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/sqlitebrowser/3.0.36/Chart.lock b/stable/sqlitebrowser/3.0.36/Chart.lock new file mode 100644 index 00000000000..d8ba89d73b2 --- /dev/null +++ b/stable/sqlitebrowser/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:44:37.911769111Z" diff --git a/stable/sqlitebrowser/3.0.36/Chart.yaml b/stable/sqlitebrowser/3.0.36/Chart.yaml new file mode 100644 index 00000000000..102cd724ffb --- /dev/null +++ b/stable/sqlitebrowser/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "3.12.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite +home: https://truecharts.org/docs/charts/stable/sqlitebrowser +icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.png +keywords: + - sqlite + - browser + - sqlitebrowser + - database +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: sqlitebrowser +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/sqlitebrowser + - https://github.com/linuxserver/docker-sqlitebrowser + - https://sqlitebrowser.org/ +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/sqlitebrowser/3.0.36/README.md b/stable/sqlitebrowser/3.0.36/README.md new file mode 100644 index 00000000000..d61df996cac --- /dev/null +++ b/stable/sqlitebrowser/3.0.36/README.md @@ -0,0 +1,107 @@ +# sqlitebrowser + +A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [sqlitebrowser](https://truecharts.org/docs/charts/stable/sqlitebrowser) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `sqlitebrowser` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install sqlitebrowser TrueCharts/sqlitebrowser +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `sqlitebrowser` deployment + +```console +helm uninstall sqlitebrowser +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install sqlitebrowser \ + --set env.TZ="America/New York" \ + TrueCharts/sqlitebrowser +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install sqlitebrowser TrueCharts/sqlitebrowser -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/sqlitebrowser/3.0.35/app-readme.md b/stable/sqlitebrowser/3.0.36/app-readme.md similarity index 100% rename from stable/sqlitebrowser/3.0.35/app-readme.md rename to stable/sqlitebrowser/3.0.36/app-readme.md diff --git a/stable/sqlitebrowser/3.0.36/charts/common-10.7.1.tgz b/stable/sqlitebrowser/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/sqlitebrowser/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/sqlitebrowser/3.0.35/ix_values.yaml b/stable/sqlitebrowser/3.0.36/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/3.0.35/ix_values.yaml rename to stable/sqlitebrowser/3.0.36/ix_values.yaml diff --git a/stable/sqlitebrowser/3.0.35/questions.yaml b/stable/sqlitebrowser/3.0.36/questions.yaml similarity index 100% rename from stable/sqlitebrowser/3.0.35/questions.yaml rename to stable/sqlitebrowser/3.0.36/questions.yaml diff --git a/stable/sqlitebrowser/3.0.35/templates/common.yaml b/stable/sqlitebrowser/3.0.36/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/3.0.35/templates/common.yaml rename to stable/sqlitebrowser/3.0.36/templates/common.yaml diff --git a/stable/wekan/5.0.17/values.yaml b/stable/sqlitebrowser/3.0.36/values.yaml similarity index 100% rename from stable/wekan/5.0.17/values.yaml rename to stable/sqlitebrowser/3.0.36/values.yaml diff --git a/stable/stash/7.0.39/CHANGELOG.md b/stable/stash/7.0.39/CHANGELOG.md deleted file mode 100644 index c64ecfe2078..00000000000 --- a/stable/stash/7.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [stash-7.0.39](https://github.com/truecharts/charts/compare/stash-7.0.38...stash-7.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [stash-7.0.38](https://github.com/truecharts/charts/compare/filestash-0.0.43...stash-7.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [stash-7.0.38](https://github.com/truecharts/charts/compare/filestash-0.0.43...stash-7.0.38) (2022-10-07) - -### Chore - -- update helm general non-major - - - - -## [stash-7.0.37](https://github.com/truecharts/charts/compare/filestash-0.0.41...stash-7.0.37) (2022-10-05) - -### Chore - -- update helm general non-major - - - - -## [stash-7.0.36](https://github.com/truecharts/charts/compare/filestash-0.0.39...stash-7.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [stash-7.0.35](https://github.com/truecharts/charts/compare/stash-7.0.34...stash-7.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [stash-7.0.34](https://github.com/truecharts/charts/compare/stash-7.0.33...stash-7.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [stash-7.0.34](https://github.com/truecharts/charts/compare/stash-7.0.33...stash-7.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/stash/7.0.39/Chart.lock b/stable/stash/7.0.39/Chart.lock deleted file mode 100644 index d4637c736ba..00000000000 --- a/stable/stash/7.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:58:08.359598243Z" diff --git a/stable/stash/7.0.39/Chart.yaml b/stable/stash/7.0.39/Chart.yaml deleted file mode 100644 index 2a3eb68de37..00000000000 --- a/stable/stash/7.0.39/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.16.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: An organizer for your porn, written in Go -home: https://truecharts.org/docs/charts/stable/stash -icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png -keywords: - - porn -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: stash -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/stash - - https://github.com/stashapp/stash - - https://hub.docker.com/r/stashapp/stash -version: 7.0.39 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/stash/7.0.39/README.md b/stable/stash/7.0.39/README.md deleted file mode 100644 index 2b957e34aed..00000000000 --- a/stable/stash/7.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# stash - -An organizer for your porn, written in Go - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [stash](https://truecharts.org/docs/charts/stable/stash) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `stash` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install stash TrueCharts/stash -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `stash` deployment - -```console -helm uninstall stash -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install stash \ - --set env.TZ="America/New York" \ - TrueCharts/stash -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install stash TrueCharts/stash -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/stash/7.0.39/charts/common-10.7.0.tgz b/stable/stash/7.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/stash/7.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/stash/7.0.39/ix_values.yaml b/stable/stash/7.0.39/ix_values.yaml deleted file mode 100644 index 86ad8fc72fe..00000000000 --- a/stable/stash/7.0.39/ix_values.yaml +++ /dev/null @@ -1,32 +0,0 @@ -image: - repository: tccr.io/truecharts/stash - tag: 0.16.1@sha256:2f275e3fcf8143f3fe301bb8eda35fca274ddfdd4d1f0d45165335b04a666b75 - pullPolicy: IfNotPresent - -securityContext: - runAsNonRoot: false - -podSecurityContext: - runAsUser: 0 - runAsGroup: 0 - -env: - STASH_PORT: "{{ .Values.service.main.ports.main.port }}" - # STASH_STASH: - # STASH_GENERATED: - # STASH_METADATA: - # STASH_CACHE: - -service: - main: - ports: - main: - port: 9999 - -persistence: - config: - enabled: true - mountPath: "/root/.stash" - -portal: - enabled: true diff --git a/stable/stash/7.0.40/CHANGELOG.md b/stable/stash/7.0.40/CHANGELOG.md new file mode 100644 index 00000000000..bc5424141c8 --- /dev/null +++ b/stable/stash/7.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [stash-7.0.40](https://github.com/truecharts/charts/compare/filestash-0.0.46...stash-7.0.40) (2022-10-19) + +### Chore + +- update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [stash-7.0.39](https://github.com/truecharts/charts/compare/stash-7.0.38...stash-7.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [stash-7.0.38](https://github.com/truecharts/charts/compare/filestash-0.0.43...stash-7.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [stash-7.0.38](https://github.com/truecharts/charts/compare/filestash-0.0.43...stash-7.0.38) (2022-10-07) + +### Chore + +- update helm general non-major + + + + +## [stash-7.0.37](https://github.com/truecharts/charts/compare/filestash-0.0.41...stash-7.0.37) (2022-10-05) + +### Chore + +- update helm general non-major + + + + +## [stash-7.0.36](https://github.com/truecharts/charts/compare/filestash-0.0.39...stash-7.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [stash-7.0.35](https://github.com/truecharts/charts/compare/stash-7.0.34...stash-7.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [stash-7.0.34](https://github.com/truecharts/charts/compare/stash-7.0.33...stash-7.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [stash-7.0.34](https://github.com/truecharts/charts/compare/stash-7.0.33...stash-7.0.34) (2022-09-21) + +### Chore + diff --git a/stable/stash/7.0.40/Chart.lock b/stable/stash/7.0.40/Chart.lock new file mode 100644 index 00000000000..85da08f8eef --- /dev/null +++ b/stable/stash/7.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:44:57.991531105Z" diff --git a/stable/stash/7.0.40/Chart.yaml b/stable/stash/7.0.40/Chart.yaml new file mode 100644 index 00000000000..6d2ac7107d5 --- /dev/null +++ b/stable/stash/7.0.40/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.17.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: An organizer for your porn, written in Go +home: https://truecharts.org/docs/charts/stable/stash +icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.png +keywords: + - porn +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: stash +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/stash + - https://github.com/stashapp/stash + - https://hub.docker.com/r/stashapp/stash +version: 7.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/stash/7.0.40/README.md b/stable/stash/7.0.40/README.md new file mode 100644 index 00000000000..16c70d560ef --- /dev/null +++ b/stable/stash/7.0.40/README.md @@ -0,0 +1,107 @@ +# stash + +An organizer for your porn, written in Go + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [stash](https://truecharts.org/docs/charts/stable/stash) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `stash` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install stash TrueCharts/stash +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `stash` deployment + +```console +helm uninstall stash +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install stash \ + --set env.TZ="America/New York" \ + TrueCharts/stash +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install stash TrueCharts/stash -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/stash/7.0.39/app-readme.md b/stable/stash/7.0.40/app-readme.md similarity index 100% rename from stable/stash/7.0.39/app-readme.md rename to stable/stash/7.0.40/app-readme.md diff --git a/stable/stash/7.0.40/charts/common-10.7.1.tgz b/stable/stash/7.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/stash/7.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/stash/7.0.39/ci/ct-values.yaml b/stable/stash/7.0.40/ci/ct-values.yaml similarity index 100% rename from stable/stash/7.0.39/ci/ct-values.yaml rename to stable/stash/7.0.40/ci/ct-values.yaml diff --git a/stable/stash/7.0.40/ix_values.yaml b/stable/stash/7.0.40/ix_values.yaml new file mode 100644 index 00000000000..c9762472736 --- /dev/null +++ b/stable/stash/7.0.40/ix_values.yaml @@ -0,0 +1,32 @@ +image: + repository: tccr.io/truecharts/stash + tag: 0.17.0@sha256:cb3e2c7f1e66fd1de2622f6678b6abca10da57ddeddd8b0389a5e329b7e5966e + pullPolicy: IfNotPresent + +securityContext: + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +env: + STASH_PORT: "{{ .Values.service.main.ports.main.port }}" + # STASH_STASH: + # STASH_GENERATED: + # STASH_METADATA: + # STASH_CACHE: + +service: + main: + ports: + main: + port: 9999 + +persistence: + config: + enabled: true + mountPath: "/root/.stash" + +portal: + enabled: true diff --git a/stable/stash/7.0.39/questions.yaml b/stable/stash/7.0.40/questions.yaml similarity index 100% rename from stable/stash/7.0.39/questions.yaml rename to stable/stash/7.0.40/questions.yaml diff --git a/stable/wikijs/7.0.47/templates/common.yaml b/stable/stash/7.0.40/templates/common.yaml similarity index 100% rename from stable/wikijs/7.0.47/templates/common.yaml rename to stable/stash/7.0.40/templates/common.yaml diff --git a/stable/wg-easy/1.0.30/values.yaml b/stable/stash/7.0.40/values.yaml similarity index 100% rename from stable/wg-easy/1.0.30/values.yaml rename to stable/stash/7.0.40/values.yaml diff --git a/stable/static/3.0.35/CHANGELOG.md b/stable/static/3.0.35/CHANGELOG.md deleted file mode 100644 index b39a354bf26..00000000000 --- a/stable/static/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [static-3.0.35](https://github.com/truecharts/charts/compare/static-3.0.34...static-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [static-3.0.34](https://github.com/truecharts/charts/compare/static-3.0.33...static-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [static-3.0.34](https://github.com/truecharts/charts/compare/static-3.0.33...static-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [static-3.0.33](https://github.com/truecharts/charts/compare/static-3.0.32...static-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [static-3.0.32](https://github.com/truecharts/charts/compare/static-3.0.31...static-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [static-3.0.31](https://github.com/truecharts/charts/compare/static-3.0.30...static-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [static-3.0.30](https://github.com/truecharts/charts/compare/static-3.0.29...static-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [static-3.0.30](https://github.com/truecharts/charts/compare/static-3.0.29...static-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/static/3.0.35/Chart.lock b/stable/static/3.0.35/Chart.lock deleted file mode 100644 index 2e09523ca8f..00000000000 --- a/stable/static/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:58:23.165703694Z" diff --git a/stable/static/3.0.35/Chart.yaml b/stable/static/3.0.35/Chart.yaml deleted file mode 100644 index 19b13bd22ce..00000000000 --- a/stable/static/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "ee8a20c" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. -home: https://truecharts.org/docs/charts/stable/static -icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png -keywords: - - app - - web - - filesystem - - static -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: static -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/static - - https://github.com/prologic/static - - https://github.com/nicholaswilde/docker-static -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/static/3.0.35/README.md b/stable/static/3.0.35/README.md deleted file mode 100644 index 0881f2c2d95..00000000000 --- a/stable/static/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# static - -A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [static](https://truecharts.org/docs/charts/stable/static) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `static` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install static TrueCharts/static -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `static` deployment - -```console -helm uninstall static -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install static \ - --set env.TZ="America/New York" \ - TrueCharts/static -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install static TrueCharts/static -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/static/3.0.35/charts/common-10.7.0.tgz b/stable/static/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/static/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/static/3.0.36/CHANGELOG.md b/stable/static/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..73ac3c2d1c5 --- /dev/null +++ b/stable/static/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [static-3.0.36](https://github.com/truecharts/charts/compare/static-3.0.35...static-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [static-3.0.35](https://github.com/truecharts/charts/compare/static-3.0.34...static-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [static-3.0.34](https://github.com/truecharts/charts/compare/static-3.0.33...static-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [static-3.0.34](https://github.com/truecharts/charts/compare/static-3.0.33...static-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [static-3.0.33](https://github.com/truecharts/charts/compare/static-3.0.32...static-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [static-3.0.32](https://github.com/truecharts/charts/compare/static-3.0.31...static-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [static-3.0.31](https://github.com/truecharts/charts/compare/static-3.0.30...static-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [static-3.0.30](https://github.com/truecharts/charts/compare/static-3.0.29...static-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/static/3.0.36/Chart.lock b/stable/static/3.0.36/Chart.lock new file mode 100644 index 00000000000..72f55f6bbcc --- /dev/null +++ b/stable/static/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:45:09.943750854Z" diff --git a/stable/static/3.0.36/Chart.yaml b/stable/static/3.0.36/Chart.yaml new file mode 100644 index 00000000000..7bda6a70251 --- /dev/null +++ b/stable/static/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "ee8a20c" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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://truecharts.org/docs/charts/stable/static +icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.png +keywords: + - app + - web + - filesystem + - static +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: static +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/static + - https://github.com/prologic/static + - https://github.com/nicholaswilde/docker-static +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/static/3.0.36/README.md b/stable/static/3.0.36/README.md new file mode 100644 index 00000000000..73903932e21 --- /dev/null +++ b/stable/static/3.0.36/README.md @@ -0,0 +1,107 @@ +# static + +A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [static](https://truecharts.org/docs/charts/stable/static) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `static` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install static TrueCharts/static +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `static` deployment + +```console +helm uninstall static +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install static \ + --set env.TZ="America/New York" \ + TrueCharts/static +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install static TrueCharts/static -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/static/3.0.35/app-readme.md b/stable/static/3.0.36/app-readme.md similarity index 100% rename from stable/static/3.0.35/app-readme.md rename to stable/static/3.0.36/app-readme.md diff --git a/stable/static/3.0.36/charts/common-10.7.1.tgz b/stable/static/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/static/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/static/3.0.35/ix_values.yaml b/stable/static/3.0.36/ix_values.yaml similarity index 100% rename from stable/static/3.0.35/ix_values.yaml rename to stable/static/3.0.36/ix_values.yaml diff --git a/stable/static/3.0.35/questions.yaml b/stable/static/3.0.36/questions.yaml similarity index 100% rename from stable/static/3.0.35/questions.yaml rename to stable/static/3.0.36/questions.yaml diff --git a/stable/static/3.0.35/templates/common.yaml b/stable/static/3.0.36/templates/common.yaml similarity index 100% rename from stable/static/3.0.35/templates/common.yaml rename to stable/static/3.0.36/templates/common.yaml diff --git a/stable/wger/1.1.19/values.yaml b/stable/static/3.0.36/values.yaml similarity index 100% rename from stable/wger/1.1.19/values.yaml rename to stable/static/3.0.36/values.yaml diff --git a/stable/statping/7.0.43/CHANGELOG.md b/stable/statping/7.0.43/CHANGELOG.md deleted file mode 100644 index 8d98363a0ab..00000000000 --- a/stable/statping/7.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [statping-7.0.43](https://github.com/truecharts/charts/compare/statping-7.0.42...statping-7.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [statping-7.0.42](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-7.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [statping-7.0.42](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-7.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [statping-7.0.41](https://github.com/truecharts/charts/compare/statping-7.0.40...statping-7.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [statping-7.0.39](https://github.com/truecharts/charts/compare/statping-ng-0.0.25...statping-7.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [statping-7.0.38](https://github.com/truecharts/charts/compare/statping-7.0.37...statping-7.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [statping-7.0.37](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-7.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [statping-7.0.37](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-7.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/statping/7.0.43/Chart.lock b/stable/statping/7.0.43/Chart.lock deleted file mode 100644 index e03e895a104..00000000000 --- a/stable/statping/7.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:58:43.597230798Z" diff --git a/stable/statping/7.0.43/Chart.yaml b/stable/statping/7.0.43/Chart.yaml deleted file mode 100644 index 225bcaebd0b..00000000000 --- a/stable/statping/7.0.43/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "0.90.78" -description: Status page for monitoring your websites and applications -name: statping -version: 7.0.43 -kubeVersion: ">=1.16.0-0" -keywords: - - statping - - status - - status-page -home: https://truecharts.org/docs/charts/stable/statping -icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/statping - - https://github.com/statping/statping -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/statping/7.0.43/README.md b/stable/statping/7.0.43/README.md deleted file mode 100644 index e25396c13a3..00000000000 --- a/stable/statping/7.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# statping - -Status page for monitoring your websites and applications - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [statping](https://truecharts.org/docs/charts/stable/statping) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `statping` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install statping TrueCharts/statping -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `statping` deployment - -```console -helm uninstall statping -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install statping \ - --set env.TZ="America/New York" \ - TrueCharts/statping -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install statping TrueCharts/statping -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/statping/7.0.43/charts/common-10.7.0.tgz b/stable/statping/7.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/statping/7.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/statping/7.0.43/charts/postgresql-8.0.97.tgz b/stable/statping/7.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/statping/7.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/statping/7.0.44/CHANGELOG.md b/stable/statping/7.0.44/CHANGELOG.md new file mode 100644 index 00000000000..5dc40e2d181 --- /dev/null +++ b/stable/statping/7.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [statping-7.0.44](https://github.com/truecharts/charts/compare/statping-7.0.43...statping-7.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [statping-7.0.43](https://github.com/truecharts/charts/compare/statping-7.0.42...statping-7.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [statping-7.0.42](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-7.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [statping-7.0.42](https://github.com/truecharts/charts/compare/statping-ng-0.0.27...statping-7.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [statping-7.0.41](https://github.com/truecharts/charts/compare/statping-7.0.40...statping-7.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [statping-7.0.39](https://github.com/truecharts/charts/compare/statping-ng-0.0.25...statping-7.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [statping-7.0.38](https://github.com/truecharts/charts/compare/statping-7.0.37...statping-7.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [statping-7.0.37](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-7.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [statping-7.0.37](https://github.com/truecharts/charts/compare/statping-ng-0.0.23...statping-7.0.37) (2022-09-21) diff --git a/stable/statping/7.0.44/Chart.lock b/stable/statping/7.0.44/Chart.lock new file mode 100644 index 00000000000..54b8b22aa24 --- /dev/null +++ b/stable/statping/7.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:45:32.052051811Z" diff --git a/stable/statping/7.0.44/Chart.yaml b/stable/statping/7.0.44/Chart.yaml new file mode 100644 index 00000000000..889107a049d --- /dev/null +++ b/stable/statping/7.0.44/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "0.90.78" +description: Status page for monitoring your websites and applications +name: statping +version: 7.0.44 +kubeVersion: ">=1.16.0-0" +keywords: + - statping + - status + - status-page +home: https://truecharts.org/docs/charts/stable/statping +icon: https://truecharts.org/img/hotlink-ok/chart-icons/statping.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/statping + - https://github.com/statping/statping +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/statping/7.0.44/README.md b/stable/statping/7.0.44/README.md new file mode 100644 index 00000000000..b64d0ff003a --- /dev/null +++ b/stable/statping/7.0.44/README.md @@ -0,0 +1,107 @@ +# statping + +Status page for monitoring your websites and applications + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [statping](https://truecharts.org/docs/charts/stable/statping) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `statping` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install statping TrueCharts/statping +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `statping` deployment + +```console +helm uninstall statping +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install statping \ + --set env.TZ="America/New York" \ + TrueCharts/statping +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install statping TrueCharts/statping -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/statping/7.0.43/app-readme.md b/stable/statping/7.0.44/app-readme.md similarity index 100% rename from stable/statping/7.0.43/app-readme.md rename to stable/statping/7.0.44/app-readme.md diff --git a/stable/statping/7.0.44/charts/common-10.7.1.tgz b/stable/statping/7.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/statping/7.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/statping/7.0.44/charts/postgresql-8.0.101.tgz b/stable/statping/7.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/statping/7.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/statping/7.0.43/ix_values.yaml b/stable/statping/7.0.44/ix_values.yaml similarity index 100% rename from stable/statping/7.0.43/ix_values.yaml rename to stable/statping/7.0.44/ix_values.yaml diff --git a/stable/statping/7.0.43/questions.yaml b/stable/statping/7.0.44/questions.yaml similarity index 100% rename from stable/statping/7.0.43/questions.yaml rename to stable/statping/7.0.44/questions.yaml diff --git a/stable/statping/7.0.43/templates/common.yaml b/stable/statping/7.0.44/templates/common.yaml similarity index 100% rename from stable/statping/7.0.43/templates/common.yaml rename to stable/statping/7.0.44/templates/common.yaml diff --git a/stable/whisparr/1.0.8/values.yaml b/stable/statping/7.0.44/values.yaml similarity index 100% rename from stable/whisparr/1.0.8/values.yaml rename to stable/statping/7.0.44/values.yaml diff --git a/stable/storj-node/2.0.55/CHANGELOG.md b/stable/storj-node/2.0.55/CHANGELOG.md deleted file mode 100644 index ddb34fc42f2..00000000000 --- a/stable/storj-node/2.0.55/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [storj-node-2.0.55](https://github.com/truecharts/charts/compare/storj-node-2.0.54...storj-node-2.0.55) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [storj-node-2.0.54](https://github.com/truecharts/charts/compare/storj-node-2.0.53...storj-node-2.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [storj-node-2.0.54](https://github.com/truecharts/charts/compare/storj-node-2.0.53...storj-node-2.0.54) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [storj-node-2.0.53](https://github.com/truecharts/charts/compare/storj-node-2.0.52...storj-node-2.0.53) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [storj-node-2.0.52](https://github.com/truecharts/charts/compare/storj-node-2.0.51...storj-node-2.0.52) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [storj-node-2.0.51](https://github.com/truecharts/charts/compare/storj-node-2.0.50...storj-node-2.0.51) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [storj-node-2.0.50](https://github.com/truecharts/charts/compare/storj-node-2.0.49...storj-node-2.0.50) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [storj-node-2.0.49](https://github.com/truecharts/charts/compare/storj-node-2.0.47...storj-node-2.0.49) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - diff --git a/stable/storj-node/2.0.55/Chart.lock b/stable/storj-node/2.0.55/Chart.lock deleted file mode 100644 index dd12fdcd413..00000000000 --- a/stable/storj-node/2.0.55/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:58:36.245916815Z" diff --git a/stable/storj-node/2.0.55/Chart.yaml b/stable/storj-node/2.0.55/Chart.yaml deleted file mode 100644 index 78cfac73166..00000000000 --- a/stable/storj-node/2.0.55/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.65.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner -home: https://truecharts.org/docs/charts/stable/storj-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png -keywords: - - storj - - storage -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: storj-node -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node - - https://github.com/storj/storj - - https://docs.storj.io/node/ - - https://hub.docker.com/r/storjlabs/storagenode -version: 2.0.55 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/storj-node/2.0.55/README.md b/stable/storj-node/2.0.55/README.md deleted file mode 100644 index e3e75668595..00000000000 --- a/stable/storj-node/2.0.55/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# storj-node - -Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [storj-node](https://truecharts.org/docs/charts/stable/storj-node) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `storj-node` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install storj-node TrueCharts/storj-node -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `storj-node` deployment - -```console -helm uninstall storj-node -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install storj-node \ - --set env.TZ="America/New York" \ - TrueCharts/storj-node -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install storj-node TrueCharts/storj-node -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/storj-node/2.0.55/charts/common-10.7.0.tgz b/stable/storj-node/2.0.55/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/storj-node/2.0.55/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/storj-node/2.0.56/CHANGELOG.md b/stable/storj-node/2.0.56/CHANGELOG.md new file mode 100644 index 00000000000..daea895d6d4 --- /dev/null +++ b/stable/storj-node/2.0.56/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [storj-node-2.0.56](https://github.com/truecharts/charts/compare/storj-node-2.0.55...storj-node-2.0.56) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [storj-node-2.0.55](https://github.com/truecharts/charts/compare/storj-node-2.0.54...storj-node-2.0.55) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [storj-node-2.0.54](https://github.com/truecharts/charts/compare/storj-node-2.0.53...storj-node-2.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [storj-node-2.0.54](https://github.com/truecharts/charts/compare/storj-node-2.0.53...storj-node-2.0.54) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [storj-node-2.0.53](https://github.com/truecharts/charts/compare/storj-node-2.0.52...storj-node-2.0.53) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [storj-node-2.0.52](https://github.com/truecharts/charts/compare/storj-node-2.0.51...storj-node-2.0.52) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [storj-node-2.0.51](https://github.com/truecharts/charts/compare/storj-node-2.0.50...storj-node-2.0.51) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [storj-node-2.0.50](https://github.com/truecharts/charts/compare/storj-node-2.0.49...storj-node-2.0.50) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [storj-node-2.0.49](https://github.com/truecharts/charts/compare/storj-node-2.0.47...storj-node-2.0.49) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/storj-node/2.0.56/Chart.lock b/stable/storj-node/2.0.56/Chart.lock new file mode 100644 index 00000000000..c17aee28f43 --- /dev/null +++ b/stable/storj-node/2.0.56/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:45:25.771269679Z" diff --git a/stable/storj-node/2.0.56/Chart.yaml b/stable/storj-node/2.0.56/Chart.yaml new file mode 100644 index 00000000000..fd8accac64a --- /dev/null +++ b/stable/storj-node/2.0.56/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.65.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner +home: https://truecharts.org/docs/charts/stable/storj-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.png +keywords: + - storj + - storage +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: storj-node +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/storj-node + - https://github.com/storj/storj + - https://docs.storj.io/node/ + - https://hub.docker.com/r/storjlabs/storagenode +version: 2.0.56 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/storj-node/2.0.56/README.md b/stable/storj-node/2.0.56/README.md new file mode 100644 index 00000000000..93f9a4f2324 --- /dev/null +++ b/stable/storj-node/2.0.56/README.md @@ -0,0 +1,108 @@ +# storj-node + +Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [storj-node](https://truecharts.org/docs/charts/stable/storj-node) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `storj-node` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install storj-node TrueCharts/storj-node +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `storj-node` deployment + +```console +helm uninstall storj-node +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install storj-node \ + --set env.TZ="America/New York" \ + TrueCharts/storj-node +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install storj-node TrueCharts/storj-node -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/storj-node/2.0.55/SKIPINSTALL b/stable/storj-node/2.0.56/SKIPINSTALL similarity index 100% rename from stable/storj-node/2.0.55/SKIPINSTALL rename to stable/storj-node/2.0.56/SKIPINSTALL diff --git a/stable/storj-node/2.0.55/app-readme.md b/stable/storj-node/2.0.56/app-readme.md similarity index 100% rename from stable/storj-node/2.0.55/app-readme.md rename to stable/storj-node/2.0.56/app-readme.md diff --git a/stable/storj-node/2.0.56/charts/common-10.7.1.tgz b/stable/storj-node/2.0.56/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/storj-node/2.0.56/charts/common-10.7.1.tgz differ diff --git a/stable/storj-node/2.0.55/ix_values.yaml b/stable/storj-node/2.0.56/ix_values.yaml similarity index 100% rename from stable/storj-node/2.0.55/ix_values.yaml rename to stable/storj-node/2.0.56/ix_values.yaml diff --git a/stable/storj-node/2.0.55/questions.yaml b/stable/storj-node/2.0.56/questions.yaml similarity index 100% rename from stable/storj-node/2.0.55/questions.yaml rename to stable/storj-node/2.0.56/questions.yaml diff --git a/stable/wireshark/2.0.35/templates/common.yaml b/stable/storj-node/2.0.56/templates/common.yaml similarity index 100% rename from stable/wireshark/2.0.35/templates/common.yaml rename to stable/storj-node/2.0.56/templates/common.yaml diff --git a/stable/whoogle/3.0.38/values.yaml b/stable/storj-node/2.0.56/values.yaml similarity index 100% rename from stable/whoogle/3.0.38/values.yaml rename to stable/storj-node/2.0.56/values.yaml diff --git a/stable/strapi/4.0.43/CHANGELOG.md b/stable/strapi/4.0.43/CHANGELOG.md deleted file mode 100644 index 205d0163bde..00000000000 --- a/stable/strapi/4.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [strapi-4.0.43](https://github.com/truecharts/charts/compare/strapi-4.0.42...strapi-4.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [strapi-4.0.42](https://github.com/truecharts/charts/compare/strapi-4.0.41...strapi-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [strapi-4.0.42](https://github.com/truecharts/charts/compare/strapi-4.0.41...strapi-4.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [strapi-4.0.41](https://github.com/truecharts/charts/compare/strapi-4.0.40...strapi-4.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [strapi-4.0.39](https://github.com/truecharts/charts/compare/strapi-4.0.38...strapi-4.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [strapi-4.0.38](https://github.com/truecharts/charts/compare/strapi-4.0.37...strapi-4.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [strapi-4.0.37](https://github.com/truecharts/charts/compare/strapi-4.0.36...strapi-4.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [strapi-4.0.37](https://github.com/truecharts/charts/compare/strapi-4.0.36...strapi-4.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/strapi/4.0.43/Chart.lock b/stable/strapi/4.0.43/Chart.lock deleted file mode 100644 index 303b99859d3..00000000000 --- a/stable/strapi/4.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T16:58:49.229470123Z" diff --git a/stable/strapi/4.0.43/Chart.yaml b/stable/strapi/4.0.43/Chart.yaml deleted file mode 100644 index c5c60bf2710..00000000000 --- a/stable/strapi/4.0.43/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "3.6.8" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. -home: https://truecharts.org/docs/charts/stable/strapi -icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png -keywords: - - strapi - - cms -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: strapi -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/strapi - - https://hub.docker.com/r/strapi/strapi - - https://github.com/strapi/strapi - - https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project -version: 4.0.43 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/strapi/4.0.43/README.md b/stable/strapi/4.0.43/README.md deleted file mode 100644 index 69ce556aa99..00000000000 --- a/stable/strapi/4.0.43/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# strapi - -Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [strapi](https://truecharts.org/docs/charts/stable/strapi) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `strapi` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install strapi TrueCharts/strapi -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `strapi` deployment - -```console -helm uninstall strapi -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install strapi \ - --set env.TZ="America/New York" \ - TrueCharts/strapi -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install strapi TrueCharts/strapi -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/strapi/4.0.43/charts/common-10.7.0.tgz b/stable/strapi/4.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/strapi/4.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/strapi/4.0.43/charts/postgresql-8.0.97.tgz b/stable/strapi/4.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/strapi/4.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/strapi/4.0.44/CHANGELOG.md b/stable/strapi/4.0.44/CHANGELOG.md new file mode 100644 index 00000000000..9fd80c126b7 --- /dev/null +++ b/stable/strapi/4.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [strapi-4.0.44](https://github.com/truecharts/charts/compare/strapi-4.0.43...strapi-4.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [strapi-4.0.43](https://github.com/truecharts/charts/compare/strapi-4.0.42...strapi-4.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [strapi-4.0.42](https://github.com/truecharts/charts/compare/strapi-4.0.41...strapi-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [strapi-4.0.42](https://github.com/truecharts/charts/compare/strapi-4.0.41...strapi-4.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [strapi-4.0.41](https://github.com/truecharts/charts/compare/strapi-4.0.40...strapi-4.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [strapi-4.0.39](https://github.com/truecharts/charts/compare/strapi-4.0.38...strapi-4.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [strapi-4.0.38](https://github.com/truecharts/charts/compare/strapi-4.0.37...strapi-4.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [strapi-4.0.37](https://github.com/truecharts/charts/compare/strapi-4.0.36...strapi-4.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/strapi/4.0.44/Chart.lock b/stable/strapi/4.0.44/Chart.lock new file mode 100644 index 00000000000..5c667c4db5f --- /dev/null +++ b/stable/strapi/4.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:45:41.236145912Z" diff --git a/stable/strapi/4.0.44/Chart.yaml b/stable/strapi/4.0.44/Chart.yaml new file mode 100644 index 00000000000..85abae5c17c --- /dev/null +++ b/stable/strapi/4.0.44/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "3.6.8" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. +home: https://truecharts.org/docs/charts/stable/strapi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png +keywords: + - strapi + - cms +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: strapi +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/strapi + - https://hub.docker.com/r/strapi/strapi + - https://github.com/strapi/strapi + - https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project +version: 4.0.44 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/strapi/4.0.44/README.md b/stable/strapi/4.0.44/README.md new file mode 100644 index 00000000000..c48f47daeec --- /dev/null +++ b/stable/strapi/4.0.44/README.md @@ -0,0 +1,109 @@ +# strapi + +Strapi is the leading open-source headless CMS. JavaScript, fully customizable and developer-first. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [strapi](https://truecharts.org/docs/charts/stable/strapi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `strapi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install strapi TrueCharts/strapi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `strapi` deployment + +```console +helm uninstall strapi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install strapi \ + --set env.TZ="America/New York" \ + TrueCharts/strapi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install strapi TrueCharts/strapi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/strapi/4.0.43/app-readme.md b/stable/strapi/4.0.44/app-readme.md similarity index 100% rename from stable/strapi/4.0.43/app-readme.md rename to stable/strapi/4.0.44/app-readme.md diff --git a/stable/strapi/4.0.44/charts/common-10.7.1.tgz b/stable/strapi/4.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/strapi/4.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/strapi/4.0.44/charts/postgresql-8.0.101.tgz b/stable/strapi/4.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/strapi/4.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/strapi/4.0.43/ix_values.yaml b/stable/strapi/4.0.44/ix_values.yaml similarity index 100% rename from stable/strapi/4.0.43/ix_values.yaml rename to stable/strapi/4.0.44/ix_values.yaml diff --git a/stable/strapi/4.0.43/questions.yaml b/stable/strapi/4.0.44/questions.yaml similarity index 100% rename from stable/strapi/4.0.43/questions.yaml rename to stable/strapi/4.0.44/questions.yaml diff --git a/stable/xbackbone/3.0.45/templates/common.yaml b/stable/strapi/4.0.44/templates/common.yaml similarity index 100% rename from stable/xbackbone/3.0.45/templates/common.yaml rename to stable/strapi/4.0.44/templates/common.yaml diff --git a/stable/wikijs/7.0.47/values.yaml b/stable/strapi/4.0.44/values.yaml similarity index 100% rename from stable/wikijs/7.0.47/values.yaml rename to stable/strapi/4.0.44/values.yaml diff --git a/stable/synapse/4.0.51/CHANGELOG.md b/stable/synapse/4.0.51/CHANGELOG.md deleted file mode 100644 index ef9ad447979..00000000000 --- a/stable/synapse/4.0.51/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [synapse-4.0.51](https://github.com/truecharts/charts/compare/synapse-4.0.50...synapse-4.0.51) (2022-10-18) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) - - - - -## [synapse-4.0.50](https://github.com/truecharts/charts/compare/synapse-4.0.49...synapse-4.0.50) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [synapse-4.0.49](https://github.com/truecharts/charts/compare/synapse-4.0.48...synapse-4.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synapse-4.0.49](https://github.com/truecharts/charts/compare/synapse-4.0.48...synapse-4.0.49) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synapse-4.0.48](https://github.com/truecharts/charts/compare/synapse-4.0.47...synapse-4.0.48) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [synapse-4.0.47](https://github.com/truecharts/charts/compare/synapse-4.0.46...synapse-4.0.47) (2022-09-28) - -### Chore - -- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [synapse-4.0.45](https://github.com/truecharts/charts/compare/synapse-4.0.44...synapse-4.0.45) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [synapse-4.0.44](https://github.com/truecharts/charts/compare/synapse-4.0.43...synapse-4.0.44) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [synapse-4.0.43](https://github.com/truecharts/charts/compare/synapse-4.0.42...synapse-4.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/synapse/4.0.51/Chart.lock b/stable/synapse/4.0.51/Chart.lock deleted file mode 100644 index 1ead5f32f0d..00000000000 --- a/stable/synapse/4.0.51/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-18T05:49:16.394363302Z" diff --git a/stable/synapse/4.0.51/Chart.yaml b/stable/synapse/4.0.51/Chart.yaml deleted file mode 100644 index 6456d48b87c..00000000000 --- a/stable/synapse/4.0.51/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "1.69.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -deprecated: false -description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes -home: https://truecharts.org/docs/charts/stable/synapse -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synapse.png -keywords: - - chat - - matrix - - synapse -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: synapse -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/synapse -type: application -version: 4.0.51 -annotations: - truecharts.org/catagories: | - - cloud - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/synapse/4.0.51/README.md b/stable/synapse/4.0.51/README.md deleted file mode 100644 index e8397694863..00000000000 --- a/stable/synapse/4.0.51/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# synapse - -A Helm chart to deploy a Matrix homeserver stack into Kubernetes - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [synapse](https://truecharts.org/docs/charts/stable/synapse) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `synapse` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install synapse TrueCharts/synapse -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `synapse` deployment - -```console -helm uninstall synapse -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install synapse \ - --set env.TZ="America/New York" \ - TrueCharts/synapse -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install synapse TrueCharts/synapse -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/synapse/4.0.51/charts/common-10.7.0.tgz b/stable/synapse/4.0.51/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/synapse/4.0.51/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/synapse/4.0.51/charts/postgresql-8.0.97.tgz b/stable/synapse/4.0.51/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/synapse/4.0.51/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/synapse/4.0.52/CHANGELOG.md b/stable/synapse/4.0.52/CHANGELOG.md new file mode 100644 index 00000000000..d1ef864f704 --- /dev/null +++ b/stable/synapse/4.0.52/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [synapse-4.0.52](https://github.com/truecharts/charts/compare/synapse-4.0.51...synapse-4.0.52) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [synapse-4.0.51](https://github.com/truecharts/charts/compare/synapse-4.0.50...synapse-4.0.51) (2022-10-18) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4120](https://github.com/truecharts/charts/issues/4120)) + + + + +## [synapse-4.0.50](https://github.com/truecharts/charts/compare/synapse-4.0.49...synapse-4.0.50) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [synapse-4.0.49](https://github.com/truecharts/charts/compare/synapse-4.0.48...synapse-4.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synapse-4.0.49](https://github.com/truecharts/charts/compare/synapse-4.0.48...synapse-4.0.49) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synapse-4.0.48](https://github.com/truecharts/charts/compare/synapse-4.0.47...synapse-4.0.48) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [synapse-4.0.47](https://github.com/truecharts/charts/compare/synapse-4.0.46...synapse-4.0.47) (2022-09-28) + +### Chore + +- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [synapse-4.0.45](https://github.com/truecharts/charts/compare/synapse-4.0.44...synapse-4.0.45) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [synapse-4.0.44](https://github.com/truecharts/charts/compare/synapse-4.0.43...synapse-4.0.44) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [synapse-4.0.43](https://github.com/truecharts/charts/compare/synapse-4.0.42...synapse-4.0.43) (2022-09-22) + +### Chore + diff --git a/stable/synapse/4.0.52/Chart.lock b/stable/synapse/4.0.52/Chart.lock new file mode 100644 index 00000000000..a1a0473e0e1 --- /dev/null +++ b/stable/synapse/4.0.52/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:45:53.965968953Z" diff --git a/stable/synapse/4.0.52/Chart.yaml b/stable/synapse/4.0.52/Chart.yaml new file mode 100644 index 00000000000..dbac1675544 --- /dev/null +++ b/stable/synapse/4.0.52/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "1.69.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: A Helm chart to deploy a Matrix homeserver stack into Kubernetes +home: https://truecharts.org/docs/charts/stable/synapse +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synapse.png +keywords: + - chat + - matrix + - synapse +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: synapse +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synapse +type: application +version: 4.0.52 +annotations: + truecharts.org/catagories: | + - cloud + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/synapse/4.0.52/README.md b/stable/synapse/4.0.52/README.md new file mode 100644 index 00000000000..ed1c9d09608 --- /dev/null +++ b/stable/synapse/4.0.52/README.md @@ -0,0 +1,106 @@ +# synapse + +A Helm chart to deploy a Matrix homeserver stack into Kubernetes + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [synapse](https://truecharts.org/docs/charts/stable/synapse) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `synapse` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install synapse TrueCharts/synapse +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `synapse` deployment + +```console +helm uninstall synapse +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install synapse \ + --set env.TZ="America/New York" \ + TrueCharts/synapse +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install synapse TrueCharts/synapse -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/synapse/4.0.51/app-readme.md b/stable/synapse/4.0.52/app-readme.md similarity index 100% rename from stable/synapse/4.0.51/app-readme.md rename to stable/synapse/4.0.52/app-readme.md diff --git a/stable/synapse/4.0.52/charts/common-10.7.1.tgz b/stable/synapse/4.0.52/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/synapse/4.0.52/charts/common-10.7.1.tgz differ diff --git a/stable/synapse/4.0.52/charts/postgresql-8.0.101.tgz b/stable/synapse/4.0.52/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/synapse/4.0.52/charts/postgresql-8.0.101.tgz differ diff --git a/stable/synapse/4.0.51/ci/base-values.yaml b/stable/synapse/4.0.52/ci/base-values.yaml similarity index 100% rename from stable/synapse/4.0.51/ci/base-values.yaml rename to stable/synapse/4.0.52/ci/base-values.yaml diff --git a/stable/synapse/4.0.51/ci/basic-values.yaml b/stable/synapse/4.0.52/ci/basic-values.yaml similarity index 100% rename from stable/synapse/4.0.51/ci/basic-values.yaml rename to stable/synapse/4.0.52/ci/basic-values.yaml diff --git a/stable/synapse/4.0.51/ix_values.yaml b/stable/synapse/4.0.52/ix_values.yaml similarity index 100% rename from stable/synapse/4.0.51/ix_values.yaml rename to stable/synapse/4.0.52/ix_values.yaml diff --git a/stable/synapse/4.0.51/questions.yaml b/stable/synapse/4.0.52/questions.yaml similarity index 100% rename from stable/synapse/4.0.51/questions.yaml rename to stable/synapse/4.0.52/questions.yaml diff --git a/stable/synapse/4.0.51/templates/_configmap.tpl b/stable/synapse/4.0.52/templates/_configmap.tpl similarity index 100% rename from stable/synapse/4.0.51/templates/_configmap.tpl rename to stable/synapse/4.0.52/templates/_configmap.tpl diff --git a/stable/synapse/4.0.51/templates/_helpers.tpl b/stable/synapse/4.0.52/templates/_helpers.tpl similarity index 100% rename from stable/synapse/4.0.51/templates/_helpers.tpl rename to stable/synapse/4.0.52/templates/_helpers.tpl diff --git a/stable/synapse/4.0.51/templates/_secret.tpl b/stable/synapse/4.0.52/templates/_secret.tpl similarity index 100% rename from stable/synapse/4.0.51/templates/_secret.tpl rename to stable/synapse/4.0.52/templates/_secret.tpl diff --git a/stable/synapse/4.0.51/templates/common.yaml b/stable/synapse/4.0.52/templates/common.yaml similarity index 100% rename from stable/synapse/4.0.51/templates/common.yaml rename to stable/synapse/4.0.52/templates/common.yaml diff --git a/stable/wireguard/1.0.10/values.yaml b/stable/synapse/4.0.52/values.yaml similarity index 100% rename from stable/wireguard/1.0.10/values.yaml rename to stable/synapse/4.0.52/values.yaml diff --git a/stable/synclounge/2.0.49/CHANGELOG.md b/stable/synclounge/2.0.49/CHANGELOG.md deleted file mode 100644 index 84d44694f50..00000000000 --- a/stable/synclounge/2.0.49/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [synclounge-2.0.49](https://github.com/truecharts/charts/compare/synclounge-2.0.48...synclounge-2.0.49) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [synclounge-2.0.48](https://github.com/truecharts/charts/compare/synclounge-2.0.47...synclounge-2.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synclounge-2.0.48](https://github.com/truecharts/charts/compare/synclounge-2.0.47...synclounge-2.0.48) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [synclounge-2.0.47](https://github.com/truecharts/charts/compare/synclounge-2.0.46...synclounge-2.0.47) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [synclounge-2.0.46](https://github.com/truecharts/charts/compare/synclounge-2.0.45...synclounge-2.0.46) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [synclounge-2.0.45](https://github.com/truecharts/charts/compare/synclounge-2.0.44...synclounge-2.0.45) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [synclounge-2.0.44](https://github.com/truecharts/charts/compare/synclounge-2.0.43...synclounge-2.0.44) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [synclounge-2.0.43](https://github.com/truecharts/charts/compare/synclounge-2.0.41...synclounge-2.0.43) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3818](https://github.com/truecharts/charts/issues/3818)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - diff --git a/stable/synclounge/2.0.49/Chart.lock b/stable/synclounge/2.0.49/Chart.lock deleted file mode 100644 index 263a5a6b95c..00000000000 --- a/stable/synclounge/2.0.49/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:59:05.573442668Z" diff --git a/stable/synclounge/2.0.49/Chart.yaml b/stable/synclounge/2.0.49/Chart.yaml deleted file mode 100644 index e8fc56f5601..00000000000 --- a/stable/synclounge/2.0.49/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: synclounge -version: 2.0.49 -appVersion: "5.2.3" -description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/synclounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png -keywords: - - synclounge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge - - https://hub.docker.com/r/linuxserver/synclounge -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/synclounge/2.0.49/README.md b/stable/synclounge/2.0.49/README.md deleted file mode 100644 index ea250b36c81..00000000000 --- a/stable/synclounge/2.0.49/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# synclounge - -Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [synclounge](https://truecharts.org/docs/charts/stable/synclounge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `synclounge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install synclounge TrueCharts/synclounge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `synclounge` deployment - -```console -helm uninstall synclounge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install synclounge \ - --set env.TZ="America/New York" \ - TrueCharts/synclounge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install synclounge TrueCharts/synclounge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/synclounge/2.0.49/charts/common-10.7.0.tgz b/stable/synclounge/2.0.49/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/synclounge/2.0.49/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/synclounge/2.0.50/CHANGELOG.md b/stable/synclounge/2.0.50/CHANGELOG.md new file mode 100644 index 00000000000..728cfd6d8d2 --- /dev/null +++ b/stable/synclounge/2.0.50/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [synclounge-2.0.50](https://github.com/truecharts/charts/compare/synclounge-2.0.49...synclounge-2.0.50) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [synclounge-2.0.49](https://github.com/truecharts/charts/compare/synclounge-2.0.48...synclounge-2.0.49) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [synclounge-2.0.48](https://github.com/truecharts/charts/compare/synclounge-2.0.47...synclounge-2.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synclounge-2.0.48](https://github.com/truecharts/charts/compare/synclounge-2.0.47...synclounge-2.0.48) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [synclounge-2.0.47](https://github.com/truecharts/charts/compare/synclounge-2.0.46...synclounge-2.0.47) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [synclounge-2.0.46](https://github.com/truecharts/charts/compare/synclounge-2.0.45...synclounge-2.0.46) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [synclounge-2.0.45](https://github.com/truecharts/charts/compare/synclounge-2.0.44...synclounge-2.0.45) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [synclounge-2.0.44](https://github.com/truecharts/charts/compare/synclounge-2.0.43...synclounge-2.0.44) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [synclounge-2.0.43](https://github.com/truecharts/charts/compare/synclounge-2.0.41...synclounge-2.0.43) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/synclounge/2.0.50/Chart.lock b/stable/synclounge/2.0.50/Chart.lock new file mode 100644 index 00000000000..dde04c8c423 --- /dev/null +++ b/stable/synclounge/2.0.50/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:45:56.512280541Z" diff --git a/stable/synclounge/2.0.50/Chart.yaml b/stable/synclounge/2.0.50/Chart.yaml new file mode 100644 index 00000000000..35394ce1f67 --- /dev/null +++ b/stable/synclounge/2.0.50/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: synclounge +version: 2.0.50 +appVersion: "5.2.3" +description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/synclounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.png +keywords: + - synclounge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/synclounge + - https://hub.docker.com/r/linuxserver/synclounge +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/synclounge/2.0.50/README.md b/stable/synclounge/2.0.50/README.md new file mode 100644 index 00000000000..d5a1854429e --- /dev/null +++ b/stable/synclounge/2.0.50/README.md @@ -0,0 +1,106 @@ +# synclounge + +Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [synclounge](https://truecharts.org/docs/charts/stable/synclounge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `synclounge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install synclounge TrueCharts/synclounge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `synclounge` deployment + +```console +helm uninstall synclounge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install synclounge \ + --set env.TZ="America/New York" \ + TrueCharts/synclounge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install synclounge TrueCharts/synclounge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/synclounge/2.0.49/app-readme.md b/stable/synclounge/2.0.50/app-readme.md similarity index 100% rename from stable/synclounge/2.0.49/app-readme.md rename to stable/synclounge/2.0.50/app-readme.md diff --git a/stable/synclounge/2.0.50/charts/common-10.7.1.tgz b/stable/synclounge/2.0.50/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/synclounge/2.0.50/charts/common-10.7.1.tgz differ diff --git a/stable/synclounge/2.0.49/ix_values.yaml b/stable/synclounge/2.0.50/ix_values.yaml similarity index 100% rename from stable/synclounge/2.0.49/ix_values.yaml rename to stable/synclounge/2.0.50/ix_values.yaml diff --git a/stable/synclounge/2.0.49/questions.yaml b/stable/synclounge/2.0.50/questions.yaml similarity index 100% rename from stable/synclounge/2.0.49/questions.yaml rename to stable/synclounge/2.0.50/questions.yaml diff --git a/stable/xteve/6.0.37/templates/common.yaml b/stable/synclounge/2.0.50/templates/common.yaml similarity index 100% rename from stable/xteve/6.0.37/templates/common.yaml rename to stable/synclounge/2.0.50/templates/common.yaml diff --git a/stable/wireshark/2.0.35/values.yaml b/stable/synclounge/2.0.50/values.yaml similarity index 100% rename from stable/wireshark/2.0.35/values.yaml rename to stable/synclounge/2.0.50/values.yaml diff --git a/stable/syncthing/11.0.42/CHANGELOG.md b/stable/syncthing/11.0.42/CHANGELOG.md new file mode 100644 index 00000000000..5a18a3f1f8b --- /dev/null +++ b/stable/syncthing/11.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [syncthing-11.0.42](https://github.com/truecharts/charts/compare/syncthing-11.0.41...syncthing-11.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [syncthing-11.0.41](https://github.com/truecharts/charts/compare/syncthing-11.0.40...syncthing-11.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [syncthing-11.0.40](https://github.com/truecharts/charts/compare/syncthing-11.0.39...syncthing-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [syncthing-11.0.40](https://github.com/truecharts/charts/compare/syncthing-11.0.39...syncthing-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [syncthing-11.0.39](https://github.com/truecharts/charts/compare/syncthing-11.0.38...syncthing-11.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [syncthing-11.0.38](https://github.com/truecharts/charts/compare/syncthing-11.0.37...syncthing-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [syncthing-11.0.37](https://github.com/truecharts/charts/compare/syncthing-11.0.36...syncthing-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [syncthing-11.0.36](https://github.com/truecharts/charts/compare/syncthing-11.0.35...syncthing-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [syncthing-11.0.35](https://github.com/truecharts/charts/compare/syncthing-11.0.34...syncthing-11.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/syncthing/11.0.42/Chart.lock b/stable/syncthing/11.0.42/Chart.lock new file mode 100644 index 00000000000..1f12a56cdc1 --- /dev/null +++ b/stable/syncthing/11.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:16.502252264Z" diff --git a/stable/syncthing/11.0.42/Chart.yaml b/stable/syncthing/11.0.42/Chart.yaml new file mode 100644 index 00000000000..0f066ad2d6b --- /dev/null +++ b/stable/syncthing/11.0.42/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.22.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: P2P file synchronization application +home: https://truecharts.org/docs/charts/stable/syncthing +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.png +keywords: + - syncthing +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: syncthing +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syncthing + - https://syncthing.net/ + - https://github.com/syncthing/syncthing + - https://hub.docker.com/r/syncthing/syncthing +type: application +version: 11.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/syncthing/11.0.42/README.md b/stable/syncthing/11.0.42/README.md new file mode 100644 index 00000000000..8d6dbf5bd7e --- /dev/null +++ b/stable/syncthing/11.0.42/README.md @@ -0,0 +1,108 @@ +# syncthing + +P2P file synchronization application + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [syncthing](https://truecharts.org/docs/charts/stable/syncthing) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `syncthing` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install syncthing TrueCharts/syncthing +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `syncthing` deployment + +```console +helm uninstall syncthing +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install syncthing \ + --set env.TZ="America/New York" \ + TrueCharts/syncthing +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install syncthing TrueCharts/syncthing -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/syncthing/11.0.42/app-readme.md b/stable/syncthing/11.0.42/app-readme.md new file mode 100644 index 00000000000..52adeb7bab4 --- /dev/null +++ b/stable/syncthing/11.0.42/app-readme.md @@ -0,0 +1,8 @@ +P2P file synchronization application + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/syncthing](https://truecharts.org/docs/charts/stable/syncthing) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/syncthing/11.0.42/charts/common-10.7.1.tgz b/stable/syncthing/11.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/syncthing/11.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/syncthing/11.0.42/ix_values.yaml b/stable/syncthing/11.0.42/ix_values.yaml new file mode 100644 index 00000000000..4f564e2480d --- /dev/null +++ b/stable/syncthing/11.0.42/ix_values.yaml @@ -0,0 +1,42 @@ +image: + repository: tccr.io/truecharts/syncthing + pullPolicy: IfNotPresent + tag: 1.22.0@sha256:c2a72ac003e7eab36973e28ba15eabfd3b6927f8e643a6791aa050d9df424fdb + +service: + main: + ports: + main: + port: 8384 + targetPort: 8384 + listeners: + enabled: true + ports: + tcp: + enabled: true + port: 22000 + targetPort: 22000 + listeners-udp: + enabled: true + ports: + udp: + enabled: true + port: 22000 + targetPort: 22000 + protocol: UDP + discovery: + enabled: true + ports: + discovery: + enabled: true + port: 21027 + targetPort: 21027 + protocol: UDP + +persistence: + config: + enabled: true + mountPath: "/var/syncthing" + +portal: + enabled: true diff --git a/stable/syncthing/11.0.42/questions.yaml b/stable/syncthing/11.0.42/questions.yaml new file mode 100644 index 00000000000..4a1a87a72cd --- /dev/null +++ b/stable/syncthing/11.0.42/questions.yaml @@ -0,0 +1,2971 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8384 + 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 + hidden: true + 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: 8384 + - variable: listeners + label: "Syncthing Listening Service" + description: "This service is used to process incoming connections directly to this Syncthing instance" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: tcp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 22000 + 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 + hidden: true + default: true + - 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: 22000 + - variable: listeners-udp + label: "Syncthing Listening Service" + description: "This service is used to process incoming connections directly to this Syncthing instance" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: udp + label: "UDP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 22000 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 22000 + - variable: discovery + label: "Syncthing Listening Service" + description: "This service is used to process incoming connections directly to this Syncthing instance" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: discovery + label: "UDP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 21027 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 21027 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/xwiki/3.0.53/templates/common.yaml b/stable/syncthing/11.0.42/templates/common.yaml similarity index 100% rename from stable/xwiki/3.0.53/templates/common.yaml rename to stable/syncthing/11.0.42/templates/common.yaml diff --git a/stable/xbackbone/3.0.45/values.yaml b/stable/syncthing/11.0.42/values.yaml similarity index 100% rename from stable/xbackbone/3.0.45/values.yaml rename to stable/syncthing/11.0.42/values.yaml diff --git a/stable/syslog-ng/2.0.38/CHANGELOG.md b/stable/syslog-ng/2.0.38/CHANGELOG.md deleted file mode 100644 index 2f71411343c..00000000000 --- a/stable/syslog-ng/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [syslog-ng-2.0.38](https://github.com/truecharts/charts/compare/syslog-ng-2.0.37...syslog-ng-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [syslog-ng-2.0.37](https://github.com/truecharts/charts/compare/syslog-ng-2.0.36...syslog-ng-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [syslog-ng-2.0.37](https://github.com/truecharts/charts/compare/syslog-ng-2.0.36...syslog-ng-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [syslog-ng-2.0.36](https://github.com/truecharts/charts/compare/syslog-ng-2.0.35...syslog-ng-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [syslog-ng-2.0.35](https://github.com/truecharts/charts/compare/syslog-ng-2.0.34...syslog-ng-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [syslog-ng-2.0.34](https://github.com/truecharts/charts/compare/syslog-ng-2.0.33...syslog-ng-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [syslog-ng-2.0.33](https://github.com/truecharts/charts/compare/syslog-ng-2.0.32...syslog-ng-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [syslog-ng-2.0.33](https://github.com/truecharts/charts/compare/syslog-ng-2.0.32...syslog-ng-2.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/syslog-ng/2.0.38/Chart.lock b/stable/syslog-ng/2.0.38/Chart.lock deleted file mode 100644 index ce1aa5a7a93..00000000000 --- a/stable/syslog-ng/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:59:30.369885489Z" diff --git a/stable/syslog-ng/2.0.38/Chart.yaml b/stable/syslog-ng/2.0.38/Chart.yaml deleted file mode 100644 index a71bb8c9580..00000000000 --- a/stable/syslog-ng/2.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: syslog-ng -version: 2.0.38 -appVersion: "3.38.1" -description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/syslog-ng -icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png -keywords: - - syslog-ng -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng - - https://hub.docker.com/r/linuxserver/syslog-ng -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/syslog-ng/2.0.38/README.md b/stable/syslog-ng/2.0.38/README.md deleted file mode 100644 index 1b86785f9d2..00000000000 --- a/stable/syslog-ng/2.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# syslog-ng - -syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [syslog-ng](https://truecharts.org/docs/charts/stable/syslog-ng) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `syslog-ng` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install syslog-ng TrueCharts/syslog-ng -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `syslog-ng` deployment - -```console -helm uninstall syslog-ng -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install syslog-ng \ - --set env.TZ="America/New York" \ - TrueCharts/syslog-ng -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install syslog-ng TrueCharts/syslog-ng -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/syslog-ng/2.0.38/charts/common-10.7.0.tgz b/stable/syslog-ng/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/syslog-ng/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/syslog-ng/2.0.39/CHANGELOG.md b/stable/syslog-ng/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..f7a76ddeb88 --- /dev/null +++ b/stable/syslog-ng/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [syslog-ng-2.0.39](https://github.com/truecharts/charts/compare/syslog-ng-2.0.38...syslog-ng-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [syslog-ng-2.0.38](https://github.com/truecharts/charts/compare/syslog-ng-2.0.37...syslog-ng-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [syslog-ng-2.0.37](https://github.com/truecharts/charts/compare/syslog-ng-2.0.36...syslog-ng-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [syslog-ng-2.0.37](https://github.com/truecharts/charts/compare/syslog-ng-2.0.36...syslog-ng-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [syslog-ng-2.0.36](https://github.com/truecharts/charts/compare/syslog-ng-2.0.35...syslog-ng-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [syslog-ng-2.0.35](https://github.com/truecharts/charts/compare/syslog-ng-2.0.34...syslog-ng-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [syslog-ng-2.0.34](https://github.com/truecharts/charts/compare/syslog-ng-2.0.33...syslog-ng-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [syslog-ng-2.0.33](https://github.com/truecharts/charts/compare/syslog-ng-2.0.32...syslog-ng-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/syslog-ng/2.0.39/Chart.lock b/stable/syslog-ng/2.0.39/Chart.lock new file mode 100644 index 00000000000..d31b76c58a8 --- /dev/null +++ b/stable/syslog-ng/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:24.324892121Z" diff --git a/stable/syslog-ng/2.0.39/Chart.yaml b/stable/syslog-ng/2.0.39/Chart.yaml new file mode 100644 index 00000000000..115fe4b51e5 --- /dev/null +++ b/stable/syslog-ng/2.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: syslog-ng +version: 2.0.39 +appVersion: "3.38.1" +description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/syslog-ng +icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.png +keywords: + - syslog-ng +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/syslog-ng + - https://hub.docker.com/r/linuxserver/syslog-ng +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/syslog-ng/2.0.39/README.md b/stable/syslog-ng/2.0.39/README.md new file mode 100644 index 00000000000..3ba68c74bbb --- /dev/null +++ b/stable/syslog-ng/2.0.39/README.md @@ -0,0 +1,106 @@ +# syslog-ng + +syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [syslog-ng](https://truecharts.org/docs/charts/stable/syslog-ng) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `syslog-ng` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install syslog-ng TrueCharts/syslog-ng +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `syslog-ng` deployment + +```console +helm uninstall syslog-ng +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install syslog-ng \ + --set env.TZ="America/New York" \ + TrueCharts/syslog-ng +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install syslog-ng TrueCharts/syslog-ng -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/syslog-ng/2.0.38/app-readme.md b/stable/syslog-ng/2.0.39/app-readme.md similarity index 100% rename from stable/syslog-ng/2.0.38/app-readme.md rename to stable/syslog-ng/2.0.39/app-readme.md diff --git a/stable/syslog-ng/2.0.39/charts/common-10.7.1.tgz b/stable/syslog-ng/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/syslog-ng/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/syslog-ng/2.0.38/ix_values.yaml b/stable/syslog-ng/2.0.39/ix_values.yaml similarity index 100% rename from stable/syslog-ng/2.0.38/ix_values.yaml rename to stable/syslog-ng/2.0.39/ix_values.yaml diff --git a/stable/syslog-ng/2.0.38/questions.yaml b/stable/syslog-ng/2.0.39/questions.yaml similarity index 100% rename from stable/syslog-ng/2.0.38/questions.yaml rename to stable/syslog-ng/2.0.39/questions.yaml diff --git a/stable/zerotier/2.0.38/templates/common.yaml b/stable/syslog-ng/2.0.39/templates/common.yaml similarity index 100% rename from stable/zerotier/2.0.38/templates/common.yaml rename to stable/syslog-ng/2.0.39/templates/common.yaml diff --git a/stable/xteve/6.0.37/values.yaml b/stable/syslog-ng/2.0.39/values.yaml similarity index 100% rename from stable/xteve/6.0.37/values.yaml rename to stable/syslog-ng/2.0.39/values.yaml diff --git a/stable/tailscale/1.1.10/CHANGELOG.md b/stable/tailscale/1.1.10/CHANGELOG.md deleted file mode 100644 index 6a3977f030d..00000000000 --- a/stable/tailscale/1.1.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tailscale-1.1.10](https://github.com/truecharts/charts/compare/tailscale-1.1.9...tailscale-1.1.10) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [tailscale-1.1.9](https://github.com/truecharts/charts/compare/tailscale-1.1.8...tailscale-1.1.9) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tailscale-1.1.8](https://github.com/truecharts/charts/compare/tailscale-1.1.7...tailscale-1.1.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tailscale-1.1.8](https://github.com/truecharts/charts/compare/tailscale-1.1.7...tailscale-1.1.8) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tailscale-1.1.7](https://github.com/truecharts/charts/compare/tailscale-1.1.6...tailscale-1.1.7) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tailscale-1.1.6](https://github.com/truecharts/charts/compare/tailscale-1.1.5...tailscale-1.1.6) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- Enable userspace by default and update docs ([#3967](https://github.com/truecharts/charts/issues/3967)) - - - - -## [tailscale-1.1.5](https://github.com/truecharts/charts/compare/tailscale-1.1.4...tailscale-1.1.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tailscale-1.1.4](https://github.com/truecharts/charts/compare/tailscale-1.1.3...tailscale-1.1.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tailscale-1.1.3](https://github.com/truecharts/charts/compare/tailscale-1.1.0...tailscale-1.1.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/tailscale/1.1.10/Chart.lock b/stable/tailscale/1.1.10/Chart.lock deleted file mode 100644 index 35848ae9c5d..00000000000 --- a/stable/tailscale/1.1.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T10:39:45.131897633Z" diff --git a/stable/tailscale/1.1.10/Chart.yaml b/stable/tailscale/1.1.10/Chart.yaml deleted file mode 100644 index 348cc29819a..00000000000 --- a/stable/tailscale/1.1.10/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.33.19" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Tailscale lets you connect your devices and users together in your own secure virtual private network -home: https://truecharts.org/docs/charts/stable/tailscale -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png -keywords: - - vpn - - tailscale -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tailscale -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale - - https://hub.docker.com/r/tailscale/tailscale - - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh -version: 1.1.10 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tailscale/1.1.10/README.md b/stable/tailscale/1.1.10/README.md deleted file mode 100644 index 67a5740cabd..00000000000 --- a/stable/tailscale/1.1.10/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tailscale - -Tailscale lets you connect your devices and users together in your own secure virtual private network - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tailscale](https://truecharts.org/docs/charts/stable/tailscale) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tailscale` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tailscale TrueCharts/tailscale -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tailscale` deployment - -```console -helm uninstall tailscale -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tailscale \ - --set env.TZ="America/New York" \ - TrueCharts/tailscale -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tailscale TrueCharts/tailscale -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tailscale/1.1.10/charts/common-10.7.0.tgz b/stable/tailscale/1.1.10/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tailscale/1.1.10/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tailscale/1.1.11/CHANGELOG.md b/stable/tailscale/1.1.11/CHANGELOG.md new file mode 100644 index 00000000000..b707b4edfb3 --- /dev/null +++ b/stable/tailscale/1.1.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tailscale-1.1.11](https://github.com/truecharts/charts/compare/tailscale-1.1.10...tailscale-1.1.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tailscale-1.1.10](https://github.com/truecharts/charts/compare/tailscale-1.1.9...tailscale-1.1.10) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [tailscale-1.1.9](https://github.com/truecharts/charts/compare/tailscale-1.1.8...tailscale-1.1.9) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tailscale-1.1.8](https://github.com/truecharts/charts/compare/tailscale-1.1.7...tailscale-1.1.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tailscale-1.1.8](https://github.com/truecharts/charts/compare/tailscale-1.1.7...tailscale-1.1.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tailscale-1.1.7](https://github.com/truecharts/charts/compare/tailscale-1.1.6...tailscale-1.1.7) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tailscale-1.1.6](https://github.com/truecharts/charts/compare/tailscale-1.1.5...tailscale-1.1.6) (2022-09-30) + +### Chore + +- Auto-update chart README [skip ci] + + ### Feat + +- Enable userspace by default and update docs ([#3967](https://github.com/truecharts/charts/issues/3967)) + + + + +## [tailscale-1.1.5](https://github.com/truecharts/charts/compare/tailscale-1.1.4...tailscale-1.1.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tailscale-1.1.4](https://github.com/truecharts/charts/compare/tailscale-1.1.3...tailscale-1.1.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + diff --git a/stable/tailscale/1.1.11/Chart.lock b/stable/tailscale/1.1.11/Chart.lock new file mode 100644 index 00000000000..5a7d4df77c9 --- /dev/null +++ b/stable/tailscale/1.1.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:27.910646893Z" diff --git a/stable/tailscale/1.1.11/Chart.yaml b/stable/tailscale/1.1.11/Chart.yaml new file mode 100644 index 00000000000..6279afa7406 --- /dev/null +++ b/stable/tailscale/1.1.11/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.33.19" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Tailscale lets you connect your devices and users together in your own secure virtual private network +home: https://truecharts.org/docs/charts/stable/tailscale +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.png +keywords: + - vpn + - tailscale +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tailscale +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tailscale + - https://hub.docker.com/r/tailscale/tailscale + - https://github.com/tailscale/tailscale/blob/main/docs/k8s/run.sh +version: 1.1.11 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tailscale/1.1.11/README.md b/stable/tailscale/1.1.11/README.md new file mode 100644 index 00000000000..3366de734d4 --- /dev/null +++ b/stable/tailscale/1.1.11/README.md @@ -0,0 +1,107 @@ +# tailscale + +Tailscale lets you connect your devices and users together in your own secure virtual private network + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tailscale](https://truecharts.org/docs/charts/stable/tailscale) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tailscale` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tailscale TrueCharts/tailscale +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tailscale` deployment + +```console +helm uninstall tailscale +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tailscale \ + --set env.TZ="America/New York" \ + TrueCharts/tailscale +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tailscale TrueCharts/tailscale -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tailscale/1.1.10/app-readme.md b/stable/tailscale/1.1.11/app-readme.md similarity index 100% rename from stable/tailscale/1.1.10/app-readme.md rename to stable/tailscale/1.1.11/app-readme.md diff --git a/stable/tailscale/1.1.11/charts/common-10.7.1.tgz b/stable/tailscale/1.1.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tailscale/1.1.11/charts/common-10.7.1.tgz differ diff --git a/stable/tailscale/1.1.10/ix_values.yaml b/stable/tailscale/1.1.11/ix_values.yaml similarity index 100% rename from stable/tailscale/1.1.10/ix_values.yaml rename to stable/tailscale/1.1.11/ix_values.yaml diff --git a/stable/tailscale/1.1.10/questions.yaml b/stable/tailscale/1.1.11/questions.yaml similarity index 100% rename from stable/tailscale/1.1.10/questions.yaml rename to stable/tailscale/1.1.11/questions.yaml diff --git a/stable/tailscale/1.1.10/templates/_configmap.tpl b/stable/tailscale/1.1.11/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/1.1.10/templates/_configmap.tpl rename to stable/tailscale/1.1.11/templates/_configmap.tpl diff --git a/stable/tailscale/1.1.10/templates/_secret.tpl b/stable/tailscale/1.1.11/templates/_secret.tpl similarity index 100% rename from stable/tailscale/1.1.10/templates/_secret.tpl rename to stable/tailscale/1.1.11/templates/_secret.tpl diff --git a/stable/tailscale/1.1.10/templates/common.yaml b/stable/tailscale/1.1.11/templates/common.yaml similarity index 100% rename from stable/tailscale/1.1.10/templates/common.yaml rename to stable/tailscale/1.1.11/templates/common.yaml diff --git a/stable/xwiki/3.0.53/values.yaml b/stable/tailscale/1.1.11/values.yaml similarity index 100% rename from stable/xwiki/3.0.53/values.yaml rename to stable/tailscale/1.1.11/values.yaml diff --git a/stable/tautulli/11.0.42/CHANGELOG.md b/stable/tautulli/11.0.42/CHANGELOG.md new file mode 100644 index 00000000000..d66ba409bb2 --- /dev/null +++ b/stable/tautulli/11.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tautulli-11.0.42](https://github.com/truecharts/charts/compare/tautulli-11.0.41...tautulli-11.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tautulli-11.0.41](https://github.com/truecharts/charts/compare/tautulli-11.0.40...tautulli-11.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tautulli-11.0.40](https://github.com/truecharts/charts/compare/tautulli-11.0.39...tautulli-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tautulli-11.0.40](https://github.com/truecharts/charts/compare/tautulli-11.0.39...tautulli-11.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tautulli-11.0.39](https://github.com/truecharts/charts/compare/tautulli-11.0.38...tautulli-11.0.39) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tautulli-11.0.38](https://github.com/truecharts/charts/compare/tautulli-11.0.37...tautulli-11.0.38) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tautulli-11.0.37](https://github.com/truecharts/charts/compare/tautulli-11.0.36...tautulli-11.0.37) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tautulli-11.0.36](https://github.com/truecharts/charts/compare/tautulli-11.0.35...tautulli-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [tautulli-11.0.35](https://github.com/truecharts/charts/compare/tautulli-11.0.34...tautulli-11.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/tautulli/11.0.42/Chart.lock b/stable/tautulli/11.0.42/Chart.lock new file mode 100644 index 00000000000..d534dd63cf2 --- /dev/null +++ b/stable/tautulli/11.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:36.969704532Z" diff --git a/stable/tautulli/11.0.42/Chart.yaml b/stable/tautulli/11.0.42/Chart.yaml new file mode 100644 index 00000000000..0de5b8be072 --- /dev/null +++ b/stable/tautulli/11.0.42/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2.10.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A Python based monitoring and tracking tool for Plex Media Server +home: https://truecharts.org/docs/charts/stable/tautulli +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.png +keywords: + - tautulli + - plex +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tautulli +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tautulli + - https://github.com/Tautulli/Tautulli +type: application +version: 11.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tautulli/11.0.42/README.md b/stable/tautulli/11.0.42/README.md new file mode 100644 index 00000000000..c657b6f6652 --- /dev/null +++ b/stable/tautulli/11.0.42/README.md @@ -0,0 +1,106 @@ +# tautulli + +A Python based monitoring and tracking tool for Plex Media Server + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tautulli](https://truecharts.org/docs/charts/stable/tautulli) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tautulli` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tautulli TrueCharts/tautulli +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tautulli` deployment + +```console +helm uninstall tautulli +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tautulli \ + --set env.TZ="America/New York" \ + TrueCharts/tautulli +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tautulli TrueCharts/tautulli -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tautulli/11.0.42/app-readme.md b/stable/tautulli/11.0.42/app-readme.md new file mode 100644 index 00000000000..90d92b60b45 --- /dev/null +++ b/stable/tautulli/11.0.42/app-readme.md @@ -0,0 +1,8 @@ +A Python based monitoring and tracking tool for Plex Media Server + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/tautulli](https://truecharts.org/docs/charts/stable/tautulli) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/tautulli/11.0.42/charts/common-10.7.1.tgz b/stable/tautulli/11.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tautulli/11.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/tautulli/11.0.42/ix_values.yaml b/stable/tautulli/11.0.42/ix_values.yaml new file mode 100644 index 00000000000..bf52a4a9033 --- /dev/null +++ b/stable/tautulli/11.0.42/ix_values.yaml @@ -0,0 +1,19 @@ +image: + repository: tccr.io/truecharts/tautulli + pullPolicy: IfNotPresent + tag: 2.10.4@sha256:706349ed146da1229c861f66eba795752e0e867273646f54298fb3156f180bbc + +service: + main: + ports: + main: + port: 8181 + targetPort: 8181 + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/tautulli/11.0.42/questions.yaml b/stable/tautulli/11.0.42/questions.yaml new file mode 100644 index 00000000000..93a85e5cf68 --- /dev/null +++ b/stable/tautulli/11.0.42/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8181 + 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 + hidden: true + 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: 8181 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/znc/2.0.36/templates/common.yaml b/stable/tautulli/11.0.42/templates/common.yaml similarity index 100% rename from stable/znc/2.0.36/templates/common.yaml rename to stable/tautulli/11.0.42/templates/common.yaml diff --git a/stable/zerotier/2.0.38/values.yaml b/stable/tautulli/11.0.42/values.yaml similarity index 100% rename from stable/zerotier/2.0.38/values.yaml rename to stable/tautulli/11.0.42/values.yaml diff --git a/stable/tdarr-node/2.0.38/CHANGELOG.md b/stable/tdarr-node/2.0.38/CHANGELOG.md deleted file mode 100644 index 5db16193849..00000000000 --- a/stable/tdarr-node/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tdarr-node-2.0.38](https://github.com/truecharts/charts/compare/tdarr-node-2.0.37...tdarr-node-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tdarr-node-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-node-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tdarr-node-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-node-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tdarr-node-2.0.36](https://github.com/truecharts/charts/compare/tdarr-node-2.0.35...tdarr-node-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tdarr-node-2.0.35](https://github.com/truecharts/charts/compare/tdarr-node-2.0.34...tdarr-node-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tdarr-node-2.0.34](https://github.com/truecharts/charts/compare/tdarr-node-2.0.33...tdarr-node-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tdarr-node-2.0.33](https://github.com/truecharts/charts/compare/tdarr-node-2.0.31...tdarr-node-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [tdarr-node-2.0.33](https://github.com/truecharts/charts/compare/tdarr-node-2.0.31...tdarr-node-2.0.33) (2022-09-21) - -### Chore - diff --git a/stable/tdarr-node/2.0.38/Chart.lock b/stable/tdarr-node/2.0.38/Chart.lock deleted file mode 100644 index 73ee8479e8b..00000000000 --- a/stable/tdarr-node/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:00:00.263968545Z" diff --git a/stable/tdarr-node/2.0.38/Chart.yaml b/stable/tdarr-node/2.0.38/Chart.yaml deleted file mode 100644 index 235026d0c42..00000000000 --- a/stable/tdarr-node/2.0.38/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2.00.18.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/docs/charts/stable/tdarr-node -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tdarr-node -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr_node -type: application -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tdarr-node/2.0.38/README.md b/stable/tdarr-node/2.0.38/README.md deleted file mode 100644 index fe81ce6a98d..00000000000 --- a/stable/tdarr-node/2.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tdarr-node - -Audio/Video library transcoding automation - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tdarr-node](https://truecharts.org/docs/charts/stable/tdarr-node) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tdarr-node` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tdarr-node TrueCharts/tdarr-node -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tdarr-node` deployment - -```console -helm uninstall tdarr-node -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tdarr-node \ - --set env.TZ="America/New York" \ - TrueCharts/tdarr-node -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tdarr-node TrueCharts/tdarr-node -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tdarr-node/2.0.38/charts/common-10.7.0.tgz b/stable/tdarr-node/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tdarr-node/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tdarr-node/2.0.39/CHANGELOG.md b/stable/tdarr-node/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..31d8d9e44f3 --- /dev/null +++ b/stable/tdarr-node/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tdarr-node-2.0.39](https://github.com/truecharts/charts/compare/tdarr-node-2.0.38...tdarr-node-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tdarr-node-2.0.38](https://github.com/truecharts/charts/compare/tdarr-node-2.0.37...tdarr-node-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tdarr-node-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-node-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tdarr-node-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-node-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tdarr-node-2.0.36](https://github.com/truecharts/charts/compare/tdarr-node-2.0.35...tdarr-node-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tdarr-node-2.0.35](https://github.com/truecharts/charts/compare/tdarr-node-2.0.34...tdarr-node-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tdarr-node-2.0.34](https://github.com/truecharts/charts/compare/tdarr-node-2.0.33...tdarr-node-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tdarr-node-2.0.33](https://github.com/truecharts/charts/compare/tdarr-node-2.0.31...tdarr-node-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/tdarr-node/2.0.39/Chart.lock b/stable/tdarr-node/2.0.39/Chart.lock new file mode 100644 index 00000000000..ce40f047434 --- /dev/null +++ b/stable/tdarr-node/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:55.417790289Z" diff --git a/stable/tdarr-node/2.0.39/Chart.yaml b/stable/tdarr-node/2.0.39/Chart.yaml new file mode 100644 index 00000000000..5a760af7f74 --- /dev/null +++ b/stable/tdarr-node/2.0.39/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2.00.18.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/docs/charts/stable/tdarr-node +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tdarr-node +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr-node + - https://github.com/HaveAGitGat/Tdarr + - https://hub.docker.com/r/haveagitgat/tdarr_node +type: application +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tdarr-node/2.0.39/README.md b/stable/tdarr-node/2.0.39/README.md new file mode 100644 index 00000000000..705b39dd63b --- /dev/null +++ b/stable/tdarr-node/2.0.39/README.md @@ -0,0 +1,107 @@ +# tdarr-node + +Audio/Video library transcoding automation + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tdarr-node](https://truecharts.org/docs/charts/stable/tdarr-node) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tdarr-node` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tdarr-node TrueCharts/tdarr-node +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tdarr-node` deployment + +```console +helm uninstall tdarr-node +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tdarr-node \ + --set env.TZ="America/New York" \ + TrueCharts/tdarr-node +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tdarr-node TrueCharts/tdarr-node -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tdarr-node/2.0.38/app-readme.md b/stable/tdarr-node/2.0.39/app-readme.md similarity index 100% rename from stable/tdarr-node/2.0.38/app-readme.md rename to stable/tdarr-node/2.0.39/app-readme.md diff --git a/stable/tdarr-node/2.0.39/charts/common-10.7.1.tgz b/stable/tdarr-node/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tdarr-node/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/tdarr-node/2.0.38/ix_values.yaml b/stable/tdarr-node/2.0.39/ix_values.yaml similarity index 100% rename from stable/tdarr-node/2.0.38/ix_values.yaml rename to stable/tdarr-node/2.0.39/ix_values.yaml diff --git a/stable/tdarr-node/2.0.38/questions.yaml b/stable/tdarr-node/2.0.39/questions.yaml similarity index 100% rename from stable/tdarr-node/2.0.38/questions.yaml rename to stable/tdarr-node/2.0.39/questions.yaml diff --git a/stable/ztcuui-aio/1.0.13/templates/common.yaml b/stable/tdarr-node/2.0.39/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/1.0.13/templates/common.yaml rename to stable/tdarr-node/2.0.39/templates/common.yaml diff --git a/stable/zigbee2mqtt/4.0.40/values.yaml b/stable/tdarr-node/2.0.39/values.yaml similarity index 100% rename from stable/zigbee2mqtt/4.0.40/values.yaml rename to stable/tdarr-node/2.0.39/values.yaml diff --git a/stable/tdarr/2.0.38/CHANGELOG.md b/stable/tdarr/2.0.38/CHANGELOG.md deleted file mode 100644 index 6249de01592..00000000000 --- a/stable/tdarr/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tdarr-2.0.38](https://github.com/truecharts/charts/compare/tdarr-2.0.37...tdarr-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tdarr-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tdarr-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tdarr-2.0.36](https://github.com/truecharts/charts/compare/tdarr-node-2.0.35...tdarr-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tdarr-2.0.35](https://github.com/truecharts/charts/compare/tdarr-2.0.34...tdarr-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tdarr-2.0.34](https://github.com/truecharts/charts/compare/tdarr-node-2.0.33...tdarr-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tdarr-2.0.33](https://github.com/truecharts/charts/compare/tdarr-2.0.32...tdarr-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tdarr-2.0.33](https://github.com/truecharts/charts/compare/tdarr-2.0.32...tdarr-2.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/tdarr/2.0.38/Chart.lock b/stable/tdarr/2.0.38/Chart.lock deleted file mode 100644 index 26235bb3cd9..00000000000 --- a/stable/tdarr/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T16:59:53.499662023Z" diff --git a/stable/tdarr/2.0.38/Chart.yaml b/stable/tdarr/2.0.38/Chart.yaml deleted file mode 100644 index cdec21500eb..00000000000 --- a/stable/tdarr/2.0.38/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2.00.18.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Audio/Video library transcoding automation -home: https://truecharts.org/docs/charts/stable/tdarr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png -keywords: - - encode - - media - - tdarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tdarr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr - - https://github.com/HaveAGitGat/Tdarr - - https://hub.docker.com/r/haveagitgat/tdarr -type: application -version: 2.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tdarr/2.0.38/README.md b/stable/tdarr/2.0.38/README.md deleted file mode 100644 index fa9a88b9529..00000000000 --- a/stable/tdarr/2.0.38/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tdarr - -Audio/Video library transcoding automation - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tdarr](https://truecharts.org/docs/charts/stable/tdarr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tdarr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tdarr TrueCharts/tdarr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tdarr` deployment - -```console -helm uninstall tdarr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tdarr \ - --set env.TZ="America/New York" \ - TrueCharts/tdarr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tdarr TrueCharts/tdarr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tdarr/2.0.38/charts/common-10.7.0.tgz b/stable/tdarr/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tdarr/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tdarr/2.0.39/CHANGELOG.md b/stable/tdarr/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..431fb0e67bd --- /dev/null +++ b/stable/tdarr/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tdarr-2.0.39](https://github.com/truecharts/charts/compare/tdarr-node-2.0.38...tdarr-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tdarr-2.0.38](https://github.com/truecharts/charts/compare/tdarr-2.0.37...tdarr-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tdarr-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tdarr-2.0.37](https://github.com/truecharts/charts/compare/tdarr-node-2.0.36...tdarr-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tdarr-2.0.36](https://github.com/truecharts/charts/compare/tdarr-node-2.0.35...tdarr-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tdarr-2.0.35](https://github.com/truecharts/charts/compare/tdarr-2.0.34...tdarr-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tdarr-2.0.34](https://github.com/truecharts/charts/compare/tdarr-node-2.0.33...tdarr-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tdarr-2.0.33](https://github.com/truecharts/charts/compare/tdarr-2.0.32...tdarr-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/tdarr/2.0.39/Chart.lock b/stable/tdarr/2.0.39/Chart.lock new file mode 100644 index 00000000000..6265b897875 --- /dev/null +++ b/stable/tdarr/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:48.3187957Z" diff --git a/stable/tdarr/2.0.39/Chart.yaml b/stable/tdarr/2.0.39/Chart.yaml new file mode 100644 index 00000000000..8066d1f05e8 --- /dev/null +++ b/stable/tdarr/2.0.39/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2.00.18.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Audio/Video library transcoding automation +home: https://truecharts.org/docs/charts/stable/tdarr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.png +keywords: + - encode + - media + - tdarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tdarr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tdarr + - https://github.com/HaveAGitGat/Tdarr + - https://hub.docker.com/r/haveagitgat/tdarr +type: application +version: 2.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tdarr/2.0.39/README.md b/stable/tdarr/2.0.39/README.md new file mode 100644 index 00000000000..1c96bb16517 --- /dev/null +++ b/stable/tdarr/2.0.39/README.md @@ -0,0 +1,107 @@ +# tdarr + +Audio/Video library transcoding automation + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tdarr](https://truecharts.org/docs/charts/stable/tdarr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tdarr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tdarr TrueCharts/tdarr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tdarr` deployment + +```console +helm uninstall tdarr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tdarr \ + --set env.TZ="America/New York" \ + TrueCharts/tdarr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tdarr TrueCharts/tdarr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tdarr/2.0.38/app-readme.md b/stable/tdarr/2.0.39/app-readme.md similarity index 100% rename from stable/tdarr/2.0.38/app-readme.md rename to stable/tdarr/2.0.39/app-readme.md diff --git a/stable/tdarr/2.0.39/charts/common-10.7.1.tgz b/stable/tdarr/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tdarr/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/tdarr/2.0.38/ix_values.yaml b/stable/tdarr/2.0.39/ix_values.yaml similarity index 100% rename from stable/tdarr/2.0.38/ix_values.yaml rename to stable/tdarr/2.0.39/ix_values.yaml diff --git a/stable/tdarr/2.0.38/questions.yaml b/stable/tdarr/2.0.39/questions.yaml similarity index 100% rename from stable/tdarr/2.0.38/questions.yaml rename to stable/tdarr/2.0.39/questions.yaml diff --git a/stable/tdarr/2.0.39/templates/common.yaml b/stable/tdarr/2.0.39/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/tdarr/2.0.39/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/znc/2.0.36/values.yaml b/stable/tdarr/2.0.39/values.yaml similarity index 100% rename from stable/znc/2.0.36/values.yaml rename to stable/tdarr/2.0.39/values.yaml diff --git a/stable/teamspeak3/4.0.40/CHANGELOG.md b/stable/teamspeak3/4.0.40/CHANGELOG.md deleted file mode 100644 index 75d0a483b5c..00000000000 --- a/stable/teamspeak3/4.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [teamspeak3-4.0.40](https://github.com/truecharts/charts/compare/teamspeak3-4.0.39...teamspeak3-4.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [teamspeak3-4.0.39](https://github.com/truecharts/charts/compare/teamspeak3-4.0.38...teamspeak3-4.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teamspeak3-4.0.39](https://github.com/truecharts/charts/compare/teamspeak3-4.0.38...teamspeak3-4.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teamspeak3-4.0.38](https://github.com/truecharts/charts/compare/teamspeak3-4.0.37...teamspeak3-4.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [teamspeak3-4.0.37](https://github.com/truecharts/charts/compare/teamspeak3-4.0.36...teamspeak3-4.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [teamspeak3-4.0.36](https://github.com/truecharts/charts/compare/teamspeak3-4.0.35...teamspeak3-4.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [teamspeak3-4.0.35](https://github.com/truecharts/charts/compare/teamspeak3-4.0.34...teamspeak3-4.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [teamspeak3-4.0.34](https://github.com/truecharts/charts/compare/teamspeak3-4.0.33...teamspeak3-4.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/stable/teamspeak3/4.0.40/Chart.lock b/stable/teamspeak3/4.0.40/Chart.lock deleted file mode 100644 index 3de6b728da2..00000000000 --- a/stable/teamspeak3/4.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:00:05.22944056Z" diff --git a/stable/teamspeak3/4.0.40/Chart.yaml b/stable/teamspeak3/4.0.40/Chart.yaml deleted file mode 100644 index 4073aad9f37..00000000000 --- a/stable/teamspeak3/4.0.40/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "3.13.7" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: TeamSpeak is software for quality voice communication via the Internet. -home: https://truecharts.org/docs/charts/stable/teamspeak3 -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png -keywords: - - voice server - - teamspeak - - teamspeak3 - - teamspeak server -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: teamspeak3 -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 - - https://hub.docker.com/_/teamspeak - - https://www.teamspeak.com/en/ -type: application -version: 4.0.40 -annotations: - truecharts.org/catagories: | - - voice - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/teamspeak3/4.0.40/README.md b/stable/teamspeak3/4.0.40/README.md deleted file mode 100644 index 7c92d9a9c3c..00000000000 --- a/stable/teamspeak3/4.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# teamspeak3 - -TeamSpeak is software for quality voice communication via the Internet. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [teamspeak3](https://truecharts.org/docs/charts/stable/teamspeak3) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `teamspeak3` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install teamspeak3 TrueCharts/teamspeak3 -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `teamspeak3` deployment - -```console -helm uninstall teamspeak3 -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install teamspeak3 \ - --set env.TZ="America/New York" \ - TrueCharts/teamspeak3 -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install teamspeak3 TrueCharts/teamspeak3 -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/teamspeak3/4.0.40/charts/common-10.7.0.tgz b/stable/teamspeak3/4.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/teamspeak3/4.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/teamspeak3/4.0.41/CHANGELOG.md b/stable/teamspeak3/4.0.41/CHANGELOG.md new file mode 100644 index 00000000000..fdd7f4962e2 --- /dev/null +++ b/stable/teamspeak3/4.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [teamspeak3-4.0.41](https://github.com/truecharts/charts/compare/teamspeak3-4.0.40...teamspeak3-4.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [teamspeak3-4.0.40](https://github.com/truecharts/charts/compare/teamspeak3-4.0.39...teamspeak3-4.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [teamspeak3-4.0.39](https://github.com/truecharts/charts/compare/teamspeak3-4.0.38...teamspeak3-4.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teamspeak3-4.0.39](https://github.com/truecharts/charts/compare/teamspeak3-4.0.38...teamspeak3-4.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teamspeak3-4.0.38](https://github.com/truecharts/charts/compare/teamspeak3-4.0.37...teamspeak3-4.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [teamspeak3-4.0.37](https://github.com/truecharts/charts/compare/teamspeak3-4.0.36...teamspeak3-4.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [teamspeak3-4.0.36](https://github.com/truecharts/charts/compare/teamspeak3-4.0.35...teamspeak3-4.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [teamspeak3-4.0.35](https://github.com/truecharts/charts/compare/teamspeak3-4.0.34...teamspeak3-4.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [teamspeak3-4.0.34](https://github.com/truecharts/charts/compare/teamspeak3-4.0.33...teamspeak3-4.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/teamspeak3/4.0.41/Chart.lock b/stable/teamspeak3/4.0.41/Chart.lock new file mode 100644 index 00000000000..3e7bad68ede --- /dev/null +++ b/stable/teamspeak3/4.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:46:59.246186216Z" diff --git a/stable/teamspeak3/4.0.41/Chart.yaml b/stable/teamspeak3/4.0.41/Chart.yaml new file mode 100644 index 00000000000..5eb1b09080d --- /dev/null +++ b/stable/teamspeak3/4.0.41/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "3.13.7" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: TeamSpeak is software for quality voice communication via the Internet. +home: https://truecharts.org/docs/charts/stable/teamspeak3 +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.png +keywords: + - voice server + - teamspeak + - teamspeak3 + - teamspeak server +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: teamspeak3 +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/teamspeak3 + - https://hub.docker.com/_/teamspeak + - https://www.teamspeak.com/en/ +type: application +version: 4.0.41 +annotations: + truecharts.org/catagories: | + - voice + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/teamspeak3/4.0.41/README.md b/stable/teamspeak3/4.0.41/README.md new file mode 100644 index 00000000000..6449839b46f --- /dev/null +++ b/stable/teamspeak3/4.0.41/README.md @@ -0,0 +1,107 @@ +# teamspeak3 + +TeamSpeak is software for quality voice communication via the Internet. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [teamspeak3](https://truecharts.org/docs/charts/stable/teamspeak3) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `teamspeak3` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install teamspeak3 TrueCharts/teamspeak3 +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `teamspeak3` deployment + +```console +helm uninstall teamspeak3 +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install teamspeak3 \ + --set env.TZ="America/New York" \ + TrueCharts/teamspeak3 +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install teamspeak3 TrueCharts/teamspeak3 -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/teamspeak3/4.0.40/app-readme.md b/stable/teamspeak3/4.0.41/app-readme.md similarity index 100% rename from stable/teamspeak3/4.0.40/app-readme.md rename to stable/teamspeak3/4.0.41/app-readme.md diff --git a/stable/teamspeak3/4.0.41/charts/common-10.7.1.tgz b/stable/teamspeak3/4.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/teamspeak3/4.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/teamspeak3/4.0.40/ix_values.yaml b/stable/teamspeak3/4.0.41/ix_values.yaml similarity index 100% rename from stable/teamspeak3/4.0.40/ix_values.yaml rename to stable/teamspeak3/4.0.41/ix_values.yaml diff --git a/stable/teamspeak3/4.0.40/questions.yaml b/stable/teamspeak3/4.0.41/questions.yaml similarity index 100% rename from stable/teamspeak3/4.0.40/questions.yaml rename to stable/teamspeak3/4.0.41/questions.yaml diff --git a/stable/teamspeak3/4.0.41/templates/common.yaml b/stable/teamspeak3/4.0.41/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/teamspeak3/4.0.41/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/ztcuui-aio/1.0.13/values.yaml b/stable/teamspeak3/4.0.41/values.yaml similarity index 100% rename from stable/ztcuui-aio/1.0.13/values.yaml rename to stable/teamspeak3/4.0.41/values.yaml diff --git a/stable/teedy/7.0.44/CHANGELOG.md b/stable/teedy/7.0.44/CHANGELOG.md deleted file mode 100644 index 80542e1397f..00000000000 --- a/stable/teedy/7.0.44/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [teedy-7.0.44](https://github.com/truecharts/charts/compare/teedy-7.0.43...teedy-7.0.44) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [teedy-7.0.43](https://github.com/truecharts/charts/compare/teedy-7.0.42...teedy-7.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teedy-7.0.43](https://github.com/truecharts/charts/compare/teedy-7.0.42...teedy-7.0.43) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [teedy-7.0.42](https://github.com/truecharts/charts/compare/teedy-7.0.41...teedy-7.0.42) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [teedy-7.0.40](https://github.com/truecharts/charts/compare/teedy-docs-0.0.26...teedy-7.0.40) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [teedy-7.0.39](https://github.com/truecharts/charts/compare/teedy-7.0.38...teedy-7.0.39) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [teedy-7.0.38](https://github.com/truecharts/charts/compare/teedy-7.0.37...teedy-7.0.38) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [teedy-7.0.38](https://github.com/truecharts/charts/compare/teedy-7.0.37...teedy-7.0.38) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/teedy/7.0.44/Chart.lock b/stable/teedy/7.0.44/Chart.lock deleted file mode 100644 index 9157c197fc3..00000000000 --- a/stable/teedy/7.0.44/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T17:00:25.172510555Z" diff --git a/stable/teedy/7.0.44/Chart.yaml b/stable/teedy/7.0.44/Chart.yaml deleted file mode 100644 index a60bee6779a..00000000000 --- a/stable/teedy/7.0.44/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.10" -description: Teedy is an open source, lightweight document management system for individuals and businesses. -name: teedy -version: 7.0.44 -kubeVersion: ">=1.16.0-0" -keywords: - - teedy - - documents - - management -home: https://truecharts.org/docs/charts/stable/teedy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/teedy - - https://github.com/sismics/docs -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/teedy/7.0.44/README.md b/stable/teedy/7.0.44/README.md deleted file mode 100644 index a4d8f33e9f4..00000000000 --- a/stable/teedy/7.0.44/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# teedy - -Teedy is an open source, lightweight document management system for individuals and businesses. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [teedy](https://truecharts.org/docs/charts/stable/teedy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `teedy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install teedy TrueCharts/teedy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `teedy` deployment - -```console -helm uninstall teedy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install teedy \ - --set env.TZ="America/New York" \ - TrueCharts/teedy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install teedy TrueCharts/teedy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/teedy/7.0.44/charts/common-10.7.0.tgz b/stable/teedy/7.0.44/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/teedy/7.0.44/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/teedy/7.0.44/charts/postgresql-8.0.97.tgz b/stable/teedy/7.0.44/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/teedy/7.0.44/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/teedy/7.0.45/CHANGELOG.md b/stable/teedy/7.0.45/CHANGELOG.md new file mode 100644 index 00000000000..a7f3f0880dc --- /dev/null +++ b/stable/teedy/7.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [teedy-7.0.45](https://github.com/truecharts/charts/compare/teedy-7.0.44...teedy-7.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [teedy-7.0.44](https://github.com/truecharts/charts/compare/teedy-7.0.43...teedy-7.0.44) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [teedy-7.0.43](https://github.com/truecharts/charts/compare/teedy-7.0.42...teedy-7.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teedy-7.0.43](https://github.com/truecharts/charts/compare/teedy-7.0.42...teedy-7.0.43) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [teedy-7.0.42](https://github.com/truecharts/charts/compare/teedy-7.0.41...teedy-7.0.42) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [teedy-7.0.40](https://github.com/truecharts/charts/compare/teedy-docs-0.0.26...teedy-7.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [teedy-7.0.39](https://github.com/truecharts/charts/compare/teedy-7.0.38...teedy-7.0.39) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [teedy-7.0.38](https://github.com/truecharts/charts/compare/teedy-7.0.37...teedy-7.0.38) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/teedy/7.0.45/Chart.lock b/stable/teedy/7.0.45/Chart.lock new file mode 100644 index 00000000000..9349df240c8 --- /dev/null +++ b/stable/teedy/7.0.45/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:47:20.413537764Z" diff --git a/stable/teedy/7.0.45/Chart.yaml b/stable/teedy/7.0.45/Chart.yaml new file mode 100644 index 00000000000..1292afbf04b --- /dev/null +++ b/stable/teedy/7.0.45/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.10" +description: Teedy is an open source, lightweight document management system for individuals and businesses. +name: teedy +version: 7.0.45 +kubeVersion: ">=1.16.0-0" +keywords: + - teedy + - documents + - management +home: https://truecharts.org/docs/charts/stable/teedy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/teedy + - https://github.com/sismics/docs +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/teedy/7.0.45/README.md b/stable/teedy/7.0.45/README.md new file mode 100644 index 00000000000..1bc621e67a9 --- /dev/null +++ b/stable/teedy/7.0.45/README.md @@ -0,0 +1,107 @@ +# teedy + +Teedy is an open source, lightweight document management system for individuals and businesses. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [teedy](https://truecharts.org/docs/charts/stable/teedy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `teedy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install teedy TrueCharts/teedy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `teedy` deployment + +```console +helm uninstall teedy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install teedy \ + --set env.TZ="America/New York" \ + TrueCharts/teedy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install teedy TrueCharts/teedy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/teedy/7.0.44/app-readme.md b/stable/teedy/7.0.45/app-readme.md similarity index 100% rename from stable/teedy/7.0.44/app-readme.md rename to stable/teedy/7.0.45/app-readme.md diff --git a/stable/teedy/7.0.45/charts/common-10.7.1.tgz b/stable/teedy/7.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/teedy/7.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/teedy/7.0.45/charts/postgresql-8.0.101.tgz b/stable/teedy/7.0.45/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/teedy/7.0.45/charts/postgresql-8.0.101.tgz differ diff --git a/stable/teedy/7.0.44/ix_values.yaml b/stable/teedy/7.0.45/ix_values.yaml similarity index 100% rename from stable/teedy/7.0.44/ix_values.yaml rename to stable/teedy/7.0.45/ix_values.yaml diff --git a/stable/teedy/7.0.44/questions.yaml b/stable/teedy/7.0.45/questions.yaml similarity index 100% rename from stable/teedy/7.0.44/questions.yaml rename to stable/teedy/7.0.45/questions.yaml diff --git a/stable/teedy/7.0.45/templates/common.yaml b/stable/teedy/7.0.45/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/teedy/7.0.45/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/zigbee2mqtt/4.0.40/SKIPINSTALL b/stable/teedy/7.0.45/values.yaml similarity index 100% rename from stable/zigbee2mqtt/4.0.40/SKIPINSTALL rename to stable/teedy/7.0.45/values.yaml diff --git a/stable/thelounge/6.0.36/CHANGELOG.md b/stable/thelounge/6.0.36/CHANGELOG.md deleted file mode 100644 index 3dbf745dc32..00000000000 --- a/stable/thelounge/6.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [thelounge-6.0.36](https://github.com/truecharts/charts/compare/thelounge-6.0.35...thelounge-6.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [thelounge-6.0.35](https://github.com/truecharts/charts/compare/thelounge-6.0.34...thelounge-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [thelounge-6.0.35](https://github.com/truecharts/charts/compare/thelounge-6.0.34...thelounge-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [thelounge-6.0.34](https://github.com/truecharts/charts/compare/thelounge-6.0.33...thelounge-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [thelounge-6.0.33](https://github.com/truecharts/charts/compare/thelounge-6.0.32...thelounge-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [thelounge-6.0.32](https://github.com/truecharts/charts/compare/thelounge-6.0.31...thelounge-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [thelounge-6.0.31](https://github.com/truecharts/charts/compare/thelounge-6.0.30...thelounge-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [thelounge-6.0.31](https://github.com/truecharts/charts/compare/thelounge-6.0.30...thelounge-6.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/thelounge/6.0.36/Chart.lock b/stable/thelounge/6.0.36/Chart.lock deleted file mode 100644 index 6d685f21ae3..00000000000 --- a/stable/thelounge/6.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:00:22.971758767Z" diff --git a/stable/thelounge/6.0.36/Chart.yaml b/stable/thelounge/6.0.36/Chart.yaml deleted file mode 100644 index 7d8deabb559..00000000000 --- a/stable/thelounge/6.0.36/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "4.3.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: The Lounge, modern web IRC client designed for self-hosting -home: https://truecharts.org/docs/charts/stable/thelounge -icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png -keywords: - - thelounge - - IRC - - The Lounge - - docker - - thelounge-docker -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: thelounge -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge - - https://github.com/thelounge/thelounge -version: 6.0.36 -annotations: - truecharts.org/catagories: | - - utilities - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/thelounge/6.0.36/README.md b/stable/thelounge/6.0.36/README.md deleted file mode 100644 index 81be3386200..00000000000 --- a/stable/thelounge/6.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# thelounge - -The Lounge, modern web IRC client designed for self-hosting - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [thelounge](https://truecharts.org/docs/charts/stable/thelounge) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `thelounge` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install thelounge TrueCharts/thelounge -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `thelounge` deployment - -```console -helm uninstall thelounge -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install thelounge \ - --set env.TZ="America/New York" \ - TrueCharts/thelounge -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install thelounge TrueCharts/thelounge -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/thelounge/6.0.36/charts/common-10.7.0.tgz b/stable/thelounge/6.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/thelounge/6.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/thelounge/6.0.37/CHANGELOG.md b/stable/thelounge/6.0.37/CHANGELOG.md new file mode 100644 index 00000000000..5849f4b029d --- /dev/null +++ b/stable/thelounge/6.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [thelounge-6.0.37](https://github.com/truecharts/charts/compare/thelounge-6.0.36...thelounge-6.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [thelounge-6.0.36](https://github.com/truecharts/charts/compare/thelounge-6.0.35...thelounge-6.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [thelounge-6.0.35](https://github.com/truecharts/charts/compare/thelounge-6.0.34...thelounge-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [thelounge-6.0.35](https://github.com/truecharts/charts/compare/thelounge-6.0.34...thelounge-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [thelounge-6.0.34](https://github.com/truecharts/charts/compare/thelounge-6.0.33...thelounge-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [thelounge-6.0.33](https://github.com/truecharts/charts/compare/thelounge-6.0.32...thelounge-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [thelounge-6.0.32](https://github.com/truecharts/charts/compare/thelounge-6.0.31...thelounge-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [thelounge-6.0.31](https://github.com/truecharts/charts/compare/thelounge-6.0.30...thelounge-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/thelounge/6.0.37/Chart.lock b/stable/thelounge/6.0.37/Chart.lock new file mode 100644 index 00000000000..60b8ab5f77e --- /dev/null +++ b/stable/thelounge/6.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:47:19.537200324Z" diff --git a/stable/thelounge/6.0.37/Chart.yaml b/stable/thelounge/6.0.37/Chart.yaml new file mode 100644 index 00000000000..77a9c651f45 --- /dev/null +++ b/stable/thelounge/6.0.37/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "4.3.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: The Lounge, modern web IRC client designed for self-hosting +home: https://truecharts.org/docs/charts/stable/thelounge +icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png +keywords: + - thelounge + - IRC + - The Lounge + - docker + - thelounge-docker +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: thelounge +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/thelounge + - https://github.com/thelounge/thelounge +version: 6.0.37 +annotations: + truecharts.org/catagories: | + - utilities + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/thelounge/6.0.37/README.md b/stable/thelounge/6.0.37/README.md new file mode 100644 index 00000000000..98d968adff3 --- /dev/null +++ b/stable/thelounge/6.0.37/README.md @@ -0,0 +1,106 @@ +# thelounge + +The Lounge, modern web IRC client designed for self-hosting + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [thelounge](https://truecharts.org/docs/charts/stable/thelounge) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `thelounge` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install thelounge TrueCharts/thelounge +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `thelounge` deployment + +```console +helm uninstall thelounge +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install thelounge \ + --set env.TZ="America/New York" \ + TrueCharts/thelounge +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install thelounge TrueCharts/thelounge -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/thelounge/6.0.36/app-readme.md b/stable/thelounge/6.0.37/app-readme.md similarity index 100% rename from stable/thelounge/6.0.36/app-readme.md rename to stable/thelounge/6.0.37/app-readme.md diff --git a/stable/thelounge/6.0.37/charts/common-10.7.1.tgz b/stable/thelounge/6.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/thelounge/6.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/thelounge/6.0.36/ix_values.yaml b/stable/thelounge/6.0.37/ix_values.yaml similarity index 100% rename from stable/thelounge/6.0.36/ix_values.yaml rename to stable/thelounge/6.0.37/ix_values.yaml diff --git a/stable/thelounge/6.0.36/questions.yaml b/stable/thelounge/6.0.37/questions.yaml similarity index 100% rename from stable/thelounge/6.0.36/questions.yaml rename to stable/thelounge/6.0.37/questions.yaml diff --git a/stable/thelounge/6.0.37/templates/common.yaml b/stable/thelounge/6.0.37/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/thelounge/6.0.37/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/thelounge/6.0.37/values.yaml b/stable/thelounge/6.0.37/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/theme-park/2.0.21/CHANGELOG.md b/stable/theme-park/2.0.21/CHANGELOG.md deleted file mode 100644 index b397151536c..00000000000 --- a/stable/theme-park/2.0.21/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [theme-park-2.0.21](https://github.com/truecharts/charts/compare/theme-park-2.0.20...theme-park-2.0.21) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [theme-park-2.0.20](https://github.com/truecharts/charts/compare/theme-park-2.0.19...theme-park-2.0.20) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [theme-park-2.0.20](https://github.com/truecharts/charts/compare/theme-park-2.0.19...theme-park-2.0.20) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [theme-park-2.0.19](https://github.com/truecharts/charts/compare/theme-park-2.0.18...theme-park-2.0.19) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [theme-park-2.0.18](https://github.com/truecharts/charts/compare/theme-park-2.0.17...theme-park-2.0.18) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [theme-park-2.0.17](https://github.com/truecharts/charts/compare/theme-park-2.0.16...theme-park-2.0.17) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [theme-park-2.0.16](https://github.com/truecharts/charts/compare/theme-park-2.0.15...theme-park-2.0.16) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) - - - - -## [theme-park-2.0.15](https://github.com/truecharts/charts/compare/theme-park-2.0.14...theme-park-2.0.15) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [theme-park-2.0.14](https://github.com/truecharts/charts/compare/theme-park-2.0.12...theme-park-2.0.14) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/theme-park/2.0.21/Chart.lock b/stable/theme-park/2.0.21/Chart.lock deleted file mode 100644 index 1708f07e9e5..00000000000 --- a/stable/theme-park/2.0.21/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:00:30.171020605Z" diff --git a/stable/theme-park/2.0.21/Chart.yaml b/stable/theme-park/2.0.21/Chart.yaml deleted file mode 100644 index a1049555e1e..00000000000 --- a/stable/theme-park/2.0.21/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.13.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Custom themes for your favorite apps! -home: https://truecharts.org/docs/charts/stable/theme-park -icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png -keywords: - - theme-park - - customization -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: theme-park -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park - - https://github.com/gilbn/theme.park -type: application -version: 2.0.21 -annotations: - truecharts.org/catagories: | - - customization - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/theme-park/2.0.21/README.md b/stable/theme-park/2.0.21/README.md deleted file mode 100644 index 348530650a3..00000000000 --- a/stable/theme-park/2.0.21/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# theme-park - -Custom themes for your favorite apps! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [theme-park](https://truecharts.org/docs/charts/stable/theme-park) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `theme-park` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install theme-park TrueCharts/theme-park -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `theme-park` deployment - -```console -helm uninstall theme-park -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install theme-park \ - --set env.TZ="America/New York" \ - TrueCharts/theme-park -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install theme-park TrueCharts/theme-park -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/theme-park/2.0.21/charts/common-10.7.0.tgz b/stable/theme-park/2.0.21/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/theme-park/2.0.21/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/theme-park/2.0.22/CHANGELOG.md b/stable/theme-park/2.0.22/CHANGELOG.md new file mode 100644 index 00000000000..7571554dc4b --- /dev/null +++ b/stable/theme-park/2.0.22/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [theme-park-2.0.22](https://github.com/truecharts/charts/compare/theme-park-2.0.21...theme-park-2.0.22) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [theme-park-2.0.21](https://github.com/truecharts/charts/compare/theme-park-2.0.20...theme-park-2.0.21) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [theme-park-2.0.20](https://github.com/truecharts/charts/compare/theme-park-2.0.19...theme-park-2.0.20) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [theme-park-2.0.20](https://github.com/truecharts/charts/compare/theme-park-2.0.19...theme-park-2.0.20) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [theme-park-2.0.19](https://github.com/truecharts/charts/compare/theme-park-2.0.18...theme-park-2.0.19) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [theme-park-2.0.18](https://github.com/truecharts/charts/compare/theme-park-2.0.17...theme-park-2.0.18) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [theme-park-2.0.17](https://github.com/truecharts/charts/compare/theme-park-2.0.16...theme-park-2.0.17) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [theme-park-2.0.16](https://github.com/truecharts/charts/compare/theme-park-2.0.15...theme-park-2.0.16) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881)) + + + + +## [theme-park-2.0.15](https://github.com/truecharts/charts/compare/theme-park-2.0.14...theme-park-2.0.15) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) + + + + +## [theme-park-2.0.14](https://github.com/truecharts/charts/compare/theme-park-2.0.12...theme-park-2.0.14) (2022-09-22) + +### Chore diff --git a/stable/theme-park/2.0.22/Chart.lock b/stable/theme-park/2.0.22/Chart.lock new file mode 100644 index 00000000000..2a89bf57d8b --- /dev/null +++ b/stable/theme-park/2.0.22/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:47:26.5849948Z" diff --git a/stable/theme-park/2.0.22/Chart.yaml b/stable/theme-park/2.0.22/Chart.yaml new file mode 100644 index 00000000000..c4e67ab7bff --- /dev/null +++ b/stable/theme-park/2.0.22/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.13.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Custom themes for your favorite apps! +home: https://truecharts.org/docs/charts/stable/theme-park +icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png +keywords: + - theme-park + - customization +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: theme-park +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/theme-park + - https://github.com/gilbn/theme.park +type: application +version: 2.0.22 +annotations: + truecharts.org/catagories: | + - customization + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/theme-park/2.0.22/README.md b/stable/theme-park/2.0.22/README.md new file mode 100644 index 00000000000..66c44ac3fc7 --- /dev/null +++ b/stable/theme-park/2.0.22/README.md @@ -0,0 +1,106 @@ +# theme-park + +Custom themes for your favorite apps! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [theme-park](https://truecharts.org/docs/charts/stable/theme-park) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `theme-park` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install theme-park TrueCharts/theme-park +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `theme-park` deployment + +```console +helm uninstall theme-park +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install theme-park \ + --set env.TZ="America/New York" \ + TrueCharts/theme-park +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install theme-park TrueCharts/theme-park -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/theme-park/2.0.21/app-readme.md b/stable/theme-park/2.0.22/app-readme.md similarity index 100% rename from stable/theme-park/2.0.21/app-readme.md rename to stable/theme-park/2.0.22/app-readme.md diff --git a/stable/theme-park/2.0.22/charts/common-10.7.1.tgz b/stable/theme-park/2.0.22/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/theme-park/2.0.22/charts/common-10.7.1.tgz differ diff --git a/stable/theme-park/2.0.21/ix_values.yaml b/stable/theme-park/2.0.22/ix_values.yaml similarity index 100% rename from stable/theme-park/2.0.21/ix_values.yaml rename to stable/theme-park/2.0.22/ix_values.yaml diff --git a/stable/theme-park/2.0.21/questions.yaml b/stable/theme-park/2.0.22/questions.yaml similarity index 100% rename from stable/theme-park/2.0.21/questions.yaml rename to stable/theme-park/2.0.22/questions.yaml diff --git a/stable/theme-park/2.0.22/templates/common.yaml b/stable/theme-park/2.0.22/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/theme-park/2.0.22/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/theme-park/2.0.22/values.yaml b/stable/theme-park/2.0.22/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/tinymediamanager/2.0.39/CHANGELOG.md b/stable/tinymediamanager/2.0.39/CHANGELOG.md deleted file mode 100644 index 377557622e9..00000000000 --- a/stable/tinymediamanager/2.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tinymediamanager-2.0.39](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.38...tinymediamanager-2.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [tinymediamanager-2.0.38](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.37...tinymediamanager-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tinymediamanager-2.0.38](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.37...tinymediamanager-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tinymediamanager-2.0.37](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.36...tinymediamanager-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tinymediamanager-2.0.36](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.35...tinymediamanager-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tinymediamanager-2.0.35](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.34...tinymediamanager-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tinymediamanager-2.0.34](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.33...tinymediamanager-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tinymediamanager-2.0.34](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.33...tinymediamanager-2.0.34) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/tinymediamanager/2.0.39/Chart.lock b/stable/tinymediamanager/2.0.39/Chart.lock deleted file mode 100644 index 7ddd00efac3..00000000000 --- a/stable/tinymediamanager/2.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:00:33.88442392Z" diff --git a/stable/tinymediamanager/2.0.39/Chart.yaml b/stable/tinymediamanager/2.0.39/Chart.yaml deleted file mode 100644 index 4dfc7581e0d..00000000000 --- a/stable/tinymediamanager/2.0.39/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "4.3.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: TinyMediaManager is a full featured media manager to organize and clean up your media library. -home: https://truecharts.org/docs/charts/stable/tinymediamanager -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png -keywords: - - tiny - - media - - manager -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tinymediamanager -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager - - https://hub.docker.com/r/tinymediamanager/tinymediamanager - - https://gitlab.com/tinyMediaManager/tinyMediaManager -version: 2.0.39 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tinymediamanager/2.0.39/README.md b/stable/tinymediamanager/2.0.39/README.md deleted file mode 100644 index 72d6b71ab53..00000000000 --- a/stable/tinymediamanager/2.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tinymediamanager - -TinyMediaManager is a full featured media manager to organize and clean up your media library. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tinymediamanager](https://truecharts.org/docs/charts/stable/tinymediamanager) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tinymediamanager` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tinymediamanager TrueCharts/tinymediamanager -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tinymediamanager` deployment - -```console -helm uninstall tinymediamanager -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tinymediamanager \ - --set env.TZ="America/New York" \ - TrueCharts/tinymediamanager -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tinymediamanager TrueCharts/tinymediamanager -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tinymediamanager/2.0.39/charts/common-10.7.0.tgz b/stable/tinymediamanager/2.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tinymediamanager/2.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tinymediamanager/2.0.40/CHANGELOG.md b/stable/tinymediamanager/2.0.40/CHANGELOG.md new file mode 100644 index 00000000000..3a87e91396e --- /dev/null +++ b/stable/tinymediamanager/2.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tinymediamanager-2.0.40](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.39...tinymediamanager-2.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tinymediamanager-2.0.39](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.38...tinymediamanager-2.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [tinymediamanager-2.0.38](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.37...tinymediamanager-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tinymediamanager-2.0.38](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.37...tinymediamanager-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tinymediamanager-2.0.37](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.36...tinymediamanager-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tinymediamanager-2.0.36](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.35...tinymediamanager-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tinymediamanager-2.0.35](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.34...tinymediamanager-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tinymediamanager-2.0.34](https://github.com/truecharts/charts/compare/tinymediamanager-2.0.33...tinymediamanager-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/stable/tinymediamanager/2.0.40/Chart.lock b/stable/tinymediamanager/2.0.40/Chart.lock new file mode 100644 index 00000000000..f0564ae788e --- /dev/null +++ b/stable/tinymediamanager/2.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:47:30.497779517Z" diff --git a/stable/tinymediamanager/2.0.40/Chart.yaml b/stable/tinymediamanager/2.0.40/Chart.yaml new file mode 100644 index 00000000000..6e59f52992f --- /dev/null +++ b/stable/tinymediamanager/2.0.40/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "4.3.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: TinyMediaManager is a full featured media manager to organize and clean up your media library. +home: https://truecharts.org/docs/charts/stable/tinymediamanager +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.png +keywords: + - tiny + - media + - manager +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tinymediamanager +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tinymediamanager + - https://hub.docker.com/r/tinymediamanager/tinymediamanager + - https://gitlab.com/tinyMediaManager/tinyMediaManager +version: 2.0.40 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tinymediamanager/2.0.40/README.md b/stable/tinymediamanager/2.0.40/README.md new file mode 100644 index 00000000000..bdd5143b4d1 --- /dev/null +++ b/stable/tinymediamanager/2.0.40/README.md @@ -0,0 +1,107 @@ +# tinymediamanager + +TinyMediaManager is a full featured media manager to organize and clean up your media library. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tinymediamanager](https://truecharts.org/docs/charts/stable/tinymediamanager) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tinymediamanager` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tinymediamanager TrueCharts/tinymediamanager +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tinymediamanager` deployment + +```console +helm uninstall tinymediamanager +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tinymediamanager \ + --set env.TZ="America/New York" \ + TrueCharts/tinymediamanager +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tinymediamanager TrueCharts/tinymediamanager -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tinymediamanager/2.0.39/app-readme.md b/stable/tinymediamanager/2.0.40/app-readme.md similarity index 100% rename from stable/tinymediamanager/2.0.39/app-readme.md rename to stable/tinymediamanager/2.0.40/app-readme.md diff --git a/stable/tinymediamanager/2.0.40/charts/common-10.7.1.tgz b/stable/tinymediamanager/2.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tinymediamanager/2.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/tinymediamanager/2.0.39/ix_values.yaml b/stable/tinymediamanager/2.0.40/ix_values.yaml similarity index 100% rename from stable/tinymediamanager/2.0.39/ix_values.yaml rename to stable/tinymediamanager/2.0.40/ix_values.yaml diff --git a/stable/tinymediamanager/2.0.39/questions.yaml b/stable/tinymediamanager/2.0.40/questions.yaml similarity index 100% rename from stable/tinymediamanager/2.0.39/questions.yaml rename to stable/tinymediamanager/2.0.40/questions.yaml diff --git a/stable/tinymediamanager/2.0.40/templates/common.yaml b/stable/tinymediamanager/2.0.40/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/tinymediamanager/2.0.40/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/tinymediamanager/2.0.40/values.yaml b/stable/tinymediamanager/2.0.40/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/traccar/7.0.46/CHANGELOG.md b/stable/traccar/7.0.46/CHANGELOG.md deleted file mode 100644 index 9fe6d438947..00000000000 --- a/stable/traccar/7.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [traccar-7.0.46](https://github.com/truecharts/charts/compare/traccar-7.0.45...traccar-7.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [traccar-7.0.45](https://github.com/truecharts/charts/compare/traccar-7.0.44...traccar-7.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [traccar-7.0.45](https://github.com/truecharts/charts/compare/traccar-7.0.44...traccar-7.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [traccar-7.0.44](https://github.com/truecharts/charts/compare/traccar-7.0.43...traccar-7.0.44) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [traccar-7.0.42](https://github.com/truecharts/charts/compare/traccar-7.0.41...traccar-7.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [traccar-7.0.41](https://github.com/truecharts/charts/compare/traccar-7.0.40...traccar-7.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [traccar-7.0.40](https://github.com/truecharts/charts/compare/traccar-7.0.39...traccar-7.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [traccar-7.0.40](https://github.com/truecharts/charts/compare/traccar-7.0.39...traccar-7.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/traccar/7.0.46/Chart.lock b/stable/traccar/7.0.46/Chart.lock deleted file mode 100644 index 0260ee1f099..00000000000 --- a/stable/traccar/7.0.46/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T17:01:03.451240252Z" diff --git a/stable/traccar/7.0.46/Chart.yaml b/stable/traccar/7.0.46/Chart.yaml deleted file mode 100644 index 775e976ce6e..00000000000 --- a/stable/traccar/7.0.46/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "5.3" -description: Traccar is an open source GPS tracking system. -name: traccar -version: 7.0.46 -kubeVersion: ">=1.16.0-0" -keywords: - - traccar - - gps -home: https://truecharts.org/docs/charts/stable/traccar -icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/traccar - - https://github.com/traccar/traccar - - https://hub.docker.com/r/traccar/traccar -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/traccar/7.0.46/README.md b/stable/traccar/7.0.46/README.md deleted file mode 100644 index ca76e779960..00000000000 --- a/stable/traccar/7.0.46/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# traccar - -Traccar is an open source GPS tracking system. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [traccar](https://truecharts.org/docs/charts/stable/traccar) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `traccar` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install traccar TrueCharts/traccar -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `traccar` deployment - -```console -helm uninstall traccar -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install traccar \ - --set env.TZ="America/New York" \ - TrueCharts/traccar -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install traccar TrueCharts/traccar -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/traccar/7.0.46/charts/common-10.7.0.tgz b/stable/traccar/7.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/traccar/7.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/traccar/7.0.46/charts/postgresql-8.0.97.tgz b/stable/traccar/7.0.46/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/traccar/7.0.46/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/traccar/7.0.47/CHANGELOG.md b/stable/traccar/7.0.47/CHANGELOG.md new file mode 100644 index 00000000000..4a4dbfea309 --- /dev/null +++ b/stable/traccar/7.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [traccar-7.0.47](https://github.com/truecharts/charts/compare/traccar-7.0.46...traccar-7.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [traccar-7.0.46](https://github.com/truecharts/charts/compare/traccar-7.0.45...traccar-7.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [traccar-7.0.45](https://github.com/truecharts/charts/compare/traccar-7.0.44...traccar-7.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traccar-7.0.45](https://github.com/truecharts/charts/compare/traccar-7.0.44...traccar-7.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traccar-7.0.44](https://github.com/truecharts/charts/compare/traccar-7.0.43...traccar-7.0.44) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [traccar-7.0.42](https://github.com/truecharts/charts/compare/traccar-7.0.41...traccar-7.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [traccar-7.0.41](https://github.com/truecharts/charts/compare/traccar-7.0.40...traccar-7.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [traccar-7.0.40](https://github.com/truecharts/charts/compare/traccar-7.0.39...traccar-7.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/traccar/7.0.47/Chart.lock b/stable/traccar/7.0.47/Chart.lock new file mode 100644 index 00000000000..69dc8f63884 --- /dev/null +++ b/stable/traccar/7.0.47/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:48:03.245136808Z" diff --git a/stable/traccar/7.0.47/Chart.yaml b/stable/traccar/7.0.47/Chart.yaml new file mode 100644 index 00000000000..d89f60bff0e --- /dev/null +++ b/stable/traccar/7.0.47/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "5.3" +description: Traccar is an open source GPS tracking system. +name: traccar +version: 7.0.47 +kubeVersion: ">=1.16.0-0" +keywords: + - traccar + - gps +home: https://truecharts.org/docs/charts/stable/traccar +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/traccar + - https://github.com/traccar/traccar + - https://hub.docker.com/r/traccar/traccar +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/traccar/7.0.47/README.md b/stable/traccar/7.0.47/README.md new file mode 100644 index 00000000000..6e86320e41a --- /dev/null +++ b/stable/traccar/7.0.47/README.md @@ -0,0 +1,108 @@ +# traccar + +Traccar is an open source GPS tracking system. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [traccar](https://truecharts.org/docs/charts/stable/traccar) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `traccar` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install traccar TrueCharts/traccar +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `traccar` deployment + +```console +helm uninstall traccar +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install traccar \ + --set env.TZ="America/New York" \ + TrueCharts/traccar +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install traccar TrueCharts/traccar -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/traccar/7.0.46/app-readme.md b/stable/traccar/7.0.47/app-readme.md similarity index 100% rename from stable/traccar/7.0.46/app-readme.md rename to stable/traccar/7.0.47/app-readme.md diff --git a/stable/traccar/7.0.47/charts/common-10.7.1.tgz b/stable/traccar/7.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/traccar/7.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/traccar/7.0.47/charts/postgresql-8.0.101.tgz b/stable/traccar/7.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/traccar/7.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/traccar/7.0.46/ix_values.yaml b/stable/traccar/7.0.47/ix_values.yaml similarity index 100% rename from stable/traccar/7.0.46/ix_values.yaml rename to stable/traccar/7.0.47/ix_values.yaml diff --git a/stable/traccar/7.0.46/questions.yaml b/stable/traccar/7.0.47/questions.yaml similarity index 100% rename from stable/traccar/7.0.46/questions.yaml rename to stable/traccar/7.0.47/questions.yaml diff --git a/stable/traccar/7.0.47/templates/common.yaml b/stable/traccar/7.0.47/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/traccar/7.0.47/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/traccar/7.0.47/values.yaml b/stable/traccar/7.0.47/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/traefik/13.4.11/CHANGELOG.md b/stable/traefik/13.4.11/CHANGELOG.md new file mode 100644 index 00000000000..13c21570bbe --- /dev/null +++ b/stable/traefik/13.4.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [traefik-13.4.11](https://github.com/truecharts/charts/compare/traefik-13.4.10...traefik-13.4.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + ### Fix + +- enable crd updating ([#4068](https://github.com/truecharts/charts/issues/4068)) + + + + +## [traefik-13.4.10](https://github.com/truecharts/charts/compare/traefik-13.4.9...traefik-13.4.10) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [traefik-13.4.9](https://github.com/truecharts/charts/compare/traefik-13.4.8...traefik-13.4.9) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + ### Docs + +- Add basicAuth examples to docs ([#4056](https://github.com/truecharts/charts/issues/4056)) + + + + +## [traefik-13.4.8](https://github.com/truecharts/charts/compare/traefik-13.4.7...traefik-13.4.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traefik-13.4.8](https://github.com/truecharts/charts/compare/traefik-13.4.7...traefik-13.4.8) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traefik-13.4.7](https://github.com/truecharts/charts/compare/traefik-13.4.6...traefik-13.4.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [traefik-13.4.6](https://github.com/truecharts/charts/compare/traefik-13.4.5...traefik-13.4.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [traefik-13.4.5](https://github.com/truecharts/charts/compare/traefik-13.4.4...traefik-13.4.5) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [traefik-13.4.4](https://github.com/truecharts/charts/compare/traefik-13.4.3...traefik-13.4.4) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] diff --git a/stable/traefik/13.4.11/Chart.lock b/stable/traefik/13.4.11/Chart.lock new file mode 100644 index 00000000000..43b323f8ff9 --- /dev/null +++ b/stable/traefik/13.4.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:47:57.757843544Z" diff --git a/stable/traefik/13.4.11/Chart.yaml b/stable/traefik/13.4.11/Chart.yaml new file mode 100644 index 00000000000..97e84a7b267 --- /dev/null +++ b/stable/traefik/13.4.11/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2.9.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Traefik is a flexible reverse proxy and Ingress Provider. +home: https://truecharts.org/docs/charts/stable/traefik +icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik.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/truecharts/charts/tree/master/charts/stable/traefik + - https://github.com/traefik/traefik + - https://github.com/traefik/traefik-helm-chart + - https://traefik.io/ +type: application +version: 13.4.11 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/traefik/13.4.11/README.md b/stable/traefik/13.4.11/README.md new file mode 100644 index 00000000000..f6ce61d42d4 --- /dev/null +++ b/stable/traefik/13.4.11/README.md @@ -0,0 +1,108 @@ +# traefik + +Traefik is a flexible reverse proxy and Ingress Provider. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [traefik](https://truecharts.org/docs/charts/stable/traefik) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `traefik` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install traefik TrueCharts/traefik +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `traefik` deployment + +```console +helm uninstall traefik +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install traefik \ + --set env.TZ="America/New York" \ + TrueCharts/traefik +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install traefik TrueCharts/traefik -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/traefik/13.4.11/app-readme.md b/stable/traefik/13.4.11/app-readme.md new file mode 100644 index 00000000000..b76832bd9a2 --- /dev/null +++ b/stable/traefik/13.4.11/app-readme.md @@ -0,0 +1,8 @@ +Traefik is a flexible reverse proxy and Ingress Provider. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/traefik](https://truecharts.org/docs/charts/stable/traefik) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/traefik/13.4.11/charts/common-10.7.1.tgz b/stable/traefik/13.4.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/traefik/13.4.11/charts/common-10.7.1.tgz differ diff --git a/stable/traefik/13.4.11/crds/ingressroute.yaml b/stable/traefik/13.4.11/crds/ingressroute.yaml new file mode 100644 index 00000000000..572adae5f00 --- /dev/null +++ b/stable/traefik/13.4.11/crds/ingressroute.yaml @@ -0,0 +1,209 @@ +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/stable/traefik/13.4.11/crds/ingressroutetcp.yaml b/stable/traefik/13.4.11/crds/ingressroutetcp.yaml new file mode 100644 index 00000000000..127a41767e1 --- /dev/null +++ b/stable/traefik/13.4.11/crds/ingressroutetcp.yaml @@ -0,0 +1,169 @@ +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/stable/traefik/13.4.11/crds/ingressrouteudp.yaml b/stable/traefik/13.4.11/crds/ingressrouteudp.yaml new file mode 100644 index 00000000000..2ed2b6969b2 --- /dev/null +++ b/stable/traefik/13.4.11/crds/ingressrouteudp.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: 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/stable/traefik/13.4.11/crds/middlewares.yaml b/stable/traefik/13.4.11/crds/middlewares.yaml new file mode 100644 index 00000000000..714d151151f --- /dev/null +++ b/stable/traefik/13.4.11/crds/middlewares.yaml @@ -0,0 +1,587 @@ +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/stable/traefik/13.4.11/crds/middlewarestcp.yaml b/stable/traefik/13.4.11/crds/middlewarestcp.yaml new file mode 100644 index 00000000000..32c41e532de --- /dev/null +++ b/stable/traefik/13.4.11/crds/middlewarestcp.yaml @@ -0,0 +1,61 @@ +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/stable/traefik/13.4.11/crds/serverstransports.yaml b/stable/traefik/13.4.11/crds/serverstransports.yaml new file mode 100644 index 00000000000..a5f5206abad --- /dev/null +++ b/stable/traefik/13.4.11/crds/serverstransports.yaml @@ -0,0 +1,108 @@ +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/stable/traefik/13.4.11/crds/tlsoptions.yaml b/stable/traefik/13.4.11/crds/tlsoptions.yaml new file mode 100644 index 00000000000..054ffe6cf5a --- /dev/null +++ b/stable/traefik/13.4.11/crds/tlsoptions.yaml @@ -0,0 +1,92 @@ +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/stable/traefik/13.4.11/crds/tlsstores.yaml b/stable/traefik/13.4.11/crds/tlsstores.yaml new file mode 100644 index 00000000000..0fd2501746c --- /dev/null +++ b/stable/traefik/13.4.11/crds/tlsstores.yaml @@ -0,0 +1,68 @@ +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/stable/traefik/13.4.11/crds/traefikservices.yaml b/stable/traefik/13.4.11/crds/traefikservices.yaml new file mode 100644 index 00000000000..c96892c41e0 --- /dev/null +++ b/stable/traefik/13.4.11/crds/traefikservices.yaml @@ -0,0 +1,289 @@ +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/stable/traefik/13.4.11/ix_values.yaml b/stable/traefik/13.4.11/ix_values.yaml new file mode 100644 index 00000000000..edf55c47a08 --- /dev/null +++ b/stable/traefik/13.4.11/ix_values.yaml @@ -0,0 +1,392 @@ +image: + repository: tccr.io/truecharts/traefik + # defaults to appVersion + tag: 2.9.1@sha256:e8e6da4e8c59b7bbec5a163cd608e8e62775789580e47921cc6e7fc6d33b037d + pullPolicy: IfNotPresent + +updateCRD: true + +# -- 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: "" + +# -- 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: {} + +podAnnotations: + prometheus.io/scrape: "true" + prometheus.io/path: "/metrics" + prometheus.io/port: "9180" + +# +# -- 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 level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. + level: ERROR + # -- Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format + format: common + access: + # To enable access logs + enabled: false + # 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 + # -- Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format + format: common + +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/tccr.io/truecharts/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 + # -- Forwarded Headers should never be enabled on Main entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Main entrypoint + proxyProtocol: + enabled: false + tcp: + enabled: true + type: LoadBalancer + ports: + web: + enabled: true + port: 9080 + protocol: HTTP + redirectTo: websecure + # Options: Empty, 0 (ingore), or positive int + # redirectPort: + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + websecure: + enabled: true + port: 9443 + protocol: HTTPS + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + # 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: ClusterIP + ports: + metrics: + enabled: true + port: 9180 + targetPort: 9180 + protocol: HTTP + # -- Forwarded Headers should never be enabled on Metrics entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Metrics entrypoint + proxyProtocol: + enabled: false + 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: + main: + 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: + main: + enabled: 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 + stripPrefixRegex: [] + # - name: stripPrefixRegexName + # regex: [] + ipWhiteList: [] + # - name: ipWhiteListName + # sourceRange: [] + # ipStrategy: + # depth: 2 + # excludedIPs: [] + themeParkVersion: v1.2.2 + themePark: [] + # - name: themeParkName + # -- Supported apps, lower case name + # -- https://docs.theme-park.dev/themes + # app: appnamehere + # -- Supported themes, lower case name + # -- https://docs.theme-park.dev/themes/APPNAMEHERE + # -- https://docs.theme-park.dev/community-themes + # theme: themenamehere + # -- https://theme-park.dev or a self hosted url + # baseUrl: https://theme-park.dev + realIPVersion: v1.0.3 + # Sets X-Real-Ip with an IP from the X-Forwarded-For or + # Cf-Connecting-Ip (If from Cloudflare) + # Evaluation of those headers will go from last to first + realIP: [] + # - name: realIPName + # -- The real IP will be the first one that is + # -- not included in any of the CIDRs passed here + # excludedNetworks: + # - 1.1.1.1/24 + addPrefix: [] + # - name: addPrefixName + # prefix: "/foo" + +portalhook: + enabled: true + +persistence: + plugins: + enabled: true + mountPath: "/plugins-storage" + type: emptyDir + +portal: + enabled: true diff --git a/stable/traefik/13.4.11/questions.yaml b/stable/traefik/13.4.11/questions.yaml new file mode 100644 index 00000000000..25a54af2f20 --- /dev/null +++ b/stable/traefik/13.4.11/questions.yaml @@ -0,0 +1,2937 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "http" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/dashboard/" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingressClass + label: "ingressClass" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + description: "When enabled, ingressClass will match the entered name of this app" + 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: + additional_attrs: true + type: dict + attrs: + - variable: general + label: "General Logs" + schema: + additional_attrs: true + 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: format + label: "General Log format" + schema: + type: string + default: "common" + enum: + - value: "common" + description: "Common Log Format" + - value: "json" + description: "JSON" + - variable: access + label: "Access Logs" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: general + label: "General" + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: defaultmode + label: "Default Mode" + schema: + type: string + default: "drop" + enum: + - value: "keep" + description: "Keep" + - value: "drop" + description: "Drop" + - variable: format + label: "Access Log format" + schema: + type: string + default: "common" + enum: + - value: "common" + description: "Common Log Format" + - value: "json" + description: "JSON" + - variable: middlewares + label: "" + group: "Middlewares" + schema: + additional_attrs: true + type: dict + attrs: + - variable: basicAuth + label: basicAuth + schema: + type: list + default: [] + items: + - variable: basicAuthEntry + label: "" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 + default: false + - variable: rateLimit + label: rateLimit + schema: + type: list + default: [] + items: + - variable: rateLimitEntry + label: "" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 + default: false + - variable: stripPrefixRegex + label: stripPrefixRegex + schema: + type: list + default: [] + items: + - variable: stripPrefixRegexEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: regex + label: Regex + schema: + type: list + default: [] + items: + - variable: regexEntry + label: Regex + schema: + type: string + required: true + default: "" + - variable: ipWhiteList + label: ipWhiteList + schema: + type: list + default: [] + items: + - variable: ipWhiteListEntry + label: "" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: themePark + label: theme.park + schema: + type: list + default: [] + items: + - variable: themeParkEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: This is a 3rd party plugin and not maintained by TrueCharts, + for more information go to traefik-themepark + schema: + type: string + required: true + default: "" + - variable: appName + label: App Name + description: Lower case, name of the app to be themed. +
Go to https://docs.theme-park.dev/themes/ to see supported apps. + schema: + type: string + required: true + default: "" + - variable: themeName + label: Theme Name + description: Lower case, name of the theme to be applied. +
Go to https://docs.theme-park.dev/theme-options/ to see supported themes. + schema: + type: string + required: true + default: "" + - variable: baseUrl + label: Base URL + description: Replace `https://theme-park.dev` URL for self-hosting reference. + schema: + type: string + required: true + default: https://theme-park.dev + - variable: addons + label: Addons + schema: + type: list + default: [] + items: + - variable: addonEntry + label: Addon + description: Currently only supports 'darker' and '4k-logo' for *arr apps. +
Go to https://docs.theme-park.dev/themes/addons/ for Addon information. +
Go to https://github.com/packruler/traefik-themepark for more context on plugin + schema: + type: string + required: true + default: "" + - variable: realIP + label: Real IP + schema: + type: list + default: [] + items: + - variable: realIPEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: excludedNetworks + label: Excluded Networks + schema: + type: list + default: [] + items: + - variable: excludedNetEntry + label: Excluded Network Entry + description: Network to exclude setting it to X-Real-Ip + schema: + type: string + required: true + default: "" + - variable: addPrefix + label: Add Prefix + schema: + type: list + default: [] + items: + - variable: addPrefixEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: prefix + label: Prefix + schema: + type: string + required: true + default: "" + - variable: service + group: "Networking and Services" + label: "Configure Service Entrypoint" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Entrypoint Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - 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 + hidden: true + 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: 9000 + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9000 + required: true + - variable: tcp + label: "TCP Service" + description: "The tcp Entrypoint service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: web + label: "web Entrypoint Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9080 + 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 + hidden: true + 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 + - variable: redirectPort + label: "Redirect to Port" + schema: + type: int + - variable: redirectTo + label: "Redirect to Entrypoint" + schema: + type: string + default: "websecure" + - variable: forwardedHeaders + label: Accept Forwarded Headers + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Trust Forwarded Headers from specific IPs. + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Always Trust Forwarded Headers + schema: + type: boolean + default: false + - variable: proxyProtocol + label: Accept Proxy Protocol connections + description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Only IPs in trustedIPs will lead to remote client address replacement + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Trust every incoming connection + schema: + type: boolean + default: false + - variable: websecure + label: "websecure Entrypoints Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Entrypoints Port" + schema: + type: int + default: 9443 + 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 + hidden: true + default: true + - 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 + - variable: redirectPort + label: "Redirect to Port" + schema: + type: int + - variable: redirectTo + label: "Redirect to Entrypoint" + schema: + type: string + - variable: forwardedHeaders + label: Accept Forwarded Headers + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Trust Forwarded Headers from specific IPs. + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Always Trust Forwarded Headers + schema: + type: boolean + default: false + - variable: proxyProtocol + label: Accept Proxy Protocol connections + description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Only IPs in trustedIPs will lead to remote client address replacement + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Trust every incoming connection + schema: + type: boolean + default: false + - 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + default: true + - variable: redirectPort + label: "Redirect to Port" + schema: + type: int + - variable: redirectTo + label: "Redirect to Entrypoint" + schema: + type: string + - variable: forwardedHeaders + label: Accept Forwarded Headers + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Trust Forwarded Headers from specific IPs. + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Always Trust Forwarded Headers + schema: + type: boolean + default: false + - variable: proxyProtocol + label: Accept Proxy Protocol connections + description: If Proxy Protocol header parsing is enabled for the entry point, this entry point can accept connections with or without Proxy Protocol headers. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: trustedIPs + label: Trusted IPs + description: Only IPs in trustedIPs will lead to remote client address replacement + schema: + type: list + default: [] + items: + - variable: trustedIPsEntry + label: "" + schema: + type: string + required: true + default: "" + - variable: insecureMode + label: Insecure Mode + description: Trust every incoming connection + schema: + type: boolean + default: false + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/traefik/13.4.11/templates/_args.tpl b/stable/traefik/13.4.11/templates/_args.tpl new file mode 100644 index 00000000000..68a0c916ce1 --- /dev/null +++ b/stable/traefik/13.4.11/templates/_args.tpl @@ -0,0 +1,172 @@ +{{/* 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 .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 }} + {{- if .Values.ingressClass.enabled }} + - "--providers.kubernetesingress.ingressclass={{ .Release.Name }}" + {{- end }} + {{- range $entrypoint, $config := $ports }} + {{/* add args for proxyProtocol support */}} + {{- if $config.proxyProtocol }} + {{- if $config.proxyProtocol.enabled }} + {{- if $config.proxyProtocol.insecureMode }} + - "--entrypoints.{{ $entrypoint }}.proxyProtocol.insecure" + {{- end }} + {{- if not ( empty $config.proxyProtocol.trustedIPs ) }} + - "--entrypoints.{{ $entrypoint }}.proxyProtocol.trustedIPs={{ join "," $config.proxyProtocol.trustedIPs }}" + {{- end }} + {{- end }} + {{- end }} + {{/* add args for forwardedHeaders support */}} + {{- if $config.forwardedHeaders.enabled }} + {{- if not ( empty $config.forwardedHeaders.trustedIPs ) }} + - "--entrypoints.{{ $entrypoint }}.forwardedHeaders.trustedIPs={{ join "," $config.forwardedHeaders.trustedIPs }}" + {{- end }} + {{- if $config.forwardedHeaders.insecureMode }} + - "--entrypoints.{{ $entrypoint }}.forwardedHeaders.insecure" + {{- end }} + {{- end }} + {{/* end forwardedHeaders configuration */}} + {{- if $config.redirectTo }} + {{- $toPort := index $ports $config.redirectTo }} + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.to=:{{ $toPort.port }}" + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.scheme=https" + {{- else if $config.redirectPort }} + {{ if gt $config.redirectPort 0.0 }} + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.to=:{{ $config.redirectPort }}" + - "--entrypoints.{{ $entrypoint }}.http.redirections.entryPoint.scheme=https" + {{- end }} + {{- 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 }} + - "--log.format={{ .general.format }}" + {{- if ne .general.level "ERROR" }} + - "--log.level={{ .general.level | upper }}" + {{- end }} + {{- if .access.enabled }} + - "--accesslog=true" + - "--accesslog.format={{ .access.format }}" + {{- 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 }} + {{/* theme.park */}} + {{- if .Values.middlewares.themePark }} + - "--experimental.plugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark" + - "--experimental.plugins.traefik-themepark.version={{ .Values.middlewares.themeParkVersion }}" + {{- end }} + {{/* End of theme.park */}} + {{/* RealIP */}} + {{- if .Values.middlewares.realIP }} + - "--experimental.plugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip" + - "--experimental.plugins.traefik-real-ip.version={{ .Values.middlewares.realIPVersion }}" + {{- end }} + {{/* End of RealIP */}} + {{- with .Values.additionalArguments }} + {{- range . }} + - {{ . | quote }} + {{- end }} + {{- end }} +{{- end -}} diff --git a/stable/traefik/13.4.11/templates/_helpers.tpl b/stable/traefik/13.4.11/templates/_helpers.tpl new file mode 100644 index 00000000000..ab55e4e7ec6 --- /dev/null +++ b/stable/traefik/13.4.11/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 "tc.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/stable/traefik/13.4.11/templates/_ingressclass.tpl b/stable/traefik/13.4.11/templates/_ingressclass.tpl new file mode 100644 index 00000000000..909e249d6a5 --- /dev/null +++ b/stable/traefik/13.4.11/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 "tc.common.labels" . | nindent 4 }} + name: {{ .Release.Name }} +spec: + controller: traefik.io/ingress-controller +{{- end }} +{{- end }} diff --git a/stable/traefik/13.4.11/templates/_ingressroute.tpl b/stable/traefik/13.4.11/templates/_ingressroute.tpl new file mode 100644 index 00000000000..7f012c92350 --- /dev/null +++ b/stable/traefik/13.4.11/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 "tc.common.names.fullname" . }}-dashboard + annotations: + {{- with .Values.ingressRoute.dashboard.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} + labels: + {{- include "tc.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/stable/traefik/13.4.11/templates/_portalhook.tpl b/stable/traefik/13.4.11/templates/_portalhook.tpl new file mode 100644 index 00000000000..e3586c5d4e9 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/_tlsoptions.tpl b/stable/traefik/13.4.11/templates/_tlsoptions.tpl new file mode 100644 index 00000000000..3e5aad3bee9 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/common.yaml b/stable/traefik/13.4.11/templates/common.yaml new file mode 100644 index 00000000000..c933a3d08e0 --- /dev/null +++ b/stable/traefik/13.4.11/templates/common.yaml @@ -0,0 +1,24 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{- 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/port" "9180" -}} +{{- 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 "tc.common.loader.apply" . }} diff --git a/stable/traefik/13.4.11/templates/middlewares/addPrefix.yaml b/stable/traefik/13.4.11/templates/middlewares/addPrefix.yaml new file mode 100644 index 00000000000..233b23834c3 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/addPrefix.yaml @@ -0,0 +1,17 @@ +{{- $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.addPrefix }} + +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + addPrefix: + prefix: {{ $middlewareData.prefix }} +{{- end }} diff --git a/stable/traefik/13.4.11/templates/middlewares/basic-middleware.yaml b/stable/traefik/13.4.11/templates/middlewares/basic-middleware.yaml new file mode 100644 index 00000000000..9ba8e5c5d93 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/basic-middleware.yaml @@ -0,0 +1,62 @@ +{{- $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: 600 + burst: 400 +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: basic-secure-headers + namespace: {{ $namespace }} +spec: + headers: + accessControlAllowMethods: + - GET + - OPTIONS + - HEAD + - PUT + accessControlMaxAge: 100 + stsSeconds: 63072000 + # stsIncludeSubdomains: false + # stsPreload: false + forceSTSHeader: true + contentTypeNosniff: true + browserXssFilter: true + referrerPolicy: same-origin + customRequestHeaders: + X-Forwarded-Proto: "https" + customResponseHeaders: + 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/stable/traefik/13.4.11/templates/middlewares/basicauth.yaml b/stable/traefik/13.4.11/templates/middlewares/basicauth.yaml new file mode 100644 index 00000000000..ccb541742f0 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/chain.yaml b/stable/traefik/13.4.11/templates/middlewares/chain.yaml new file mode 100644 index 00000000000..f87994f7956 --- /dev/null +++ b/stable/traefik/13.4.11/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, $middleware := .middlewares }} + - name: {{ printf "%v-%v@%v" $namespace $middleware "kubernetescrd" }} + {{ end }} +{{ end }} diff --git a/stable/traefik/13.4.11/templates/middlewares/forwardauth.yaml b/stable/traefik/13.4.11/templates/middlewares/forwardauth.yaml new file mode 100644 index 00000000000..7a3e32fdbf7 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/ipwhitelist.yaml b/stable/traefik/13.4.11/templates/middlewares/ipwhitelist.yaml new file mode 100644 index 00000000000..1179245017e --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/ratelimit.yaml b/stable/traefik/13.4.11/templates/middlewares/ratelimit.yaml new file mode 100644 index 00000000000..144b9d8bf38 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/real-ip.yaml b/stable/traefik/13.4.11/templates/middlewares/real-ip.yaml new file mode 100644 index 00000000000..2dd1ae030a4 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/real-ip.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.realIP }} + +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + plugin: + traefik-real-ip: + excludednets: + {{- range $middlewareData.excludedNetworks }} + - {{ . | quote }} + {{- end }} +{{- end }} diff --git a/stable/traefik/13.4.11/templates/middlewares/redirectScheme.yaml b/stable/traefik/13.4.11/templates/middlewares/redirectScheme.yaml new file mode 100644 index 00000000000..f2413f84e19 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/redirectregex.yaml b/stable/traefik/13.4.11/templates/middlewares/redirectregex.yaml new file mode 100644 index 00000000000..46e3e724dd6 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/stripPrefixRegex.yaml b/stable/traefik/13.4.11/templates/middlewares/stripPrefixRegex.yaml new file mode 100644 index 00000000000..007c166ff39 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/stripPrefixRegex.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.stripPrefixRegex }} +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + stripPrefixRegex: + regex: + {{- range $middlewareData.regex }} + - {{ . | quote }} + {{- end }} +{{ end }} diff --git a/stable/traefik/13.4.11/templates/middlewares/tc-chains.yaml b/stable/traefik/13.4.11/templates/middlewares/tc-chains.yaml new file mode 100644 index 00000000000..409766daa89 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/tc-chains.yaml @@ -0,0 +1,29 @@ +{{- $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-opencors-chain + namespace: {{ $namespace }} +spec: + chain: + middlewares: + - name: basic-ratelimit + - name: tc-opencors-headers + - name: compress +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: tc-closedcors-chain + namespace: {{ $namespace }} +spec: + chain: + middlewares: + - name: basic-ratelimit + - name: tc-closedcors-headers + - name: compress diff --git a/stable/traefik/13.4.11/templates/middlewares/tc-headers.yaml b/stable/traefik/13.4.11/templates/middlewares/tc-headers.yaml new file mode 100644 index 00000000000..a0462f1fd73 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/tc-headers.yaml @@ -0,0 +1,62 @@ +{{- $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-opencors-headers + namespace: {{ $namespace }} +spec: + headers: + accessControlAllowHeaders: + - '*' + accessControlAllowMethods: + - GET + - OPTIONS + - HEAD + - PUT + - POST + accessControlAllowOriginList: + - '*' + accessControlMaxAge: 100 + browserXssFilter: true + contentTypeNosniff: true + customRequestHeaders: + X-Forwarded-Proto: https + customResponseHeaders: + server: "" + forceSTSHeader: true + referrerPolicy: same-origin + sslForceHost: true + sslRedirect: true + stsSeconds: 63072000 +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: tc-closedcors-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: + server: '' diff --git a/stable/traefik/13.4.11/templates/middlewares/tc-nextcloud.yaml b/stable/traefik/13.4.11/templates/middlewares/tc-nextcloud.yaml new file mode 100644 index 00000000000..6a3019d56c5 --- /dev/null +++ b/stable/traefik/13.4.11/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/stable/traefik/13.4.11/templates/middlewares/theme-park.yaml b/stable/traefik/13.4.11/templates/middlewares/theme-park.yaml new file mode 100644 index 00000000000..92a4257e279 --- /dev/null +++ b/stable/traefik/13.4.11/templates/middlewares/theme-park.yaml @@ -0,0 +1,26 @@ +{{- $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.themePark }} + +--- +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: {{ $middlewareData.name }} + namespace: {{ $namespace }} +spec: + plugin: + traefik-themepark: + app: {{ $middlewareData.appName }} + theme: {{ $middlewareData.themeName }} + baseUrl: {{ $middlewareData.baseUrl }} + {{- if $middlewareData.addons }} + addons: + {{- range $middlewareData.addons }} + - {{ . | quote }} + {{- end }} + {{- end }} +{{- end }} diff --git a/stable/traefik/13.4.11/values.yaml b/stable/traefik/13.4.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/transmission/12.0.41/CHANGELOG.md b/stable/transmission/12.0.41/CHANGELOG.md new file mode 100644 index 00000000000..259bd67ce99 --- /dev/null +++ b/stable/transmission/12.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [transmission-12.0.41](https://github.com/truecharts/charts/compare/transmission-12.0.40...transmission-12.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [transmission-12.0.40](https://github.com/truecharts/charts/compare/transmission-12.0.39...transmission-12.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [transmission-12.0.39](https://github.com/truecharts/charts/compare/transmission-12.0.38...transmission-12.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [transmission-12.0.39](https://github.com/truecharts/charts/compare/transmission-12.0.38...transmission-12.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [transmission-12.0.38](https://github.com/truecharts/charts/compare/transmission-12.0.37...transmission-12.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [transmission-12.0.37](https://github.com/truecharts/charts/compare/transmission-12.0.36...transmission-12.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [transmission-12.0.36](https://github.com/truecharts/charts/compare/transmission-12.0.35...transmission-12.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [transmission-12.0.35](https://github.com/truecharts/charts/compare/transmission-12.0.34...transmission-12.0.35) (2022-09-24) + +### Chore + +- Auto-update chart README [skip ci] + + + + +## [transmission-12.0.34](https://github.com/truecharts/charts/compare/transmission-12.0.33...transmission-12.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/transmission/12.0.41/Chart.lock b/stable/transmission/12.0.41/Chart.lock new file mode 100644 index 00000000000..8032b5e2ad8 --- /dev/null +++ b/stable/transmission/12.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:48:01.322176555Z" diff --git a/stable/transmission/12.0.41/Chart.yaml b/stable/transmission/12.0.41/Chart.yaml new file mode 100644 index 00000000000..8113f63d145 --- /dev/null +++ b/stable/transmission/12.0.41/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "3.00" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: fast, easy, and free BitTorrent client. +home: https://truecharts.org/docs/charts/stable/transmission +icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.png +keywords: + - transmission + - torrent + - usenet +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: transmission +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/transmission + - https://github.com/transmission/transmission + - https://hub.docker.com/r/linuxserver/transmission +type: application +version: 12.0.41 +annotations: + truecharts.org/catagories: | + - download-tools + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/transmission/12.0.41/README.md b/stable/transmission/12.0.41/README.md new file mode 100644 index 00000000000..917d2526476 --- /dev/null +++ b/stable/transmission/12.0.41/README.md @@ -0,0 +1,107 @@ +# transmission + +fast, easy, and free BitTorrent client. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [transmission](https://truecharts.org/docs/charts/stable/transmission) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `transmission` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install transmission TrueCharts/transmission +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `transmission` deployment + +```console +helm uninstall transmission +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install transmission \ + --set env.TZ="America/New York" \ + TrueCharts/transmission +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install transmission TrueCharts/transmission -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/transmission/12.0.41/app-readme.md b/stable/transmission/12.0.41/app-readme.md new file mode 100644 index 00000000000..e04eda01c5e --- /dev/null +++ b/stable/transmission/12.0.41/app-readme.md @@ -0,0 +1,8 @@ +fast, easy, and free BitTorrent client. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/transmission](https://truecharts.org/docs/charts/stable/transmission) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/transmission/12.0.41/charts/common-10.7.1.tgz b/stable/transmission/12.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/transmission/12.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/transmission/12.0.41/ix_values.yaml b/stable/transmission/12.0.41/ix_values.yaml new file mode 100644 index 00000000000..19d6a2fc6aa --- /dev/null +++ b/stable/transmission/12.0.41/ix_values.yaml @@ -0,0 +1,106 @@ +image: + repository: tccr.io/truecharts/transmission + pullPolicy: IfNotPresent + tag: v3.00@sha256:cf61bde05f265653ce12b0ef42e25ac25abcc51ff84c9e5528ef75fea8330eda + +service: + main: + ports: + main: + port: 10109 + targetPort: 9091 + torrent: + enabled: true + ports: + torrent: + enabled: true + port: 51414 + targetPort: 51414 + torrentudp: + enabled: true + ports: + torrentudp: + enabled: true + port: 51414 + targetPort: 51414 + protocol: UDP +secretEnv: + {} + # TRANSMISSION_RPC_USERNAME: "" + # TRANSMISSION_RPC_PASSWORD: "" +env: + # PUID: 1001 + # TRANSMISSION_ALT_SPEED_DOWN: 50 + # TRANSMISSION_ALT_SPEED_ENABLED: false + # TRANSMISSION_ALT_SPEED_TIME_BEGIN: 540 + # TRANSMISSION_ALT_SPEED_TIME_DAY: 127 + # TRANSMISSION_ALT_SPEED_TIME_ENABLED: false + # TRANSMISSION_ALT_SPEED_TIME_END: 1020 + # TRANSMISSION_ALT_SPEED_UP: 50 + # TRANSMISSION_BIND_ADDRESS_IPV4: "0.0.0.0" + # TRANSMISSION_BIND_ADDRESS_IPV6: "::" + # TRANSMISSION_BLOCKLIST_ENABLED: true + # TRANSMISSION_BLOCKLIST_URL: "http://john.bitsurge.net/public/biglist.p2p.gz" + # TRANSMISSION_CACHE_SIZE_MB: 4 + # TRANSMISSION_DHT_ENABLED: true + # TRANSMISSION_DOWNLOAD_DIR: "/downloads/complete" + # TRANSMISSION_DOWNLOAD_QUEUE_ENABLED: true + # TRANSMISSION_DOWNLOAD_QUEUE_SIZE: 5 + # TRANSMISSION_ENCRYPTION: 1 + # TRANSMISSION_IDLE_SEEDING_LIMIT: 30 + # TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED: false + # TRANSMISSION_INCOMPLETE_DIR: "/downloads/incomplete" + # TRANSMISSION_INCOMPLETE_DIR_ENABLED: true + # TRANSMISSION_LPD_ENABLED: false + # TRANSMISSION_MESSAGE_LEVEL: 2 + # TRANSMISSION_PEER_CONGESTION_ALGORITHM: "" + # TRANSMISSION_PEER_ID_TTL_HOURS: 6 + # TRANSMISSION_PEER_LIMIT_GLOBAL: 200 + # TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50 + TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrent.targetPort }}" + # TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535 + # TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152 + # TRANSMISSION_PEER_PORT_RANDOM_ON_START: false + # TRANSMISSION_PEER_SOCKET_TOS: default" + # TRANSMISSION_PEX_ENABLED: true + # TRANSMISSION_PORT_FORWARDING_ENABLED: false + # TRANSMISSION_PREALLOCATION: 1 + # TRANSMISSION_PREFETCH_ENABLED: true + # TRANSMISSION_QUEUE_STALLED_ENABLED: true + # TRANSMISSION_QUEUE_STALLED_MINUTES: 30 + # TRANSMISSION_RATIO_LIMIT: 2 + # TRANSMISSION_RATIO_LIMIT_ENABLED: false + # TRANSMISSION_RENAME_PARTIAL_FILES: true + # TRANSMISSION_RPC_AUTHENTICATION_REQUIRED: false + # TRANSMISSION_RPC_BIND_ADDRESS: "0.0.0.0" + # TRANSMISSION_RPC_ENABLED: true + # TRANSMISSION_RPC_HOST_WHITELIST: "" + # TRANSMISSION_RPC_HOST_WHITELIST_ENABLED: false + TRANSMISSION_RPC_PORT: "{{ .Values.service.main.ports.main.targetPort }}" + # TRANSMISSION_RPC_URL: "/transmission/" + # TRANSMISSION_RPC_WHITELIST: "" + # TRANSMISSION_RPC_WHITELIST_ENABLED: false + # TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED: true + # TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED: false + # TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME: "" + # TRANSMISSION_SEED_QUEUE_ENABLED: false + # TRANSMISSION_SEED_QUEUE_SIZE: 10 + # TRANSMISSION_SPEED_LIMIT_DOWN: 100 + # TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED: false + # TRANSMISSION_SPEED_LIMIT_UP: 100 + # TRANSMISSION_SPEED_LIMIT_UP_ENABLED: false + # TRANSMISSION_START_ADDED_TORRENTS: true + # TRANSMISSION_TRASH_ORIGINAL_TORRENT_FILES: false + # TRANSMISSION_UMASK: 2 + # TRANSMISSION_UPLOAD_SLOTS_PER_TORRENT: 14 + # TRANSMISSION_UTP_ENABLED: true + # TRANSMISSION_WATCH_DIR: "/watch" + # TRANSMISSION_WATCH_DIR_ENABLED: false + +persistence: + config: + enabled: true + mountPath: "/config" + +portal: + enabled: true diff --git a/stable/transmission/12.0.41/questions.yaml b/stable/transmission/12.0.41/questions.yaml new file mode 100644 index 00000000000..5a6494dae88 --- /dev/null +++ b/stable/transmission/12.0.41/questions.yaml @@ -0,0 +1,3163 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/transmission/web/#files" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: secretEnv + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: TRANSMISSION_RPC_USERNAME + label: TRANSMISSION_RPC_USERNAME + schema: + type: string + default: "REPLACETHIS" + - variable: TRANSMISSION_RPC_PASSWORD + label: TRANSMISSION_RPC_PASSWORD + schema: + type: string + private: true + default: "REPLACETHIS" + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: TRANSMISSION_ALT_SPEED_DOWN + label: TRANSMISSION_ALT_SPEED_DOWN + schema: + type: int + default: 50 + - variable: TRANSMISSION_ALT_SPEED_ENABLED + label: TRANSMISSION_ALT_SPEED_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_ALT_SPEED_TIME_BEGIN + label: TRANSMISSION_ALT_SPEED_TIME_BEGIN + schema: + type: int + default: 540 + - variable: TRANSMISSION_ALT_SPEED_TIME_DAY + label: TRANSMISSION_ALT_SPEED_TIME_DAY + schema: + type: int + default: 127 + - variable: TRANSMISSION_ALT_SPEED_TIME_ENABLED + label: TRANSMISSION_ALT_SPEED_TIME_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_ALT_SPEED_TIME_END + label: TRANSMISSION_ALT_SPEED_TIME_END + schema: + type: int + default: 1020 + - variable: TRANSMISSION_ALT_SPEED_UP + label: TRANSMISSION_ALT_SPEED_UP + schema: + type: int + default: 50 + - variable: TRANSMISSION_BIND_ADDRESS_IPV4 + label: TRANSMISSION_BIND_ADDRESS_IPV4 + schema: + type: string + default: "0.0.0.0" + - variable: TRANSMISSION_BIND_ADDRESS_IPV6 + label: TRANSMISSION_BIND_ADDRESS_IPV6 + schema: + type: string + default: "::" + - variable: TRANSMISSION_BLOCKLIST_ENABLED + label: TRANSMISSION_BLOCKLIST_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_BLOCKLIST_URL + label: TRANSMISSION_BLOCKLIST_URL + schema: + type: string + default: "http://john.bitsurge.net/public/biglist.p2p.gz" + - variable: TRANSMISSION_CACHE_SIZE_MB + label: TRANSMISSION_CACHE_SIZE_MB + schema: + type: int + default: 4 + - variable: TRANSMISSION_DHT_ENABLED + label: TRANSMISSION_DHT_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_DOWNLOAD_DIR + label: TRANSMISSION_DOWNLOAD_DIR + schema: + type: string + default: "/downloads/complete" + - variable: TRANSMISSION_DOWNLOAD_QUEUE_ENABLED + label: TRANSMISSION_DOWNLOAD_QUEUE_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_DOWNLOAD_QUEUE_SIZE + label: TRANSMISSION_DOWNLOAD_QUEUE_SIZE + schema: + type: int + default: 5 + - variable: TRANSMISSION_ENCRYPTION + label: TRANSMISSION_ENCRYPTION + schema: + type: int + default: 1 + - variable: TRANSMISSION_IDLE_SEEDING_LIMIT + label: TRANSMISSION_IDLE_SEEDING_LIMIT + schema: + type: int + default: 30 + - variable: TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED + label: TRANSMISSION_IDLE_SEEDING_LIMIT_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_INCOMPLETE_DIR + label: TRANSMISSION_INCOMPLETE_DIR + schema: + type: string + default: "/downloads/incomplete" + - variable: TRANSMISSION_INCOMPLETE_DIR_ENABLED + label: TRANSMISSION_INCOMPLETE_DIR_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_LPD_ENABLED + label: TRANSMISSION_LPD_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_MESSAGE_LEVEL + label: TRANSMISSION_MESSAGE_LEVEL + schema: + type: int + default: 2 + - variable: TRANSMISSION_PEER_CONGESTION_ALGORITHM + label: TRANSMISSION_PEER_CONGESTION_ALGORITHM + schema: + type: string + default: "" + - variable: TRANSMISSION_PEER_ID_TTL_HOURS + label: TRANSMISSION_PEER_ID_TTL_HOURS + schema: + type: int + default: 6 + - variable: TRANSMISSION_PEER_LIMIT_GLOBAL + label: TRANSMISSION_PEER_LIMIT_GLOBAL + schema: + type: int + default: 200 + - variable: TRANSMISSION_PEER_LIMIT_PER_TORRENT + label: TRANSMISSION_PEER_LIMIT_PER_TORRENT + schema: + type: int + default: 50 + - variable: TRANSMISSION_PEER_SOCKET_TOS + label: TRANSMISSION_PEER_SOCKET_TOS + schema: + type: string + default: "default" + - variable: TRANSMISSION_PEX_ENABLED + label: TRANSMISSION_PEX_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_PORT_FORWARDING_ENABLED + label: TRANSMISSION_PORT_FORWARDING_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_PREALLOCATION + label: TRANSMISSION_PREALLOCATION + schema: + type: int + default: 1 + - variable: TRANSMISSION_PREFETCH_ENABLED + label: TRANSMISSION_PREFETCH_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_QUEUE_STALLED_ENABLED + label: TRANSMISSION_QUEUE_STALLED_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_QUEUE_STALLED_MINUTES + label: TRANSMISSION_QUEUE_STALLED_MINUTES + schema: + type: int + default: 30 + - variable: TRANSMISSION_RATIO_LIMIT + label: TRANSMISSION_RATIO_LIMIT + schema: + type: int + default: 2 + - variable: TRANSMISSION_RATIO_LIMIT_ENABLED + label: TRANSMISSION_RATIO_LIMIT_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_RENAME_PARTIAL_FILES + label: TRANSMISSION_RENAME_PARTIAL_FILES + schema: + type: boolean + default: true + - variable: TRANSMISSION_RPC_AUTHENTICATION_REQUIRED + label: TRANSMISSION_RPC_AUTHENTICATION_REQUIRED + schema: + type: boolean + default: false + - variable: TRANSMISSION_RPC_BIND_ADDRESS + label: TRANSMISSION_RPC_BIND_ADDRESS + schema: + type: string + default: "0.0.0.0" + - variable: TRANSMISSION_RPC_ENABLED + label: TRANSMISSION_RPC_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_RPC_HOST_WHITELIST + label: TRANSMISSION_RPC_HOST_WHITELIST + schema: + type: string + default: "" + - variable: TRANSMISSION_RPC_HOST_WHITELIST_ENABLED + label: TRANSMISSION_RPC_HOST_WHITELIST_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_RPC_WHITELIST + label: TRANSMISSION_RPC_WHITELIST + schema: + type: string + default: "" + - variable: TRANSMISSION_RPC_WHITELIST_ENABLED + label: TRANSMISSION_RPC_WHITELIST_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED + label: TRANSMISSION_SCRAPE_PAUSED_TORRENTS_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED + label: TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME + label: TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME + schema: + type: string + default: "" + - variable: TRANSMISSION_SEED_QUEUE_ENABLED + label: TRANSMISSION_SEED_QUEUE_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_SEED_QUEUE_SIZE + label: TRANSMISSION_SEED_QUEUE_SIZE + schema: + type: int + default: 10 + - variable: TRANSMISSION_SPEED_LIMIT_DOWN + label: TRANSMISSION_SPEED_LIMIT_DOWN + schema: + type: int + default: 100 + - variable: TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED + label: TRANSMISSION_SPEED_LIMIT_DOWN_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_SPEED_LIMIT_UP + label: TRANSMISSION_SPEED_LIMIT_UP + schema: + type: int + default: 100 + - variable: TRANSMISSION_SPEED_LIMIT_UP_ENABLED + label: TRANSMISSION_SPEED_LIMIT_UP_ENABLED + schema: + type: boolean + default: false + - variable: TRANSMISSION_START_ADDED_TORRENTS + label: TRANSMISSION_START_ADDED_TORRENTS + schema: + type: boolean + default: true + - variable: TRANSMISSION_TRASH_ORIGINAL_TORRENT_FILES + label: TRANSMISSION_TRASH_ORIGINAL_TORRENT_FILES + schema: + type: boolean + default: false + - variable: TRANSMISSION_UMASK + label: TRANSMISSION_UMASK + schema: + type: int + default: 2 + - variable: TRANSMISSION_UPLOAD_SLOTS_PER_TORRENT + label: TRANSMISSION_UPLOAD_SLOTS_PER_TORRENT + schema: + type: int + default: 14 + - variable: TRANSMISSION_UTP_ENABLED + label: TRANSMISSION_UTP_ENABLED + schema: + type: boolean + default: true + - variable: TRANSMISSION_WATCH_DIR + label: TRANSMISSION_WATCH_DIR + schema: + type: string + default: "/watch" + - variable: TRANSMISSION_WATCH_DIR_ENABLED + label: TRANSMISSION_WATCH_DIR_ENABLED + schema: + type: boolean + default: false + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10109 + 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 + hidden: true + 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: 10109 + - variable: torrent + label: "TCP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: torrent + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 51414 + 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 + hidden: true + default: true + - 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: 51414 + - variable: torrentudp + label: "UDP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: torrentudp + label: "UDP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 51413 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 51413 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/whisparr/1.0.8/templates/common.yaml b/stable/transmission/12.0.41/templates/common.yaml similarity index 100% rename from stable/whisparr/1.0.8/templates/common.yaml rename to stable/transmission/12.0.41/templates/common.yaml diff --git a/stable/transmission/12.0.41/values.yaml b/stable/transmission/12.0.41/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/trilium-notes/5.0.40/CHANGELOG.md b/stable/trilium-notes/5.0.40/CHANGELOG.md deleted file mode 100644 index 0e02feb9c90..00000000000 --- a/stable/trilium-notes/5.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [trilium-notes-5.0.40](https://github.com/truecharts/charts/compare/trilium-notes-5.0.39...trilium-notes-5.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [trilium-notes-5.0.39](https://github.com/truecharts/charts/compare/trilium-notes-5.0.38...trilium-notes-5.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [trilium-notes-5.0.39](https://github.com/truecharts/charts/compare/trilium-notes-5.0.38...trilium-notes-5.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [trilium-notes-5.0.38](https://github.com/truecharts/charts/compare/trilium-notes-5.0.37...trilium-notes-5.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [trilium-notes-5.0.37](https://github.com/truecharts/charts/compare/trilium-notes-5.0.36...trilium-notes-5.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [trilium-notes-5.0.36](https://github.com/truecharts/charts/compare/trilium-notes-5.0.35...trilium-notes-5.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [trilium-notes-5.0.35](https://github.com/truecharts/charts/compare/trilium-notes-5.0.34...trilium-notes-5.0.35) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [trilium-notes-5.0.34](https://github.com/truecharts/charts/compare/trilium-notes-5.0.33...trilium-notes-5.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/stable/trilium-notes/5.0.40/Chart.lock b/stable/trilium-notes/5.0.40/Chart.lock deleted file mode 100644 index b0336d1c2c5..00000000000 --- a/stable/trilium-notes/5.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:01:04.700163153Z" diff --git a/stable/trilium-notes/5.0.40/Chart.yaml b/stable/trilium-notes/5.0.40/Chart.yaml deleted file mode 100644 index 5cde538cf2c..00000000000 --- a/stable/trilium-notes/5.0.40/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "0.55.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. -home: https://truecharts.org/docs/charts/stable/trilium-notes -icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png -keywords: - - trilium - - notes - - note - - information -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: trilium-notes -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes - - https://hub.docker.com/r/zadam/trilium - - https://github.com/zadam/trilium -type: application -version: 5.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/trilium-notes/5.0.40/README.md b/stable/trilium-notes/5.0.40/README.md deleted file mode 100644 index 598bcfff37a..00000000000 --- a/stable/trilium-notes/5.0.40/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# trilium-notes - -Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [trilium-notes](https://truecharts.org/docs/charts/stable/trilium-notes) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `trilium-notes` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install trilium-notes TrueCharts/trilium-notes -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `trilium-notes` deployment - -```console -helm uninstall trilium-notes -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install trilium-notes \ - --set env.TZ="America/New York" \ - TrueCharts/trilium-notes -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install trilium-notes TrueCharts/trilium-notes -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/trilium-notes/5.0.40/charts/common-10.7.0.tgz b/stable/trilium-notes/5.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/trilium-notes/5.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/trilium-notes/5.0.41/CHANGELOG.md b/stable/trilium-notes/5.0.41/CHANGELOG.md new file mode 100644 index 00000000000..f2b63658040 --- /dev/null +++ b/stable/trilium-notes/5.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [trilium-notes-5.0.41](https://github.com/truecharts/charts/compare/trilium-notes-5.0.40...trilium-notes-5.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [trilium-notes-5.0.40](https://github.com/truecharts/charts/compare/trilium-notes-5.0.39...trilium-notes-5.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [trilium-notes-5.0.39](https://github.com/truecharts/charts/compare/trilium-notes-5.0.38...trilium-notes-5.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [trilium-notes-5.0.39](https://github.com/truecharts/charts/compare/trilium-notes-5.0.38...trilium-notes-5.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [trilium-notes-5.0.38](https://github.com/truecharts/charts/compare/trilium-notes-5.0.37...trilium-notes-5.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [trilium-notes-5.0.37](https://github.com/truecharts/charts/compare/trilium-notes-5.0.36...trilium-notes-5.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [trilium-notes-5.0.36](https://github.com/truecharts/charts/compare/trilium-notes-5.0.35...trilium-notes-5.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [trilium-notes-5.0.35](https://github.com/truecharts/charts/compare/trilium-notes-5.0.34...trilium-notes-5.0.35) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [trilium-notes-5.0.34](https://github.com/truecharts/charts/compare/trilium-notes-5.0.33...trilium-notes-5.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/trilium-notes/5.0.41/Chart.lock b/stable/trilium-notes/5.0.41/Chart.lock new file mode 100644 index 00000000000..e11f143d313 --- /dev/null +++ b/stable/trilium-notes/5.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:48:03.388636313Z" diff --git a/stable/trilium-notes/5.0.41/Chart.yaml b/stable/trilium-notes/5.0.41/Chart.yaml new file mode 100644 index 00000000000..dbf1f6b8c3e --- /dev/null +++ b/stable/trilium-notes/5.0.41/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "0.55.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. +home: https://truecharts.org/docs/charts/stable/trilium-notes +icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.png +keywords: + - trilium + - notes + - note + - information +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: trilium-notes +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/trilium-notes + - https://hub.docker.com/r/zadam/trilium + - https://github.com/zadam/trilium +type: application +version: 5.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/trilium-notes/5.0.41/README.md b/stable/trilium-notes/5.0.41/README.md new file mode 100644 index 00000000000..b16cbe29549 --- /dev/null +++ b/stable/trilium-notes/5.0.41/README.md @@ -0,0 +1,107 @@ +# trilium-notes + +Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [trilium-notes](https://truecharts.org/docs/charts/stable/trilium-notes) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `trilium-notes` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install trilium-notes TrueCharts/trilium-notes +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `trilium-notes` deployment + +```console +helm uninstall trilium-notes +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install trilium-notes \ + --set env.TZ="America/New York" \ + TrueCharts/trilium-notes +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install trilium-notes TrueCharts/trilium-notes -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/trilium-notes/5.0.40/app-readme.md b/stable/trilium-notes/5.0.41/app-readme.md similarity index 100% rename from stable/trilium-notes/5.0.40/app-readme.md rename to stable/trilium-notes/5.0.41/app-readme.md diff --git a/stable/trilium-notes/5.0.41/charts/common-10.7.1.tgz b/stable/trilium-notes/5.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/trilium-notes/5.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/trilium-notes/5.0.40/ix_values.yaml b/stable/trilium-notes/5.0.41/ix_values.yaml similarity index 100% rename from stable/trilium-notes/5.0.40/ix_values.yaml rename to stable/trilium-notes/5.0.41/ix_values.yaml diff --git a/stable/trilium-notes/5.0.40/questions.yaml b/stable/trilium-notes/5.0.41/questions.yaml similarity index 100% rename from stable/trilium-notes/5.0.40/questions.yaml rename to stable/trilium-notes/5.0.41/questions.yaml diff --git a/stable/trilium-notes/5.0.41/templates/common.yaml b/stable/trilium-notes/5.0.41/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/trilium-notes/5.0.41/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/trilium-notes/5.0.41/values.yaml b/stable/trilium-notes/5.0.41/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/truecommand/11.0.38/CHANGELOG.md b/stable/truecommand/11.0.38/CHANGELOG.md new file mode 100644 index 00000000000..e706de859b1 --- /dev/null +++ b/stable/truecommand/11.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [truecommand-11.0.38](https://github.com/truecharts/charts/compare/truecommand-11.0.37...truecommand-11.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [truecommand-11.0.37](https://github.com/truecharts/charts/compare/truecommand-11.0.36...truecommand-11.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [truecommand-11.0.36](https://github.com/truecharts/charts/compare/truecommand-11.0.35...truecommand-11.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tsmuxer-1.0.13](https://github.com/truecharts/charts/compare/tsmuxer-1.0.12...tsmuxer-1.0.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tsmuxer-1.0.12](https://github.com/truecharts/charts/compare/tsmuxer-1.0.11...tsmuxer-1.0.12) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tsmuxer-1.0.11](https://github.com/truecharts/charts/compare/tsmuxer-1.0.10...tsmuxer-1.0.11) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tsmuxer-1.0.10](https://github.com/truecharts/charts/compare/tsmuxer-1.0.9...tsmuxer-1.0.10) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tsmuxer-1.0.9](https://github.com/truecharts/charts/compare/tsmuxer-1.0.8...tsmuxer-1.0.9) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/truecommand/11.0.38/Chart.lock b/stable/truecommand/11.0.38/Chart.lock new file mode 100644 index 00000000000..427865a8d0e --- /dev/null +++ b/stable/truecommand/11.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:48:30.253814504Z" diff --git a/stable/truecommand/11.0.38/Chart.yaml b/stable/truecommand/11.0.38/Chart.yaml new file mode 100644 index 00000000000..72299ca9ceb --- /dev/null +++ b/stable/truecommand/11.0.38/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "2.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Aggregated management of TrueNAS devices +home: https://truecharts.org/docs/charts/stable/truecommand +icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.png +keywords: + - truecommand +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: truecommand +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/truecommand + - https://hub.docker.com/r/ixsystems/truecommand +type: application +version: 11.0.38 +annotations: + truecharts.org/catagories: | + - Administration + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/truecommand/11.0.38/README.md b/stable/truecommand/11.0.38/README.md new file mode 100644 index 00000000000..23c59f9e431 --- /dev/null +++ b/stable/truecommand/11.0.38/README.md @@ -0,0 +1,106 @@ +# truecommand + +Aggregated management of TrueNAS devices + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [truecommand](https://truecharts.org/docs/charts/stable/truecommand) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `truecommand` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install truecommand TrueCharts/truecommand +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `truecommand` deployment + +```console +helm uninstall truecommand +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install truecommand \ + --set env.TZ="America/New York" \ + TrueCharts/truecommand +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install truecommand TrueCharts/truecommand -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/truecommand/11.0.38/app-readme.md b/stable/truecommand/11.0.38/app-readme.md new file mode 100644 index 00000000000..f4d46a23c91 --- /dev/null +++ b/stable/truecommand/11.0.38/app-readme.md @@ -0,0 +1,8 @@ +Aggregated management of TrueNAS devices + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/truecommand](https://truecharts.org/docs/charts/stable/truecommand) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/truecommand/11.0.38/charts/common-10.7.1.tgz b/stable/truecommand/11.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/truecommand/11.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/truecommand/11.0.38/ix_values.yaml b/stable/truecommand/11.0.38/ix_values.yaml new file mode 100644 index 00000000000..524872271ab --- /dev/null +++ b/stable/truecommand/11.0.38/ix_values.yaml @@ -0,0 +1,27 @@ +image: + repository: tccr.io/truecharts/truecommand + pullPolicy: IfNotPresent + tag: 2.2@sha256:e1e97b3a75948def0616e8b6032c7bab50b805ff33f1383d0ad55cb88ef7dd88 + +securityContext: + readOnlyRootFilesystem: false + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 10031 + targetPort: 80 + +persistence: + data: + enabled: true + mountPath: "/data" + +portal: + enabled: true diff --git a/stable/truecommand/11.0.38/questions.yaml b/stable/truecommand/11.0.38/questions.yaml new file mode 100644 index 00000000000..c4c215e7e2e --- /dev/null +++ b/stable/truecommand/11.0.38/questions.yaml @@ -0,0 +1,2569 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10031 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/truecommand/11.0.38/templates/common.yaml b/stable/truecommand/11.0.38/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/truecommand/11.0.38/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/truecommand/11.0.38/values.yaml b/stable/truecommand/11.0.38/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/tsmuxer/1.0.14/CHANGELOG.md b/stable/tsmuxer/1.0.14/CHANGELOG.md deleted file mode 100644 index bb94cac8ef9..00000000000 --- a/stable/tsmuxer/1.0.14/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tsmuxer-1.0.14](https://github.com/truecharts/charts/compare/tsmuxer-1.0.13...tsmuxer-1.0.14) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tsmuxer-1.0.13](https://github.com/truecharts/charts/compare/tsmuxer-1.0.12...tsmuxer-1.0.13) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - - -## [tsmuxer-1.0.12](https://github.com/truecharts/charts/compare/tsmuxer-1.0.11...tsmuxer-1.0.12) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tsmuxer-1.0.11](https://github.com/truecharts/charts/compare/tsmuxer-1.0.10...tsmuxer-1.0.11) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tsmuxer-1.0.10](https://github.com/truecharts/charts/compare/tsmuxer-1.0.9...tsmuxer-1.0.10) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tsmuxer-1.0.9](https://github.com/truecharts/charts/compare/tsmuxer-1.0.8...tsmuxer-1.0.9) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [tsmuxer-1.0.9](https://github.com/truecharts/charts/compare/tsmuxer-1.0.8...tsmuxer-1.0.9) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - diff --git a/stable/tsmuxer/1.0.14/Chart.lock b/stable/tsmuxer/1.0.14/Chart.lock deleted file mode 100644 index 1f3102e997d..00000000000 --- a/stable/tsmuxer/1.0.14/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:01:32.995633056Z" diff --git a/stable/tsmuxer/1.0.14/Chart.yaml b/stable/tsmuxer/1.0.14/Chart.yaml deleted file mode 100644 index 98d1693c2db..00000000000 --- a/stable/tsmuxer/1.0.14/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "1.5.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: tsMuxer is a Transport Stream muxer. -home: https://truecharts.org/docs/charts/stable/tsmuxer -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png -keywords: - - media - - tsmuxer -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: tsmuxer -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer - - https://github.com/jlesage/docker-tsmuxer - - https://hub.docker.com/r/jlesage/tsmuxer/ -type: application -version: 1.0.14 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tsmuxer/1.0.14/README.md b/stable/tsmuxer/1.0.14/README.md deleted file mode 100644 index f9233a32b29..00000000000 --- a/stable/tsmuxer/1.0.14/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tsmuxer - -tsMuxer is a Transport Stream muxer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tsmuxer](https://truecharts.org/docs/charts/stable/tsmuxer) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tsmuxer` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tsmuxer TrueCharts/tsmuxer -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tsmuxer` deployment - -```console -helm uninstall tsmuxer -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tsmuxer \ - --set env.TZ="America/New York" \ - TrueCharts/tsmuxer -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tsmuxer TrueCharts/tsmuxer -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tsmuxer/1.0.14/charts/common-10.7.0.tgz b/stable/tsmuxer/1.0.14/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tsmuxer/1.0.14/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tsmuxer/1.0.15/CHANGELOG.md b/stable/tsmuxer/1.0.15/CHANGELOG.md new file mode 100644 index 00000000000..cdcee7d948d --- /dev/null +++ b/stable/tsmuxer/1.0.15/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tsmuxer-1.0.15](https://github.com/truecharts/charts/compare/tsmuxer-1.0.14...tsmuxer-1.0.15) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tsmuxer-1.0.14](https://github.com/truecharts/charts/compare/tsmuxer-1.0.13...tsmuxer-1.0.14) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tsmuxer-1.0.13](https://github.com/truecharts/charts/compare/tsmuxer-1.0.12...tsmuxer-1.0.13) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + + +## [tsmuxer-1.0.12](https://github.com/truecharts/charts/compare/tsmuxer-1.0.11...tsmuxer-1.0.12) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tsmuxer-1.0.11](https://github.com/truecharts/charts/compare/tsmuxer-1.0.10...tsmuxer-1.0.11) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tsmuxer-1.0.10](https://github.com/truecharts/charts/compare/tsmuxer-1.0.9...tsmuxer-1.0.10) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tsmuxer-1.0.9](https://github.com/truecharts/charts/compare/tsmuxer-1.0.8...tsmuxer-1.0.9) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + +## [tsmuxer-1.0.9](https://github.com/truecharts/charts/compare/tsmuxer-1.0.8...tsmuxer-1.0.9) (2022-09-21) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/tsmuxer/1.0.15/Chart.lock b/stable/tsmuxer/1.0.15/Chart.lock new file mode 100644 index 00000000000..32941bb3152 --- /dev/null +++ b/stable/tsmuxer/1.0.15/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:48:32.984488602Z" diff --git a/stable/tsmuxer/1.0.15/Chart.yaml b/stable/tsmuxer/1.0.15/Chart.yaml new file mode 100644 index 00000000000..e34fa9daeda --- /dev/null +++ b/stable/tsmuxer/1.0.15/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "1.5.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: tsMuxer is a Transport Stream muxer. +home: https://truecharts.org/docs/charts/stable/tsmuxer +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.png +keywords: + - media + - tsmuxer +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: tsmuxer +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tsmuxer + - https://github.com/jlesage/docker-tsmuxer + - https://hub.docker.com/r/jlesage/tsmuxer/ +type: application +version: 1.0.15 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tsmuxer/1.0.15/README.md b/stable/tsmuxer/1.0.15/README.md new file mode 100644 index 00000000000..193bc239f61 --- /dev/null +++ b/stable/tsmuxer/1.0.15/README.md @@ -0,0 +1,107 @@ +# tsmuxer + +tsMuxer is a Transport Stream muxer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tsmuxer](https://truecharts.org/docs/charts/stable/tsmuxer) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tsmuxer` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tsmuxer TrueCharts/tsmuxer +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tsmuxer` deployment + +```console +helm uninstall tsmuxer +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tsmuxer \ + --set env.TZ="America/New York" \ + TrueCharts/tsmuxer +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tsmuxer TrueCharts/tsmuxer -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tsmuxer/1.0.14/app-readme.md b/stable/tsmuxer/1.0.15/app-readme.md similarity index 100% rename from stable/tsmuxer/1.0.14/app-readme.md rename to stable/tsmuxer/1.0.15/app-readme.md diff --git a/stable/tsmuxer/1.0.15/charts/common-10.7.1.tgz b/stable/tsmuxer/1.0.15/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tsmuxer/1.0.15/charts/common-10.7.1.tgz differ diff --git a/stable/tsmuxer/1.0.14/ix_values.yaml b/stable/tsmuxer/1.0.15/ix_values.yaml similarity index 100% rename from stable/tsmuxer/1.0.14/ix_values.yaml rename to stable/tsmuxer/1.0.15/ix_values.yaml diff --git a/stable/tsmuxer/1.0.14/questions.yaml b/stable/tsmuxer/1.0.15/questions.yaml similarity index 100% rename from stable/tsmuxer/1.0.14/questions.yaml rename to stable/tsmuxer/1.0.15/questions.yaml diff --git a/stable/tsmuxer/1.0.15/templates/common.yaml b/stable/tsmuxer/1.0.15/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/tsmuxer/1.0.15/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/tsmuxer/1.0.15/values.yaml b/stable/tsmuxer/1.0.15/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/tt-rss/7.0.43/CHANGELOG.md b/stable/tt-rss/7.0.43/CHANGELOG.md deleted file mode 100644 index 54842873f65..00000000000 --- a/stable/tt-rss/7.0.43/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [tt-rss-7.0.43](https://github.com/truecharts/charts/compare/tt-rss-7.0.42...tt-rss-7.0.43) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [tt-rss-7.0.42](https://github.com/truecharts/charts/compare/tt-rss-7.0.41...tt-rss-7.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tt-rss-7.0.42](https://github.com/truecharts/charts/compare/tt-rss-7.0.41...tt-rss-7.0.42) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [tt-rss-7.0.41](https://github.com/truecharts/charts/compare/tt-rss-7.0.40...tt-rss-7.0.41) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [tt-rss-7.0.39](https://github.com/truecharts/charts/compare/tt-rss-7.0.38...tt-rss-7.0.39) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [tt-rss-7.0.38](https://github.com/truecharts/charts/compare/tt-rss-7.0.37...tt-rss-7.0.38) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [tt-rss-7.0.37](https://github.com/truecharts/charts/compare/tt-rss-7.0.36...tt-rss-7.0.37) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [tt-rss-7.0.37](https://github.com/truecharts/charts/compare/tt-rss-7.0.36...tt-rss-7.0.37) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/tt-rss/7.0.43/Chart.lock b/stable/tt-rss/7.0.43/Chart.lock deleted file mode 100644 index 10e06e54b1e..00000000000 --- a/stable/tt-rss/7.0.43/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T17:01:45.806295036Z" diff --git a/stable/tt-rss/7.0.43/Chart.yaml b/stable/tt-rss/7.0.43/Chart.yaml deleted file mode 100644 index 037dfb635f3..00000000000 --- a/stable/tt-rss/7.0.43/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.0.9113" -description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator -name: tt-rss -version: 7.0.43 -kubeVersion: ">=1.16.0-0" -keywords: - - tt-rss -home: https://truecharts.org/docs/charts/stable/tt-rss -icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss - - https://git.tt-rss.org/fox/tt-rss -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/tt-rss/7.0.43/README.md b/stable/tt-rss/7.0.43/README.md deleted file mode 100644 index 082d4315d4b..00000000000 --- a/stable/tt-rss/7.0.43/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# tt-rss - -Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [tt-rss](https://truecharts.org/docs/charts/stable/tt-rss) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `tt-rss` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install tt-rss TrueCharts/tt-rss -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `tt-rss` deployment - -```console -helm uninstall tt-rss -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install tt-rss \ - --set env.TZ="America/New York" \ - TrueCharts/tt-rss -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install tt-rss TrueCharts/tt-rss -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/tt-rss/7.0.43/charts/common-10.7.0.tgz b/stable/tt-rss/7.0.43/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/tt-rss/7.0.43/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/tt-rss/7.0.43/charts/postgresql-8.0.97.tgz b/stable/tt-rss/7.0.43/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/tt-rss/7.0.43/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/tt-rss/7.0.44/CHANGELOG.md b/stable/tt-rss/7.0.44/CHANGELOG.md new file mode 100644 index 00000000000..2c5e0ef6427 --- /dev/null +++ b/stable/tt-rss/7.0.44/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tt-rss-7.0.44](https://github.com/truecharts/charts/compare/tt-rss-7.0.43...tt-rss-7.0.44) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tt-rss-7.0.43](https://github.com/truecharts/charts/compare/tt-rss-7.0.42...tt-rss-7.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tt-rss-7.0.42](https://github.com/truecharts/charts/compare/tt-rss-7.0.41...tt-rss-7.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tt-rss-7.0.42](https://github.com/truecharts/charts/compare/tt-rss-7.0.41...tt-rss-7.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tt-rss-7.0.41](https://github.com/truecharts/charts/compare/tt-rss-7.0.40...tt-rss-7.0.41) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tt-rss-7.0.39](https://github.com/truecharts/charts/compare/tt-rss-7.0.38...tt-rss-7.0.39) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tt-rss-7.0.38](https://github.com/truecharts/charts/compare/tt-rss-7.0.37...tt-rss-7.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tt-rss-7.0.37](https://github.com/truecharts/charts/compare/tt-rss-7.0.36...tt-rss-7.0.37) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/tt-rss/7.0.44/Chart.lock b/stable/tt-rss/7.0.44/Chart.lock new file mode 100644 index 00000000000..d9a0e874d42 --- /dev/null +++ b/stable/tt-rss/7.0.44/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:48:48.13313696Z" diff --git a/stable/tt-rss/7.0.44/Chart.yaml b/stable/tt-rss/7.0.44/Chart.yaml new file mode 100644 index 00000000000..da8f633b3b2 --- /dev/null +++ b/stable/tt-rss/7.0.44/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.0.9113" +description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator +name: tt-rss +version: 7.0.44 +kubeVersion: ">=1.16.0-0" +keywords: + - tt-rss +home: https://truecharts.org/docs/charts/stable/tt-rss +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/tt-rss + - https://git.tt-rss.org/fox/tt-rss +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tt-rss/7.0.44/README.md b/stable/tt-rss/7.0.44/README.md new file mode 100644 index 00000000000..ae1d7fed27f --- /dev/null +++ b/stable/tt-rss/7.0.44/README.md @@ -0,0 +1,107 @@ +# tt-rss + +Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tt-rss](https://truecharts.org/docs/charts/stable/tt-rss) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tt-rss` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tt-rss TrueCharts/tt-rss +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tt-rss` deployment + +```console +helm uninstall tt-rss +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tt-rss \ + --set env.TZ="America/New York" \ + TrueCharts/tt-rss +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tt-rss TrueCharts/tt-rss -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tt-rss/7.0.43/app-readme.md b/stable/tt-rss/7.0.44/app-readme.md similarity index 100% rename from stable/tt-rss/7.0.43/app-readme.md rename to stable/tt-rss/7.0.44/app-readme.md diff --git a/stable/tt-rss/7.0.44/charts/common-10.7.1.tgz b/stable/tt-rss/7.0.44/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tt-rss/7.0.44/charts/common-10.7.1.tgz differ diff --git a/stable/tt-rss/7.0.44/charts/postgresql-8.0.101.tgz b/stable/tt-rss/7.0.44/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/tt-rss/7.0.44/charts/postgresql-8.0.101.tgz differ diff --git a/stable/tt-rss/7.0.43/ix_values.yaml b/stable/tt-rss/7.0.44/ix_values.yaml similarity index 100% rename from stable/tt-rss/7.0.43/ix_values.yaml rename to stable/tt-rss/7.0.44/ix_values.yaml diff --git a/stable/tt-rss/7.0.43/questions.yaml b/stable/tt-rss/7.0.44/questions.yaml similarity index 100% rename from stable/tt-rss/7.0.43/questions.yaml rename to stable/tt-rss/7.0.44/questions.yaml diff --git a/stable/tt-rss/7.0.43/templates/common.yaml b/stable/tt-rss/7.0.44/templates/common.yaml similarity index 100% rename from stable/tt-rss/7.0.43/templates/common.yaml rename to stable/tt-rss/7.0.44/templates/common.yaml diff --git a/stable/tt-rss/7.0.44/values.yaml b/stable/tt-rss/7.0.44/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/tvheadend/12.0.45/CHANGELOG.md b/stable/tvheadend/12.0.45/CHANGELOG.md new file mode 100644 index 00000000000..1854dd7e128 --- /dev/null +++ b/stable/tvheadend/12.0.45/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [tvheadend-12.0.45](https://github.com/truecharts/charts/compare/tvheadend-12.0.44...tvheadend-12.0.45) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [tvheadend-12.0.44](https://github.com/truecharts/charts/compare/tvheadend-12.0.43...tvheadend-12.0.44) (2022-10-17) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4119](https://github.com/truecharts/charts/issues/4119)) + + + + +## [tvheadend-12.0.43](https://github.com/truecharts/charts/compare/tvheadend-12.0.42...tvheadend-12.0.43) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [tvheadend-12.0.42](https://github.com/truecharts/charts/compare/tvheadend-12.0.41...tvheadend-12.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tvheadend-12.0.42](https://github.com/truecharts/charts/compare/tvheadend-12.0.41...tvheadend-12.0.42) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [tvheadend-12.0.41](https://github.com/truecharts/charts/compare/tvheadend-12.0.40...tvheadend-12.0.41) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [tvheadend-12.0.40](https://github.com/truecharts/charts/compare/tvheadend-12.0.39...tvheadend-12.0.40) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [tvheadend-12.0.39](https://github.com/truecharts/charts/compare/tvheadend-12.0.38...tvheadend-12.0.39) (2022-09-26) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3906](https://github.com/truecharts/charts/issues/3906)) + + + + +## [tvheadend-12.0.38](https://github.com/truecharts/charts/compare/tvheadend-12.0.37...tvheadend-12.0.38) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [tvheadend-12.0.37](https://github.com/truecharts/charts/compare/tvheadend-12.0.35...tvheadend-12.0.37) (2022-09-22) + +### Chore diff --git a/stable/tvheadend/12.0.45/Chart.lock b/stable/tvheadend/12.0.45/Chart.lock new file mode 100644 index 00000000000..46a45b51a44 --- /dev/null +++ b/stable/tvheadend/12.0.45/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:48:44.490366234Z" diff --git a/stable/tvheadend/12.0.45/Chart.yaml b/stable/tvheadend/12.0.45/Chart.yaml new file mode 100644 index 00000000000..43f2be04aeb --- /dev/null +++ b/stable/tvheadend/12.0.45/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: TVheadend - a TV streaming server and digital video recorder +home: https://truecharts.org/docs/charts/stable/tvheadend +icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.png +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/truecharts/charts/tree/master/charts/stable/tvheadend + - https://github.com/tvheadend/tvheadend +type: application +version: 12.0.45 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/tvheadend/12.0.45/README.md b/stable/tvheadend/12.0.45/README.md new file mode 100644 index 00000000000..da8aedae0ac --- /dev/null +++ b/stable/tvheadend/12.0.45/README.md @@ -0,0 +1,106 @@ +# tvheadend + +TVheadend - a TV streaming server and digital video recorder + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [tvheadend](https://truecharts.org/docs/charts/stable/tvheadend) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `tvheadend` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install tvheadend TrueCharts/tvheadend +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `tvheadend` deployment + +```console +helm uninstall tvheadend +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install tvheadend \ + --set env.TZ="America/New York" \ + TrueCharts/tvheadend +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install tvheadend TrueCharts/tvheadend -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/tvheadend/12.0.45/app-readme.md b/stable/tvheadend/12.0.45/app-readme.md new file mode 100644 index 00000000000..e57a8da91f7 --- /dev/null +++ b/stable/tvheadend/12.0.45/app-readme.md @@ -0,0 +1,8 @@ +TVheadend - a TV streaming server and digital video recorder + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/tvheadend](https://truecharts.org/docs/charts/stable/tvheadend) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/tvheadend/12.0.45/charts/common-10.7.1.tgz b/stable/tvheadend/12.0.45/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/tvheadend/12.0.45/charts/common-10.7.1.tgz differ diff --git a/stable/tvheadend/12.0.45/ix_values.yaml b/stable/tvheadend/12.0.45/ix_values.yaml new file mode 100644 index 00000000000..afbfb8635d8 --- /dev/null +++ b/stable/tvheadend/12.0.45/ix_values.yaml @@ -0,0 +1,39 @@ +image: + repository: tccr.io/truecharts/tvheadend + pullPolicy: IfNotPresent + tag: latest@sha256:916fe1f07b38befe93d2412a3a78565ec44cc994afce8c91311f510c0ce58254 + +securityContext: + runAsNonRoot: false + +podSecurityContext: + runAsUser: 0 + runAsGroup: 0 + +# See https://github.com/linuxserver/docker-tvheadend#parameters +env: + 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 + +portal: + enabled: true diff --git a/stable/tvheadend/12.0.45/questions.yaml b/stable/tvheadend/12.0.45/questions.yaml new file mode 100644 index 00000000000..e6be5d8fc45 --- /dev/null +++ b/stable/tvheadend/12.0.45/questions.yaml @@ -0,0 +1,2716 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: RUN_OPTS + label: "RUN_OPTS" + description: "Container Variable RUN_OPTS" + schema: + type: string + default: "" + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9981 + 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 + hidden: true + 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: 9981 + - variable: htsp + label: "HTSP Service" + description: "HTSP service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: htsp + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 9982 + 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 + hidden: true + default: true + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/tvheadend/12.0.45/templates/common.yaml b/stable/tvheadend/12.0.45/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/tvheadend/12.0.45/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/tvheadend/12.0.45/values.yaml b/stable/tvheadend/12.0.45/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/twtxt/3.0.35/CHANGELOG.md b/stable/twtxt/3.0.35/CHANGELOG.md deleted file mode 100644 index 45452bf38a0..00000000000 --- a/stable/twtxt/3.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [twtxt-3.0.35](https://github.com/truecharts/charts/compare/twtxt-3.0.34...twtxt-3.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [twtxt-3.0.34](https://github.com/truecharts/charts/compare/twtxt-3.0.33...twtxt-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [twtxt-3.0.34](https://github.com/truecharts/charts/compare/twtxt-3.0.33...twtxt-3.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [twtxt-3.0.33](https://github.com/truecharts/charts/compare/twtxt-3.0.32...twtxt-3.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [twtxt-3.0.32](https://github.com/truecharts/charts/compare/twtxt-3.0.31...twtxt-3.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [twtxt-3.0.31](https://github.com/truecharts/charts/compare/twtxt-3.0.30...twtxt-3.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [twtxt-3.0.30](https://github.com/truecharts/charts/compare/twtxt-3.0.29...twtxt-3.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [twtxt-3.0.30](https://github.com/truecharts/charts/compare/twtxt-3.0.29...twtxt-3.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/twtxt/3.0.35/Chart.lock b/stable/twtxt/3.0.35/Chart.lock deleted file mode 100644 index 7182a23edbe..00000000000 --- a/stable/twtxt/3.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:01:59.08417456Z" diff --git a/stable/twtxt/3.0.35/Chart.yaml b/stable/twtxt/3.0.35/Chart.yaml deleted file mode 100644 index 27351c59fd1..00000000000 --- a/stable/twtxt/3.0.35/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "0.1.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: "A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!" -home: https://truecharts.org/docs/charts/stable/twtxt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png -keywords: - - twtxt - - blogging - - blog - - social-network -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: twtxt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt - - https://github.com/prologic/twtxt - - https://github.com/nicholaswilde/docker-twtxt -type: application -version: 3.0.35 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/twtxt/3.0.35/README.md b/stable/twtxt/3.0.35/README.md deleted file mode 100644 index eb51b19a331..00000000000 --- a/stable/twtxt/3.0.35/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# twtxt - -A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [twtxt](https://truecharts.org/docs/charts/stable/twtxt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `twtxt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install twtxt TrueCharts/twtxt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `twtxt` deployment - -```console -helm uninstall twtxt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install twtxt \ - --set env.TZ="America/New York" \ - TrueCharts/twtxt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install twtxt TrueCharts/twtxt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/twtxt/3.0.35/charts/common-10.7.0.tgz b/stable/twtxt/3.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/twtxt/3.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/twtxt/3.0.36/CHANGELOG.md b/stable/twtxt/3.0.36/CHANGELOG.md new file mode 100644 index 00000000000..41a937b022a --- /dev/null +++ b/stable/twtxt/3.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [twtxt-3.0.36](https://github.com/truecharts/charts/compare/twtxt-3.0.35...twtxt-3.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [twtxt-3.0.35](https://github.com/truecharts/charts/compare/twtxt-3.0.34...twtxt-3.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [twtxt-3.0.34](https://github.com/truecharts/charts/compare/twtxt-3.0.33...twtxt-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [twtxt-3.0.34](https://github.com/truecharts/charts/compare/twtxt-3.0.33...twtxt-3.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [twtxt-3.0.33](https://github.com/truecharts/charts/compare/twtxt-3.0.32...twtxt-3.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [twtxt-3.0.32](https://github.com/truecharts/charts/compare/twtxt-3.0.31...twtxt-3.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [twtxt-3.0.31](https://github.com/truecharts/charts/compare/twtxt-3.0.30...twtxt-3.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [twtxt-3.0.30](https://github.com/truecharts/charts/compare/twtxt-3.0.29...twtxt-3.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/twtxt/3.0.36/Chart.lock b/stable/twtxt/3.0.36/Chart.lock new file mode 100644 index 00000000000..3eed90bdb82 --- /dev/null +++ b/stable/twtxt/3.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:01.088783687Z" diff --git a/stable/twtxt/3.0.36/Chart.yaml b/stable/twtxt/3.0.36/Chart.yaml new file mode 100644 index 00000000000..b0691334ed0 --- /dev/null +++ b/stable/twtxt/3.0.36/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "0.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: "A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!" +home: https://truecharts.org/docs/charts/stable/twtxt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.png +keywords: + - twtxt + - blogging + - blog + - social-network +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: twtxt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/twtxt + - https://github.com/prologic/twtxt + - https://github.com/nicholaswilde/docker-twtxt +type: application +version: 3.0.36 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/twtxt/3.0.36/README.md b/stable/twtxt/3.0.36/README.md new file mode 100644 index 00000000000..98a03bcdd58 --- /dev/null +++ b/stable/twtxt/3.0.36/README.md @@ -0,0 +1,107 @@ +# twtxt + +A Self-Hosted, Twitterâ„¢-like Decentralised microBlogging platform. No ads, no tracking, your content, your data! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [twtxt](https://truecharts.org/docs/charts/stable/twtxt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `twtxt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install twtxt TrueCharts/twtxt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `twtxt` deployment + +```console +helm uninstall twtxt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install twtxt \ + --set env.TZ="America/New York" \ + TrueCharts/twtxt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install twtxt TrueCharts/twtxt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/twtxt/3.0.35/app-readme.md b/stable/twtxt/3.0.36/app-readme.md similarity index 100% rename from stable/twtxt/3.0.35/app-readme.md rename to stable/twtxt/3.0.36/app-readme.md diff --git a/stable/twtxt/3.0.36/charts/common-10.7.1.tgz b/stable/twtxt/3.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/twtxt/3.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/twtxt/3.0.35/ix_values.yaml b/stable/twtxt/3.0.36/ix_values.yaml similarity index 100% rename from stable/twtxt/3.0.35/ix_values.yaml rename to stable/twtxt/3.0.36/ix_values.yaml diff --git a/stable/twtxt/3.0.35/questions.yaml b/stable/twtxt/3.0.36/questions.yaml similarity index 100% rename from stable/twtxt/3.0.35/questions.yaml rename to stable/twtxt/3.0.36/questions.yaml diff --git a/stable/twtxt/3.0.35/templates/common.yaml b/stable/twtxt/3.0.36/templates/common.yaml similarity index 100% rename from stable/twtxt/3.0.35/templates/common.yaml rename to stable/twtxt/3.0.36/templates/common.yaml diff --git a/stable/twtxt/3.0.36/values.yaml b/stable/twtxt/3.0.36/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/typecho/4.0.8/CHANGELOG.md b/stable/typecho/4.0.8/CHANGELOG.md deleted file mode 100644 index 08553950409..00000000000 --- a/stable/typecho/4.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [typecho-4.0.8](https://github.com/truecharts/charts/compare/typecho-4.0.7...typecho-4.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [typecho-4.0.7](https://github.com/truecharts/charts/compare/typecho-4.0.6...typecho-4.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [typecho-4.0.7](https://github.com/truecharts/charts/compare/typecho-4.0.6...typecho-4.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [typecho-4.0.6](https://github.com/truecharts/charts/compare/typecho-4.0.5...typecho-4.0.6) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [typecho-4.0.4](https://github.com/truecharts/charts/compare/typecho-4.0.3...typecho-4.0.4) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [typecho-4.0.3](https://github.com/truecharts/charts/compare/typecho-4.0.2...typecho-4.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [typecho-4.0.2](https://github.com/truecharts/charts/compare/typecho-4.0.1...typecho-4.0.2) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [typecho-4.0.2](https://github.com/truecharts/charts/compare/typecho-4.0.1...typecho-4.0.2) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/typecho/4.0.8/Chart.lock b/stable/typecho/4.0.8/Chart.lock deleted file mode 100644 index e92fb1e8c94..00000000000 --- a/stable/typecho/4.0.8/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T17:02:13.284594497Z" diff --git a/stable/typecho/4.0.8/Chart.yaml b/stable/typecho/4.0.8/Chart.yaml deleted file mode 100644 index 379eea7acee..00000000000 --- a/stable/typecho/4.0.8/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: Typecho is a PHP Blogging Platform. -home: https://truecharts.org/docs/charts/stable/typecho -icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png -keywords: - - typecho - - blog -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: typecho -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/typecho - - https://github.com/typecho/typecho - - https://hub.docker.com/r/joyqi/typecho -version: 4.0.8 -annotations: - truecharts.org/catagories: | - - hosting - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/typecho/4.0.8/README.md b/stable/typecho/4.0.8/README.md deleted file mode 100644 index 97473de7020..00000000000 --- a/stable/typecho/4.0.8/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# typecho - -Typecho is a PHP Blogging Platform. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [typecho](https://truecharts.org/docs/charts/stable/typecho) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `typecho` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install typecho TrueCharts/typecho -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `typecho` deployment - -```console -helm uninstall typecho -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install typecho \ - --set env.TZ="America/New York" \ - TrueCharts/typecho -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install typecho TrueCharts/typecho -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/typecho/4.0.8/charts/common-10.7.0.tgz b/stable/typecho/4.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/typecho/4.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/typecho/4.0.8/charts/mariadb-3.0.92.tgz b/stable/typecho/4.0.8/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/typecho/4.0.8/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/typecho/4.0.9/CHANGELOG.md b/stable/typecho/4.0.9/CHANGELOG.md new file mode 100644 index 00000000000..6d8ff0e777c --- /dev/null +++ b/stable/typecho/4.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [typecho-4.0.9](https://github.com/truecharts/charts/compare/typecho-4.0.8...typecho-4.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [typecho-4.0.8](https://github.com/truecharts/charts/compare/typecho-4.0.7...typecho-4.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [typecho-4.0.7](https://github.com/truecharts/charts/compare/typecho-4.0.6...typecho-4.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [typecho-4.0.7](https://github.com/truecharts/charts/compare/typecho-4.0.6...typecho-4.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [typecho-4.0.6](https://github.com/truecharts/charts/compare/typecho-4.0.5...typecho-4.0.6) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [typecho-4.0.4](https://github.com/truecharts/charts/compare/typecho-4.0.3...typecho-4.0.4) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [typecho-4.0.3](https://github.com/truecharts/charts/compare/typecho-4.0.2...typecho-4.0.3) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [typecho-4.0.2](https://github.com/truecharts/charts/compare/typecho-4.0.1...typecho-4.0.2) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/typecho/4.0.9/Chart.lock b/stable/typecho/4.0.9/Chart.lock new file mode 100644 index 00000000000..214c8e3e27d --- /dev/null +++ b/stable/typecho/4.0.9/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:49:16.934624803Z" diff --git a/stable/typecho/4.0.9/Chart.yaml b/stable/typecho/4.0.9/Chart.yaml new file mode 100644 index 00000000000..086bf1615fb --- /dev/null +++ b/stable/typecho/4.0.9/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "1.2.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: Typecho is a PHP Blogging Platform. +home: https://truecharts.org/docs/charts/stable/typecho +icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png +keywords: + - typecho + - blog +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: typecho +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/typecho + - https://github.com/typecho/typecho + - https://hub.docker.com/r/joyqi/typecho +version: 4.0.9 +annotations: + truecharts.org/catagories: | + - hosting + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/typecho/4.0.9/README.md b/stable/typecho/4.0.9/README.md new file mode 100644 index 00000000000..bb66489dbc1 --- /dev/null +++ b/stable/typecho/4.0.9/README.md @@ -0,0 +1,108 @@ +# typecho + +Typecho is a PHP Blogging Platform. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [typecho](https://truecharts.org/docs/charts/stable/typecho) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `typecho` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install typecho TrueCharts/typecho +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `typecho` deployment + +```console +helm uninstall typecho +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install typecho \ + --set env.TZ="America/New York" \ + TrueCharts/typecho +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install typecho TrueCharts/typecho -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/typecho/4.0.8/app-readme.md b/stable/typecho/4.0.9/app-readme.md similarity index 100% rename from stable/typecho/4.0.8/app-readme.md rename to stable/typecho/4.0.9/app-readme.md diff --git a/stable/typecho/4.0.9/charts/common-10.7.1.tgz b/stable/typecho/4.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/typecho/4.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/typecho/4.0.9/charts/mariadb-3.0.95.tgz b/stable/typecho/4.0.9/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/typecho/4.0.9/charts/mariadb-3.0.95.tgz differ diff --git a/stable/typecho/4.0.8/ix_values.yaml b/stable/typecho/4.0.9/ix_values.yaml similarity index 100% rename from stable/typecho/4.0.8/ix_values.yaml rename to stable/typecho/4.0.9/ix_values.yaml diff --git a/stable/typecho/4.0.8/questions.yaml b/stable/typecho/4.0.9/questions.yaml similarity index 100% rename from stable/typecho/4.0.8/questions.yaml rename to stable/typecho/4.0.9/questions.yaml diff --git a/stable/typecho/4.0.9/templates/common.yaml b/stable/typecho/4.0.9/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/typecho/4.0.9/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/typecho/4.0.9/values.yaml b/stable/typecho/4.0.9/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/ubooquity/3.0.36/CHANGELOG.md b/stable/ubooquity/3.0.36/CHANGELOG.md deleted file mode 100644 index a81e94e6d44..00000000000 --- a/stable/ubooquity/3.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ubooquity-3.0.36](https://github.com/truecharts/charts/compare/ubooquity-3.0.35...ubooquity-3.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ubooquity-3.0.35](https://github.com/truecharts/charts/compare/ubooquity-3.0.34...ubooquity-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ubooquity-3.0.35](https://github.com/truecharts/charts/compare/ubooquity-3.0.34...ubooquity-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ubooquity-3.0.34](https://github.com/truecharts/charts/compare/ubooquity-3.0.33...ubooquity-3.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ubooquity-3.0.33](https://github.com/truecharts/charts/compare/ubooquity-3.0.32...ubooquity-3.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ubooquity-3.0.32](https://github.com/truecharts/charts/compare/ubooquity-3.0.31...ubooquity-3.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ubooquity-3.0.31](https://github.com/truecharts/charts/compare/ubooquity-3.0.30...ubooquity-3.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ubooquity-3.0.31](https://github.com/truecharts/charts/compare/ubooquity-3.0.30...ubooquity-3.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ubooquity/3.0.36/Chart.lock b/stable/ubooquity/3.0.36/Chart.lock deleted file mode 100644 index cccc3c5a68f..00000000000 --- a/stable/ubooquity/3.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:02:12.200664514Z" diff --git a/stable/ubooquity/3.0.36/Chart.yaml b/stable/ubooquity/3.0.36/Chart.yaml deleted file mode 100644 index 85012455dfc..00000000000 --- a/stable/ubooquity/3.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: ubooquity -version: 3.0.36 -appVersion: "2.1.2" -description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/ubooquity -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png -keywords: - - ubooquity -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity - - https://hub.docker.com/r/linuxserver/ubooquity -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ubooquity/3.0.36/README.md b/stable/ubooquity/3.0.36/README.md deleted file mode 100644 index b54a27cab68..00000000000 --- a/stable/ubooquity/3.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ubooquity - -Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ubooquity](https://truecharts.org/docs/charts/stable/ubooquity) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ubooquity` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ubooquity TrueCharts/ubooquity -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ubooquity` deployment - -```console -helm uninstall ubooquity -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ubooquity \ - --set env.TZ="America/New York" \ - TrueCharts/ubooquity -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ubooquity TrueCharts/ubooquity -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ubooquity/3.0.36/charts/common-10.7.0.tgz b/stable/ubooquity/3.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ubooquity/3.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ubooquity/3.0.37/CHANGELOG.md b/stable/ubooquity/3.0.37/CHANGELOG.md new file mode 100644 index 00000000000..378eba62428 --- /dev/null +++ b/stable/ubooquity/3.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ubooquity-3.0.37](https://github.com/truecharts/charts/compare/ubooquity-3.0.36...ubooquity-3.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ubooquity-3.0.36](https://github.com/truecharts/charts/compare/ubooquity-3.0.35...ubooquity-3.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ubooquity-3.0.35](https://github.com/truecharts/charts/compare/ubooquity-3.0.34...ubooquity-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ubooquity-3.0.35](https://github.com/truecharts/charts/compare/ubooquity-3.0.34...ubooquity-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ubooquity-3.0.34](https://github.com/truecharts/charts/compare/ubooquity-3.0.33...ubooquity-3.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ubooquity-3.0.33](https://github.com/truecharts/charts/compare/ubooquity-3.0.32...ubooquity-3.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ubooquity-3.0.32](https://github.com/truecharts/charts/compare/ubooquity-3.0.31...ubooquity-3.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ubooquity-3.0.31](https://github.com/truecharts/charts/compare/ubooquity-3.0.30...ubooquity-3.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/ubooquity/3.0.37/Chart.lock b/stable/ubooquity/3.0.37/Chart.lock new file mode 100644 index 00000000000..b0d06f74532 --- /dev/null +++ b/stable/ubooquity/3.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:15.579464213Z" diff --git a/stable/ubooquity/3.0.37/Chart.yaml b/stable/ubooquity/3.0.37/Chart.yaml new file mode 100644 index 00000000000..ed62c8b611e --- /dev/null +++ b/stable/ubooquity/3.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: ubooquity +version: 3.0.37 +appVersion: "2.1.2" +description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/ubooquity +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.png +keywords: + - ubooquity +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ubooquity + - https://hub.docker.com/r/linuxserver/ubooquity +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ubooquity/3.0.37/README.md b/stable/ubooquity/3.0.37/README.md new file mode 100644 index 00000000000..73123b24563 --- /dev/null +++ b/stable/ubooquity/3.0.37/README.md @@ -0,0 +1,106 @@ +# ubooquity + +Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ubooquity](https://truecharts.org/docs/charts/stable/ubooquity) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ubooquity` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ubooquity TrueCharts/ubooquity +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ubooquity` deployment + +```console +helm uninstall ubooquity +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ubooquity \ + --set env.TZ="America/New York" \ + TrueCharts/ubooquity +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ubooquity TrueCharts/ubooquity -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ubooquity/3.0.36/app-readme.md b/stable/ubooquity/3.0.37/app-readme.md similarity index 100% rename from stable/ubooquity/3.0.36/app-readme.md rename to stable/ubooquity/3.0.37/app-readme.md diff --git a/stable/ubooquity/3.0.37/charts/common-10.7.1.tgz b/stable/ubooquity/3.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ubooquity/3.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/ubooquity/3.0.36/ix_values.yaml b/stable/ubooquity/3.0.37/ix_values.yaml similarity index 100% rename from stable/ubooquity/3.0.36/ix_values.yaml rename to stable/ubooquity/3.0.37/ix_values.yaml diff --git a/stable/ubooquity/3.0.36/questions.yaml b/stable/ubooquity/3.0.37/questions.yaml similarity index 100% rename from stable/ubooquity/3.0.36/questions.yaml rename to stable/ubooquity/3.0.37/questions.yaml diff --git a/stable/ubooquity/3.0.37/templates/common.yaml b/stable/ubooquity/3.0.37/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/ubooquity/3.0.37/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/ubooquity/3.0.37/values.yaml b/stable/ubooquity/3.0.37/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/unifi/11.0.41/CHANGELOG.md b/stable/unifi/11.0.41/CHANGELOG.md new file mode 100644 index 00000000000..19d018a488a --- /dev/null +++ b/stable/unifi/11.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [unifi-11.0.41](https://github.com/truecharts/charts/compare/unifi-11.0.40...unifi-11.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [unifi-11.0.40](https://github.com/truecharts/charts/compare/unifi-11.0.39...unifi-11.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [unifi-11.0.39](https://github.com/truecharts/charts/compare/unifi-11.0.38...unifi-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unifi-11.0.39](https://github.com/truecharts/charts/compare/unifi-11.0.38...unifi-11.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unifi-11.0.38](https://github.com/truecharts/charts/compare/unifi-11.0.37...unifi-11.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [unifi-11.0.37](https://github.com/truecharts/charts/compare/unifi-11.0.36...unifi-11.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [unifi-11.0.36](https://github.com/truecharts/charts/compare/unifi-11.0.35...unifi-11.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [unifi-11.0.35](https://github.com/truecharts/charts/compare/unifi-11.0.34...unifi-11.0.35) (2022-09-23) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) + + + + +## [unifi-11.0.34](https://github.com/truecharts/charts/compare/unifi-11.0.33...unifi-11.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/unifi/11.0.41/Chart.lock b/stable/unifi/11.0.41/Chart.lock new file mode 100644 index 00000000000..acc11108db7 --- /dev/null +++ b/stable/unifi/11.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:29.766377132Z" diff --git a/stable/unifi/11.0.41/Chart.yaml b/stable/unifi/11.0.41/Chart.yaml new file mode 100644 index 00000000000..4de4d8e6bc2 --- /dev/null +++ b/stable/unifi/11.0.41/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "7.2.94" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Ubiquiti Network's Unifi Controller +home: https://truecharts.org/docs/charts/stable/unifi +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png +keywords: + - ubiquiti + - unifi +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: unifi +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unifi + - https://github.com/jacobalberty/unifi-docker + - https://unifi-network.ui.com +type: application +version: 11.0.41 +annotations: + truecharts.org/catagories: | + - Networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/unifi/11.0.41/README.md b/stable/unifi/11.0.41/README.md new file mode 100644 index 00000000000..67c6c94b805 --- /dev/null +++ b/stable/unifi/11.0.41/README.md @@ -0,0 +1,107 @@ +# unifi + +Ubiquiti Network's Unifi Controller + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [unifi](https://truecharts.org/docs/charts/stable/unifi) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `unifi` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install unifi TrueCharts/unifi +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `unifi` deployment + +```console +helm uninstall unifi +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install unifi \ + --set env.TZ="America/New York" \ + TrueCharts/unifi +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install unifi TrueCharts/unifi -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/unifi/11.0.41/app-readme.md b/stable/unifi/11.0.41/app-readme.md new file mode 100644 index 00000000000..b5cca3d6f5e --- /dev/null +++ b/stable/unifi/11.0.41/app-readme.md @@ -0,0 +1,8 @@ +Ubiquiti Network's Unifi Controller + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/unifi](https://truecharts.org/docs/charts/stable/unifi) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/unifi/11.0.41/charts/common-10.7.1.tgz b/stable/unifi/11.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/unifi/11.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/unifi/11.0.41/ix_values.yaml b/stable/unifi/11.0.41/ix_values.yaml new file mode 100644 index 00000000000..86cd5c2f09f --- /dev/null +++ b/stable/unifi/11.0.41/ix_values.yaml @@ -0,0 +1,64 @@ +image: + repository: tccr.io/truecharts/unifi + tag: 7.2.94@sha256:05e810b900f858813dc67e59f1c7cea55af0df32e50e37c1f9fffcddc24be183 + pullPolicy: IfNotPresent + +service: + main: + ports: + main: + protocol: HTTPS + port: 8443 + targetPort: 8443 + comm: + enabled: true + ports: + comm: + enabled: true + port: 8080 + targetPort: 8080 + stun: + enabled: true + ports: + stun: + enabled: true + port: 3478 + targetPort: 3478 + protocol: UDP + speedtest: + enabled: true + ports: + speedtest: + enabled: true + port: 6789 + targetPort: 6789 + guestportal: + enabled: true + ports: + web: + enabled: true + port: 8880 + targetPort: 8880 + protocol: HTTP + websecure: + enabled: true + port: 8843 + targetPort: 8843 + protocol: HTTPS + +securityContext: + readOnlyRootFilesystem: false + +podSecurityContext: + runAsGroup: 999 + runAsUser: 999 + +env: {} + +persistence: + config: + enabled: true + mountPath: "/unifi" + +portal: + enabled: true diff --git a/stable/unifi/11.0.41/questions.yaml b/stable/unifi/11.0.41/questions.yaml new file mode 100644 index 00000000000..8ee60d0895d --- /dev/null +++ b/stable/unifi/11.0.41/questions.yaml @@ -0,0 +1,3158 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8443 + 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 + hidden: true + default: true + - 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: 8443 + - variable: comm + label: "Unifi Device Communication Service" + description: "Unifi Device Communication Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: comm + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8080 + 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 + hidden: true + default: true + - 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: 8080 + - variable: stun + label: "STUN Device Communication Service" + description: "STUN Device Communication Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stun + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3478 + 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 + hidden: true + default: true + - variable: protocol + label: Port Type + schema: + type: string + default: UDP + 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: 3478 + - variable: speedtest + label: "Speedtest Service" + description: "Speedtest Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: speedtest + label: "TCP Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 6789 + 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 + hidden: true + default: true + - 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: 6789 + - variable: guestportal + label: "Guest Portal Service" + description: "Guest Portal Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: web + label: "Web Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8880 + 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 + hidden: true + 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: 8880 + - variable: websecure + label: "Secure Web Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8843 + 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 + hidden: true + default: true + - 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: 8843 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 999 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 999 + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568 + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/unifi/11.0.41/templates/common.yaml b/stable/unifi/11.0.41/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/unifi/11.0.41/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/unifi/11.0.41/values.yaml b/stable/unifi/11.0.41/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/unmanic/3.0.36/CHANGELOG.md b/stable/unmanic/3.0.36/CHANGELOG.md deleted file mode 100644 index 39eeccfc8ba..00000000000 --- a/stable/unmanic/3.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [unmanic-3.0.36](https://github.com/truecharts/charts/compare/unmanic-3.0.35...unmanic-3.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [unmanic-3.0.35](https://github.com/truecharts/charts/compare/unmanic-3.0.34...unmanic-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unmanic-3.0.35](https://github.com/truecharts/charts/compare/unmanic-3.0.34...unmanic-3.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unmanic-3.0.34](https://github.com/truecharts/charts/compare/unmanic-3.0.33...unmanic-3.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [unmanic-3.0.33](https://github.com/truecharts/charts/compare/unmanic-3.0.32...unmanic-3.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [unmanic-3.0.32](https://github.com/truecharts/charts/compare/unmanic-3.0.31...unmanic-3.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [unmanic-3.0.31](https://github.com/truecharts/charts/compare/unmanic-3.0.30...unmanic-3.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [unmanic-3.0.31](https://github.com/truecharts/charts/compare/unmanic-3.0.30...unmanic-3.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/unmanic/3.0.36/Chart.lock b/stable/unmanic/3.0.36/Chart.lock deleted file mode 100644 index ba3b54bd46b..00000000000 --- a/stable/unmanic/3.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:02:28.714217077Z" diff --git a/stable/unmanic/3.0.36/Chart.yaml b/stable/unmanic/3.0.36/Chart.yaml deleted file mode 100644 index 772dc0edad8..00000000000 --- a/stable/unmanic/3.0.36/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "0.2.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Unmanic is a simple tool for optimising your file library. -home: https://truecharts.org/docs/charts/stable/unmanic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png -keywords: - - media -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: unmanic -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - - https://github.com/Unmanic/unmanic - - https://hub.docker.com/r/josh5/unmanic -version: 3.0.36 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/unmanic/3.0.36/README.md b/stable/unmanic/3.0.36/README.md deleted file mode 100644 index 06fa0e01c74..00000000000 --- a/stable/unmanic/3.0.36/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# unmanic - -Unmanic is a simple tool for optimising your file library. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [unmanic](https://truecharts.org/docs/charts/stable/unmanic) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `unmanic` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install unmanic TrueCharts/unmanic -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `unmanic` deployment - -```console -helm uninstall unmanic -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install unmanic \ - --set env.TZ="America/New York" \ - TrueCharts/unmanic -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install unmanic TrueCharts/unmanic -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/unmanic/3.0.36/charts/common-10.7.0.tgz b/stable/unmanic/3.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/unmanic/3.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/unmanic/3.0.37/CHANGELOG.md b/stable/unmanic/3.0.37/CHANGELOG.md new file mode 100644 index 00000000000..6d684098763 --- /dev/null +++ b/stable/unmanic/3.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [unmanic-3.0.37](https://github.com/truecharts/charts/compare/unmanic-3.0.36...unmanic-3.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [unmanic-3.0.36](https://github.com/truecharts/charts/compare/unmanic-3.0.35...unmanic-3.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [unmanic-3.0.35](https://github.com/truecharts/charts/compare/unmanic-3.0.34...unmanic-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unmanic-3.0.35](https://github.com/truecharts/charts/compare/unmanic-3.0.34...unmanic-3.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unmanic-3.0.34](https://github.com/truecharts/charts/compare/unmanic-3.0.33...unmanic-3.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [unmanic-3.0.33](https://github.com/truecharts/charts/compare/unmanic-3.0.32...unmanic-3.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [unmanic-3.0.32](https://github.com/truecharts/charts/compare/unmanic-3.0.31...unmanic-3.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [unmanic-3.0.31](https://github.com/truecharts/charts/compare/unmanic-3.0.30...unmanic-3.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/unmanic/3.0.37/Chart.lock b/stable/unmanic/3.0.37/Chart.lock new file mode 100644 index 00000000000..fe44440e787 --- /dev/null +++ b/stable/unmanic/3.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:32.294337907Z" diff --git a/stable/unmanic/3.0.37/Chart.yaml b/stable/unmanic/3.0.37/Chart.yaml new file mode 100644 index 00000000000..3f896e231d4 --- /dev/null +++ b/stable/unmanic/3.0.37/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "0.2.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Unmanic is a simple tool for optimising your file library. +home: https://truecharts.org/docs/charts/stable/unmanic +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.png +keywords: + - media +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: unmanic +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic + - https://github.com/Unmanic/unmanic + - https://hub.docker.com/r/josh5/unmanic +version: 3.0.37 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/unmanic/3.0.37/README.md b/stable/unmanic/3.0.37/README.md new file mode 100644 index 00000000000..603e3909edb --- /dev/null +++ b/stable/unmanic/3.0.37/README.md @@ -0,0 +1,107 @@ +# unmanic + +Unmanic is a simple tool for optimising your file library. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [unmanic](https://truecharts.org/docs/charts/stable/unmanic) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `unmanic` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install unmanic TrueCharts/unmanic +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `unmanic` deployment + +```console +helm uninstall unmanic +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install unmanic \ + --set env.TZ="America/New York" \ + TrueCharts/unmanic +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install unmanic TrueCharts/unmanic -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/unmanic/3.0.36/app-readme.md b/stable/unmanic/3.0.37/app-readme.md similarity index 100% rename from stable/unmanic/3.0.36/app-readme.md rename to stable/unmanic/3.0.37/app-readme.md diff --git a/stable/unmanic/3.0.37/charts/common-10.7.1.tgz b/stable/unmanic/3.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/unmanic/3.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/unmanic/3.0.36/ix_values.yaml b/stable/unmanic/3.0.37/ix_values.yaml similarity index 100% rename from stable/unmanic/3.0.36/ix_values.yaml rename to stable/unmanic/3.0.37/ix_values.yaml diff --git a/stable/unmanic/3.0.36/questions.yaml b/stable/unmanic/3.0.37/questions.yaml similarity index 100% rename from stable/unmanic/3.0.36/questions.yaml rename to stable/unmanic/3.0.37/questions.yaml diff --git a/stable/unmanic/3.0.37/templates/common.yaml b/stable/unmanic/3.0.37/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/unmanic/3.0.37/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/unmanic/3.0.37/values.yaml b/stable/unmanic/3.0.37/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/unpackerr/6.0.37/CHANGELOG.md b/stable/unpackerr/6.0.37/CHANGELOG.md deleted file mode 100644 index 1e5604f2e38..00000000000 --- a/stable/unpackerr/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [unpackerr-6.0.37](https://github.com/truecharts/charts/compare/unpackerr-6.0.36...unpackerr-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [unpackerr-6.0.36](https://github.com/truecharts/charts/compare/unpackerr-6.0.35...unpackerr-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unpackerr-6.0.36](https://github.com/truecharts/charts/compare/unpackerr-6.0.35...unpackerr-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unpackerr-6.0.35](https://github.com/truecharts/charts/compare/unpackerr-6.0.34...unpackerr-6.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [unpackerr-6.0.34](https://github.com/truecharts/charts/compare/unpackerr-6.0.33...unpackerr-6.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [unpackerr-6.0.33](https://github.com/truecharts/charts/compare/unpackerr-6.0.32...unpackerr-6.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [unpackerr-6.0.32](https://github.com/truecharts/charts/compare/unpackerr-6.0.31...unpackerr-6.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [unpackerr-6.0.31](https://github.com/truecharts/charts/compare/unpackerr-6.0.29...unpackerr-6.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/unpackerr/6.0.37/Chart.lock b/stable/unpackerr/6.0.37/Chart.lock deleted file mode 100644 index 62d6e577388..00000000000 --- a/stable/unpackerr/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:02:41.879920551Z" diff --git a/stable/unpackerr/6.0.37/Chart.yaml b/stable/unpackerr/6.0.37/Chart.yaml deleted file mode 100644 index b4cd8df6067..00000000000 --- a/stable/unpackerr/6.0.37/Chart.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: v2 -appVersion: "0.10.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -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 import them -home: https://truecharts.org/docs/charts/stable/unpackerr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png -keywords: - - unpackerr - - sonarr - - radarr - - lidarr - - readarr -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: unpackerr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr - - https://github.com/davidnewhall/unpackerr - - https://hub.docker.com/r/golift/unpackerr -type: application -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/unpackerr/6.0.37/README.md b/stable/unpackerr/6.0.37/README.md deleted file mode 100644 index eee1eafa2ea..00000000000 --- a/stable/unpackerr/6.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# unpackerr - -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 import them - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [unpackerr](https://truecharts.org/docs/charts/stable/unpackerr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `unpackerr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install unpackerr TrueCharts/unpackerr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `unpackerr` deployment - -```console -helm uninstall unpackerr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install unpackerr \ - --set env.TZ="America/New York" \ - TrueCharts/unpackerr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install unpackerr TrueCharts/unpackerr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/unpackerr/6.0.37/charts/common-10.7.0.tgz b/stable/unpackerr/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/unpackerr/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/unpackerr/6.0.38/CHANGELOG.md b/stable/unpackerr/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..5bf4b8f5331 --- /dev/null +++ b/stable/unpackerr/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [unpackerr-6.0.38](https://github.com/truecharts/charts/compare/unpackerr-6.0.37...unpackerr-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [unpackerr-6.0.37](https://github.com/truecharts/charts/compare/unpackerr-6.0.36...unpackerr-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [unpackerr-6.0.36](https://github.com/truecharts/charts/compare/unpackerr-6.0.35...unpackerr-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unpackerr-6.0.36](https://github.com/truecharts/charts/compare/unpackerr-6.0.35...unpackerr-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unpackerr-6.0.35](https://github.com/truecharts/charts/compare/unpackerr-6.0.34...unpackerr-6.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [unpackerr-6.0.34](https://github.com/truecharts/charts/compare/unpackerr-6.0.33...unpackerr-6.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [unpackerr-6.0.33](https://github.com/truecharts/charts/compare/unpackerr-6.0.32...unpackerr-6.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [unpackerr-6.0.32](https://github.com/truecharts/charts/compare/unpackerr-6.0.31...unpackerr-6.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [unpackerr-6.0.31](https://github.com/truecharts/charts/compare/unpackerr-6.0.29...unpackerr-6.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/unpackerr/6.0.38/Chart.lock b/stable/unpackerr/6.0.38/Chart.lock new file mode 100644 index 00000000000..cadda9cf85f --- /dev/null +++ b/stable/unpackerr/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:47.267907873Z" diff --git a/stable/unpackerr/6.0.38/Chart.yaml b/stable/unpackerr/6.0.38/Chart.yaml new file mode 100644 index 00000000000..065539ca2a1 --- /dev/null +++ b/stable/unpackerr/6.0.38/Chart.yaml @@ -0,0 +1,33 @@ +apiVersion: v2 +appVersion: "0.10.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.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 import them +home: https://truecharts.org/docs/charts/stable/unpackerr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.png +keywords: + - unpackerr + - sonarr + - radarr + - lidarr + - readarr +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: unpackerr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unpackerr + - https://github.com/davidnewhall/unpackerr + - https://hub.docker.com/r/golift/unpackerr +type: application +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/unpackerr/6.0.38/README.md b/stable/unpackerr/6.0.38/README.md new file mode 100644 index 00000000000..abb04b86c69 --- /dev/null +++ b/stable/unpackerr/6.0.38/README.md @@ -0,0 +1,107 @@ +# unpackerr + +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 import them + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [unpackerr](https://truecharts.org/docs/charts/stable/unpackerr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `unpackerr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install unpackerr TrueCharts/unpackerr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `unpackerr` deployment + +```console +helm uninstall unpackerr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install unpackerr \ + --set env.TZ="America/New York" \ + TrueCharts/unpackerr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install unpackerr TrueCharts/unpackerr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/unpackerr/6.0.37/app-readme.md b/stable/unpackerr/6.0.38/app-readme.md similarity index 100% rename from stable/unpackerr/6.0.37/app-readme.md rename to stable/unpackerr/6.0.38/app-readme.md diff --git a/stable/unpackerr/6.0.38/charts/common-10.7.1.tgz b/stable/unpackerr/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/unpackerr/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/unpackerr/6.0.37/ix_values.yaml b/stable/unpackerr/6.0.38/ix_values.yaml similarity index 100% rename from stable/unpackerr/6.0.37/ix_values.yaml rename to stable/unpackerr/6.0.38/ix_values.yaml diff --git a/stable/unpackerr/6.0.37/questions.yaml b/stable/unpackerr/6.0.38/questions.yaml similarity index 100% rename from stable/unpackerr/6.0.37/questions.yaml rename to stable/unpackerr/6.0.38/questions.yaml diff --git a/stable/unpackerr/6.0.38/templates/common.yaml b/stable/unpackerr/6.0.38/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/unpackerr/6.0.38/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/unpackerr/6.0.38/values.yaml b/stable/unpackerr/6.0.38/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/unpoller/3.0.39/CHANGELOG.md b/stable/unpoller/3.0.39/CHANGELOG.md deleted file mode 100644 index bd47a2b3383..00000000000 --- a/stable/unpoller/3.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [unpoller-3.0.39](https://github.com/truecharts/charts/compare/unpoller-3.0.38...unpoller-3.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [unpoller-3.0.38](https://github.com/truecharts/charts/compare/unpoller-3.0.37...unpoller-3.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unpoller-3.0.38](https://github.com/truecharts/charts/compare/unpoller-3.0.37...unpoller-3.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [unpoller-3.0.37](https://github.com/truecharts/charts/compare/unpoller-3.0.36...unpoller-3.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [unpoller-3.0.36](https://github.com/truecharts/charts/compare/unpoller-3.0.35...unpoller-3.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [unpoller-3.0.35](https://github.com/truecharts/charts/compare/unpoller-3.0.34...unpoller-3.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [unpoller-3.0.34](https://github.com/truecharts/charts/compare/unpoller-3.0.32...unpoller-3.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [unpoller-3.0.34](https://github.com/truecharts/charts/compare/unpoller-3.0.32...unpoller-3.0.34) (2022-09-21) - -### Chore - diff --git a/stable/unpoller/3.0.39/Chart.lock b/stable/unpoller/3.0.39/Chart.lock deleted file mode 100644 index 2bc4e6c1577..00000000000 --- a/stable/unpoller/3.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:02:52.902782133Z" diff --git a/stable/unpoller/3.0.39/Chart.yaml b/stable/unpoller/3.0.39/Chart.yaml deleted file mode 100644 index 87dbf1d9998..00000000000 --- a/stable/unpoller/3.0.39/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "2.1.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png -home: https://truecharts.org/docs/charts/stable/unpoller -keywords: - - unifi - - unifi-poller - - metrics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: unpoller -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - - https://github.com/unifi-poller/unifi-poller - - https://hub.docker.com/r/golift/unifi-poller -type: application -version: 3.0.39 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/unpoller/3.0.39/README.md b/stable/unpoller/3.0.39/README.md deleted file mode 100644 index 33fe13276ac..00000000000 --- a/stable/unpoller/3.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# unpoller - -Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [unpoller](https://truecharts.org/docs/charts/stable/unpoller) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `unpoller` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install unpoller TrueCharts/unpoller -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `unpoller` deployment - -```console -helm uninstall unpoller -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install unpoller \ - --set env.TZ="America/New York" \ - TrueCharts/unpoller -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install unpoller TrueCharts/unpoller -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/unpoller/3.0.39/charts/common-10.7.0.tgz b/stable/unpoller/3.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/unpoller/3.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/unpoller/3.0.40/CHANGELOG.md b/stable/unpoller/3.0.40/CHANGELOG.md new file mode 100644 index 00000000000..2573a8f9754 --- /dev/null +++ b/stable/unpoller/3.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [unpoller-3.0.40](https://github.com/truecharts/charts/compare/unpoller-3.0.39...unpoller-3.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [unpoller-3.0.39](https://github.com/truecharts/charts/compare/unpoller-3.0.38...unpoller-3.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [unpoller-3.0.38](https://github.com/truecharts/charts/compare/unpoller-3.0.37...unpoller-3.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unpoller-3.0.38](https://github.com/truecharts/charts/compare/unpoller-3.0.37...unpoller-3.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [unpoller-3.0.37](https://github.com/truecharts/charts/compare/unpoller-3.0.36...unpoller-3.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [unpoller-3.0.36](https://github.com/truecharts/charts/compare/unpoller-3.0.35...unpoller-3.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [unpoller-3.0.35](https://github.com/truecharts/charts/compare/unpoller-3.0.34...unpoller-3.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [unpoller-3.0.34](https://github.com/truecharts/charts/compare/unpoller-3.0.32...unpoller-3.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/unpoller/3.0.40/Chart.lock b/stable/unpoller/3.0.40/Chart.lock new file mode 100644 index 00000000000..5e532cb6193 --- /dev/null +++ b/stable/unpoller/3.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:49:59.225593325Z" diff --git a/stable/unpoller/3.0.40/Chart.yaml b/stable/unpoller/3.0.40/Chart.yaml new file mode 100644 index 00000000000..23fe204ea65 --- /dev/null +++ b/stable/unpoller/3.0.40/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "2.1.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png +home: https://truecharts.org/docs/charts/stable/unpoller +keywords: + - unifi + - unifi-poller + - metrics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: unpoller +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller + - https://github.com/unifi-poller/unifi-poller + - https://hub.docker.com/r/golift/unifi-poller +type: application +version: 3.0.40 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/unpoller/3.0.40/README.md b/stable/unpoller/3.0.40/README.md new file mode 100644 index 00000000000..63f06da595c --- /dev/null +++ b/stable/unpoller/3.0.40/README.md @@ -0,0 +1,107 @@ +# unpoller + +Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [unpoller](https://truecharts.org/docs/charts/stable/unpoller) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `unpoller` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install unpoller TrueCharts/unpoller +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `unpoller` deployment + +```console +helm uninstall unpoller +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install unpoller \ + --set env.TZ="America/New York" \ + TrueCharts/unpoller +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install unpoller TrueCharts/unpoller -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/unpoller/3.0.39/app-readme.md b/stable/unpoller/3.0.40/app-readme.md similarity index 100% rename from stable/unpoller/3.0.39/app-readme.md rename to stable/unpoller/3.0.40/app-readme.md diff --git a/stable/unpoller/3.0.40/charts/common-10.7.1.tgz b/stable/unpoller/3.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/unpoller/3.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/unpoller/3.0.39/ix_values.yaml b/stable/unpoller/3.0.40/ix_values.yaml similarity index 100% rename from stable/unpoller/3.0.39/ix_values.yaml rename to stable/unpoller/3.0.40/ix_values.yaml diff --git a/stable/unpoller/3.0.39/questions.yaml b/stable/unpoller/3.0.40/questions.yaml similarity index 100% rename from stable/unpoller/3.0.39/questions.yaml rename to stable/unpoller/3.0.40/questions.yaml diff --git a/stable/unpoller/3.0.40/templates/common.yaml b/stable/unpoller/3.0.40/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/unpoller/3.0.40/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/unpoller/3.0.39/templates/prometheusrules.yaml b/stable/unpoller/3.0.40/templates/prometheusrules.yaml similarity index 100% rename from stable/unpoller/3.0.39/templates/prometheusrules.yaml rename to stable/unpoller/3.0.40/templates/prometheusrules.yaml diff --git a/stable/unpoller/3.0.39/templates/servicemonitor.yaml b/stable/unpoller/3.0.40/templates/servicemonitor.yaml similarity index 100% rename from stable/unpoller/3.0.39/templates/servicemonitor.yaml rename to stable/unpoller/3.0.40/templates/servicemonitor.yaml diff --git a/stable/unpoller/3.0.40/values.yaml b/stable/unpoller/3.0.40/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/uptime-kuma/3.0.42/CHANGELOG.md b/stable/uptime-kuma/3.0.42/CHANGELOG.md deleted file mode 100644 index 45371a856e4..00000000000 --- a/stable/uptime-kuma/3.0.42/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [uptime-kuma-3.0.42](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.41...uptime-kuma-3.0.42) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [uptime-kuma-3.0.41](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.40...uptime-kuma-3.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [uptime-kuma-3.0.40](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.39...uptime-kuma-3.0.40) (2022-10-10) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) - - - - -## [uptime-kuma-3.0.39](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.38...uptime-kuma-3.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [uptime-kuma-3.0.39](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.38...uptime-kuma-3.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [uptime-kuma-3.0.38](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.37...uptime-kuma-3.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [uptime-kuma-3.0.37](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.36...uptime-kuma-3.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [uptime-kuma-3.0.36](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.35...uptime-kuma-3.0.36) (2022-10-04) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) - - - - -## [uptime-kuma-3.0.35](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.34...uptime-kuma-3.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [uptime-kuma-3.0.34](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.33...uptime-kuma-3.0.34) (2022-09-25) - -### Chore diff --git a/stable/uptime-kuma/3.0.42/Chart.lock b/stable/uptime-kuma/3.0.42/Chart.lock deleted file mode 100644 index acbf74ff59f..00000000000 --- a/stable/uptime-kuma/3.0.42/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-15T00:22:42.633387369Z" diff --git a/stable/uptime-kuma/3.0.42/Chart.yaml b/stable/uptime-kuma/3.0.42/Chart.yaml deleted file mode 100644 index 91317e7030c..00000000000 --- a/stable/uptime-kuma/3.0.42/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "1.18.5" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: A fancy self-hosted monitoring tool -home: https://truecharts.org/docs/charts/stable/uptime-kuma -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png -keywords: - - monitoring - - uptime -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: uptime-kuma -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma - - https://github.com/louislam/uptime-kuma -type: application -version: 3.0.42 -annotations: - truecharts.org/catagories: | - - monitoring - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/uptime-kuma/3.0.42/README.md b/stable/uptime-kuma/3.0.42/README.md deleted file mode 100644 index 29b5e340dd9..00000000000 --- a/stable/uptime-kuma/3.0.42/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# uptime-kuma - -A fancy self-hosted monitoring tool - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [uptime-kuma](https://truecharts.org/docs/charts/stable/uptime-kuma) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `uptime-kuma` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install uptime-kuma TrueCharts/uptime-kuma -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `uptime-kuma` deployment - -```console -helm uninstall uptime-kuma -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install uptime-kuma \ - --set env.TZ="America/New York" \ - TrueCharts/uptime-kuma -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install uptime-kuma TrueCharts/uptime-kuma -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/uptime-kuma/3.0.42/charts/common-10.7.0.tgz b/stable/uptime-kuma/3.0.42/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/uptime-kuma/3.0.42/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/uptime-kuma/3.0.43/CHANGELOG.md b/stable/uptime-kuma/3.0.43/CHANGELOG.md new file mode 100644 index 00000000000..6c639efa001 --- /dev/null +++ b/stable/uptime-kuma/3.0.43/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [uptime-kuma-3.0.43](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.42...uptime-kuma-3.0.43) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [uptime-kuma-3.0.42](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.41...uptime-kuma-3.0.42) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [uptime-kuma-3.0.41](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.40...uptime-kuma-3.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [uptime-kuma-3.0.40](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.39...uptime-kuma-3.0.40) (2022-10-10) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4049](https://github.com/truecharts/charts/issues/4049)) + + + + +## [uptime-kuma-3.0.39](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.38...uptime-kuma-3.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [uptime-kuma-3.0.39](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.38...uptime-kuma-3.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [uptime-kuma-3.0.38](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.37...uptime-kuma-3.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [uptime-kuma-3.0.37](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.36...uptime-kuma-3.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [uptime-kuma-3.0.36](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.35...uptime-kuma-3.0.36) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [uptime-kuma-3.0.35](https://github.com/truecharts/charts/compare/uptime-kuma-3.0.34...uptime-kuma-3.0.35) (2022-09-27) + +### Chore diff --git a/stable/uptime-kuma/3.0.43/Chart.lock b/stable/uptime-kuma/3.0.43/Chart.lock new file mode 100644 index 00000000000..aef00f9874a --- /dev/null +++ b/stable/uptime-kuma/3.0.43/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:50:01.283529601Z" diff --git a/stable/uptime-kuma/3.0.43/Chart.yaml b/stable/uptime-kuma/3.0.43/Chart.yaml new file mode 100644 index 00000000000..ed5c4dea332 --- /dev/null +++ b/stable/uptime-kuma/3.0.43/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "1.18.5" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: A fancy self-hosted monitoring tool +home: https://truecharts.org/docs/charts/stable/uptime-kuma +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.png +keywords: + - monitoring + - uptime +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: uptime-kuma +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/uptime-kuma + - https://github.com/louislam/uptime-kuma +type: application +version: 3.0.43 +annotations: + truecharts.org/catagories: | + - monitoring + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/uptime-kuma/3.0.43/README.md b/stable/uptime-kuma/3.0.43/README.md new file mode 100644 index 00000000000..c8b336c730f --- /dev/null +++ b/stable/uptime-kuma/3.0.43/README.md @@ -0,0 +1,106 @@ +# uptime-kuma + +A fancy self-hosted monitoring tool + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [uptime-kuma](https://truecharts.org/docs/charts/stable/uptime-kuma) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `uptime-kuma` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install uptime-kuma TrueCharts/uptime-kuma +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `uptime-kuma` deployment + +```console +helm uninstall uptime-kuma +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install uptime-kuma \ + --set env.TZ="America/New York" \ + TrueCharts/uptime-kuma +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install uptime-kuma TrueCharts/uptime-kuma -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/uptime-kuma/3.0.42/app-readme.md b/stable/uptime-kuma/3.0.43/app-readme.md similarity index 100% rename from stable/uptime-kuma/3.0.42/app-readme.md rename to stable/uptime-kuma/3.0.43/app-readme.md diff --git a/stable/uptime-kuma/3.0.43/charts/common-10.7.1.tgz b/stable/uptime-kuma/3.0.43/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/uptime-kuma/3.0.43/charts/common-10.7.1.tgz differ diff --git a/stable/uptime-kuma/3.0.42/ix_values.yaml b/stable/uptime-kuma/3.0.43/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/3.0.42/ix_values.yaml rename to stable/uptime-kuma/3.0.43/ix_values.yaml diff --git a/stable/uptime-kuma/3.0.42/questions.yaml b/stable/uptime-kuma/3.0.43/questions.yaml similarity index 100% rename from stable/uptime-kuma/3.0.42/questions.yaml rename to stable/uptime-kuma/3.0.43/questions.yaml diff --git a/stable/uptime-kuma/3.0.43/templates/common.yaml b/stable/uptime-kuma/3.0.43/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/uptime-kuma/3.0.43/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/uptime-kuma/3.0.43/values.yaml b/stable/uptime-kuma/3.0.43/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/uptimerobot-prometheus/4.0.39/CHANGELOG.md b/stable/uptimerobot-prometheus/4.0.39/CHANGELOG.md deleted file mode 100644 index 3fde684c764..00000000000 --- a/stable/uptimerobot-prometheus/4.0.39/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [uptimerobot-prometheus-4.0.39](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.38...uptimerobot-prometheus-4.0.39) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [uptimerobot-prometheus-4.0.38](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.37...uptimerobot-prometheus-4.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [uptimerobot-prometheus-4.0.38](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.37...uptimerobot-prometheus-4.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [uptimerobot-prometheus-4.0.37](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.36...uptimerobot-prometheus-4.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [uptimerobot-prometheus-4.0.36](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.35...uptimerobot-prometheus-4.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [uptimerobot-prometheus-4.0.35](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.34...uptimerobot-prometheus-4.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [uptimerobot-prometheus-4.0.34](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.32...uptimerobot-prometheus-4.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - update helm general non-major ([#3711](https://github.com/truecharts/charts/issues/3711)) - - - - -## [uptimerobot-prometheus-4.0.34](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.32...uptimerobot-prometheus-4.0.34) (2022-09-21) - -### Chore - diff --git a/stable/uptimerobot-prometheus/4.0.39/Chart.lock b/stable/uptimerobot-prometheus/4.0.39/Chart.lock deleted file mode 100644 index 146f424732b..00000000000 --- a/stable/uptimerobot-prometheus/4.0.39/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:02:57.671851811Z" diff --git a/stable/uptimerobot-prometheus/4.0.39/Chart.yaml b/stable/uptimerobot-prometheus/4.0.39/Chart.yaml deleted file mode 100644 index 3bda0ce79c7..00000000000 --- a/stable/uptimerobot-prometheus/4.0.39/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "0.0.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: Prometheus Exporter for the official uptimerobot CLI -icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png -home: https://truecharts.org/docs/charts/stable/uptimerobot-prometheus -keywords: - - uptimerobot - - prometheus - - grafana - - metrics -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: uptimerobot-prometheus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus - - https://github.com/lekpamartin/uptimerobot_exporter - - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus -type: application -version: 4.0.39 -annotations: - truecharts.org/catagories: | - - metrics - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/uptimerobot-prometheus/4.0.39/README.md b/stable/uptimerobot-prometheus/4.0.39/README.md deleted file mode 100644 index ee36aa61ec7..00000000000 --- a/stable/uptimerobot-prometheus/4.0.39/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# uptimerobot-prometheus - -Prometheus Exporter for the official uptimerobot CLI - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [uptimerobot-prometheus](https://truecharts.org/docs/charts/stable/uptimerobot-prometheus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `uptimerobot-prometheus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `uptimerobot-prometheus` deployment - -```console -helm uninstall uptimerobot-prometheus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install uptimerobot-prometheus \ - --set env.TZ="America/New York" \ - TrueCharts/uptimerobot-prometheus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/uptimerobot-prometheus/4.0.39/charts/common-10.7.0.tgz b/stable/uptimerobot-prometheus/4.0.39/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/uptimerobot-prometheus/4.0.39/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/uptimerobot-prometheus/4.0.40/CHANGELOG.md b/stable/uptimerobot-prometheus/4.0.40/CHANGELOG.md new file mode 100644 index 00000000000..3d8e443c6a2 --- /dev/null +++ b/stable/uptimerobot-prometheus/4.0.40/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [uptimerobot-prometheus-4.0.40](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.39...uptimerobot-prometheus-4.0.40) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [uptimerobot-prometheus-4.0.39](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.38...uptimerobot-prometheus-4.0.39) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [uptimerobot-prometheus-4.0.38](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.37...uptimerobot-prometheus-4.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [uptimerobot-prometheus-4.0.38](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.37...uptimerobot-prometheus-4.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [uptimerobot-prometheus-4.0.37](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.36...uptimerobot-prometheus-4.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [uptimerobot-prometheus-4.0.36](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.35...uptimerobot-prometheus-4.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [uptimerobot-prometheus-4.0.35](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.34...uptimerobot-prometheus-4.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [uptimerobot-prometheus-4.0.34](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-4.0.32...uptimerobot-prometheus-4.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/uptimerobot-prometheus/4.0.40/Chart.lock b/stable/uptimerobot-prometheus/4.0.40/Chart.lock new file mode 100644 index 00000000000..b4600c0d893 --- /dev/null +++ b/stable/uptimerobot-prometheus/4.0.40/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:50:04.142816763Z" diff --git a/stable/uptimerobot-prometheus/4.0.40/Chart.yaml b/stable/uptimerobot-prometheus/4.0.40/Chart.yaml new file mode 100644 index 00000000000..1921d189892 --- /dev/null +++ b/stable/uptimerobot-prometheus/4.0.40/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "0.0.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Prometheus Exporter for the official uptimerobot CLI +icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.png +home: https://truecharts.org/docs/charts/stable/uptimerobot-prometheus +keywords: + - uptimerobot + - prometheus + - grafana + - metrics +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: uptimerobot-prometheus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/uptimerobot-prometheus + - https://github.com/lekpamartin/uptimerobot_exporter + - https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus +type: application +version: 4.0.40 +annotations: + truecharts.org/catagories: | + - metrics + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/uptimerobot-prometheus/4.0.40/README.md b/stable/uptimerobot-prometheus/4.0.40/README.md new file mode 100644 index 00000000000..b203048fcef --- /dev/null +++ b/stable/uptimerobot-prometheus/4.0.40/README.md @@ -0,0 +1,107 @@ +# uptimerobot-prometheus + +Prometheus Exporter for the official uptimerobot CLI + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [uptimerobot-prometheus](https://truecharts.org/docs/charts/stable/uptimerobot-prometheus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `uptimerobot-prometheus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `uptimerobot-prometheus` deployment + +```console +helm uninstall uptimerobot-prometheus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install uptimerobot-prometheus \ + --set env.TZ="America/New York" \ + TrueCharts/uptimerobot-prometheus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install uptimerobot-prometheus TrueCharts/uptimerobot-prometheus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/uptimerobot-prometheus/4.0.39/app-readme.md b/stable/uptimerobot-prometheus/4.0.40/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/app-readme.md rename to stable/uptimerobot-prometheus/4.0.40/app-readme.md diff --git a/stable/uptimerobot-prometheus/4.0.40/charts/common-10.7.1.tgz b/stable/uptimerobot-prometheus/4.0.40/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/uptimerobot-prometheus/4.0.40/charts/common-10.7.1.tgz differ diff --git a/stable/uptimerobot-prometheus/4.0.39/ix_values.yaml b/stable/uptimerobot-prometheus/4.0.40/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/ix_values.yaml rename to stable/uptimerobot-prometheus/4.0.40/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/4.0.39/questions.yaml b/stable/uptimerobot-prometheus/4.0.40/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/questions.yaml rename to stable/uptimerobot-prometheus/4.0.40/questions.yaml diff --git a/stable/uptimerobot-prometheus/4.0.40/templates/common.yaml b/stable/uptimerobot-prometheus/4.0.40/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/uptimerobot-prometheus/4.0.40/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/uptimerobot-prometheus/4.0.39/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/4.0.40/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/4.0.40/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/4.0.39/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/4.0.40/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/4.0.39/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/4.0.40/templates/servicemonitor.yaml diff --git a/stable/uptimerobot-prometheus/4.0.40/values.yaml b/stable/uptimerobot-prometheus/4.0.40/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/valheim/3.0.41/CHANGELOG.md b/stable/valheim/3.0.41/CHANGELOG.md deleted file mode 100644 index 354211fbfd4..00000000000 --- a/stable/valheim/3.0.41/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [valheim-3.0.41](https://github.com/truecharts/charts/compare/valheim-3.0.40...valheim-3.0.41) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [valheim-3.0.40](https://github.com/truecharts/charts/compare/valheim-3.0.39...valheim-3.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [valheim-3.0.40](https://github.com/truecharts/charts/compare/valheim-3.0.39...valheim-3.0.40) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [valheim-3.0.39](https://github.com/truecharts/charts/compare/valheim-3.0.38...valheim-3.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [valheim-3.0.38](https://github.com/truecharts/charts/compare/valheim-3.0.37...valheim-3.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [valheim-3.0.37](https://github.com/truecharts/charts/compare/valheim-3.0.36...valheim-3.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [valheim-3.0.36](https://github.com/truecharts/charts/compare/valheim-3.0.35...valheim-3.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [valheim-3.0.35](https://github.com/truecharts/charts/compare/valheim-3.0.34...valheim-3.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/stable/valheim/3.0.41/Chart.lock b/stable/valheim/3.0.41/Chart.lock deleted file mode 100644 index 0ce813df183..00000000000 --- a/stable/valheim/3.0.41/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:03:11.574627347Z" diff --git a/stable/valheim/3.0.41/Chart.yaml b/stable/valheim/3.0.41/Chart.yaml deleted file mode 100644 index 886cb5f0c5e..00000000000 --- a/stable/valheim/3.0.41/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Valheim dedicated gameserver with automatic update and world backup support -home: https://truecharts.org/docs/charts/stable/valheim -icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png -keywords: - - valheim -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: valheim -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/valheim - - https://github.com/lloesche/valheim-server-docker - - https://hub.docker.com/r/lloesche/valheim-server -version: 3.0.41 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/valheim/3.0.41/README.md b/stable/valheim/3.0.41/README.md deleted file mode 100644 index ea3b36b19e1..00000000000 --- a/stable/valheim/3.0.41/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# valheim - -Valheim dedicated gameserver with automatic update and world backup support - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [valheim](https://truecharts.org/docs/charts/stable/valheim) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `valheim` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install valheim TrueCharts/valheim -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `valheim` deployment - -```console -helm uninstall valheim -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install valheim \ - --set env.TZ="America/New York" \ - TrueCharts/valheim -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install valheim TrueCharts/valheim -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/valheim/3.0.41/charts/common-10.7.0.tgz b/stable/valheim/3.0.41/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/valheim/3.0.41/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/valheim/3.0.42/CHANGELOG.md b/stable/valheim/3.0.42/CHANGELOG.md new file mode 100644 index 00000000000..37fe1dde7ee --- /dev/null +++ b/stable/valheim/3.0.42/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [valheim-3.0.42](https://github.com/truecharts/charts/compare/valheim-3.0.41...valheim-3.0.42) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [valheim-3.0.41](https://github.com/truecharts/charts/compare/valheim-3.0.40...valheim-3.0.41) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [valheim-3.0.40](https://github.com/truecharts/charts/compare/valheim-3.0.39...valheim-3.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [valheim-3.0.40](https://github.com/truecharts/charts/compare/valheim-3.0.39...valheim-3.0.40) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [valheim-3.0.39](https://github.com/truecharts/charts/compare/valheim-3.0.38...valheim-3.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [valheim-3.0.38](https://github.com/truecharts/charts/compare/valheim-3.0.37...valheim-3.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [valheim-3.0.37](https://github.com/truecharts/charts/compare/valheim-3.0.36...valheim-3.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [valheim-3.0.36](https://github.com/truecharts/charts/compare/valheim-3.0.35...valheim-3.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [valheim-3.0.35](https://github.com/truecharts/charts/compare/valheim-3.0.34...valheim-3.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/valheim/3.0.42/Chart.lock b/stable/valheim/3.0.42/Chart.lock new file mode 100644 index 00000000000..9f133cbad49 --- /dev/null +++ b/stable/valheim/3.0.42/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:50:17.689635635Z" diff --git a/stable/valheim/3.0.42/Chart.yaml b/stable/valheim/3.0.42/Chart.yaml new file mode 100644 index 00000000000..2905eb2af07 --- /dev/null +++ b/stable/valheim/3.0.42/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Valheim dedicated gameserver with automatic update and world backup support +home: https://truecharts.org/docs/charts/stable/valheim +icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.png +keywords: + - valheim +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: valheim +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/valheim + - https://github.com/lloesche/valheim-server-docker + - https://hub.docker.com/r/lloesche/valheim-server +version: 3.0.42 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/valheim/3.0.42/README.md b/stable/valheim/3.0.42/README.md new file mode 100644 index 00000000000..4622ce15a72 --- /dev/null +++ b/stable/valheim/3.0.42/README.md @@ -0,0 +1,107 @@ +# valheim + +Valheim dedicated gameserver with automatic update and world backup support + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [valheim](https://truecharts.org/docs/charts/stable/valheim) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `valheim` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install valheim TrueCharts/valheim +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `valheim` deployment + +```console +helm uninstall valheim +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install valheim \ + --set env.TZ="America/New York" \ + TrueCharts/valheim +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install valheim TrueCharts/valheim -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/valheim/3.0.41/app-readme.md b/stable/valheim/3.0.42/app-readme.md similarity index 100% rename from stable/valheim/3.0.41/app-readme.md rename to stable/valheim/3.0.42/app-readme.md diff --git a/stable/valheim/3.0.42/charts/common-10.7.1.tgz b/stable/valheim/3.0.42/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/valheim/3.0.42/charts/common-10.7.1.tgz differ diff --git a/stable/valheim/3.0.41/ix_values.yaml b/stable/valheim/3.0.42/ix_values.yaml similarity index 100% rename from stable/valheim/3.0.41/ix_values.yaml rename to stable/valheim/3.0.42/ix_values.yaml diff --git a/stable/valheim/3.0.41/questions.yaml b/stable/valheim/3.0.42/questions.yaml similarity index 100% rename from stable/valheim/3.0.41/questions.yaml rename to stable/valheim/3.0.42/questions.yaml diff --git a/stable/valheim/3.0.41/templates/common.yaml b/stable/valheim/3.0.42/templates/common.yaml similarity index 100% rename from stable/valheim/3.0.41/templates/common.yaml rename to stable/valheim/3.0.42/templates/common.yaml diff --git a/stable/valheim/3.0.42/values.yaml b/stable/valheim/3.0.42/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/vaultwarden/16.0.47/CHANGELOG.md b/stable/vaultwarden/16.0.47/CHANGELOG.md new file mode 100644 index 00000000000..0e431a5882c --- /dev/null +++ b/stable/vaultwarden/16.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vaultwarden-16.0.47](https://github.com/truecharts/charts/compare/vaultwarden-16.0.46...vaultwarden-16.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vaultwarden-16.0.46](https://github.com/truecharts/charts/compare/vaultwarden-16.0.45...vaultwarden-16.0.46) (2022-10-16) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4108](https://github.com/truecharts/charts/issues/4108)) + + + + +## [vaultwarden-16.0.45](https://github.com/truecharts/charts/compare/vaultwarden-16.0.44...vaultwarden-16.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vaultwarden-16.0.44](https://github.com/truecharts/charts/compare/vaultwarden-16.0.43...vaultwarden-16.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vaultwarden-16.0.44](https://github.com/truecharts/charts/compare/vaultwarden-16.0.43...vaultwarden-16.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vaultwarden-16.0.43](https://github.com/truecharts/charts/compare/vaultwarden-16.0.42...vaultwarden-16.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vaultwarden-16.0.41](https://github.com/truecharts/charts/compare/vaultwarden-16.0.40...vaultwarden-16.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vaultwarden-16.0.40](https://github.com/truecharts/charts/compare/vaultwarden-17.0.0...vaultwarden-16.0.40) (2022-09-25) + +### Chore + +- update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [vaultwarden-16.0.39](https://github.com/truecharts/charts/compare/vaultwarden-16.0.38...vaultwarden-16.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/vaultwarden/16.0.47/Chart.lock b/stable/vaultwarden/16.0.47/Chart.lock new file mode 100644 index 00000000000..1dfbe58068c --- /dev/null +++ b/stable/vaultwarden/16.0.47/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:50:42.708254987Z" diff --git a/stable/vaultwarden/16.0.47/Chart.yaml b/stable/vaultwarden/16.0.47/Chart.yaml new file mode 100644 index 00000000000..2008c98336d --- /dev/null +++ b/stable/vaultwarden/16.0.47/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "1.26.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +deprecated: false +description: Unofficial Bitwarden compatible server written in Rust +home: https://truecharts.org/docs/charts/stable/vaultwarden +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.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/truecharts/charts/tree/master/charts/stable/vaultwarden + - https://github.com/dani-garcia/vaultwarden +type: application +version: 16.0.47 +annotations: + truecharts.org/catagories: | + - security + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/vaultwarden/16.0.47/README.md b/stable/vaultwarden/16.0.47/README.md new file mode 100644 index 00000000000..625ed434379 --- /dev/null +++ b/stable/vaultwarden/16.0.47/README.md @@ -0,0 +1,107 @@ +# vaultwarden + +Unofficial Bitwarden compatible server written in Rust + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vaultwarden](https://truecharts.org/docs/charts/stable/vaultwarden) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vaultwarden` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vaultwarden TrueCharts/vaultwarden +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vaultwarden` deployment + +```console +helm uninstall vaultwarden +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vaultwarden \ + --set env.TZ="America/New York" \ + TrueCharts/vaultwarden +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vaultwarden TrueCharts/vaultwarden -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/vaultwarden/16.0.47/app-readme.md b/stable/vaultwarden/16.0.47/app-readme.md new file mode 100644 index 00000000000..01063b2fee7 --- /dev/null +++ b/stable/vaultwarden/16.0.47/app-readme.md @@ -0,0 +1,8 @@ +Unofficial Bitwarden compatible server written in Rust + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/vaultwarden](https://truecharts.org/docs/charts/stable/vaultwarden) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/vaultwarden/16.0.47/charts/common-10.7.1.tgz b/stable/vaultwarden/16.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/vaultwarden/16.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/vaultwarden/16.0.47/charts/postgresql-8.0.101.tgz b/stable/vaultwarden/16.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/vaultwarden/16.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/vaultwarden/16.0.47/ci/default-values.yaml b/stable/vaultwarden/16.0.47/ci/default-values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/vaultwarden/16.0.47/ci/ingress-values.yaml b/stable/vaultwarden/16.0.47/ci/ingress-values.yaml new file mode 100644 index 00000000000..961f466bd75 --- /dev/null +++ b/stable/vaultwarden/16.0.47/ci/ingress-values.yaml @@ -0,0 +1,7 @@ +# -- 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 diff --git a/stable/vaultwarden/16.0.47/ix_values.yaml b/stable/vaultwarden/16.0.47/ix_values.yaml new file mode 100644 index 00000000000..cc28b11d17d --- /dev/null +++ b/stable/vaultwarden/16.0.47/ix_values.yaml @@ -0,0 +1,159 @@ +image: + repository: tccr.io/truecharts/vaultwarden + pullPolicy: IfNotPresent + tag: 1.26.0@sha256:c96156c6788a4e6104456a57c48767719147dba3dde1f0a76dfaa7bc98d62581 + +service: + main: + ports: + main: + port: 10102 + targetPort: 8080 + ws: + enabled: true + ports: + ws: + enabled: true + port: 3012 + targetPort: 3012 + +env: + 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 }}" + DATABASE_URL: + secretKeyRef: + name: dbcreds + key: url + +envFrom: + - configMapRef: + name: vaultwardenconfig + - secretRef: + name: vaultwardensecret + +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 + # see: 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 + +portal: + enabled: true diff --git a/stable/vaultwarden/16.0.47/questions.yaml b/stable/vaultwarden/16.0.47/questions.yaml new file mode 100644 index 00000000000..0ec26f1c5af --- /dev/null +++ b/stable/vaultwarden/16.0.47/questions.yaml @@ -0,0 +1,3003 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + admin: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" + path: "/admin/" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: vaultwarden + label: "" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: yubico + label: "Yubico OTP authentication" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: timeout + 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: 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10102 + 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 + hidden: true + 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: ws + label: "WebSocket Service" + description: "WebSocket Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ws + label: "WebSocket Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 3012 + 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 + hidden: true + 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: 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: data + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/vaultwarden/16.0.47/templates/_configmap.tpl b/stable/vaultwarden/16.0.47/templates/_configmap.tpl new file mode 100644 index 00000000000..8809925abdf --- /dev/null +++ b/stable/vaultwarden/16.0.47/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/16.0.47/templates/_secrets.tpl b/stable/vaultwarden/16.0.47/templates/_secrets.tpl new file mode 100644 index 00000000000..ca5ec74b0af --- /dev/null +++ b/stable/vaultwarden/16.0.47/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/16.0.47/templates/_validate.tpl b/stable/vaultwarden/16.0.47/templates/_validate.tpl new file mode 100644 index 00000000000..e4832c2f6e5 --- /dev/null +++ b/stable/vaultwarden/16.0.47/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/16.0.47/templates/common.yaml b/stable/vaultwarden/16.0.47/templates/common.yaml new file mode 100644 index 00000000000..577816b14ce --- /dev/null +++ b/stable/vaultwarden/16.0.47/templates/common.yaml @@ -0,0 +1,39 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + + +{{/* Render configmap for vaultwarden */}} +{{- include "vaultwarden.configmap" . }} + +{{/* Render secrets for vaultwarden */}} +{{- include "vaultwarden.secrets" . }} + +{{/* Define path for websocket */}} +{{- define "vaultwarden.websocket" -}} +{{- $fullname := include "tc.common.names.fullname" . -}} +path: "/notifications/hub" +# -- Ignored if not kubeVersion >= 1.14-0 +pathType: Prefix +service: + # -- Overrides the service name reference for this path + name: {{ printf "%s-ws" $fullname }} + 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 "tc.common.loader.apply" . }} diff --git a/stable/vaultwarden/16.0.47/values.yaml b/stable/vaultwarden/16.0.47/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/verysync/2.0.40/CHANGELOG.md b/stable/verysync/2.0.40/CHANGELOG.md deleted file mode 100644 index 7a4562b7319..00000000000 --- a/stable/verysync/2.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [verysync-2.0.40](https://github.com/truecharts/charts/compare/verysync-2.0.39...verysync-2.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [verysync-2.0.39](https://github.com/truecharts/charts/compare/verysync-2.0.38...verysync-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [verysync-2.0.39](https://github.com/truecharts/charts/compare/verysync-2.0.38...verysync-2.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [verysync-2.0.38](https://github.com/truecharts/charts/compare/verysync-2.0.37...verysync-2.0.38) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [verysync-2.0.37](https://github.com/truecharts/charts/compare/verysync-2.0.36...verysync-2.0.37) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [verysync-2.0.36](https://github.com/truecharts/charts/compare/verysync-2.0.35...verysync-2.0.36) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [verysync-2.0.35](https://github.com/truecharts/charts/compare/verysync-2.0.34...verysync-2.0.35) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [verysync-2.0.34](https://github.com/truecharts/charts/compare/verysync-2.0.33...verysync-2.0.34) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - diff --git a/stable/verysync/2.0.40/Chart.lock b/stable/verysync/2.0.40/Chart.lock deleted file mode 100644 index aa61af3d5ae..00000000000 --- a/stable/verysync/2.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:03:24.167466291Z" diff --git a/stable/verysync/2.0.40/Chart.yaml b/stable/verysync/2.0.40/Chart.yaml deleted file mode 100644 index 13d9016874c..00000000000 --- a/stable/verysync/2.0.40/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "2.14.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: very sync is an easy-to-use multi-platform file synchronization software -home: https://truecharts.org/docs/charts/stable/verysync -icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png -keywords: - - verysync - - sync - - btsync - - bittorrent -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: verysync -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/verysync - - https://hub.docker.com/r/jonnyan404/verysync -version: 2.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/verysync/2.0.40/README.md b/stable/verysync/2.0.40/README.md deleted file mode 100644 index 4fa194ddeb2..00000000000 --- a/stable/verysync/2.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# verysync - -very sync is an easy-to-use multi-platform file synchronization software - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [verysync](https://truecharts.org/docs/charts/stable/verysync) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `verysync` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install verysync TrueCharts/verysync -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `verysync` deployment - -```console -helm uninstall verysync -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install verysync \ - --set env.TZ="America/New York" \ - TrueCharts/verysync -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install verysync TrueCharts/verysync -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/verysync/2.0.40/charts/common-10.7.0.tgz b/stable/verysync/2.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/verysync/2.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/verysync/2.0.41/CHANGELOG.md b/stable/verysync/2.0.41/CHANGELOG.md new file mode 100644 index 00000000000..058b04078a4 --- /dev/null +++ b/stable/verysync/2.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [verysync-2.0.41](https://github.com/truecharts/charts/compare/verysync-2.0.40...verysync-2.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [verysync-2.0.40](https://github.com/truecharts/charts/compare/verysync-2.0.39...verysync-2.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [verysync-2.0.39](https://github.com/truecharts/charts/compare/verysync-2.0.38...verysync-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [verysync-2.0.39](https://github.com/truecharts/charts/compare/verysync-2.0.38...verysync-2.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [verysync-2.0.38](https://github.com/truecharts/charts/compare/verysync-2.0.37...verysync-2.0.38) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [verysync-2.0.37](https://github.com/truecharts/charts/compare/verysync-2.0.36...verysync-2.0.37) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [verysync-2.0.36](https://github.com/truecharts/charts/compare/verysync-2.0.35...verysync-2.0.36) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [verysync-2.0.35](https://github.com/truecharts/charts/compare/verysync-2.0.34...verysync-2.0.35) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [verysync-2.0.34](https://github.com/truecharts/charts/compare/verysync-2.0.33...verysync-2.0.34) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/verysync/2.0.41/Chart.lock b/stable/verysync/2.0.41/Chart.lock new file mode 100644 index 00000000000..db736e4e43e --- /dev/null +++ b/stable/verysync/2.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:50:32.462483381Z" diff --git a/stable/verysync/2.0.41/Chart.yaml b/stable/verysync/2.0.41/Chart.yaml new file mode 100644 index 00000000000..d1959ab5dc5 --- /dev/null +++ b/stable/verysync/2.0.41/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "2.14.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: very sync is an easy-to-use multi-platform file synchronization software +home: https://truecharts.org/docs/charts/stable/verysync +icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.png +keywords: + - verysync + - sync + - btsync + - bittorrent +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: verysync +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/verysync + - https://hub.docker.com/r/jonnyan404/verysync +version: 2.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/verysync/2.0.41/README.md b/stable/verysync/2.0.41/README.md new file mode 100644 index 00000000000..015a146cfca --- /dev/null +++ b/stable/verysync/2.0.41/README.md @@ -0,0 +1,106 @@ +# verysync + +very sync is an easy-to-use multi-platform file synchronization software + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [verysync](https://truecharts.org/docs/charts/stable/verysync) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `verysync` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install verysync TrueCharts/verysync +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `verysync` deployment + +```console +helm uninstall verysync +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install verysync \ + --set env.TZ="America/New York" \ + TrueCharts/verysync +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install verysync TrueCharts/verysync -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/verysync/2.0.40/app-readme.md b/stable/verysync/2.0.41/app-readme.md similarity index 100% rename from stable/verysync/2.0.40/app-readme.md rename to stable/verysync/2.0.41/app-readme.md diff --git a/stable/verysync/2.0.41/charts/common-10.7.1.tgz b/stable/verysync/2.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/verysync/2.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/verysync/2.0.40/ix_values.yaml b/stable/verysync/2.0.41/ix_values.yaml similarity index 100% rename from stable/verysync/2.0.40/ix_values.yaml rename to stable/verysync/2.0.41/ix_values.yaml diff --git a/stable/verysync/2.0.40/questions.yaml b/stable/verysync/2.0.41/questions.yaml similarity index 100% rename from stable/verysync/2.0.40/questions.yaml rename to stable/verysync/2.0.41/questions.yaml diff --git a/stable/verysync/2.0.41/templates/common.yaml b/stable/verysync/2.0.41/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/verysync/2.0.41/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/verysync/2.0.41/values.yaml b/stable/verysync/2.0.41/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/vikunja/3.0.59/CHANGELOG.md b/stable/vikunja/3.0.59/CHANGELOG.md deleted file mode 100644 index ecbd61ba10a..00000000000 --- a/stable/vikunja/3.0.59/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [vikunja-3.0.59](https://github.com/truecharts/charts/compare/vikunja-3.0.58...vikunja-3.0.59) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [vikunja-3.0.58](https://github.com/truecharts/charts/compare/vikunja-3.0.57...vikunja-3.0.58) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vikunja-3.0.58](https://github.com/truecharts/charts/compare/vikunja-3.0.57...vikunja-3.0.58) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [vikunja-3.0.57](https://github.com/truecharts/charts/compare/vikunja-3.0.56...vikunja-3.0.57) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [vikunja-3.0.56](https://github.com/truecharts/charts/compare/vikunja-3.0.55...vikunja-3.0.56) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [vikunja-3.0.54](https://github.com/truecharts/charts/compare/vikunja-3.0.53...vikunja-3.0.54) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [vikunja-3.0.53](https://github.com/truecharts/charts/compare/vikunja-3.0.52...vikunja-3.0.53) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [vikunja-3.0.52](https://github.com/truecharts/charts/compare/vikunja-3.0.51...vikunja-3.0.52) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - diff --git a/stable/vikunja/3.0.59/Chart.lock b/stable/vikunja/3.0.59/Chart.lock deleted file mode 100644 index 466840c5662..00000000000 --- a/stable/vikunja/3.0.59/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T17:03:48.882147982Z" diff --git a/stable/vikunja/3.0.59/Chart.yaml b/stable/vikunja/3.0.59/Chart.yaml deleted file mode 100644 index 96581b12293..00000000000 --- a/stable/vikunja/3.0.59/Chart.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: v2 -appVersion: "0.19.2" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: The to-do app to organize your life. -home: https://truecharts.org/docs/charts/stable/vikunja -icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png -keywords: - - vikunja -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: vikunja -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja - - https://vikunja.io/docs -version: 3.0.59 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/vikunja/3.0.59/README.md b/stable/vikunja/3.0.59/README.md deleted file mode 100644 index 2007dd78499..00000000000 --- a/stable/vikunja/3.0.59/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# vikunja - -The to-do app to organize your life. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [vikunja](https://truecharts.org/docs/charts/stable/vikunja) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `vikunja` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install vikunja TrueCharts/vikunja -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `vikunja` deployment - -```console -helm uninstall vikunja -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install vikunja \ - --set env.TZ="America/New York" \ - TrueCharts/vikunja -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install vikunja TrueCharts/vikunja -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/vikunja/3.0.59/charts/common-10.7.0.tgz b/stable/vikunja/3.0.59/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/vikunja/3.0.59/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/vikunja/3.0.59/charts/postgresql-8.0.97.tgz b/stable/vikunja/3.0.59/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/vikunja/3.0.59/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/vikunja/3.0.59/charts/redis-3.0.94.tgz b/stable/vikunja/3.0.59/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/vikunja/3.0.59/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/vikunja/3.0.60/CHANGELOG.md b/stable/vikunja/3.0.60/CHANGELOG.md new file mode 100644 index 00000000000..d06fb190b01 --- /dev/null +++ b/stable/vikunja/3.0.60/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [vikunja-3.0.60](https://github.com/truecharts/charts/compare/vikunja-3.0.59...vikunja-3.0.60) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [vikunja-3.0.59](https://github.com/truecharts/charts/compare/vikunja-3.0.58...vikunja-3.0.59) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [vikunja-3.0.58](https://github.com/truecharts/charts/compare/vikunja-3.0.57...vikunja-3.0.58) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vikunja-3.0.58](https://github.com/truecharts/charts/compare/vikunja-3.0.57...vikunja-3.0.58) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [vikunja-3.0.57](https://github.com/truecharts/charts/compare/vikunja-3.0.56...vikunja-3.0.57) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [vikunja-3.0.56](https://github.com/truecharts/charts/compare/vikunja-3.0.55...vikunja-3.0.56) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [vikunja-3.0.54](https://github.com/truecharts/charts/compare/vikunja-3.0.53...vikunja-3.0.54) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [vikunja-3.0.53](https://github.com/truecharts/charts/compare/vikunja-3.0.52...vikunja-3.0.53) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [vikunja-3.0.52](https://github.com/truecharts/charts/compare/vikunja-3.0.51...vikunja-3.0.52) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/vikunja/3.0.60/Chart.lock b/stable/vikunja/3.0.60/Chart.lock new file mode 100644 index 00000000000..f94b0e2759a --- /dev/null +++ b/stable/vikunja/3.0.60/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:51:00.524136258Z" diff --git a/stable/vikunja/3.0.60/Chart.yaml b/stable/vikunja/3.0.60/Chart.yaml new file mode 100644 index 00000000000..b6a0f2ed4bf --- /dev/null +++ b/stable/vikunja/3.0.60/Chart.yaml @@ -0,0 +1,34 @@ +apiVersion: v2 +appVersion: "0.19.2" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: The to-do app to organize your life. +home: https://truecharts.org/docs/charts/stable/vikunja +icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.png +keywords: + - vikunja +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: vikunja +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/vikunja + - https://vikunja.io/docs +version: 3.0.60 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/vikunja/3.0.60/README.md b/stable/vikunja/3.0.60/README.md new file mode 100644 index 00000000000..e0e3f05b638 --- /dev/null +++ b/stable/vikunja/3.0.60/README.md @@ -0,0 +1,108 @@ +# vikunja + +The to-do app to organize your life. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [vikunja](https://truecharts.org/docs/charts/stable/vikunja) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `vikunja` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install vikunja TrueCharts/vikunja +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `vikunja` deployment + +```console +helm uninstall vikunja +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install vikunja \ + --set env.TZ="America/New York" \ + TrueCharts/vikunja +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install vikunja TrueCharts/vikunja -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/vikunja/3.0.59/app-readme.md b/stable/vikunja/3.0.60/app-readme.md similarity index 100% rename from stable/vikunja/3.0.59/app-readme.md rename to stable/vikunja/3.0.60/app-readme.md diff --git a/stable/vikunja/3.0.60/charts/common-10.7.1.tgz b/stable/vikunja/3.0.60/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/vikunja/3.0.60/charts/common-10.7.1.tgz differ diff --git a/stable/vikunja/3.0.60/charts/postgresql-8.0.101.tgz b/stable/vikunja/3.0.60/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/vikunja/3.0.60/charts/postgresql-8.0.101.tgz differ diff --git a/stable/vikunja/3.0.60/charts/redis-3.0.97.tgz b/stable/vikunja/3.0.60/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/vikunja/3.0.60/charts/redis-3.0.97.tgz differ diff --git a/stable/vikunja/3.0.59/ix_values.yaml b/stable/vikunja/3.0.60/ix_values.yaml similarity index 100% rename from stable/vikunja/3.0.59/ix_values.yaml rename to stable/vikunja/3.0.60/ix_values.yaml diff --git a/stable/vikunja/3.0.59/questions.yaml b/stable/vikunja/3.0.60/questions.yaml similarity index 100% rename from stable/vikunja/3.0.59/questions.yaml rename to stable/vikunja/3.0.60/questions.yaml diff --git a/stable/vikunja/3.0.59/templates/_secrets.tpl b/stable/vikunja/3.0.60/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/3.0.59/templates/_secrets.tpl rename to stable/vikunja/3.0.60/templates/_secrets.tpl diff --git a/stable/vikunja/3.0.59/templates/common.yaml b/stable/vikunja/3.0.60/templates/common.yaml similarity index 100% rename from stable/vikunja/3.0.59/templates/common.yaml rename to stable/vikunja/3.0.60/templates/common.yaml diff --git a/stable/vikunja/3.0.60/values.yaml b/stable/vikunja/3.0.60/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/webgrabplus/2.0.37/CHANGELOG.md b/stable/webgrabplus/2.0.37/CHANGELOG.md deleted file mode 100644 index 192440e93e1..00000000000 --- a/stable/webgrabplus/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [webgrabplus-2.0.37](https://github.com/truecharts/charts/compare/webgrabplus-2.0.36...webgrabplus-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [webgrabplus-2.0.36](https://github.com/truecharts/charts/compare/webgrabplus-2.0.35...webgrabplus-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webgrabplus-2.0.36](https://github.com/truecharts/charts/compare/webgrabplus-2.0.35...webgrabplus-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [webgrabplus-2.0.35](https://github.com/truecharts/charts/compare/webgrabplus-2.0.34...webgrabplus-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [webgrabplus-2.0.34](https://github.com/truecharts/charts/compare/webgrabplus-2.0.33...webgrabplus-2.0.34) (2022-09-28) - -### Chore - -- Auto-update chart README [skip ci] - - update container image tccr.io/truecharts/webgrabplus to v5.0.1 ([#3940](https://github.com/truecharts/charts/issues/3940)) - - - - -## [webgrabplus-2.0.33](https://github.com/truecharts/charts/compare/webgrabplus-2.0.32...webgrabplus-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [webgrabplus-2.0.32](https://github.com/truecharts/charts/compare/webgrabplus-2.0.31...webgrabplus-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [webgrabplus-2.0.31](https://github.com/truecharts/charts/compare/webgrabplus-2.0.29...webgrabplus-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/webgrabplus/2.0.37/Chart.lock b/stable/webgrabplus/2.0.37/Chart.lock deleted file mode 100644 index 341fa8e95a4..00000000000 --- a/stable/webgrabplus/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:03:40.445911272Z" diff --git a/stable/webgrabplus/2.0.37/Chart.yaml b/stable/webgrabplus/2.0.37/Chart.yaml deleted file mode 100644 index caa21aefa96..00000000000 --- a/stable/webgrabplus/2.0.37/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: webgrabplus -version: 2.0.37 -appVersion: "5.0.1" -description: Webgrabplus is a multi-site incremental xmltv epg grabber. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/webgrabplus -icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png -keywords: - - webgrabplus -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus - - https://hub.docker.com/r/linuxserver/webgrabplus -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/webgrabplus/2.0.37/README.md b/stable/webgrabplus/2.0.37/README.md deleted file mode 100644 index 04d3164d3eb..00000000000 --- a/stable/webgrabplus/2.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# webgrabplus - -Webgrabplus is a multi-site incremental xmltv epg grabber. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [webgrabplus](https://truecharts.org/docs/charts/stable/webgrabplus) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `webgrabplus` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install webgrabplus TrueCharts/webgrabplus -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `webgrabplus` deployment - -```console -helm uninstall webgrabplus -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install webgrabplus \ - --set env.TZ="America/New York" \ - TrueCharts/webgrabplus -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install webgrabplus TrueCharts/webgrabplus -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/webgrabplus/2.0.37/charts/common-10.7.0.tgz b/stable/webgrabplus/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/webgrabplus/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/webgrabplus/2.0.38/CHANGELOG.md b/stable/webgrabplus/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..6e2438fb655 --- /dev/null +++ b/stable/webgrabplus/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [webgrabplus-2.0.38](https://github.com/truecharts/charts/compare/webgrabplus-2.0.37...webgrabplus-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [webgrabplus-2.0.37](https://github.com/truecharts/charts/compare/webgrabplus-2.0.36...webgrabplus-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [webgrabplus-2.0.36](https://github.com/truecharts/charts/compare/webgrabplus-2.0.35...webgrabplus-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webgrabplus-2.0.36](https://github.com/truecharts/charts/compare/webgrabplus-2.0.35...webgrabplus-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [webgrabplus-2.0.35](https://github.com/truecharts/charts/compare/webgrabplus-2.0.34...webgrabplus-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [webgrabplus-2.0.34](https://github.com/truecharts/charts/compare/webgrabplus-2.0.33...webgrabplus-2.0.34) (2022-09-28) + +### Chore + +- Auto-update chart README [skip ci] + - update container image tccr.io/truecharts/webgrabplus to v5.0.1 ([#3940](https://github.com/truecharts/charts/issues/3940)) + + + + +## [webgrabplus-2.0.33](https://github.com/truecharts/charts/compare/webgrabplus-2.0.32...webgrabplus-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [webgrabplus-2.0.32](https://github.com/truecharts/charts/compare/webgrabplus-2.0.31...webgrabplus-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [webgrabplus-2.0.31](https://github.com/truecharts/charts/compare/webgrabplus-2.0.29...webgrabplus-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] diff --git a/stable/webgrabplus/2.0.38/Chart.lock b/stable/webgrabplus/2.0.38/Chart.lock new file mode 100644 index 00000000000..d461a739d53 --- /dev/null +++ b/stable/webgrabplus/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:50:48.7908007Z" diff --git a/stable/webgrabplus/2.0.38/Chart.yaml b/stable/webgrabplus/2.0.38/Chart.yaml new file mode 100644 index 00000000000..52d154267f9 --- /dev/null +++ b/stable/webgrabplus/2.0.38/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: webgrabplus +version: 2.0.38 +appVersion: "5.0.1" +description: Webgrabplus is a multi-site incremental xmltv epg grabber. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/webgrabplus +icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png +keywords: + - webgrabplus +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/webgrabplus + - https://hub.docker.com/r/linuxserver/webgrabplus +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/webgrabplus/2.0.38/README.md b/stable/webgrabplus/2.0.38/README.md new file mode 100644 index 00000000000..abd3edbf23d --- /dev/null +++ b/stable/webgrabplus/2.0.38/README.md @@ -0,0 +1,106 @@ +# webgrabplus + +Webgrabplus is a multi-site incremental xmltv epg grabber. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [webgrabplus](https://truecharts.org/docs/charts/stable/webgrabplus) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `webgrabplus` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install webgrabplus TrueCharts/webgrabplus +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `webgrabplus` deployment + +```console +helm uninstall webgrabplus +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install webgrabplus \ + --set env.TZ="America/New York" \ + TrueCharts/webgrabplus +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install webgrabplus TrueCharts/webgrabplus -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/webgrabplus/2.0.37/app-readme.md b/stable/webgrabplus/2.0.38/app-readme.md similarity index 100% rename from stable/webgrabplus/2.0.37/app-readme.md rename to stable/webgrabplus/2.0.38/app-readme.md diff --git a/stable/webgrabplus/2.0.38/charts/common-10.7.1.tgz b/stable/webgrabplus/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/webgrabplus/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/webgrabplus/2.0.37/ix_values.yaml b/stable/webgrabplus/2.0.38/ix_values.yaml similarity index 100% rename from stable/webgrabplus/2.0.37/ix_values.yaml rename to stable/webgrabplus/2.0.38/ix_values.yaml diff --git a/stable/webgrabplus/2.0.37/questions.yaml b/stable/webgrabplus/2.0.38/questions.yaml similarity index 100% rename from stable/webgrabplus/2.0.37/questions.yaml rename to stable/webgrabplus/2.0.38/questions.yaml diff --git a/stable/webgrabplus/2.0.38/templates/common.yaml b/stable/webgrabplus/2.0.38/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/webgrabplus/2.0.38/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/webgrabplus/2.0.38/values.yaml b/stable/webgrabplus/2.0.38/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/weblate/4.0.46/CHANGELOG.md b/stable/weblate/4.0.46/CHANGELOG.md deleted file mode 100644 index 3fd4ce1ea70..00000000000 --- a/stable/weblate/4.0.46/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [weblate-4.0.46](https://github.com/truecharts/charts/compare/weblate-4.0.45...weblate-4.0.46) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [weblate-4.0.45](https://github.com/truecharts/charts/compare/weblate-4.0.44...weblate-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [weblate-4.0.45](https://github.com/truecharts/charts/compare/weblate-4.0.44...weblate-4.0.45) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [weblate-4.0.44](https://github.com/truecharts/charts/compare/weblate-4.0.43...weblate-4.0.44) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [weblate-4.0.42](https://github.com/truecharts/charts/compare/weblate-4.0.41...weblate-4.0.42) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [weblate-4.0.41](https://github.com/truecharts/charts/compare/weblate-4.0.40...weblate-4.0.41) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [weblate-4.0.40](https://github.com/truecharts/charts/compare/weblate-4.0.38...weblate-4.0.40) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [weblate-4.0.40](https://github.com/truecharts/charts/compare/weblate-4.0.38...weblate-4.0.40) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/weblate/4.0.46/Chart.lock b/stable/weblate/4.0.46/Chart.lock deleted file mode 100644 index fadf3d060fa..00000000000 --- a/stable/weblate/4.0.46/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-12T17:04:16.035597801Z" diff --git a/stable/weblate/4.0.46/Chart.yaml b/stable/weblate/4.0.46/Chart.yaml deleted file mode 100644 index ecd5b8bf921..00000000000 --- a/stable/weblate/4.0.46/Chart.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: v2 -appVersion: "4.14.1" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Weblate is a copylefted libre software web-based continuous localization system -home: https://truecharts.org/docs/charts/stable/weblate -icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png -keywords: - - translate -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: weblate -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/weblate - - https://github.com/WeblateOrg/weblate - - https://github.com/WeblateOrg/docker - - https://github.com/WeblateOrg/docker-compose - - https://docs.weblate.org/en/latest/ -version: 4.0.46 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/weblate/4.0.46/README.md b/stable/weblate/4.0.46/README.md deleted file mode 100644 index 4ab6978a7e2..00000000000 --- a/stable/weblate/4.0.46/README.md +++ /dev/null @@ -1,111 +0,0 @@ -# weblate - -Weblate is a copylefted libre software web-based continuous localization system - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [weblate](https://truecharts.org/docs/charts/stable/weblate) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `weblate` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install weblate TrueCharts/weblate -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `weblate` deployment - -```console -helm uninstall weblate -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install weblate \ - --set env.TZ="America/New York" \ - TrueCharts/weblate -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install weblate TrueCharts/weblate -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/weblate/4.0.46/charts/common-10.7.0.tgz b/stable/weblate/4.0.46/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/weblate/4.0.46/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/weblate/4.0.46/charts/postgresql-8.0.97.tgz b/stable/weblate/4.0.46/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/weblate/4.0.46/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/weblate/4.0.46/charts/redis-3.0.94.tgz b/stable/weblate/4.0.46/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/weblate/4.0.46/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/weblate/4.0.47/CHANGELOG.md b/stable/weblate/4.0.47/CHANGELOG.md new file mode 100644 index 00000000000..5c67e679b82 --- /dev/null +++ b/stable/weblate/4.0.47/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [weblate-4.0.47](https://github.com/truecharts/charts/compare/weblate-4.0.46...weblate-4.0.47) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [weblate-4.0.46](https://github.com/truecharts/charts/compare/weblate-4.0.45...weblate-4.0.46) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [weblate-4.0.45](https://github.com/truecharts/charts/compare/weblate-4.0.44...weblate-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [weblate-4.0.45](https://github.com/truecharts/charts/compare/weblate-4.0.44...weblate-4.0.45) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [weblate-4.0.44](https://github.com/truecharts/charts/compare/weblate-4.0.43...weblate-4.0.44) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [weblate-4.0.42](https://github.com/truecharts/charts/compare/weblate-4.0.41...weblate-4.0.42) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [weblate-4.0.41](https://github.com/truecharts/charts/compare/weblate-4.0.40...weblate-4.0.41) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [weblate-4.0.40](https://github.com/truecharts/charts/compare/weblate-4.0.38...weblate-4.0.40) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/weblate/4.0.47/Chart.lock b/stable/weblate/4.0.47/Chart.lock new file mode 100644 index 00000000000..e2cce43a5c7 --- /dev/null +++ b/stable/weblate/4.0.47/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:51:27.777095793Z" diff --git a/stable/weblate/4.0.47/Chart.yaml b/stable/weblate/4.0.47/Chart.yaml new file mode 100644 index 00000000000..9e4556a6ee2 --- /dev/null +++ b/stable/weblate/4.0.47/Chart.yaml @@ -0,0 +1,37 @@ +apiVersion: v2 +appVersion: "4.14.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Weblate is a copylefted libre software web-based continuous localization system +home: https://truecharts.org/docs/charts/stable/weblate +icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.png +keywords: + - translate +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: weblate +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/weblate + - https://github.com/WeblateOrg/weblate + - https://github.com/WeblateOrg/docker + - https://github.com/WeblateOrg/docker-compose + - https://docs.weblate.org/en/latest/ +version: 4.0.47 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/weblate/4.0.47/README.md b/stable/weblate/4.0.47/README.md new file mode 100644 index 00000000000..fb42b81664a --- /dev/null +++ b/stable/weblate/4.0.47/README.md @@ -0,0 +1,111 @@ +# weblate + +Weblate is a copylefted libre software web-based continuous localization system + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [weblate](https://truecharts.org/docs/charts/stable/weblate) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `weblate` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install weblate TrueCharts/weblate +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `weblate` deployment + +```console +helm uninstall weblate +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install weblate \ + --set env.TZ="America/New York" \ + TrueCharts/weblate +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install weblate TrueCharts/weblate -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/weblate/4.0.46/app-readme.md b/stable/weblate/4.0.47/app-readme.md similarity index 100% rename from stable/weblate/4.0.46/app-readme.md rename to stable/weblate/4.0.47/app-readme.md diff --git a/stable/weblate/4.0.47/charts/common-10.7.1.tgz b/stable/weblate/4.0.47/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/weblate/4.0.47/charts/common-10.7.1.tgz differ diff --git a/stable/weblate/4.0.47/charts/postgresql-8.0.101.tgz b/stable/weblate/4.0.47/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/weblate/4.0.47/charts/postgresql-8.0.101.tgz differ diff --git a/stable/weblate/4.0.47/charts/redis-3.0.97.tgz b/stable/weblate/4.0.47/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/weblate/4.0.47/charts/redis-3.0.97.tgz differ diff --git a/stable/weblate/4.0.46/ix_values.yaml b/stable/weblate/4.0.47/ix_values.yaml similarity index 100% rename from stable/weblate/4.0.46/ix_values.yaml rename to stable/weblate/4.0.47/ix_values.yaml diff --git a/stable/weblate/4.0.46/questions.yaml b/stable/weblate/4.0.47/questions.yaml similarity index 100% rename from stable/weblate/4.0.46/questions.yaml rename to stable/weblate/4.0.47/questions.yaml diff --git a/stable/weblate/4.0.46/templates/_configmap.tpl b/stable/weblate/4.0.47/templates/_configmap.tpl similarity index 100% rename from stable/weblate/4.0.46/templates/_configmap.tpl rename to stable/weblate/4.0.47/templates/_configmap.tpl diff --git a/stable/weblate/4.0.46/templates/common.yaml b/stable/weblate/4.0.47/templates/common.yaml similarity index 100% rename from stable/weblate/4.0.46/templates/common.yaml rename to stable/weblate/4.0.47/templates/common.yaml diff --git a/stable/weblate/4.0.47/values.yaml b/stable/weblate/4.0.47/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/website-shot/2.0.37/CHANGELOG.md b/stable/website-shot/2.0.37/CHANGELOG.md deleted file mode 100644 index 5c3d9896a73..00000000000 --- a/stable/website-shot/2.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [website-shot-2.0.37](https://github.com/truecharts/charts/compare/website-shot-2.0.36...website-shot-2.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [website-shot-2.0.36](https://github.com/truecharts/charts/compare/website-shot-2.0.35...website-shot-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [website-shot-2.0.36](https://github.com/truecharts/charts/compare/website-shot-2.0.35...website-shot-2.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [website-shot-2.0.35](https://github.com/truecharts/charts/compare/website-shot-2.0.34...website-shot-2.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) - - - - -## [website-shot-2.0.34](https://github.com/truecharts/charts/compare/website-shot-2.0.33...website-shot-2.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [website-shot-2.0.33](https://github.com/truecharts/charts/compare/website-shot-2.0.32...website-shot-2.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [website-shot-2.0.32](https://github.com/truecharts/charts/compare/website-shot-2.0.31...website-shot-2.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [website-shot-2.0.32](https://github.com/truecharts/charts/compare/website-shot-2.0.31...website-shot-2.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/website-shot/2.0.37/Chart.lock b/stable/website-shot/2.0.37/Chart.lock deleted file mode 100644 index ad7eba0c6c9..00000000000 --- a/stable/website-shot/2.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:04:10.884873516Z" diff --git a/stable/website-shot/2.0.37/Chart.yaml b/stable/website-shot/2.0.37/Chart.yaml deleted file mode 100644 index f0833c32d83..00000000000 --- a/stable/website-shot/2.0.37/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. -home: https://truecharts.org/docs/charts/stable/website-shot -icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png -keywords: - - website-shot -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: website-shot -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot - - https://github.com/Flowko/website-shot -version: 2.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/website-shot/2.0.37/README.md b/stable/website-shot/2.0.37/README.md deleted file mode 100644 index ccae36f806c..00000000000 --- a/stable/website-shot/2.0.37/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# website-shot - -Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [website-shot](https://truecharts.org/docs/charts/stable/website-shot) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `website-shot` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install website-shot TrueCharts/website-shot -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `website-shot` deployment - -```console -helm uninstall website-shot -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install website-shot \ - --set env.TZ="America/New York" \ - TrueCharts/website-shot -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install website-shot TrueCharts/website-shot -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/website-shot/2.0.37/charts/common-10.7.0.tgz b/stable/website-shot/2.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/website-shot/2.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/website-shot/2.0.38/CHANGELOG.md b/stable/website-shot/2.0.38/CHANGELOG.md new file mode 100644 index 00000000000..cc28389f1d2 --- /dev/null +++ b/stable/website-shot/2.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [website-shot-2.0.38](https://github.com/truecharts/charts/compare/website-shot-2.0.37...website-shot-2.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [website-shot-2.0.37](https://github.com/truecharts/charts/compare/website-shot-2.0.36...website-shot-2.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [website-shot-2.0.36](https://github.com/truecharts/charts/compare/website-shot-2.0.35...website-shot-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [website-shot-2.0.36](https://github.com/truecharts/charts/compare/website-shot-2.0.35...website-shot-2.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [website-shot-2.0.35](https://github.com/truecharts/charts/compare/website-shot-2.0.34...website-shot-2.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [website-shot-2.0.34](https://github.com/truecharts/charts/compare/website-shot-2.0.33...website-shot-2.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [website-shot-2.0.33](https://github.com/truecharts/charts/compare/website-shot-2.0.32...website-shot-2.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [website-shot-2.0.32](https://github.com/truecharts/charts/compare/website-shot-2.0.31...website-shot-2.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/stable/website-shot/2.0.38/Chart.lock b/stable/website-shot/2.0.38/Chart.lock new file mode 100644 index 00000000000..b13ab3798cd --- /dev/null +++ b/stable/website-shot/2.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:51:20.848321704Z" diff --git a/stable/website-shot/2.0.38/Chart.yaml b/stable/website-shot/2.0.38/Chart.yaml new file mode 100644 index 00000000000..537f0048389 --- /dev/null +++ b/stable/website-shot/2.0.38/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. +home: https://truecharts.org/docs/charts/stable/website-shot +icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.png +keywords: + - website-shot +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: website-shot +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/website-shot + - https://github.com/Flowko/website-shot +version: 2.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/website-shot/2.0.38/README.md b/stable/website-shot/2.0.38/README.md new file mode 100644 index 00000000000..0edaeb7dbf3 --- /dev/null +++ b/stable/website-shot/2.0.38/README.md @@ -0,0 +1,106 @@ +# website-shot + +Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [website-shot](https://truecharts.org/docs/charts/stable/website-shot) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `website-shot` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install website-shot TrueCharts/website-shot +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `website-shot` deployment + +```console +helm uninstall website-shot +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install website-shot \ + --set env.TZ="America/New York" \ + TrueCharts/website-shot +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install website-shot TrueCharts/website-shot -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/website-shot/2.0.37/app-readme.md b/stable/website-shot/2.0.38/app-readme.md similarity index 100% rename from stable/website-shot/2.0.37/app-readme.md rename to stable/website-shot/2.0.38/app-readme.md diff --git a/stable/website-shot/2.0.38/charts/common-10.7.1.tgz b/stable/website-shot/2.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/website-shot/2.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/website-shot/2.0.37/ix_values.yaml b/stable/website-shot/2.0.38/ix_values.yaml similarity index 100% rename from stable/website-shot/2.0.37/ix_values.yaml rename to stable/website-shot/2.0.38/ix_values.yaml diff --git a/stable/website-shot/2.0.37/questions.yaml b/stable/website-shot/2.0.38/questions.yaml similarity index 100% rename from stable/website-shot/2.0.37/questions.yaml rename to stable/website-shot/2.0.38/questions.yaml diff --git a/stable/website-shot/2.0.38/templates/common.yaml b/stable/website-shot/2.0.38/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/website-shot/2.0.38/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/website-shot/2.0.38/values.yaml b/stable/website-shot/2.0.38/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wekan/5.0.17/CHANGELOG.md b/stable/wekan/5.0.17/CHANGELOG.md deleted file mode 100644 index 73f66b4ea7a..00000000000 --- a/stable/wekan/5.0.17/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wekan-5.0.17](https://github.com/truecharts/charts/compare/wekan-5.0.16...wekan-5.0.17) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wekan-5.0.16](https://github.com/truecharts/charts/compare/wekan-5.0.15...wekan-5.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wekan-5.0.16](https://github.com/truecharts/charts/compare/wekan-5.0.15...wekan-5.0.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wekan-5.0.15](https://github.com/truecharts/charts/compare/wekan-5.0.14...wekan-5.0.15) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wekan-5.0.13](https://github.com/truecharts/charts/compare/wekan-5.0.12...wekan-5.0.13) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wekan-5.0.12](https://github.com/truecharts/charts/compare/wekan-5.0.11...wekan-5.0.12) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wekan-5.0.11](https://github.com/truecharts/charts/compare/wekan-5.0.10...wekan-5.0.11) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [wekan-5.0.11](https://github.com/truecharts/charts/compare/wekan-5.0.10...wekan-5.0.11) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/wekan/5.0.17/Chart.lock b/stable/wekan/5.0.17/Chart.lock deleted file mode 100644 index fb433cceeaa..00000000000 --- a/stable/wekan/5.0.17/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mongodb - repository: https://charts.truecharts.org - version: 2.0.32 -digest: sha256:1775131f93fce3029ffc73a3af7ea75b67116b9330b7ed7a183fe80f66a9ea96 -generated: "2022-10-12T17:04:25.035302824Z" diff --git a/stable/wekan/5.0.17/Chart.yaml b/stable/wekan/5.0.17/Chart.yaml deleted file mode 100644 index 14d29119677..00000000000 --- a/stable/wekan/5.0.17/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "6.46" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mongodb.enabled - name: mongodb - repository: https://charts.truecharts.org - version: 2.0.32 -description: WeKan - Open Source kanban -home: https://truecharts.org/docs/charts/stable/wekan -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png -keywords: - - wekan - - kanban -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wekan -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wekan - - https://github.com/wekan/wekan - - https://wekan.github.io/ -version: 5.0.17 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wekan/5.0.17/README.md b/stable/wekan/5.0.17/README.md deleted file mode 100644 index 89015b8e584..00000000000 --- a/stable/wekan/5.0.17/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# wekan - -WeKan - Open Source kanban - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wekan](https://truecharts.org/docs/charts/stable/wekan) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org | mongodb | 2.0.32 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wekan` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wekan TrueCharts/wekan -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wekan` deployment - -```console -helm uninstall wekan -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wekan \ - --set env.TZ="America/New York" \ - TrueCharts/wekan -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wekan TrueCharts/wekan -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wekan/5.0.17/charts/common-10.7.0.tgz b/stable/wekan/5.0.17/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wekan/5.0.17/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wekan/5.0.17/charts/mongodb-2.0.32.tgz b/stable/wekan/5.0.17/charts/mongodb-2.0.32.tgz deleted file mode 100644 index b9dcd0107d1..00000000000 Binary files a/stable/wekan/5.0.17/charts/mongodb-2.0.32.tgz and /dev/null differ diff --git a/stable/wekan/5.0.18/CHANGELOG.md b/stable/wekan/5.0.18/CHANGELOG.md new file mode 100644 index 00000000000..63076fbca86 --- /dev/null +++ b/stable/wekan/5.0.18/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wekan-5.0.18](https://github.com/truecharts/charts/compare/wekan-5.0.17...wekan-5.0.18) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wekan-5.0.17](https://github.com/truecharts/charts/compare/wekan-5.0.16...wekan-5.0.17) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wekan-5.0.16](https://github.com/truecharts/charts/compare/wekan-5.0.15...wekan-5.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wekan-5.0.16](https://github.com/truecharts/charts/compare/wekan-5.0.15...wekan-5.0.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wekan-5.0.15](https://github.com/truecharts/charts/compare/wekan-5.0.14...wekan-5.0.15) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wekan-5.0.13](https://github.com/truecharts/charts/compare/wekan-5.0.12...wekan-5.0.13) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wekan-5.0.12](https://github.com/truecharts/charts/compare/wekan-5.0.11...wekan-5.0.12) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wekan-5.0.11](https://github.com/truecharts/charts/compare/wekan-5.0.10...wekan-5.0.11) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3772](https://github.com/truecharts/charts/issues/3772)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + diff --git a/stable/wekan/5.0.18/Chart.lock b/stable/wekan/5.0.18/Chart.lock new file mode 100644 index 00000000000..a0e1bd111cd --- /dev/null +++ b/stable/wekan/5.0.18/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mongodb + repository: https://charts.truecharts.org + version: 2.0.35 +digest: sha256:528d1cb72a7d33190d4834a9717f7309f298277bc069eb4fe3d1ce0543c667d6 +generated: "2022-10-19T13:51:38.416900787Z" diff --git a/stable/wekan/5.0.18/Chart.yaml b/stable/wekan/5.0.18/Chart.yaml new file mode 100644 index 00000000000..db0c775f476 --- /dev/null +++ b/stable/wekan/5.0.18/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "6.46" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mongodb.enabled + name: mongodb + repository: https://charts.truecharts.org + version: 2.0.35 +description: WeKan - Open Source kanban +home: https://truecharts.org/docs/charts/stable/wekan +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png +keywords: + - wekan + - kanban +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wekan +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wekan + - https://github.com/wekan/wekan + - https://wekan.github.io/ +version: 5.0.18 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wekan/5.0.18/README.md b/stable/wekan/5.0.18/README.md new file mode 100644 index 00000000000..f3b63487ae5 --- /dev/null +++ b/stable/wekan/5.0.18/README.md @@ -0,0 +1,108 @@ +# wekan + +WeKan - Open Source kanban + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wekan](https://truecharts.org/docs/charts/stable/wekan) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org | mongodb | 2.0.35 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wekan` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wekan TrueCharts/wekan +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wekan` deployment + +```console +helm uninstall wekan +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wekan \ + --set env.TZ="America/New York" \ + TrueCharts/wekan +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wekan TrueCharts/wekan -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wekan/5.0.17/app-readme.md b/stable/wekan/5.0.18/app-readme.md similarity index 100% rename from stable/wekan/5.0.17/app-readme.md rename to stable/wekan/5.0.18/app-readme.md diff --git a/stable/wekan/5.0.18/charts/common-10.7.1.tgz b/stable/wekan/5.0.18/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wekan/5.0.18/charts/common-10.7.1.tgz differ diff --git a/stable/wekan/5.0.18/charts/mongodb-2.0.35.tgz b/stable/wekan/5.0.18/charts/mongodb-2.0.35.tgz new file mode 100644 index 00000000000..1f4d1306ef9 Binary files /dev/null and b/stable/wekan/5.0.18/charts/mongodb-2.0.35.tgz differ diff --git a/stable/wekan/5.0.17/ix_values.yaml b/stable/wekan/5.0.18/ix_values.yaml similarity index 100% rename from stable/wekan/5.0.17/ix_values.yaml rename to stable/wekan/5.0.18/ix_values.yaml diff --git a/stable/wekan/5.0.17/questions.yaml b/stable/wekan/5.0.18/questions.yaml similarity index 100% rename from stable/wekan/5.0.17/questions.yaml rename to stable/wekan/5.0.18/questions.yaml diff --git a/stable/wekan/5.0.18/templates/common.yaml b/stable/wekan/5.0.18/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/wekan/5.0.18/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/wekan/5.0.18/values.yaml b/stable/wekan/5.0.18/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wg-easy/1.0.30/CHANGELOG.md b/stable/wg-easy/1.0.30/CHANGELOG.md deleted file mode 100644 index ccaf0f3f925..00000000000 --- a/stable/wg-easy/1.0.30/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wg-easy-1.0.30](https://github.com/truecharts/charts/compare/wg-easy-1.0.29...wg-easy-1.0.30) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wg-easy-1.0.29](https://github.com/truecharts/charts/compare/wg-easy-1.0.28...wg-easy-1.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wg-easy-1.0.29](https://github.com/truecharts/charts/compare/wg-easy-1.0.28...wg-easy-1.0.29) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wg-easy-1.0.28](https://github.com/truecharts/charts/compare/wg-easy-1.0.27...wg-easy-1.0.28) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wg-easy-1.0.27](https://github.com/truecharts/charts/compare/wg-easy-1.0.26...wg-easy-1.0.27) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wg-easy-1.0.26](https://github.com/truecharts/charts/compare/wg-easy-1.0.25...wg-easy-1.0.26) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wg-easy-1.0.25](https://github.com/truecharts/charts/compare/wg-easy-1.0.24...wg-easy-1.0.25) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [wg-easy-1.0.25](https://github.com/truecharts/charts/compare/wg-easy-1.0.24...wg-easy-1.0.25) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/wg-easy/1.0.30/Chart.lock b/stable/wg-easy/1.0.30/Chart.lock deleted file mode 100644 index d329b5a5713..00000000000 --- a/stable/wg-easy/1.0.30/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:04:39.851489373Z" diff --git a/stable/wg-easy/1.0.30/Chart.yaml b/stable/wg-easy/1.0.30/Chart.yaml deleted file mode 100644 index e3d47f8896a..00000000000 --- a/stable/wg-easy/1.0.30/Chart.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: The easiest way to run WireGuard VPN + Web-based Admin UI. -home: https://truecharts.org/docs/charts/stable/wg-easy -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png -keywords: - - wg-easy - - wireguard - - weejewel -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wg-easy -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy - - https://hub.docker.com/r/weejewel/wg-easy - - https://github.com/WeeJeWel/wg-easy -type: application -version: 1.0.30 -annotations: - truecharts.org/catagories: | - - networking - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wg-easy/1.0.30/README.md b/stable/wg-easy/1.0.30/README.md deleted file mode 100644 index 627ecd70b81..00000000000 --- a/stable/wg-easy/1.0.30/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# wg-easy - -The easiest way to run WireGuard VPN + Web-based Admin UI. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wg-easy](https://truecharts.org/docs/charts/stable/wg-easy) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wg-easy` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wg-easy TrueCharts/wg-easy -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wg-easy` deployment - -```console -helm uninstall wg-easy -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wg-easy \ - --set env.TZ="America/New York" \ - TrueCharts/wg-easy -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wg-easy TrueCharts/wg-easy -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wg-easy/1.0.30/charts/common-10.7.0.tgz b/stable/wg-easy/1.0.30/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wg-easy/1.0.30/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wg-easy/1.0.31/CHANGELOG.md b/stable/wg-easy/1.0.31/CHANGELOG.md new file mode 100644 index 00000000000..225143fc4a9 --- /dev/null +++ b/stable/wg-easy/1.0.31/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wg-easy-1.0.31](https://github.com/truecharts/charts/compare/wg-easy-1.0.30...wg-easy-1.0.31) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wg-easy-1.0.30](https://github.com/truecharts/charts/compare/wg-easy-1.0.29...wg-easy-1.0.30) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wg-easy-1.0.29](https://github.com/truecharts/charts/compare/wg-easy-1.0.28...wg-easy-1.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wg-easy-1.0.29](https://github.com/truecharts/charts/compare/wg-easy-1.0.28...wg-easy-1.0.29) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wg-easy-1.0.28](https://github.com/truecharts/charts/compare/wg-easy-1.0.27...wg-easy-1.0.28) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wg-easy-1.0.27](https://github.com/truecharts/charts/compare/wg-easy-1.0.26...wg-easy-1.0.27) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wg-easy-1.0.26](https://github.com/truecharts/charts/compare/wg-easy-1.0.25...wg-easy-1.0.26) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wg-easy-1.0.25](https://github.com/truecharts/charts/compare/wg-easy-1.0.24...wg-easy-1.0.25) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/wg-easy/1.0.31/Chart.lock b/stable/wg-easy/1.0.31/Chart.lock new file mode 100644 index 00000000000..62167c15bad --- /dev/null +++ b/stable/wg-easy/1.0.31/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:51:52.508952638Z" diff --git a/stable/wg-easy/1.0.31/Chart.yaml b/stable/wg-easy/1.0.31/Chart.yaml new file mode 100644 index 00000000000..0200b7d4505 --- /dev/null +++ b/stable/wg-easy/1.0.31/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: The easiest way to run WireGuard VPN + Web-based Admin UI. +home: https://truecharts.org/docs/charts/stable/wg-easy +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.png +keywords: + - wg-easy + - wireguard + - weejewel +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wg-easy +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy + - https://hub.docker.com/r/weejewel/wg-easy + - https://github.com/WeeJeWel/wg-easy +type: application +version: 1.0.31 +annotations: + truecharts.org/catagories: | + - networking + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wg-easy/1.0.31/README.md b/stable/wg-easy/1.0.31/README.md new file mode 100644 index 00000000000..c17726cb265 --- /dev/null +++ b/stable/wg-easy/1.0.31/README.md @@ -0,0 +1,107 @@ +# wg-easy + +The easiest way to run WireGuard VPN + Web-based Admin UI. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wg-easy](https://truecharts.org/docs/charts/stable/wg-easy) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wg-easy` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wg-easy TrueCharts/wg-easy +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wg-easy` deployment + +```console +helm uninstall wg-easy +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wg-easy \ + --set env.TZ="America/New York" \ + TrueCharts/wg-easy +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wg-easy TrueCharts/wg-easy -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wg-easy/1.0.30/app-readme.md b/stable/wg-easy/1.0.31/app-readme.md similarity index 100% rename from stable/wg-easy/1.0.30/app-readme.md rename to stable/wg-easy/1.0.31/app-readme.md diff --git a/stable/wg-easy/1.0.31/charts/common-10.7.1.tgz b/stable/wg-easy/1.0.31/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wg-easy/1.0.31/charts/common-10.7.1.tgz differ diff --git a/stable/wg-easy/1.0.30/ix_values.yaml b/stable/wg-easy/1.0.31/ix_values.yaml similarity index 100% rename from stable/wg-easy/1.0.30/ix_values.yaml rename to stable/wg-easy/1.0.31/ix_values.yaml diff --git a/stable/wg-easy/1.0.30/questions.yaml b/stable/wg-easy/1.0.31/questions.yaml similarity index 100% rename from stable/wg-easy/1.0.30/questions.yaml rename to stable/wg-easy/1.0.31/questions.yaml diff --git a/stable/wg-easy/1.0.31/templates/common.yaml b/stable/wg-easy/1.0.31/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/wg-easy/1.0.31/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/wg-easy/1.0.31/values.yaml b/stable/wg-easy/1.0.31/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wger/1.1.19/CHANGELOG.md b/stable/wger/1.1.19/CHANGELOG.md deleted file mode 100644 index 57c88990e57..00000000000 --- a/stable/wger/1.1.19/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wger-1.1.19](https://github.com/truecharts/charts/compare/wger-1.1.18...wger-1.1.19) (2022-10-15) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [wger-1.1.18](https://github.com/truecharts/charts/compare/wger-1.1.17...wger-1.1.18) (2022-10-14) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) - - - - -## [wger-1.1.17](https://github.com/truecharts/charts/compare/wger-1.1.16...wger-1.1.17) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [wger-1.1.16](https://github.com/truecharts/charts/compare/wger-1.1.15...wger-1.1.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wger-1.1.16](https://github.com/truecharts/charts/compare/wger-1.1.15...wger-1.1.16) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wger-1.1.15](https://github.com/truecharts/charts/compare/wger-1.1.14...wger-1.1.15) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major - - - - -## [wger-1.1.14](https://github.com/truecharts/charts/compare/wger-1.1.13...wger-1.1.14) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [wger-1.1.13](https://github.com/truecharts/charts/compare/wger-1.1.12...wger-1.1.13) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [wger-1.1.12](https://github.com/truecharts/charts/compare/wger-1.1.11...wger-1.1.12) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3965](https://github.com/truecharts/charts/issues/3965)) - - - - -## [wger-1.1.11](https://github.com/truecharts/charts/compare/wger-1.1.10...wger-1.1.11) (2022-09-28) diff --git a/stable/wger/1.1.19/Chart.lock b/stable/wger/1.1.19/Chart.lock deleted file mode 100644 index 706c2ca2024..00000000000 --- a/stable/wger/1.1.19/Chart.lock +++ /dev/null @@ -1,12 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -- name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -digest: sha256:189ca080dac5b6c30fd563bac26385448c85846d547cc259cad39d12b35421d8 -generated: "2022-10-15T10:40:12.167064168Z" diff --git a/stable/wger/1.1.19/Chart.yaml b/stable/wger/1.1.19/Chart.yaml deleted file mode 100644 index 2ad3abdf94a..00000000000 --- a/stable/wger/1.1.19/Chart.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: v2 -appVersion: "latest" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 - - condition: redis.enabled - name: redis - repository: https://charts.truecharts.org - version: 3.0.94 -description: Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. -home: https://truecharts.org/docs/charts/stable/wger -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wger.png -keywords: - - workout -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wger -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wger - - https://github.com/wger-project/wger - - https://github.com/wger-project/docker -version: 1.1.19 -annotations: - truecharts.org/catagories: | - - life - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wger/1.1.19/README.md b/stable/wger/1.1.19/README.md deleted file mode 100644 index 3191e84fe7c..00000000000 --- a/stable/wger/1.1.19/README.md +++ /dev/null @@ -1,109 +0,0 @@ -# wger - -Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wger](https://truecharts.org/docs/charts/stable/wger) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://charts.truecharts.org | redis | 3.0.94 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wger` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wger TrueCharts/wger -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wger` deployment - -```console -helm uninstall wger -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wger \ - --set env.TZ="America/New York" \ - TrueCharts/wger -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wger TrueCharts/wger -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wger/1.1.19/charts/common-10.7.0.tgz b/stable/wger/1.1.19/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wger/1.1.19/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wger/1.1.19/charts/postgresql-8.0.97.tgz b/stable/wger/1.1.19/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/wger/1.1.19/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/wger/1.1.19/charts/redis-3.0.94.tgz b/stable/wger/1.1.19/charts/redis-3.0.94.tgz deleted file mode 100644 index 2bd1316ba67..00000000000 Binary files a/stable/wger/1.1.19/charts/redis-3.0.94.tgz and /dev/null differ diff --git a/stable/wger/1.1.19/ix_values.yaml b/stable/wger/1.1.19/ix_values.yaml deleted file mode 100644 index ff5c02c2c44..00000000000 --- a/stable/wger/1.1.19/ix_values.yaml +++ /dev/null @@ -1,91 +0,0 @@ -image: - repository: tccr.io/truecharts/wger - tag: latest@sha256:cdc3ecef91719c42a132df419cbe2d6b57f616ce5820e724e5ac6aedbb47b84e - pullPolicy: IfNotPresent - -nginxImage: - repository: tccr.io/truecharts/nginx - tag: v1.23.1@sha256:2fa71a3c0fadda3b5607142c80ace51771ed407fa92d31082cbedc25c94e38c2 - pullPolicy: IfNotPresent - -securityContext: - runAsNonRoot: false - readOnlyRootFilesystem: false - -podSecurityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 - -envFrom: - - secretRef: - name: '{{ include "tc.common.names.fullname" . }}-wger-secret' - - configMapRef: - name: '{{ include "tc.common.names.fullname" . }}-wger-configmap' - -wger: - general: - # Where the backend will listen. Leave this as is, unless nginx is removed - site_url: "http://localhost:8000" - sync_exercises_on_startup: false - download_exercise_images_on_startup: false - allow_registration: true - allow_guest_users: true - allow_upload_videos: true - exercise_cache_ttl: "3600" - django_perform_migrations: true - django_debug: false - mail: - enable_email: false - from_email: "" - email_host: "" - email_port: 587 - email_host_user: "username" - email_host_password: "password" - email_use_tls: false - email_use_ssl: false - captcha: - recaptha_public_key: "" - recaptha_private_key: "" - nocaptcha: true - -service: - main: - ports: - main: - port: 10249 - -persistence: - media: - enabled: true - mountPath: "/home/wger/media" - static: - enabled: true - type: emptyDir - mountPath: "/home/wger/static" - wger-config: - enabled: true - noMount: true - type: custom - mountPath: "/etc/nginx/conf.d" - volumeSpec: - configMap: - name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config' - items: - - key: nginx.conf - path: default.conf - -postgresql: - enabled: true - existingSecret: "dbcreds" - postgresqlUsername: wger - postgresqlDatabase: wger - -redis: - enabled: true - existingSecret: "rediscreds" - redisUsername: "default" - redisDatabase: "0" - -portal: - enabled: true diff --git a/stable/wger/1.1.20/CHANGELOG.md b/stable/wger/1.1.20/CHANGELOG.md new file mode 100644 index 00000000000..c9e852eb5aa --- /dev/null +++ b/stable/wger/1.1.20/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wger-1.1.20](https://github.com/truecharts/charts/compare/wger-1.1.19...wger-1.1.20) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + - update docker general non-major ([#4128](https://github.com/truecharts/charts/issues/4128)) + + + + +## [wger-1.1.19](https://github.com/truecharts/charts/compare/wger-1.1.18...wger-1.1.19) (2022-10-15) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [wger-1.1.18](https://github.com/truecharts/charts/compare/wger-1.1.17...wger-1.1.18) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [wger-1.1.17](https://github.com/truecharts/charts/compare/wger-1.1.16...wger-1.1.17) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [wger-1.1.16](https://github.com/truecharts/charts/compare/wger-1.1.15...wger-1.1.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wger-1.1.16](https://github.com/truecharts/charts/compare/wger-1.1.15...wger-1.1.16) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wger-1.1.15](https://github.com/truecharts/charts/compare/wger-1.1.14...wger-1.1.15) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major + + + + +## [wger-1.1.14](https://github.com/truecharts/charts/compare/wger-1.1.13...wger-1.1.14) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [wger-1.1.13](https://github.com/truecharts/charts/compare/wger-1.1.12...wger-1.1.13) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + diff --git a/stable/wger/1.1.20/Chart.lock b/stable/wger/1.1.20/Chart.lock new file mode 100644 index 00000000000..d6c002605ce --- /dev/null +++ b/stable/wger/1.1.20/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +- name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +digest: sha256:5944a2a450aec6283b54578a7276a1ba273ce06e0eed12428badb3d1d8c3b2ff +generated: "2022-10-19T13:52:20.37647416Z" diff --git a/stable/wger/1.1.20/Chart.yaml b/stable/wger/1.1.20/Chart.yaml new file mode 100644 index 00000000000..9f26ae8f85d --- /dev/null +++ b/stable/wger/1.1.20/Chart.yaml @@ -0,0 +1,35 @@ +apiVersion: v2 +appVersion: "latest" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 + - condition: redis.enabled + name: redis + repository: https://charts.truecharts.org + version: 3.0.97 +description: Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. +home: https://truecharts.org/docs/charts/stable/wger +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wger.png +keywords: + - workout +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wger +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wger + - https://github.com/wger-project/wger + - https://github.com/wger-project/docker +version: 1.1.20 +annotations: + truecharts.org/catagories: | + - life + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wger/1.1.20/README.md b/stable/wger/1.1.20/README.md new file mode 100644 index 00000000000..494ddaec3e1 --- /dev/null +++ b/stable/wger/1.1.20/README.md @@ -0,0 +1,109 @@ +# wger + +Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wger](https://truecharts.org/docs/charts/stable/wger) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://charts.truecharts.org | redis | 3.0.97 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wger` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wger TrueCharts/wger +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wger` deployment + +```console +helm uninstall wger +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wger \ + --set env.TZ="America/New York" \ + TrueCharts/wger +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wger TrueCharts/wger -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wger/1.1.19/app-readme.md b/stable/wger/1.1.20/app-readme.md similarity index 100% rename from stable/wger/1.1.19/app-readme.md rename to stable/wger/1.1.20/app-readme.md diff --git a/stable/wger/1.1.20/charts/common-10.7.1.tgz b/stable/wger/1.1.20/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wger/1.1.20/charts/common-10.7.1.tgz differ diff --git a/stable/wger/1.1.20/charts/postgresql-8.0.101.tgz b/stable/wger/1.1.20/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/wger/1.1.20/charts/postgresql-8.0.101.tgz differ diff --git a/stable/wger/1.1.20/charts/redis-3.0.97.tgz b/stable/wger/1.1.20/charts/redis-3.0.97.tgz new file mode 100644 index 00000000000..71f48c196b8 Binary files /dev/null and b/stable/wger/1.1.20/charts/redis-3.0.97.tgz differ diff --git a/stable/wger/1.1.20/ix_values.yaml b/stable/wger/1.1.20/ix_values.yaml new file mode 100644 index 00000000000..72b31846bac --- /dev/null +++ b/stable/wger/1.1.20/ix_values.yaml @@ -0,0 +1,91 @@ +image: + repository: tccr.io/truecharts/wger + tag: latest@sha256:3f7a476f48e83a6248e365a7581d2bdc8aa773da8948e69d443688e31bfb8255 + pullPolicy: IfNotPresent + +nginxImage: + repository: tccr.io/truecharts/nginx + tag: v1.23.1@sha256:2fa71a3c0fadda3b5607142c80ace51771ed407fa92d31082cbedc25c94e38c2 + pullPolicy: IfNotPresent + +securityContext: + runAsNonRoot: false + readOnlyRootFilesystem: false + +podSecurityContext: + runAsUser: 1000 + runAsGroup: 1000 + fsGroup: 1000 + +envFrom: + - secretRef: + name: '{{ include "tc.common.names.fullname" . }}-wger-secret' + - configMapRef: + name: '{{ include "tc.common.names.fullname" . }}-wger-configmap' + +wger: + general: + # Where the backend will listen. Leave this as is, unless nginx is removed + site_url: "http://localhost:8000" + sync_exercises_on_startup: false + download_exercise_images_on_startup: false + allow_registration: true + allow_guest_users: true + allow_upload_videos: true + exercise_cache_ttl: "3600" + django_perform_migrations: true + django_debug: false + mail: + enable_email: false + from_email: "" + email_host: "" + email_port: 587 + email_host_user: "username" + email_host_password: "password" + email_use_tls: false + email_use_ssl: false + captcha: + recaptha_public_key: "" + recaptha_private_key: "" + nocaptcha: true + +service: + main: + ports: + main: + port: 10249 + +persistence: + media: + enabled: true + mountPath: "/home/wger/media" + static: + enabled: true + type: emptyDir + mountPath: "/home/wger/static" + wger-config: + enabled: true + noMount: true + type: custom + mountPath: "/etc/nginx/conf.d" + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config' + items: + - key: nginx.conf + path: default.conf + +postgresql: + enabled: true + existingSecret: "dbcreds" + postgresqlUsername: wger + postgresqlDatabase: wger + +redis: + enabled: true + existingSecret: "rediscreds" + redisUsername: "default" + redisDatabase: "0" + +portal: + enabled: true diff --git a/stable/wger/1.1.19/questions.yaml b/stable/wger/1.1.20/questions.yaml similarity index 100% rename from stable/wger/1.1.19/questions.yaml rename to stable/wger/1.1.20/questions.yaml diff --git a/stable/wger/1.1.19/templates/_configmap.tpl b/stable/wger/1.1.20/templates/_configmap.tpl similarity index 100% rename from stable/wger/1.1.19/templates/_configmap.tpl rename to stable/wger/1.1.20/templates/_configmap.tpl diff --git a/stable/wger/1.1.19/templates/_nginx.tpl b/stable/wger/1.1.20/templates/_nginx.tpl similarity index 100% rename from stable/wger/1.1.19/templates/_nginx.tpl rename to stable/wger/1.1.20/templates/_nginx.tpl diff --git a/stable/wger/1.1.19/templates/_secrets.tpl b/stable/wger/1.1.20/templates/_secrets.tpl similarity index 100% rename from stable/wger/1.1.19/templates/_secrets.tpl rename to stable/wger/1.1.20/templates/_secrets.tpl diff --git a/stable/wger/1.1.19/templates/common.yaml b/stable/wger/1.1.20/templates/common.yaml similarity index 100% rename from stable/wger/1.1.19/templates/common.yaml rename to stable/wger/1.1.20/templates/common.yaml diff --git a/stable/wger/1.1.20/values.yaml b/stable/wger/1.1.20/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/whisparr/1.0.8/CHANGELOG.md b/stable/whisparr/1.0.8/CHANGELOG.md deleted file mode 100644 index 4eb1973606f..00000000000 --- a/stable/whisparr/1.0.8/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [whisparr-1.0.8](https://github.com/truecharts/charts/compare/whisparr-1.0.7...whisparr-1.0.8) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [whisparr-1.0.7](https://github.com/truecharts/charts/compare/whisparr-1.0.6...whisparr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [whisparr-1.0.7](https://github.com/truecharts/charts/compare/whisparr-1.0.6...whisparr-1.0.7) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [whisparr-1.0.6](https://github.com/truecharts/charts/compare/whisparr-1.0.5...whisparr-1.0.6) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [whisparr-1.0.5](https://github.com/truecharts/charts/compare/whisparr-1.0.4...whisparr-1.0.5) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [whisparr-1.0.4](https://github.com/truecharts/charts/compare/whisparr-1.0.3...whisparr-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [whisparr-1.0.3](https://github.com/truecharts/charts/compare/whisparr-1.0.2...whisparr-1.0.3) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [whisparr-1.0.3](https://github.com/truecharts/charts/compare/whisparr-1.0.2...whisparr-1.0.3) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/whisparr/1.0.8/Chart.lock b/stable/whisparr/1.0.8/Chart.lock deleted file mode 100644 index e58ff6c1a65..00000000000 --- a/stable/whisparr/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:05:04.854351822Z" diff --git a/stable/whisparr/1.0.8/Chart.yaml b/stable/whisparr/1.0.8/Chart.yaml deleted file mode 100644 index e550f8ddab0..00000000000 --- a/stable/whisparr/1.0.8/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "0.1.0.53" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -deprecated: false -description: An adult media thingy. -home: https://truecharts.org/docs/charts/stable/whisparr -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png -keywords: - - whisparr - - Downloaders - - MediaApp-Other -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: whisparr -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr - - https://github.com/onedr0p/containers/tree/main/apps/whisparr -type: application -version: 1.0.8 -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Downloaders - - MediaApp-Other diff --git a/stable/whisparr/1.0.8/README.md b/stable/whisparr/1.0.8/README.md deleted file mode 100644 index 56ac1a27e9c..00000000000 --- a/stable/whisparr/1.0.8/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# whisparr - -An adult media thingy. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [whisparr](https://truecharts.org/docs/charts/stable/whisparr) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `whisparr` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install whisparr TrueCharts/whisparr -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `whisparr` deployment - -```console -helm uninstall whisparr -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install whisparr \ - --set env.TZ="America/New York" \ - TrueCharts/whisparr -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install whisparr TrueCharts/whisparr -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/whisparr/1.0.8/charts/common-10.7.0.tgz b/stable/whisparr/1.0.8/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/whisparr/1.0.8/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/whisparr/1.0.9/CHANGELOG.md b/stable/whisparr/1.0.9/CHANGELOG.md new file mode 100644 index 00000000000..d337e297996 --- /dev/null +++ b/stable/whisparr/1.0.9/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [whisparr-1.0.9](https://github.com/truecharts/charts/compare/whisparr-1.0.8...whisparr-1.0.9) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [whisparr-1.0.8](https://github.com/truecharts/charts/compare/whisparr-1.0.7...whisparr-1.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [whisparr-1.0.7](https://github.com/truecharts/charts/compare/whisparr-1.0.6...whisparr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [whisparr-1.0.7](https://github.com/truecharts/charts/compare/whisparr-1.0.6...whisparr-1.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [whisparr-1.0.6](https://github.com/truecharts/charts/compare/whisparr-1.0.5...whisparr-1.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [whisparr-1.0.5](https://github.com/truecharts/charts/compare/whisparr-1.0.4...whisparr-1.0.5) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [whisparr-1.0.4](https://github.com/truecharts/charts/compare/whisparr-1.0.3...whisparr-1.0.4) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [whisparr-1.0.3](https://github.com/truecharts/charts/compare/whisparr-1.0.2...whisparr-1.0.3) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/whisparr/1.0.9/Chart.lock b/stable/whisparr/1.0.9/Chart.lock new file mode 100644 index 00000000000..9ea8b065e25 --- /dev/null +++ b/stable/whisparr/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:52:21.015326089Z" diff --git a/stable/whisparr/1.0.9/Chart.yaml b/stable/whisparr/1.0.9/Chart.yaml new file mode 100644 index 00000000000..74279bee646 --- /dev/null +++ b/stable/whisparr/1.0.9/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "0.1.0.53" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: An adult media thingy. +home: https://truecharts.org/docs/charts/stable/whisparr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.png +keywords: + - whisparr + - Downloaders + - MediaApp-Other +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: whisparr +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/whisparr + - https://github.com/onedr0p/containers/tree/main/apps/whisparr +type: application +version: 1.0.9 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Downloaders + - MediaApp-Other diff --git a/stable/whisparr/1.0.9/README.md b/stable/whisparr/1.0.9/README.md new file mode 100644 index 00000000000..51b8e37385d --- /dev/null +++ b/stable/whisparr/1.0.9/README.md @@ -0,0 +1,106 @@ +# whisparr + +An adult media thingy. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [whisparr](https://truecharts.org/docs/charts/stable/whisparr) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `whisparr` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install whisparr TrueCharts/whisparr +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `whisparr` deployment + +```console +helm uninstall whisparr +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install whisparr \ + --set env.TZ="America/New York" \ + TrueCharts/whisparr +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install whisparr TrueCharts/whisparr -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/whisparr/1.0.8/app-readme.md b/stable/whisparr/1.0.9/app-readme.md similarity index 100% rename from stable/whisparr/1.0.8/app-readme.md rename to stable/whisparr/1.0.9/app-readme.md diff --git a/stable/whisparr/1.0.9/charts/common-10.7.1.tgz b/stable/whisparr/1.0.9/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/whisparr/1.0.9/charts/common-10.7.1.tgz differ diff --git a/stable/whisparr/1.0.8/ix_values.yaml b/stable/whisparr/1.0.9/ix_values.yaml similarity index 100% rename from stable/whisparr/1.0.8/ix_values.yaml rename to stable/whisparr/1.0.9/ix_values.yaml diff --git a/stable/whisparr/1.0.8/questions.yaml b/stable/whisparr/1.0.9/questions.yaml similarity index 100% rename from stable/whisparr/1.0.8/questions.yaml rename to stable/whisparr/1.0.9/questions.yaml diff --git a/stable/whisparr/1.0.9/templates/common.yaml b/stable/whisparr/1.0.9/templates/common.yaml new file mode 100644 index 00000000000..cbf66c20818 --- /dev/null +++ b/stable/whisparr/1.0.9/templates/common.yaml @@ -0,0 +1,2 @@ +{{/* Render the templates */}} +{{ include "tc.common.loader.all" . }} diff --git a/stable/whisparr/1.0.9/values.yaml b/stable/whisparr/1.0.9/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/whoogle/3.0.38/CHANGELOG.md b/stable/whoogle/3.0.38/CHANGELOG.md deleted file mode 100644 index 08b5b9b5268..00000000000 --- a/stable/whoogle/3.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [whoogle-3.0.38](https://github.com/truecharts/charts/compare/whoogle-3.0.37...whoogle-3.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [whoogle-3.0.37](https://github.com/truecharts/charts/compare/whoogle-3.0.36...whoogle-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [whoogle-3.0.37](https://github.com/truecharts/charts/compare/whoogle-3.0.36...whoogle-3.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [whoogle-3.0.36](https://github.com/truecharts/charts/compare/whoogle-3.0.35...whoogle-3.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [whoogle-3.0.35](https://github.com/truecharts/charts/compare/whoogle-3.0.34...whoogle-3.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [whoogle-3.0.34](https://github.com/truecharts/charts/compare/whoogle-3.0.33...whoogle-3.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [whoogle-3.0.33](https://github.com/truecharts/charts/compare/whoogle-3.0.32...whoogle-3.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [whoogle-3.0.33](https://github.com/truecharts/charts/compare/whoogle-3.0.32...whoogle-3.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/whoogle/3.0.38/Chart.lock b/stable/whoogle/3.0.38/Chart.lock deleted file mode 100644 index 5dfc4ca09b2..00000000000 --- a/stable/whoogle/3.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:05:06.995008449Z" diff --git a/stable/whoogle/3.0.38/Chart.yaml b/stable/whoogle/3.0.38/Chart.yaml deleted file mode 100644 index 19b7e4448b2..00000000000 --- a/stable/whoogle/3.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -appVersion: "0.7.4" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: A self-hosted, ad-free, privacy-respecting metasearch engine -home: https://truecharts.org/docs/charts/stable/whoogle -icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png -keywords: - - whoogle - - search - - open source - - privacy -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: whoogle -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle - - https://github.com/benbusby/whoogle-search -version: 3.0.38 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/whoogle/3.0.38/README.md b/stable/whoogle/3.0.38/README.md deleted file mode 100644 index 2ff7c2d459b..00000000000 --- a/stable/whoogle/3.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# whoogle - -A self-hosted, ad-free, privacy-respecting metasearch engine - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [whoogle](https://truecharts.org/docs/charts/stable/whoogle) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `whoogle` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install whoogle TrueCharts/whoogle -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `whoogle` deployment - -```console -helm uninstall whoogle -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install whoogle \ - --set env.TZ="America/New York" \ - TrueCharts/whoogle -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install whoogle TrueCharts/whoogle -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/whoogle/3.0.38/charts/common-10.7.0.tgz b/stable/whoogle/3.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/whoogle/3.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/whoogle/3.0.39/CHANGELOG.md b/stable/whoogle/3.0.39/CHANGELOG.md new file mode 100644 index 00000000000..8842ee86c06 --- /dev/null +++ b/stable/whoogle/3.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [whoogle-3.0.39](https://github.com/truecharts/charts/compare/whoogle-3.0.38...whoogle-3.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [whoogle-3.0.38](https://github.com/truecharts/charts/compare/whoogle-3.0.37...whoogle-3.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [whoogle-3.0.37](https://github.com/truecharts/charts/compare/whoogle-3.0.36...whoogle-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [whoogle-3.0.37](https://github.com/truecharts/charts/compare/whoogle-3.0.36...whoogle-3.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [whoogle-3.0.36](https://github.com/truecharts/charts/compare/whoogle-3.0.35...whoogle-3.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [whoogle-3.0.35](https://github.com/truecharts/charts/compare/whoogle-3.0.34...whoogle-3.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [whoogle-3.0.34](https://github.com/truecharts/charts/compare/whoogle-3.0.33...whoogle-3.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [whoogle-3.0.33](https://github.com/truecharts/charts/compare/whoogle-3.0.32...whoogle-3.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/whoogle/3.0.39/Chart.lock b/stable/whoogle/3.0.39/Chart.lock new file mode 100644 index 00000000000..def5fab99a8 --- /dev/null +++ b/stable/whoogle/3.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:52:23.324175336Z" diff --git a/stable/whoogle/3.0.39/Chart.yaml b/stable/whoogle/3.0.39/Chart.yaml new file mode 100644 index 00000000000..1638b60862b --- /dev/null +++ b/stable/whoogle/3.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +appVersion: "0.7.4" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: A self-hosted, ad-free, privacy-respecting metasearch engine +home: https://truecharts.org/docs/charts/stable/whoogle +icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.png +keywords: + - whoogle + - search + - open source + - privacy +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: whoogle +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/whoogle + - https://github.com/benbusby/whoogle-search +version: 3.0.39 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/whoogle/3.0.39/README.md b/stable/whoogle/3.0.39/README.md new file mode 100644 index 00000000000..5e3c7768d04 --- /dev/null +++ b/stable/whoogle/3.0.39/README.md @@ -0,0 +1,106 @@ +# whoogle + +A self-hosted, ad-free, privacy-respecting metasearch engine + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [whoogle](https://truecharts.org/docs/charts/stable/whoogle) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `whoogle` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install whoogle TrueCharts/whoogle +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `whoogle` deployment + +```console +helm uninstall whoogle +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install whoogle \ + --set env.TZ="America/New York" \ + TrueCharts/whoogle +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install whoogle TrueCharts/whoogle -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/whoogle/3.0.38/app-readme.md b/stable/whoogle/3.0.39/app-readme.md similarity index 100% rename from stable/whoogle/3.0.38/app-readme.md rename to stable/whoogle/3.0.39/app-readme.md diff --git a/stable/whoogle/3.0.39/charts/common-10.7.1.tgz b/stable/whoogle/3.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/whoogle/3.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/whoogle/3.0.38/ix_values.yaml b/stable/whoogle/3.0.39/ix_values.yaml similarity index 100% rename from stable/whoogle/3.0.38/ix_values.yaml rename to stable/whoogle/3.0.39/ix_values.yaml diff --git a/stable/whoogle/3.0.38/questions.yaml b/stable/whoogle/3.0.39/questions.yaml similarity index 100% rename from stable/whoogle/3.0.38/questions.yaml rename to stable/whoogle/3.0.39/questions.yaml diff --git a/stable/whoogle/3.0.39/templates/common.yaml b/stable/whoogle/3.0.39/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/whoogle/3.0.39/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/whoogle/3.0.39/values.yaml b/stable/whoogle/3.0.39/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wikijs/7.0.47/CHANGELOG.md b/stable/wikijs/7.0.47/CHANGELOG.md deleted file mode 100644 index 9557a73c7d9..00000000000 --- a/stable/wikijs/7.0.47/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wikijs-7.0.47](https://github.com/truecharts/charts/compare/wikijs-7.0.46...wikijs-7.0.47) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wikijs-7.0.46](https://github.com/truecharts/charts/compare/wikijs-7.0.45...wikijs-7.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wikijs-7.0.46](https://github.com/truecharts/charts/compare/wikijs-7.0.45...wikijs-7.0.46) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wikijs-7.0.45](https://github.com/truecharts/charts/compare/wikijs-7.0.44...wikijs-7.0.45) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wikijs-7.0.43](https://github.com/truecharts/charts/compare/wikijs-7.0.42...wikijs-7.0.43) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wikijs-7.0.42](https://github.com/truecharts/charts/compare/wikijs-7.0.41...wikijs-7.0.42) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wikijs-7.0.41](https://github.com/truecharts/charts/compare/wikijs-7.0.38...wikijs-7.0.41) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) - - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [wikijs-7.0.41](https://github.com/truecharts/charts/compare/wikijs-7.0.38...wikijs-7.0.41) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/wikijs/7.0.47/Chart.lock b/stable/wikijs/7.0.47/Chart.lock deleted file mode 100644 index 098c3926634..00000000000 --- a/stable/wikijs/7.0.47/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T17:05:21.188514216Z" diff --git a/stable/wikijs/7.0.47/Chart.yaml b/stable/wikijs/7.0.47/Chart.yaml deleted file mode 100644 index e49b5b4fb63..00000000000 --- a/stable/wikijs/7.0.47/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "2.5.289" -description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! -name: wikijs -version: 7.0.47 -kubeVersion: ">=1.16.0-0" -keywords: - - wiki - - wikijs -home: https://truecharts.org/docs/charts/stable/wikijs -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs - - https://hub.docker.com/r/linuxserver/wikijs/ - - https://github.com/Requarks/wiki -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wikijs/7.0.47/README.md b/stable/wikijs/7.0.47/README.md deleted file mode 100644 index e804517807b..00000000000 --- a/stable/wikijs/7.0.47/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# wikijs - -Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wikijs](https://truecharts.org/docs/charts/stable/wikijs) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wikijs` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wikijs TrueCharts/wikijs -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wikijs` deployment - -```console -helm uninstall wikijs -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wikijs \ - --set env.TZ="America/New York" \ - TrueCharts/wikijs -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wikijs TrueCharts/wikijs -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wikijs/7.0.47/charts/common-10.7.0.tgz b/stable/wikijs/7.0.47/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wikijs/7.0.47/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wikijs/7.0.47/charts/postgresql-8.0.97.tgz b/stable/wikijs/7.0.47/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/wikijs/7.0.47/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/wikijs/7.0.48/CHANGELOG.md b/stable/wikijs/7.0.48/CHANGELOG.md new file mode 100644 index 00000000000..31c330341d4 --- /dev/null +++ b/stable/wikijs/7.0.48/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wikijs-7.0.48](https://github.com/truecharts/charts/compare/wikijs-7.0.47...wikijs-7.0.48) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wikijs-7.0.47](https://github.com/truecharts/charts/compare/wikijs-7.0.46...wikijs-7.0.47) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wikijs-7.0.46](https://github.com/truecharts/charts/compare/wikijs-7.0.45...wikijs-7.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wikijs-7.0.46](https://github.com/truecharts/charts/compare/wikijs-7.0.45...wikijs-7.0.46) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wikijs-7.0.45](https://github.com/truecharts/charts/compare/wikijs-7.0.44...wikijs-7.0.45) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wikijs-7.0.43](https://github.com/truecharts/charts/compare/wikijs-7.0.42...wikijs-7.0.43) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wikijs-7.0.42](https://github.com/truecharts/charts/compare/wikijs-7.0.41...wikijs-7.0.42) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wikijs-7.0.41](https://github.com/truecharts/charts/compare/wikijs-7.0.38...wikijs-7.0.41) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790)) + - update docker general non-major ([#3827](https://github.com/truecharts/charts/issues/3827)) + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + diff --git a/stable/wikijs/7.0.48/Chart.lock b/stable/wikijs/7.0.48/Chart.lock new file mode 100644 index 00000000000..3cb3d1d2563 --- /dev/null +++ b/stable/wikijs/7.0.48/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:52:36.670691887Z" diff --git a/stable/wikijs/7.0.48/Chart.yaml b/stable/wikijs/7.0.48/Chart.yaml new file mode 100644 index 00000000000..4885ed6a3c8 --- /dev/null +++ b/stable/wikijs/7.0.48/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "2.5.289" +description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! +name: wikijs +version: 7.0.48 +kubeVersion: ">=1.16.0-0" +keywords: + - wiki + - wikijs +home: https://truecharts.org/docs/charts/stable/wikijs +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.png +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wikijs + - https://hub.docker.com/r/linuxserver/wikijs/ + - https://github.com/Requarks/wiki +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wikijs/7.0.48/README.md b/stable/wikijs/7.0.48/README.md new file mode 100644 index 00000000000..26076579cdf --- /dev/null +++ b/stable/wikijs/7.0.48/README.md @@ -0,0 +1,108 @@ +# wikijs + +Make documentation a joy to write using Wiki.js's beautiful and intuitive interface! + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wikijs](https://truecharts.org/docs/charts/stable/wikijs) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wikijs` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wikijs TrueCharts/wikijs +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wikijs` deployment + +```console +helm uninstall wikijs +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wikijs \ + --set env.TZ="America/New York" \ + TrueCharts/wikijs +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wikijs TrueCharts/wikijs -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wikijs/7.0.47/app-readme.md b/stable/wikijs/7.0.48/app-readme.md similarity index 100% rename from stable/wikijs/7.0.47/app-readme.md rename to stable/wikijs/7.0.48/app-readme.md diff --git a/stable/wikijs/7.0.48/charts/common-10.7.1.tgz b/stable/wikijs/7.0.48/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wikijs/7.0.48/charts/common-10.7.1.tgz differ diff --git a/stable/wikijs/7.0.48/charts/postgresql-8.0.101.tgz b/stable/wikijs/7.0.48/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/wikijs/7.0.48/charts/postgresql-8.0.101.tgz differ diff --git a/stable/wikijs/7.0.47/ix_values.yaml b/stable/wikijs/7.0.48/ix_values.yaml similarity index 100% rename from stable/wikijs/7.0.47/ix_values.yaml rename to stable/wikijs/7.0.48/ix_values.yaml diff --git a/stable/wikijs/7.0.47/questions.yaml b/stable/wikijs/7.0.48/questions.yaml similarity index 100% rename from stable/wikijs/7.0.47/questions.yaml rename to stable/wikijs/7.0.48/questions.yaml diff --git a/stable/wikijs/7.0.48/templates/common.yaml b/stable/wikijs/7.0.48/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/wikijs/7.0.48/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/wikijs/7.0.48/values.yaml b/stable/wikijs/7.0.48/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wireguard/1.0.10/CHANGELOG.md b/stable/wireguard/1.0.10/CHANGELOG.md deleted file mode 100644 index 1230daaf41d..00000000000 --- a/stable/wireguard/1.0.10/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wireguard-1.0.10](https://github.com/truecharts/charts/compare/wireguard-1.0.9...wireguard-1.0.10) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wireguard-1.0.9](https://github.com/truecharts/charts/compare/wireguard-1.0.8...wireguard-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wireguard-1.0.9](https://github.com/truecharts/charts/compare/wireguard-1.0.8...wireguard-1.0.9) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wireguard-1.0.8](https://github.com/truecharts/charts/compare/wireguard-1.0.7...wireguard-1.0.8) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wireguard-1.0.7](https://github.com/truecharts/charts/compare/wireguard-1.0.6...wireguard-1.0.7) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wireguard-1.0.6](https://github.com/truecharts/charts/compare/wireguard-1.0.5...wireguard-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wireguard-1.0.5](https://github.com/truecharts/charts/compare/wireguard-1.0.4...wireguard-1.0.5) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [wireguard-1.0.5](https://github.com/truecharts/charts/compare/wireguard-1.0.4...wireguard-1.0.5) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/wireguard/1.0.10/Chart.lock b/stable/wireguard/1.0.10/Chart.lock deleted file mode 100644 index 06e4b113b68..00000000000 --- a/stable/wireguard/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:05:33.959018791Z" diff --git a/stable/wireguard/1.0.10/Chart.yaml b/stable/wireguard/1.0.10/Chart.yaml deleted file mode 100644 index 95cc703885d..00000000000 --- a/stable/wireguard/1.0.10/Chart.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -appVersion: "1.0.202109" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. -home: https://truecharts.org/docs/charts/stable/wireguard -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png -keywords: - - wireguard - - vpn -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: wireguard -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard - - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard -version: 1.0.10 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wireguard/1.0.10/README.md b/stable/wireguard/1.0.10/README.md deleted file mode 100644 index 69ddaea5482..00000000000 --- a/stable/wireguard/1.0.10/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# wireguard - -WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wireguard](https://truecharts.org/docs/charts/stable/wireguard) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wireguard` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wireguard TrueCharts/wireguard -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wireguard` deployment - -```console -helm uninstall wireguard -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wireguard \ - --set env.TZ="America/New York" \ - TrueCharts/wireguard -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wireguard TrueCharts/wireguard -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wireguard/1.0.10/charts/common-10.7.0.tgz b/stable/wireguard/1.0.10/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wireguard/1.0.10/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wireguard/1.0.11/CHANGELOG.md b/stable/wireguard/1.0.11/CHANGELOG.md new file mode 100644 index 00000000000..aa24f80009c --- /dev/null +++ b/stable/wireguard/1.0.11/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wireguard-1.0.11](https://github.com/truecharts/charts/compare/wireguard-1.0.10...wireguard-1.0.11) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wireguard-1.0.10](https://github.com/truecharts/charts/compare/wireguard-1.0.9...wireguard-1.0.10) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wireguard-1.0.9](https://github.com/truecharts/charts/compare/wireguard-1.0.8...wireguard-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wireguard-1.0.9](https://github.com/truecharts/charts/compare/wireguard-1.0.8...wireguard-1.0.9) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wireguard-1.0.8](https://github.com/truecharts/charts/compare/wireguard-1.0.7...wireguard-1.0.8) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wireguard-1.0.7](https://github.com/truecharts/charts/compare/wireguard-1.0.6...wireguard-1.0.7) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wireguard-1.0.6](https://github.com/truecharts/charts/compare/wireguard-1.0.5...wireguard-1.0.6) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wireguard-1.0.5](https://github.com/truecharts/charts/compare/wireguard-1.0.4...wireguard-1.0.5) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/wireguard/1.0.11/Chart.lock b/stable/wireguard/1.0.11/Chart.lock new file mode 100644 index 00000000000..4056d3c7f40 --- /dev/null +++ b/stable/wireguard/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:52:52.966202197Z" diff --git a/stable/wireguard/1.0.11/Chart.yaml b/stable/wireguard/1.0.11/Chart.yaml new file mode 100644 index 00000000000..726ffa558ee --- /dev/null +++ b/stable/wireguard/1.0.11/Chart.yaml @@ -0,0 +1,27 @@ +apiVersion: v2 +appVersion: "1.0.202109" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. +home: https://truecharts.org/docs/charts/stable/wireguard +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.png +keywords: + - wireguard + - vpn +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: wireguard +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wireguard + - https://github.com/k8s-at-home/container-images/tree/main/apps/wireguard +version: 1.0.11 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wireguard/1.0.11/README.md b/stable/wireguard/1.0.11/README.md new file mode 100644 index 00000000000..5b71da3ef87 --- /dev/null +++ b/stable/wireguard/1.0.11/README.md @@ -0,0 +1,106 @@ +# wireguard + +WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wireguard](https://truecharts.org/docs/charts/stable/wireguard) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wireguard` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wireguard TrueCharts/wireguard +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wireguard` deployment + +```console +helm uninstall wireguard +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wireguard \ + --set env.TZ="America/New York" \ + TrueCharts/wireguard +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wireguard TrueCharts/wireguard -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wireguard/1.0.10/app-readme.md b/stable/wireguard/1.0.11/app-readme.md similarity index 100% rename from stable/wireguard/1.0.10/app-readme.md rename to stable/wireguard/1.0.11/app-readme.md diff --git a/stable/wireguard/1.0.11/charts/common-10.7.1.tgz b/stable/wireguard/1.0.11/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wireguard/1.0.11/charts/common-10.7.1.tgz differ diff --git a/stable/wireguard/1.0.10/ci/ci-values.yaml b/stable/wireguard/1.0.11/ci/ci-values.yaml similarity index 100% rename from stable/wireguard/1.0.10/ci/ci-values.yaml rename to stable/wireguard/1.0.11/ci/ci-values.yaml diff --git a/stable/wireguard/1.0.10/ix_values.yaml b/stable/wireguard/1.0.11/ix_values.yaml similarity index 100% rename from stable/wireguard/1.0.10/ix_values.yaml rename to stable/wireguard/1.0.11/ix_values.yaml diff --git a/stable/wireguard/1.0.10/questions.yaml b/stable/wireguard/1.0.11/questions.yaml similarity index 100% rename from stable/wireguard/1.0.10/questions.yaml rename to stable/wireguard/1.0.11/questions.yaml diff --git a/stable/wireguard/1.0.10/templates/_configfilemount.tpl b/stable/wireguard/1.0.11/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/1.0.10/templates/_configfilemount.tpl rename to stable/wireguard/1.0.11/templates/_configfilemount.tpl diff --git a/stable/wireguard/1.0.10/templates/_configmap.tpl b/stable/wireguard/1.0.11/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/1.0.10/templates/_configmap.tpl rename to stable/wireguard/1.0.11/templates/_configmap.tpl diff --git a/stable/wireguard/1.0.10/templates/_secret.tpl b/stable/wireguard/1.0.11/templates/_secret.tpl similarity index 100% rename from stable/wireguard/1.0.10/templates/_secret.tpl rename to stable/wireguard/1.0.11/templates/_secret.tpl diff --git a/stable/wireguard/1.0.10/templates/common.yaml b/stable/wireguard/1.0.11/templates/common.yaml similarity index 100% rename from stable/wireguard/1.0.10/templates/common.yaml rename to stable/wireguard/1.0.11/templates/common.yaml diff --git a/stable/wireguard/1.0.11/values.yaml b/stable/wireguard/1.0.11/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/wireshark/2.0.35/CHANGELOG.md b/stable/wireshark/2.0.35/CHANGELOG.md deleted file mode 100644 index 5bcb27d013a..00000000000 --- a/stable/wireshark/2.0.35/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [wireshark-2.0.35](https://github.com/truecharts/charts/compare/wireshark-2.0.34...wireshark-2.0.35) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [wireshark-2.0.34](https://github.com/truecharts/charts/compare/wireshark-2.0.33...wireshark-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wireshark-2.0.34](https://github.com/truecharts/charts/compare/wireshark-2.0.33...wireshark-2.0.34) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [wireshark-2.0.33](https://github.com/truecharts/charts/compare/wireshark-2.0.32...wireshark-2.0.33) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [wireshark-2.0.32](https://github.com/truecharts/charts/compare/wireshark-2.0.31...wireshark-2.0.32) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [wireshark-2.0.31](https://github.com/truecharts/charts/compare/wireshark-2.0.30...wireshark-2.0.31) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [wireshark-2.0.30](https://github.com/truecharts/charts/compare/wireshark-2.0.29...wireshark-2.0.30) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [wireshark-2.0.30](https://github.com/truecharts/charts/compare/wireshark-2.0.29...wireshark-2.0.30) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/wireshark/2.0.35/Chart.lock b/stable/wireshark/2.0.35/Chart.lock deleted file mode 100644 index 2bb13d11945..00000000000 --- a/stable/wireshark/2.0.35/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:05:36.347179236Z" diff --git a/stable/wireshark/2.0.35/Chart.yaml b/stable/wireshark/2.0.35/Chart.yaml deleted file mode 100644 index f90df39f3ba..00000000000 --- a/stable/wireshark/2.0.35/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: wireshark -version: 2.0.35 -appVersion: "3.4.13" -description: Wireshark is the worlds foremost and widely-used network protocol analyzer. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/wireshark -icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireshark.png -keywords: - - wireshark -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/wireshark - - https://hub.docker.com/r/linuxserver/wireshark -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/wireshark/2.0.35/README.md b/stable/wireshark/2.0.35/README.md deleted file mode 100644 index 3751afa9612..00000000000 --- a/stable/wireshark/2.0.35/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# wireshark - -Wireshark is the worlds foremost and widely-used network protocol analyzer. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [wireshark](https://truecharts.org/docs/charts/stable/wireshark) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `wireshark` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install wireshark TrueCharts/wireshark -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `wireshark` deployment - -```console -helm uninstall wireshark -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install wireshark \ - --set env.TZ="America/New York" \ - TrueCharts/wireshark -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install wireshark TrueCharts/wireshark -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/wireshark/2.0.35/charts/common-10.7.0.tgz b/stable/wireshark/2.0.35/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/wireshark/2.0.35/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/wireshark/2.0.36/CHANGELOG.md b/stable/wireshark/2.0.36/CHANGELOG.md new file mode 100644 index 00000000000..459f38ff6f5 --- /dev/null +++ b/stable/wireshark/2.0.36/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [wireshark-2.0.36](https://github.com/truecharts/charts/compare/wireshark-2.0.35...wireshark-2.0.36) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [wireshark-2.0.35](https://github.com/truecharts/charts/compare/wireshark-2.0.34...wireshark-2.0.35) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [wireshark-2.0.34](https://github.com/truecharts/charts/compare/wireshark-2.0.33...wireshark-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wireshark-2.0.34](https://github.com/truecharts/charts/compare/wireshark-2.0.33...wireshark-2.0.34) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [wireshark-2.0.33](https://github.com/truecharts/charts/compare/wireshark-2.0.32...wireshark-2.0.33) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [wireshark-2.0.32](https://github.com/truecharts/charts/compare/wireshark-2.0.31...wireshark-2.0.32) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [wireshark-2.0.31](https://github.com/truecharts/charts/compare/wireshark-2.0.30...wireshark-2.0.31) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [wireshark-2.0.30](https://github.com/truecharts/charts/compare/wireshark-2.0.29...wireshark-2.0.30) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/wireshark/2.0.36/Chart.lock b/stable/wireshark/2.0.36/Chart.lock new file mode 100644 index 00000000000..385a26d1ffb --- /dev/null +++ b/stable/wireshark/2.0.36/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:52:55.749373005Z" diff --git a/stable/wireshark/2.0.36/Chart.yaml b/stable/wireshark/2.0.36/Chart.yaml new file mode 100644 index 00000000000..6fab5a596e2 --- /dev/null +++ b/stable/wireshark/2.0.36/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: wireshark +version: 2.0.36 +appVersion: "3.4.13" +description: Wireshark is the worlds foremost and widely-used network protocol analyzer. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/wireshark +icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireshark.png +keywords: + - wireshark +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/wireshark + - https://hub.docker.com/r/linuxserver/wireshark +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/wireshark/2.0.36/README.md b/stable/wireshark/2.0.36/README.md new file mode 100644 index 00000000000..4ef61a4d7f2 --- /dev/null +++ b/stable/wireshark/2.0.36/README.md @@ -0,0 +1,106 @@ +# wireshark + +Wireshark is the worlds foremost and widely-used network protocol analyzer. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [wireshark](https://truecharts.org/docs/charts/stable/wireshark) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `wireshark` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install wireshark TrueCharts/wireshark +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `wireshark` deployment + +```console +helm uninstall wireshark +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install wireshark \ + --set env.TZ="America/New York" \ + TrueCharts/wireshark +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install wireshark TrueCharts/wireshark -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/wireshark/2.0.35/app-readme.md b/stable/wireshark/2.0.36/app-readme.md similarity index 100% rename from stable/wireshark/2.0.35/app-readme.md rename to stable/wireshark/2.0.36/app-readme.md diff --git a/stable/wireshark/2.0.36/charts/common-10.7.1.tgz b/stable/wireshark/2.0.36/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/wireshark/2.0.36/charts/common-10.7.1.tgz differ diff --git a/stable/wireshark/2.0.35/ix_values.yaml b/stable/wireshark/2.0.36/ix_values.yaml similarity index 100% rename from stable/wireshark/2.0.35/ix_values.yaml rename to stable/wireshark/2.0.36/ix_values.yaml diff --git a/stable/wireshark/2.0.35/questions.yaml b/stable/wireshark/2.0.36/questions.yaml similarity index 100% rename from stable/wireshark/2.0.35/questions.yaml rename to stable/wireshark/2.0.36/questions.yaml diff --git a/stable/wireshark/2.0.36/templates/common.yaml b/stable/wireshark/2.0.36/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/wireshark/2.0.36/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/wireshark/2.0.36/values.yaml b/stable/wireshark/2.0.36/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xbackbone/3.0.45/CHANGELOG.md b/stable/xbackbone/3.0.45/CHANGELOG.md deleted file mode 100644 index c6eb34b7820..00000000000 --- a/stable/xbackbone/3.0.45/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xbackbone-3.0.45](https://github.com/truecharts/charts/compare/xbackbone-3.0.44...xbackbone-3.0.45) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [xbackbone-3.0.44](https://github.com/truecharts/charts/compare/xbackbone-3.0.43...xbackbone-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xbackbone-3.0.44](https://github.com/truecharts/charts/compare/xbackbone-3.0.43...xbackbone-3.0.44) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xbackbone-3.0.43](https://github.com/truecharts/charts/compare/xbackbone-3.0.42...xbackbone-3.0.43) (2022-10-05) - -### Chore - -- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [xbackbone-3.0.41](https://github.com/truecharts/charts/compare/xbackbone-3.0.40...xbackbone-3.0.41) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [xbackbone-3.0.40](https://github.com/truecharts/charts/compare/xbackbone-3.0.39...xbackbone-3.0.40) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [xbackbone-3.0.39](https://github.com/truecharts/charts/compare/xbackbone-3.0.38...xbackbone-3.0.39) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - -## [xbackbone-3.0.39](https://github.com/truecharts/charts/compare/xbackbone-3.0.38...xbackbone-3.0.39) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/xbackbone/3.0.45/Chart.lock b/stable/xbackbone/3.0.45/Chart.lock deleted file mode 100644 index 001dbbb349d..00000000000 --- a/stable/xbackbone/3.0.45/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -digest: sha256:71179f43edbc01d30c5220102bc7fc66c468ee16266ec5f2f55b75d4d21c4d3c -generated: "2022-10-12T17:06:08.099974482Z" diff --git a/stable/xbackbone/3.0.45/Chart.yaml b/stable/xbackbone/3.0.45/Chart.yaml deleted file mode 100644 index aad22be198e..00000000000 --- a/stable/xbackbone/3.0.45/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "3.3.3" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: mariadb.enabled - name: mariadb - repository: https://charts.truecharts.org/ - version: 3.0.92 -description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" -home: https://truecharts.org/docs/charts/stable/xbackbone -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xbackbone.png -keywords: - - xbackbone - - xshare -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xbackbone -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xbackbone - - https://github.com/SergiX44/XBackBone - - https://hub.docker.com/r/pe46dro/xbackbone-docker -version: 3.0.45 -annotations: - truecharts.org/catagories: | - - files - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/xbackbone/3.0.45/README.md b/stable/xbackbone/3.0.45/README.md deleted file mode 100644 index 754be6ac17c..00000000000 --- a/stable/xbackbone/3.0.45/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# xbackbone - -XBackBone is a simple, self-hosted, lightweight PHP file manager - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xbackbone](https://truecharts.org/docs/charts/stable/xbackbone) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | mariadb | 3.0.92 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xbackbone` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xbackbone TrueCharts/xbackbone -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xbackbone` deployment - -```console -helm uninstall xbackbone -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xbackbone \ - --set env.TZ="America/New York" \ - TrueCharts/xbackbone -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xbackbone TrueCharts/xbackbone -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/xbackbone/3.0.45/charts/common-10.7.0.tgz b/stable/xbackbone/3.0.45/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/xbackbone/3.0.45/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/xbackbone/3.0.45/charts/mariadb-3.0.92.tgz b/stable/xbackbone/3.0.45/charts/mariadb-3.0.92.tgz deleted file mode 100644 index 829811a03ec..00000000000 Binary files a/stable/xbackbone/3.0.45/charts/mariadb-3.0.92.tgz and /dev/null differ diff --git a/stable/xbackbone/3.0.46/CHANGELOG.md b/stable/xbackbone/3.0.46/CHANGELOG.md new file mode 100644 index 00000000000..9c499be775c --- /dev/null +++ b/stable/xbackbone/3.0.46/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xbackbone-3.0.46](https://github.com/truecharts/charts/compare/xbackbone-3.0.45...xbackbone-3.0.46) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xbackbone-3.0.45](https://github.com/truecharts/charts/compare/xbackbone-3.0.44...xbackbone-3.0.45) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [xbackbone-3.0.44](https://github.com/truecharts/charts/compare/xbackbone-3.0.43...xbackbone-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xbackbone-3.0.44](https://github.com/truecharts/charts/compare/xbackbone-3.0.43...xbackbone-3.0.44) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xbackbone-3.0.43](https://github.com/truecharts/charts/compare/xbackbone-3.0.42...xbackbone-3.0.43) (2022-10-05) + +### Chore + +- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [xbackbone-3.0.41](https://github.com/truecharts/charts/compare/xbackbone-3.0.40...xbackbone-3.0.41) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [xbackbone-3.0.40](https://github.com/truecharts/charts/compare/xbackbone-3.0.39...xbackbone-3.0.40) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [xbackbone-3.0.39](https://github.com/truecharts/charts/compare/xbackbone-3.0.38...xbackbone-3.0.39) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) + + + + diff --git a/stable/xbackbone/3.0.46/Chart.lock b/stable/xbackbone/3.0.46/Chart.lock new file mode 100644 index 00000000000..73e26fae61f --- /dev/null +++ b/stable/xbackbone/3.0.46/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +digest: sha256:295e428c316393ce8454e78e86bc68db722fe4ed43b899d9d733e2f9744cf719 +generated: "2022-10-19T13:53:25.435901419Z" diff --git a/stable/xbackbone/3.0.46/Chart.yaml b/stable/xbackbone/3.0.46/Chart.yaml new file mode 100644 index 00000000000..6f7e9a1a315 --- /dev/null +++ b/stable/xbackbone/3.0.46/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "3.3.3" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: mariadb.enabled + name: mariadb + repository: https://charts.truecharts.org/ + version: 3.0.95 +description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" +home: https://truecharts.org/docs/charts/stable/xbackbone +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xbackbone.png +keywords: + - xbackbone + - xshare +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xbackbone +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xbackbone + - https://github.com/SergiX44/XBackBone + - https://hub.docker.com/r/pe46dro/xbackbone-docker +version: 3.0.46 +annotations: + truecharts.org/catagories: | + - files + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/xbackbone/3.0.46/README.md b/stable/xbackbone/3.0.46/README.md new file mode 100644 index 00000000000..7bf0fd754a7 --- /dev/null +++ b/stable/xbackbone/3.0.46/README.md @@ -0,0 +1,108 @@ +# xbackbone + +XBackBone is a simple, self-hosted, lightweight PHP file manager + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xbackbone](https://truecharts.org/docs/charts/stable/xbackbone) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | mariadb | 3.0.95 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xbackbone` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xbackbone TrueCharts/xbackbone +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xbackbone` deployment + +```console +helm uninstall xbackbone +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xbackbone \ + --set env.TZ="America/New York" \ + TrueCharts/xbackbone +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xbackbone TrueCharts/xbackbone -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/xbackbone/3.0.45/app-readme.md b/stable/xbackbone/3.0.46/app-readme.md similarity index 100% rename from stable/xbackbone/3.0.45/app-readme.md rename to stable/xbackbone/3.0.46/app-readme.md diff --git a/stable/xbackbone/3.0.46/charts/common-10.7.1.tgz b/stable/xbackbone/3.0.46/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/xbackbone/3.0.46/charts/common-10.7.1.tgz differ diff --git a/stable/xbackbone/3.0.46/charts/mariadb-3.0.95.tgz b/stable/xbackbone/3.0.46/charts/mariadb-3.0.95.tgz new file mode 100644 index 00000000000..8b64eea58a2 Binary files /dev/null and b/stable/xbackbone/3.0.46/charts/mariadb-3.0.95.tgz differ diff --git a/stable/xbackbone/3.0.45/ix_values.yaml b/stable/xbackbone/3.0.46/ix_values.yaml similarity index 100% rename from stable/xbackbone/3.0.45/ix_values.yaml rename to stable/xbackbone/3.0.46/ix_values.yaml diff --git a/stable/xbackbone/3.0.45/questions.yaml b/stable/xbackbone/3.0.46/questions.yaml similarity index 100% rename from stable/xbackbone/3.0.45/questions.yaml rename to stable/xbackbone/3.0.46/questions.yaml diff --git a/stable/xbackbone/3.0.46/templates/common.yaml b/stable/xbackbone/3.0.46/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/xbackbone/3.0.46/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/xbackbone/3.0.46/values.yaml b/stable/xbackbone/3.0.46/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xteve/6.0.37/CHANGELOG.md b/stable/xteve/6.0.37/CHANGELOG.md deleted file mode 100644 index 21f6fb86417..00000000000 --- a/stable/xteve/6.0.37/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xteve-6.0.37](https://github.com/truecharts/charts/compare/xteve-6.0.36...xteve-6.0.37) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [xteve-6.0.36](https://github.com/truecharts/charts/compare/xteve-6.0.35...xteve-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xteve-6.0.36](https://github.com/truecharts/charts/compare/xteve-6.0.35...xteve-6.0.36) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xteve-6.0.35](https://github.com/truecharts/charts/compare/xteve-6.0.34...xteve-6.0.35) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [xteve-6.0.34](https://github.com/truecharts/charts/compare/xteve-6.0.33...xteve-6.0.34) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [xteve-6.0.33](https://github.com/truecharts/charts/compare/xteve-6.0.32...xteve-6.0.33) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [xteve-6.0.32](https://github.com/truecharts/charts/compare/xteve-6.0.31...xteve-6.0.32) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [xteve-6.0.32](https://github.com/truecharts/charts/compare/xteve-6.0.31...xteve-6.0.32) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/xteve/6.0.37/Chart.lock b/stable/xteve/6.0.37/Chart.lock deleted file mode 100644 index 539a2f6bd1b..00000000000 --- a/stable/xteve/6.0.37/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:06:01.248644052Z" diff --git a/stable/xteve/6.0.37/Chart.yaml b/stable/xteve/6.0.37/Chart.yaml deleted file mode 100644 index 2b47b6162d8..00000000000 --- a/stable/xteve/6.0.37/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -appVersion: "2.2.0.200" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: M3U Proxy for Plex DVR and Emby Live TV. -home: https://truecharts.org/docs/charts/stable/xteve -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png -keywords: - - xteve - - iptv - - plex - - emby -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xteve -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xteve - - https://github.com/xteve-project/xTeVe - - https://github.com/k8s-at-home/container-images -version: 6.0.37 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/xteve/6.0.37/README.md b/stable/xteve/6.0.37/README.md deleted file mode 100644 index 5b780acbc4f..00000000000 --- a/stable/xteve/6.0.37/README.md +++ /dev/null @@ -1,107 +0,0 @@ -# xteve - -M3U Proxy for Plex DVR and Emby Live TV. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xteve](https://truecharts.org/docs/charts/stable/xteve) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xteve` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xteve TrueCharts/xteve -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xteve` deployment - -```console -helm uninstall xteve -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xteve \ - --set env.TZ="America/New York" \ - TrueCharts/xteve -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xteve TrueCharts/xteve -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/xteve/6.0.37/charts/common-10.7.0.tgz b/stable/xteve/6.0.37/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/xteve/6.0.37/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/xteve/6.0.38/CHANGELOG.md b/stable/xteve/6.0.38/CHANGELOG.md new file mode 100644 index 00000000000..0aa5b623fa6 --- /dev/null +++ b/stable/xteve/6.0.38/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xteve-6.0.38](https://github.com/truecharts/charts/compare/xteve-6.0.37...xteve-6.0.38) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xteve-6.0.37](https://github.com/truecharts/charts/compare/xteve-6.0.36...xteve-6.0.37) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [xteve-6.0.36](https://github.com/truecharts/charts/compare/xteve-6.0.35...xteve-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xteve-6.0.36](https://github.com/truecharts/charts/compare/xteve-6.0.35...xteve-6.0.36) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xteve-6.0.35](https://github.com/truecharts/charts/compare/xteve-6.0.34...xteve-6.0.35) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [xteve-6.0.34](https://github.com/truecharts/charts/compare/xteve-6.0.33...xteve-6.0.34) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [xteve-6.0.33](https://github.com/truecharts/charts/compare/xteve-6.0.32...xteve-6.0.33) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [xteve-6.0.32](https://github.com/truecharts/charts/compare/xteve-6.0.31...xteve-6.0.32) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/xteve/6.0.38/Chart.lock b/stable/xteve/6.0.38/Chart.lock new file mode 100644 index 00000000000..a656b653775 --- /dev/null +++ b/stable/xteve/6.0.38/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:53:20.050106758Z" diff --git a/stable/xteve/6.0.38/Chart.yaml b/stable/xteve/6.0.38/Chart.yaml new file mode 100644 index 00000000000..b659e452254 --- /dev/null +++ b/stable/xteve/6.0.38/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "2.2.0.200" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: M3U Proxy for Plex DVR and Emby Live TV. +home: https://truecharts.org/docs/charts/stable/xteve +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.png +keywords: + - xteve + - iptv + - plex + - emby +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xteve +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xteve + - https://github.com/xteve-project/xTeVe + - https://github.com/k8s-at-home/container-images +version: 6.0.38 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/xteve/6.0.38/README.md b/stable/xteve/6.0.38/README.md new file mode 100644 index 00000000000..7437c3ed8bf --- /dev/null +++ b/stable/xteve/6.0.38/README.md @@ -0,0 +1,107 @@ +# xteve + +M3U Proxy for Plex DVR and Emby Live TV. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xteve](https://truecharts.org/docs/charts/stable/xteve) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xteve` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xteve TrueCharts/xteve +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xteve` deployment + +```console +helm uninstall xteve +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xteve \ + --set env.TZ="America/New York" \ + TrueCharts/xteve +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xteve TrueCharts/xteve -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/xteve/6.0.37/app-readme.md b/stable/xteve/6.0.38/app-readme.md similarity index 100% rename from stable/xteve/6.0.37/app-readme.md rename to stable/xteve/6.0.38/app-readme.md diff --git a/stable/xteve/6.0.38/charts/common-10.7.1.tgz b/stable/xteve/6.0.38/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/xteve/6.0.38/charts/common-10.7.1.tgz differ diff --git a/stable/xteve/6.0.37/ix_values.yaml b/stable/xteve/6.0.38/ix_values.yaml similarity index 100% rename from stable/xteve/6.0.37/ix_values.yaml rename to stable/xteve/6.0.38/ix_values.yaml diff --git a/stable/xteve/6.0.37/questions.yaml b/stable/xteve/6.0.38/questions.yaml similarity index 100% rename from stable/xteve/6.0.37/questions.yaml rename to stable/xteve/6.0.38/questions.yaml diff --git a/stable/xteve/6.0.38/templates/common.yaml b/stable/xteve/6.0.38/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/xteve/6.0.38/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/xteve/6.0.38/values.yaml b/stable/xteve/6.0.38/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/xwiki/3.0.53/CHANGELOG.md b/stable/xwiki/3.0.53/CHANGELOG.md deleted file mode 100644 index 17ca3a6de3a..00000000000 --- a/stable/xwiki/3.0.53/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [xwiki-3.0.53](https://github.com/truecharts/charts/compare/xwiki-3.0.52...xwiki-3.0.53) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - update docker general non-major - - - - -## [xwiki-3.0.52](https://github.com/truecharts/charts/compare/xwiki-3.0.51...xwiki-3.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xwiki-3.0.52](https://github.com/truecharts/charts/compare/xwiki-3.0.51...xwiki-3.0.52) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [xwiki-3.0.51](https://github.com/truecharts/charts/compare/xwiki-3.0.50...xwiki-3.0.51) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [xwiki-3.0.50](https://github.com/truecharts/charts/compare/xwiki-3.0.49...xwiki-3.0.50) (2022-10-01) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) - - - - -## [xwiki-3.0.49](https://github.com/truecharts/charts/compare/xwiki-3.0.48...xwiki-3.0.49) (2022-09-28) - -### Chore - -- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) - - - - -## [xwiki-3.0.47](https://github.com/truecharts/charts/compare/xwiki-3.0.46...xwiki-3.0.47) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [xwiki-3.0.46](https://github.com/truecharts/charts/compare/xwiki-3.0.45...xwiki-3.0.46) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [xwiki-3.0.45](https://github.com/truecharts/charts/compare/xwiki-3.0.44...xwiki-3.0.45) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/xwiki/3.0.53/Chart.lock b/stable/xwiki/3.0.53/Chart.lock deleted file mode 100644 index de0c248435e..00000000000 --- a/stable/xwiki/3.0.53/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -- name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -digest: sha256:cd530555930bb5a7512a1904bdaccef6403a8566dce8bc8f4a518df0a0f50c55 -generated: "2022-10-12T17:06:13.772998203Z" diff --git a/stable/xwiki/3.0.53/Chart.yaml b/stable/xwiki/3.0.53/Chart.yaml deleted file mode 100644 index dfc7adae934..00000000000 --- a/stable/xwiki/3.0.53/Chart.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -appVersion: "14.8.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - - condition: postgresql.enabled - name: postgresql - repository: https://charts.truecharts.org/ - version: 8.0.97 -description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility -home: https://truecharts.org/docs/charts/stable/xwiki -icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png -keywords: - - xwiki - - wiki -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: xwiki -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki - - https://hub.docker.com/_/xwiki - - https://github.com/xwiki/xwiki-docker -version: 3.0.53 -annotations: - truecharts.org/catagories: | - - productivity - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/xwiki/3.0.53/README.md b/stable/xwiki/3.0.53/README.md deleted file mode 100644 index c9ca5a38c1e..00000000000 --- a/stable/xwiki/3.0.53/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# xwiki - -XWiki is a free wiki software platform written in Java with a design emphasis on extensibility - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [xwiki](https://truecharts.org/docs/charts/stable/xwiki) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://charts.truecharts.org/ | postgresql | 8.0.97 | -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `xwiki` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install xwiki TrueCharts/xwiki -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `xwiki` deployment - -```console -helm uninstall xwiki -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install xwiki \ - --set env.TZ="America/New York" \ - TrueCharts/xwiki -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install xwiki TrueCharts/xwiki -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/xwiki/3.0.53/charts/common-10.7.0.tgz b/stable/xwiki/3.0.53/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/xwiki/3.0.53/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/xwiki/3.0.53/charts/postgresql-8.0.97.tgz b/stable/xwiki/3.0.53/charts/postgresql-8.0.97.tgz deleted file mode 100644 index a485f414013..00000000000 Binary files a/stable/xwiki/3.0.53/charts/postgresql-8.0.97.tgz and /dev/null differ diff --git a/stable/xwiki/3.0.54/CHANGELOG.md b/stable/xwiki/3.0.54/CHANGELOG.md new file mode 100644 index 00000000000..27873d9daa3 --- /dev/null +++ b/stable/xwiki/3.0.54/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [xwiki-3.0.54](https://github.com/truecharts/charts/compare/xwiki-3.0.53...xwiki-3.0.54) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [xwiki-3.0.53](https://github.com/truecharts/charts/compare/xwiki-3.0.52...xwiki-3.0.53) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + - update docker general non-major + + + + +## [xwiki-3.0.52](https://github.com/truecharts/charts/compare/xwiki-3.0.51...xwiki-3.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xwiki-3.0.52](https://github.com/truecharts/charts/compare/xwiki-3.0.51...xwiki-3.0.52) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [xwiki-3.0.51](https://github.com/truecharts/charts/compare/xwiki-3.0.50...xwiki-3.0.51) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [xwiki-3.0.50](https://github.com/truecharts/charts/compare/xwiki-3.0.49...xwiki-3.0.50) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + + + + +## [xwiki-3.0.49](https://github.com/truecharts/charts/compare/xwiki-3.0.48...xwiki-3.0.49) (2022-09-28) + +### Chore + +- update docker general non-major ([#3938](https://github.com/truecharts/charts/issues/3938)) + + + + +## [xwiki-3.0.47](https://github.com/truecharts/charts/compare/xwiki-3.0.46...xwiki-3.0.47) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [xwiki-3.0.46](https://github.com/truecharts/charts/compare/xwiki-3.0.45...xwiki-3.0.46) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [xwiki-3.0.45](https://github.com/truecharts/charts/compare/xwiki-3.0.44...xwiki-3.0.45) (2022-09-22) + +### Chore diff --git a/stable/xwiki/3.0.54/Chart.lock b/stable/xwiki/3.0.54/Chart.lock new file mode 100644 index 00000000000..89e62def96e --- /dev/null +++ b/stable/xwiki/3.0.54/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +- name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +digest: sha256:870bba72593434215ec3ec7a2c10189d385ef4b2bcf81f923adb19c26f1d3a0e +generated: "2022-10-19T13:53:36.674942416Z" diff --git a/stable/xwiki/3.0.54/Chart.yaml b/stable/xwiki/3.0.54/Chart.yaml new file mode 100644 index 00000000000..a3974735ef1 --- /dev/null +++ b/stable/xwiki/3.0.54/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "14.8.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + - condition: postgresql.enabled + name: postgresql + repository: https://charts.truecharts.org/ + version: 8.0.101 +description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility +home: https://truecharts.org/docs/charts/stable/xwiki +icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.png +keywords: + - xwiki + - wiki +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: xwiki +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/xwiki + - https://hub.docker.com/_/xwiki + - https://github.com/xwiki/xwiki-docker +version: 3.0.54 +annotations: + truecharts.org/catagories: | + - productivity + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/xwiki/3.0.54/README.md b/stable/xwiki/3.0.54/README.md new file mode 100644 index 00000000000..2a0c3428c08 --- /dev/null +++ b/stable/xwiki/3.0.54/README.md @@ -0,0 +1,108 @@ +# xwiki + +XWiki is a free wiki software platform written in Java with a design emphasis on extensibility + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [xwiki](https://truecharts.org/docs/charts/stable/xwiki) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.101 | +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `xwiki` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install xwiki TrueCharts/xwiki +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `xwiki` deployment + +```console +helm uninstall xwiki +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install xwiki \ + --set env.TZ="America/New York" \ + TrueCharts/xwiki +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install xwiki TrueCharts/xwiki -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/xwiki/3.0.53/app-readme.md b/stable/xwiki/3.0.54/app-readme.md similarity index 100% rename from stable/xwiki/3.0.53/app-readme.md rename to stable/xwiki/3.0.54/app-readme.md diff --git a/stable/xwiki/3.0.54/charts/common-10.7.1.tgz b/stable/xwiki/3.0.54/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/xwiki/3.0.54/charts/common-10.7.1.tgz differ diff --git a/stable/xwiki/3.0.54/charts/postgresql-8.0.101.tgz b/stable/xwiki/3.0.54/charts/postgresql-8.0.101.tgz new file mode 100644 index 00000000000..f50d478b734 Binary files /dev/null and b/stable/xwiki/3.0.54/charts/postgresql-8.0.101.tgz differ diff --git a/stable/xwiki/3.0.53/ix_values.yaml b/stable/xwiki/3.0.54/ix_values.yaml similarity index 100% rename from stable/xwiki/3.0.53/ix_values.yaml rename to stable/xwiki/3.0.54/ix_values.yaml diff --git a/stable/xwiki/3.0.53/questions.yaml b/stable/xwiki/3.0.54/questions.yaml similarity index 100% rename from stable/xwiki/3.0.53/questions.yaml rename to stable/xwiki/3.0.54/questions.yaml diff --git a/stable/xwiki/3.0.54/templates/common.yaml b/stable/xwiki/3.0.54/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/xwiki/3.0.54/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/xwiki/3.0.54/values.yaml b/stable/xwiki/3.0.54/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zerotier/2.0.38/CHANGELOG.md b/stable/zerotier/2.0.38/CHANGELOG.md deleted file mode 100644 index 9a9cbe948bb..00000000000 --- a/stable/zerotier/2.0.38/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [zerotier-2.0.38](https://github.com/truecharts/charts/compare/zerotier-2.0.37...zerotier-2.0.38) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [zerotier-2.0.37](https://github.com/truecharts/charts/compare/zerotier-2.0.36...zerotier-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zerotier-2.0.37](https://github.com/truecharts/charts/compare/zerotier-2.0.36...zerotier-2.0.37) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zerotier-2.0.36](https://github.com/truecharts/charts/compare/zerotier-2.0.35...zerotier-2.0.36) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [zerotier-2.0.35](https://github.com/truecharts/charts/compare/zerotier-2.0.34...zerotier-2.0.35) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [zerotier-2.0.34](https://github.com/truecharts/charts/compare/zerotier-2.0.33...zerotier-2.0.34) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [zerotier-2.0.33](https://github.com/truecharts/charts/compare/zerotier-2.0.32...zerotier-2.0.33) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [zerotier-2.0.33](https://github.com/truecharts/charts/compare/zerotier-2.0.32...zerotier-2.0.33) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/zerotier/2.0.38/Chart.lock b/stable/zerotier/2.0.38/Chart.lock deleted file mode 100644 index e6ef7845ab4..00000000000 --- a/stable/zerotier/2.0.38/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:06:05.636732849Z" diff --git a/stable/zerotier/2.0.38/Chart.yaml b/stable/zerotier/2.0.38/Chart.yaml deleted file mode 100644 index e56dd804577..00000000000 --- a/stable/zerotier/2.0.38/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: zerotier -version: 2.0.38 -appVersion: "1.10.1" -description: ZeroTier is a smart programmable Ethernet switch for planet Earth -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/zerotier -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png -keywords: - - zerotier - - network -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier - - https://hub.docker.com/r/zerotier/zerotier -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/zerotier/2.0.38/README.md b/stable/zerotier/2.0.38/README.md deleted file mode 100644 index e9c1a8b86f4..00000000000 --- a/stable/zerotier/2.0.38/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# zerotier - -ZeroTier is a smart programmable Ethernet switch for planet Earth - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [zerotier](https://truecharts.org/docs/charts/stable/zerotier) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `zerotier` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install zerotier TrueCharts/zerotier -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `zerotier` deployment - -```console -helm uninstall zerotier -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install zerotier \ - --set env.TZ="America/New York" \ - TrueCharts/zerotier -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install zerotier TrueCharts/zerotier -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/zerotier/2.0.38/charts/common-10.7.0.tgz b/stable/zerotier/2.0.38/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/zerotier/2.0.38/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/zerotier/2.0.39/CHANGELOG.md b/stable/zerotier/2.0.39/CHANGELOG.md new file mode 100644 index 00000000000..e96d47638d3 --- /dev/null +++ b/stable/zerotier/2.0.39/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [zerotier-2.0.39](https://github.com/truecharts/charts/compare/zerotier-2.0.38...zerotier-2.0.39) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zerotier-2.0.38](https://github.com/truecharts/charts/compare/zerotier-2.0.37...zerotier-2.0.38) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [zerotier-2.0.37](https://github.com/truecharts/charts/compare/zerotier-2.0.36...zerotier-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zerotier-2.0.37](https://github.com/truecharts/charts/compare/zerotier-2.0.36...zerotier-2.0.37) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zerotier-2.0.36](https://github.com/truecharts/charts/compare/zerotier-2.0.35...zerotier-2.0.36) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [zerotier-2.0.35](https://github.com/truecharts/charts/compare/zerotier-2.0.34...zerotier-2.0.35) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [zerotier-2.0.34](https://github.com/truecharts/charts/compare/zerotier-2.0.33...zerotier-2.0.34) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [zerotier-2.0.33](https://github.com/truecharts/charts/compare/zerotier-2.0.32...zerotier-2.0.33) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/zerotier/2.0.39/Chart.lock b/stable/zerotier/2.0.39/Chart.lock new file mode 100644 index 00000000000..1e26285b51f --- /dev/null +++ b/stable/zerotier/2.0.39/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:53:27.300216944Z" diff --git a/stable/zerotier/2.0.39/Chart.yaml b/stable/zerotier/2.0.39/Chart.yaml new file mode 100644 index 00000000000..410ff2735c9 --- /dev/null +++ b/stable/zerotier/2.0.39/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: zerotier +version: 2.0.39 +appVersion: "1.10.1" +description: ZeroTier is a smart programmable Ethernet switch for planet Earth +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/zerotier +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.png +keywords: + - zerotier + - network +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zerotier + - https://hub.docker.com/r/zerotier/zerotier +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/zerotier/2.0.39/README.md b/stable/zerotier/2.0.39/README.md new file mode 100644 index 00000000000..47f023d79d5 --- /dev/null +++ b/stable/zerotier/2.0.39/README.md @@ -0,0 +1,106 @@ +# zerotier + +ZeroTier is a smart programmable Ethernet switch for planet Earth + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zerotier](https://truecharts.org/docs/charts/stable/zerotier) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zerotier` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zerotier TrueCharts/zerotier +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zerotier` deployment + +```console +helm uninstall zerotier +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zerotier \ + --set env.TZ="America/New York" \ + TrueCharts/zerotier +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zerotier TrueCharts/zerotier -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/zerotier/2.0.38/app-readme.md b/stable/zerotier/2.0.39/app-readme.md similarity index 100% rename from stable/zerotier/2.0.38/app-readme.md rename to stable/zerotier/2.0.39/app-readme.md diff --git a/stable/zerotier/2.0.39/charts/common-10.7.1.tgz b/stable/zerotier/2.0.39/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/zerotier/2.0.39/charts/common-10.7.1.tgz differ diff --git a/stable/zerotier/2.0.38/ix_values.yaml b/stable/zerotier/2.0.39/ix_values.yaml similarity index 100% rename from stable/zerotier/2.0.38/ix_values.yaml rename to stable/zerotier/2.0.39/ix_values.yaml diff --git a/stable/zerotier/2.0.38/questions.yaml b/stable/zerotier/2.0.39/questions.yaml similarity index 100% rename from stable/zerotier/2.0.38/questions.yaml rename to stable/zerotier/2.0.39/questions.yaml diff --git a/stable/zerotier/2.0.39/templates/common.yaml b/stable/zerotier/2.0.39/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/zerotier/2.0.39/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/zerotier/2.0.39/values.yaml b/stable/zerotier/2.0.39/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/4.0.40/CHANGELOG.md b/stable/zigbee2mqtt/4.0.40/CHANGELOG.md deleted file mode 100644 index 7cdc756d377..00000000000 --- a/stable/zigbee2mqtt/4.0.40/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [zigbee2mqtt-4.0.40](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.39...zigbee2mqtt-4.0.40) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [zigbee2mqtt-4.0.39](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.38...zigbee2mqtt-4.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zigbee2mqtt-4.0.39](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.38...zigbee2mqtt-4.0.39) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [zigbee2mqtt-4.0.38](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.37...zigbee2mqtt-4.0.38) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - update docker general non-major - - - - -## [zigbee2mqtt-4.0.37](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.36...zigbee2mqtt-4.0.37) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [zigbee2mqtt-4.0.36](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.35...zigbee2mqtt-4.0.36) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [zigbee2mqtt-4.0.35](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.34...zigbee2mqtt-4.0.35) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [zigbee2mqtt-4.0.35](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.34...zigbee2mqtt-4.0.35) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/zigbee2mqtt/4.0.40/Chart.lock b/stable/zigbee2mqtt/4.0.40/Chart.lock deleted file mode 100644 index 272e5886085..00000000000 --- a/stable/zigbee2mqtt/4.0.40/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:06:31.399609511Z" diff --git a/stable/zigbee2mqtt/4.0.40/Chart.yaml b/stable/zigbee2mqtt/4.0.40/Chart.yaml deleted file mode 100644 index 9f749034917..00000000000 --- a/stable/zigbee2mqtt/4.0.40/Chart.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v2 -appVersion: "1.28.0" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: Bridges events and allows you to control your Zigbee devices via MQTT -home: https://truecharts.org/docs/charts/stable/zigbee2mqtt -icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png -keywords: - - zigbee - - mqtt - - home-assistant -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: zigbee2mqtt -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt - - https://github.com/Koenkk/zigbee2mqtt -version: 4.0.40 -annotations: - truecharts.org/catagories: | - - media - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/zigbee2mqtt/4.0.40/README.md b/stable/zigbee2mqtt/4.0.40/README.md deleted file mode 100644 index f9aba045c48..00000000000 --- a/stable/zigbee2mqtt/4.0.40/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# zigbee2mqtt - -Bridges events and allows you to control your Zigbee devices via MQTT - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [zigbee2mqtt](https://truecharts.org/docs/charts/stable/zigbee2mqtt) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `zigbee2mqtt` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install zigbee2mqtt TrueCharts/zigbee2mqtt -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `zigbee2mqtt` deployment - -```console -helm uninstall zigbee2mqtt -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install zigbee2mqtt \ - --set env.TZ="America/New York" \ - TrueCharts/zigbee2mqtt -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install zigbee2mqtt TrueCharts/zigbee2mqtt -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/zigbee2mqtt/4.0.40/charts/common-10.7.0.tgz b/stable/zigbee2mqtt/4.0.40/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/zigbee2mqtt/4.0.40/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/4.0.41/CHANGELOG.md b/stable/zigbee2mqtt/4.0.41/CHANGELOG.md new file mode 100644 index 00000000000..49785a59ba4 --- /dev/null +++ b/stable/zigbee2mqtt/4.0.41/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [zigbee2mqtt-4.0.41](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.40...zigbee2mqtt-4.0.41) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zigbee2mqtt-4.0.40](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.39...zigbee2mqtt-4.0.40) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [zigbee2mqtt-4.0.39](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.38...zigbee2mqtt-4.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zigbee2mqtt-4.0.39](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.38...zigbee2mqtt-4.0.39) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zigbee2mqtt-4.0.38](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.37...zigbee2mqtt-4.0.38) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + - update docker general non-major + + + + +## [zigbee2mqtt-4.0.37](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.36...zigbee2mqtt-4.0.37) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [zigbee2mqtt-4.0.36](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.35...zigbee2mqtt-4.0.36) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [zigbee2mqtt-4.0.35](https://github.com/truecharts/charts/compare/zigbee2mqtt-4.0.34...zigbee2mqtt-4.0.35) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + diff --git a/stable/zigbee2mqtt/4.0.41/Chart.lock b/stable/zigbee2mqtt/4.0.41/Chart.lock new file mode 100644 index 00000000000..bf5afa0adf9 --- /dev/null +++ b/stable/zigbee2mqtt/4.0.41/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:53:51.111315992Z" diff --git a/stable/zigbee2mqtt/4.0.41/Chart.yaml b/stable/zigbee2mqtt/4.0.41/Chart.yaml new file mode 100644 index 00000000000..d8343322eaa --- /dev/null +++ b/stable/zigbee2mqtt/4.0.41/Chart.yaml @@ -0,0 +1,28 @@ +apiVersion: v2 +appVersion: "1.28.0" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: Bridges events and allows you to control your Zigbee devices via MQTT +home: https://truecharts.org/docs/charts/stable/zigbee2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.png +keywords: + - zigbee + - mqtt + - home-assistant +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: zigbee2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt + - https://github.com/Koenkk/zigbee2mqtt +version: 4.0.41 +annotations: + truecharts.org/catagories: | + - media + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/zigbee2mqtt/4.0.41/README.md b/stable/zigbee2mqtt/4.0.41/README.md new file mode 100644 index 00000000000..c1f538c047c --- /dev/null +++ b/stable/zigbee2mqtt/4.0.41/README.md @@ -0,0 +1,106 @@ +# zigbee2mqtt + +Bridges events and allows you to control your Zigbee devices via MQTT + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zigbee2mqtt](https://truecharts.org/docs/charts/stable/zigbee2mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zigbee2mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zigbee2mqtt TrueCharts/zigbee2mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zigbee2mqtt` deployment + +```console +helm uninstall zigbee2mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zigbee2mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/zigbee2mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zigbee2mqtt TrueCharts/zigbee2mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/zigbee2mqtt/4.0.41/SKIPINSTALL b/stable/zigbee2mqtt/4.0.41/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/4.0.40/app-readme.md b/stable/zigbee2mqtt/4.0.41/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/4.0.40/app-readme.md rename to stable/zigbee2mqtt/4.0.41/app-readme.md diff --git a/stable/zigbee2mqtt/4.0.41/charts/common-10.7.1.tgz b/stable/zigbee2mqtt/4.0.41/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/zigbee2mqtt/4.0.41/charts/common-10.7.1.tgz differ diff --git a/stable/zigbee2mqtt/4.0.40/ix_values.yaml b/stable/zigbee2mqtt/4.0.41/ix_values.yaml similarity index 100% rename from stable/zigbee2mqtt/4.0.40/ix_values.yaml rename to stable/zigbee2mqtt/4.0.41/ix_values.yaml diff --git a/stable/zigbee2mqtt/4.0.40/questions.yaml b/stable/zigbee2mqtt/4.0.41/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/4.0.40/questions.yaml rename to stable/zigbee2mqtt/4.0.41/questions.yaml diff --git a/stable/zigbee2mqtt/4.0.41/templates/common.yaml b/stable/zigbee2mqtt/4.0.41/templates/common.yaml new file mode 100644 index 00000000000..b9e7208f382 --- /dev/null +++ b/stable/zigbee2mqtt/4.0.41/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.common.loader.apply" . }} diff --git a/stable/zigbee2mqtt/4.0.41/values.yaml b/stable/zigbee2mqtt/4.0.41/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/znc/2.0.36/CHANGELOG.md b/stable/znc/2.0.36/CHANGELOG.md deleted file mode 100644 index fa9823b146f..00000000000 --- a/stable/znc/2.0.36/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [znc-2.0.36](https://github.com/truecharts/charts/compare/znc-2.0.35...znc-2.0.36) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [znc-2.0.35](https://github.com/truecharts/charts/compare/znc-2.0.34...znc-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [znc-2.0.35](https://github.com/truecharts/charts/compare/znc-2.0.34...znc-2.0.35) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [znc-2.0.34](https://github.com/truecharts/charts/compare/znc-2.0.33...znc-2.0.34) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [znc-2.0.33](https://github.com/truecharts/charts/compare/znc-2.0.32...znc-2.0.33) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [znc-2.0.32](https://github.com/truecharts/charts/compare/znc-2.0.31...znc-2.0.32) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [znc-2.0.31](https://github.com/truecharts/charts/compare/znc-2.0.30...znc-2.0.31) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [znc-2.0.31](https://github.com/truecharts/charts/compare/znc-2.0.30...znc-2.0.31) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/znc/2.0.36/Chart.lock b/stable/znc/2.0.36/Chart.lock deleted file mode 100644 index f73425df997..00000000000 --- a/stable/znc/2.0.36/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:06:34.972662609Z" diff --git a/stable/znc/2.0.36/Chart.yaml b/stable/znc/2.0.36/Chart.yaml deleted file mode 100644 index 65bcd270bf1..00000000000 --- a/stable/znc/2.0.36/Chart.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -kubeVersion: ">=1.16.0-0" -name: znc -version: 2.0.36 -appVersion: "1.8.2" -description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. -type: application -deprecated: false -home: https://truecharts.org/docs/charts/stable/znc -icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png -keywords: - - znc -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/znc - - https://hub.docker.com/r/linuxserver/znc -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 - # condition: -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -annotations: - truecharts.org/catagories: | - - incubator - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/znc/2.0.36/README.md b/stable/znc/2.0.36/README.md deleted file mode 100644 index 9145b0614f6..00000000000 --- a/stable/znc/2.0.36/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# znc - -Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [znc](https://truecharts.org/docs/charts/stable/znc) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `znc` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install znc TrueCharts/znc -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `znc` deployment - -```console -helm uninstall znc -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install znc \ - --set env.TZ="America/New York" \ - TrueCharts/znc -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install znc TrueCharts/znc -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/znc/2.0.36/charts/common-10.7.0.tgz b/stable/znc/2.0.36/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/znc/2.0.36/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/znc/2.0.37/CHANGELOG.md b/stable/znc/2.0.37/CHANGELOG.md new file mode 100644 index 00000000000..bd6e20a357a --- /dev/null +++ b/stable/znc/2.0.37/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [znc-2.0.37](https://github.com/truecharts/charts/compare/znc-2.0.36...znc-2.0.37) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [znc-2.0.36](https://github.com/truecharts/charts/compare/znc-2.0.35...znc-2.0.36) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [znc-2.0.35](https://github.com/truecharts/charts/compare/znc-2.0.34...znc-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [znc-2.0.35](https://github.com/truecharts/charts/compare/znc-2.0.34...znc-2.0.35) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [znc-2.0.34](https://github.com/truecharts/charts/compare/znc-2.0.33...znc-2.0.34) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [znc-2.0.33](https://github.com/truecharts/charts/compare/znc-2.0.32...znc-2.0.33) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [znc-2.0.32](https://github.com/truecharts/charts/compare/znc-2.0.31...znc-2.0.32) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [znc-2.0.31](https://github.com/truecharts/charts/compare/znc-2.0.30...znc-2.0.31) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/znc/2.0.37/Chart.lock b/stable/znc/2.0.37/Chart.lock new file mode 100644 index 00000000000..c9bb65f6ef3 --- /dev/null +++ b/stable/znc/2.0.37/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:53:59.429754868Z" diff --git a/stable/znc/2.0.37/Chart.yaml b/stable/znc/2.0.37/Chart.yaml new file mode 100644 index 00000000000..a3628cbe46c --- /dev/null +++ b/stable/znc/2.0.37/Chart.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +kubeVersion: ">=1.16.0-0" +name: znc +version: 2.0.37 +appVersion: "1.8.2" +description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. +type: application +deprecated: false +home: https://truecharts.org/docs/charts/stable/znc +icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png +keywords: + - znc +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/znc + - https://hub.docker.com/r/linuxserver/znc +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 + # condition: +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +annotations: + truecharts.org/catagories: | + - incubator + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/znc/2.0.37/README.md b/stable/znc/2.0.37/README.md new file mode 100644 index 00000000000..5537c9773a3 --- /dev/null +++ b/stable/znc/2.0.37/README.md @@ -0,0 +1,106 @@ +# znc + +Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [znc](https://truecharts.org/docs/charts/stable/znc) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `znc` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install znc TrueCharts/znc +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `znc` deployment + +```console +helm uninstall znc +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install znc \ + --set env.TZ="America/New York" \ + TrueCharts/znc +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install znc TrueCharts/znc -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/znc/2.0.36/app-readme.md b/stable/znc/2.0.37/app-readme.md similarity index 100% rename from stable/znc/2.0.36/app-readme.md rename to stable/znc/2.0.37/app-readme.md diff --git a/stable/znc/2.0.37/charts/common-10.7.1.tgz b/stable/znc/2.0.37/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/znc/2.0.37/charts/common-10.7.1.tgz differ diff --git a/stable/znc/2.0.36/ix_values.yaml b/stable/znc/2.0.37/ix_values.yaml similarity index 100% rename from stable/znc/2.0.36/ix_values.yaml rename to stable/znc/2.0.37/ix_values.yaml diff --git a/stable/znc/2.0.36/questions.yaml b/stable/znc/2.0.37/questions.yaml similarity index 100% rename from stable/znc/2.0.36/questions.yaml rename to stable/znc/2.0.37/questions.yaml diff --git a/stable/znc/2.0.37/templates/common.yaml b/stable/znc/2.0.37/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/znc/2.0.37/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/znc/2.0.37/values.yaml b/stable/znc/2.0.37/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/ztcuui-aio/1.0.13/CHANGELOG.md b/stable/ztcuui-aio/1.0.13/CHANGELOG.md deleted file mode 100644 index b1c530ca9af..00000000000 --- a/stable/ztcuui-aio/1.0.13/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ -# Changelog - - - -## [ztcuui-aio-1.0.13](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.12...ztcuui-aio-1.0.13) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [ztcuui-aio-1.0.12](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.11...ztcuui-aio-1.0.12) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ztcuui-aio-1.0.12](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.11...ztcuui-aio-1.0.12) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [ztcuui-aio-1.0.11](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.10...ztcuui-aio-1.0.11) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [ztcuui-aio-1.0.10](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.9...ztcuui-aio-1.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [ztcuui-aio-1.0.9](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.8...ztcuui-aio-1.0.9) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [ztcuui-aio-1.0.8](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.7...ztcuui-aio-1.0.8) (2022-09-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - - - -## [ztcuui-aio-1.0.8](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.7...ztcuui-aio-1.0.8) (2022-09-21) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] diff --git a/stable/ztcuui-aio/1.0.13/Chart.lock b/stable/ztcuui-aio/1.0.13/Chart.lock deleted file mode 100644 index af48888e977..00000000000 --- a/stable/ztcuui-aio/1.0.13/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -digest: sha256:a792707805bae88e565e13c3319a32f94333d185590628b1cbef5c9cbe126a6a -generated: "2022-10-12T17:06:49.283599913Z" diff --git a/stable/ztcuui-aio/1.0.13/Chart.yaml b/stable/ztcuui-aio/1.0.13/Chart.yaml deleted file mode 100644 index f82228bcb79..00000000000 --- a/stable/ztcuui-aio/1.0.13/Chart.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: v2 -appVersion: "1.2.11" -dependencies: - - name: common - repository: https://library-charts.truecharts.org - version: 10.7.0 -description: ZeroTier network controller user interface in a Docker container -home: https://truecharts.org/docs/charts/stable/ztcuui-aio -icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png -keywords: - - ztcuui-aio -kubeVersion: ">=1.16.0-0" -maintainers: - - email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: ztcuui-aio -sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio - - https://github.com/key-networks/ztncui-aio -version: 1.0.13 -annotations: - truecharts.org/catagories: | - - network - truecharts.org/SCALE-support: "true" - truecharts.org/grade: U diff --git a/stable/ztcuui-aio/1.0.13/README.md b/stable/ztcuui-aio/1.0.13/README.md deleted file mode 100644 index 39da809d705..00000000000 --- a/stable/ztcuui-aio/1.0.13/README.md +++ /dev/null @@ -1,106 +0,0 @@ -# ztcuui-aio - -ZeroTier network controller user interface in a Docker container - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [ztcuui-aio](https://truecharts.org/docs/charts/stable/ztcuui-aio) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.7.0 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). - -### Helm - -To install the chart with the release name `ztcuui-aio` - -```console -helm repo add TrueCharts https://charts.truecharts.org -helm repo update -helm install ztcuui-aio TrueCharts/ztcuui-aio -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). - -### Helm - -To uninstall the `ztcuui-aio` deployment - -```console -helm uninstall ztcuui-aio -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the values.yaml file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the command line - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install ztcuui-aio \ - --set env.TZ="America/New York" \ - TrueCharts/ztcuui-aio -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install ztcuui-aio TrueCharts/ztcuui-aio -f values.yaml -``` - -#### Connecting to other charts - -If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/stable/ztcuui-aio/1.0.13/charts/common-10.7.0.tgz b/stable/ztcuui-aio/1.0.13/charts/common-10.7.0.tgz deleted file mode 100644 index c22f29efee9..00000000000 Binary files a/stable/ztcuui-aio/1.0.13/charts/common-10.7.0.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/1.0.14/CHANGELOG.md b/stable/ztcuui-aio/1.0.14/CHANGELOG.md new file mode 100644 index 00000000000..e00e07b6467 --- /dev/null +++ b/stable/ztcuui-aio/1.0.14/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [ztcuui-aio-1.0.14](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.13...ztcuui-aio-1.0.14) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [ztcuui-aio-1.0.13](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.12...ztcuui-aio-1.0.13) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [ztcuui-aio-1.0.12](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.11...ztcuui-aio-1.0.12) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ztcuui-aio-1.0.12](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.11...ztcuui-aio-1.0.12) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [ztcuui-aio-1.0.11](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.10...ztcuui-aio-1.0.11) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update helm general non-major + + + + +## [ztcuui-aio-1.0.10](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.9...ztcuui-aio-1.0.10) (2022-09-27) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) + + + + +## [ztcuui-aio-1.0.9](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.8...ztcuui-aio-1.0.9) (2022-09-25) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) + + + + +## [ztcuui-aio-1.0.8](https://github.com/truecharts/charts/compare/ztcuui-aio-1.0.7...ztcuui-aio-1.0.8) (2022-09-22) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - refactor Services SCALE GUI + - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) + + + + diff --git a/stable/ztcuui-aio/1.0.14/Chart.lock b/stable/ztcuui-aio/1.0.14/Chart.lock new file mode 100644 index 00000000000..0cd9e0c1082 --- /dev/null +++ b/stable/ztcuui-aio/1.0.14/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:54:08.51320594Z" diff --git a/stable/ztcuui-aio/1.0.14/Chart.yaml b/stable/ztcuui-aio/1.0.14/Chart.yaml new file mode 100644 index 00000000000..83aa69d7887 --- /dev/null +++ b/stable/ztcuui-aio/1.0.14/Chart.yaml @@ -0,0 +1,26 @@ +apiVersion: v2 +appVersion: "1.2.11" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +description: ZeroTier network controller user interface in a Docker container +home: https://truecharts.org/docs/charts/stable/ztcuui-aio +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.png +keywords: + - ztcuui-aio +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: ztcuui-aio +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/ztcuui-aio + - https://github.com/key-networks/ztncui-aio +version: 1.0.14 +annotations: + truecharts.org/catagories: | + - network + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/ztcuui-aio/1.0.14/README.md b/stable/ztcuui-aio/1.0.14/README.md new file mode 100644 index 00000000000..f5b528d3b1d --- /dev/null +++ b/stable/ztcuui-aio/1.0.14/README.md @@ -0,0 +1,106 @@ +# ztcuui-aio + +ZeroTier network controller user interface in a Docker container + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [ztcuui-aio](https://truecharts.org/docs/charts/stable/ztcuui-aio) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `ztcuui-aio` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install ztcuui-aio TrueCharts/ztcuui-aio +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `ztcuui-aio` deployment + +```console +helm uninstall ztcuui-aio +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install ztcuui-aio \ + --set env.TZ="America/New York" \ + TrueCharts/ztcuui-aio +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install ztcuui-aio TrueCharts/ztcuui-aio -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/ztcuui-aio/1.0.13/app-readme.md b/stable/ztcuui-aio/1.0.14/app-readme.md similarity index 100% rename from stable/ztcuui-aio/1.0.13/app-readme.md rename to stable/ztcuui-aio/1.0.14/app-readme.md diff --git a/stable/ztcuui-aio/1.0.14/charts/common-10.7.1.tgz b/stable/ztcuui-aio/1.0.14/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/ztcuui-aio/1.0.14/charts/common-10.7.1.tgz differ diff --git a/stable/ztcuui-aio/1.0.13/ix_values.yaml b/stable/ztcuui-aio/1.0.14/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/1.0.13/ix_values.yaml rename to stable/ztcuui-aio/1.0.14/ix_values.yaml diff --git a/stable/ztcuui-aio/1.0.13/questions.yaml b/stable/ztcuui-aio/1.0.14/questions.yaml similarity index 100% rename from stable/ztcuui-aio/1.0.13/questions.yaml rename to stable/ztcuui-aio/1.0.14/questions.yaml diff --git a/stable/ztcuui-aio/1.0.14/templates/common.yaml b/stable/ztcuui-aio/1.0.14/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/ztcuui-aio/1.0.14/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/ztcuui-aio/1.0.14/values.yaml b/stable/ztcuui-aio/1.0.14/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/12.0.10/CHANGELOG.md b/stable/zwavejs2mqtt/12.0.10/CHANGELOG.md new file mode 100644 index 00000000000..a6ee075222e --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog + + + +## [zwavejs2mqtt-12.0.10](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.9...zwavejs2mqtt-12.0.10) (2022-10-19) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) + + + + +## [zwavejs2mqtt-12.0.9](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.8...zwavejs2mqtt-12.0.9) (2022-10-14) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4084](https://github.com/truecharts/charts/issues/4084)) + + + + +## [zwavejs2mqtt-12.0.8](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.7...zwavejs2mqtt-12.0.8) (2022-10-12) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) + + + + +## [zwavejs2mqtt-12.0.7](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.6...zwavejs2mqtt-12.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zwavejs2mqtt-12.0.7](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.6...zwavejs2mqtt-12.0.7) (2022-10-07) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zwavejs2mqtt-12.0.6](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.5...zwavejs2mqtt-12.0.6) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update helm general non-major + + + + +## [zwavejs2mqtt-12.0.5](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.4...zwavejs2mqtt-12.0.5) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#4010](https://github.com/truecharts/charts/issues/4010)) + + + + +## [zwavejs2mqtt-12.0.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.3...zwavejs2mqtt-12.0.4) (2022-10-04) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + - update docker general non-major ([#4001](https://github.com/truecharts/charts/issues/4001)) + + + + +## [zwavejs2mqtt-12.0.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.2...zwavejs2mqtt-12.0.3) (2022-10-01) + +### Chore + +- Auto-update chart README [skip ci] + - update docker general non-major ([#3975](https://github.com/truecharts/charts/issues/3975)) + - update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920)) + + + + +## [zwavejs2mqtt-12.0.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-12.0.1...zwavejs2mqtt-12.0.2) (2022-09-27) + diff --git a/stable/zwavejs2mqtt/12.0.10/Chart.lock b/stable/zwavejs2mqtt/12.0.10/Chart.lock new file mode 100644 index 00000000000..2bcd3f30805 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +digest: sha256:59538d8de8cd8b3180c25d33fd12df53f3f75f6bde2ccc7d21a1d7c773361ef0 +generated: "2022-10-19T13:54:19.474527886Z" diff --git a/stable/zwavejs2mqtt/12.0.10/Chart.yaml b/stable/zwavejs2mqtt/12.0.10/Chart.yaml new file mode 100644 index 00000000000..bb14fe65588 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/Chart.yaml @@ -0,0 +1,32 @@ +apiVersion: v2 +appVersion: "8.2.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 10.7.1 +deprecated: false +description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue +home: https://truecharts.org/docs/charts/stable/zwavejs2mqtt +icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png +keywords: + - zwavejs2mqtt + - zwave-js + - z-wave + - zwave +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: zwavejs2mqtt +sources: + - https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt + - https://github.com/zwave-js/zwavejs2mqtt + - https://hub.docker.com/r/zwavejs/zwavejs2mqtt +type: application +version: 12.0.10 +annotations: + truecharts.org/catagories: | + - tools + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/stable/zwavejs2mqtt/12.0.10/README.md b/stable/zwavejs2mqtt/12.0.10/README.md new file mode 100644 index 00000000000..211ecede4d1 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/README.md @@ -0,0 +1,107 @@ +# zwavejs2mqtt + +Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [zwavejs2mqtt](https://truecharts.org/docs/charts/stable/zwavejs2mqtt) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Source Code + +* +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://library-charts.truecharts.org | common | 10.7.1 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `zwavejs2mqtt` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `zwavejs2mqtt` deployment + +```console +helm uninstall zwavejs2mqtt +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install zwavejs2mqtt \ + --set env.TZ="America/New York" \ + TrueCharts/zwavejs2mqtt +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install zwavejs2mqtt TrueCharts/zwavejs2mqtt -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project diff --git a/stable/zwavejs2mqtt/12.0.10/app-readme.md b/stable/zwavejs2mqtt/12.0.10/app-readme.md new file mode 100644 index 00000000000..d28ca8f0ac0 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/app-readme.md @@ -0,0 +1,8 @@ +Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/zwavejs2mqtt](https://truecharts.org/docs/charts/stable/zwavejs2mqtt) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can! diff --git a/stable/zwavejs2mqtt/12.0.10/charts/common-10.7.1.tgz b/stable/zwavejs2mqtt/12.0.10/charts/common-10.7.1.tgz new file mode 100644 index 00000000000..468f3ef2f3a Binary files /dev/null and b/stable/zwavejs2mqtt/12.0.10/charts/common-10.7.1.tgz differ diff --git a/stable/zwavejs2mqtt/12.0.10/ix_values.yaml b/stable/zwavejs2mqtt/12.0.10/ix_values.yaml new file mode 100644 index 00000000000..c1d2d7f9923 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/ix_values.yaml @@ -0,0 +1,85 @@ +image: + repository: tccr.io/truecharts/zwavejs-ui + pullPolicy: IfNotPresent + tag: 8.2.1@sha256:f4b0b7f5204cca133be1f13f4fdf9d53a3546e4f949fa3c1ad5ff76fb3e1ad84 + +securityContext: + readOnlyRootFilesystem: false + +# env: {} +# OZW_NETWORK_KEY: + +probes: + liveness: + enabled: true + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 + readiness: + enabled: true + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 + startup: + enabled: false + # custom: true + # spec: + # failureThreshold: 5 + # httpGet: + # path: /health + # port: http + # httpHeaders: + # - name: Accept + # value: text/plain + # initialDelaySeconds: 30 + # periodSeconds: 10 + # timeoutSeconds: 10 + +service: + main: + ports: + main: + port: 8091 + targetPort: 8091 + ws: + enabled: true + ports: + ws: + enabled: true + port: 10046 + targetPort: 3000 + +persistence: + config: + enabled: true + mountPath: "/usr/src/app/store" +# affinity: +# nodeAffinity: +# requiredDuringSchedulingIgnoredDuringExecution: +# nodeSelectorTerms: +# - matchExpressions: +# - key: app +# operator: In +# values: +# - zwave-controller + +portal: + enabled: true diff --git a/stable/zwavejs2mqtt/12.0.10/questions.yaml b/stable/zwavejs2mqtt/12.0.10/questions.yaml new file mode 100644 index 00000000000..107520aa3ad --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/questions.yaml @@ -0,0 +1,2703 @@ +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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_portal_protocol" + host: + - "$kubernetes-resource_configmap_portal_host" + ports: + - "$kubernetes-resource_configmap_portal_port" +questions: + - 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: + additional_attrs: true + 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 + required: true + enum: + - value: deployment + description: Deployment + - value: statefulset + description: Statefulset + - value: daemonset + description: Daemonset + default: deployment + - variable: replicas + description: Number of desired pod replicas + label: Desired Replicas + schema: + type: int + required: true + default: 1 + - variable: strategy + description: Please specify type of workload to deploy + label: (Advanced) Update Strategy + schema: + type: string + 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" + default: Recreate + - variable: expert + label: Show Expert Configuration Options + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: Controller Labels + schema: + type: list + default: [] + items: + - variable: labelItem + label: Label + schema: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: customextraargs + group: Controller + label: "Extra Args" + description: "Do not click this unless you know what you are doing" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: TZ + label: Timezone + group: Container Configuration + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: Container Configuration + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + 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 Configuration + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: tty + label: Enable TTY + description: Determines whether containers in a pod runs with TTY enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: stdin + label: Enable STDIN + description: Determines whether containers in a pod runs with stdin enabled. By default pod has it disabled. + group: Workload Details + schema: + type: boolean + default: false + - variable: termination + group: Container Configuration + label: Termination settings + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 8091 + 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 + hidden: true + 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: 8091 + - variable: ws + label: "WebSocket Service" + description: "WebSocket Service" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ws + label: "WebSocket Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10046 + 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 + hidden: true + default: true + - 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: 3000 + - 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - 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: + additional_attrs: true + type: dict + attrs: + - variable: nameservers + label: Name Servers + schema: + default: [] + type: list + items: + - variable: nameserver + label: Name Server + schema: + type: string + - variable: options + label: Options + schema: + default: [] + type: list + items: + - variable: option + label: Option Entry + schema: + additional_attrs: true + 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: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: persistence + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: config + label: "App Config Storage" + description: "Stores the Application Configuration." + schema: + additional_attrs: true + type: dict + attrs: + - 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: Host Path (simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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: 256Gi + - 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: Host Path (Simple) + - value: emptyDir + description: emptyDir + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissionsSimple + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: false + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPathSimple + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + 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: 256Gi + - variable: hostPathType + label: (Advanced) Host Path 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: ingress + label: "" + group: Ingress + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Ingress" + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: tls + label: TLS-Settings + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: service + label: Linked Service + schema: + additional_attrs: true + 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: + additional_attrs: true + 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: security + label: Container Security Settings + group: Security and Permissions + schema: + type: dict + additional_attrs: true + attrs: + - variable: editsecurity + label: Change PUID / UMASK values + description: By enabling this you override default set values. + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - 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: + additional_attrs: true + 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: true + - variable: capabilities + label: Capabilities + schema: + additional_attrs: true + type: dict + attrs: + - variable: drop + label: Drop Capability + schema: + type: list + default: [] + items: + - variable: dropEntry + label: "" + schema: + type: string + - variable: add + label: Add Capability + schema: + type: list + default: [] + items: + - variable: addEntry + label: "" + schema: + type: string + - variable: podSecurityContext + group: Security and Permissions + label: Pod Security Context + schema: + additional_attrs: true + 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: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: OnRootMismatch + enum: + - value: OnRootMismatch + description: OnRootMismatch + - value: Always + description: Always + - variable: supplementalGroups + label: Supplemental Groups + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: Supplemental Group + schema: + type: int + + - 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: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + 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: + additional_attrs: true + 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: horizontalPodAutoscaler + group: Advanced + label: (Advanced) Horizontal Pod Autoscaler + schema: + type: list + default: [] + items: + - variable: hpaEntry + label: HPA Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: Git Settings + schema: + additional_attrs: true + type: dict + attrs: + - variable: deployKey + description: Raw SSH Private Key + label: Deploy Key + schema: + type: string + - variable: deployKeyBase64 + description: Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence + label: Deploy Key Base64 + schema: + type: string + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + default: 36107 + - variable: nodePort + description: Leave Empty to Disable + label: nodePort DEPRECATED + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + 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 Command 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + 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 + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/stable/zwavejs2mqtt/12.0.10/templates/common.yaml b/stable/zwavejs2mqtt/12.0.10/templates/common.yaml new file mode 100644 index 00000000000..c1a366e1cf0 --- /dev/null +++ b/stable/zwavejs2mqtt/12.0.10/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.common.loader.all" . }} diff --git a/stable/zwavejs2mqtt/12.0.10/values.yaml b/stable/zwavejs2mqtt/12.0.10/values.yaml new file mode 100644 index 00000000000..e69de29bb2d